/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*--------------------------
*           Index          *
----------------------------
* 1. Global                *
*    1.1 Custom Properties *
*    1.2 Header            *
*    1.3 Footer            *
*    1.4 Sidebar           *
* 2. Home-page             *
* 3. Sub-page              *
* 4. Responsive            *
* 5. Keyframes             *
--------------------------*/

/*--------------------------
*        1. Global         *
--------------------------*/

@font-face {
    font-family: 'Copperplate'; /* Name you choose for the font */
    src: url('assets/fonts/copperplate-gothic-bt.woff2') format('woff2'),
    url('assets/fonts/copperplate-gothic-bt.ttf') format('ttf'); /* Fallback formats */
    font-weight: normal; /* Define the weight for this specific file */
    font-style: normal;
    font-display: swap; /* Optional: helps control font loading behavior */
}

:root {
    --color-brand: #2274bd;
    --color-brand-rgba: 34, 116, 189;
    --color-brand-dark: #154782;
    --color-brand-dark-rgba: 21, 71, 130;
    --color-black: #121212;
    --color-black-rgba: 21, 21, 21;
    --color-white: #fefefe;
    --color-white-rgba: 254, 254, 254;

    /*--font-headings: 'Montserrat', sans-serif;*/
    --font-headings: 'Copperplate', serif;
    --font-body: 'Work Sans', sans-serif;
}

html body h2:not(:first-child),
html body h3:not(:first-child),
html body h4:not(:first-child),
html body h5:not(:first-child),
html body h6:not(:first-child) {
    margin-top: .25em;
    margin-bottom: .5em;
}

html body .nectar-button span {
    pointer-events: none;
}

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

body .nectar-cta h6,
body .row .col .nectar-cta h6 {
    font-size: 18px;
    line-height: 24px;
}

body .nectar-cta h6 .link_wrap,
body .row .col .nectar-cta h6 .link_wrap {
    display: inline-block;
    text-align: center;
}

/* Don't let phone number links wrap */
a[href^="tel:"],
a[href^="tel+"] {
    white-space: nowrap;
}

body p a,
body .wpb_text_column p a,
body .wpb_text_column ul li a,
body .wpb_text_column ol li a,
body .content-page ul li a,
body .content-page ol li a,
html body.sleep-apnea-treatment .light .nectar-flickity .wpb_text_column p a {
    font-weight: inherit;
    color: var(--color-brand);
    text-decoration: none;
}

body p a:hover,
body .content-page ul li a:hover,
body .content-page ol li a:hover,
html body.sleep-apnea-treatment .light .nectar-flickity .wpb_text_column p a:hover {
    color: var(--color-brand-dark);
}

/* Hidden Links */
a.hide-link,
a.hide-link:hover,
body p a.hide-link,
body p a.hide-link:hover,
body .content-page ul li a.hide-link,
body .content-page ul li a.hide-link:hover,
body .content-page ol li a.hide-link,
body .content-page ol li a.hide-link:hover,
body .wpb_text_column p a.hide-link,
body .content-page ul li a.hide-link,
body .content-page ol li a.hide-link {
    color: #000;
    text-decoration: none;
    cursor: text;
    font-weight: inherit !important;
}

/* Remove default appearance for iOS/Safari forms */
input:matches([type="button"],
[type="submit"], [type="reset"]) {
    -webkit-appearance: none !important;
}

html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    color: var(--color-brand-dark);
}

.mw-760 {
    max-width: 760px !important;
    margin: 0 auto !important;
}

p {
    padding-bottom: 1em;
}

html body.material .nectar-button.jumbo:not([class*=see-through]),
html body.material .nectar-button.jumbo,
body.material .nectar-button.large {
    border-radius: 999px !important;
    border: transparent;
}

body.material .nectar-button.large span:after {
    content: '\f04b';
    display: inline-block;
    width: 1em;
    height: 1em;
    font-family: FontAwesome;
    font-weight: 700;
    color: #fff;
    margin-left: .66em;
}

html body .ocm-effect-wrap .sub-intro a.nectar_video_lightbox.play_button:before {
    border-color: var(--color-brand);
}

html body .ocm-effect-wrap .sub-intro a.nectar_video_lightbox.play_button path {
    fill: var(--color-brand);
}

html body .wpb_text_column p sub,
html body .wpb_text_column p:has(sub) {
    font-size: .8em;
    line-height: .8em;
}

html body .wpb_text_column a.btn,
.gform_button.button,
body[data-form-submit="see-through"] input[type=submit],
.gform_footer input[type=submit] {
    color: #fff !important;
    background: rgba(var(--color-brand-rgba), 98%) !important;
    background-color: rgba(var(--color-brand-rgba), 98%) !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 16px 24px;
    display: inline-block;
    line-height: 1.4;
}

.gform_button.button,
body[data-form-submit="see-through"] input[type=submit],
.gform_footer input[type=submit] {
    font-size: 16px !important;
    font-weight: 600 !important;
}

html body .wpb_text_column a.btn:not(:last-child) {
    margin-right: 1em;
    margin-bottom: 1em;
}

html body .wpb_text_column a.btn:hover,
.gform_button.button:hover,
body[data-form-submit="see-through"] input[type=submit]:hover,
.gform_footer input[type=submit]:hover {
    opacity: .9;
}

html body .pmax-centered {
    margin: 0 auto !important;
}

html body .pmax-centered .gsection_title {
    margin-top: 60px;
    font-size: 24px;
}

html body .pmax-centered .gfield--input-type-html, html body .pmax-centered .gform-field-label--type-inline {
    font-size: 16px !important;
    line-height: 148%;
    font-weight: 400 !important;
}

html body .gchoice.gchoice_5_38_1 input {
    margin-top: 5px;
}


html body .widget-promo-text p {
    line-height: 1.4;
}

html body blockquote {
    font-family: var(--font-body);
}

/* 1.2 Header */
html body #header-outer {
    background-color: rgb(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

html body.material #header-space {
    height: 0;
    max-height: 0;
}

.bold-list ul li {
    margin-bottom: 16px;
}

.bold-list ul li strong{
    font-size: 22px;
}
.hp-testimonial .nectar_video_player_self_hosted .play_button .play {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    right: auto;
    opacity: 1;
    margin-left: -50px;
    margin-top: -50px;
}

.hp-testimonial .nectar_video_player_self_hosted .play_button svg {
    height: 36px;
    width: 36px;
}

.hp-testimonial {
    margin: 0 auto !important;
}

html body #header-outer {
    -webkit-box-shadow: 0 0 100px rgb(0 0 0 / 20%);
    box-shadow: 0 0 100px rgb(0 0 0 / 20%);
}

html #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header-outer:not(.transparent) li.menu-item-336 > a > .menu-title-text {
    color: #fff;
}

html #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] > div,
html #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] > div a {
    height: 100%;
}

html #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a:before {
    border-radius: 0 !important;
    display: none;
}

#header-outer[data-header-button_style*="hover_scale"]:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav li[class*="button_solid_color"] > a:hover:before,
#header-outer[data-header-button_style*="hover_scale"]:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav ul .slide-out-widget-area-toggle[data-custom-color="true"] a:hover:before {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}

#header-outer .sf-menu .menu-item a i.fa.fa-angle-down.icon-in-menu {
    font-size: 18px;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#header-outer .sf-menu .menu-item a:hover i.fa.fa-angle-down.icon-in-menu {
    top: 1px;
}

#header-outer .sf-menu .menu-item a {
    font-size: 18px;
}

#header-outer .sf-menu .menu-item.menu-item-has-icon a {
    padding: 2px 6px;
}

#header-outer li[class*="menu-item-btn-style"] > a:hover:before {
    -webkit-transform: scale(1) translateY(-50%) !important;
    -ms-transform: scale(1) translateY(-50%) !important;
    transform: scale(1) translateY(-50%) !important;
}

#header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:before {
    background-color: #42615D;
    opacity: 1;
    border-color: transparent;
}


html #top ul .slide-out-widget-area-toggle a i.label {
    font-size: 18px;
    font-weight: 700;
}

html #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a:hover:before {
    background: var(--color-brand);
    background-size: 1300%;

}

html #header-outer #top nav > ul > li.header-contact > a {
    padding: 16px 24px;
}

html #header-outer #top nav > ul > li > a {
    font-weight: 700;
}

#top > .container .col.span_3 {
    padding: 0 30px 0 32px
}

#header-outer #top .buttons.sf-menu {
    margin-right: 32px;
}

#top > .container {
    padding: 0 !important;
}

#header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
    background: var(--color-brand);
}

#top nav > ul > li.header-contact > a:hover:after {
    color: #fff !important;
    border-color: var(--color-brand) !important;
    background: var(--color-brand) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#top nav > ul > li.header-phone > a:hover:after {
    color: #fff !important;
    border-color: var(--color-brand) !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: scale(1) translateY(-50%) !important;
    -ms-transform: scale(1) translateY(-50%) !important;
    transform: scale(1) translateY(-50%) !important;
}

#top nav > ul > li.header-phone > a:after,
#top nav > ul > li.header-phone > a:before {
    color: #fff !important;
    border-color: transparent !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transform: scale(1) translateY(-50%) !important;
    -ms-transform: scale(1) translateY(-50%) !important;
    transform: scale(1) translateY(-50%) !important;
}

html #header-outer #top nav > ul > li.header-phone a {
    color: #fff !important;
    background: var(--color-brand-dark);
}

html #header-outer #top nav > ul > li.header-phone a span {
    color: #fff !important;
}

.scrolled-down #top nav > ul > li.header-phone > a:hover {
    color: var(--color-brand) !important;
}

html #header-outer[data-lhe="animated_underline"]:not([data-format="left-header"]) #top nav > ul > li:not([class*="button_"]).header-contact > a:hover .menu-title-text:after {
    display: none;
}

#header-outer #top nav .sf-menu .menu-item.menu-item-336:not([class*="current"]) > a:not(:hover),
#header-outer .sf-menu .menu-item.menu-item-336:not([class*="current"]) > a:not(:hover),
html body #header-outer header#top li.header-contact a {
    color: #fff !important;
    background: rgba(var(--color-brand-rgba), 98%);
    border-radius: 999px;
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body #header-outer header#top li.header-contact a span:after,
html body #header-outer header#top li.header-contact a:hover span:after {
    display: none !important;
}

html body #header-outer .menu-item-336[class*="menu-item-btn-style-button"] > a:hover,
html body #header-outer #top nav .sf-menu li.menu-item.menu-item-336[class*="menu-item-btn-style-button"] > a:hover,
html body #header-outer header#top li.header-contact a:hover {
    color: #fff !important;
    background: rgba(var(--color-brand-rgba), 88%);
    border-radius: 999px;
    text-decoration: none !important;
}

.scrolled-down #top nav > ul > li.header-contact > a:after {
    border: 1px solid #e0e0e0 !important;
}

html #header-outer .sf-menu .menu-item > a:after,
html #header-outer .sf-menu .menu-item > a:before {
    border-radius: 2px !important;
}

#header-outer:not(.transparent) li.menu-item-336 > a > .menu-title-text {
    font-weight: 700;
}

#header-outer li.menu-item-336 > a > .menu-title-text {
    font-weight: 700;
}

#header-outer .sf-menu .menu-item a i.nectar-menu-icon.fa.fa-phone {
    margin-top: 5px;
}

html #header-outer.material-search-open nav {
    display: none !important;
}

html #slide-out-widget-area .ocm-dropdown-arrow i {
    font-size: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

html body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
    margin-bottom: 20px;
}

html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a,
html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
    font-size: 26px;
    line-height: 36px;
}

html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li li a,
html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li li a {
    font-size: 22px;
    line-height: 32px;
}

html body #header-outer nav .sf-menu li ul,
html body #header-outer nav .sf-menu li ul li,
html body #header-outer nav .sf-menu li ul li a {
    width: auto;
    float: none;
    /*min-width: 200px;*/
}

