/**
 * @package WordPress
 * 
 * @subpackage  mrcool-2020
 * 
 *  Theme Name: mrcool-2020
 *	Theme URI: mrcool.work
 *	Description: Commercial UI with Partner Center for MRCOOL
 *	Version: 0.0.1
 *	Author: J. Andrews & DML
 *	Author URI: mrcool.work
 *	License: Private Proprietary Use Only
 *	License URI: https://mrcool.work
 *	Tags: 
 *  Text Domain: mrcool-2020
 *
 *  Add-On Style Sheet
 *
*/


/* ========================================== */


/* MRCOOL COLOR Scheme [DML 06-20]: */


/* ========================================== */


/* 
MrCool Blue (210H) = #004A97;
MrCool Navy (210H) = #0F2A45;
MrCool Lt Blue (210H) = #1C8EFF;
MrCool XLt Blue (210H) = #54AAFF;

Black (210H) = #282A2B;
Lt Blk (210H) = #303336;
Charcoal (210H) = #525557;
Med Grey (210H) = #797C80;
Lt Grey (210H) = #A6A8AB;
Silver (210H) = #DCE0E3;
White (210H) = #F0F4F7;

Contrast Triad (15H & 45H): 
#ffbf00
#ff7f54 
*/


/* ========================================== */


/* END: MRCOOL COLOR Scheme [DML 6-20]: */


/* ========================================== */

@import url(spacing.min.css);
@font-face {
    font-family: 'MrCool';
    src: url('../fonts/MrCool/MRCOOLFONT.eot');
    src: url('../fonts/MrCool/MRCOOLFONT.ttf');
    src: url('../fonts/MrCool/MRCOOLFONT.eot') format('embedded-opentype'), url('../fonts/MrCool/MRCOOLFONT.woff') format('woff'), url('../fonts/MrCool/MRCOOLFONT.svg#MRCOOLFONT') format('svg');
    font-weight: normal;
    font-style: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px transparent;
}


/** general overrides */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
dl,
dd,
menu,
ol,
ul,
table,
caption,
hr {
    margin: 0;
    margin-bottom: 13.5px;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    margin: 0px;
    padding: 0px;
}


/**  adjust for wp body classes */

.blog {
    margin-top: 0px;
}


/** Header Admin Nav Overrides */

.pad-for-admin-nav {
    padding-top: 38px !important;
}


/** NAV Bar Overrides for non-color switching sticky header DML 11-2019*/

header.header {
    background-color: #f0f4f7;
}

header.header.header-style-geo {
    background-color: #f3f7f0;
}

.header.transparent-header nav.menu ul li a {
    color: #004a97;
}

.header.header-style-geo nav.menu ul li a {
    color: #476b30;
}

.header.header-style-geo nav.menu ul li:hover>a {
    color: #70a94c;
}

.container .trigger-menu-icon span {
    color: #004a97;
    background-color: #004a97;
}

.container .trigger-menu-icon span.mid-menu {
    color: #004a97;
    background: transparent;
}

.header-style-geo.sticky-header {
    color: #476b30;
    background-color: #f3f7f0;
}

.container nav.menu li.cr-dropdown ul {
    color: #004a97;
    background-color: #dce0e3;
}

.header-style-geo>.container nav.menu li.cr-dropdown ul {
    color: #476b30;
    background-color: #dee2dc;
}

.container nav.menu li.cr-dropdown ul li a {
    color: #004a97;
}

.header-style-geo>.container nav.menu li.cr-dropdown ul li a {
    color: #476b30;
}

.header-style-geo>.container nav.menu li.cr-dropdown ul li:hover>a {
    color: #70a94c;
    font-weight: bolder;
}

.header-style-geo {
    padding: 8px;
}


/** Banner Overrides */

.banner-area {
    width: 100vw !important;
    /* for slider? */
    /* min-height: 62vh  !important; */
    /* max-height: 100vh !important; */
}

.bg-image-1,
.bg-image-4 {
    width: 100% !important;
    /* for slider? */
    /* min-height: 62%  !important; */
    max-height: 100% !important;
    background-size: cover;
    /* background-position: 25% 25%; */
}

.bg-image-3 {
    background-image: url(../images/bg/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}

.banner-animate-background .animate-background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    -webkit-animation: zoomInOut 5s ease-in-out 1;
    -moz-animation: zoomInOut 5s ease-in-out 1;
    -ms-animation: zoomInOut 5s ease-in-out 1;
    -o-animation: zoomInOut 5s ease-in-out 1;
    animation: zoomInOut 5s ease-in-out 1;
}

.single-banner-content {
    text-align: left !important;
    letter-spacing: 0.85px !important;
}

.single-banner-content h3 {
    color: #525557;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 35.5px;
}

.single-banner-content p {
    color: #525557;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.single-banner-content h3>span {
    color: #004a97;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 300;
}

.single-banner-content h1 {
    color: #004a97;
    font-family: "MrCool", "Open Sans", sans-serif;
}

.single-banner:not(.fullscreen) .single-banner-content {
    padding: 42vh 3vw 8vh 3vw;
}

.single-banner:not(.fullscreen) .banner-content-alt {
    padding: 5vh 3vw;
    color: #525557;
}

.single-banner:not(.fullscreen) .banner-content-alt-2,
.single-banner:not(.fullscreen) .banner-content-alt-3 {
    width: max-content;
    padding: 13vh 3vw 3vh 3vw;
    color: #525557;
}

.banner-content-alt-2 h3 {
    font-size: 37px;
}

.banner-content-alt-3 h3,
.geo-banner h3 {
    font-size: 27px;
}

.single-banner-content h1 {
    font-size: 67px;
}

span.super {
    font-size: 0.3em;
    vertical-align: top;
    line-height: 1.75;
    margin-left: -27px;
}

.mrc-font-title {
    margin-bottom: 0px;
    margin-top: 21px;
    font-family: "MrCool";
}

.lg-toolbar {
    padding: 42px;
    opacity: 1;
}


/* Call to Action Section Overrides */

h3.cta-1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    letter-spacing: 0.75px;
    font-size: 55px;
    margin: 0px auto 0 auto;
}

h3.cta-1>span.sm-span {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
    font-size: 17px;
    margin: 21px auto 0 auto;
    line-height: 27px;
}

h3.cta-1>span.med-span {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
    font-size: 29px;
    margin: 21px auto 0 auto;
    line-height: 47px;
}

.callto-action-inner .cr-btn {
    margin: 34px auto;
}

.callto-action-inner {
    margin: 21px auto;
}

.yt-iframe {
    width: 100%;
    /* height: calc(0.67 * 62vw); */
    height: 56.3vw;
}

.icofont-youtube-play {
    font-size: 89px;
    color: #f0f4f7;
}

.icofont-youtube-play:hover {
    font-size: 89px;
    color: #e70d11;
}

#play-vid {
    color: #f0f4f7;
    text-shadow: 2px 2px 0 rgba(15, 42, 69, 0.34), -1px -1px 0 rgba(15, 42, 69, 0.34), 1px -1px 0 rgba(15, 42, 69, 0.34), -1px 1px 0 rgba(15, 42, 69, 0.34);
    max-height: 56.3vw;
    max-width: 100%;
}

#play-vid h2 {
    font-weight: 500;
    color: #f0f4f7;
}

.center-pad {
    padding: 25%;
}

.center-pad-cropd {
    padding: 10% 20%;
}

.bg-image-2B {
    background-color: #0f2a45;
    background-image: url(../images/bg/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 42%;
}

#scrollUp {
    display: none;
}

