/*
Theme Name: Ryno Theme Three
Theme URI: http://rynoss.com
Author: RYNO Strategic Solutions
Author URI: http://rynoss.com
Description: The third theme.
Version: 4.10.0
Text Domain: ryno_theme_three
*/

/* -------------------------------------------------------
======================== GLOBAL ======================== 
------------------------------------------------------- */
.animation-container {
    width: 500px;
    height: 500px;
    background: grey;
    margin: 5px;
}

img {
    -o-object-fit: contain;
    object-fit: contain;
}

* {
    /* Required for Fluid Font Sizing (in Safari) */
    min-height: 0vw;
}

.container-wrapper {
    padding-left: 1.6em;
    padding-right: 1.6em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}

.footer div,
.footer article,
.footer section,
.footer p,
.footer ul,
.footer ol,
.postscript-contact div,
.postscript-contact article,
.postscript-contact section,
.postscript-contact p,
.postscript-contact ul,
.postscript-contact ol {
    font-size: inherit;
}

body .wrapper,
.postscript-contact,
body .footer,
body .copyright {
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (576 - 300)));
}

/* slider fix */
.hs1__slide:not(:first-of-type),
.hs2__slide:not(:first-of-type),
.hs3__slide:not(:first-of-type),
.hs4__slide:not(:first-of-type),
.hs5__slide:not(:first-of-type),
.hs6__slide:not(:first-of-type),
.hs7__slide:not(:first-of-type),
.hs8__slide:not(:first-of-type) {
    /* fix stacking */
    display: none;
}

.slick-initialized .slick-slide {
    /* fix stacking */
    display: block;
}

.slick-slider {
    /* allow selectable text */
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.slick-slider:not(.hero__slider) .slick-track {
    /* make slides equal height */
    display: flex !important;
}

.slick-slider:not(.hero__slider) .slick-slide {
    /* make slides equal height */
    height: inherit !important;
}
/* /slider fix */

/* dot fix */
.slick-slider.slick-dotted {
    margin-bottom: 0px;
}

.slick-slider:not(.hero__slider) .slick-dots {
    top: calc(100% + 1em);
}

.slick-slider:not(.hero__slider) .slick-dots li {
    background-color: transparent;
    border-radius: 50%;
    margin: 0 7px;
    opacity: 1;
    width: 18px;
    height: 18px;
    float: none;
    border: 1px solid #ffffff;
}

.slick-slider:not(.hero__slider) .slick-dots li.slick-active button:before,
.slick-slider:not(.hero__slider) .slick-dots li button:before {
    color: transparent;
}

.slick-slider:not(.hero__slider) .slick-dots li:hover,
.slick-slider:not(.hero__slider) .slick-dots li:focus {
    opacity: 1;
    background: #ffffff;
}

.slick-slider:not(.hero__slider) .slick-dots li.slick-active {
    opacity: 1 !important;
    background: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    /* dot issue fix */
    .slick-slider:not(.hero__slider) .slick-dots li:hover,
    .slick-slider:not(.hero__slider) .slick-dots li:focus {
        opacity: 1;
    }
}
/* /dot fix */

/* arrow fix */
.slick-slider:not(.hero__slider) .slick-prev:before,
.slick-slider:not(.hero__slider) .slick-next:before {
    font-family: "ryno-theme-icons" !important;
    font-size: 40px;
    font-weight: 900;
    opacity: 1;
    color: #ffffff;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.slick-slider:not(.hero__slider) .slick-prev:before {
    content: "\e90e";
}

.slick-slider:not(.hero__slider) .slick-next:before {
    content: "\e911";
}

.slick-slider:not(.hero__slider) .slick-prev,
.slick-slider:not(.hero__slider) .slick-next {
    height: 40px;
    width: 40px;
    display: flex;
    z-index: 4;
    top: calc(100% + 52px);
}

.slick-slider:not(.hero__slider) .slick-prev {
    left: calc(50% - 45px);
}

.slick-slider:not(.hero__slider) .slick-next {
    right: calc(50% - 45px);
}
/* /arrow fix */

/* Variables
------------------------------------------------------- */
:root {
    --mobile-header-height: 108px;
    --hamburger-spacing: -12px;
    --contact-bar-color: #ffffff;
    --contact-bar-font-size-1: 16px;
    --contact-bar-font-size-2: 18px;
}

/* Helpers
------------------------------------------------------- */
.mobile-nav-name,
.desk-break {
    display: none;
}

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

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.absolute-bs-left {
    position: absolute;
    left: 12px;
}

.divider-top {
    vertical-align: top;
}

[class*="__line--stn"] {
    border-top: 7px solid tomato;
    margin: 0 auto 2.25em;
    opacity: 1;
    width: 140px;
    background-color: transparent;
}

div[class*="__five-stars--stn"] {
    font-size: 2em;
}

[class*="__five-stars--stn"] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: tomato;
    margin-bottom: 0.5em;
}

[class*="__svg-container--stn"] {
    display: flex;
}

[class*="__svg-container--stn"] svg {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

[class*="__divider--stn"] {
    margin-top: -2px;
    margin-bottom: -2px;
    vertical-align: bottom;
}

[class*="__divider--stn"] img {
    -o-object-fit: initial;
    object-fit: initial;
}

[class*="__orn-break--stn"] {
    display: grid;
    grid-gap: 0.85em;
    grid-template-columns: 1fr auto 1fr;
    margin-bottom: 2.5em;
    padding: 0 1.8em;
}

[class*="__break-img"] {
    max-width: 110px;
    width: 19vw;
}

[class*="__orn-break--stn"]::before,
[class*="__orn-break--stn"]::after {
    align-self: center;
    border-top: 3px solid tomato;
    content: "";
}

/* Guide
------------------------------------------------------- */
.heading--stn {
    line-height: 1.17;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(22px + (48 - 22) * ((100vw - 300px) / (576 - 300)));
    margin-bottom: 8px;
}

.p--stn,
.p--stn p,
.p--bold,
.p--bold p {
    line-height: 1.56;
    font-family: "Whitney", Arial, sans-serif;
}

.p--stn,
.p--stn p {
    font-weight: 500;
}

.p--stn p,
.p--bold p {
    margin-bottom: 1.78em;
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (576 - 300)));
}

.p--bold,
.p--bold p {
    font-weight: 700;
}

@media only screen and (min-width: 576px) {
    .absolute-bs-left {
        left: calc((100vw - 540px) / 2);
    }

    body .wrapper,
    .postscript-contact,
    body .footer,
    body .copyright {
        font-size: 20px;
    }

    .p--stn p,
    .p--bold p {
        font-size: 18px;
    }

    .heading--stn {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) {
    .mobile-break {
        display: none;
    }

    .absolute-bs-left {
        left: calc((100vw - 720px) / 2);
    }
}

@media only screen and (min-width: 992px) {
    .desk-break {
        display: block;
    }

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

    .absolute-bs-left {
        left: calc((100vw - 960px) / 2);
    }

    .heading--stn {
        line-height: 1;
        font-size: 68px;
    }

    .p--stn,
    .p--stn p {
        line-height: 1.5;
    }

    .p--bold p,
    .p--stn p {
        font-size: 20px;
        margin-bottom: 1.6em;
    }

    .container-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .container,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }

    .absolute-bs-left {
        left: calc((100vw - 1140px) / 2);
    }
}

/* Buttons
------------------------------------------------------- */
.button__wrapper {
    position: relative;
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    transition: 0.3s all ease-in-out;
}

.button--stn,
.button--sec,
.button--ter {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (576 - 300)));
    line-height: 1.56;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Open Sans", Arial, sans-serif;
    border-radius: 2em;
    display: flex;
    align-items: center;
    transition: 0.3s all ease-out;
    text-align: center;
}

.button--stn:hover,
.button--sec:hover,
.button--ter:hover {
    background-position: left;
}