html body #header-outer nav .sf-menu li ul li a {
    white-space: nowrap;
    display: block;
}

html body #header-outer nav .sf-menu li ul li .sf-sub-indicator {
    right: -12px;
}

html body #header-outer nav .sf-menu li ul:has(li.menu-item-has-children) {
    padding-right: 36px;
}

html body #header-outer nav .sf-menu li ul:has(li.menu-item-has-children) ul {
    left: calc(100% + 56px);
}

body:not([data-header-format="left-header"]) #header-outer .sf-menu > li > ul,
body.material #slide-out-widget-area-bg.slide-out-from-right {
    background: radial-gradient(at top right, var(--color-brand), var(--color-brand-dark));
}

body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li:hover > a,
body:not([data-header-format="left-header"]) #header-outer #top nav > ul > .megamenu > ul > li:hover > a,
body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a,
body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul > a,
body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a,
#header-outer[data-lhe="default"] nav .sf-menu .megamenu ul .current_page_ancestor > a,
#header-outer[data-lhe="default"] nav .sf-menu .megamenu ul .current-menu-ancestor > a,
body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > ul > .has-ul > a {
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
}

body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a:after {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    transition: transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
    transform: scaleX(0);
    transform-origin: 0 0;
    background-color: #ffffff;
    transform-origin: right;
    transition: transform 0.3s cubic-bezier(0.25, 0, 0.4, 1), border-color 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
    height: 1px;
}

body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li > a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

html body #header-outer nav .sf-menu .megamenu > ul.sub-menu {
    width: auto;
    padding: 20px 3em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3em;
    left: 50dvw;
    transform: translateX(-50%);
}


/* 1.3 Footer */
body .nectar-global-section.before-footer {
    background-color: #12253c;
}

body .before-footer .row .col h3 {
    color: #fff;
    font-size: 40px;
    line-height: 1.2;
}

body .before-footer .row .col h4 {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 700;
}

.footer-awards .carousel-item .img-with-aniamtion-wrap {
    background-color: #fff;
    padding: 5px;
}

.footer-awards .span_12.dark .owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.footer-awards .span_12.dark .owl-theme .owl-dots .owl-dot.active span,
.footer-awards .span_12.dark .owl-dots .owl-dot:hover span {
    background-color: #fff !important;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.footer-awards .owl-carousel .owl-stage {
    padding: 25px 0 0;
}

body .row .footer-awards .col h5 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 15px;
    color: #fff;
}

.footer-awards hr, .contact-page-info hr {
    width: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 20px;
    border-style: solid;
    color: #fff;
}

html body .nectar-global-section.before-footer .footer-awards h6 {
    margin-bottom: 0 !important;
}

.footer-awards .owl-theme[data-desktop-cols] .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.footer-social {
    text-align: left;
    margin-top: 48px;
}

.footer-contact h6 {
    margin-bottom: 24px !important;
}

.footer-social a i {
    font-size: 28px;
}

.fa.fa-twitter {
    font-family: sans-serif !important;
}

.fa.fa-twitter::before {
    content: "𝕏" !important;
    font-size: 1.2em !important;
}

.footer-bottom .max_width_desktop_400px {
    margin: 20px auto !important;
}

.footer-bottom .max_width_desktop_400px img {
    max-width: 100px;
}

.footer-bottom .max_width_desktop_400px p {
    opacity: 1;
}

.footer-pre-bottom img {
    max-width: 60px !important;
    margin-right: 24px !important;
}

.footer-pre-bottom {
    max-width: 300px !important;
    margin: 0 auto !important;
    background: #070b0d;
}

.footer-bottom p {
    display: inline-block !important;
}

.footer-bottom img:last-child {
    margin-right: 0 !important;
}

.footer-main h5 {
    color: #fff;
}

.footer-main h5 a {
    color: #6D9C96;
    font-weight: 700;
    text-decoration: none;
}

.footer-main h5 a:hover {
    color: var(--color-brand);
    font-weight: 700;
    text-decoration: none;
}

.footer-main h6 {
    display: block !important;
    width: 100%;
    margin-bottom: 24px;
    padding: 0 !important;
}

.footer-main p {
    color: #fff;
    font-size: 20px;
    text-align: left;
    line-height: 160%;
    margin-top: 20px;
}

.footer-social a {
    padding-right: 15px;
}

.footer-social a:last-of-type {
    padding-right: 0;
}

.footer-social a i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff;
    opacity: 1;
}

.footer-social a:hover i {
    color: #fff;
    opacity: 0.8;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.footer-main .wpb_wrapper {
    text-align: left !important;
}

html body .nectar-global-section.before-footer h6 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding: 0 8px;
}

html body .nectar-global-section.before-footer h6.day {
    opacity: 0.7;
}

html body .nectar-global-section.before-footer h6.day.today {
    font-weight: 900;
    opacity: 1;
    text-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

html body .nectar-global-section.before-footer .footer-awards h6 {
    font-size: 18px;
    line-height: 26px;
}

html body .nectar-global-section.before-footer h6 a {
    display: inline-block;
    padding: 5px 0;
    position: relative;
    color: #fff;
    opacity: .9;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: underline;
    text-underline-offset: 3px;
}

html body .nectar-global-section.before-footer p a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

html body .nectar-global-section.before-footer h6 a:hover,
html body .nectar-global-section.before-footer p a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 6px;
}

html body .nectar-global-section.before-footer .nectar-cta h6 a:hover,
html body .nectar-global-section.before-footer p a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 6px;
}

html body .nectar-global-section.before-footer h6 a:after {
    display: none;
}

html body .footer-bottom p {
    color: #fff;
    font-size: 14px;
    line-height: 160%;
    opacity: .7;
}

html body .nectar-global-section.before-footer h6 a:hover:after {
    width: 0;
    left: 50%;
}

html body .nectar-global-section.before-footer h6.wtp-links a:after {
    display: none;
}

html body .nectar-global-section.before-footer h6.wtp-links a:hover:after {
    left: 0;
    display: none;
}

html body .pmax_wave-white {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 6vw;
    margin-top: -6vw !important;
    padding-top: 6vw !important;
    z-index: 10;
    pointer-events: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
}

html body .pmax_wave-white.flip {
    background-color: transparent;
}

html body .pmax_wave-white:after,
html body .wpb_row.pmax_sub-banner .row-bg-wrap .inner-wrap:after,
html body .wpb_row.pmax_sub-banner.pmax_team-photo .row-bg-wrap .inner-wrap:after,
html body.post-template-default .page-header-bg-image-wrap:after {
    content: '';
    display: block;
    width: calc(100% + 4px);
    background-image: url(/wp-content/themes/salient-child/assets/img/global/wave-gldc.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -2px;
    bottom: -1px;
    left: -2px;
    z-index: 3;
    pointer-events: none;
    padding-bottom: 1px;
}

html body .pmax_wave-white.flip:after {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

html body .pmax_wave-white_inline {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    /*margin-top: -7.95vw !important;*/
}

html body .pmax_wave-white_inline:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    height: 5px;
}

html body .pmax_wave-white_inline svg.pmax_svg {
    margin-bottom: -11px;
}

html body .pmax_wave-white_inline.offwhite svg.pmax_svg path:last-of-type {
    fill: #f6f6f6 !important;
}

html body .pmax_wave-white_inline.offwhite:after {
    background-color: #f6f6f6;
}

html body .wpb_row.full-width-content {
    /*width: 100vw;*/
    /*max-width: 100vw;*/
    /*overflow-x: hidden;*/
}

/* 1.4 Sidebar */

/*------------------------
*      2. Home-page      *
-------------------------*/
html body .home-video-banner:after,
html body #pmax_banner-shortcode .video-inner:after {
    content: '';
    display: block;
    width: calc(100% + 4px);
    height: 100%;
    background-image: url(/wp-content/themes/salient-child/assets/img/global/wave-gldc.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    left: -2px;
    z-index: 3;
    pointer-events: none;
    padding-bottom: 1px;
}

html body .home-video-banner .banner-buttons a:not(.pmax_banner-play) {
    background-color: var(--color-brand-dark) !important;
    color: #fff !important;
    margin-right: 0;
}

.nectar_video_player_self_hosted .play_button .play {
    position: absolute;
    width: 54px;
    top: 80%;
    left: auto;
    right: 6%;
    opacity: 1;
}

html body.mobile .nectar_video_player_self_hosted .play_button .play,
html body.using-mobile-browser .nectar_video_player_self_hosted .play_button .play {
    top: 43px !important;
    right: 20px !important;
    bottom: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.nectar_video_player_self_hosted .play_button .play:before {
    background-color: #ffffff40;
    border: 2px solid #fff;
}

.nectar_video_player_self_hosted .play_button svg {
    margin-left: 8px;
    margin-top: 4px;
}

.nectar_video_player_self_hosted {
    margin-bottom: 0 !important;
}

.nectar-carousel .nectar-split-heading {
    background: #1C2E36;
    padding: 24px 12px;
}

.nectar-carousel .nectar-split-heading h3 {
    font-size: 28px !important;
    text-align: center;
}

.home-blog .nectar-post-grid .nectar-post-grid-item .content .post-heading,
.home-blog .nectar-post-grid .nectar-post-grid-item .content .post-heading a,
.home-blog .nectar-post-grid .nectar-post-grid-item .content .post-heading a span {
    color: var(--color-brand-dark);
}

.nectar-split-heading h2, h2.gform_title {
    font-weight: 700;
    font-size: 42px !important;
}

.nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
    font-size: 24px !important;
    height: 100%;
    line-height: 30px !important;
}

.home-companies .nectar-flickity[data-controls=touch_total] .container,
.home-services .nectar-flickity[data-controls=touch_total] .container {
    margin-top: 50px;
}

html body .pmax_home-testimonials .nectar-flickity {
    border-radius: 5px;
    overflow: hidden;
}

.home-services {
    overflow: hidden;
}

.pmax_wave-gradient:not(.pmax_home-testimonials) {
    background: radial-gradient(at top right, var(--color-brand), var(--color-brand-dark));
}

.pmax_wave-gradient.pmax_home-testimonials > .row-bg-wrap {
    background: radial-gradient(at top right, var(--color-brand), var(--color-brand-dark));
}

html body .pmax_wave-gradient:not(.drs) {
    padding-bottom: calc(80px + 8vw) !important;
}

.pmax_wave-gradient .row-bg {
    background-color: transparent !important;
}

.home-services .nectar-fancy-box {
    /*aspect-ratio: 5/4;*/
}

html body .home-services .nectar-flickity .flickity-slider .cell {
    border-radius: 5px;
    overflow: hidden;
}

.home-services h2.outline-heading {
    /*-webkit-text-stroke-color: #fff;*/
    /*color: transparent !important;*/
}

.home-services .nectar-fancy-box h4,
.home-services .nectar-fancy-box h4 a {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
    font-family: var(--font-body);
    font-weight: 700;
    text-decoration: none;
}

.home-services .nectar-fancy-box p {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    margin-top: -.5em;
}

.home-services .nectar-fancy-box:hover p {
    margin-top: .5em;
    max-height: 300px;
    opacity: 1;
}

.home-services .nectar-fancy-box a.services-learn-more {
    background-color: #fff;
    color: var(--color-brand-dark);
    padding: 8px 16px;
    border-radius: 999px;
    display: table;
    text-decoration: none;
    margin-top: 1em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body .home-services .nectar-fancy-box[data-style=hover_desc] .box-bg:after,
html body #ajax-content-wrap .home-services .nectar-fancy-box[data-style=hover_desc] .box-bg:after {
    background: rgba(var(--color-brand-dark-rgba), 80%) !important;
    background-color: rgba(var(--color-brand-dark-rgba), 80%) !important;
    height: 100% !important;
}

.home-companies .nectar-flickity[data-controls=touch_total] .visualized-total,
.home-services .nectar-flickity[data-controls=touch_total] .visualized-total {
    background-color: rgba(255, 255, 255, .5);
}

.home-companies .nectar-flickity[data-controls=touch_total] .visualized-total span,
.home-services .nectar-flickity[data-controls=touch_total] .visualized-total span {
    background-color: #fff;
}

html body .nectar-fancy-box[data-style=hover_desc] .box-bg:after,
html body .nectar-fancy-box[data-style=hover_desc] .box-bg:before {
    background: -o-linear-gradient(top, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0) 50%, rgba(15, 15, 15, .75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), color-stop(50%, rgba(15, 15, 15, 0)), to(rgba(15, 15, 15, .75)));
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0) 50%, rgba(15, 15, 15, .75) 100%);
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    left: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    right: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    background-color: transparent;
    border: 2px solid #fff;
}