a {
    font-size: 1em;
    color: #004a97;
}

a:visited {
    color: #004a97;
}

a:hover {
    font-size: 1.125em;
    color: #007bff;
}

a:active {
    color: #94ff94;
}

a.simple-select {
    font-size: 13px;
    padding: 5px;
    color: #525557;
}

a.simple-select:visited {
    color: #004a97;
}

a.simple-select:hover {
    font-size: 15px;
    padding: 3.5px;
    color: #007bff;
}

a.simple-select:active {
    color: #94ff94;
}

.footer-menu ul {
    list-style: none;
}

.footer-menu ul li a {
    font-size: 15px;
    padding: 5px;
    color: #f0f4f7;
    text-transform: uppercase;
}

.footer-menu ul li a:visited {
    color: #004a97;
}

.footer-menu ul li a:hover {
    font-size: 17px;
    padding: 3.5px;
    color: #007bff;
}

.footer-menu ul li a:active {
    color: #94ff94;
}

.vid-btn {
    cursor: pointer;
}

.soc-icon {
    width: 42px;
    height: 42px;
    float: left;
    margin: 0 10.5px;
}

.footer-menu ul li {
    float: left;
    vertical-align: top;
    margin: 0px 10.5px;
}

.footer-menu {
    text-align: center;
    margin: 17px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.inner-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.selector-active {
    font-size: 15px;
    font-weight: 800;
    padding: 3.5px;
    color: #007bff;
}

.bg-lt-cnt {
    background-color: #f2ece6;
}

.docs-link {
    display: inline-block;
    padding: 1%;
    margin: 1.5%;
    width: 46.5%;
    vertical-align: top;
    background-color: rgba(47, 105, 184, 0.42);
    border: solid 1.5px rgba(121, 124, 128, 0.34);
    border-radius: 3px;
    text-align: center;
}

.docs-link:hover,
.docs-link:active {
    padding: 1.25%;
    margin: 1%;
    width: 47.5%;
    background-color: rgba(0, 123, 255, .67);
    border: solid 2px #2f69b8;
    border-radius: 3px;
}

.docs-link:visited {
    background-color: rgba(0, 123, 255, .34);
    border: solid 1.5px rgba(47, 105, 184, .42);
}

.docs-link a,
.docs-link li {
    color: #f2ece6;
    text-align: center;
}

.docs-link>a {
    padding: 0 25%;
}

.docs-link li {
    margin-bottom: 5%;
}


/** Refactored from OLD */

.dox-link-tab {
    margin: 42px 20%;
}

.dox-link-tab-2 {
    margin: 34px 20%;
}

.dox-link-tab h3 {
    color: #2f69b8;
    font-size: 14px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

.dox-link-tab h3 img {
    vertical-align: middle;
    padding-left: 5px;
}

.dox-link-tab h3 a {
    color: #2f69b8;
    text-decoration: none;
}

.img-div-pad-1 {
    padding: 21px 8%;
}

.img-div-pad-2 {
    padding: 21px 13% 21px 17%;
}

.img-div-pad-3 {
    padding: 42px 0 21px 0;
}

.img-div-pad-4 {
    padding: 89px 42px 21px 42px;
}

.img-div-pad-5 {
    padding: 144px 0 21px 0;
    margin: 0 auto;
}

.img-div-pad-5 img {
    max-width: 67%;
}

.img-div-pad-6 {
    padding: 0 8%;
    margin: 0 auto;
}

.img-div-pad-6 {
    max-width: 67%;
}

.dox-sxn {
    text-align: center;
}

.fittxt {
    color: #797c80;
    font-size: 35px;
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.fittxt span {
    font-style: italic;
    color: #1c8eff;
}

a.docs-btn,
a.docs-btn:visited {
    display: inline-block;
    clear: right;
    background-color: #54aaff;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #f0f4f7;
    text-decoration: none;
    padding: 5px 8px;
    cursor: pointer;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 3px;
    border-color: #004a97;
    white-space: nowrap;
    box-sizing: border-box;
}

a.docs-btn:hover {
    background: none repeat scroll 0 0 #1c8eff;
    border-color: #0f2a45;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
    color: #f0f4f7;
}

.banner-content-alt h2,
.banner-content-alt-2 h2 {
    font-size: 45px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 3.5px;
}

.banner-content-alt-3 h2,
.geo-banner h2 {
    font-size: 55px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.logo img {
    /* max-height: 63px; */
    max-height: 3vw;
    max-width: 13.5vw;
    padding-right: 21px;
}

hr.grey-5 {
    height: 5px;
    color: #797c80;
    margin: 0;
    margin-bottom: 0 !important;
}

.slick-next:before {
    content: "→";
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 89px;
    line-height: 1;
    opacity: 0.67;
    color: #004a97;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -92px;
}

.pad625 {
    padding: 6.25%;
}

.pad625_15 {
    /* padding: 6.25% calc(6.25% + 15px); */
    padding: 6.25%;
    margin-left: 15px;
    margin-right: -15px;
}

.single-banner .img-div-pad-3 img {
    max-height: 720px;
}

.social-icons-large {
    /* padding: 0px 25% 13px 25%; */
    margin: 0 auto 13px auto;
}

.pagination {
    margin: 17px auto;
}

.pagination .page-numbers {
    margin: 17px;
}

form.search-form button,
form.search-form button:visited,
.widgets:not(.footer-widgets) .search-widget form button,
.widgets:not(.footer-widgets) .search-widget form button:visited,
.search-submit,
.search-submit:visited {
    display: inline-block;
    clear: right;
    background-color: #54aaff;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #f0f4f7;
    text-decoration: none;
    width: 144px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 3px;
    border-color: #004a97;
    white-space: nowrap;
    box-sizing: border-box;
    margin-top: -29;
}

form.search-form button:hover,
.widgets:not(.footer-widgets) .search-widget form button:hover,
.search-submit:hover {
    background: none repeat scroll 0 0 #1c8eff;
    border-color: #0f2a45;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
    color: #f0f4f7;
}

.free-header {
    margin-bottom: 42px;
}

input[type="search"] {
    width: 320px;
}

article.comment-body {
    border-bottom: 1px solid #f0f4f7 !important;
    margin-bottom: 3.143rem !important;
    padding-bottom: 1.71429rem !important;
}

ol.comment-list {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.comment {
    display: block;
    margin-top: 34px;
}

.comments-area {
    margin-top: 42px;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    width: 21px;
}

input,
select,
textarea {
    background: transparent;
    border: 1.5px solid #dce0e3;
    color: #a6a8ab;
    font-size: 15px;
}

#commentform input[type="submit"] {
    font-size: 1.325em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.widgets:not(.footer-widgets).widgets-leftside {
    padding: 0 27px 55px 27px;
    margin-top: 55px;
}

.blog-details-tags h5 {
    margin: 5px;
    margin-bottom: 0;
    padding: 0 5px;
}

.blog-details-tags ul {
    margin: 3px;
    margin-bottom: 0;
    padding: 0 3px;
}

.blog-details-tags ul li {
    margin: 2px;
    margin-bottom: 0;
    padding: 0 2px;
}

.doc-group {
    padding: 3px 0 0 4px;
    width: 100%;
    max-width: 700px;
}

.doc-group .docs-btn,
.mrcldiybtmbx4area .docs-btn {
    margin: 5px 0 5px 10px;
}

.doc-group>hr {
    margin: 15px 0;
    color: #dce0e3;
}

.front-block .vid-btn {
    position: absolute;
    bottom: -21px;
    right: 12.5%;
}

#ecorebates1 {
    display: block;
    text-align: center;
    font-size: 34px;
    background: #dce0e3;
}

#ecorebates1 a {
    color: #0071e3 !important;
}

.link-list {
    padding: 0;
    list-style: none;
    text-transform: capitalize;
}

.product-front {
    padding: 3.5%;
}

.cat-row {
    padding: 0;
}

h3.cta-2 {
    margin-bottom: -21px;
    margin-top: 8px;
}

.war-sidebar img {
    float: left;
    margin: 0 13px 0 0;
}

.wrntyerbx {
    float: left;
    width: 27%;
    margin: 13px;
    padding: 3%;
}

.pad-0-5 {
    padding: 0 5%;
}

.mar-5 {
    margin: 21px 5% 0px 5%;
}

.slick-prev,
.slick-next {
    top: 42%;
}

.video-area-inner {
    cursor: pointer;
}

.socnet-fix {
    clear: right;
    display: inline-block;
    margin: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.txt-silver,
.txt-silver p,
.txt-silver h1,
.txt-silver h6 {
    color: #dce0e3 !important;
}

.w-100 {
    width: 100vw;
}

.dox-block {
    padding: 13px 21px;
    border-left: solid 1px #a6a8ab;
    ;
    border-bottom: solid 2px #dce0e3;
    border-radius: 8px;
}

.dox-block hr {
    height: 2px;
}

.banner-content-alt h4,
.banner-content-alt-2 h4 {
    font-size: 21px;
}

.banner-content-alt-3 h4,
.geo-banner h4 {
    font-size: 21px;
    letter-spacing: 0.5px;
}

.single-banner-content .banner-content-alt h3 {
    font-size: 34px;
}

.mwt-sxn-01 {
    padding: 5%;
}

.mwt-sxn-01a {
    padding: 1.618% 4.875% 0 4.875%;
    text-align: center;
}

.mwt-sxn-01b {
    padding: 1.618% 4.875% 0 4.875%;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}

.in-flex-blk-1 {
    text-align: center;
    max-width: 34%;
}

.in-flex-blk-2 {
    text-align: center;
    max-width: 50%;
    height: 360px;
}

.wrapper-p {
    padding: 0 6.25%;
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.front-block {
    border-top: none;
    border-left: 3px solid #1c8eff;
    border-bottom: 3px solid #1c8eff;
}

.front-block>h3,
.front-block>h1,
.front-block>p,
.front-block>.vid-btn {
    animation: 1s ease-out 0.5s 1 slideIn;
}

.portfolio-content-inner>h3>a:visited {
    color: #f0f4f7;
}

.bg-hdr-img-01 {
    background-image: url(../images/banner/warranty-01.jpg);
    background-repeat: repeat-x;
    /* background-size: contain; */
    max-height: 233px;
    min-height: 217px;
    background-position: center center;
}

.bg-hdr-img-01 .row-inner {
    width: 100%;
    background: rgb(240, 244, 247);
    background: -moz-linear-gradient( 180deg, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0.67) 34%, rgba(240, 244, 247, 0) 100%);
    background: -webkit-linear-gradient( 180deg, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0.67) 34%, rgba(240, 244, 247, 0) 100%);
    background: linear-gradient(180deg, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0.67) 34%, rgba(240, 244, 247, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f0f4f7", endColorstr="#f0f4f7", GradientType=1);
}

h5.war-geo-title,
.geo-cta {
    background: #608b46 !important;
}

.wp-is-grbg-01 {
    /** because for some reason in code view of blocks - WP adds <p> around <img> */
    text-align: center;
}

.img-25vh {
    max-height: 25vh;
    margin: 2vh 2vw;
}

.img-lft-bnr {
    max-height: 25vh;
    margin: 2% 13%;
    padding: 3%;
}


/* .sxn-full {

    display: flex;
    flex-direction: column;
    justify-content: center;
} */

.sxn-full h4 {
    color: #1c8eff;
    font-weight: 400;
    margin-bottom: 21px;
    text-align: center;
}

.bg-sz-snd {
    background: url(../images/section/uni-size-sound-bg.jpg);
}


/* .uni-sxn-02 {

background:url(../images/section/uni-sz-snd-bg.jpg)

}
*/

.uni-sxn-02 img {
    /* display:none; */
    /* iOS flex fix */
    justify-self: flex-start;
    align-self: flex-start;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.uni-sxn-05a,
.uni-sxn-05b {
    padding: 5%;
}

.ios-img-flex-fix {
    /* iOS flex fix */
    justify-self: flex-start;
    align-self: flex-start;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.uni-sxn-02a {
    position: absolute;
    top: 25%;
    right: 0;
}


/* 
.uni-sxn-01a {

    position: absolute;
    top: 12.5%;
    left: 6.25%;

} */

.uni-sxn-03b {
    text-align: center;
}


/* .uni-sxn-03 {

    background: url(../images/section/uni-specs.jpg );

} */

.list-container {
    /* background: rgba(240, 244, 247, 0.42);
    background: -moz-linear-gradient(135deg, rgba(240, 244, 247, 0) 21%, rgba(240, 244, 247, 0.7819502801120448) 78%);
    background: -webkit-linear-gradient(135deg, rgba(240, 244, 247, 0) 21%, rgba(240, 244, 247, 0.7819502801120448) 78%);
    background: linear-gradient(135deg, rgba(240, 244, 247, 0) 21%, rgba(240, 244, 247, 0.7819502801120448) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f4f7", endColorstr="#f0f4f7", GradientType=1);

    border-radius: 8px;
    padding-top: 13px; */
    font-size: 17px;
    line-height: 1.875em;
    /* text-shadow: -0.5px -0.5px 0 #f0f4f7, 0.5px -0.5px 0 #f0f4f7, -0.5px 0.5px 0 #f0f4f7, 0.5px 0.5px 0 #f0f4f7; */
}

.uni-sxn-01a {
    background: rgba(240, 244, 247, 0.42);
    background: -moz-linear-gradient(73deg, rgba(240, 244, 247, 0) 34%, rgba(240, 244, 247, 0.73) 67%);
    background: -webkit-linear-gradient(73deg, rgba(240, 244, 247, 0) 34%, rgba(240, 244, 247, 0.73) 67%);
    background: linear-gradient(73deg, rgba(240, 244, 247, 0) 34%, rgba(240, 244, 247, 0.73) 67%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f0f4f7", endColorstr="#f0f4f7", GradientType=1);
    border-radius: 8px;
    padding: 21px 34px;
    margin: 21px;
    min-height: 540px;
}

.pro-sxn-01 {
    background: rgba(240, 244, 247, 0.60);
    border-radius: 8px;
    padding: 21px 34px;
    margin: 21px;
    min-height: 540px;
    color: #525557;
}

.uni-exp-hx {
    background: #54aaff;
    color: #f0f4f7;
    padding: 13px 21px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.uni-exp-hx:not(.collapsed) {
    background: #f0f4f7;
    -webkit-box-shadow: 0 5px 8px rgba(82, 85, 87, 0.21);
    -moz-box-shadow: 0 5px 8px rgba(82, 85, 87, 0.21);
    -ms-box-shadow: 0 5px 8px rgba(82, 85, 87, 0.21);
    -o-box-shadow: 0 5px 8px rgba(82, 85, 87, 0.21);
    box-shadow: 0 5px 8px rgba(82, 85, 87, 0.21);
    color: rgb(82, 85, 87);
}

.uni-exp-hx:after {
    content: "\ed19";
    font-family: "Icofont";
    position: absolute;
    top: 50%;
    text-align: center;
    right: 0;
    width: 50px;
    background: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.uni-exp-hx:not(.collapsed):after {
    content: "\ed5c";
}

.accordion {
    width: 100%;
}

.accordion h5 {
    margin-bottom: 0;
}

.list-img {
    /* position: absolute;
    top: 50%; 
    transform: translateY(-50%);*/
    transform: translateY(50%);
}

table#uni-tbl-01 {
    width: 100%;
    font-size: 15.5px;
}

table#uni-tbl-01 th,
table#uni-tbl-01 td {
    padding: 8px 5px;
    text-align: center;
    border: 2px solid #f0f4f7;
    border-collapse: collapse;
}

table#uni-tbl-01 th img,
table#uni-tbl-01 td img {
    margin-right: 7px;
    padding-right: 2px;
}

table#uni-tbl-01 tr:nth-child(even) {
    background-color: #dce0e3;
}


/* table#uni-tbl-01 tr:nth-child(odd) {
    background-color: #F0F4F7;
} */

table#uni-tbl-01 tr:nth-child(1) td {
    border: none;
}

table#uni-tbl-01 th {
    background-color: #54aaff;
    color: #f0f4f7;
}

#img-tbl-hdr-1col,
table#uni-tbl-01 th:nth-child(2) {
    display: none;
}

.uni-bg-grad {
    background: rgb(240, 244, 247);
    background: -moz-linear-gradient(144deg, rgba(84, 170, 255, 1) 0%, rgba(240, 244, 247, 1) 67%);
    background: -webkit-linear-gradient(144deg, rgba(84, 170, 255, 1) 0%, rgba(240, 244, 247, 1) 67%);
    background: linear-gradient(144deg, rgba(84, 170, 255, 1) 0%, rgba(240, 244, 247, 1) 67%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#54aaff", endColorstr="#f0f4f7", GradientType=1);
}

.uni-bg-grad-2 {
    background: rgb(240, 244, 247);
    background: -moz-linear-gradient(270deg, rgba(84, 170, 255, 1) 0%, rgba(240, 244, 247, 1) 67%);
    background: -webkit-linear-gradient(270deg, rgba(84, 170, 255, 1) 0%, rgba(240, 244, 247, 1) 67%);
    background: linear-gradient(270deg, rgba(84, 170, 255, 1) 0%, rgba(240, 244, 247, 1) 67%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#54aaff", endColorstr="#f0f4f7", GradientType=1);
}

.no-wrap {
    white-space: nowrap;
}

.no-dot {
    list-style-type: none;
    text-align: left;
}

.notice-disc-1 {
    margin: 0 auto;
    padding: 42px 0;
    line-height: 2em;
    font-size: 15.5px;
}


/* .no-dot li {

} */

.vid-cta {
    width: 100%;
    max-height: 144px;
    min-height: 73px;
    /* background-color: #0071E3; */
    background: rgb(240, 244, 247);
    background: -moz-linear-gradient(90deg, rgba(240, 244, 247, 1) 13%, rgba(84, 170, 255, 1) 89%);
    background: -webkit-linear-gradient(90deg, rgba(240, 244, 247, 1) 13%, rgba(84, 170, 255, 1) 89%);
    background: linear-gradient(90deg, rgba(240, 244, 247, 1) 13%, rgba(84, 170, 255, 1) 89%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#F0F4F7", endColorstr="#54aaff", GradientType=1);
    padding: 21px 17%;
    display: flex;
    color: #f0f4f7;
}

.geo-vid-cta {
    width: 100%;
    max-height: 144px;
    min-height: 73px;
    /**f2f7f2 -- 3f8c3f -- f2e7f2*/
    background: #5d8d3f;
    background: -moz-linear-gradient(90deg, rgba(241, 246, 238, 1) 13%, rgba(93, 140, 63, 1) 89%);
    background: -webkit-linear-gradient(90deg, rgba(241, 246, 238, 1) 13%, rgba(93, 140, 63, 1) 89%);
    background: linear-gradient(90deg, rgba(241, 246, 238, 1) 13%, rgba(93, 140, 63, 1) 89%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f3f7f0", endColorstr="#5d8d3f", GradientType=1);
    padding: 21px 17%;
    display: flex;
    color: #f3f7f0;
}

.vid-cta-h3 {
    display: flex;
    color: #004a97;
}

.geo-vid-cta .vid-cta-h3 {
    display: flex;
    color: #476b30;
}

.geo-bg-lt-cnt {
    background-color: #f3f7f0;
}

.vid-cta-span {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 1.5px;
    font-size: 34px;
    margin: 21px;
}

.reg-mark {
    vertical-align: super;
    font-size: 0.34em;
    margin: -5px 0 -5px 0;
}

.hide-lg img {
    display: none;
}

.lg-67 {
    background: -moz-radial-gradient( circle, rgba(241, 246, 238, 1) 0%, rgba(241, 246, 238, 0.67) 34%, rgba(241, 246, 238, 0) 67%);
    background: -webkit-radial-gradient( circle, rgba(241, 246, 238, 1) 0%, rgba(241, 246, 238, 0.67) 34%, rgba(241, 246, 238, 0) 67%);
    background: radial-gradient( circle, rgba(241, 246, 238, 1) 0%, rgba(241, 246, 238, 0.67) 34%, rgba(241, 246, 238, 0) 67%);
}

.stat-banner {
    height: 52vw;
}

.bg-image-21 {
    background-size: 100vw !important;
    /* background-position: top center !important; */
}

.bg-image-22 {
    background-position: 95% 21%;
}

.geocool-1 {
    color: #476b30;
    font-family: "Open Sans", sans-serif;
}

.geocool-1 h1,
.geocool-1 h2,
.geocool-1 h4,
.geocool-1 h5 {
    color: #476b30;
    font-family: "Open Sans", sans-serif;
}

.geocool-1 h6 {
    color: #70a94c;
    font-family: "Open Sans", sans-serif;
}

.geocool-1 h3,
.geocool-1 p {
    color: #545652;
    font-family: "Open Sans", sans-serif;
}

.geocool-1 h1 {
    font-family: "Roboto", sans-serif;
    text-transform: lowercase;
    letter-spacing: 0.75rem;
    font-size: 5rem;
}

.bg-image-23 {
    background-position: top center;
}

.geo-bg-theme {
    background: #476b30 !important;
}

.geo-footer-area {
    padding: 21px;
    background: #545652 !important;
}

.geo-footer-area a:hover {
    color: #70a94c !important;
}

.geo-footer-area a:visited {
    color: #70a94c !important;
}

.geo-scroll {
    background: #476b30 !important;
    color: #f3f7f0 !important;
    border: 1.5px solid #70a94c !important;
    border-radius: 3% !important;
}

.geo-x .service-style-2 {
    background-color: #f3f7f0 !important;
}

.single-banner:not(.fullscreen) .geo-banner {
    width: max-content;
    padding: 10.5vh 3vw 3vh 3vw;
    color: #545652;
}

.geo-sxn-05 {
    background-image: url('../images/section/gc-bg-sxn-01.jpg');
    background-attachment: fixed;
    background-position: bottom right;
    background-size: cover;
}

.geo-sxn-05 h4,
.geo-sxn-05 p {
    color: #f3f7f0;
}


/* ========================================= */


/*	Reveal */


/* ========================================= */

#reveal-container {
    position: relative;
    width: 100%;
    min-height: 42vw;
    overflow: hidden;
    /** important for pointer events will not work on mobile without this */
    touch-action: none;
}

.layer {
    position: absolute;
    width: 100vw;
    min-height: 42vw;
    overflow: hidden;
}

.layer .content-wrap {
    position: absolute;
    width: 100vw;
    min-height: 42vw;
}

.layer .content-body {
    width: 25%;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    color: #f3f7f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.reveal-img {
    position: absolute;
    width: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.layer h1 {
    font-size: 2em;
}

.bottom-layer {
    background: #343534;
    z-index: 1;
}

.bottom-layer .content-body {
    right: 5%;
}

.bottom-layer h1,
.bottom-layer p {
    color: #aaff75;
}

.top-layer {
    background: #f3f7f0;
    color: #545652;
    z-index: 2;
    width: 50vw;
}

.top-layer .content-body {
    left: 5%;
    color: #545652;
}

.handle {
    position: absolute;
    height: 100%;
    display: block;
    background-color: #70a94c;
    width: 8px;
    top: 0;
    left: 50%;
    z-index: 3;
}

#reveal-container .handle {
    top: 50%;
    transform: rotate(30deg) translateY(-50%);
    height: 200%;
    transform-origin: top;
}

#reveal-container .top-layer {
    transform: skew(-30deg);
    margin-left: -1000px;
    width: calc(50vw + 1000px);
}

#reveal-container .top-layer .content-wrap {
    transform: skew(30deg);
    margin-left: 1000px;
}

.slider-arrows {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    max-width: 144px;
    width: 144px;
}

img.reveal-icon,
img.reveal-icon_blk {
    position: relative;
    width: 5vw;
    margin: 2vw;
}

img.reveal-icon_2 {
    position: relative;
    width: 15vw;
    margin: 2vw;
}

.checked-list {
    height: 34px;
    width: 34px;
    margin: 0 0 2% 0;
}

.w-250 {
    max-width: 250px;
    font-weight: 600 !important;
    margin: 5px;
    font-size: 0.875em;
}


/*  @MEDIA responsive overrides */

@media only screen and (max-width: 1440px) and (min-width: 1080px) and (min-height: 820px) {
    .bg-image-18,
    .bg-image-19,
    .bg-image-28,
    .bg-image-29 {
        background-position: 80% 67px;
    }
    .img-div-pad-6 {
        margin: 15vw 15vw 0 0;
    }
}

@media (min-width: 1350px) {
    .container {
        max-width: 89vw;
        padding-right: 25px;
        padding-left: 25px;
    }
    .front-block {
        margin-right: 34%;
    }
}

@media only screen and (max-width: 1350px) {
    h3.vid-cta-h3>span.vid-cta-span {
        font-size: 27px;
    }
    .uni-sxn-02a {
        top: 5.5%;
    }
    .front-block {
        margin-right: 42%;
    }
    .banner-content-alt,
    .banner-content-alt-2,
    .banner-content-alt-3,
    .geo-banner {
        background: rgb(240, 244, 247);
        background: -moz-radial-gradient( circle, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0.67) 34%, rgba(240, 244, 247, 0) 67%);
        background: -webkit-radial-gradient( circle, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0.67) 34%, rgba(240, 244, 247, 0) 67%);
        background: radial-gradient( circle, rgba(240, 244, 247, 1) 0%, rgba(240, 244, 247, 0.67) 34%, rgba(240, 244, 247, 0) 67%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f0f4f7", endColorstr="#f0f4f7", GradientType=1);
    }
    .foot-soc,
    .geo-footer-area address .footer-menu,
    .footer-bottom-area address .footer-menu {
        /* padding: 0 25%; */
        margin: 27px;
    }
    .bg-image-17 {
        background-position: center -233;
    }
}

@media only screen and (max-width: 1200px) {
    .list-img {
        transform: translateY(0%);
    }
    .slider-arrows {
        max-width: 78px;
        width: 78px;
    }
    .banner-content-alt-3 h3,
    .geo-banner h3 {
        font-size: 25px;
    }
    .banner-content-alt-3 h4,
    .geo-banner h4 {
        font-size: 19px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footermnu ul li {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1080px) and (min-width: 768px) {
    .bg-image-18 {
        background-position: 93% 67px;
        background-size: 200vw !important;
    }
    .single-banner .img-div-pad-3 img {
        display: none;
    }
    .single-banner .img-div-pad-5 img {
        display: none;
    }
    .single-banner-content h1 {
        font-size: 67px;
    }
    .single-banner-content h3 {
        font-size: 34px;
        font-weight: 400;
        letter-spacing: 0.1px;
    }
    .single-banner:not(.fullscreen) .single-banner-content {
        padding: 34vh 13vw 5vh 3vw;
    }
    .single-banner:not(.fullscreen) .banner-content-alt {
        padding: 5vh 3vw;
    }
    .single-banner:not(.fullscreen) .banner-content-alt-2 {
        padding: 13vw 17vw 17vw 17vw;
        width: max-content;
    }
    .single-banner:not(.fullscreen) .banner-content-alt-3 {
        padding: 13vh 3vw 3vh 3vw;
        width: max-content;
    }
    .single-banner:not(.fullscreen) .geo-banner {
        padding: 8vw 3vw 3vh 3vw;
        width: max-content;
    }
    .single-banner:not(.fullscreen) .banner-content-alt-2 h3 {
        font-size: 37px;
    }
    .banner-content-alt h2,
    .banner-content-alt-2 h4 {
        font-size: 15px;
    }
    .bg-image-4 {
        background-position: 67% 34%;
    }
    .bg-image-2B {
        background-attachment: unset;
        background-position: 50% 42%;
    }
    h3.cta-1 {
        font-size: 42px;
    }
    h3.cta-1>span.sm-span {
        letter-spacing: 1px;
        font-size: 15.5px;
        margin: 0px;
        line-height: 23.5px;
    }
    h3.cta-1>span.med-span {
        letter-spacing: 0.75px;
        font-size: 23.5px;
        margin: 0px;
        line-height: 23.5px;
    }
    body.auto-fold .edit-post-layout__content {
        margin-left: 178px;
    }
    .single-banner-content h2,
    .banner-content-alt h2 {
        font-size: 47px;
    }
    /* .pad625 {
        padding: 0;
    } */
    .img-div-pad-5 img {
        max-width: 89%;
        margin: 0 auto;
    }
    .product-front {
        order: 2;
    }
}

@media only screen and (max-width: 992px) {
    .geo-sxn-05 {
        background-attachment: unset;
    }
    .banner-content-alt-3 h3,
    .geo-banner h3 {
        font-size: 21px;
    }
    .banner-content-alt-3 h4,
    .geo-banner h4 {
        font-size: 17px;
    }
    .banner-content-alt-3 h1,
    .geo-banner h1 {
        font-size: 55px;
    }
    .banner-content-alt-3 h2,
    .geo-banner h2 {
        font-size: 34px;
    }
    .uni-sxn-02a {
        position: relative;
        top: unset;
        right: unset;
    }
    .notice-disc-1 {
        font-size: 13.5px;
    }
    .bg-image-1 {
        background-image: url(../images/bg/1-sm.jpg);
    }
    .bg-image-2 {
        background-image: url(../images/bg/2-sm.jpg);
    }
    .bg-image-2B {
        background-image: url(../images/bg/2-sm.jpg);
    }
    .bg-image-3 {
        background-image: url(../images/bg/3-sm.jpg);
    }
    .bg-image-4 {
        background-image: url(../images/bg/4-sm.jpg);
    }
    .bg-image-5 {
        background-image: url(../images/bg/5-sm.jpg);
    }
    .bg-image-6 {
        background-image: url(../images/bg/6-sm.jpg);
    }
    .bg-image-7 {
        background-image: url(../images/bg/7-sm.jpg);
    }
    .bg-image-8 {
        background-image: url(../images/bg/8-sm.jpg);
    }
    .bg-image-9 {
        background-image: url(../images/bg/9-sm.jpg);
    }
    .bg-image-10 {
        background-image: url(../images/bg/10-sm.jpg);
    }
    .bg-image-11 {
        background-image: url(../images/bg/11-sm.jpg);
    }
    .bg-image-12 {
        background-image: url(../images/bg/12-sm.jpg);
    }
    .bg-image-13 {
        background-image: url(../images/bg/13-sm.jpg);
    }
    .bg-image-14 {
        background-image: url(../images/bg/14-sm.jpg);
    }
    .bg-image-15 {
        background-image: url(../images/bg/15-sm.jpg);
    }
    .bg-image-16 {
        background-image: url(../images/bg/16-sm.jpg);
    }
    .bg-image-17 {
        background-image: url(../images/bg/17-sm.jpg);
    }
    .bg-image-18 {
        background-image: url(../images/bg/18-sm.jpg);
    }
    .bg-image-19 {
        background-image: url(../images/bg/19-sm.jpg);
    }
    .bg-image-20 {
        background-image: url(../images/bg/20-sm.jpg);
    }
    .bg-image-20b {
        background-image: url(../images/bg/20b-sm.jpg);
    }
    .bg-image-21 {
        background-image: url(../images/bg/21-sm.jpg);
    }
    .bg-image-22 {
        background-image: url(../images/bg/22-sm.jpg);
    }
    .bg-image-23 {
        background-image: url(../images/bg/23-sm.jpg);
    }
    .bg-image-24 {
        background-image: url(../images/bg/24-sm.jpg);
    }
    .bg-image-25 {
        background-image: url(../images/bg/25-sm.jpg);
    }
    .bg-image-26 {
        background-image: url(../images/bg/26-sm.jpg);
    }
    .bg-image-23 {
        background-position: center center;
    }
    .bg-image-28 {
        background-image: url(../images/bg/28-sm.jpg);
    }
    .bg-image-29 {
        background-image: url(../images/bg/29.jpg);
    }
}

@media only screen and (max-width: 767px) {
    .docs-link {
        padding: 1%;
        margin: 1.5%;
        width: 96.5%;
    }
    .docs-link:hover,
    .docs-link:active {
        padding: 1.25%;
        margin: 1%;
        width: 97.5%;
    }
    .vid-cta-h3>i.icofont-youtube-play {
        line-height: 1em;
    }
    table#uni-tbl-01 {
        font-size: 12px;
    }
    table#uni-tbl-01 th,
    table#uni-tbl-01 td {
        padding: 5px;
    }
    .list-container,
    .uni-sxn-01b p,
    .uni-sxn-02a li {
        font-size: 13.5px;
    }
    .uni-sxn-02a {
        position: relative;
        top: unset;
        right: unset;
    }
    .uni-sxn-02a h5 {
        font-size: 1.25em;
    }
    .footer-menu ul li {
        float: left;
        vertical-align: top;
        margin: 0px 5px;
    }
    .footer-menu ul li a {
        font-size: 13.5px;
    }
    #ecorebates1 {
        font-size: 21px;
    }
    .img-div-pad-3 {
        padding: 0;
    }
    .single-banner .img-div-pad-3 img {
        display: none;
    }
    .single-banner .img-div-pad-5 img {
        display: none;
    }
    .product-front {
        order: 2;
    }
    .img-div-pad-4 {
        padding: 42px;
    }
    .img-div-pad-6 {
        margin: 15vw auto 0 auto;
    }
    .single-banner-content {
        text-align: left !important;
        letter-spacing: 0.85px !important;
    }
    .single-banner:not(.fullscreen) .single-banner-content {
        padding: 5vh 8vw;
        /* margin: -55px 0 78px 0; */
    }
    .single-banner:not(.fullscreen) .banner-content-alt-2 {
        padding: 8vw 17vw 17vw 17vw;
        width: max-content;
    }
    .bg-image-18 {
        background-position: 93% 67px;
        background-size: 200vw !important;
    }
    .single-banner-content h1 {
        font-size: 42px;
    }
    .single-banner-content h3 {
        font-size: 29px;
        font-weight: 500;
        letter-spacing: 0.05px;
    }
    .banner-content-alt-2 h3 {
        font-size: 25.5px;
    }
    .banner-content-alt-2 h2 {
        font-size: 34px;
    }
    .banner-content-alt-2 h4 {
        font-size: 19px;
    }
    .single-banner-content p {
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    .bg-image-2B {
        /* background-size: contain;
        background-repeat: repeat-y; */
        background-attachment: unset;
        background-position: 50% 37%;
    }
    span.super {
        margin-left: -21px;
    }
    h3.cta-1 {
        letter-spacing: 0.75px;
        font-size: 33px;
        line-height: 31.5px;
        padding: 0 10.5px;
    }
    h3.cta-1>span.sm-span {
        display: none;
        height: 0;
    }
    .callto-action {
        /* padding: 0 0 21px 0; */
        overflow: hidden;
    }
    .callto-action-inner {
        margin: 0 auto;
    }
    h3.cta-1>span.med-span {
        letter-spacing: 0.75px;
        font-size: 19px;
        line-height: 23.5px;
        /* padding: 0 10.5px; */
    }
    h3.cta-2 {
        margin-bottom: -21px;
        margin-top: 21px;
    }
    .single-banner-content h2,
    .banner-content-alt h2 {
        font-size: 42px;
    }
    .front-block .vid-btn {
        position: relative;
        bottom: unset;
        right: unset;
    }
    .front-block {
        margin-right: unset;
    }
    input[type="search"] {
        width: 233px;
    }
    form.search-form button,
    form.search-form button:visited,
    .widgets:not(.footer-widgets) .search-widget form button,
    .widgets:not(.footer-widgets) .search-widget form button:visited,
    .search-submit,
    .search-submit:visited,
    form.search-form button:hover,
    .widgets:not(.footer-widgets) .search-widget form button:hover,
    .search-submit:hover {
        width: 89px;
    }
    .widgets:not(.footer-widgets) .single-widget h5.widget-title {
        font-size: 17px;
    }
    .single-banner:not(.fullscreen) .banner-content-alt-3 {
        padding: 5vh 0vw;
    }
    .single-banner:not(.fullscreen) .geo-banner {
        padding: 3vh 0vw;
    }
    .img-lft-bnr {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .slider-arrows {
        max-width: 55px;
        width: 55px;
    }
    .vid-cta {
        padding: 21px 8%;
    }
    .vid-cta-h3>i.icofont-youtube-play {
        line-height: 1.25em;
    }
    .sxn-full h4 {
        font-size: 21px;
    }
    .uni-sxn-03a {
        padding: 0 0 0 6.25%;
    }
    #img-tbl-hdr-2col,
    table#uni-tbl-01 td:nth-child(1),
    table#uni-tbl-01 th:nth-child(1) {
        display: none;
    }
    #img-tbl-hdr-1col,
    table#uni-tbl-01 th:nth-child(2) {
        display: table-cell;
    }
    table#uni-tbl-01 {
        font-size: 10.5px;
    }
    table#uni-tbl-01 th,
    table#uni-tbl-01 td {
        padding: 3px;
    }
    #play-vid>h2 {
        /* display:none; */
        font-size: 21px;
        font-weight: 500;
    }
    .icofont-youtube-play {
        font-size: 73px;
        line-height: 21px;
    }
    .single-banner-content h2,
    .banner-content-alt h2 {
        font-size: 31px;
        letter-spacing: 2.5px;
    }
    .single-banner-content h3,
    .banner-content-alt h3 {
        font-size: 19px;
        font-weight: 600;
        letter-spacing: 0.05px;
    }
    .single-banner-content h4,
    .banner-content-alt h4 {
        font-size: 15px;
    }
    .banner-content-alt-2 h2 {
        font-size: 25px;
    }
    .banner-content-alt-2 h3 {
        font-size: 19.5px;
    }
    .banner-content-alt-2 h4 {
        font-size: 13.5px;
    }
    .banner-content-alt-2 h1 {
        font-size: 37px;
    }
    .img-div-pad-6 {
        padding: 0 8%;
        margin: 17vw auto 0 auto;
    }
    .slick-prev,
    .slick-next {
        z-index: 99;
    }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
        opacity: 0.5;
    }
    .slick-prev:before,
    .slick-next:before {
        font-family: "slick";
        font-size: 42px;
        line-height: 1;
        opacity: 0.25;
        color: #004a97;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .slick-next {
        right: 8px;
    }
    .slick-prev {
        left: 8px;
    }
    /** iOS fix */
    .bg-image-1,
    .bg-image-2,
    .bg-image-3,
    .bg-image-4,
    .bg-image-5,
    .bg-image-6,
    .bg-image-7,
    .bg-image-8,
    .bg-image-9,
    .bg-image-10,
    .bg-image-11,
    .bg-image-12,
    .bg-image-13,
    .bg-image-14,
    .bg-image-15,
    .bg-image-16,
    .bg-image-17,
    .bg-image-18,
    .bg-image-19,
    .bg-image-20,
    .bg-image-21,
    .bg-image-22,
    .bg-image-23,
    .bg-image-24,
    .bg-image-25,
    .bg-image-26,
    .bg-image-27,
    .bg-image-28,
    .bg-image-29 {
        background-attachment: scroll;
        /* background-size: 100vw; */
    }
    .cr-btn.cr-btn-lg,
    a.cr-btn.cr-btn-lg,
    button.cr-btn.cr-btn-lg {
        height: 55px;
    }
    .section-title h2 {
        font-size: 29px;
    }
    .banner-content-alt-3 h3,
    .geo-banner h3 {
        font-size: 17px;
    }
    .banner-content-alt-3 h4,
    .geo-banner h4 {
        font-size: 13.5px;
    }
    .banner-content-alt-3 h1,
    .geo-banner h1 {
        font-size: 47px;
    }
    .banner-content-alt-3 h2,
    .geo-banner h2 {
        font-size: 27px;
    }
}