.button--stn {
    justify-content: center;
    background: right / 200% 100% no-repeat linear-gradient(to right, #000000 0%, #000000 50%, #ed1c24 50%, #ed1c24 100%);
    color: #ffffff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    padding: 0.76em 2.78em;
}

.button--stn:hover {
    color: #ffffff;
}

.button--sec {
    position: relative;
    z-index: 1;
    background: right / 200% 100% no-repeat linear-gradient(to right, #000000 0%, #000000 50%, #ffffff 50%, #ffffff 100%);
    color: #000000;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}

.button--sec:hover {
    color: #ffffff;
}

.button--ter {
    background: right / 200% 100% no-repeat linear-gradient(to right, #ed1c24 0%, #ed1c24 50%, #000000 50%, #000000 100%);
    color: #ffffff;
    width: 100%;
    max-width: 294px;
    justify-content: center;
    padding: 0.95em 5px;
}

.button--ter:hover {
    color: #ffffff;
}

.button__left-animation {
    width: 11vw;
    height: 16vw;
    max-width: 49px;
    max-height: 63px;
    margin-left: 12px;
    display: flex;
    align-items: center;
}

.button__label {
    white-space: pre-wrap;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.button--sec .button__label {
    padding: 0 1.11em;
}

.button__label::after {
    content: "";
    -webkit-mask-image: url(/wp-content/uploads/longarrow.svg);
    mask-image: url(/wp-content/uploads/longarrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #ed1c24;
    display: inline-block;
    transition: 0.3s all ease-out;
    z-index: 1;
    opacity: 0;
    height: 1.65em;
    width: 0px;
    margin-left: 0;
    transform: translateX(-0.5em);
}

.button__bg-animation {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    height: 50vw;
    width: 50vw;
    max-width: 205px;
    max-height: 205px;
}

.button__bg-animation lottie-player {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 576px) {
    .button--stn,
    .button--sec,
    .button--ter {
        font-size: 18px;
    }

    .button--stn:hover {
        color: #ffffff;
        padding-left: 2.2em;
        padding-right: 2.2em;
    }
}

@media only screen and (min-width: 768px) {
    .button--stn:hover .button__label::after,
    .button--sec:hover .button__label::after {
        opacity: 1;
        width: 1.83em;
        margin-left: 1em;
        transform: translateX(0);
    }
}

/* -------------------------------------------------------
======================= INTERNAL =======================
------------------------------------------------------- */
.page-template-page-conversion .conversion-content-one {
    overflow-x: unset;
}

.pop-out-form--wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.sidebar__location-container {
    margin-bottom: 10px;
}

.sidebar__location-container .h5 {
    margin-bottom: 5px;
}

.read-more-text {
    display: block;
}

.single .blog-post-header {
    margin-top: 0;
}

.pop-out-form--wrapper {
	pointer-events: none;
}

.pop-out-form__wrapper {
	pointer-events: all;
}

/* -------------------------------------------------------
====================== Services Nav ======================
------------------------------------------------------- */
.services-nav,
.services-nav .services-nav__hamburger-container,
.services-nav__chat-button-container,
.services-nav__home-button,
.services-nav__chat-button {
    display: flex;
    align-items: center;
}

.services-nav {
    width: 100%;
    height: 90px;
    background-color: #000000;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    justify-content: space-between;
    z-index: 99;
    transition: 0.3s all ease-in-out;
}

.services-nav .services-nav__hamburger-container,
.services-nav__chat-button-container {
    width: 33%;
    max-width: 124px;
    justify-content: center;
}

.services-nav .services-nav__hamburger-container {
    margin-right: 0;
    height: 100%;
    position: relative;
    flex-direction: column;
}

.services-nav__hamburger-container::before,
.services-nav__home-button {
    font-family: "Whitney", Arial, sans-serif;
}

.services-nav__hamburger-container::before {
    content: "GVEC SERVICES";
    font-size: 10px;
    font-weight: 500;
    margin-top: 40px;
    color: #bfbfbf;
}

.services-nav__hamburger-container.is-active::before {
    content: "CLOSE";
}

.services-nav .hamburger-inner {
    transform: unset;
    top: 34px;
}

.services-nav .hamburger-inner,
.services-nav .hamburger-inner::before,
.services-nav .hamburger-inner::after {
    background-color: #ffffff;
    border-radius: 5px;
    width: 30px;
    height: 4px;
}

.services-nav .hamburger-inner::after {
    bottom: -10px;
}

.services-nav .hamburger-inner::before {
    top: -10px;
}

.services-nav__home-button,
.services-nav__home-button:hover {
    color: #ffffff;
}

.services-nav__home-button {
    width: 33%;
    height: 72px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 12px;
    background-color: #ed1c24;
    justify-content: center;
    font-weight: 600;
    line-height: 1;
    font-size: calc(12px + (21 - 12) * ((100vw - 300px) / (576 - 300)));
    text-transform: uppercase;
    text-align: center;
}

.services-nav__chat-button {
    background: #ed1c24;
    width: 62px;
    height: 62px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    justify-content: center;
    margin-right: 0;
}

.services-nav__chat-button:hover {
    cursor: pointer;
}

.services-nav__nav {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    background: #000000;
    pointer-events: none;
    opacity: 0;
}

.services-nav__nav--visible {
    pointer-events: visible;
    opacity: 1;
}

.services-nav__nav-item {
    display: flex;
    justify-content: flex-end;
    padding: 0.6em 1.23em 0.6em 4.62em;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (576 - 300)));
}

.services-nav__nav-item,
.services-nav__nav-item:hover {
    color: #ffffff;
}

.services-nav__arrow-container {
    display: none;
    cursor: pointer;
}

.services-nav__back-to-top {
    display: none;
    position: absolute;
    left: 8px;
    bottom: calc(100% + 10px);
    color: #000000;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-family: "Whitney", sans-serif;
    height: 147px;
    width: 104px;
    z-index: 2;
}

@media only screen and (min-width: 576px) {
    .services-nav__home-button {
        font-size: 21px;
    }

    .services-nav__nav-item {
        font-size: 26px;
    }
}

@media only screen and (max-width: 990px) {
    .services-nav__nav {
        transition: 0.3s all ease-in-out;
    }
}

@media only screen and (min-width: 992px) {
    .footer-reached .services-nav__back-to-top {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .services-nav .services-nav__hamburger-container,
    .services-nav__home-button {
        display: none;
    }

    .services-nav {
        height: 54px;
    }

    .services-nav__chat-button-container {
        width: 0px;
    }

    .services-nav__chat-button {
        position: absolute;
        bottom: calc(100% + 26px);
        right: 18px;
        transition: 0.3s transform ease-in-out;
    }

    .services-nav__chat-button:hover {
        transform: translateY(-4px);
        background: linear-gradient(180deg, #ed1c24 0%, #9b0d12 100%);
    }

    .services-nav__nav {
        position: relative;
        bottom: unset;
        left: unset;
        flex-direction: row;
        pointer-events: visible;
        opacity: 1;
        justify-content: center;
        align-items: flex-end;
        width: 100%;
        height: 100%;
        transition: none;
    }

    .services-nav__nav-item-container {
        display: flex;
        height: 100%;
        align-items: flex-end;
        position: relative;
        z-index: 1;
    }

    .services-nav__nav-item-container:not(:last-of-type)::before {
        content: "";
        width: 1px;
        height: 20px;
        background-color: #ffffff;
        position: absolute;
        right: 0px;
        bottom: 17px;
        z-index: -1;
        transition: none !important;
    }

    .services-nav__nav-item {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        transition: 0.3s height ease-in-out;
        padding: 0 11px;
        margin: 0 5px;
        font-size: 18px;
        font-weight: 400;
    }

    .services-nav__nav-item--page-service,
    .services-nav__nav-item--selected,
    .services-nav__nav-item:hover {
        height: calc(100% + 20px);
        background: #ed1c24;
        font-size: 17px;
        font-family: "Whitney", Arial, sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        box-shadow: 0px -5px 12px rgba(0, 0, 0, 0.16);
    }

    .services-nav__arrow-container {
        display: block;
        position: absolute;
        left: 8px;
        bottom: calc(100% + 53px);
        width: 104px;
        height: 104px;
        transition: 0.3s all ease-in-out;
        opacity: 1;
    }

    .services-nav__arrow-container svg path,
    .services-nav__arrow-container svg {
        transition: 0.3s all ease-in-out;
    }

    .footer-reached .services-nav__arrow-container svg {
        transform: scaleY(-1);
    }

    .footer-reached .services-nav__arrow-container svg path {
        fill: #ed1b23;
    }

    #services-nav__nav-item-1 {
        width: 126px;
    }

    #services-nav__nav-item-2 {
        width: 100px;
    }

    #services-nav__nav-item-3 {
        width: 138px;
    }

    #services-nav__nav-item-4 {
        width: 222px;
    }

    #services-nav__nav-item-5 {
        width: 176px;
    }

    #services-nav__nav-item-6 {
        width: 132px;
    }
}

@media only screen and (min-width: 1200px) {
    .services-nav__nav-item {
        font-size: 22px;
        margin: 0 11px;
    }

    .services-nav__nav-item--page-service,
    .services-nav__nav-item--selected,
    .services-nav__nav-item:hover {
        font-size: 21px;
    }

    #services-nav__nav-item-1 {
        width: 146px;
    }

    #services-nav__nav-item-2 {
        width: 120px;
    }

    #services-nav__nav-item-3 {
        width: 158px;
    }

    #services-nav__nav-item-4 {
        width: 242px;
    }

    #services-nav__nav-item-5 {
        width: 196px;
    }

    #services-nav__nav-item-6 {
        width: 152px;
    }
}

/* Quick Links
------------------------------------------------------- */
.quick-links {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
}

.quick-links__hamburger-container {
    right: 18px;
    bottom: calc(100% + 111px);
    position: absolute;
    width: 62px;
    height: 62px;
    background-color: #ed1c24;
    pointer-events: all;
    cursor: pointer;
    display: none;
    border: 2px solid #ffffff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease-in-out;
}

.quick-links__hamburger-container::before {
    content: "close";
    display: block;
    position: absolute;
    left: 50%;
    top: calc(50% + 27px);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 500;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

/* .quick-links--open-hamburger .quick-links__hamburger-container {
    background-color: transparent;
    border: 2px solid transparent;
}

.quick-links--open-hamburger .quick-links__hamburger-container::before {
    opacity: 1;
} */

.quick-links--open-hamburger .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.quick-links--open-hamburger .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.quick-links--open-hamburger .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.quick-links__hamburger-container .hamburger-inner {
    position: relative;
    top: unset;
    margin: 0;
}

.quick-links__nav-container {
    position: fixed;
    left: 100%;
    top: 200px;
    pointer-events: visible;
    transition: 0.3s all ease-in-out;
}

.quick-links--open-button .quick-links__nav-container {
    transform: translateX(-100%);
}

.quick-links__button,
.quick-links-nav__nav-item {
    background-color: #000000;
}

.quick-links__button {
    color: #ffffff;
    font-size: 13px;
    font-family: "Whitney", Arial, sans-serif;
    height: 45px;
    width: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: calc(100% - 27px);
    top: 10px;
    transform: rotate(-90deg);
}

.quick-links__button:hover {
    cursor: pointer;
}

.quick-links__button span {
    margin-left: 8px;
    font-size: 15px;
    color: #ed1c24;
    transition: 0.3s all ease-in-out;
}

.quick-links--open-button .quick-links__button span {
    transform: rotate(180deg);
}

.quick-links-nav__nav {
    display: flex;
    flex-direction: column;
    position: relative;
    top: -70px;
}

.quick-links-nav__nav-item {
    width: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    padding: 0.6em 4.62em 0.6em 1.23em;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (576 - 300)));
}

