/*
    Theme Name: Dynamat WP Theme
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* fonts */

@font-face {
    font-family: 'Bw Modelica';
    src: url('fonts/BwModelica-Regular.woff2') format('woff2'),
        url('fonts/BwModelica-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('fonts/BwModelica-Bold.woff2') format('woff2'),
        url('fonts/BwModelica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('fonts/BwModelica-Medium.woff2') format('woff2'),
        url('fonts/BwModelica-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('fonts/BwModelica-Black.woff2') format('woff2'),
        url('fonts/BwModelica-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BwModelica-MediumCondensed';
    src: url('fonts/BwModelica-MediumCondensed.woff2') format('woff2'),
        url('fonts/BwModelica-MediumCondensed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Modelica';
    src: url('fonts/BwModelica-ExtraBold.woff2') format('woff2'),
        url('fonts/BwModelica-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BwModelica-BoldCondensed';
    src: url('fonts/BwModelica-BoldCondensed.woff2') format('woff2'),
        url('fonts/BwModelica-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?5o63ko');
    src: url('fonts/icomoon.eot?5o63ko#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?5o63ko') format('truetype'),
        url('fonts/icomoon.woff?5o63ko') format('woff'),
        url('fonts/icomoon.svg?5o63ko#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-double-chevron:before {
    content: "\e904";
}

.icon-drop-down-arrow:before {
    content: "\e903";
}

.icon-star:before {
    content: "\e902";
}

.icon-pin:before {
    content: "\e901";
}

.icon-arrow-right:before {
    content: "\e900";
}


/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font-family: 'Bw Modelica';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #1c222b;
    overflow-x: hidden;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
    transition: .35s ease;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Theme Specific */

/* Header */

.header-container {
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    padding: 0 60px;
    align-items: center;
    margin: 0 auto;
}

header.header.clear {
    background: rgb(26 42 73 / 90%);
    padding: 23px 0;
    position: relative;
    z-index: 99;
}

.hamburger {
    display: none;
}

nav.nav>ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.nav>ul>li>a {
    color: #fff;
    font-size: 18px;
}

nav.nav>ul>li {
    margin: 0 15px;
}

nav.nav>ul ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    width: 300px;
    transition: .35s ease;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    padding-top: 40px;
}

nav.nav>ul>li {
    position: relative;
}

nav.nav>ul ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 1.25;
    padding-bottom: 20px;
}

nav.nav>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
}

nav.nav>ul ul li {
    background: rgb(26 42 73 / 90%);
    padding: 0px 25px;
}

nav.nav>ul ul li:last-child {
    padding-bottom: 10px;
}

nav.nav>ul ul li a:hover {
    color: #fed41a;
}


.header-cta a {
    color: #fed41a;
    font-family: 'BwModelica-BoldCondensed';
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1;
}

.header-cta a i {
    margin-left: 12px;
    font-size: 16px;
}

/* Home Hero */

.slides-backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.home-hero {
    height: 790px;
    position: relative;
    overflow: hidden;
}

.slides-backgrounds>div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-bg {
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
}

.slide-bg.active {
    opacity: 1;
    visibility: visible;
}

header.header.clear {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slide-bg img {
    opacity: 0;
    width: 100%;
    visibility: hidden;
}

.slide-bg {
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.slides-row {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: 2;
}

.slide-column {
    width: 25%;
    border-right: 1px solid rgb(255 255 255 / 40%);
    /*cursor: pointer;*/
    position: relative;
}

.silde-content {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    width: 100%;
    transform: translateY(calc(100% - 85px));
    transition: .35s ease-in-out;
}

.slide-title {
    font-size: 32px;
    font-family: 'BwModelica-BoldCondensed';
    padding-bottom: 20px;
    opacity: .7;
}

.slide-sbtitle {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}

a.btn {
    font-size: 16px;
    font-family: 'BwModelica-MediumCondensed';
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    height: 50px;
    display: inline-flex;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 25px;
    justify-content: space-between;
    align-items: center;
    letter-spacing: .1em;
}

a.btn i {
    margin-left: 30px;
    font-size: 12px;
}

section.home-hero:after {
    content: '';
    height: 50%;
    background: linear-gradient(to top, black, transparent);
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: .7;
}

.slide-column:hover .silde-content {
    transform: translateY(0);
}

.silde-content.active {
    transform: translateY(0);
}

.silde-content.active .slide-title {
    opacity: 1;
}

.silde-column:hover .slide-title {
    opacity: 1;
}

/* Dynamat Difference */

.container {
    max-width: 1920px;
    padding: 0 50px;
}

.dynamat-difference-cta {
    background: #1a2a49;
}

.dynamat-difference-wrap {
    display: flex;
    padding-bottom: 60px;
    justify-content: center;
    padding-top: 60px;
    align-items: center;
}

.dynamat-difference-wrap .content-col {
    padding-left: 50px;
    color: #fff;
    max-width: 650px;
    padding-top: 0;
}

.dynamat-difference-cta h1 {
    font-size: 48px;
    line-height: 56px;
    margin: 0;
}

.dynamat-difference-wrap .content {
    padding: 10px 0 30px;
}

/* Cymbal Test */

.inner-container {
    max-width: 1560px;
    margin: 0 auto;
}

.video-call-out-wrap {
    padding: 210px 0;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

.video-call-out-wrap .content {
    max-width: 680px;
    padding-bottom: 10px;
}

.video-call-out-wrap h2 {
    font-size: 56px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 15px;
}

/* Dealer Search */

.find-a-dealer-wrap {
    background: #f2f4f7;
    padding: 55px 0;
}

.find-a-dealer-wrap>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.heading {
    width: 35%;
    align-items: center;
}

.dealer-serach-form {
    width: 60%;
    background: hsl(220 47% 19% / 0.1);
    padding: 25px;
}

.heading {
    font-size: 48px;
    line-height: 56px;
    color: #1c222b;
    font-weight: 800;
    display: flex;
}

.heading i {
    font-size: 100px;
    color: #39b4e7;
    margin-right: 15px;
}

/* Tabs */

.home-tabs-wrap {
    position: relative;
}

.tabs-content-wrap {
    padding: 80px 0;
}

.tabs-icons {
    display: flex;
    border-bottom: 1px solid #dcdfe5;
    padding-bottom: 20px;
    justify-content: space-between;
}

a.tab-icon {
    display: flex;
    color: #1a2a49;
    align-items: center;
}

a.tab-icon svg {
    height: 35px;
    width: auto;
}

span.tab-title {
    color: #1a2a49;
    font-weight: bold;
    padding-left: 10px;
    transition: .35s ease;
    display: block;
    line-height: 1;
}

.tabs-content-wrap {
    width: 50%;
    margin-left: auto;
    max-width: 587px;
    position: relative;
    z-index: 999;
    /* background: #fff; */
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
}

a.tab-icon path {
    transition: .35s ease;
}

a.tab-icon.active path,
a.tab-icon:hover path {
    fill: #39b4e7;
}

a.tab-icon.active span,
a.tab-icon:hover span {
    color: #39b4e7;
}

.tabs-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.tabs-bg>div {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

a.btn.blue-bg {
    background: #39b4e7;
    min-width: 220px;
    justify-content: space-between;
    border: 1px solid #39b4e7;
    font-family: "BwModelica-MediumCondensed";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top:30px;
}

.tab-bg-image.active {
    opacity: 1;
}

.tab-bg-image {
    opacity: 0;
}

.home-tabs-wrap:after {
    content: '';
    background-image: url(img/bg-gradient-tabs.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Footer */

footer.footer {
    background: #1a2a49;
    padding: 70px 0;
}

footer.footer .container {
    max-width: 1430px;
    margin: 0 auto;
}

.footer-widgets {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.social-icon-list {
    display: flex;
    justify-content: flex-end;
}

.social-icon-list>a {
    background: rgb(255 255 255 / 20%);
    width: 79px;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}

.social-icon-list>a svg {
    height: 27px;
}

.social-icon-list>a path {
    fill: #fff;
}

.social-icon-list a rect {
    fill: #fff;
}

.footer-col.footer-col-3 img {
    display: block;
    margin-left: auto;
    margin-top: 8px;
}

.footer-col .address {
    padding-bottom: 35px;
}

.footer-col .address p {
    margin: 0;
}

.footer-col.footer-col-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col.footer-col-2 {
    width: 280px;
    display: flex;
    justify-content: space-between;
}

.footer-col.footer-col-2 ul li a {
    color: #39b4e7;
    font-size: 20px;
}

.footer-col.footer-col-2 ul li a:hover {
    color: #fff;
}

.footer-copyrights {
    color: #fff;
    text-align: right;
    padding-top: 70px;
    opacity: .2;
}

.footer-col.footer-col-1 a {
    color: #fff;
}

/* Instagram */

.product-box-instgram-wrap {
    display: flex;
    justify-content: space-between;
}

.product-box-instgram {
    background: #f2f4f7;
    padding: 80px 0;
}

.spotlight-box {
    background: #fff;
    width: 34%;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.instagram-box {
    width: calc(66% - 16px);
    background: #fff;
    padding: 60px;
}

.sb_instagram_header.sbi_no_avatar {
    display: none;
}

.insta-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
}

.product-box-instgram h3 {
    margin: 0;
    font-family: "BwModelica-BoldCondensed";
    font-size: 32px;
    margin-bottom: 0;
}

div#sbi_images {
    /* padding: 0!important; */
}

.spotlight-box {}

.spotlight-box .icon-wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.icon-wrap i:before {
    color: #fed41a;
}

.icon-wrap span {
    color: #fed41a;
    position: relative;
    z-index: 2;
    top: 5px;
    left: 5px;
}

.icon-wrap:after {
    content: '';
    width: 80px;
    height: 80px;
    background: #1a2a49;
    position: absolute;
    top: -40px;
    left: -40px;
    transform: rotate(45deg);
}

#sb_instagram #sbi_images {
    padding: 0 !important;
    width: calc(100% + 24px);
    margin: 0 -12px -12px;
}

#sb_instagram #sbi_images .sbi_item {
    padding: 12px !important;
}

#sb_instagram #sbi_load .sbi_follow_btn {
    display: none;
}

div#sb_instagram {
    padding: 0 !important;
}

.subheading-sb {
    font-size: 24px;
    font-weight: 800;
    color: #1a2a49;
    padding-top: 20px;
}

.insta-header a {
    display: block;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #39b4e7;
    letter-spacing: .1em;
    font-size: 16px;
}

.image-sb {
    padding-top: 30px;
}

.search-inputs {
    display: flex;
    justify-content: space-between;
}

.dynamat-input-wrap {
    width: 50%;
}

.type-wrap {
    width: 50%;
}

.zip-code-warp {
    width: 50%;
}

.search-inputs input {
    width: calc(100% - 8px);
    border: 0;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
}

.search-inputs select {
    height: 50px;
    border: 0;
    width: calc(100% - 8px);
    padding: 0 20px;
    border-radius: 5px;
    background: white;
    background-image: none;
    background-size: inherit;
    -webkit-appearance: auto;
}

.search-btn-wrap {
    margin-top: 20px;
}

button.btn.blue-bg {
    background: #39b4e7;
    width: 220px;
    height: 50px;
    border-radius: 25px;
    border: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    font-family: "BwModelica-MediumCondensed";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

button.btn.blue-bg i {
    font-size: 12px;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    /* background-image: url(img/drop-down-arrow.svg); */
    /* background-size: 10px; */
    /* background-repeat: no-repeat; */
    /* background-position: calc(100% - 20px) center; */
}

/* For IE10 */
select::-ms-expand {
    display: none;
}

.search-inputs input,
select {
    color: #8d9096;
    font-size: 16px;
}

.inner-container {
    width: calc(100% - 160px);
}

.mobile-bg {
    display: none;
}

nav.nav>ul>li>a:hover {
    color: #fed41a;
}

.header-cta a:hover i {
    transform: translateX(5px);
}

.header-cta a i {
    transition: .35s ease;
}

nav.nav>ul>li>a:hover {
    color: #fed41a;
}

.header-cta a:hover i {
    transform: translateX(5px);
}

.header-cta a i {
    transition: .35s ease;
}

a.btn:hover {
    background: #63aade;
}

button.btn.blue-bg:hover {
    background: #1a2a49;
}

button {
    transition: .35s ease;
}

a.btn.blue-bg:hover {
    background: #1a2a49;
    border-color: #1a2a49;
}

.social-icon-list>a:hover {
    background: #39b4e7;
}

.insta-header a:hover {
    color: #1a2a49;
}

/* Page Hero */

.page-hero {
    height: 700px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.page-hero:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .5;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    width: calc(100% - 60px);
}

.hero-content h1 {
    color: #fff;
    font-family: 'BwModelica-BoldCondensed';
    font-size: 56px;
    line-height: 64px;
    margin: 0;
}

.hero-content h4 {
    font-size: 32px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    padding-top: 10px;
    font-family: 'Bw Modelica';
}

.content h2 {
    color: #1a2a49;
    font-size: 48px;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1;
}

.default-content.content {
    padding: 80px 0;
}

.content h3 {
    font-size: 40px;
    color: #39b4e7;
    margin: 0;
    margin-bottom: 20px;
}

.content p {
    margin: 0 0 40px;
}

.content ul {
    margin: 0;
    margin-bottom: 40px;
    list-style: none;
    padding: 0;
    padding-left: 40px;
}

.content h4 {
    color: #1c222b;
    font-size: 24px;
    margin: 0;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'BwModelica-BoldCondensed';
    line-height: 1;
}

.image-call-out-wrap {
    position: relative;
    background: #1a2a49;
    padding: 80px 0;
    color: #fff;
    overflow: hidden;
}

.image-call-out-content {
    width: 50%;
    margin-left: auto;
    padding-left: 90px;
}

.image-callout-image {
    background-size: cover;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    height: 100%;
}

.image-call-out-wrap h2 {
    color: #fff;
}

.image-callout-image img {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.content ul li {
    position: relative;
}

.content ul li:before {
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000;
    border-width: 5px;
    margin-top: -5px;
    left: -20px;
}

.default-tabs-wrap {
    background: #192743;
    position: relative;
    border-top: 2px solid #39b4e7;
}

.tabs-titles {
    position: absolute;
    width: 100%;
    transform: translateY(-100%);
    left: 0;
    top: 0;
}

.default-tabs-content-wrap {
    padding: 75px 0 75px;
}

.tabs-titles>div {
    display: flex;
}

.default-tab-title {
    font-family: 'BwModelica-BoldCondensed';
    color: #fff;
    background: #39b4e7;
    max-width: 260px;
    font-size: 24px;
    line-height: 1;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid transparent;
    border-bottom: 0;
    margin-left: 2px;
    transition: .35s ease;
    text-align: center;
}

.default-tab-title.active {
    background: #192743;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #39b4e7;
}

.default-tab-title:not(.active) {
    margin-bottom: 4px;
}

.default-tab-title:not(.active):hover {
    background: #192743;
}

.default-tab-content {
    color: #fff;
}

.default-tab-content.has-image .tab-content-inner {
    width: calc(100% - 350px);
    padding-left: 70px;
}

.default-tab-img {
    width: 350px;
}

.default-tabs-content-wrap .inner-container {
    max-width: 1440px;
}

.tabs-titles .inner-container {
    max-width: 1440px;
}

.tab-content-inner.content h4 {
    color: #fff;
}

.tab-content-inner.content h3 {
    color: #fff;
}

.default-tab-content.active {
    display: flex;
}

.default-tab-content {
    display: none;
}

.mobile-tab-title {
    display: none;
}

.link-boxes-grid {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px;
}

.link-box {
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: bottom center;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: 15px;
}

.link-box h3 {
    margin: 0;
}

.link-box-sb {
    color: #fff;
}

.link-box a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-box a[href="#"] {
    pointer-events: none;
}

.link-box-content {
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    position: relative;
    z-index: 2;
    width: calc(100% - 30px);
}

.link-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #192743;
    opacity: 0;
    transition: .35s ease;
}

.link-box:hover:after {
    opacity: 1;
}

.link-box:hover .link-box-content {
    opacity: 1;
    visibility: visible;
}

.features-boxes-wrap {
    background: #192743;
    color: #fff;
    position: relative;
}

.features-boxes-wrap h2 {
    color: #fff;
}

.feature-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 40px;
}

.feature-item:before {
    content: "\e904";
    font-family: "icomoon";
    position: absolute;
    left: 10px;
    color: #fed41a;
    font-size: 16px;
}

.features-boxes-grid {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.features-grid-item {
    width: calc(50% - 50px);
}

.bg-features-image {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: 1;
}

.features-boxes-wrap>div.inner-container.content {
    padding: 80px 0;
    z-index: 2;
    position: relative;
    mix-blend-mode: lighten;
}

.bg-features-image img {
    display: none;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.image-call-out-wrap.img-pos-right .image-callout-image {
    right: 0;
    left: auto;
}

.image-call-out-wrap.img-pos-right .image-call-out-content {
    margin-left: 0;
    padding-right: 90px;
    padding-left: 0;
}

img.alignleft {
    margin-right: 50px;
}

.default-content.content .inner-container {
    max-width: 1410px;
}

.image-call-out-wrap .inner-container {
    max-width: 1410px;
}

.image-call-out-content a.btn {
    margin-top: 30px;
}

.tab-content-inner-wrap {
    display: flex;
}

/*
a.tab-icon.active:after {
    top: calc(100% + 20px);
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #39b4e7;
    border-width: 10px;
    margin-left: -10px;
}*/

.default-tab-content.active.has-background .tab-content-inner-wrap {
    width: 50%;
    align-self: flex-end;
}

.default-tab-content.active.has-background {
    flex-direction: column;
}

.tabs-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.link-box:hover {
    transform: scale(1.03);
    z-index: 10;
}

.link-box {
    transition: all .4s;
}

.link-box-default-title .link-box-content {
    opacity: 1;
    visibility: visible;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}

.link-box-default-title .link-box-sb {
    opacity: 0;
    transition: .5s opacity;
}

.link-box-default-title:hover .link-box-sb {
    opacity: 1;
}

.link-box-default-title h3 {
    position: absolute;
    bottom: -15px;
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic;
    width: 100%;
    padding: 5px;
    background: rgb(25, 39, 67);
    background: -moz-linear-gradient(90deg, rgba(25, 39, 67, 0) 0%, rgba(25, 39, 67, 0.8019404036275457) 20%, rgba(25, 39, 67, 0.8047493923915906) 80%, rgba(25, 39, 67, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(25, 39, 67, 0) 0%, rgba(25, 39, 67, 0.8019404036275457) 20%, rgba(25, 39, 67, 0.8047493923915906) 80%, rgba(25, 39, 67, 0) 100%);
    background: linear-gradient(90deg, rgba(25, 39, 67, 0) 0%, rgba(25, 39, 67, 0.8019404036275457) 20%, rgba(25, 39, 67, 0.8047493923915906) 80%, rgba(25, 39, 67, 0) 100%);
}

form#searchForm {
    background: #dbdfe5;
    padding: 20px;
    margin-bottom: 20px;
}

.slp_search_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slp_search_container label {
    display: none;
}

.slp_search_form .search_box {
    width: 100%;
    align-items: center !important;
}

.search_item {
    align-items: center !important;
}

.search_item select {
    background: white;
    -webkit-appearance: auto;
    padding: 15px 25px;
    border: 0;
    border-radius: 5px;
    width: 100%;
    margin-right: 20px;
}

.slp_search_container input[type=text] {
    border: 0;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    margin-right: 20px;
}

.slp_search_form .search_box .search_item .slp_ui_button {
    background: #39b4e7;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 0;
    color: #fff;
    justify-content: space-between;
    padding: 0 25px;
    font-family: "BwModelica-MediumCondensed";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    transition: .35s ease;
}

.slp_search_form .search_box .search_item .slp_ui_button:hover {
    background: #1a2a49;
}

div#slp_tagline {
    display: none;
}

div#map_sidebar {
    margin-top: 20px;
}

.tabs-link-boxes {
    display: none;
}

.tabs-link-boxes.active {
    display: block;
}
/* blog post */
.inner-container .post .feat-image-post {
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 330px;
    border-radius: 10px;}
.inner-container .post .sub-content {
    width: calc(100% - 555px);
}
.blog.inner-container .post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 0 0 50px;
    margin: 0 0 50px;
    border-bottom: 2px solid #000;
}
.link-boxes-grid2 .link-box:hover .link-box-content h3{    
    color:#fff;
    font-size:4rem;
    transform: translatey(150px);
}

.empty-hero {
    height: 116px;
}

.empty-hero + .default-tabs-wrap {
    margin-top: 80px;
}

.empty-hero + .default-tabs-wrap:before {
    background: #1a2a49;
    content: "";
    position: absolute;
    width: 100%;
    height: 198px;
    top: -198px;
}

.single-post .inner-container {
    width: 100%;
}

.single-blocks > div {clear: both;}

.single-blocks + .inner-container {
    margin-top: 0;
}

.image-call-out-wrap.img-pos-left .image-call-out-content > * {
    margin-right: 40px;
}

.image-call-out-wrap.img-pos-right .image-call-out-content > * {
    margin-left: 40px;
}

.short-hero {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.short-hero h1 {margin: 0 auto; text-align: center; padding: 20px; color: white;}

.password-protection {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: #1a2a49;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    justify-content: center;
    text-align: center;
    color: white;
    transition: .4s all;
}

.password-protection.hide {
    opacity: 0; 
    pointer-events: none;
}

.password-protection input {
    padding: 20px;
    border-radius: 3px;
}

.password-protection-content {
    padding: 20px 0;
}

.password-protection input[type=submit] {
    background: #39b4e7;
    border: 0;
    color: #fff;
    justify-content: space-between;
    font-family: "BwModelica-MediumCondensed";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    transition: .35s ease;
    margin: 0 0 0 10px;
}

.password-protection input[type=submit]:hover {
    background: #2a89b1;
}

.password-protection .incorrect {
    display: none;
    padding: 20px 0;
}

.gform_footer input[type=submit] {
	background: #39b4e7;
	height: 50px;
	border-radius: 25px;
	border: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	font-family: "BwModelica-MediumCondensed";
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}


.calculator-header {
    display: flex;
    flex-direction: column;
}

.calculator-header>* {
    flex: 1;
    background: #64aedf;
    text-align: center;
    color: white;
    line-height: 1.4;
    font-size: 2rem;
    min-width: 220px;
    font-weight: 600;
    border-bottom: 3px solid white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calculator-header>*:last-of-type {
    border-color: #64aedf;
}

.calculator-header>*:first-of-type {
    border-top: 3px solid #64aedf;
}

.calculator-container .container {
    margin: 0 auto;
}

.calculator-col {
    display: flex;
    justify-content: center;
}

.calculator-body>div {
    background: white;
    height: 52px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    border-bottom: 3px solid black;
}

.calculator-body select {
    background: white;
    padding: 0 10px;
    -webkit-appearance: auto;
    color: black;
}

.checkmark {opacity: 0;font-size: 2.5rem;}

.checkmark.active {
    opacity: 1;
}

span.checkmark-box {
    border: 1px solid black;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all;
    cursor: pointer;
}

span.checkmark-box:hover {
    background: #efefef;
}

.calculator-body>div:first-of-type {
    border-top: 3px solid #64aedf;
}

.calculator-body>div:last-of-type {
    border-bottom: 3px solid #64aedf;
}

.calculator-body {
    border-right: 3px solid #64aedf;
}

span.calculator-total {
    font-size: 2.5rem;
    font-weight: 600;
}

a.calculator-reset.btn {
    margin: 20px auto;
    display: table;
    cursor: pointer;
}

.calculator-outer + .content-col {
    padding-top: 0 !important;
}

.calculator-container .dynamat-difference-wrap {
    align-items: flex-start;
}

.calculator-container h1 {
    margin-top: 0;
}

section.inner-container.blog-single {
	padding: 0 20px 20px;
}

.hero-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

.hero-video {
    overflow: hidden;
}