/* all ipad*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .front-block .vid-btn {
        position: relative;
        bottom: unset;
        right: unset;
    }
    .geo-sxn-05 {
        background-attachment: unset;
    }
    /** iOS fix */
    .bg-image-1,
    .bg-image-2,
    .bg-image-3,
    .bg-image-4,
    .bg-image-5,
    .bg-image-6,
    .bg-image-7,
    .bg-image-8,
    .bg-image-9,
    .bg-image-10,
    .bg-image-11,
    .bg-image-12,
    .bg-image-13,
    .bg-image-14,
    .bg-image-15,
    .bg-image-16,
    .bg-image-17,
    .bg-image-18,
    .bg-image-19,
    .bg-image-20,
    .bg-image-21,
    .bg-image-22,
    .bg-image-23,
    .bg-image-24,
    .bg-image-25,
    .bg-image-26,
    .bg-image-27,
    .bg-image-28,
    .bg-image-29 {
        background-attachment: scroll;
        background-size: 200vh;
    }
    .cr-btn.cr-btn-lg,
    a.cr-btn.cr-btn-lg,
    button.cr-btn.cr-btn-lg {
        height: 55px;
    }
    .img-div-pad-6 {
        margin: 25vw 25vw 0 0;
    }
    .img-lft-bnr {
        display: none;
    }
}