.quick-links-nav__nav-item,
.quick-links-nav__nav-item:hover {
    color: #ffffff;
}

@media only screen and (min-width: 576px) {
    .quick-links-nav__nav-item {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) {
    .quick-links__hamburger-container {
        display: flex;
    }

    .quick-links__nav-container {
        position: absolute;
        left: unset;
        right: 134px;
        top: unset;
        bottom: calc(100% + 12px);
        opacity: 0;
        pointer-events: none;
    }

    .quick-links--open-button .quick-links__nav-container,
    .quick-links--open-hamburger .quick-links__nav-container {
        transform: none;
    }

    .quick-links--open-hamburger .quick-links__nav-container {
        opacity: 1;
        pointer-events: all;
    }

    .quick-links__button {
        transform: none;
        bottom: 100%;
        right: 0;
        top: unset;
        width: 110px;
        height: 40px;
        background-color: #ed1c24;
        font-family: "Whitney Book", Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        padding-top: 4px;
    }

    .quick-links__button:hover {
        cursor: default;
    }

    .quick-links__button span {
        display: none;
    }

    .quick-links-nav__nav {
        top: unset;
    }

    .quick-links-nav__nav::before {
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        z-index: -1;
        background: rgba(0, 0, 0, 0.7);
    }

    .quick-links-nav__nav-item {
        background: linear-gradient(to left, #ed1c24 0%, #ed1c24 50%, rgba(0, 0, 0, 0) 50%) rgba(0, 0, 0, 0) 100%;
        background-position: left;
        background-size: 200% 100%;
        justify-content: flex-end;
        padding: 15px 32px 15px 20px;
        position: relative;
        transition: 0.3s all ease-in-out;
        width: 320px;
        font-size: 28px;
        font-family: "Whitney", Arial, sans-serif;
        font-weight: 500;
        align-items: center;
    }

    .quick-links-nav__nav-item:hover {
        background-position: right;
    }

    .quick-links-nav__nav-item::after {
        content: "";
        width: 0px;
        height: 21px;
        background: center / contain no-repeat url(/wp-content/uploads/icondoublearrowwhite.svg);
        transition: 0.3s all ease-in-out;
        opacity: 0;
        margin-left: 0px;
    }

    .quick-links-nav__nav-item:hover::after {
        width: 17px;
        opacity: 1;
        margin-left: 21px;
    }
}

/* -------------------------------------------------------
========================= HOME ========================= 
------------------------------------------------------- */
/* Cross Section Styles
------------------------------------------------------- */
lottie-player {
    max-width: 100%;
    max-height: 100%;
}

/* Top Bar Emergency
------------------------------------------------------- */
.top-bar--emergency {
    background-color: #ed1c24;
    display: none;
}

.top-bar--emergency.top-bar--active {
    display: block;
}

.top-bar__emergency-text-container {
    padding: 5px 0;
}

.top-bar--emergency p,
.top-bar--emergency a {
    color: #ffffff;
}

.top-bar--emergency p {
    margin-bottom: 0;
}

.top-bar--emergency a {
    font-style: italic;
    text-decoration: underline;
}

/* Top Bar Main
------------------------------------------------------- */
.top-bar--main {
    height: 40px;
    justify-content: space-between;
    background-color: #f6f6f6;
    position: relative;
    z-index: 3;
}

.top-bar--main > .container {
    height: 100%;
}

.top-bar__site-button:hover,
.top-bar__site-button {
    color: #ffffff;
}

.top-bar__site-button {
    width: 138px;
    height: 47px;
    background-color: #ed1c24;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Whitney", Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
	flex-shrink: 0;
}

.top-bar__nav {
    height: 40px;
    display: flex;
/*     overflow: hidden; */
}

.top-bar__nav-item {
    padding: 0 8px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: "Whitney", Arial, sans-serif;
    font-size: 14px;
    position: relative;
    transition: 0.3s all ease-in-out;
}

.top-bar__nav-item,
.top-bar__nav-item:hover {
    color: #000000;
}

.top-bar__nav-item::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #000000;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.top-bar__nav-item:last-of-type::before {
    display: none;
}

.top-bar__nav a {
	white-space: nowrap;
}

.top-bar__nav > .menu-item {
    padding: 0 8px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: "Whitney", Arial, sans-serif;
    font-size: 14px;
    position: relative;
    transition: 0.3s all ease-in-out;
}

.top-bar__nav > .menu-item.has-dropdown > ul {
    position: absolute;
	top: 100%;
	left: 0;
	display: none;
	list-style: none;
	padding-left: 0;
}

.top-bar__nav > .menu-item.has-dropdown:hover > ul {
	display: block;
}

.top-bar__nav > .menu-item.has-dropdown ul li {
    display: flex;
	height: 40px;
    align-items: center;
	background-color: #f6f6f6;
}

.top-bar__nav > .menu-item.has-dropdown ul li:hover {
	background-color: #e1e1e1;
}

.top-bar__nav > .menu-item.has-dropdown ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar__nav > .menu-item a,
.top-bar__nav > .menu-item:hover a {
    color: #000000 !important;
}

.top-bar__nav > .menu-item::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #000000;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.top-bar__nav > .menu-item:last-of-type::before {
    display: none;
}

/* Search Bar
------------------------------------------------------- */   
.search-form {
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: flex-start;
	margin: 3px auto 20px 12px;
	min-width: 120px;
    width: calc(100% - 40px);
}
	
.search-input,
.search-no-results .search-input {
	border-radius: 5px;
    border: 1px solid rgba(127, 127, 127, .4);
    padding-left: 10px;
    width: 100%;
    height: 100%;
	transition: .3s all ease-in-out;
	opacity: 1;
}

.search-submit {
    width: 26px !important;
    height: 100% !important;
    position: relative;
	border: none;
    background: transparent;
	padding: 0;
	margin-left: 5px;
}
	
.search-submit:focus {
    outline: none !important;
}

.search-submit__icon-container svg {
    width: 100%;
    height: 100%;
}

.search-form input::placeholder {
    color: rgba(127, 127, 127, .75) !important;
    opacity: 1;
}

.search-no-results input[type=search] {
    border: 1px solid rgba(127, 127, 127, .4);
}

@media only screen and (min-width: 992px) {
    .search-form {
        height: 30px;
        margin: 5px auto 0 7px;
        width: 100%;
        max-width: 270px;
    }

    .search-submit {
        width: 22px !important;
    }

    .search-input {
        background: #f6f6f6;
    }

	.search-no-results .search-input.search-input--hide,
    .search-input.search-input--hide {
        padding-left: 0px;
        width: 0%;
        opacity: 0;
    }
}          

/* Header
------------------------------------------------------- */
.mobile-sticky-header {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    z-index: 100;
    transition: 0.3s all;
}

.hide-mobile-header {
    transform: none;
    top: -108px;
}

.mobile-header {
    height: var(--mobile-header-height);
    padding: 0px;
}

.mobile-header__logo {
    padding: 0px;
}

.mobile-header__logo img {
    max-height: 56px;
    max-width: 150px;
    width: 33vw;
}

.mobile-header .hamburger {
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
}

.mobile-header .hamburger-box {
    width: 37px;
    margin-right: 10px;
}

.mobile-header .hamburger-box::before {
    content: "MENU";
    font-family: "Whitney", Arial, sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #000000;
    position: absolute;
    top: calc(50% + 26px);
    transform: translate(-50%, -50%);
    left: 50%;
}

.mobile-header .hamburger.is-active .hamburger-box::before {
    content: "CLOSE";
}

.mobile-header .hamburger-inner {
    top: calc(50% - 6px);
}

.mobile-header .hamburger-inner,
.mobile-header .hamburger-inner::before,
.mobile-header .hamburger-inner::after {
    border-radius: 5px;
    height: 5px;
    width: 37px;
}

.mobile-header .hamburger-inner::after {
    bottom: var(--hamburger-spacing);
}

.mobile-header .hamburger-inner::before {
    top: var(--hamburger-spacing);
}

.nav-bar .nav {
    top: var(--mobile-header-height);
    height: auto;
    overflow-y: auto;
    padding: 0;
    max-height: calc(100vh - 200px);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 16%);
}

.mobile-nav-buttons {
    padding: 0;
}

.main-navigation a {
    border: none;
}

.main-navigation > li.has-dropdown:after {
    font-size: 18px;
}

.main-navigation > li.has-dropdown.active-child-menu::after,
.main-navigation > li.has-dropdown::after {
    display: flex;
    justify-content: center;
    right: 0;
    top: 5px;
}

.main-navigation > li.has-dropdown svg {
    display: none;
}

.main-navigation > li.has-dropdown > ul > li.has-dropdown:after {
    color: #7f7f7f;
}

.main-navigation > li.has-dropdown > a {
    padding-right: 75px;
}

.main-navigation > li.has-dropdown:after {
    width: 75px;
}

@media only screen and (min-width: 576px) {
    .mobile-header .hamburger-box {
        margin-right: 22px;
    }
}