.home .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"] .flickity-prev-next-button:hover:before {
    background-color: transparent;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button .arrow {
    fill: #fff;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .next:after,
.home .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
    background-color: #fff;
    height: 3px;
    width: 20px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next,
.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    width: 60px;
    height: 60px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg,
.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
    top: 15px;
    width: 20px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg {
    right: 14px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .next:after {
    left: 20px;
    margin-top: -.5px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
    left: 16px;
}

.home .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
    left: 20px;
    margin-top: -.5px;
}

.home .pmax_home-testimonials .nectar-flickity video {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden !important;
}

.home .pmax_home-testimonials .nectar-flickity .nectar_video_player_self_hosted a.play_button {
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.home .pmax_home-testimonials .nectar-flickity .nectar_video_player_self_hosted a.play_button:hover {
    background-size: 110%;
}

.home .pmax_home-testimonials .nectar-flickity:hover video {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.home .pmax_home-testimonials .nectar_video_player_self_hosted.wpb_video_widget > .wpb_wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(var(--color-brand-dark-rgba), 0%), rgba(var(--color-brand-dark-rgba), 100%));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--color-brand-dark-rgba), 0%)), to(rgba(var(--color-brand-dark-rgba), 100%)));
    background: linear-gradient(to bottom, rgba(var(--color-brand-dark-rgba), 0%), rgba(var(--color-brand-dark-rgba), 100%));
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 999;
    pointer-events: none;
}

.home .pmax_home-testimonials .nectar_video_player_self_hosted.wpb_video_widget > .wpb_wrapper:hover:after {
    top: 33%;
}

.home .nectar-fancy-box[data-style=image_above_text_underline] .text p {
    font-size: 18px;
    line-height: 28px;
}

html body.home .wpb_text_column.wpb_content_element.pmax_testimonial-name {
    padding: 40px 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 9999;
}

html body.home .wpb_text_column.wpb_content_element.pmax_testimonial-name h3 {
    text-align: center;
    color: white;
    font-family: var(--font-body);
}

html body.home .wpb_text_column.wpb_content_element.pmax_testimonial-name,
html body.home .wpb_text_column.wpb_content_element.pmax_testimonial-name * {
    pointer-events: none;
}

.nectar-button.jumbo.see-through-2 {
    border-color: var(--color-brand-dark) !important;
    color: var(--color-brand-dark) !important;
    visibility: visible !important;
    font-weight: 700 !important;

}

.nectar-button.jumbo.see-through-2:hover {
    color: #fff !important;
}

.nectar-button.jumbo:hover,
body.material .nectar-button.large:hover {
    opacity: 1 !important;
}

.nectar-button {
    margin-right: 12px;
    font-weight: 700 !important;
}

h2.outline-heading {
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: var(--color-brand);
    color: #1f63a7 !important;
    font-size: clamp(1.9em, 7vw, 4.5em) !important;
    line-height: 1;
    font-weight: 700 !important;
    text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff;
}

.alt h2.outline-heading {
    color: #f6f6f6 !important;
    font-size: clamp(1.9em, 7vw, 4.5em) !important;
    line-height: 1;
    font-weight: 700 !important;
    text-shadow: 1px 1px 0 var(--color-brand), -1px 1px 0 var(--color-brand), -1px -1px 0 var(--color-brand), 1px -1px 0 var(--color-brand);
}

h2.outline-heading.blog {
    color: #fff !important
}

.wpb_wrapper h2.vc_custom_heading {
    font-size: clamp(1.9em, 7vw, 4.5em) !important;
}

h2.section-title {
    --h2-size: 42px; /* If not using Copperplate for headings, comment this line out */
    font-size: var(--h2-size, 36px);
    line-height: 1.1;
    color: var(--color-brand-dark);
    font-weight: 700;
}

.light h2.section-title {
    color: #fff;
}

h2.section-title .split {
    display: block;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body p,
html body li {
    text-wrap: pretty;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
.row .col h4,
.row .col h5 {
    font-family: var(--font-headings);
    text-transform: uppercase;
}

html body h1.sub-heading,
html body h2.sub-heading,
html body h3.sub-heading,
html body h4.sub-heading,
html body h5.sub-heading,
html body h6.sub-heading {
    font-family: var(--font-body) !important;
}

.home-blog .nectar-post-grid-wrap:not([data-style=content_overlaid]) .content .item-main {
    padding-right: 2em;
}

/* Video Renaissance */
.home-video-banner .nectar-video-wrap.row-bg-layer {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.home-video-banner h2,
.home-video-banner h3 {
    line-height: 120% !important;
}

.wpb_row.home-video-banner .nectar-video-wrap video {
    visibility: visible;
    width: 100% !important;
    height: 100% !important;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-video-banner {
    height: auto;
    aspect-ratio: 16 / 10;
    min-height: 40vw;
    /*max-height: calc(100vh - 120px);*/
}

@media (min-aspect-ratio: 16/9) {
    .home-video-banner {
        aspect-ratio: 16/9;
    }
}

.home-video-banner:before,
html body #pmax_banner-shortcode .video-inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 60%), rgb(0 0 0 / 0%) 50%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 60%)), color-stop(50%, rgb(0 0 0 / 0%)));
    background: linear-gradient(to top, rgb(0 0 0 / 60%), rgb(0 0 0 / 0%) 50%);
    z-index: 2;
}

.home-video-banner .row_col_wrap_12 {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.home-video-banner .video-banner-content .wpb_wrapper > div {
    margin-bottom: 15px;
}

.home-video-banner .video-banner-content {
    padding-bottom: clamp(50px, 7vw, 165px);
}

.home-video-banner .video-banner-content h3 {
    margin-bottom: 1em !important;
    font-size: clamp(20px, 1.6vw, 32px);
    opacity: .9;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
}

.home-video-banner .video-banner-content h1 {
    font-size: clamp(24px, 4vw, 72px);
    line-height: 1;
    margin-bottom: .5em !important;
    text-shadow: none;
    font-weight: 700;
    opacity: .9;
    letter-spacing: 0;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
}

.home-video-banner.sub-page-banner .video-banner-content h1 {
    font-size: 70px;
    margin-bottom: 30px;
    border: none;
    padding: 0 20px;
    max-width: 100%;
}

.video-banner-content .wpb_text_column.wpb_content_element,
.video-banner-content .wpb_text_column.wpb_content_element .wpb_wrapper {
    border: none;
}

.video-banner-content .pmax_banner-play.nectar-button.regular-button.extra-color-1 {
    background-color: rgba(var(--color-brand-rgba), 66%) !important;
    color: #fff;
}

html body .home-video-banner .banner-buttons a:not(.pmax_banner-play) {
    background-color: rgba(var(--color-brand-dark-rgba), 66%) !important;
    color: #fff;
}

@media (max-width: 999px) {
    #top .span_9 > .slide-out-widget-area-toggle {
        overflow: hidden;
    }

    .home-video-banner.sub-page-banner .video-banner-content h1 {
        font-size: 40px !important;
        margin-bottom: 10px;
    }

    .footer-main .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-main .row_col_wrap_12 .vc_col-sm-3 {
        width: 33% !important;
        margin: 0 !important;
    }

    .footer-main .row_col_wrap_12 .vc_col-sm-3:first-child {
        width: 100% !important;
        margin-top: 40px !important;
    }

    .footer-main .row_col_wrap_12 .vc_col-sm-3:first-child p {
        max-width: 540px;
        margin-bottom: 40px;
    }

    .footer-bottom .vc_col-sm-4 {
        width: 33% !important;
        margin: 20px 0 !important;
    }

    .footer-main .footer-logo img {
        max-width: 71% !important;
    }

    html body .pmax_wave-gradient {
        padding-bottom: calc(70px + 5.5vw) !important;
    }

    html body .pmax_blog-header h2 {
        text-align: left !important;
    }

    @media (orientation: portrait) {
        .home-video-banner, .home-video-banner .row_col_wrap_12 {
            width: 100%;
            aspect-ratio: 1/1;
            min-height: 425px;
        }
    }
}

@media (max-width: 767px) {
    .footer-main .row_col_wrap_12 .vc_col-sm-3 {
        width: 100% !important;
        margin-bottom: 60px !important;
    }

    .footer-main .row_col_wrap_12 .vc_col-sm-3:first-child {
        width: 100% !important;
    }

    .footer-main .row_col_wrap_12 .vc_col-sm-3:first-child p {
        max-width: 540px;
        margin-bottom: 0;
    }

    html body .testimonials_col {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 690px) {
    #header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:hover:before {
        background: var(--color-brand-dark);
        opacity: 1;
        border-color: transparent;
    }

    #header-outer .menu-item-336 > a:hover:after {
        background: var(--color-brand-dark);
    }
}

@media (max-height: 500px) {
    .home-video-banner, .home-video-banner .row_col_wrap_12 {
        /*height: 450px;*/
    }
}

/* End Video Banner Styles */

html body .home-intro h3.sub-heading {
    font-size: 24px;
    color: var(--color-brand);
}

html body .light .home-intro h3.sub-heading {
    color: #fff;
}

html body .pmax_floating-logo {
    padding: 20px !important;
    background-color: white;
    /*box-shadow: 0 0 60px rgb(0 0 0 / 20%) !important;*/
    border: 1px solid rgba(var(--color-brand-dark-rgba), 50%);
}

html body .home-intro.dark h2,
html body .home-intro.dark h3,
html body .home-intro.dark h4,
html body .home-intro.dark p,
html body .home-intro.dark li {
    color: #fff;
}

html body .home-intro p:has(img) {
    padding: 0;
}

html body .pmax_imgs-col > .vc_column-inner > .wpb_wrapper,
html body .pmax_imgs-col > .vc_column-inner > .wpb_wrapper .pmax_bkgd-img,
html body .pmax_imgs-col > .vc_column-inner > .wpb_wrapper .pmax_bkgd-img * {
    height: 100%;
    border-radius: 5px;
}

html body .drs .pmax_imgs-col > .vc_column-inner > .wpb_wrapper .pmax_bkgd-img .column-image-bg-wrap {
    max-height: 60vw;
}

html body #ajax-content-wrap .custom_font_size_2vw.nectar-post-grid .nectar-post-grid-item .nectar-post-grid-item-bg-wrap-inner {
    border-radius: 5px;
    overflow: hidden;
}

html body .home-intro.dark p a {
    color: inherit !important;
    font-weight: 600;
}

html body .img-with-aniamtion-wrap:has(.yt--popper) .hover-wrap {
    margin: 0;
}

html body .img-with-aniamtion-wrap a[href*='you']:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(var(--color-brand-dark-rgba), 0%), rgba(var(--color-brand-dark-rgba), 100%));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--color-brand-dark-rgba), 0%)), to(rgba(var(--color-brand-dark-rgba), 100%)));
    background: linear-gradient(to bottom, rgba(var(--color-brand-dark-rgba), 0%), rgba(var(--color-brand-dark-rgba), 100%));
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: all .5s;
    z-index: 999;
    pointer-events: none;
}

html body .img-with-aniamtion-wrap a[href*='you']:after {
    content: '\f04b';
    font-family: 'FontAwesome';
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 30px;
    right: 30px;
    pointer-events: none;
    width: 56px;
    height: 56px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 20%);
    backdrop-filter: blur(5px);
    border-radius: 999px;
    border: 3px solid #fff;
    transition: transform .3s;
}