/* all ipad landscape*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /** iOS fix */
    /* .bg-image-1,.bg-image-2,.bg-image-3,.bg-image-4,.bg-image-5,.bg-image-6,.bg-image-7,.bg-image-8,.bg-image-9,.bg-image-10,.bg-image-11,.bg-image-12,.bg-image-13,.bg-image-14,.bg-image-15,.bg-image-16,.bg-image-17,.bg-image-18,.bg-image-19,.bg-image-20,.bg-image-21,.bg-image-22,.bg-image-23,.bg-image-24,.bg-image-25,.bg-image-26,.bg-image-27,.bg-image-28,
    .bg-image-29 
    {
        background-attachment: scroll;
        background-size: 100vw;
    }

    
    .cr-btn.cr-btn-lg, a.cr-btn.cr-btn-lg, button.cr-btn.cr-btn-lg {
        height: 55px;
    }
    
    .img-div-pad-5 {

        padding: 34px 0;
 
     }
     .img-div-pad-5 img {
 
        display:none;
  
      }
  */
    .img-div-pad-6 {
        margin: 12.5vw 12.5vw 0 0;
    }
    .img-lft-bnr {
        display: none;
    }
}


/* iphone X*/

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    /** iOS fix */
    .single-banner:not(.fullscreen) .single-banner-content {
        padding: 3vh 3vw;
    }
    .single-banner:not(.fullscreen) .banner-content-alt-2 {
        padding: 8vw 17vw 17vw 17vw;
        width: max-content;
    }
    .bg-image-1,
    .bg-image-2,
    .bg-image-3,
    .bg-image-4,
    .bg-image-5,
    .bg-image-6,
    .bg-image-7,
    .bg-image-8,
    .bg-image-9,
    .bg-image-10,
    .bg-image-11,
    .bg-image-12,
    .bg-image-13,
    .bg-image-14,
    .bg-image-15,
    .bg-image-16,
    .bg-image-17,
    .bg-image-18,
    .bg-image-19,
    .bg-image-20,
    .bg-image-21,
    .bg-image-22,
    .bg-image-23,
    .bg-image-24,
    .bg-image-25,
    .bg-image-26,
    .bg-image-27,
    .bg-image-28,
    .bg-image-29 {
        background-attachment: scroll;
        background-size: 200vh;
    }
    .cr-btn.cr-btn-lg,
    a.cr-btn.cr-btn-lg,
    button.cr-btn.cr-btn-lg {
        height: 55px;
    }
}