@media only screen and (min-width: 992px) {
    .header-wrapper {
        box-shadow: 0px 10px 20px rgb(0 0 0 / 16%);
    }

    .header--sticky {
        top: -1px;
    }

    .header,
    .header * {
        transition-duration: 0.3s;
    }

    .header {
        padding: 23px 0;
    }

    .header__logo-link {
        max-width: 100%;
        width: 100%;
    }

    .header__logo-img {
        width: 100px;
        margin-right: 23px;
    }

    .nav-bar .nav {
        top: 0;
        overflow: visible;
        box-shadow: none;
    }

    .main-navigation a {
        width: 100%;
        font-size: 11px !important;
        font-family: "Whitney", sans-serif;
        font-weight: 500;
    }

    .main-navigation > li::before {
        content: "";
        height: 3px;
        width: 0;
        background-color: #ed1c24;
        position: absolute;
        left: 7px;
        bottom: 5px;
        transition: 0.3s all ease-in-out;
    }

    .main-navigation > li:hover::before {
        width: calc(100% - 14px);
    }

    .main-navigation > li > a {
        padding: 12px 15px;
    }

    .main-navigation > li.has-dropdown a {
        font-weight: 500 !important;
    }

    .main-navigation > li.has-dropdown > a {
        padding-right: 25px;
    }

    .main-navigation > li.has-dropdown:after {
        transition: 0.3s all ease-in-out;
        right: 11px !important;
        top: 0 !important;
        font-size: 14px;
        width: unset;
    }

    .main-navigation > li.has-dropdown.active-child-menu:after {
        content: "";
    }

    .main-navigation > li.has-dropdown > ul {
        top: 100%;
    }

    .main-navigation > li.has-dropdown > ul > li.has-dropdown {
        display: flex;
    }

    .header__phone {
        display: flex;
        margin-left: -4px;
        white-space: nowrap;
        align-items: center;
    }

    .header__phone-number {
        font-family: "Whitney", Arial, sans-serif;
        font-weight: 900;
        font-size: 18px;
        color: #ed1c24;
        padding-right: 8px;
    }
}

@media only screen and (min-width: 1200px) {
    .main-navigation a {
        font-size: 14px !important;
    }

    .header__logo-img {
        width: 138px;
    }
}

/* Nav Styles for Last Dropdowns on Small Desktop
------------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1799px) {
    /* styles for end of nav */
    .main-navigation > .menu-item:nth-last-child(1) > ul,
    .main-navigation > .menu-item:nth-last-child(2) > ul {
        right: 0;
        text-align: end;
    }

    .main-navigation > .menu-item:nth-last-child(1) > ul a,
    .main-navigation > .menu-item:nth-last-child(2) > ul a {
        padding: 10px 15px;
    }

    .main-navigation > .menu-item:nth-last-child(1) > ul li.has-dropdown > a,
    .main-navigation > .menu-item:nth-last-child(2) > ul li.has-dropdown > a {
        padding-right: 15px;
        padding-left: 25px;
    }

    .main-navigation > .menu-item:nth-last-child(1) > ul li.has-dropdown::after,
    .main-navigation > .menu-item:nth-last-child(2) > ul li.has-dropdown::after {
        right: calc(100% - 10px);
        transform: rotate(180deg);
    }

    .main-navigation > .menu-item:nth-last-child(1) > ul li.has-dropdown ul,
    .main-navigation > .menu-item:nth-last-child(2) > ul li.has-dropdown ul {
        right: 100%;
        left: unset;
    }
}

/* Hero Main
------------------------------------------------------- */
.hero-main {
    padding: 0;
    height: calc(100vh - 198px);
    position: relative;
    min-height: 520px;
}

.hero-main > .container-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero-main__heading {
    color: #ffffff;
    text-shadow: 22px 0px 40px rgba(0, 0, 0, 0.42);
    font-style: italic;
    margin-bottom: 1.5em;
}

.hero-main__heading--line-1 {
    font-size: calc(30px + (86 - 30) * ((100vw - 300px) / (576 - 300)));
    line-height: 1;
    font-weight: 900;
}

.hero-main__heading--line-2 {
    font-size: calc(16px + (27 - 16) * ((100vw - 300px) / (576 - 300)));
    font-weight: 900;
    line-height: 1.36;
    margin-bottom: 11px;
    display: inline-block;
}

.hero-main__heading--line-3 {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (576 - 300)));
    font-family: "Whitney Book", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.2;
    display: inline-block;
}

.hero-main__button-wrapper,
.hero-main__button {
    width: 100%;
}

.hero-main__button-wrapper .button__bg-animation {
    display: none;
}

.hero-main__button.button--sec {
    background: right / 200% 100% no-repeat linear-gradient(to right, #000000 0%, #000000 50%, #ed1c24 50%, #ed1c24 100%);
    color: #ffffff;
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (576 - 300)));
}

.hero-main__button.button--sec:hover {
    background-position: left;
}

@media only screen and (min-width: 576px) {
    .hero-main__button.button--sec {
        font-size: 18px;
    }

    .hero-main__heading--line-3 {
        font-size: 20px;
    }

    .hero-main__heading--line-2 {
        font-size: 27px;
    }

    .hero-main__heading--line-1 {
        font-size: 86px;
    }

    .hero-main__button-wrapper .button__bg-animation {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .hero-main__heading {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-main {
        height: calc(100vh - 178px);
    }

    .hero-main__button-wrapper,
    .hero-main__button {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .hero-main__heading {
        font-size: 102px;
        margin-bottom: 64px;
        line-height: 0.3;
    }

    .hero-main__heading--line-1 {
        font-size: 90px;
    }

    .hero-main__heading--line-2 {
        font-size: 49px;
    }

    .hero-main__heading--line-3 {
        font-size: 34px;
        letter-spacing: 0;
    }

    .hero-main__button .button__label {
        padding-right: 35px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-main {
        height: calc(100vh - 188px);
    }
}

.hero-main__promo-wrapper {
    padding: 120px 0 3em;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hero-main__swoosh-heading {
    flex-basis: 100%;
    margin-top: 40px;
}

.hero-main__text-container,
.hero-main__text-container p {
    font-family: "Open Sans", sans-serif;
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (576 - 300)));
    line-height: 1.63;
}

.hero-main__text-container p:last-of-type {
    margin-bottom: 0;
}

.hero-main__text-container {
    margin-bottom: 2em;
}

.hero-main__text-container a,
.hero-main__text-container strong {
    font-weight: 800;
}

.hero-main__button--swoosh {
    border: 2px solid #ffffff;
    margin: 0 auto;
}

.hero-main__button--swoosh:hover {
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (hover: hover) {
    .hero-main__button--swoosh:hover {
        border: 2px solid #000000;
    }
}

@media only screen and (min-width: 500px) {
    .hero-main__promo-wrapper {
        padding-top: 8em;
    }
}

@media only screen and (min-width: 576px) {
    .hero-main__promo-wrapper {
        padding-top: 31vw;
    }

    .hero-main__text-container,
    .hero-main__text-container p {
        font-size: 16px;
    }

    .hero-main__swoosh-heading {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .hero-main__promo-wrapper {
        transition: 0.3s all ease-in-out;
        transform: translateX(-100%);
    }

    .page-load-delay .hero-main__promo-wrapper {
        transition: 0.5s all ease-in-out;
        transform: translateX(0%);
    }

    .hero-main__promo-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .hero-main__text-container {
        width: 600px;
        margin-right: 28px;
        margin-bottom: 0;
    }

    .hero-main__text-container p,
    .hero-main__text-container {
        font-size: 18px;
        line-height: 1.56;
    }

    .hero-main__button {
        margin-left: 0;
    }
}

/* Home Section One - Electrician Services
------------------------------------------------------- */
.hs1 {
    padding-top: 58px;
}

.hs1__heading,
.hs1__text-container,
.hs1__text-container--bold {
    color: #000000;
}

.hs1__heading {
    font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (576 - 300)));
    margin-bottom: 20px;
}

.hs1__text-container--bold {
    margin-bottom: 2.15em;
}

.hs1__button-wrapper,
.hs1__button {
    margin: 0 auto;
    width: 100%;
}

.hs1__button .button__label {
    transform: translateX(-4%);
}

.hs1__button-wrapper .button__bg-animation {
    display: none;
}

.hs1__button.button--sec {
    background: #000000;
    color: #ffffff;
}

.hs1__animation-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background: bottom / cover no-repeat url(/wp-content/uploads/mobilehs1bgv2.svg);
}

.hs1__animation-container--desk-bg {
    transform: scaleX(-1);
    position: absolute;
    left: calc(50% - 50px);
}

.hs1__animation-container--people {
    margin-bottom: -5vw;
    margin-top: -22vw;
}

.hs1__animation-container--sparkles {
    position: absolute;
    top: 13vw;
    width: 31vw;
    left: 39vw;
}

.hs1__animation-container--light {
    position: absolute;
    left: 34vw;
    top: -11vw;
    width: 40vw;
}

@media only screen and (min-width: 500px) {
    .hs1__button .button__label {
        transform: translateX(-12%);
    }
}

@media only screen and (min-width: 576px) {
    .hs1__heading {
        font-size: 32px;
    }

    .hs1__button-wrapper .button__bg-animation {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .hs1 {
        padding: 103px 0 151px;
        position: relative;
        margin-top: -1px;
    }

    .hs1 > .container-wrapper {
        position: relative;
        z-index: 2;
    }

    .hs1__heading {
        font-size: 52px;
    }

    .hs1__content-container {
        max-width: 550px;
    }

    .hs1__text-container {
        padding-right: 40px;
    }

    .hs1__text-container--bold {
        padding-right: 80px;
        margin-bottom: 3.15em;
    }

    .hs1__button .button__label {
        transform: none;
        padding-left: 15px;
        padding-right: 45px;
    }

    .hs1__button-wrapper,
    .hs1__button {
        margin: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .hs1__animation-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: center / 100% 100% no-repeat url(/wp-content/uploads/hs1bgv3.svg);
    }

    .hs1__animation-container--people {
        position: absolute;
        width: 69vw;
        max-width: 1050px;
        right: -6vw;
        bottom: 0;
        margin-bottom: -12.5vw;
        margin-top: 0;
    }

    .hs1__animation-container--sparkles {
        top: unset;
        width: 19vw;
        max-width: 302px;
        left: 66vw;
        bottom: 26vw;
    }

    .hs1__animation-container--light {
        left: unset;
        top: -12vw;
        width: 35vw;
        right: 5vw;
        max-width: 560px;
    }
}

@media only screen and (min-width: 1600px) {
    .hs1__animation-container--people {
        left: calc(50% - 160px);
        margin-bottom: -189px;
    }

    .hs1__animation-container--sparkles {
        left: calc(50% + 260px);
        bottom: 415px;
    }

    .hs1__animation-container--light {
        left: calc(50% + 150px);
        right: unset;
        top: -192px;
    }
}

/* Home Section Two - Electrical Jobs
------------------------------------------------------- */
.hs2 {
    background: linear-gradient(180deg, #ca141a 0%, #ed1c24 100%) 0% 0% no-repeat padding-box;
    padding: 1px 0 5.6em;
    position: relative;
    z-index: 1;
    margin-top: -1px;
}

.hs2 > .container-wrapper {
    position: relative;
    z-index: 2;
}

.hs2__heading {
    color: #ffffff;
    margin-bottom: 1.58em;
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (576 - 300)));
    line-height: 1.42;
}

.hs2 .slick-list {
    padding: 0 15px !important;
}

.hs2 .slick-slide {
    margin: 0 12px;
}

.hs2__item-wrapper {
    width: 80vw;
    max-width: 458px;
}

.hs2__item-container {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 50px 10px 10px 50px;
    padding: 4px;
    margin-bottom: 0.8em;
}

.hs2__icon-container {
    width: 3.7em;
    height: 3.7em;
    position: relative;
    margin-right: 10px;
}

.hs2__icon-animation-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    transform: translate(-50%, -50%);
}

.hs2__item-label {
    font-weight: 600;
    font-family: "Whitney", sans-serif;
    line-height: 1.5;
    font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (576 - 300)));
}