html body .img-with-aniamtion-wrap a[href*='you']:hover:after {
    transform: scale(1.05);
}

html body .img-with-aniamtion-wrap a[href*='you'] img {
    transition: transform .5s;
}

html body .img-with-aniamtion-wrap a[href*='you']:hover img {
    transform: scale(1.05) !important;
}


/*------------------------
*      3. Sub-page       *
------------------------*/
html body .wpb_row.pmax_sub-banner,
html body .wpb_row.pmax_sub-banner.pmax_team-photo {
    aspect-ratio: 21/9;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50vw);
    -ms-transform: translateX(-50vw);
    transform: translateX(-50vw);
}

.home-video-banner.sub-page-banner,
.sub-page-banner .row_col_wrap_12.col.span_12.light.left {
    height: 75vh;
}

.span_12.dark .sub-page-banner .nectar_video_lightbox.play_button:before {
    border: 3px solid #fff;
}

.span_12.dark .sub-page-banner .nectar_video_lightbox path {
    fill: #fff;
}

.about-difference p, .about-experience p {
    color: #fff;
}

.contact-page-intro h3 {
    color: var(--color-brand);
}

.contact-page-intro h3 a {
    color: var(--color-brand-dark);
}

.contact-page-intro h3 a:hover {
    color: var(--color-brand);
}

body .contact-page-form .gform_wrapper .top_label .gfield_label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--color-brand-dark);
}

.contact-page-form .gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice label,
.contact-page-form .gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice label {
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 500 !important;
    bottom: 3px;
    position: relative;
    margin-left: 10px;
}

.contact-page-form p.gform_required_legend {
    font-size: 16px;
    line-height: 26px;
}

/*.gform_button.button,*/
/*body[data-form-submit="see-through"] input[type=submit],*/
/*.gform_footer input[type=submit] {*/
/*    padding: 32px 50px !important;*/
/*    background-color: var(--color-brand-dark) !important;*/
/*    border-color: transparent !important;*/
/*    border-width: 2px;*/
/*    font-size: 22px !important;*/
/*    color: #fff !important;*/
/*    font-weight: 700 !important;*/
/*    width: 100% !important;*/
/*    min-height: 68px !important;*/
/*}*/

.contact-page-form .gform-theme--foundation .gform_fields {
    row-gap: 20px;
}

html .gform_confirmation_message {
    text-align: center;
    background-color: green;
    padding: 4vw 20px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    border-radius: 5px;
}

body[data-fancy-form-rcs="1"] .contact-page-form .select2-container--default .select2-selection--single {
    padding-top: 8px;
    padding-bottom: 8px;
}

body[data-fancy-form-rcs="1"] .contact-page-form .fancy-select-wrap {
    padding-top: 0;
}

body .contact-page-form .address_country.ginput_address_country .select2-selection.select2-selection--single {
    height: 38px;
    border-radius: 3px;
}

body[data-fancy-form-rcs="1"] .contact-page-form .fancy-select-wrap label {
    color: #585e6a !important;
}

.contact-page-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,
.contact-page-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,
.contact-page-form .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,
.contact-page-form .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control {
    background-color: var(--color-brand);
}

.contact-page-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.contact-page-form .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.contact-page-form .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,
.contact-page-form .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover {
    background-color: var(--color-brand-dark);
}

.contact-page-form .gform-theme--framework .gfield:where(.gfield--type-fileupload,
.contact-page-form .gfield--input-type-fileupload) .gform_drop_area::before {
    color: var(--color-brand);
}

.contact-page-info .footer-social {
    margin-top: 0;
}

body .contact-page-info p,
body .contact-page-info p a {
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

body .contact-page-info p a:hover {
    opacity: .6;
}

.contact-page-info hr {
    margin-top: 0;
    margin-bottom: 20px;
}

.full-width-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 35%;
}

.full-width-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .content-page h2,
body .content-page h4,
body .content-page h6 {
    color: var(--color-brand-dark);
}

h2.section-title {
    font-weight: 700;
}

.list-section ul li i {
    font-size: 26px !important;
}

.list-section .nectar-fancy-ul ul li {
    padding-left: 42px;
}

.list-section ul {
    font-size: 24px;
    font-weight: 700;
}

.contact-form-dark .gform_wrapper .top_label .gfield_label {
    color: #fff;
}

.contact-form-dark input,
.contact-form-dark select,
.contact-form-dark textarea {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #1a1a1a !important;
    padding: 24px 12px !important;
}

.gform_required_legend {
    display: none;
}

h2.gform_title {
    margin-bottom: 40px;
}

.gform_wrapper .top_label .gfield_label {
    margin-top: 0 !important;
}

.container-wrap input[type=text],
.container-wrap input[type=email],
.container-wrap input[type=password],
.container-wrap input[type=tel],
.container-wrap input[type=url],
.container-wrap input[type=search],
.container-wrap input[type=date],
.container-wrap input[type=number],
.container-wrap textarea,
.container-wrap select,
body > #review_form_wrapper.modal input[type=text],
body > #review_form_wrapper.modal textarea,
body > #review_form_wrapper.modal select,
body > #review_form_wrapper.modal input[type=email],
.select2-container--default .select2-selection--single,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single,
.woocommerce input#coupon_code,
.material.woocommerce-page[data-form-style="default"] input#coupon_code,
body[data-form-style="minimal"] input[type="text"],
body[data-form-style="minimal"] textarea,
body[data-form-style="minimal"] input[type="email"],
body[data-form-style="minimal"] input[type=password],
body[data-form-style="minimal"] input[type=tel],
body[data-form-style="minimal"] input[type=url],
body[data-form-style="minimal"] input[type=search],
body[data-form-style="minimal"] input[type=date],
body[data-form-style="minimal"] input[type=number],
body[data-form-style="minimal"] select {
    /*border-width: 2px;*/
    /*padding: 28px 12px;*/
    background: #fafafa;
    border-color: rgba(var(--color-brand-rgba), 20%);
}

.container-wrap input[type=text]:hover,
.container-wrap input[type=email]:hover,
.container-wrap input[type=password]:hover,
.container-wrap input[type=tel]:hover,
.container-wrap input[type=url]:hover,
.container-wrap input[type=search]:hover,
.container-wrap input[type=date]:hover,
.container-wrap input[type=number]:hover,
.container-wrap textarea:hover,
.container-wrap select:hover,
body > #review_form_wrapper.modal input[type=text]:hover,
body > #review_form_wrapper.modal textarea:hover,
body > #review_form_wrapper.modal select:hover,
body > #review_form_wrapper.modal input[type=email]:hover,
.select2-container--default .select2-selection--single:hover,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover,
.woocommerce input#coupon_code:hover,
.material.woocommerce-page[data-form-style="default"] input#coupon_code:hover,
body[data-form-style="minimal"] input[type="text"]:hover,
body[data-form-style="minimal"] textarea:hover,
body[data-form-style="minimal"] input[type="email"]:hover,
body[data-form-style="minimal"] input[type=password]:hover,
body[data-form-style="minimal"] input[type=tel]:hover,
body[data-form-style="minimal"] input[type=url]:hover,
body[data-form-style="minimal"] input[type=search]:hover,
body[data-form-style="minimal"] input[type=date]:hover,
body[data-form-style="minimal"] input[type=number]:hover,
body[data-form-style="minimal"] select:hover {
    border-color: var(--color-brand);
}

/*.nectar_single_testimonial[data-style=small_modern] p span {*/
/*    font-size: 240px;*/
/*    line-height: 80px;*/
/*    margin-bottom: -110px;*/
/*    opacity: .1;*/
/*}*/
.nectar_single_testimonial .inner {
    text-align: center;
}

.span_12.light .nectar_single_testimonial .wrap span {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
}

.nectar_single_testimonial span.open-quote {
    font-size: 300px !important;
    margin-top: 130px !important;
    margin-bottom: -130px !important;
    opacity: .2 !important;
}

body .content-page h3,
body .content-page h5 {
    color: var(--color-brand);
}

body .content-page.dark-background h2,
body .content-page.dark-background h3,
body .content-page.dark-background h4,
body .content-page.dark-background h5,
body .content-page.dark-background h6 {
    color: #fff;
}

body .content-page h2,
body .content-page h3,
body .content-page h4,
body .content-page h5,
body .content-page h6 {
    margin-bottom: 15px;
}

body .content-page h2 a,
body .content-page h3 a,
body .content-page h4 a,
body .content-page h5 a,
body .content-page h6 a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
}

body .content-page h2 a:hover,
body .content-page h3 a:hover,
body .content-page h4 a:hover,
body .content-page h5 a:hover,
body .content-page h6 a:hover {
    opacity: .7;
}

body .content-page .nectar-cta h6 a:hover {
    opacity: 1;
}

body .content-page p {
    padding-bottom: 15px;
}

body .content-page ul,
body .content-page ol {
    margin: 20px 0 20px 40px;
}

body .content-page ul li,
body .content-page ol li {
    padding-right: 10px;
}

body .content-page ul.list-cols,
body .content-page ol.list-cols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

body .content-page.dark-background p a,
body .content-page.dark-background ul li a,
body .content-page.dark-background ol li a,
body .content-page.dark-background p a.hide-link,
body .content-page.dark-background ul li a.hide-link,
body .content-page.dark-background ol li a.hide-link,
body .content-page.dark-background p a.hide-link:hover,
body .content-page.dark-background ul li a.hide-link:hover,
body .content-page.dark-background ol li a.hide-link:hover {
    color: #fff;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 1;
}

body .content-page.dark-background p a:hover,
body .content-page.dark-background ul li a:hover,
body .content-page.dark-background ol li a:hover {
    color: #fff;
    opacity: .6;
}

body .content-page.dark-background h2 {
    margin-bottom: 20px;
}

body .about-difference.content-page.dark-background h2 {
    margin-bottom: 0;
}

body .about-difference.content-page.dark-background p {
    margin-top: 18px;
}

body .content-page.dark-background .split {
    display: block;
}

.content-page.background-overlay {
    /*background: url("/wp-content/uploads/2024/04/custom-metal-fabrication-and-assembly.png") center no-repeat fixed;*/
    /*background-size: contain;*/
}

.blog-page .nectar-post-grid-wrap .nectar-post-grid-filters h4 {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-brand);
}

#ajax-content-wrap .blog-page .nectar-underline .post-heading,
#ajax-content-wrap .blog-page .nectar-underline .post-heading a,
#ajax-content-wrap .blog-page .nectar-underline .post-heading a span {
    color: var(--color-brand-dark);
}

#ajax-content-wrap .blog-page .nectar-underline span.link_text {
    color: var(--color-brand);
}

.post-template-default .post .content-inner {
    padding-bottom: 0;
}

body.post-template-default.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0 !important;
}

.post-template-default #single-below-header,
.post-template-default #single-meta {
    display: none;
}

.post-template-default.single.single-post .section-title h1 {
    max-width: 100%;
    text-align: center;
}

.post-template-default .page-header-bg-image-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%) 50%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 50%)), color-stop(50%, rgb(0 0 0 / 0%)));
    background: linear-gradient(to top, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%) 50%);
    z-index: 3;
}

.post-template-default.single-post #page-header-wrap[data-responsive=true],
.post-template-default.single-post #page-header-wrap[data-responsive=true] #page-header-bg {
    /*height: 60vh !important;*/
}

.post-template-default #page-header-bg[data-alignment-v="middle"] .span_6 .inner-wrap {
    /*padding-top: 100px;*/
}

body.post-template-default.single-post #page-header-bg[data-post-hs=default][data-alignment-v=middle]:not(.fullscreen-header) .span_6 {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.post-template-default .container.main-content .row {
    padding-bottom: 0;
}

body[data-ext-responsive=true].post-template-default.single-post .container-wrap.no-sidebar .post-area {
    max-width: 100%;
}