/* iphone X landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    /** iOS fix */
    .bg-image-1,
    .bg-image-2,
    .bg-image-3,
    .bg-image-4,
    .bg-image-5,
    .bg-image-6,
    .bg-image-7,
    .bg-image-8,
    .bg-image-9,
    .bg-image-10,
    .bg-image-11,
    .bg-image-12,
    .bg-image-13,
    .bg-image-14,
    .bg-image-15,
    .bg-image-16,
    .bg-image-17,
    .bg-image-18,
    .bg-image-19,
    .bg-image-20,
    .bg-image-21,
    .bg-image-22,
    .bg-image-23,
    .bg-image-24,
    .bg-image-25,
    .bg-image-26,
    .bg-image-27,
    .bg-image-28,
    .bg-image-29 {
        background-attachment: scroll;
        background-size: 100vw;
    }
    .cr-btn.cr-btn-lg,
    a.cr-btn.cr-btn-lg,
    button.cr-btn.cr-btn-lg {
        height: 55px;
    }
    .img-div-pad-5 {
        padding: 34px 0;
    }
}


/* iphone 6,7,8 */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    /** iOS fix */
    .bg-image-1,
    .bg-image-2,
    .bg-image-3,
    .bg-image-4,
    .bg-image-5,
    .bg-image-6,
    .bg-image-7,
    .bg-image-8,
    .bg-image-9,
    .bg-image-10,
    .bg-image-11,
    .bg-image-12,
    .bg-image-13,
    .bg-image-14,
    .bg-image-15,
    .bg-image-16,
    .bg-image-17,
    .bg-image-18,
    .bg-image-19,
    .bg-image-20,
    .bg-image-21,
    .bg-image-22,
    .bg-image-23,
    .bg-image-24,
    .bg-image-25,
    .bg-image-26,
    .bg-image-27,
    .bg-image-28,
    .bg-image-29 {
        background-attachment: scroll;
        background-size: 200vh;
    }
    .cr-btn.cr-btn-lg,
    a.cr-btn.cr-btn-lg,
    button.cr-btn.cr-btn-lg {
        height: 55px;
    }
}