@media only screen and (min-width: 500px) {
    .hs2__icon-container {
        margin-right: 43px;
    }
}

@media only screen and (min-width: 576px) {
    .hs2__heading {
        font-size: 24px;
    }

    .hs2__item-label {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .hs2 {
        padding: 67px 0 62px;
    }

    .hs2__heading {
        font-size: 34px;
        line-height: 1.24;
        margin-bottom: 38px;
    }

    .hs2 .slick-track {
        justify-content: center;
        max-width: 1050px;
        margin: 0 auto;
    }

    .hs2__item-wrapper {
        width: 45vw;
        max-width: 490px;
    }

    .hs2__icon-container {
        margin-right: 33px;
    }
}

/* Home Section Three - The Real Problem
------------------------------------------------------- */
.hs3 {
    padding: 2.8em 0 6.25em;
    position: relative;
    z-index: 2;
}

.hs3__heading {
    font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (576 - 300)));
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
    padding: 13px 15px 9px;
}

.hs3__heading::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ed1c24;
    z-index: -1;
    content: "";
}

.hs3__heading,
.hs3__sub-heading,
.hs3__text-container {
    color: #ffffff;
}

.hs3__sub-heading {
    font-size: calc(20px + (29 - 20) * ((100vw - 300px) / (576 - 300)));
    margin-bottom: 15px;
}

.hs3 .slick-slide {
    margin: 0 0.6em;
}

.hs3 .slick-slider:not(.hero__slider) .slick-dots {
    top: calc(100% + 1.3em);
}

.hs3__slider-button {
    width: 60vw;
    height: 60vw;
    max-width: 238px;
    max-height: 238px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.1em;
}

.hs3__icon-wrapper {
    width: 34vw;
    height: 34vw;
    max-width: 135px;
    max-height: 135px;
    position: relative;
    margin-bottom: 0.8em;
}

.hs3__icon-container {
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ba1116;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs3__icon {
    width: 60%;
    height: auto;
}

.hs3__icon-animation-container,
.hs3__button-border-animation {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hs3__button-label {
    font-family: "Whitney", sans-serif;
    line-height: 1.22;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (576 - 300)));
}

@media only screen and (min-width: 576px) {
    .hs3__button-label {
        font-size: 20px;
    }

    .hs3__heading {
        font-size: 36px;
    }

    .hs3__sub-heading {
        font-size: 29px;
    }
}

@media only screen and (min-width: 992px) {
    .hs3 {
        padding: 61px 0 87px;
    }

    .hs3 .slick-list {
        padding-left: calc((100vw - 940px) / 2);
    }

    .hs3 .slick-track {
        max-width: 950px;
        margin-left: -20px;
    }

    .hs3__heading {
        padding: 17px 18px 13px;
    }

    .hs3__heading,
    .hs3__sub-heading {
        font-size: 52px;
    }

    .hs3__button-container {
        justify-content: start;
    }

    .hs3__text-container {
        max-width: 930px;
        margin-bottom: 42px;
    }

    .hs3 .slick-slide {
        margin: 0 0.9em;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
}

@media only screen and (min-width: 1200px) {
    .hs3 .slick-list {
        padding-left: calc((100vw - 1140px) / 2);
    }
}

/* Home Section Four - Experts You Can Trust
------------------------------------------------------- */
.hs4 {
    position: relative;
    z-index: 1;
    padding: 2.75em 0 45vw;
    overflow: hidden;
}

.hs4 > .container-wrapper {
    position: relative;
    z-index: 2;
}

.hs4__heading {
    text-align: center;
    font-size: calc(20px + (32 - 20) * ((100vw - 300px) / (576 - 300)));
    margin-bottom: 18px;
}

.hs4__text-container--stn {
    margin-bottom: 3.25em;
}

.hs4__button-wrapper,
.hs4__button {
    width: 100%;
}

.hs4__button {
    background: #000000;
    color: #ffffff;
}

.hs4__van-wrapper {
    position: absolute;
    width: 100vw;
    height: 67vw;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.hs4__van-container {
    position: absolute;
    width: 127vw;
    bottom: -24.7vw;
    left: -8.5vw;
}

.hs3__van-edits {
    position: absolute;
    bottom: 37vw;
    left: 33.5vw;
    width: 41vw;
    height: 10vw;
    z-index: 3;
}

@media only screen and (min-width: 400px) {
    .hs4__button .button__label {
        transform: translateX(-13%);
    }
}

@media only screen and (min-width: 576px) {
    .hs4__heading {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .hs4 {
        padding: 70px 0 77px;
    }

    .hs4__heading {
        font-size: 52px;
        text-align: start;
    }

    .hs4__content-container {
        max-width: 615px;
    }

    .hs4__text-container--stn {
        margin-bottom: 51px;
        padding-right: 123px;
    }

    .hs4__button-wrapper,
    .hs4__button {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .hs4__button .button__label {
        transform: none;
        padding: 0 45px 0 25px;
    }

    .hs4__van-wrapper {
        max-width: 895px;
        width: 56vw;
        height: 38vw;
        max-height: 600px;
        right: -1.5vw;
        left: unset;
    }

    .hs4__van-container {
        width: 72vw;
        max-width: 1152px;
        bottom: -14vw;
        left: -3.5vw;
    }

    .hs3__van-edits {
        bottom: 21vw;
        left: 19.5vw;
        width: 22.5vw;
        height: 6vw;
        max-width: 360px;
        max-height: 96px;
    }
}

@media only screen and (min-width: 1600px) {
    .hs4__van-wrapper {
        right: unset;
        left: calc(50% - 80px);
    }

    .hs4__van-container {
        bottom: -224px;
        left: -56px;
    }

    .hs3__van-edits {
        bottom: 336px;
        left: 312px;
    }
}

/* Home Section Five - The GVEC Advantage
------------------------------------------------------- */
.hs5 {
    padding-bottom: 1.4em;
    position: relative;
}

.hs5__heading-wrapper {
    position: relative;
    margin-bottom: 18vw;
    z-index: 1;
    padding-top: 3em;
    background: #000000;
}

.hs5__heading-container {
    position: relative;
    z-index: 2;
}

.hs5__heading-container--inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 95%;
    margin: 0 auto;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: calc(18px + (35 - 18) * ((100vw - 300px) / (576 - 300)));
    line-height: 1.11;
}

.hs5__heading-img {
    max-width: 136px;
    margin: 0 12px -6px;
    width: 30vw;
}

.hs5__heading-animation-container {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100vw;
    transform: scaleY(-1);
    z-index: 1;
}

.hs5 > .container-wrapper {
    position: relative;
    z-index: 2;
}

.hs5__accordion__tab {
    color: #000000;
    overflow: hidden;
    margin-bottom: 0.9em;
}

.hs5__accordion__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.hs5__accordion__tab-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 12px 4px 4px;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 50px 18px 18px 50px;
    position: relative;
    z-index: 3;
}

.hs5__accordion__tab-heading {
    margin: 0 5px 0 0;
    font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (576 - 300)));
	font-family: 'Whitney', sans-serif;
    line-height: 1;
    font-weight: 700;
}

.hs5__accordion__tab-content {
    max-height: 0px;
    transition: all 0.3s ease-out;
    padding: 0px 15px;
    position: relative;
}

.hs5__accordion__tab-content::before {
    z-index: -1;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 0 0 28px 28px;
    background: rgba(255, 255, 255, 0.15);
}

.hs5__accordion__checkbox:checked ~ .hs5__accordion__tab-content {
    max-height: 10000px;
    padding: 61px 1em 15px;
    margin-top: -41px;
}