html .post-template-default #page-header-bg .span_6 h1 {
    font-size: 60px;
    line-height: 1.2;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
}

html .row .service-page .col h3 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    border-radius: 5px;
}

html .row .service-page .col h3 a {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

html .row .service-page .col h3 a:hover {
    opacity: .6;
}

html .service-page p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
}

html body[data-col-gap="50px"] .vc_row-fluid.service-page .wpb_column {
    padding-left: 10px;
    padding-right: 10px;
}

html body.our-companies[data-col-gap="50px"] .vc_row-fluid.service-page .wpb_column {
    padding-left: 25px;
    padding-right: 25px;
}

body .service-flips .flip-box-back p a,
body .service-flips .flip-box-back p a:hover,
body .service-flips .flip-box-back p a.hide-link,
body .service-flips .flip-box-back p a.hide-link:hover {
    color: #fff;
    opacity: 1;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

body .service-flips .flip-box-back p a:hover {
    opacity: .7;
}

.responsive-table {
    overflow-x: auto;
    margin-top: 20px;
}

body:not(.woocommerce-cart) .main-content .responsive-table table,
.responsive-table table {
    width: 100%;
    border-top: 1px solid var(--color-brand);
}

body:not(.woocommerce-cart) .main-content .responsive-table table td,
.responsive-table table td {
    font-size: 18px;
    line-height: 26px;
    border-color: var(--color-brand);
}

body:not(.woocommerce-cart) .main-content .responsive-table table td a,
.responsive-table table td a {
    color: var(--color-brand);
}

body:not(.woocommerce-cart) .main-content .responsive-table table td a:hover,
.responsive-table table td a:hover {
    color: var(--color-brand-dark);
}

body:not(.woocommerce-cart) .main-content .centered-table table {
    margin-bottom: 0;
}

.centered-table table td {
    text-align: center;
}

.post-template-default .nectar-social {
    display: none;
}

.narrow-text {
    max-width: 70%;
    display: block;
    margin: 0 auto;
}

.narrow-text.narrow-text-other {
    max-width: 900px;
}

.image-alt {
    display: none;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
}

.charity-logos img {
    background-color: #fff;
}

.about-timeline .wpb_tabs_nav li a span {
    font-size: 24px;
    line-height: 32px;
}

.about-timeline .nectar-cta {
    margin-top: 20px;
    margin-bottom: 0;
}

.about-timeline .nectar-cta .link_wrap {
    white-space: normal;
    max-width: 100%;
    text-wrap: wrap;
    display: block;
    width: 450px;
    margin: 0 auto;
}

.team-page hr {
    width: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 20px;
    border-style: solid;
    color: var(--color-brand-dark);
    margin-left: 0;
}

.row .team-page .col .team-member h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}

.team-page .team-member .position {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color-brand);
}

body[data-col-gap="50px"] .vc_row-fluid.team-page .wpb_column {
    padding-left: 10px;
    padding-right: 10px;
}

.company-intro-bg .column-image-bg, .capabilities-intro-bg .column-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.company-intro .company-intro-text .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    -webkit-box-shadow: 0 0 4px 0 #000;
    box-shadow: 0 0 4px 0 #000;
}

body .content-page .course-intro h3 {
    color: #fff;
}

body .content-page .course-intro p,
body .content-page .course-intro p a {
    color: #fff;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

body .content-page .course-intro p a:hover {
    opacity: .6;
}

body .content-page .course-intro p a.hide-link:hover {
    opacity: 1;
}

.custom-height {
    min-height: 550px;
}

.custom-height-taller {
    min-height: 700px;
}

.row .col img.image-small {
    max-width: 350px;
    float: right;
    margin: 0 0 20px 30px;
}

html body.material #search-results .result .inner-wrap h2 {
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html body.material #search-results .result .inner-wrap h2 a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

html #search-results .result .title span {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

html #search-results .result .inner-wrap > a:nth-of-type(1) {
    max-height: 200px;
    min-height: 200px;
    display: block;
    overflow: hidden;
    position: relative;
}

html #search-results .result a img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

html body h2.long-h2 {
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-brand-dark);
    font-family: var(--font-body);
}

html body .sub-intro h2.long-h2 {
    max-width: 1200px;
    margin: 1.6em auto !important;
}

html body h2.large-long-h2 {
    font-size: 32px;
    line-height: 1.2;
    color: var(--color-brand-dark);
}

.nectar-highlighted-text em {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(left, #000 0, #000 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #000), to(#000));
    background-image: linear-gradient(to right, #000 0, #000 100%);
    -webkit-transition: background-size .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
    -o-transition: background-size .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
    transition: background-size .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
    background-position: left 70%;
    display: inline;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0 3px;
}

.nectar-highlighted-text em.animated {
    background-image: -o-linear-gradient(left, #9ebee7 0, #dcf0ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9ebee7), to(#dcf0ff));
    background-image: linear-gradient(to right, #9ebee7 0, #dcf0ff 100%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.capabilities-list .wpb_text_column li a {
    text-decoration: none;
}

.service-fancy .nectar-fancy-box[data-style="parallax_hover"] .inner {
    padding: 11% 0 10%;
}

.service-fancy .nectar-fancy-box .inner h3 a,
.service-fancy .nectar-fancy-box .inner .nectar-cta h6 a {
    text-decoration: none;
}

.service-fancy .nectar-fancy-box .inner .nectar-cta h6 a {
    text-shadow: 1px 1px 0 #000;
}

.service-fancy .nectar-fancy-box .inner h3 {
    margin-bottom: 20px;
    text-shadow: 1px 1px 0 #000;
}

.service-fancy .nectar-fancy-box .inner .nectar-cta h6 span:hover a span {
    color: #000;
    text-shadow: none;
}

.service-fancy .nectar-fancy-box .inner p,
.service-fancy .nectar-fancy-box[data-style="parallax_hover"] p {
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px 0 #000;
}

.service-flips .nectar-flip-box .flip-box-front .inner {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    text-shadow: 1px 1px 0 #000;
}

.service-flips .nectar-flip-box .flip-box-back .inner h3,
.service-flips .nectar-flip-box .flip-box-back .inner h3 a {
    color: #fff;
}

.service-flips .nectar-button span {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.service-flips a.hide-link,
.service-flips a.hide-link:hover {
    color: #fff;
}

@media (min-width: 2000px) {
    html body #values {
        max-width: 1920px;
        margin: 0 auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
    }
}

html body #values .about-mission h3,
html body #values .about-mission h4 {
    margin-bottom: 0;
}

html body #values .about-mission h2 {
    margin: 0;
}

html body #values .about-mission h2:not(:first-of-type) {
    margin-top: .5em;
}

html body #values:not(.no-links) .about-mission h2 a {
    margin-top: 14px;
    display: block;
}

html body #values .about-mission h3 > span {
    /*overflow: visible;*/
    padding: 5px 0;
}

html body:not(.home) #intro h1 {
    font-size: 48px;
    line-height: 1.1;
}

html body #intro .nectar-video-box,
html body #intro .wpb_column.pmax_imgs-col .vc_column-inner,
html body .drs .wpb_column.pmax_imgs-col .vc_column-inner {
    border-radius: 5px;
    overflow: hidden;
}

html body #intro .wpb_column.pmax_imgs-col .img-with-aniamtion-wrap,
html body .drs .wpb_column.pmax_imgs-col .img-with-aniamtion-wrap,
html body #intro .wpb_column.pmax_imgs-col .img-with-aniamtion-wrap *,
html body .drs .wpb_column.pmax_imgs-col .img-with-aniamtion-wrap * {
    height: 100%;
}

html body #intro .wpb_column.pmax_imgs-col .img-with-aniamtion-wrap img,
html body .drs .wpb_column.pmax_imgs-col .img-with-aniamtion-wrap img {
    width: 100%;
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

html body #intro .nectar-video-box,
html body .drs .nectar-video-box,
html body #intro .nectar-video-box .inner-wrap,
html body .drs .nectar-video-box .inner-wrap {
    height: 100%;
}

html body #intro .nectar-video-box .inner-wrap img,
html body .drs .nectar-video-box .inner-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: 100%;
    max-width: none !important;
}

html body.post-template-default .page-header-bg-image-wrap .page-header-bg-image {
    z-index: -1;
}

html body.post-template-default.single-post #page-header-wrap[data-responsive=true],
html body.post-template-default.single-post #page-header-wrap[data-responsive=true] #page-header-bg {
    height: auto !important;
    min-height: 450px !important;
    max-height: none !important;
    aspect-ratio: 21/9;
    max-width: 100vw;
}

html body.post-template-default.single-post #page-header-wrap[data-responsive=true] #page-header-bg,
html body.post-template-default.single-post #page-header-wrap[data-responsive=true] #page-header-bg > .container,
html body.post-template-default.single-post #page-header-wrap[data-responsive=true] #page-header-bg > .container > .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

html body.post-template-default.single-post #page-header-wrap[data-responsive=true] #page-header-bg > .container > .row .section-title.blog-title {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 0 !important;
    padding-bottom: clamp(40px, 10vw, 480px);
}

html body .wpb_text_column blockquote {
    padding: 12px 20px;
    background-color: #f6f6f6;
}

html body:not(.home) .vc_row#more {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

html body:not(.home) .vc_row#more > .col > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row:first-of-type {
    padding-top: 40px;
}

html body:not(.home) .vc_row#more .nectar-video-box,
html body:not(.home) .vc_row#testimonials-grid .nectar-video-box,
html body .optio-video {
    border-radius: 5px;
    overflow: hidden;
}

html body:not(.home) .vc_row#more .nectar-video-box a.play_button_mouse_follow {
    top: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    left: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

html body:not(.home) .vc_row#more .nectar-video-box a.play_button_mouse_follow .inner-wrap.inner {
    -webkit-transform: translateX(0px) translateY(0px) !important;
    -ms-transform: translateX(0px) translateY(0px) !important;
    transform: translateX(0px) translateY(0px) !important;
}

html body #team > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: 1em;
}

html body #team p {
    font-size: 16px;
    line-height: 1.8;
}

html body.tour-our-office .nectar-video-box {
    border-radius: 5px;
    overflow: hidden;
    max-width: 1024px;
    margin: 0 auto;
}

html body #services-grid .vc_col-sm-6.wpb_column > .vc_column-inner {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
    border: 1px solid rgba(var(--color-brand-rgba), 20%);
    position: relative;
    height: 100%;
}

html body #services-grid .vc_col-sm-6.wpb_column > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap {
    width: 50%;
    max-width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap,