/* iphone 6,7,8 landscape*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    /** iOS fix */
    .bg-image-1,
    .bg-image-2,
    .bg-image-3,
    .bg-image-4,
    .bg-image-5,
    .bg-image-6,
    .bg-image-7,
    .bg-image-8,
    .bg-image-9,
    .bg-image-10,
    .bg-image-11,
    .bg-image-12,
    .bg-image-13,
    .bg-image-14,
    .bg-image-15,
    .bg-image-16,
    .bg-image-17,
    .bg-image-18,
    .bg-image-19,
    .bg-image-20,
    .bg-image-21,
    .bg-image-22,
    .bg-image-23,
    .bg-image-24,
    .bg-image-25,
    .bg-image-26,
    .bg-image-27,
    .bg-image-28,
    .bg-image-29 {
        background-attachment: scroll;
        background-size: 100vw;
    }
    .cr-btn.cr-btn-lg,
    a.cr-btn.cr-btn-lg,
    button.cr-btn.cr-btn-lg {
        height: 55px;
    }
    .img-div-pad-5 {
        padding: 34px 0;
    }
}


/* iphone 5, 5S */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    /** iOS fix */
    .bg-image-1,
    .bg-image-2,
    .bg-image-3,
    .bg-image-4,
    .bg-image-5,
    .bg-image-6,
    .bg-image-7,
    .bg-image-8,
    .bg-image-9,
    .bg-image-10,
    .bg-image-11,
    .bg-image-12,
    .bg-image-13,
    .bg-image-14,
    .bg-image-15,
    .bg-image-16,
    .bg-image-17,
    .bg-image-18,
    .bg-image-19,
    .bg-image-20,
    .bg-image-21,
    .bg-image-22,
    .bg-image-23,
    .bg-image-24,
    .bg-image-25,
    .bg-image-26,
    .bg-image-27,
    .bg-image-28,
    .bg-image-29 {
        background-attachment: scroll;
        background-size: 200vh;
    }
    .cr-btn.cr-btn-lg,
    a.cr-btn.cr-btn-lg,
    button.cr-btn.cr-btn-lg {
        height: 55px;
    }
}