.hs5__accordion__icon-container {
    margin-left: auto;
    height: 3em;
    width: 3em;
    position: relative;
}

.hs5__accordion__lightning-container {
    width: 3.7em;
    height: 3.7em;
    background: #ed1c24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.85em;
}

.hs5__accordion__icon--plus,
.hs5__accordion__icon--minus {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hs5__accordion__icon--plus {
    z-index: 2;
    opacity: 1;
}

.hs5__accordion__icon--minus {
    z-index: 1;
    opacity: 0;
}

.hs5__accordion__checkbox:checked + .hs5__accordion__tab-label .hs5__accordion__icon--plus {
    opacity: 0;
}

.hs5__accordion__checkbox:checked + .hs5__accordion__tab-label .hs5__accordion__icon--minus {
    opacity: 1;
}

.hs5__accordion__tab-content p {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (576 - 300)));
    line-height: 1.5;
    color: #ffffff;
    font-weight: 500;
    font-family: "Whitney", sans-serif;
}

.hs5__accordion-container {
    margin-bottom: 2.5em;
}

.hs5__text-container--stn p,
.hs5__text-container--stn p a:hover,
.hs5__text-container--stn p a {
    color: #ffffff;
}

.hs5__text-container--stn p a {
    font-weight: 700;
}

.hs5__accordion__tab-content--extra {
    display: none;
}

.hs5__accordion__tab-content--extra p:last-of-type,
.hs5__accordion__tab-content p:last-of-type {
	margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
    .hs5__accordion__tab-content p {
        font-size: 16px;
    }

    .hs5__accordion__tab-heading,
    .hs5__label {
        font-size: 20px;
    }

    .hs5__heading-container--inner {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .hs5 {
        padding-bottom: 35px;
    }

    .hs5__heading-img {
        max-width: 196px;
        margin: 0 20px -15px;
    }

    .hs5__accordion__tab {
        max-width: 555px;
        width: 50%;
    }

    .hs5__accordion {
        position: relative;
    }

    .hs5__accordion::before {
        position: absolute;
        left: calc(50% - 100px);
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
        content: "";
        border-radius: 0 28px 28px 0;
        height: calc(100% + 44px);
        width: calc(50% + 100px);
        background: rgba(255, 255, 255, 0.15);
    }

    .hs5__heading-animation-container {
        width: 150vw;
    }

    .hs5__heading-wrapper {
        padding-top: 1px;
        margin-bottom: 24vw;
    }

    .hs5__heading-container {
        position: absolute;
        left: 50%;
        top: 50px;
        transform: translateX(-50%);
        width: 100%;
    }

    .hs5__heading-container--inner {
        font-size: 52px;
    }

    .hs5__accordion__tab {
        margin-bottom: 12px;
    }

    .hs5__accordion__tab-content--extra {
        display: block;
        opacity: 1;
        padding: 5px 20px;
    }

    .hs5__accordion__tab-content,
    .hs5__accordion__tab-content--extra {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        transition: 0.3s all ease-in-out;
    }

    .hs5__accordion__tab-content p {
        font-size: 14px;
    }

    .hs5__accordion__tab-content--extra p {
        font-size: 16px;
        color: #ffffff;
        line-height: 1.5;
        font-weight: 500;
        font-family: "Whitney", sans-serif;
    }

    .hs5__accordion__tab-content,
    .hs5__accordion__tab-content--extra.hs5__checked {
        opacity: 0;
        pointer-events: none;
    }

    .hs5__accordion__tab-content {
        max-height: 10000px !important;
        padding: 5px 20px !important;
        margin-top: 0 !important;
    }

    .hs5__accordion__checkbox:checked ~ .hs5__accordion__tab-content {
        opacity: 1;
    }

    .hs5__accordion__tab-content::before {
        content: none;
    }
}

@media only screen and (min-width: 1200px) {
    .hs5__accordion__tab-content p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1400px) {
    .hs5__heading-wrapper {
        margin-bottom: 14vw;
    }

    .hs5__heading-animation-container {
        width: 100vw;
    }
}

/* Home Section Six - Reviews
------------------------------------------------------- */
.hs6 {
    padding: 55px 0 56vw;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}

.hs6 .container-wrapper {
    position: relative;
    z-index: 2;
}

.hs6__heading {
    font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (576 - 300)));
    max-width: 352px;
    margin: 0 auto 16px;
}

.hs6__content-container {
    max-width: 473px;
    margin: 0 auto;
}

.hs6__review-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hs6__review-text-container {
    font-family: "Whitney", sans-serif;
    font-style: italic;
    font-weight: 500;
    line-height: 1.85;
}

.hs6__review-text-container {
    margin-bottom: 1.2em;
}

.hs6__reviewer-container {
    display: flex;
    margin: auto 0 7px auto;
    align-items: center;
}

.hs6__reviewer {
    margin-right: 8px;
    font-family: "Whitney", sans-serif;
    font-weight: 700;
    font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (576 - 300)));
}

.hs6__icon-container {
    background: #ed1c24;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
}

div.hs6__five-stars--stn {
    justify-content: flex-end;
    color: #ffce00;
    margin-bottom: 0;
    font-size: 1.15em;
}

.hs6 .slick-slider:not(.hero__slider) .slick-arrow.slick-disabled {
    opacity: 0.3;
}

.hs6 .slick-slider:not(.hero__slider) .slick-prev,
.hs6 .slick-slider:not(.hero__slider) .slick-next {
    top: calc(100% + 65px);
    width: 36px;
    height: 36px;
}

.hs6 .slick-slider:not(.hero__slider) .slick-prev {
    left: unset;
    right: 48px;
}

.hs6 .slick-slider:not(.hero__slider) .slick-next {
    left: unset;
    right: 0;
}

.hs6 .slick-slider:not(.hero__slider) .slick-prev:before,
.hs6 .slick-slider:not(.hero__slider) .slick-next:before {
    color: #000000;
    font-size: 36px;
}

.hs6 .slick-slider:not(.hero__slider) .slick-prev:before {
    content: "\e92a";
}

.hs6 .slick-slider:not(.hero__slider) .slick-next:before {
    content: "\e92b";
}

.hs6__animation-wrapper {
    width: 100vw;
    height: 71vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: bottom / cover no-repeat url(/wp-content/uploads/mobilehs6bgv4.svg);
}

.hs6__animation-person {
    width: 71vw;
    left: -8vw;
    position: absolute;
}

.hs6__animation-reviews {
    width: 70vw;
    position: absolute;
    top: 7vw;
    left: 2vw;
}