html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    height: 100%;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    position: relative;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img {
    width: 100%;
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    border-radius: 0;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column {
    padding-left: calc(40% + 20px);
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column h2 {
    display: table;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: .9em;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column h2:after {
    content: '';
    display: block;
    position: relative;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-brand-dark);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation: rule .5s forwards;
    animation: rule .5s forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@-webkit-keyframes rule {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes rule {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column h2:hover:after {
    bottom: -10px;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column h2 a {
    text-decoration: none;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column ul {
    margin: 0;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column ul li {
    list-style: none;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column ul li a {
    text-decoration: none;
    color: var(--color-brand);
    font-weight: 600;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column ul li a i {
    font-size: 0.65em;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column ul li a:hover i {
    left: .5em;
}

html body:not(.home) .pmax_imgs-col.sub-one {
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

body[data-col-gap="50px"] #services-grid .wpb_row:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 25px;
}

html body .wpb_row.pmax_sub-banner.no-img {
    aspect-ratio: auto;
    height: auto;
}

html body .wpb_row.pmax_sub-banner.no-img .row-bg {
    background: -o-linear-gradient(45deg, var(--color-brand), var(--color-brand-dark));
    background: linear-gradient(45deg, var(--color-brand), var(--color-brand-dark));
}

html body .wpb_row.pmax_sub-banner.no-img h1 {
    padding-top: 11vw;
    padding-bottom: 12vw;
    padding-right: 40px;
    padding-left: 40px;
    color: #fff !important;
    text-align: center;
}

html body .bafg-twentytwenty-container.twentytwenty-container {
    border-radius: 5px;
}

html body .pmax_highlight {
    padding: 32px 24px 16px 24px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(var(--color-brand-rgba), 20%);
}

html body:not(.resources) .pmax_highlight * {
    text-align: center;
}

html body .wpb_wrapper .pmax_highlight h4 {
    margin-bottom: 1em;
}

html body .pmax_highlight.anchor-links p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .66em;
}

html body .pmax_highlight.anchor-links p a.btn {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 !important;
    /*flex-basis: calc(50% - (.66em * 2));*/
}

html body .pmax_anchor {
    width: 0;
    height: 0;
    position: relative;
    top: -130px;
}

html body .pmax_sa-steps .wpb_column .vc_column-inner {
    background-color: rgba(210,224,233,0.8);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

html body .pmax_sa-steps .wpb_column .vc_column-inner .pmax_sa-number {
    width: 68px;
    height: 68px;
    background-color: #fff;
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .pmax_sa-steps .wpb_column .vc_column-inner .pmax_sa-number span {
    font-size: 48px;
    color: var(--color-brand);
    line-height: 1;
    font-weight: 900;
}

html body .pmax_sa-steps .wpb_column .vc_column-inner h3 {
    font-size: 21px;
    line-height: 1.17;
    margin-top: 28px;
}

html body.sleep-apnea-treatment #intro h1,
html body.sleep-apnea-treatment #intro.not-top h2 {
    font-size: 1.2em;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 7px;
}

html body.sleep-apnea-treatment #intro h2,
html body.sleep-apnea-treatment #intro.not-top h3 {
    margin: .25em 0 .7em 0;
}

html body .pmax_sa-bio p {
    font-size: 1.2em;
    font-weight: bold;
    color: var(--color-brand-dark);
}

html body.sleep-apnea-treatment .nectar-video-box {
    border-radius: 5px;
    overflow: hidden;
}

html body:not(.home).sleep-apnea-treatment .nectar-video-box a.play_button_mouse_follow {
    top: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    left: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

html body:not(.home).sleep-apnea-treatment .nectar-video-box a.play_button_mouse_follow .inner-wrap.inner {
    -webkit-transform: translateX(0px) translateY(0px) !important;
    -ms-transform: translateX(0px) translateY(0px) !important;
    transform: translateX(0px) translateY(0px) !important;
}

html body.sleep-apnea-treatment #cta a.nectar-button {
    display: table;
    margin: 0 auto;
}

html body.sleep-apnea-treatment .light .nectar-flickity .wpb_text_column {
    height: 100%;
}

html body.sleep-apnea-treatment .light .nectar-flickity .wpb_text_column h4 {
    color: var(--color-brand-dark);
    font-size: 21px;
    line-height: 1.5;
}

html body.sleep-apnea-treatment .light .nectar-flickity .wpb_text_column p {
    color: var(--color-black);
}

html body .pmax_resources {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr .5em 1fr .5em 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em;
    margin-top: 18px;
}

html body .wpb_wrapper .wpb_text_column .pmax_resources h4 {
    font-size: 21px;
    line-height: 1.17;
}

/* PMAX Toggles */
html body .pmax_toggle,
html body .pmax_toggle * {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body .pmax_toggle {
    background-color: #eee;
    border-radius: 5px;
}

html body .pmax_toggle .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

html body .pmax_toggle .inner-container .title-container {
    z-index: 999;
}

html body .pmax_toggle .inner-container .title-container h2 {
    font-size: 32px;
    line-height: 1.2;
    cursor: pointer;
    padding: 19px 75px 10px 20px;
}

html body .pmax_toggle .inner-container .content-container {
    position: relative;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top: transparent;
    border-radius: 0 0 5px 5px;
    max-height: 0;
    overflow: hidden;
    /*top: -5px;*/
    border-color: transparent;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


html body .pmax_toggle .inner-container .content-container .content {
    padding: 20px;
}

html body .pmax_toggle .inner-container .toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 79px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .pmax_toggle .inner-container .toggle .open,
html body .pmax_toggle .inner-container .toggle .close {
    line-height: 1;
    cursor: pointer;
    pointer-events: none;
}

html body .pmax_toggle .inner-container .toggle .open i,
html body .pmax_toggle .inner-container .toggle .close i {
    color: var(--color-brand);
    font-size: 40px;
}

html body .pmax_toggle .inner-container .toggle .close {
    display: none;
}

html body .pmax_toggle.open .inner-container .content-container {
    opacity: 1;
    max-height: 9999px;
    border: 1px solid #e8e8e8;
    border-top: transparent;
}

html body .pmax_toggle.open .inner-container .toggle .close {
    display: table;
}

html body .pmax_toggle.open .inner-container .toggle .open {
    display: none;
}
/* End PMAX Toggles */

html body .review-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em;
}

html body .contact-page-form .left-col {
    border-radius: 5px 0 0 5px;
}

html body .contact-page-form .right-col {
    border-radius: 0 5px 5px 0;
}

html body .contact-page-form .right-col .pmax_contact-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255 255 255 / 80%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 20px;
}

html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper p {
    font-weight: bold;
    padding-bottom: 0;
}

html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper p:not(:last-child) {
    margin-right: 1em;
    padding-right: 1em;
    border-right: 1px solid rgba(var(--color-brand-dark-rgba), 33%);
}

html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
}

html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper p a i {
    position: relative;
    top: 5px;
}

html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper p a i.fa-envelope {
    top: 1px;
}

html body.single .heading-title {
    background: -o-linear-gradient(45deg, var(--color-brand), #2c4f6f);
    background: linear-gradient(45deg, var(--color-brand), #2c4f6f);
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

html body.single .heading-title:before {
    content: '';
    display: block;
    width: calc(100% + 4px);
    background-image: url(/wp-content/themes/salient-child/assets/img/global/wave-gldc.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -2px;
    bottom: -1px;
    left: -2px;
    z-index: 3;
    pointer-events: none;
    padding-bottom: 1px;
}

html body.single .heading-title h1 {
    padding-top: 11vw;
    padding-bottom: 12vw;
    padding-right: 40px;
    padding-left: 40px;
    color: #fff !important;
    font-size: clamp(32px, 3.5vw, 64px) !important;
    line-height: 1.2 !important;
    max-width: 1600px !important;
    margin: 0 auto;
}

html body.single[data-header-resize="0"] .container-wrap,
html body.single[data-header-resize="0"] .project-title {
    padding-top: 0;
}

html body .wpb_text_column p small {
    font-size: .75em;
}

html body.dental-articles .nectar-post-grid-wrap .nectar-post-grid-item-bg-wrap-inner {
    border-radius: 5px;
    overflow: hidden;
}

html body.single .post-area[role=main] .wpb_text_column > .wpb_wrapper > h2:last-of-type:not(:first-child) {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #3d9cba;
    font-weight: 900;
    -webkit-text-stroke: 2px;
}


/*------------------------
*      4. Responsive     *
------------------------*/
@media (min-width: 1500px) {
    body .content-page ul.list-cols,
    body .content-page ol.list-cols {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1949px) {
    html body.material .nectar-button.jumbo:not([class*=see-through]),
    html body.material .nectar-button.jumbo,
    body.material .nectar-button.large,
    html body .wpb_text_column a.btn,
    html body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3) {
        font-size: 16px;
        padding: 16px 18px;
        border-width: 1px !important;
        border-color: transparent !important;
    }

    html body.material .nectar-button.jumbo:not([class*=see-through]) i,
    html body.material .nectar-button.jumbo i,
    body.material .nectar-button.large i,
    html body .wpb_text_column a.btn i,
    html body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3) i {
        font-size: 16px;
        transform: none;
        display: inline;
        width: 16px;
        height: 16px;
        line-height: 0;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        margin-left: .5em;
    }

    .nectar-button.has-icon:hover span,
    .nectar-button.tilt.has-icon span,
    body.material .nectar-button.has-icon span {
        transform: none;
    }
}

@media (max-width: 1599px) {
    @media (min-width: 1141px) {
        #header-outer #logo img,
        #header-outer .logo-clone img,
        #header-outer .logo-spacing img {
            height: 60px;
        }
    }
}

@media (max-width: 1500px) {
    .narrow-text {
        max-width: 80%;
    }

    html body #header-outer[data-lhe="animated_underline"] #top .sf-menu>.sf-with-ul:not([class*="button"])>a {
        margin-right: 10px !important;
    }
}

@media (max-width: 1449px) {
    html body #header-outer nav > .sf-menu:not(.buttons) > li > a {
        margin-right: 15px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 1380px) {
    html .row .service-page .link_wrap {
        padding: 10px 30px !important;
    }

    html body .pmax_resources {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1350px) {
    html body #slide-out-widget-area .inner .off-canvas-menu-container li a {
        font-size: 36px;
        line-height: 46px;
    }

    html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a,
    html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
        font-size: 22px;
        line-height: 32px;
    }

    html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li li a,
    html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li li a {
        font-size: 18px;
        line-height: 28px;
    }

    html #slide-out-widget-area .ocm-dropdown-arrow i {
        font-size: 26px;
        height: 36px;
        width: 36px;
        line-height: 36px;
    }

    .narrow-text {
        max-width: 85%;
    }

    .team-page .vc_col-sm-1\/5 {
        width: 33.33%;
    }

    .service-flips .flip-box-front, .service-flips .flip-box-back {
        min-height: 550px !important;
    }

    html body #header-outer header#top li.header-phone a {
        margin-left: 0;
    }

    #header-outer[data-format=centered-menu] .logo-spacing {
        max-width: 190px;
    }

    @media (min-width: 1000px) {
        html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper p:not(:last-child) {
            padding-right: 0;
            margin-right: 0;
            padding-bottom: 1em;
            margin-bottom: 1em;
            border-right: 0;
            border-bottom: 1px solid rgba(var(--color-brand-dark-rgba), 33%);
        }
    }

    @media (min-width: 1141px) {
        #header-outer #logo img,
        #header-outer .logo-clone img,
        #header-outer .logo-spacing img {
            height: 50px;
        }

        html body #header-outer nav > .sf-menu:not(.buttons) > li > a {
            margin-right: 12px !important;
            font-size: 15px;
        }

        html body #header-outer nav > .sf-menu:not(.buttons) > li:last-of-type > a {
            margin-right: 0 !important;
        }

        #header-outer .sf-menu .menu-item a i.nectar-menu-icon.fa.fa-phone,
        #header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:before {
            display: none;
        }

        html #header-outer #top nav > ul > li.header-phone a {
            padding: 10px !important;
            border: 0;
        }
    }
}

@media (max-width: 1299px) {
    html body .pmax_highlight.anchor-links p a.btn {
        -ms-flex-preferred-size: calc((100% / 3) - (.66em * 2));
        flex-basis: calc((100% / 3) - (.66em * 2));
    }

    html body .pmax_highlight.anchor-links p a.btn span.hide-mobile {
        display: none;
    }

    @media (min-width: 1000px) {
        html body #services-grid .vc_col-sm-6.wpb_column > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap {
            max-width: 50%;
        }

        html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column {
            padding-left: calc(50% + 20px);
        }
    }
}