/* iphone 5, 5S landscape*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    /** iOS fix */
    .bg-image-1,
    .bg-image-2,
    .bg-image-3,
    .bg-image-4,
    .bg-image-5,
    .bg-image-6,
    .bg-image-7,
    .bg-image-8,
    .bg-image-9,
    .bg-image-10,
    .bg-image-11,
    .bg-image-12,
    .bg-image-13,
    .bg-image-14,
    .bg-image-15,
    .bg-image-16,
    .bg-image-17,
    .bg-image-18,
    .bg-image-19,
    .bg-image-20,
    .bg-image-21,
    .bg-image-22,
    .bg-image-23,
    .bg-image-24,
    .bg-image-25,
    .bg-image-26,
    .bg-image-27,
    .bg-image-28,
    .bg-image-29 {
        background-attachment: scroll;
        background-size: 100vw;
    }
    .cr-btn.cr-btn-lg,
    a.cr-btn.cr-btn-lg,
    button.cr-btn.cr-btn-lg {
        height: 55px;
    }
    .img-div-pad-5 {
        padding: 34px 0;
    }
}


/* other iphone */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /** iOS fix */
    .bg-image-1,
    .bg-image-2,
    .bg-image-3,
    .bg-image-4,
    .bg-image-5,
    .bg-image-6,
    .bg-image-7,
    .bg-image-8,
    .bg-image-9,
    .bg-image-10,
    .bg-image-11,
    .bg-image-12,
    .bg-image-13,
    .bg-image-14,
    .bg-image-15,
    .bg-image-16,
    .bg-image-17,
    .bg-image-18,
    .bg-image-19,
    .bg-image-20,
    .bg-image-21,
    .bg-image-22,
    .bg-image-23,
    .bg-image-24,
    .bg-image-25,
    .bg-image-26,
    .bg-image-27,
    .bg-image-28,
    .bg-image-29 {
        background-attachment: scroll;
        background-size: 200vh;
    }
    .bg-image-23 {
        background-size: 187vh;
    }
    .cr-btn.cr-btn-lg,
    a.cr-btn.cr-btn-lg,
    button.cr-btn.cr-btn-lg {
        height: 55px;
    }
}