@media only screen and (min-width: 576px) {
    .hs6__reviewer {
        font-size: 22px;
    }

    .hs6__heading {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .hs6 {
        padding: 72px 0 95px;
    }

    .hs6__content-container {
        max-width: 485px;
        margin-right: 0;
    }

    .hs6__heading {
        font-size: 45px;
        max-width: none;
    }

    .hs6__slider {
        margin-bottom: 65px;
    }

    .hs6__review-text-container p {
        font-size: 22px;
    }

    .hs6__reviewer {
        font-size: 24px;
    }

    .hs6__icon-container {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    div.hs6__five-stars--stn {
        font-size: 1.4em;
    }

    .hs6 .slick-slider:not(.hero__slider) .slick-prev,
    .hs6 .slick-slider:not(.hero__slider) .slick-next {
        top: calc(100% - 19px);
    }

    .hs6 .slick-slider:not(.hero__slider) .slick-prev {
        right: unset;
        left: 0;
    }

    .hs6 .slick-slider:not(.hero__slider) .slick-next {
        right: unset;
        left: 45px;
    }

    .hs6__button.button--sec {
        background: right / 200% 100% no-repeat linear-gradient(to right, #000000 0%, #000000 50%, #ed1c24 50%, #ed1c24 100%);
        color: #ffffff;
    }

    .hs6__button.button--sec:hover {
        background-position: left;
    }

    .hs6__button .button__label {
        padding-left: 15px;
        padding-right: 35px;
    }

    .hs6__button-wrapper,
    .hs6__button {
        margin: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .hs6__button-wrapper {
        margin-left: 20px;
    }

    .hs6__animation-wrapper {
        height: 100%;
        background: center / 100% 100% no-repeat url(/wp-content/uploads/hs6bgv4.svg);
    }

    .hs6__animation-person {
        width: 42vw;
        left: 5vw;
        bottom: 0;
        max-width: 672px;
    }

    .hs6__animation-reviews {
        width: 42vw;
        position: absolute;
        top: unset;
        left: 12vw;
        max-width: 672px;
        bottom: 11vw;
    }
}

@media only screen and (min-width: 1600px) {
    .hs6__animation-person {
        left: unset;
        right: calc(50% + 50px);
    }

    .hs6__animation-reviews {
        top: 0;
        bottom: unset;
        left: unset;
        right: calc(50% - 60px);
    }
}

/* Home Section Seven - Latest News
------------------------------------------------------- */
.hs7 {
    padding: 4.2em 0 104px;
    background: linear-gradient(180deg, #404040 0%, #0d0d0d 100%);
    position: relative;
    z-index: 2;
}

.hs7__heading {
    margin-bottom: 0.73em;
    color: #ffffff;
}

.hs7__blog-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 66vw;
    height: 100%;
    max-width: 359px;
    background: #292929;
}

.hs7__blog-image-container {
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
}

.hs7__blog-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-position: top;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hs7__blog-image--logo {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.hs7__blog-container--inner {
    padding: 20px 1.5em;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hs7__blog-category {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.86;
    margin-bottom: 25px;
    position: relative;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.hs7__blog-category::before {
    content: "";
    height: 3px;
    width: 100%;
    background: #ed1c24;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
}

.hs7__blog-heading-container,
.hs7__blog-excerpt-container {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hs7__blog-heading-container {
    margin-bottom: 15px;
}

.hs7__blog-heading {
    margin-bottom: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 800;
    color: #ffffff;
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (576 - 300)));
    line-height: 1.2;
}

.hs7__blog-excerpt-container {
    margin-bottom: 25px;
    margin-top: auto;
}

.hs7__blog-excerpt {
    font-family: "Open Sans", Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 0;
}

.hs7__blog-info-container {
    display: flex;
    flex-direction: column;
}

.hs7__blog-date {
    font-family: "Open Sans", Arial, sans-serif;
    color: #bfbfbf;
    font-size: 12px;
    font-weight: 500;
}

.hs7__blog-link {
    position: relative;
    font-family: "Open Sans", Arial, sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.hs7__blog-link:hover {
    color: #ffffff;
}

.hs7__blog-link::after {
    content: "";
    -webkit-mask-image: url(/wp-content/uploads/longarrow.svg);
    mask-image: url(/wp-content/uploads/longarrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #ed1c24;
    display: inline-block;
    z-index: 1;
    height: 16px;
    width: 14px;
    margin-left: 6px;
}

.hs7 .slick-list {
    padding-left: 2.25em;
}

.hs7__slide:not(:last-of-type) {
    margin-right: 20px;
}

.hs7 .slick-track::before {
    margin-right: -20px;
}

.hs7__slide:last-of-type .hs7__blog-container {
    background: transparent;
    max-width: 250px;
}

.hs7__blog-page-link {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
}

.hs7__blog-page-link-text {
    font-family: "Whitney", Arial, sans-serif;
    font-weight: 700;
    color: #bfbfbf;
    font-size: 32px;
    line-height: 1;
}

.hs7__blog-page-link-text--bottom {
    position: relative;
    display: flex;
    align-items: center;
}

.hs7__blog-page-link-text--bottom::after {
    content: "";
    -webkit-mask-image: url(/wp-content/uploads/longarrow.svg);
    mask-image: url(/wp-content/uploads/longarrow.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: #ed1c24;
    display: inline-block;
    z-index: 1;
    height: 45px;
    width: 50px;
    margin-left: 10px;
}

@media only screen and (min-width: 450px) {
    .hs7__blog-info-container {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 576px) {
    .hs7 .slick-list {
        padding-left: calc((100vw - 488px) / 2);
    }

    .hs7__blog-heading {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .hs7 .slick-list {
        padding-left: calc((100vw - 720px) / 2);
    }
}

@media only screen and (min-width: 992px) {
    .hs7 {
        padding: 12vh 0;
    }

    .hs7__heading {
        margin-bottom: 33px;
    }

    .hs7 .slick-list {
        padding-left: calc((100vw - 960px) / 2);
    }

    .hs7 .slick-list {
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .hs7 .slick-list {
        padding-left: calc((100vw - 1140px) / 2);
    }
}

/* Home Section Eight - We're More Than Solar
------------------------------------------------------- */
.hs8 {
    position: relative;
    padding: 57px 0 105px;
    background: #292929;
    z-index: 1;
}

.hs8__heading {
    line-height: 1.08;
}

.hs8__heading,
.hs8__text-container {
    color: #ffffff;
}

.hs8__text-container {
    margin-bottom: 15px;
}

.hs8__text-container p:last-of-type {
    margin-bottom: 0;
}

.hs8__video-container {
    padding: 56.25% 0 0 0;
    position: relative;
    display: none;
    z-index: 0;
}

.hs8 .slick-list {
    padding-left: 2.25em;
}

.hs8 .slick-track {
    padding: 25px 0 35px;
}

.hs8__slide:not(:last-of-type) {
    margin-right: 1.5em;
}

.hs8 .slick-track::before {
    margin-right: -1.5em;
}

.hs8 .slick-track::after {
    margin-left: -1.5em;
}

.hs8 .hs8__slider .slick-prev,
.hs8 .hs8__slider .slick-next {
    top: calc(100% + 22px);
}

.hs8__button {
    background: linear-gradient(180deg, #404040 0%, #292929 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s bottom ease-in-out;
    width: 36vw;
    height: 36vw;
    max-width: 210px;
    max-height: 210px;
    bottom: 8px;
    position: relative;
    padding: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.36);
}

.hs8__button::before {
    content: "";
    position: absolute;
    top: calc(100% + 25px);
    left: 50%;
    transform: translateX(-50%);
    background: #7e7e7e;
    opacity: 0.46;
    width: 80%;
    max-width: 90px;
    height: 10px;
    border-radius: 50%;
    transition: 0.3s all ease-in-out;
}

.hs8__button:hover::before {
    top: calc(100% + 5px);
    opacity: 0;
}

.hs8__button:hover {
    background: #ed1c24;
    bottom: 0px;
}

.hs8__button:hover .hover-path {
    fill: #ffffff;
}

.hs8 svg .hover-path {
    fill: #ed1c24;
}

.hs8__button-icon-container {
    display: flex;
    width: 17vw;
    height: 17vw;
    max-width: 93px;
    max-height: 93px;
    margin-bottom: 1.1em;
}

.hs8__button-icon-container svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.hs8__button-label {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.22;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (576 - 300)));
}

.hs8 .slick-slider:not(.hero__slider) .slick-prev,
.hs8 .slick-slider:not(.hero__slider) .slick-next {
    top: calc(100% + 45px);
}

@media only screen and (min-width: 576px) {
    .hs8 .slick-list {
        padding-left: calc((100vw - 488px) / 2);
    }

    .hs8__button-label {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) {
    .hs8 .slick-list {
        padding-left: calc((100vw - 720px) / 2);
    }
}

@media only screen and (min-width: 992px) {
    .hs8 .slick-list {
        padding-left: 0;
    }

    .hs8 .slick-track {
        justify-content: center;
        max-width: 930px;
        margin: 0 auto;
    }

    .hs8__text-container {
        margin-bottom: 32px;
    }

    .hs8__slide {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .hs8__slide:not(:last-of-type) {
        margin-right: 52px;
    }
}

@media only screen and (min-width: 1200px) {
    .hs8 {
        padding: 0;
        margin: -7% 0;
    }

    .hs8 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .hs8__video-container {
        display: block;
    }

    .hs8__content-wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 1140px;
        width: 100%;
    }

    .hs8__video-container::before {
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0.6;
        background: #000000;
    }

    .hs8__button {
        width: 25vw;
        margin: 0 auto;
    }
}

/* Contact
------------------------------------------------------- */
.postscript-contact {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 992px) {
    .postscript-contact {
        display: flex;
    }

    .postscript-contact__location-wrapper,
    .postscript-contact__form-wrapper {
        width: 50%;
    }
}

/* Contact -- Locations
------------------------------------------------------- */
.postscript-contact__location-wrapper {
    padding: 65px 0 75px;
    background: #ecebea;
}

.postscript-contact__location-wrapper--inner {
    max-width: 416px;
    margin: 0 auto;
}

.postscript-contact__location-heading {
    font-size: calc(22px + (46 - 22) * ((100vw - 300px) / (576 - 300)));
    margin-bottom: 30px;
}

h2.postscript-contact__location-heading {
    color: #000000;
}

.postscript-contact__locations {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.postscript-contact__location-container:not(:last-of-type) {
    margin-bottom: 18px;
}

.postscript-contact__location-container {
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    max-width: 416px;
    width: 100%;
}

.postscript-contact__marker-container {
    background: #ed1c24;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.08em 1.29em;
}

.postscript-contact__marker-container span {
    color: #ffffff;
    font-size: 1.7em;
}

.postscript-contact__office-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.3em 1.2em;
    flex-grow: 1;
}

.postscript-contact__office-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.postscript-contact__office {
    font-weight: 700;
    margin-right: 9px;
}

.postscript-contact__office,
.postscript-contact__office-phone {
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (576 - 300)));
}

.postscript-contact__office,
.postscript-contact__office-phone,
.postscript-contact__more-info {
    font-family: "Whitney", Arial, sans-serif;
    line-height: 1.4;
}

.postscript-contact__office,
.postscript-contact__office-phone:hover,
.postscript-contact__office-phone {
    color: #000000;
}

.postscript-contact__office-phone {
    font-weight: 500;
}

.postscript-contact__more-info {
    font-style: italic;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.postscript-contact__more-info:hover,
.postscript-contact__more-info {
    color: #656565;
}

.postscript-contact__more-info span {
    color: #ed1c24;
    margin-left: 4px;
}

@media only screen and (min-width: 500px) {
    .postscript-contact__office-container {
        flex-direction: row;
    }
}

@media only screen and (min-width: 576px) {
    .postscript-contact__location-heading {
        font-size: 46px;
    }

    .postscript-contact__office,
    .postscript-contact__office-phone {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .postscript-contact__location-wrapper {
        padding: 95px 0;
    }

    .postscript-contact__location-wrapper .container {
        margin-right: 0;
    }

    .postscript-contact__location-wrapper--inner {
        margin-right: 26px;
    }
}

@media only screen and (min-width: 1200px) {
    .postscript-contact__location-wrapper--inner {
        margin-right: 126px;
    }
}

/* Contact -- Form
------------------------------------------------------- */
.postscript-contact__form-wrapper {
    background: linear-gradient(180deg, #7d0e12 0%, #ed1c24 100%);
    padding: 65px 0;
}

.postscript-contact__form-wrapper--inner {
    max-width: 490px;
    margin: 0 auto;
}

.postscript-contact__form-heading {
    font-size: calc(22px + (46 - 22) * ((100vw - 300px) / (576 - 300)));
    margin-bottom: 26px;
}

.postscript-contact .input-fields-column + .input-fields-column,
.postscript-contact .input-fields-column .col-12 + .col-12 {
    margin-top: 0;
}

.postscript-contact .input-fields-column > .row > *:not(p) {
    margin-bottom: 20px;
}

.postscript-contact form p {
    margin-bottom: 0;
}

.postscript-contact__button {
    margin: 26px auto 0;
    position: relative;
}

.postscript-contact__button.button--stn {
    width: 90%;
    max-width: 261px;
    border: 2px solid #ffffff;
    background: right / 200% 100% no-repeat linear-gradient(to right, #000000 0%, #000000 50%, transparent 50%, transparent 100%);
}

.postscript-contact__button.button--stn:hover {
    border: 2px solid #000000;
    background-position: left;
}

.postscript-contact__button .button__label {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (576 - 300)));
}

.postscript-contact .wpcf7-submit {
    background-color: transparent;
    border-radius: 0;
    height: 100%;
    margin-top: 0px;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.postscript-contact .wpcf7-submit:hover {
    background-color: transparent;
}

.postscript-contact span.wpcf7-not-valid-tip {
    color: #dc3232;
    background: #ffffff;
    width: 100%;
    padding: 5px;
}

.postscript-contact div.wpcf7-response-output {
    color: #ffb900;
    background: #ffffff;
}

.postscript-contact .ajax-loader,
.postscript-contact .wpcf7-spinner {
    position: absolute;
    top: 100%;
}

.wpcf7 form .wpcf7-response-output {
    background: #fff;
}

.postscript-contact .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
}

.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}

.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
.postscript-contact .select2-container--default .select2-selection--single,
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered,
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    line-height: 46px;
}

.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
.postscript-contact .select2-container--default .select2-selection--single {
    background: transparent !important;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
}

/* placeholder color */
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Are You a New Customer?*"],
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Inquiry About...*"],
/* input color */
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
.postscript-contact .select2-container--default .select2-selection--single,
.postscript-contact .wpcf7-form select,
.postscript-contact .wpcf7-form select option:first-of-type,
.postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered,
.postscript-contact .wpcf7-textarea {
    color: var(--contact-bar-color) !important;
    font-size: var(--contact-bar-font-size-1);
    opacity: 1;
    font-family: "Whitney", Arial, sans-serif;
    font-weight: 500;
    padding-left: 0;
}

.postscript-contact .wpcf7-textarea::-webkit-input-placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-webkit-input-placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-webkit-input-placeholder {
    color: var(--contact-bar-color) !important;
    font-size: var(--contact-bar-font-size-1);
    opacity: 1;
    font-family: "Whitney", Arial, sans-serif;
    font-weight: 500;
    padding-left: 0;
}

.postscript-contact .wpcf7-textarea:-ms-input-placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text:-ms-input-placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text:-ms-input-placeholder {
    color: var(--contact-bar-color) !important;
    font-size: var(--contact-bar-font-size-1);
    opacity: 1;
    font-family: "Whitney", Arial, sans-serif;
    font-weight: 500;
    padding-left: 0;
}

.postscript-contact .wpcf7-textarea::-ms-input-placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-ms-input-placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-ms-input-placeholder {
    color: var(--contact-bar-color) !important;
    font-size: var(--contact-bar-font-size-1);
    opacity: 1;
    font-family: "Whitney", Arial, sans-serif;
    font-weight: 500;
    padding-left: 0;
}

.postscript-contact .wpcf7-textarea::-moz-placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-moz-placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-moz-placeholder {
    color: var(--contact-bar-color) !important;
    font-size: var(--contact-bar-font-size-1);
    opacity: 1;
    font-family: "Whitney", Arial, sans-serif;
    font-weight: 500;
    padding-left: 0;
}

.postscript-contact .wpcf7-textarea::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder {
    color: var(--contact-bar-color) !important;
    font-size: var(--contact-bar-font-size-1);
    opacity: 1;
    font-family: "Whitney", Arial, sans-serif;
    font-weight: 500;
    padding-left: 0;
}

@media only screen and (min-width: 576px) {
    .postscript-contact__button .button__label {
        font-size: 18px;
    }

    .postscript-contact__form-heading {
        font-size: 46px;
    }

    /* placeholder color */
    .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Are You a New Customer?*"],
    .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered[title="Inquiry About...*"],
    /* input color */
    .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.cf-text,
    .postscript-contact .select2-container--default .select2-selection--single,
    .postscript-contact .wpcf7-form select,
    .postscript-contact .wpcf7-form select option:first-of-type,
    .postscript-contact .select2-container--default .select2-selection--single .select2-selection__rendered,
    .postscript-contact .wpcf7-textarea {
        font-size: var(--contact-bar-font-size-2);
    }

    .postscript-contact .wpcf7-textarea::-webkit-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-webkit-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-webkit-input-placeholder {
        font-size: var(--contact-bar-font-size-2);
    }

    .postscript-contact .wpcf7-textarea:-ms-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text:-ms-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text:-ms-input-placeholder {
        font-size: var(--contact-bar-font-size-2);
    }

    .postscript-contact .wpcf7-textarea::-ms-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-ms-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-ms-input-placeholder {
        font-size: var(--contact-bar-font-size-2);
    }

    .postscript-contact .wpcf7-textarea::-webkit-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-webkit-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-webkit-input-placeholder {
        font-size: var(--contact-bar-font-size-2);
    }

    .postscript-contact .wpcf7-textarea::-moz-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-moz-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-moz-placeholder {
        font-size: var(--contact-bar-font-size-2);
    }

    .postscript-contact .wpcf7-textarea:-ms-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text:-ms-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text:-ms-input-placeholder {
        font-size: var(--contact-bar-font-size-2);
    }

    .postscript-contact .wpcf7-textarea::-ms-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::-ms-input-placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::-ms-input-placeholder {
        font-size: var(--contact-bar-font-size-2);
    }

    .postscript-contact .wpcf7-textarea::placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.cf-text::placeholder,
    .postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder {
        font-size: var(--contact-bar-font-size-2);
    }
}

@media only screen and (min-width: 992px) {
    .postscript-contact__form-wrapper {
        padding: 95px 0 75px;
    }

    .postscript-contact__form-wrapper .container {
        margin-left: 0;
    }

    .postscript-contact__form-wrapper--inner {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .postscript-contact__form-wrapper--inner {
        margin-left: 69px;
    }
}

/* Footer
------------------------------------------------------- */
.footer {
    padding: 5em 0 57px;
}

.footer-box__1 {
    margin-bottom: 42px;
}

.footer__logo {
    margin: 0 auto 1.5em;
    max-width: 248px;
    width: 80%;
}

.footer__phone-number,
.footer__phone-number:hover {
    color: #ed1c24;
}

.footer__phone-number {
    margin-bottom: 0.61em;
    font-family: "Whitney", sans-serif;
    font-weight: 900 !important;
    font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (576 - 300)));
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.footer__phone {
    position: relative;
    z-index: 1;
}

.footer__phone-number lottie-player {
    width: 65px !important;
    height: 65px !important;
    transform: rotateY(180deg);
    margin: 0 -5px;
    position: relative;
    z-index: 0;
}

p.footer__office-hours-heading,
p.footer__office-hours {
    font-family: "Whitney", sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1;
}

p.footer__office-hours-heading {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}

p.footer__office-hours {
    font-weight: 500;
    font-size: 18px;
}

p.footer__office-hours--1 {
    margin-bottom: 12px;
}

p.footer__office-hours--2 {
    margin-bottom: 38px;
}

.social-icons {
    padding-left: 0;
    flex-wrap: wrap;
    margin: 0 auto !important;
    max-width: 295px;
}

.social-icons,
.social-icons .social-icons__icon,
.social-icons .social-icons__icon a {
    display: flex;
}

.social-icons,
.social-icons .social-icons__icon a {
    justify-content: center;
    width: 100%;
}

.social-icons .social-icons__icon,
.social-icons .social-icons__icon a {
    border-radius: 50%;
    transition: 0.3s all ease-in-out;
}

.social-icons .social-icons__icon {
    background-color: #ed1c24;
    height: 48px;
    margin: 8px;
    width: 48px !important;
}

.social-icons .social-icons__icon:hover {
    background-color: #000000;
}

.social-icons .social-icons__icon a {
    align-items: center;
    color: #ffffff !important;
    font-size: 26px;
    height: 100%;
    margin: auto;
}

.footer-box__2 {
    margin-bottom: 45px;
}

.footer__links-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__button:not(:last-of-type) {
    margin-bottom: 20px;
}

.footer__brand-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__brand-link:not(:last-of-type) {
    margin-bottom: 27px;
}

a.footer__button {
    font-weight: 800;
}

.footer-box__3 {
    align-items: center;
}

@media only screen and (min-width: 576px) {
    .footer__phone-number {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .footer {
        padding: 103px 0 30px;
    }

    .footer .row {
        align-items: center;
    }

    .footer-box__1 {
        margin-bottom: 0;
    }

    .footer-box__3 {
        align-items: flex-start;
    }

    .footer__links-container {
        align-items: flex-end;
    }
}

/* Copyright
------------------------------------------------------- */
.copyright {
    background-color: #ffffff;
    padding: 42px 0 126px;
    position: relative;
}

.copyright__line {
    opacity: 0.51;
    background: #bfbfbf;
    width: 238px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.copyright p,
.copyright a {
    color: #404040;
}

@media only screen and (min-width: 992px) {
    .copyright {
        padding-bottom: 102px;
    }
}