@media (max-width: 1199px) {
    .service-page .vc_col-sm-1\/5 {
        width: 33.3%;
    }

    .service-page .col.span_12 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .service-page .vc_col-sm-1\/5:nth-of-type(4),
    .service-page .vc_col-sm-1\/5:nth-of-type(5) {
        margin-top: 30px;
    }

    .narrow-text {
        max-width: 90%;
    }

    .wider-cols .vc_col-sm-6 {
        width: 100%;
    }

    .col-swap.wider-cols .row_col_wrap_12_inner {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .wider-cols .custom-height {
        min-height: auto;
    }

    .row .wider-cols .col .company-intro-bg img.image-alt {
        display: block;
        opacity: 1;
        visibility: visible;
        margin: 20px 0 0 0;
        padding: 0;
        height: auto;
        width: auto;
    }

    .wider-cols .company-intro-bg .column-image-bg {
        display: none;
    }

    html body h2.long-h2 {
        /*font-size: 35px;*/
    }

    html body h2.large-long-h2 {
        /*font-size: 45px;*/
    }

    .service-flips .flip-box-front,
    .service-flips .flip-box-back {
        min-height: 650px !important;
    }

    html body #team > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    @media (min-width: 1000px) {
        html body #services-grid .vc_col-sm-6.wpb_column > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap {
            width: calc(100% + 40px);
            max-width: calc(100% + 40px);
            position: relative;
            height: auto;
            aspect-ratio: 16 / 9;
            top: -20px;
            left: -20px;
            margin-bottom: 20px;
        }

        html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column {
            padding: 0;
        }
    }
}

@media (max-width: 1140px) {
    #header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:before {
        display: none;
    }

    #header-outer .sf-menu .menu-item-336:not([class*="current"]) > a,
    #header-outer .sf-menu .menu-item-336:not([class*="current"]) > a span.menu-title-text {
        color: #fff;
    }

    #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
        /*padding-left: 20px;*/
    }

    #header-outer[data-has-buttons="no"] #top .span_9 > .nectar-mobile-only {
        margin-right: 0;
    }

    #header-outer[data-format=centered-menu] #top .span_9 nav {
        display: none !important;
    }

    html body:not(.home) #header-outer {
        position: relative !important;
    }

    html body:has(.pmax_sub-banner.pmax_team-photo) #header-outer {
        /*position: relative !important;*/
    }

    html body .wpb_row.pmax_sub-banner {
        aspect-ratio: 16/9;
    }

    html body .wpb_row.pmax_sub-banner.no-img h1 {
        padding-top: 9vw;
        padding-bottom: 14vw;
    }
}

@media (max-width: 999px) {
    .scrolled-down #top > .container .col.span_3 {
        max-width: 320px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #top > .container .col.span_3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header-outer {
        padding: 0 !important;
    }

    body li.header-contact {
        display: none;
    }

    h2.section-title {
        font-size: 48px;
    }

    h2.section-title .split {
        display: inline-block;
    }

    html body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before,
    html body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
        background-color: var(--color-brand-dark);
    }

    html #slide-out-widget-area.slide-out-from-right {
        padding-left: 0;
    }

    #gt_float_wrapper {
        bottom: 10px !important;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .wpb_wrapper h2.vc_custom_heading.outline-heading {

        line-height: 1 !important;
    }

    html body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content > .span_12 > .wpb_column.footer-logo {
        margin: 0 auto 24px;
    }

    html body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content > .span_12 > .wpb_column.footer-button {
        margin: 34px auto 0;
        width: 100%;
    }

    html .wpb_wrapper > div.footer-social:last-child {
        margin: 40px 0 10px;
        width: 100%;
    }

    html .contact-page-info .wpb_wrapper > div.footer-social:last-child {
        margin: 25px 0 0;
    }

    html .nectar-global-section.before-footer h3 span.split:nth-of-type(2) {
        display: block;
    }

    .home-video-banner.sub-page-banner,
    .sub-page-banner .row_col_wrap_12.col.span_12.light.left {
        height: 65vh;
    }

    .home-blog .nectar-post-grid-wrap:not([data-style=content_overlaid]) .content .item-main {
        padding-right: 0;
    }

    .full-width-map {
        padding-top: 50%;
    }

    body .content-page ul.list-cols,
    body .content-page ol.list-cols {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .post-template-default.single-post #page-header-wrap[data-responsive=true],
    .post-template-default.single-post #page-header-wrap[data-responsive=true] #page-header-bg {
        /*height: 50vh !important;*/
    }

    html .post-template-default #page-header-bg .span_6 h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    .service-page .vc_col-sm-1\/5 {
        width: 50%;
    }

    .service-page .vc_col-sm-1\/5:nth-of-type(4),
    .service-page .vc_col-sm-1\/5:nth-of-type(5) {
        margin-top: auto;
    }

    .narrow-text {
        max-width: 100%;
    }

    .col-swap .row_col_wrap_12_inner {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .team-page .vc_col-sm-1\/5 {
        width: 50%;
    }

    body[data-col-gap="50px"] .vc_row-fluid.team-page .wpb_column {
        padding-left: 25px;
        padding-right: 25px;
    }

    .row .col .company-intro-bg img.image-alt {
        display: block;
        opacity: 1;
        visibility: visible;
        margin: 0;
        padding: 0;
        height: auto;
        width: auto;
    }

    .company-intro-bg .column-image-bg {
        display: none;
    }

    .custom-height, .custom-height-taller {
        min-height: auto;
    }

    .row .col img.image-small {
        max-width: 100%;
        float: none;
        margin: 0;
    }

    .charity-logos .wpb_column {
        width: 50%;
    }

    .charity-logos .row_col_wrap_12_inner.col.span_12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-mission,
    .about-mission h3 {
        text-align: center;
    }

    .about-mission .nectar-split-heading,
    .about-mission .nectar-split-heading[data-animation-type="line-reveal-by-space"][data-align="left"] {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .service-flips .flip-box-front,
    .service-flips .flip-box-back {
        min-height: 500px !important;
    }

    .nectar_video_player_self_hosted .play_button .play {
        top: 64%;
        right: 10%;
    }

    .nectar-split-heading h3 {
        font-weight: 700 !important;
    }

    html body .wpb_row.vc_row-fluid.vc_row.inner_row.min_width_desktop_40pct.row_position_absolute.top_position_desktop_50pct {
        top: 80%;
    }

    html body .pmax_imgs-col > .vc_column-inner > .wpb_wrapper, html body .pmax_imgs-col > .vc_column-inner > .wpb_wrapper .pmax_bkgd-img, html body .pmax_imgs-col > .vc_column-inner > .wpb_wrapper .pmax_bkgd-img * {
        /*height: 600px;*/
        height: 60vw;
    }

    html body #ajax-content-wrap #values .nectar-split-heading {
        margin-bottom: 12px;
    }

    html body:not(.home) #intro .nectar-video-box,
    html body:not(.home) #intro .wpb_column.pmax_imgs-col .vc_column-inner {
        border-radius: 5px 5px 5px 5px;
    }

    html body #team > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    html body:not(.home) .pmax_imgs-col.sub-one {
        border-radius: 5px;
        overflow: hidden;
        min-height: 0 !important;
    }

    html body:not(.home) .pmax_imgs-col.sub-one > .vc_column-inner {
        min-height: 0 !important;
    }

    html body .contact-page-form .left-col {
        border-radius: 5px 5px 0 0;
    }

    html body .contact-page-form .right-col {
        aspect-ratio: 3/2;
        border-radius: 0 0 5px 5px;
    }

    html body .pmax_highlight.anchor-links p a.btn {
        -ms-flex-preferred-size: calc(50% - .66em);
        flex-basis: calc(50% - .66em);
    }

    @media (min-width: 600px) {
        html body .pmax_resources {
            -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr;
        }

        html body #more.doctor-bios .vc_col-sm-3.wpb_column.column_container.vc_column_container.col.child_column {
            width: 33%;
        }

        html body #more.doctor-bios .vc_col-sm-9.wpb_column.column_container.vc_column_container.col.child_column {
            width: 66%
        }
    }
}

@media (max-width: 799px) {
    html body #services-grid .vc_col-sm-6.wpb_column > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap {
        max-width: 50%;
    }

    html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column {
        padding-left: calc(50% + 20px);
    }
}

