@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;700&display=swap');

@font-face {
    font-family: "Helvetica Neue";
    src: url(../assets/fonts/HelveticaNeue-Light.eot);
    src: url(../assets/fonts/HelveticaNeue-Light.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/HelveticaNeue-Light.woff2) format("woff2"), url(../assets/fonts/HelveticaNeue-Light.woff) format("woff"),
        url(../assets/fonts/HelveticaNeue-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url(../assets/fonts/HelveticaNeue-Bold.eot);
    src: url(../assets/fonts/HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/HelveticaNeue-Bold.woff) format("woff"), url(../assets/fonts/HelveticaNeue-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: open_sansregular;
    src: url(../assets/fonts/OpenSans-Regular-webfont.eot);
    src: url(../assets/fonts/OpenSans-Regular-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/OpenSans-Regular-webfont.woff) format("woff"), url(../assets/fonts/OpenSans-Regular-webfont.ttf) format("truetype"),
        url(../assets/fonts/OpenSans-Regular-webfont.svg#open_sansregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: open_sansitalic;
    src: url(../assets/fonts/OpenSans-Italic-webfont.eot);
    src: url(../assets/fonts/OpenSans-Italic-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/OpenSans-Italic-webfont.woff) format("woff"), url(../assets/fonts/OpenSans-Italic-webfont.ttf) format("truetype"),
        url(../assets/fonts/OpenSans-Italic-webfont.svg#open_sansitalic) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: open_sansbold;
    src: url(../assets/fonts/OpenSans-Bold-webfont.eot);
    src: url(../assets/fonts/OpenSans-Bold-webfont.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/OpenSans-Bold-webfont.woff) format("woff"), url(../assets/fonts/OpenSans-Bold-webfont.ttf) format("truetype"),
        url(../assets/fonts/OpenSans-Bold-webfont.svg#open_sansitalic) format("svg");
    font-weight: 400;
    font-style: normal;
}
html{
    scroll-behavior: smooth;
}
body,
p {
    font-size: 14px;
    font-family: open_sansregular;
    font-weight: 400;
    line-height: 25px;
}
body {
    padding-top: 125px;
    width: 100%;
    overflow-x: hidden;
}
a {
    color: #0086bf;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #0086bf;
}
p a {
    color: #0086bf;
}
html {
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}
ul#nav_categories li {
    list-style: none;
}
sup.error {
    color: red;
}
sub,
sup {
    position: relative;
    font-size: 30%;
    line-height: 0;
    vertical-align: super;
}
.bg-primary {
    background-color: #0086bf;
}
.list-group {
    list-style: none;
}
.list-group li {
    padding: 0;
}
.list-group li a {
    margin-bottom: 5px;
}
.navbar-toggler {
    padding: 0;
}
.fa-bars.fa-2x {
    color: #777;
    border: thin solid #ddd;
    padding: 3px;
    border-radius: 3px;
}
.header-toolbar {
    background-color: #0086bf;
}
.header-toolbar *,
.header-toolbar a {
    color: #fff;
}
.header-toolbar a.dropdown-item {
    color: #333;
}
.bg-success {
    background-color: #64a70b !important;
}
.bg-danger {
    background-color: #fe5000 !important;
}
.bg-primary {
    background-color: #0086bf !important;
}
.hexagon.bg-danger {
    position: relative;
    width: 300px;
    height: 173.21px;
    background-color: #fe5000;
    margin: 86.6px 0;
    opacity: 1;
    -webkit-transform: rotate(90deg);
}
.hexagon.bg-danger:after,
.hexagon.bg-danger:before {
    content: "";
    position: absolute;
    width: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
}
.hexagon.bg-danger:before {
    bottom: 100%;
    border-bottom: 86.6px solid #fe5000;
}
.hexagon.bg-danger:after {
    top: 100%;
    z-index: -1;
    width: 0;
    border-top: 86.6px solid #fe5000;
}
.hexagon.bg-primary {
    position: relative;
    width: 300px;
    height: 173.21px;
    background-color: #0086bf;
    margin: 86.6px 0;
    opacity: 1;
    -webkit-transform: rotate(90deg);
}
.hexagon.bg-primary:after,
.hexagon.bg-primary:before {
    content: "";
    position: absolute;
    width: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
}
.hexagon.bg-primary:before {
    bottom: 100%;
    border-bottom: 86.6px solid #0086bf;
}
.hexagon.bg-primary:after {
    top: 100%;
    z-index: -1;
    width: 0;
    border-top: 86.6px solid #0086bf;
}
.hexagon.bg-success {
    position: relative;
    width: 300px;
    height: 173.21px;
    background-color: #64a70b;
    margin: 86.6px 0;
    opacity: 1;
    -webkit-transform: rotate(90deg);
}
.hexagon.bg-success:after,
.hexagon.bg-success:before {
    content: "";
    position: absolute;
    width: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
}
.hexagon.bg-success:before {
    bottom: 100%;
    border-bottom: 86.6px solid #64a70b;
}
.hexagon.bg-success:after {
    top: 100%;
    z-index: -1;
    width: 0;
    border-top: 86.6px solid #64a70b;
}
form .custom-select[title="location"] {
    height: 80px;
}
.fa-2x {
    font-size: 2em;
    color: #333;
    background-color: transparent;
    padding: 12px;
    border-radius: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
}
.img-thumbnail {
    margin-bottom: 8px;
}
.custom-select {
    width: 100%;
}
.tab-content {
    padding: 15px;
    padding-bottom: 30px;
    background-color: #fff;
    border: thin solid #ededed;
    border-top: none;
}
.nav-tabs .nav-item {
    margin-bottom: -5px;
}
.nav-tabs .nav-link {
    min-height: 50px;
    background-color: #e1e2e2;
    color: #0086bf;
    border-radius: 0;
    border-right: 1px solid #fff;
    border: none;
    border-right: 1px solid #fff;
    border-color: #eceeef #eceeef #ddd;
}
.nav-tabs .nav-link.active {
    border: 0;
    border-top: 3px solid #0086bf;
    border-radius: 0;
    border-left: thin solid #ededed;
    border-right: thin solid #ededed;
}
.nav-link{
    font-size: 0.85rem;
}
.carousel-inner .carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
/*
.cookie-popup {
    display: none;
    position: fixed;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fafafa;
    color: #000;
    font-family: Roboto, "Noto Sans", sans-serif;
    line-height: initial;
    box-sizing: initial;
}
.cookie-popup-inner {
    display: table;
    width: 100%;
}
.cookie-popup-left {
    display: block;
    vertical-align: middle;
    padding: 15px;
}
.cookie-popup-left a {
    display: inline;
    font-size: 12px;
    text-decoration: underline;
}
.cookie-popup-headline {
    font-size: 20px;
}
.cookie-popup-sub-headline {
    font-size: 12px;
}
.cookie-popup-right {
    display: block;
    vertical-align: middle;
    padding: 10px 15px;
    text-align: left;
    margin-left: 0;
    margin-top: -10px;
}
.cookie-popup-accept-cookies {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1.49;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 8px;
    font-size: 16px;
    min-width: 64px;
    line-height: 1.5;
    border-radius: 2px;
    text-decoration: none;
    color: #000;
    background-color: #c7c7c7;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cookie-popup-accept-cookies:hover {
    bottom: 1px;
    text-decoration: none;
    color: inherit;
}
.cookie-popup-accept-cookies:active {
    bottom: 0;
    color: initial;
}
.cookie-popup-learn-more {
    display: block;
    clear: both;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 5px;
    text-decoration: none;
    color: #000;
    opacity: 0.75;
}
.cookie-popup-learn-more:hover {
    opacity: 1;
    text-decoration: none;
}
.cookie-popup-learn-more:active,
.cookie-popup-learn-more:focus {
    text-decoration: none;
}
.cookie-popup-lower {
    padding: 15px;
    font-size: 14px;
}
.cookie-popup.position-bottom {
    bottom: 0;
    box-shadow: 0 -4px 6px rgba(50, 50, 93, 0.11), 0 -1px 3px rgba(0, 0, 0, 0.08);
}
.cookie-popup.position-top {
    top: 0;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cookie-popup.position-bottomright {
    width: 300px;
    right: 10px;
    bottom: 10px;
    left: inherit;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.cookie-popup.position-bottomright .cookie-popup-right {
    width: initial;
}
.cookie-popup.position-bottomleft {
    width: 300px;
    left: 10px;
    bottom: 10px;
    right: inherit;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.cookie-popup.position-bottomleft .cookie-popup-right {
    width: initial;
}
.cookie-popup.position-topright {
    width: 300px;
    right: 10px;
    top: 10px;
    left: inherit;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.cookie-popup.position-topright .cookie-popup-right {
    width: initial;
}
.cookie-popup.position-topleft {
    width: 300px;
    left: 10px;
    top: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.cookie-popup.position-topleft .cookie-popup-right {
    width: initial;
}
.theme-grey .cookie-popup {
    background-color: #fd4f00;
    color: #fff;
}
.theme-grey .cookie-popup-accept-cookies {
    background-color: #fd4f00;
    color: #fff;
}
.theme-grey .cookie-popup-learn-more {
    color: #fff;
}
*/
div[id^="accordion"] .card-header {
    padding: 8px 15px;
    background-color: #0086bf;
    border: 0;
    border-radius: 4px;
}
div[id^="accordion"] .card-header:first-child {
    border-radius: 4px;
}
div[id^="accordion"] .card-header h5 {
    font-size: 15px;
    color: #fff;
}
div[id^="accordion"] .card-header h5 a {
    color: #fff;
    text-decoration: none;
}
div[id^="accordion"] .card-header h5 a:after {
    content: "\f055";
    position: absolute;
    right: 5px;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
}
div[id^="accordion"] .card-header h5 a.collapsed:after {
    content: "\f056";
    position: absolute;
    right: 5px;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
}
div[id^="accordion"] .card-block {
    padding: 8px 15px;
    background-color: #eee;
}
.fa.fa-play-circle-o.fa-2x {
    font-family: FontAwesome;
    content: "\f01d";
    margin: auto;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #efefef;
    opacity: 0.75;
    cursor: pointer;
    font-size: 35px;
}
.btn,
a,
button {
    cursor: pointer;
}
.btn.btn-primary {
    background-color: #0086bf;
    border: none;
}
table.aegextable {
    vertical-align: top;
    border-color: #fff;
    background-color: #d2d3d5;
    border-collapse: collapse;
    font-size: 11px;
    border: thin solid #fff;
}
table.aegextable thead td {
    padding: 10px;
    background-color: #0086bf;
    font-weight: 700;
    font-size: 12px;
}
table.aegextable td {
    border: thin solid #fff;
    padding: 3px;
}
table.aegextable tr {
    line-height: 30px;
}
table.aegextable td.darkgrey {
    background-color: #bbb;
}
table.aegextable table.noborder {
    border: none;
}
table.aegextable table.noborder td {
    border: none;
}
.hexbg {
    background: url(/images/uploads/bg-hex.jpg) no-repeat 0 0;
    background-size: cover;
}
.darkbg {
    background: url(/images/uploads/bg1.jpg) no-repeat 0 0;
    background-size: cover;
}
#mainmenu .dropdown-menu.show {
    border-top: 3px solid #0086bf;
    padding: 0;
    border-radius: 5px;
    width: fit-content;
    width: auto;
}
#mainmenu .dropdown-menu.show li.dropdown-submenu {
    margin-left: 0;
}
#mainmenu ul li a.dropdown-item {
    color: #000;
    font-size: 13px;
    border-bottom: thin solid #efefef;
    line-height: 22px;
}
#mainmenu ul li a.dropdown-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dropdown-item:active {
    text-decoration: none;
    background-color: #efefef;
    font-weight: 700;
}
#mainmenu ul li {
    margin-left: 10px;
}
#mainmenu ul li a {
    color: #000;
}
#mainmenu ul li a#login,
#mainmenu ul li a#logout {
    vertical-align: -7px;
    color: #fff;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:focus .dropdown-menu,