/* other iphone landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    /** iOS fix */
    .bg-image-1,
    .bg-image-2,
    .bg-image-3,
    .bg-image-4,
    .bg-image-5,
    .bg-image-6,
    .bg-image-7,
    .bg-image-8,
    .bg-image-9,
    .bg-image-10,
    .bg-image-11,
    .bg-image-12,
    .bg-image-13,
    .bg-image-14,
    .bg-image-15,
    .bg-image-16,
    .bg-image-17,
    .bg-image-18,
    .bg-image-19,
    .bg-image-20,
    .bg-image-21,
    .bg-image-22,
    .bg-image-23,
    .bg-image-24,
    .bg-image-25,
    .bg-image-26,
    .bg-image-27,
    .bg-image-28,
    .bg-image-29 {
        background-attachment: scroll;
        background-size: 100vw;
    }
    .cr-btn.cr-btn-lg,
    a.cr-btn.cr-btn-lg,
    button.cr-btn.cr-btn-lg {
        height: 55px;
    }
    .img-div-pad-5 {
        padding: 34px 0;
    }
}


/** extra small phone screen fixes */

@media only screen and (max-device-width: 375px) {
    .banner-content-alt-3 h3,
    .geo-banner h3 {
        font-size: 14px;
    }
    .banner-content-alt-3 h4,
    .geo-banner h4 {
        font-size: 12px;
    }
    .banner-content-alt-3 h1,
    .geo-banner h1 {
        font-size: 37px;
    }
    .banner-content-alt-3 h2,
    .geo-banner h2 {
        font-size: 27px;
    }
    #play-vid>h2 {
        font-weight: 500;
        font-size: 15px;
        line-height: 1.5;
    }
    h3.vid-cta-h3>span.vid-cta-span {
        font-size: 21px;
        margin: 10.5px;
    }
}