@media (max-width: 767px) {
    html #header-outer ul.sf-menu > li.menu-item-has-icon > a {
        font-size: 16px;
    }

    h2.section-title {
        font-size: 32px;
    }

    h2.section-title .split {
        display: block;
    }

    html body.material .nectar-button.jumbo:not([class*=see-through]),
    html body.material .nectar-button.jumbo,
    body.material .nectar-button.large,
    html body .wpb_text_column a.btn {
        padding: 16px 24px;
    }

    .home-services .nectar-fancy-box {
        aspect-ratio: auto;
    }

    html body span.hide-mobile {
        display: none;
    }

    html body .pmax_home-testimonials .vc_col-sm-6.home-intro.wpb_column {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 690px) {
    html body:not(.home) #intro h1 {
        font-size: 32px;
        line-height: 1.1;
    }

    .scrolled-down #top > .container .col.span_3 {
        max-width: 100%;
        padding: 8px 0 8px 10px;
        /*background: var(--color-brand);*/
    }

    #header-outer[data-format=centered-menu] #top .span_3 {
        width: 300px !important;
    }

    #header-outer[data-format=centered-menu] #top .span_9 {
        width: calc(100% - 300px) !important;
    }

    .nectar-split-heading h2 {
        max-width: 100% !important;
    }

    .nectar-carousel .nectar-split-heading h3 {
        font-size: 24px !important;
        text-align: center;
        font-weight: 600 !important;
    }

    #header-outer {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:before {
        background-color: #fff;
        opacity: 1;
        border-color: transparent;
    }

    #header-outer #top nav .sf-menu .menu-item.menu-item-336:not([class*="current"]) > a:not(:hover),
    #header-outer .sf-menu .menu-item.menu-item-336:not([class*="current"]) > a:not(:hover) {
        color: var(--color-brand-dark) !important;
        border-radius: 0;
    }

    .home-blog .nectar-post-grid .nectar-post-grid-item .meta-excerpt {
        font-size: 16px;
    }

    body .before-footer .row .col h3 {
        font-size: 36px;
    }

    .page-header .nectar-cta, .page-header h1 {
        text-align: center;
    }

    .home-services .nectar-flickity[data-spacing="20px"]:not(.masonry) .flickity-slider .cell,
    .home-companies .nectar-flickity[data-spacing="20px"]:not(.masonry) .flickity-slider .cell {
        margin: 0 10px;
    }

    .home-services .nectar-fancy-box h4,
    .home-companies .nectar-fancy-box h4,
    .home-services .nectar-fancy-box h4 a,
    .home-companies .nectar-fancy-box h4 a {
        font-size: 18px;
        line-height: 1.2;
    }

    .home-companies .nectar-flickity[data-controls=touch_total] .container,
    .home-services .nectar-flickity[data-controls=touch_total] .container {
        margin-top: 30px;
    }

    .home .nectar-fancy-box[data-style=image_above_text_underline] .text p {
        font-size: 16px;
        line-height: 26px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .next:after,
    .home .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
        height: 2px;
        width: 15px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next,
    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
        width: 40px;
        height: 40px;
        top: 45%;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg,
    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
        width: 12px;
        top: 11px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg {
        right: 8px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .next:after {
        left: 14px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .next:after,
    .home .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
        margin-top: 1px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
        left: 11px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
        left: 14px;
    }

    .wpb_wrapper h2.vc_custom_heading.outline-heading {
        line-height: 1 !important;
        padding: 0 15px;
        font-weight: 700;
    }

    html body #header-outer:not([data-permanent-transparent="1"]),
    html body #page-header-wrap,
    html body #top,
    html body .full-page-inner-wrap[data-content-pos=full_height] .full-page-inner > .span_12,
    html body .vc_text_separator,
    html body:not(.single-post) #page-header-bg:not(.fullscreen-header),
    html body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header),
    html body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
        /*height: 92px !important;*/
    }

    body #header-outer[data-full-width="true"] header > .container {
        padding: 0 10px;
    }

    html #header-outer .row .col.span_9 {
        display: block;
    }

    html #header-outer .row .col.span_9 .nectar-mobile-only.mobile-header {
        position: relative;
        /*display: block;*/
        /*clear: both;*/
        /*width: 100%;*/
    }

    html #header-outer #top .mobile-user-account,
    html #top #mobile-cart-link,
    html #top .mobile-search,
    html #top .span_9 > .slide-out-widget-area-toggle {
        /*height: auto;*/
    }

    html .nectar-mobile-only.mobile-header li {
        margin: 0;
    }

    body #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
        height: 36px;
    }

    #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
        /*padding: 18px 33px;*/
    }

    #header-outer[data-lhe="animated_underline"] li > a .menu-title-text {
        font-weight: 700;
    }

    #header-outer .sf-menu .menu-item-336:not([class*="current"]) > a:before {
        border-color: transparent;
    }

    #header-outer:not(.transparent) li.menu-item-336 > a > .menu-title-text {
        color: var(--color-brand-dark);
    }

    #top > .container .col.span_3 {
        padding: 8px 0 8px 10px;
        max-width: 290px;
    }

    html body #slide-out-widget-area .inner .off-canvas-menu-container li a {
        font-size: 26px;
        line-height: 36px;
    }

    html #header-outer .sf-menu .menu-item > a:after, html #header-outer .sf-menu .menu-item > a:before {
        border-radius: 0 !important;
    }

    html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a,
    html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
        font-size: 20px;
        line-height: 30px;
    }

    html .material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li li a,
    html body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li li a {
        font-size: 16px;
        line-height: 26px;
    }

    html #top .mobile-search {
        top: 7px;
    }

    html .nectar-mobile-only.mobile-header .inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    html .nectar-global-section.before-footer h3 span.split {
        display: block;
    }

    .home-video-banner.sub-page-banner,
    .sub-page-banner .row_col_wrap_12.col.span_12.light.left {
        height: 60vh;
    }

    .home-video-banner .video-banner-content {
        padding-bottom: 50px;
    }

    .full-width-map {
        padding-top: 75%;
    }

    body .content-page ul.list-cols,
    body .content-page ol.list-cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    body .content-page ul,
    body .content-page ol {
        margin: 20px 0 20px 30px;
    }

    html .post-template-default #page-header-bg .span_6 h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .service-page .vc_col-sm-1\/5 {
        width: 100%;
    }

    body .row .content-page .col h2 {
        font-size: 32px;
        line-height: 38px;
    }

    body .row .content-page .col h3 {
        font-size: 28px;
        line-height: 34px;
    }

    body .row .content-page .col h4 {
        font-size: 24px;
        line-height: 30px;
    }

    body .row .content-page .col h5 {
        font-size: 20px;
        line-height: 26px;
    }

    body .row .content-page .col h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .team-page .vc_col-sm-1\/5 {
        width: 100%;
    }

    .company-intro .company-intro-text .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
        width: 100%;
    }

    html body h2.long-h2 {
        /*font-size: 32px;*/
    }

    html body h2.large-long-h2 {
        /*font-size: 32px;*/
        /*letter-spacing: -1px;*/
    }

    .service-fancy .nectar-fancy-box[data-style="parallax_hover"] .inner {
        padding: 60px 0;
        width: 80%;
    }

    .service-fancy .nectar-fancy-box .inner p,
    .service-fancy .nectar-fancy-box[data-style="parallax_hover"] p {
        font-size: 18px;
        line-height: 26px;
    }

    html body .nectar-cta .link_wrap {
        padding: 15px 20px !important;
    }

    body .nectar-cta h6, body .row .col .nectar-cta h6,
    body .row .content-page .col .nectar-cta h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .home-video-banner .video-banner-content h3 .split {
        display: block;
    }

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

    .nectar-split-heading h2, h2.gform_title {
        font-weight: 700;
        font-size: 36px !important;
    }

    #header-outer .sf-menu .menu-item.menu-item-has-icon a,
    #header-outer .sf-menu .menu-item.menu-item-has-icon a span {
        padding: 0;
        border: none;
        background-color: transparent !important;
        color: var(--color-brand) !important;
    }

    #header-outer .sf-menu .menu-item.menu-item-has-icon a {
        padding-top: 20px;
    }

    #header-outer #top #mobile-cart-link i,
    #header-outer .mobile-search .icon-salient-search,
    #header-outer .mobile-user-account .icon-salient-m-user,
    #top .span_9 > .slide-out-widget-area-toggle > div {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #header-outer #top .col.span_3 #logo {
        /*position: relative;*/
        /*top: 13px;*/
    }

    html body.material .nectar-button.jumbo:not([class*=see-through]),
    html body.material .nectar-button.jumbo,
    body.material .nectar-button.large,
    html body .wpb_text_column a.btn,
    html body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3) {
        padding: 10px 14px;
        font-size: 14px;
        margin-right: 10px !important;
        display: inline-block;
    }

    html body.material .nectar-button.jumbo:not([class*=see-through]) i,
    html body.material .nectar-button.jumbo i,
    body.material .nectar-button.large i,
    html body .wpb_text_column a.btn i,
    html body.material:not([data-button-style^=rounded]) .nectar-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3) i {
        font-size: 14px;
        transform: none;
        display: inline;
        width: 14px;
        height: 14px;
        line-height: 0;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        margin-left: .5em;
    }

    html body.material .video-banner-content .nectar-button.jumbo:not([class*=see-through]),
    html body.material .video-banner-content .nectar-button.jumbo {
        margin-right: 0 !important;
    }

    #ajax-content-wrap .home-video-banner .vc_row.inner_row.right_padding_phone_28px .row_col_wrap_12_inner {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    html body .pmax_wave-white_inline {
        /*margin-top: -9vw !important;*/
    }

    html body .pmax_wave-gradient {
        padding-bottom: calc(60px + 9vw) !important;
    }

    html body #slide-out-widget-area[class*=slide-out-from-right] .inner-wrap {
        margin: 42px 0;
    }

    .home-services .nectar-fancy-box p {
        line-height: 1.6 !important;
        font-size: 16px;
    }

    .home-services .nectar-fancy-box[data-style=hover_desc] {
        padding: 20px 12px !important;
    }

    html body .sub-intro h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    html body h2.long-h2 {
        font-size: 21px;
    }

    html body:not(.home) h2:not(.long-h2),
    html body:not(.home) h2:not(.long-h2).section-title {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }

    html body:not(.home) #header-outer {
        position: relative !important;
    }

    html body #team > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    html body .pmax_highlight {
        padding: 20px 12px;
    }
}

@media (max-width: 599px) {
    #header-outer[data-format=centered-menu] #top .span_9 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    html #header-outer .row .col.span_9 .nectar-mobile-only.mobile-header {
        height: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header-outer .sf-menu .menu-item.menu-item-has-icon a {
        padding-top: 0;
        padding-right: 17px;
    }

    html #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
        padding-right: 36px;
        padding-left: 36px;
    }

    html body #services-grid .vc_col-sm-6.wpb_column > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        position: relative;
        height: auto;
        aspect-ratio: 16 / 9;
        top: -20px;
        left: -20px;
        margin-bottom: 20px;
    }

    html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column {
        padding: 0;
    }

    html body .pmax_resources {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    html body .pmax_highlight.anchor-links p a.btn {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    @media (min-width: 470px) {
        #header-outer #top .col.span_3 #logo {
            width: 100%;
        }

        #header-outer #top .col.span_3 #logo img {
            width: 100%;
            height: auto !important;
        }
    }
}

@media (max-width: 500px) {
    html .nectar-global-section.before-footer span.split {
        display: block;
    }

    #header-outer #top .col.span_3 #logo {
        /*position: relative;*/
        /*top: 15px;*/
    }

    html #header-outer #top #logo img {
        /*width: 180px;*/
        /*height: auto !important;*/
    }

    .scrolled-down #top > .container .col.span_3 {
        /*height: 96px;*/
        /*background: var(--color-brand-dark);*/
    }

    html #header-outer,
    html #header-outer:not([data-permanent-transparent="1"]) {
        /*height: 96px !important;*/
    }

    body .before-footer .row .col h3 {
        font-size: 32px;
    }

    .home-video-banner.sub-page-banner,
    .sub-page-banner .row_col_wrap_12.col.span_12.light.left {
        height: 60vh;
    }

    .home-video-banner .video-banner-content h3 {
        display: none;
    }

    .full-width-map {
        padding-top: 100%;
    }

    html body.home .wpb_text_column.wpb_content_element.pmax_testimonial-name {
        padding: 20px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
        left: 10px;
    }

    .home .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
        right: 10px;
    }

    html body.mobile .nectar_video_player_self_hosted .play_button .play,
    html body.using-mobile-browser .nectar_video_player_self_hosted .play_button .play {
        width: 42px;
        height: 42px;
        top: 34px !important;
        right: 10px !important;
    }

    html body .contact-page-form .right-col .pmax_contact-overlay,
    html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper {
        height: 100%;
    }

    html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    html body .contact-page-form .right-col .pmax_contact-overlay .wpb_wrapper p:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-right: 0;
        border-bottom: 1px solid rgba(var(--color-brand-dark-rgba), 33%);
    }
}

@media (max-width: 469px) {
    #header-outer[data-format=centered-menu] #top .span_3,
    #header-outer[data-format=centered-menu] #top .span_9 {
        width: 50% !important;
        min-height: 75px;
    }

    #header-outer[data-format=centered-menu] #top .span_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    body #top #logo img,
    #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        width: 100%;
        height: auto !important;
    }

    html body.material .nectar-button.jumbo:not([class*=see-through]),
    html body.material .nectar-button.jumbo,
    body.material .nectar-button.large,
    html body .wpb_text_column a.btn {
        padding: 9px 10px;
    }

    html body h2.long-h2 {
        font-size: 18px;
    }
}

@media (max-width: 379px) {
    html body.material .nectar-button.jumbo:not([class*=see-through]),
    html body.material .nectar-button.jumbo,
    body.material .nectar-button.large {
        display: table;
        margin-right: 0;
    }

    html body.material .video-banner-content .nectar-button.jumbo:not([class*=see-through]),
    html body.material .video-banner-content .nectar-button.jumbo {
        display: block;
    }

    .home-video-banner .video-banner-content h1 {
        margin-bottom: 14px;
    }

    .home-video-banner .video-banner-content h3 {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 350px) {
    #header-outer[data-format=centered-menu] #top .span_3 {
        width: calc(100% - 130px) !important;
        padding-right: 12px;
    }

    #header-outer[data-format=centered-menu] #top .span_9 {
        width: 130px !important;
    }

    #header-outer .sf-menu .menu-item.menu-item-has-icon a {
        padding-right: 8px;
    }

    html #header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
        padding-right: 24px;
        padding-left: 24px;
    }

    html #header-outer #top #logo img {
        /*width: 50%;*/
    }

    html body * {
        white-space: normal !important;
    }
}

@media (max-width: 299px) {
    .home-video-banner .video-banner-content h3 {
        display: none;
    }
}

@media (min-width: 768px) {
    html body ul.pmax_two-col,
    html body .pmax_three-col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }

    html body:not(.home) .vc_row#testimonials-grid > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 2em 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }
}

@media (min-width: 1000px) {
    #ajax-content-wrap .custom_font_size_2vw.nectar-post-grid .nectar-post-grid-item .post-heading,
    .custom_font_size_2vw.nectar-post-grid .nectar-post-grid-item .post-heading {
        font-size: 1.6vw;
    }
}

@media (min-width: 1025px) {
    html body .pmax_three-col {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 2em;
        -moz-column-gap: 2em;
        column-gap: 2em;
    }
}

@media (min-width: 1700px) {
    html body #services-grid .vc_col-sm-6.wpb_column > .vc_column-inner > .wpb_wrapper > .img-with-aniamtion-wrap {
        max-width: 50%;
    }

    html body #services-grid .vc_col-sm-6.wpb_column .wpb_wrapper .wpb_text_column {
        padding-left: calc(50% + 20px);
    }
}

html body #before_after {
    opacity: 0;
    -webkit-animation: fade-in 1s forwards;
    animation: fade-in 1s forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}


/*------------------------
*      5. Keyframes      *
-------------------------*/
/* Fade In */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Zoom In */
@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        -ms-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        -ms-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}