.dropdown-submenu:hover .dropdown-menu {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
#mainmenuwrap .navbar-brand {
    background: transparent url(/images/uploads/Aegex-colour-logo-300.png) no-repeat 0 6px;
    background-size: contain;
}
#mainmenuwrap {
    background: #fff;
    border-bottom: 1px solid #efefef;
    webkit-box-shadow: 0 2px 5px #ddd;
    -moz-box-shadow: 0 2px 5px #ddd;
    box-shadow: 0 2px 5px #ddd;
    padding: 0;
}
.navbar-brand {
    height: 75px;
    max-width: 300px;
    min-width: 200px;
}
#mainmenu ul.navbar-nav {
    position: relative;
}
#mainmenuwrap.scrolled .navbar-brand {
    background: transparent url(/images/uploads/Aegex-colour-logo-300.png) no-repeat 0 6px;
    background-size: contain;
}
#mainmenuwrap.scrolled #mainmenu ul li a {
    color: #000;
}
#mainmenuwrap.scrolled #mainmenu ul li a.btn.btn-primary.btn-sm {
    color: #fff;
}
.phone-nav {
    position: absolute;
    right: 0;
    top: -25px;
}
.badge-pill.small {
    padding: 5px 7px !important;
    font-weight: 400;
    font-weight: 400;
    font-size: 10px;
}
.badge-pill.badge-transparent {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    border: none;
    text-transform: none;
    padding: 8px 12px;
    color: #000;
}
.badge-pill.badge-primary {
    background-color: #0086bf !important;
    color: #fff;
    border: none;
    text-transform: none;
    padding: 10px 15px;
    font-size: 14px;
}
.badge-pill.badge-primary.black {
    background-color: #000 !important;
}
.bluebg {
    background-color: #f1f2f3;
}
ul.aegexlist {
    list-style: none;
    padding-left: 0;
    margin-left: 20px;
}
ul.aegexlist.whitebg li {
    margin-bottom: 2px;
    border-radius: 3px;
    padding-left: 8px;
    color: #000 !important;
}
ul.aegexlist.whitebg li a {
    color: #000;
    text-decoration: none;
}
ul.aegexlist li {
    list-style-image: url(/images/uploads/aegex-hex-colour-icon16.png);
    line-height: 22px;
    list-style-position: outside;
    margin-bottom: 10px;
}
.footer {
    background-color: #0086bf;
}
.footer h5,
.footer ul li a {
    color: #fff !important;
}
.footer .fa-2x {
    color: #fff;
}
.footer ul.aegexlist {
    margin-left: -8px;
}
.footer-terms {
    font-size: 12px;
}
.footer-terms ul li a {
    color: #0086bf;
    padding: 0 5px;
}
.fa-stack-1x {
    color: #fff;
}
.icon-facebook {
    color: #3b5998;
}
.icon-twitter {
    color: #00b6f1;
}
.icon-instagram {
    color: #c32aa3;
}
.icon-google-plus {
    color: #df4a32;
}
.icon-linkedin {
    color: #007bb6;
}
.icon-youtube {
    color: red;
}
input[disabled]#webtolead,
input[disabled]#webtolead:active,
input[disabled]#webtolead:focus,
input[disabled]#webtolead:hover {
    background: #bbb;
    box-shadow: none;
    outline: 0;
    opacity: 0.5;
    cursor: default;
    text-decoration: none;
}
.container-fluid.support {
    background: #f1f2f3 url(/images/uploads/support-1.jpg?rr) no-repeat 100% 0;
    background-size: contain;
    padding: 6% 0;
}
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
}
.video-container .title-container {
    z-index: 1000;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #fff;
}
.video-container .title-container .headline h1 {
    text-shadow: 1px 1px #333;
    font-weight: 700;
}
.video-container .description .inner {
    font-size: 1em;
    width: 45%;
    margin: 0 auto;
}
.video-container .link {
    position: absolute;
    bottom: 3em;
    width: 100%;
    text-align: center;
    z-index: 1001;
    font-size: 2em;
    color: #fff;
}
.video-container .link a {
    color: #fff;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.memberlogin form {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    text-align: left;
    margin-top: 30px;
}
form input[type="email"],
form input[type="password"],
form input[type="text"] {
    border-radius: 5px;
    box-shadow: none;
    border: thin solid #ccc;
    padding: 5px;
    background-color: #fff !important;
    width: 95%;
}
form input[type="submit"] {
    -webkit-appearance: button;
    background-color: #0086bf;
    border: thin solid #0086bf;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
}
.playlistthumb {
    max-width: 350px;
    max-height: 200px;
    cursor: pointer;
    width: 100%;
}
#heroVideo {
    margin-bottom: 25px;
}
#pageheader,
#subheader,
.profileHeadingBG {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(./ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/themes/aegex_theme/default_site/fonts/slick.eot);
    src: url(/themes/aegex_theme/default_site/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/themes/aegex_theme/default_site/fonts/slick.woff) format("woff"),
        url(/themes/aegex_theme/default_site/fonts/slick.ttf) format("truetype"), url({site_url}themes/aegex_theme/default_site/fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
figcaption,
figure {
    display: block;
}
.transition {
    -webkit-transition: top 0.4s linear;
    -moz-transition: top 0.4s linear;
    -ms-transition: top 0.4s linear;
    -o-transition: top 0.4s linear;
    transition: top 0.4s linear;
}
.timeTo {
    font-family: "Helvetica Neue";
    font-size: 28px;
    line-height: 108%;
    height: 32px;
}
.timeTo span {
    vertical-align: top;
}
.timeTo.timeTo-white div {
    color: #333;
    border-radius: 4px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 38%, #ccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #fff), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #fff 38%, #ccc 100%);
    background: -o-linear-gradient(top, #fff 38%, #ccc 100%);
    background: -ms-linear-gradient(top, #fff 38%, #ccc 100%);
    background: linear-gradient(to bottom, #fff 38%, #ccc 100%);
}
.timeTo.timeTo-black div {
    color: #fff;
    background: #45484d;
    background: -moz-linear-gradient(top, #45484d 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #45484d), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, #45484d 0, #000 100%);
    background: -o-linear-gradient(top, #45484d 0, #000 100%);
    background: -ms-linear-gradient(top, #45484d 0, #000 100%);
    background: linear-gradient(to bottom, #45484d 0, #000 100%);
}
.timeTo.timeTo-black .timeTo-alert {
    background: #a74444;
    background: -moz-linear-gradient(top, #a74444 0, #3f0000 67%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a74444), color-stop(67%, #3f0000));
    background: -webkit-linear-gradient(top, #a74444 0, #3f0000 67%);
    background: -o-linear-gradient(top, #a74444 0, #3f0000 67%);
    background: -ms-linear-gradient(top, #a74444 0, #3f0000 67%);
    background: linear-gradient(to bottom, #a74444 0, #3f0000 67%);
}
.timeTo.timeTo-white .timeTo-alert {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 35%, #e17373 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #fff), color-stop(100%, #e17373));
    background: -webkit-linear-gradient(top, #fff 35%, #e17373 100%);
    background: -o-linear-gradient(top, #fff 35%, #e17373 100%);
    background: -ms-linear-gradient(top, #fff 35%, #e17373 100%);
    background: linear-gradient(to bottom, #fff 35%, #e17373 100%);
}
.timeTo figure {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.timeTo figcaption {
    text-align: center;
    line-height: 80%;
    font-weight: 400;
    color: #888;
}
.timeTo div {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    overflow: hidden;
}
.timeTo div.first {
    border-left: 1px solid silver;
}
.timeTo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 3px;
}
.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.check {
    opacity: 0.5;
    color: #996;
}
#webtolead {
    color: #fff;
    width: 200px;
    float: right;
    background-color: #61a422;
}
.img-check {
    max-width: 100%;
    height: 180px;
    width: 180px;
}
#pills-one label {
    cursor: pointer;
    text-align: center;
}
.tab-content {
    border: thin solid #ededed;
    min-height: 300px;
}
.hexagon-orange {
    background: #fff url(/images/uploads/orange-hex.png) 50% 50% no-repeat;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 20px;
}
.hexagon-blue {
    background: #fff url(/images/uploads/blue-hex.png) 50% 50% no-repeat;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 20px;
}
.hexagon-green {
    background: #fff url(/images/uploads/green-hex.png) 50% 50% no-repeat;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 20px;
}
.hexagon {
    opacity: 0.5;
}
.active .hexagon {
    opacity: 1;
}
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
    background: 0 0;
    color: #000;
}
a:not([href]):not([tabindex]) {
    color: #fff;
}
#mainmenu ul li a#learnmore,
a#learnmore {
    color: #fff;
    background-color: #fa4c23;
}
.alert {
    display: none;
}
.dblock {
    display: block;
}
sup {
    font-size: 11px;
}
#WidgetFloaterPanels {
    display: none !important;
}
#languagePicker {
    position: relative;
    min-width: 150px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #efefef;
}
.language-picker-list {
    color: #000;
    margin: 0;
    width: 600px;
    font-size: 12px;
    position: absolute;
    top: 20;
    padding: 5px 0 0;
    background-color: #efefef;
    border: none;
    display: none;
    padding-bottom: 30px;
    right: 0;
    padding-top: 30px;
    margin-top: 10px;
}
#languagePicker:hover .language-picker-list {
    display: block;
}
.language-picker-list li {
    max-width: 200px;
    padding-left: 10px;
    display: block;
    cursor: pointer;
}
.language-picker-list .column {
    max-width: 33%;
    display: inline-block;
    vertical-align: top;
}
.language-picker-list li:hover {
    background-color: #000;
    color: #fff;
}
.language-picker-footer {
    background-color: #0059bc;
    display: none;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    vertical-align: bottom;
    text-align: center;
    cursor: default;
}
.language-picker-footer div {
    display: inline-block;
    margin-left: 5px;
    line-height: 25px;
    float: left;
}
.language-picker-footer img {
    height: 20px;
    margin-top: 2px;
}
.language-picker-footer div.preferred-language {
    float: right;
    margin-right: 10px;
}
.language-picker-footer div.pref-lang-picker {
    position: relative;
    float: none;
    cursor: pointer;
}
.pref-lang-picker .pref-lang-list {
    position: absolute;
    max-height: 200px;
    display: none;
    padding-left: 5px;
    background-color: #d3d3d3;
    overflow-y: scroll;
    color: #000;
    min-width: 200px;
    right: -12px;
    text-align: left;
}
.pref-lang-picker:hover .pref-lang-list {
    display: block;
}
div.caret {
    display: inline-block;
    float: right;
    margin-top: 10px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
a.orig-lang {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
a.orig-lang:hover {
    text-decoration: none;
}
.loadingImage {
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background-color: #fff;
    padding: 22%;
    text-align: center;
}
.loadingImage > div {
    font-size: 14px;
}
@media (max-width: 575px) {
    .phone-nav {
        position: relative;
        right: 0;
        top: 10px;
        padding: 15px 0;
    }
    .video-container {
        background: url(/images/uploads/video_thumb.jpg) no-repeat;
        background-size: cover;
    }
    .homepage-hero-module figcaption {
        top: 35%;
    }
    .description .text {
        display: none;
    }
    .homepage-hero-module h1 {
        font-size: 1.5rem;
    }
    #firstdiv,
    #seconddiv,
    #thirddiv {
        width: 33%;
    }
    .homepage-hero-module .description img {
        max-width: 100%;
    }
    .homepage-hero-module figcaption {
        font-size: 15px;
    }
    .homepage-hero-module video,
    .videooverlay {
        display: none;
    }
    .cookie-popup-inner {
        margin-bottom: 55px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .video-container {
        background: url(/images/uploads/video_thumb.jpg) no-repeat;
        background-size: cover;
    }
    .description .text,
    .homepage-hero-module video {
        display: none;
    }
    .homepage-hero-module h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 991px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding: 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .videooverlay {
        display: none;
    }
    .homepage-hero-module .description img {
        max-width: 100%;
    }
    .homepage-hero-module figcaption {
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .description .text {
        max-width: 90%;
    }
    .dropdown-menu {
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu {
        width: auto;
    }
    .homepage-hero-module .description img {
        max-width: 100%;
    }
    .dropdown-toggle::after {
        margin-left: 1.8em;
    }
}
@media (min-width: 992px) {
    .search-dropdown .dropdown-menu {
        position: absolute;
        float: left;
        left: -160px;
        top: 50px;
    }
    #mainmenuwrap {
        flex-direction: column;
    }
}
@media (max-width: 992px) {
    .search-dropdown > .nav-link > i.fa.fa-search {
        display: none;
    }
    .search-dropdown .dropdown-menu {
        display: block;
    }
    .search-dropdown .dropdown-menu form button[type="submit"] {
        display: block;
        visibility: visible !important;
        height: 32px !important;
        padding: 0 10px !important;
    }
    #mainmenu ul li.dropdown-submenu {
        overflow: hidden;
    }
    #mainmenu ul li.dropdown-submenu > ul {
        display: block;
        padding-left: 15px;
        border: 0;
    }
    .dropdown-submenu:focus .dropdown-menu,
    .dropdown-submenu:hover .dropdown-menu {
        display: block;
        position: relative !important;
        margin-top: 0;
        left: 0;
    }
    .dropdown-submenu a::after {
        display: none;
    }
}
@media (max-width: 480px) {
    .nav-justified .nav-item {
        flex-basis: auto;
    }
}
