/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/* -----------------------------------------------------
===================== SITE UPDATES ===================== 
----------------------------------------------------- */

/* -----------------------------------------------------
======================= INTERNAL =======================
----------------------------------------------------- */
.content-wrapper .ryno-coupon__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.content-wrapper .ryno-coupon__details {
    margin-top: 0;
}

.ryno-coupon__layout-one .btn-primary {
    margin-top: auto;
}

.show-mobile-header {
    transform: none;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    top: 0;
    left: 0;
    width: 100%;
}

form .sidebar-form .wpcf7-not-valid-tip {
    transform: translateY(-16px);
}

.wpcf7-spinner {
    position: absolute;
}

.sidebar-form__button .postscript-contact__button {
    margin: 0 auto;
}

.ryno-btn__wrapper > p,
.ryno-btn__wrapper .ryno-btn > p {
	display: none;
}

.ryno-btn__wrapper {
	margin-bottom: 30px;
}

.ryno-btn__wrapper .ryno-btn {
	text-decoration: none !important;
}

.main-contact-form input[type=submit] {
	margin-top: 0;
}

.content-wrapper .content-area a:not(.btn) {
	text-decoration: underline;
}

.contact-sidebar__address-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.contact-sidebar__address-wrapper .footer__address-card {
	margin-bottom: 0;
}

.contact-sidebar__address-wrapper .footer__address {
	font-size: 15px;
}

.contact-sidebar__address-wrapper .footer__view {
	font-size: 12px;
}

.conversion-page-additional-content-section .accordion-item .accordion-header button:not(.collapsed),
.conversion-page-additional-content-section .accordion .accordion-item .accordion-body,
.page-template-page-conversion .conversion-page-additional-content-section .content-area .accordion a:not(.btn, .secondary-link) {
    color: rgb(29,29,29);
}

.conversion-page-additional-content-section .accordion .accordion-item .accordion-button:hover {
    color: rgb(255, 255, 255);
}

@media only screen and (min-width: 992px) {
.contact-sidebar__address-wrapper {
	flex-direction: row;
	gap: 0;
}
}

/* -----------------------------------------------------
======================== GLOBAL ======================== 
----------------------------------------------------- */
/* Variables
----------------------------------------------------- */
:root {
    --body-font-family: "Noto Sans", sans-serif;
    --heading-font-family: "Work Sans", sans-serif;
    --hamburger-spacing: -14px;
    --slick-dot-hover-opacity: 0.5;
    --nav-link-font-size: 14px;
    --mobile-header-height: clamp(70px, calc(70px + (100 - 70) * ((100vw - 320px) / (576 - 320))), 100px);
    --color-1: #fff200;
    --color-2: #1d1d1d;
    --color-3: #ed2124;
    --color-4: #e35026;
    --color-5: #207fc0;
    --color-6: #25108f;
    --color-7: #22adb4;
    --color-8: #000000;
}

@media only screen and (min-width: 992px) {
    :root {
        --nav-link-font-size: 10px;
        --footer-form-field-margin: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    :root {
        --nav-link-font-size: 14px;
    }
}

/* Misc
----------------------------------------------------- */
* {
    min-height: 0vw;
}

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

/* Focus
----------------------------------------------------- */
@media only screen and (min-width: 992px) {
    :focus-visible {
        box-shadow: none !important;
        outline: 2px solid #45a9ff !important;
        outline-offset: 8px;
    }

    form select :focus,
    form .select2-selection:focus,
    form textarea:focus,
    form input:focus {
        outline-offset: 1px;
    }

    .header :focus {
        transition: none;
    }

    .main-navigation a:focus {
        outline-offset: -2px;
    }

    .main-navigation > li.has-dropdown:focus-within > ul,
    .main-navigation > li.has-dropdown > ul > li.has-dropdown:focus-within > ul {
        display: block;
    }
}

/* RYNO Button
----------------------------------------------------- */
.ryno-btn {
    background: #000000;
    min-height: 58px;
    max-width: 260px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.ryno-btn .ryno-btn__label {
    font-size: 18px;
}

.ryno-btn,
.ryno-btn:hover {
    color: #ffffff;
}

.ryno-btn,
.ryno-btn__icon-container,
.ryno-btn p {
    transition: 0.4s all ease-out;
}

.ryno-btn__icon-container,
.ryno-btn__label,
.ryno-btn p {
    z-index: 2;
}

.ryno-btn__label {
    padding: 0 4px;
}

.ryno-btn__label,
.ryno-btn p {
    flex-grow: 1;
}

.ryno-btn p {
    display: inline;
}

.ryno-btn--sec {
    color: #000000;
    background: var(--color-1);
}

.ryno-btn__bg {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 100px;
    height: 100px;
    transition: 0.4s all ease-in-out;
    transform: rotate(90deg);
}

.ryno-btn__bg::before,
.ryno-btn__bg::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    content: "";
}

.ryno-btn__bg::before {
    transform: translate(-50%, -50%);
    background: center / contain no-repeat url(/wp-content/uploads/redburst.svg);
    opacity: 0;
    transition: 0.4s all ease-in-out;
}

.ryno-btn__bg::after {
    transform: translate(-50%, -50%) rotate(180deg);
    background: center / contain no-repeat url(/wp-content/uploads/yellowburst.svg);
    opacity: 1;
    transition: 0.4s all ease-in-out;
}

.ryno-btn__label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ryno-btn__label::after {
    content: "";
    background: center / contain no-repeat url(/wp-content/uploads/iconbuttonarrow.svg);
    width: 19px;
    height: 14px;
    opacity: 0;
    margin-left: -19px;
    transition: 0.4s all ease-in-out;
}

@media only screen and (hover: hover) {
    .ryno-btn:hover .ryno-btn__bg::before {
        opacity: 1;
    }

    .ryno-btn:hover .ryno-btn__bg::after {
        opacity: 0;
    }

    .ryno-btn:hover .ryno-btn__label::after {
        opacity: 1;
        margin-left: 11px;
    }

    .ryno-btn:hover .ryno-btn__bg {
        left: -120px;
        top: -230px;
        width: 500px;
        height: 500px;
        transform: rotate(180deg);
    }

    .ryno-btn--sec:hover {
        background: #000000;
    }
}

/* Helpers
----------------------------------------------------- */
.heading--stn {
    color: var(--color-2);
    font-family: var(--heading-font-family);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.16;
}

.p--stn {
    font-weight: 400;
    font-family: var(--body-font-family);
    line-height: 1.62;
}

.p--stn p {
    font-size: 16px;
    color: var(--color-2);
    margin-bottom: 1.5em;
}

.p--bold {
    font-family: var(--heading-font-family);
    font-weight: 800;
    line-height: 1.35;
}

.p--bold p {
    font-size: 17px;
    color: var(--color-2);
    margin-bottom: 1.5em;
}

.container-wrapper {
    padding: 0 clamp(0px, calc(0px + (33 - 0) * ((100vw - 320px) / (576 - 320))), 33px);
}

.desk-break {
    display: none;
}

[class*="__line--stn"] {
    height: 4px !important;
    border-top: 0;
    margin: 0 auto;
    opacity: 1;
    width: 150px;
    max-width: 100%;
    background: var(--color-3);
}

[class*="__five-stars--stn"] {
    font-size: 22px;
    display: flex;
    align-items: center;
    color: var(--color-4);
    gap: 14px;
}

[class*="__five-stars--stn"] i {
    margin: 0;
}

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

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

[class*="__divider--stn"] {
    width: 100vw;
    max-width: 100%;
}

[class*="__divider--bottom"] {
    transform: translateY(2px);
    vertical-align: bottom;
}

[class*="__divider--top"] {
    transform: translateY(-2px);
    vertical-align: top;
}

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

[class*="__orn-break--stn"] {
    display: grid;
    grid-gap: 18px;
    grid-template-columns: 1fr auto 1fr;
    margin-bottom: 40px;
    padding: 0 36px;
}

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

[class*="__orn-break--stn"]::before,
[class*="__orn-break--stn"]::after {
    align-self: center;
    height: 3px;
    content: "";
    background: linear-gradient(to right, #ab8024, #f0d64e);
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.no-quote-marks::after,
.no-quote-marks::before {
    display: none;
}

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

@media only screen and (min-width: 992px) {
    .p--stn p {
        font-size: 18px;
    }

    .p--bold p {
        font-size: 20px;
    }

    .p--bold {
        line-height: 1.2;
    }

    .p--stn {
        line-height: 1.55;
    }

    .heading--stn {
        font-size: 42px;
        line-height: 1.14;
    }

    .container-wrapper {
        padding: 0;
    }

    .desk-break {
        display: block;
    }

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

    [class*="__five-stars--stn"] {
        font-size: 29px;
        color: var(--color-5);
        gap: 20px;
    }
}

/* Social Icons
----------------------------------------------------- */
.copyright .social-icons {
    padding-left: 0;
    flex-wrap: wrap;
    max-width: 420px;
    margin: 0 auto;
    gap: 9px;
}

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

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

.copyright .social-icons .social-icons__icon {
    background: var(--color-5);
    width: min(42px, 8.5vw);
    aspect-ratio: 1 / 1;
}

.copyright .social-icons .social-icons__icon,
.copyright .social-icons .social-icons__icon a {
    transition: 0.3s all ease-in-out;
}

.copyright .social-icons .social-icons__icon a {
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    height: 100%;
    margin: auto;
    text-decoration: none;
}

@media only screen and (min-width: 375px) {
.copyright .social-icons .social-icons__icon a {
    font-size: 21px;
}
}

@media only screen and (min-width: 992px) {
    .copyright .social-icons {
        gap: 12px;
    }
}

@media only screen and (hover: hover) {
    .copyright .social-icons__icon:hover {
        background: var(--color-3);
    }

    .copyright .social-icons__icon:hover i {
        color: var(--color-1);
    }
}

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

.slick-slider:not(.hero__slider) .slick-track {
    display: flex !important;
}

.slick-slider:not(.hero__slider) .slick-slide {
    height: inherit !important;
}
/* /General */

/* Fix Stacking */
.XXXXX__slide:not(:first-of-type) {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}
/* /Fix Stacking */

/* Dots */
.slick-slider:not(.hero__slider) .slick-dots {
    top: unset;
    position: relative;
    bottom: unset;
}

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

.slick-slider:not(.hero__slider) .slick-dots li.slick-active {
    background: #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.slick-active {
    opacity: 1 !important;
}

@media only screen and (hover: hover) {
    .slick-slider:not(.hero__slider) .slick-dots li:hover,
    .slick-slider:not(.hero__slider) .slick-dots li:focus {
        opacity: var(--slick-dot-hover-opacity);
        background: #ffffff;
    }
}
/* /Dots */

/* Arrows */
.slick-slider:not(.hero__slider) .slick-prev + .slick-list .slick-slide {
    padding: 0 35px;
}

.slick-slider:not(.hero__slider) .slick-prev,
.slick-slider:not(.hero__slider) .slick-next {
    height: 18px;
    width: 18px;
    display: flex;
    z-index: 4;
}

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

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

.slick-slider:not(.hero__slider) .slick-prev:before,
.slick-slider:not(.hero__slider) .slick-next:before {
    font-family: "ryno-theme-icons" !important;
    font-size: 18px;
    font-weight: 900;
    opacity: 1;
    color: #000000;
    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";
}

@media only screen and (min-width: 1600px) {
    .slick-slider:not(.hero__slider) .slick-prev + .slick-list .slick-slide {
        padding: 0;
    }

    .slick-slider:not(.hero__slider) .slick-prev {
        left: unset;
        right: calc(100% + 30px);
    }

    .slick-slider:not(.hero__slider) .slick-next {
        left: calc(100% + 30px);
        right: unset;
    }
}
/* /Arrows */

/* -----------------------------------------------------
======================== HEADER ======================== 
----------------------------------------------------- */
/* Top Bar 
----------------------------------------------------- */
.top-bar {
    background: linear-gradient(90deg, var(--color-6) 0%, var(--color-5) 50%, var(--color-7) 100%);
    height: 46px;
}

.top-bar__serving-text,
.top-bar__serving-text:hover,
.top-bar__phone-number,
.top-bar__phone-number:hover {
    color: #ffffff;
}

.top-bar__serving-text {
    font-family: var(--body-font-family);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.86;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.top-bar__serving-text {
	text-decoration: underline;
}

.top-bar__serving-text img {
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.top-bar__phone-number {
    font-family: var(--heading-font-family);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.07;
}

/* Header
----------------------------------------------------- */
div.mobile-header {
    height: var(--mobile-header-height);
}

.mobile-header__logo {
    padding: 0 0 0 clamp(15px, calc(15px + (45 - 15) * ((100vw - 320px) / (576 - 320))), 45px);
}

.mobile-header__logo img {
    max-height: 75px;
    max-width: 111px;
    width: 25vw;
}

.hamburger-box,
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 42px;
}

.hamburger-box {
    height: 35px;
}

.hamburger {
    margin: 0;
    padding: 0;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    border-radius: 1px;
    height: 6px;
    max-width: clamp(35px, calc(35px + (42 - 35) * ((100vw - 320px) / (576 - 320))), 42px);
}

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

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

.mobile-header__phone .ri {
    font-size: clamp(36px, calc(36px + (48 - 36) * ((100vw - 320px) / (576 - 320))), 48px);
}

.mobile-header__phone-col {
    padding-right: clamp(4px, calc(4px + (18 - 4) * ((100vw - 320px) / (576 - 320))), 18px);
}

.mobile-header__hamburger-col {
    padding-right: clamp(15px, calc(15px + (45 - 15) * ((100vw - 320px) / (576 - 320))), 45px);
}

@media only screen and (min-width: 425px) {
    .mobile-header {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    .header--sticky .smaller,
    .header {
        padding: 16px 0 0;
    }

    .header__logo-link {
        max-width: 100%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: -39px;
    }

    .header__logo-img {
        max-width: 376px;
        width: 100%;
    }

    .header__serving-text {
        padding-left: 25px;
        position: relative;
    }

    .header__serving-text::before {
        color: #07074e;
        content: "\e906";
        font-family: ryno-service-areas !important;
        font-size: 25px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .header__button-container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 31px;
        position: relative;
        z-index: 4;
        margin-bottom: 16px;
    }
}

/* Nav
----------------------------------------------------- */
.main-navigation a[href="#"]:hover,
.nav-bar a[href="#"]:hover {
    cursor: default;
}

.nav-bar .nav {
    top: var(--mobile-header-height);
    height: auto;
    overflow-y: auto;
    padding: 0;
    max-height: calc(100vh - 200px);
}

.main-navigation > li.has-dropdown::after {
    font-size: 18px;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%;
    max-height: 54px;
}

.main-navigation > li.has-dropdown.active-child-menu::after,
.main-navigation > li.has-dropdown::after {
    display: flex;
    right: 0;
}

.main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown > ul > li > a {
    padding: 10px 15px 10px 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-navigation > li.has-dropdown::after {
        top: 1px;
    }
}

@media only screen and (min-width: 992px) {
    .nav-bar .nav,
    .main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown::after {
        position: relative;
    }

    .nav-bar .nav,
    .main-navigation > li.has-dropdown::after,
    .main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown::after {
        top: 0;
    }

    .nav-bar .nav {
        height: auto;
        overflow: visible;
    }

    .main-navigation a,
    .main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown {
        width: 100%;
    }

    .main-navigation > li.has-dropdown::after,
    .main-navigation li.has-dropdown::after {
        pointer-events: none;
    }

    .main-navigation > li.has-dropdown::after,
    .main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown {
        align-items: center;
    }

    .main-navigation > li.has-dropdown::after {
        height: 100%;
        justify-content: flex-end;
        pointer-events: none;
        right: 15px;
        max-height: unset;
    }

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

    .main-navigation > .menu-item:last-of-type > ul {
        right: 0;
    }

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

    .main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown::after {
        content: "";
        right: 15px;
        text-align: left;
        width: auto;
        font-family: "ryno-theme-icons";
        font-size: 17px;
        font-weight: 400;
        z-index: 3;
    }

    .main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown > a {
        min-width: 100%;
        padding-right: 25px;
    }

    .main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown ul {
        display: none;
        left: 100%;
        margin-left: 0;
        padding-left: 0;
        position: absolute;
        top: 0;
    }

    .main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown:hover ul,
    .main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown::after {
        display: block;
    }

    .main-navigation > li.has-dropdown > ul > li.has-dropdown > ul > li.has-dropdown > ul > li > a {
        padding: 10px 15px;
    }

    .main-navigation > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

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

    .main-navigation > li.has-dropdown::after {
        font-size: 12px;
        right: 7px;
        top: 3px;
    }
}

@media only screen and (min-width: 1200px) {
    .main-navigation > li.has-dropdown::after {
        font-size: 14px;
        right: 7px;
        top: 1px;
    }
}

@media only screen and (min-width: 1400px) {
    .main-navigation > .menu-item:last-of-type > ul {
        right: initial;
    }
}

/* -----------------------------------------------------
========================= HOME ========================= 
----------------------------------------------------- */
/* Cross Section
----------------------------------------------------- */

/* Hero Main
----------------------------------------------------- */
.hero-main {
    background: bottom / cover no-repeat url(/wp-content/uploads/hero-v-2_mobile.webp);
    padding: 40px 0 256px;
    position: relative;
}

.hero-main__heading,
.hero-main__text-container--stn,
.hero-main__text-container--bold {
    color: #000000;
}

.hero-main__cta-text {
    height: 15px;
    transition: 0.3s all ease-in-out;
    max-height: 12px;
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
    margin-bottom: 4px;
}

.hero-main__cta {
    border-radius: 18px;
    border: 2px solid #fff;
    background: linear-gradient(180deg, rgba(153, 28, 31, 0) 0%, rgba(153, 28, 31, 0.6) 100%), var(--color-3);
    box-shadow: 4px 0px 40px 0px rgba(255, 255, 255, 0.63);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    max-width: 142px;
    position: relative;
    padding-bottom: 10px;
    aspect-ratio: 172 / 91;
    transition: 0.3s all ease-in-out;
    width: 100%;
    flex: 1 1 calc(50% - 5px);
    padding: 4px 5px 0 18px;
    justify-content: center;
}

.hero-main__cta-bg {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 50px;
    height: 50px;
    transition: 0.3s all ease-in-out;
    z-index: 1;
}

.hero-main__cta-bg::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    content: "";
}

.hero-main__cta-bg::after {
    transform: translate(-50%, -50%) rotate(180deg);
    background: center / contain no-repeat url(/wp-content/uploads/yellowburst.svg);
}

.hero-main__cta-text,
.hero-main__cta-sub-text {
    position: relative;
}

.hero-main__cta-sub-text {
    margin-bottom: 0;
}

.hero-main__cta-text,
.hero-main__cta-sub-text,
.hero-main__cta-arrow {
    z-index: 2;
}

.hero-main__cta-arrow {
    position: absolute;
    left: -50px;
    bottom: 0;
    transition: 0.3s all ease-in-out;
}

.hero-main__heading {
    color: #000000;
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.19;
    letter-spacing: 0.08em;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.hero-main__sub-heading {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.21;
    display: block;
    margin-top: 10px;
}

.hero-main__cta-sub-text {
    color: var(--color-1);
    font-family: var(--heading-font-family);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.81;
    letter-spacing: 0.4352em;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
}

.hero-main__content-container {
    text-align: center;
}

.hero-main__underline {
    position: relative;
}

.hero-main__underline::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--color-6) 0%, var(--color-5) 50%, var(--color-7) 100%);
    z-index: -1;
}

.hero-main__ctas {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin: 0 auto;
}

.hero-main__van {
    width: 440px;
    position: absolute;
    bottom: 0;
    left: -20px;
    pointer-events: none;
}

@media only screen and (min-width: 350px) {
    .hero-main__sub-heading {
        font-size: 29px;
    }
}

@media only screen and (min-width: 576px) {
    .hero-main {
        background: bottom / cover no-repeat url(/wp-content/uploads/hero-v-2_tablet.webp);
        padding-bottom: 246px;
    }

    .hero-main__heading {
        margin-bottom: 18px;
    }

    .hero-main__ctas {
        max-width: 500px;
    }

    .hero-main__van {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 992px) {
    .hero-main {
        padding-bottom: 0;
        padding-top: 108px;
        background: center / cover no-repeat url(/wp-content/uploads/hero-v-2.webp);
    }

    .hero-main__ctas {
        margin-top: 116px;
        margin-bottom: -45px;
        max-width: 600px;
        gap: 15px;
    }

    .hero-main__cta {
        max-width: 176px;
        aspect-ratio: 176 / 95;
    }

    .hero-main__cta-text {
        max-height: 15px;
    }

    .hero-main__heading {
        font-size: 48px;
        margin-bottom: 0;
    }

    .hero-main__sub-heading {
        font-size: 61px;
        line-height: 1.5;
        margin-top: 0;
        letter-spacing: 0;
    }

    .hero-main__cta-sub-text {
        font-size: 12px;
    }

    .hero-main__transition {
        border-radius: 102px 0 0 0;
        height: 102px;
        background: #ffffff;
    }

    .hero-main__content-container {
        border-left: 13px solid var(--color-1);
        background: rgba(255, 255, 255, 0.69);
        box-shadow: -9.595px 9.595px 28.784px 0px rgba(37, 16, 143, 0.12);
        text-align: start;
        padding: 34px 0 24px 35px;
    }

    .hero-main__underline::before {
        bottom: 6px;
        height: 7px;
    }

    .hero-main__van {
        left: calc(50% + 180px);
        top: 110px;
        transform: unset;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-main__ctas {
        max-width: 580px;
    }

    .hero-main__van {
        left: calc(50% + 70px);
        top: 65px;
        width: 756px;
    }
}

@media only screen and (min-width: 1600px) {
    .hero-main {
        background: center / cover no-repeat url(/wp-content/uploads/hero-v-2.webp);
    }
}

@media only screen and (hover: hover) {
    .hero-main__cta:hover .hero-main__cta-bg {
        left: -50%;
        top: -145%;
        width: 300px;
        height: 300px;
    }

    .hero-main__cta:hover {
        border: 2px solid #000000;
        padding-bottom: 25px;
    }

    .hero-main__cta:hover .hero-main__cta-arrow {
        left: 90px;
        bottom: 10px;
    }

    .hero-main__cta:hover .hero-main__cta-text {
        -webkit-filter: brightness(0%);
        filter: brightness(0%);
    }

    .hero-main__cta:hover .hero-main__cta-sub-text {
        color: #000000;
    }
}

@media only screen and (min-width: 992px) and (hover: hover) {
    .hero-main__cta:hover .hero-main__cta-bg {
        top: -155%;
        width: 400px;
        height: 400px;
    }

    .hero-main__cta:hover .hero-main__cta-arrow {
        left: 130px;
    }
}

/* HS1 - Article One
----------------------------------------------------- */
.hs1 {
    padding: 40px 0 60px;
    position: relative;
    text-align: center;
}

.hs1__heading {
    color: var(--color-2);
    font-size: 28px;
    margin-bottom: 22px;
}

.hs1__card-heading {
    color: var(--color-2);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 10px;
}

.hs1__card-text {
    color: var(--color-2);
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 0;
}

.hs1__line--stn {
    background: linear-gradient(to right, var(--color-6), var(--color-7));
    margin-bottom: 26px;
}

.hs1__text-container--stn {
    margin-bottom: 38px;
}

.hs1__card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.hs1__card {
    position: relative;
    padding: 43px 10px;
    background: #ffffff;
    box-shadow: 10.504px 11.379px 28.01px 0px rgba(0, 0, 0, 0.13);
}

.hs1__card::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 16px;
    background: linear-gradient(to right, var(--color-6), var(--color-7));
    left: 0;
}

.hs1__check {
    width: 40px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
    .hs1 {
        padding: 50px 0;
    }

    .hs1__heading {
        padding: 0 30px;
    }
}

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

    .hs1__heading {
        font-size: 48px;
        margin-bottom: 40px;
    }

    .hs1__card-heading {
        font-size: 22px;
        line-height: 1.27;
    }

    .hs1__card-text {
        font-size: 18px;
        line-height: 1.55;
    }

    .hs1__card {
        flex: 1 1 50%;
        padding: 46px 24px;
    }

    .hs1__line--stn {
        width: 187px;
        margin-bottom: 40px;
    }

    .hs1__text-container--bold p {
        margin-bottom: 40px;
    }

    .hs1__card-wrapper {
        flex-direction: row;
    }

    .hs1__check {
        width: 50px;
    }

    .hs1__content-container {
        padding: 0 50px;
    }
}

/* HS2 - Article Two
----------------------------------------------------- */
.hs2 {
    background: #000000;
    padding: 50px 0;
    position: relative;
}

.hs2__heading,
.hs2__text-container--stn p,
.hs2__text-container--bold p {
    color: #ffffff;
}

.hs2__heading {
    margin-bottom: 25px;
}

.hs2__photo-container {
    margin: 0 auto 45px;
}

.hs2__line--stn {
    margin-left: 0;
    margin-bottom: 30px;
}

.hs2__text-container--stn p:last-child {
    margin-bottom: 0;
}

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

    .hs2__photo-container {
        margin-bottom: 0;
    }

    .hs2__heading {
        margin-bottom: 35px;
    }

    .hs2__line--stn {
        margin-bottom: 40px;
        width: 187px;
    }
}

@media only screen and (min-width: 1200px) {
    .hs2__content-container {
        padding-left: 120px;
    }
}

/* HS3 - Article Three
----------------------------------------------------- */
.hs3 {
    background: linear-gradient(180deg, rgba(153, 28, 31, 0) 0%, rgba(153, 28, 31, 0.6) 100%), var(--Color-Primary-red, var(--color-3));
    padding-bottom: 50px;
    position: relative;
}

.hs3__heading {
    margin-bottom: 25px;
}

.hs3__heading,
.hs3__text-container--stn p,
.hs3__text-container--bold p,
.hs3__list-item {
    color: #ffffff;
}

.hs3__list-item {
    font-size: 16px;
    line-height: 1.62;
}

.hs3__list-item:not(:last-child) {
    margin-bottom: 20px;
}

.hs3__photo {
    max-width: 372px;
    margin: 0 auto;
}

.hs3__list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.hs3__list-icon {
    width: 37px;
    margin-right: 10px;
}

@media only screen and (min-width: 576px) {
    .hs3 {
        padding-top: 50px;
    }

    .hs3__photo {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .hs3 {
        background: #000000;
        padding: 0 0 106px;
    }

    .hs3 .row {
        position: relative;
        align-items: center;
        padding: 50px 0;
    }

    .hs3 .row > * {
        position: relative;
        z-index: 2;
    }

    .hs3 .row::before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100vw;
        background: red;
        border-radius: 30px 0 0 30px;
        content: "";
        z-index: 1;
        background: linear-gradient(180deg, rgba(153, 28, 31, 0) 0%, rgba(153, 28, 31, 0.6) 100%), var(--color-3);
    }

    .hs3__heading {
        font-size: 36px;
    }

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

    .hs3__list-item {
        font-size: 15px;
        margin-bottom: 0 !important;
    }

    .hs3__photo {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .hs3__list-item {
        font-size: 18px;
    }

    .hs3__list-icon {
        width: 42px;
    }

    .hs3__photo {
        min-width: 306px;
        margin-left: -12px;
    }

    .hs3__content-container {
        padding-left: 47px;
    }
}

@media only screen and (min-width: 1400px) {
    .hs3 .row::before {
        left: -47px;
    }

    .hs3__photo {
        margin-left: -59px;
    }

    .hs3__content-container {
        padding-left: 20px;
    }
}

/* HS4 - Cards Main
----------------------------------------------------- */
.hs4 {
    padding: 50px 0 0;
    position: relative;
}

.hs4__heading {
    text-align: center;
    margin-bottom: 24px;
}

.hs4__card-text {
    color: var(--color-2);
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 0;
}

.hs4__card-heading {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.27;
    font-family: var(--heading-font-family);
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 17px;
}

.hs4__card {
    background: #ffffff;
    box-shadow: 10.504px 11.379px 28.01px 0px rgba(0, 0, 0, 0.13);
    padding: 30px 20px 40px;
}

.hs4__bg {
    margin-top: clamp(13px, calc(13px + (22 - 13) * ((100vw - 320px) / (576 - 320))), 22px);
}

.hs4__card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.hs4__card--cooling {
    border: 2px solid var(--color-7);
}

.hs4__card--cooling .hs4__card-heading {
    color: var(--color-7);
}

.hs4__card--heating {
    border: 2px solid var(--color-3);
}

.hs4__card--heating .hs4__card-heading {
    color: var(--color-3);
}

.hs4__card--plumbing {
    border: 2px solid #31a454;
}

.hs4__card--plumbing .hs4__card-heading {
    color: #31a454;
}

.hs4__card--electrical {
    border: 2px solid var(--color-4);
}

.hs4__card--electrical .hs4__card-heading {
    color: var(--color-4);
}

.hs4__card--drain {
    border: 2px solid var(--color-5);
}

.hs4__card--drain .hs4__card-heading {
    color: var(--color-5);
}

.hs4__card--duct {
    border: 2px solid var(--color-6);
}

.hs4__card--duct .hs4__card-heading {
    color: var(--color-6);
}

@media only screen and (min-width: 576px) {
    .hs4__card-wrapper {
        gap: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .hs4 {
        padding-top: 90px;
    }

    .hs4__card-wrapper {
        gap: 17px 30px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .hs4__card {
        border: none;
        flex: 1 1 calc(50% - 15px);
        padding: 36px 20px 33px;
    }

    .hs4__card-heading {
        align-items: flex-start;
        margin-bottom: 0;
    }

    .hs4__card-text {
        font-size: 18px;
        line-height: 1.55;
    }

    .hs4__heading {
        margin-bottom: 40px;
    }

    .hs4__bg {
        margin-top: -19vw;
        position: relative;
        z-index: -1;
    }

    .hs4__text-container {
        display: flex;
        gap: 22px;
    }

    .hs4__line {
        width: 43px;
        flex-shrink: 0;
        position: relative;
        margin-top: 17px;
    }

    .hs4__line::before {
        border-left: 4px dashed #000000;
        content: "";
        position: absolute;
        height: 100%;
        width: 4px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .hs4__card--cooling .hs4__line::before {
        border-color: var(--color-7);
    }

    .hs4__card--heating .hs4__line::before {
        border-color: var(--color-3);
    }

    .hs4__card--plumbing .hs4__line::before {
        border-color: #31a454;
    }

    .hs4__card--electrical .hs4__line::before {
        border-color: var(--color-4);
    }

    .hs4__card--drain .hs4__line::before {
        border-color: var(--color-5);
    }

    .hs4__card--duct .hs4__line::before {
        border-color: var(--color-6);
    }

    .hs4__card--cooling {
        order: 1;
    }

    .hs4__card--heating {
        order: 3;
    }

    .hs4__card--plumbing {
        order: 5;
    }

    .hs4__card--electrical {
        order: 2;
    }

    .hs4__card--drain {
        order: 4;
    }

    .hs4__card--duct {
        order: 6;
    }
}

/* HS5 - Article Four
----------------------------------------------------- */
.hs5 {
    background: #000000;
    padding: 50px 0;
    position: relative;
}

.hs5__heading,
.hs5__text-container--stn p,
.hs5__text-container--bold p {
    color: #ffffff;
}

.hs5__heading {
    margin-bottom: 25px;
}

.hs5__photo-container {
    margin: 0 auto 45px;
}

.hs5__line--stn {
    margin-left: 0;
    margin-bottom: 30px;
}

.hs5__text-container--stn p:last-child {
    margin-bottom: 0;
}

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

    .hs5__photo-container {
        margin-bottom: 0;
    }

    .hs5__heading {
        margin-bottom: 35px;
    }

    .hs5__line--stn {
        margin-bottom: 40px;
        width: 187px;
    }
}

@media only screen and (min-width: 1200px) {
    .hs5__content-container {
        padding-right: 120px;
    }
}

/* HS6 - Article Five
----------------------------------------------------- */
.hs6 {
    background: linear-gradient(180deg, rgba(153, 28, 31, 0) 0%, rgba(153, 28, 31, 0.6) 100%), var(--Color-Primary-red, var(--color-3));
    padding: 50px 0;
    position: relative;
}

.hs6__heading {
    margin-bottom: 25px;
}

.hs6__heading,
.hs6__text-container--stn p,
.hs6__text-container--bold p {
    color: #ffffff;
}

.hs6__text-container--bold {
    margin-bottom: 40px;
}

.hs6__button-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media only screen and (min-width: 576px) {
    .hs6 {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .hs6__wrapper {
        background: bottom / contain no-repeat url(/wp-content/uploads/hs7bg.webp);
    }

    .hs6 {
        background: unset;
        padding: 100px 0 70px;
		padding-top: 0px;
    }

    .hs6 .row {
        position: relative;
        align-items: center;
        padding: 50px 0;
    }

    .hs6 .row > * {
        position: relative;
        z-index: 2;
    }

    .hs6 .row::before {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100vw;
        border-radius: 0 30px 30px 0;
        content: "";
        z-index: 1;
        background: linear-gradient(180deg, rgba(153, 28, 31, 0) 0%, rgba(153, 28, 31, 0.6) 100%), var(--color-3);
    }

    .hs6__heading {
        font-size: 36px;
    }

    .hs6__text-container--bold p,
    .hs6__text-container--bold {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .hs6__button-col {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 1600px) {
    .hs6__wrapper {
        background: bottom / contain no-repeat url(/wp-content/uploads/hs7bgx2.webp);
    }
}

@media only screen and (min-width: 2000px) {
    .hs6__wrapper {
        background-size: cover;
    }
}

/* HS7 - Reviews Main
----------------------------------------------------- */
.hs7 {
    background: bottom / cover no-repeat url(/wp-content/uploads/mobilehs7bg.webp);
    padding: 36px 0 60vw;
    position: relative;
}

.hs7__review {
    color: #000000;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.55;
    margin-bottom: 25px;
}

.hs7__reviewer {
    color: #000000;
    font-family: var(--heading-font-family);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.hs7__review-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hs7__five-stars--stn {
    margin-bottom: 20px;
}

.hs7__review-container {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 2px solid rgba(237, 33, 36, 0.35);
    background: rgba(255, 255, 255, 0.59);
    padding: 29px 36px;
    max-width: 402px;
    margin: 0 auto;
}

.hs7__reviewer-container {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.hs7__reviewer {
    margin-bottom: 0;
}

.hs7__review-location {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--color-3);
    color: #ffffff;
    font-size: 15px;
}

@media only screen and (min-width: 576px) {
    .hs7 {
        background: bottom / cover no-repeat url(/wp-content/uploads/mobilehs7bgx2.webp);
        padding: 44px 0 35vw;
    }

    .hs7__review-wrapper {
        gap: 30px;
    }

    .hs7__review {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .hs7 {
        background: unset;
        padding: 0 0 22.8vw;
    }

    .hs7__review {
        font-size: 18px;
        margin-bottom: 27px;
    }

    .hs7__reviewer {
        font-size: 20px;
    }

    .hs7__review-wrapper {
        flex-direction: row;
    }

    .hs7__review-container {
        max-width: unset;
        margin: 0;
        border-radius: 30px;
        background: rgba(255, 255, 255, 0.59);
        border: none;
        flex: 1 1 50%;
        padding: 40px 50px;
    }

    .hs7__five-stars--stn {
        margin-bottom: 27px;
    }

    .hs7__review-location {
        width: 42px;
        height: 42px;
        font-size: 21px;
    }

    .hs7__reviewer-container {
        gap: 22px;
    }
}

/* -----------------------------------------------------
======================== FOOTER ======================== 
----------------------------------------------------- */
/* Contact
----------------------------------------------------- */
.postscript-contact {
    padding: 45px 0 55px;
    position: relative;
    background: linear-gradient(90deg, var(--color-6) 0%, var(--color-5) 50%, var(--color-7) 100%);
}

.postscript-contact__break {
    display: none;
}

.postscript-contact .h2,
.postscript-contact h2 {
    color: #ffffff;
    font-family: var(--heading-font-family);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 18px;
}

.postscript-contact__heading p {
    margin-bottom: 35px;
}

.postscript-contact__button > p {
    display: flex;
}

.postscript-contact__button > p:last-child {
    position: absolute;
	width: 100%;
	height: 100%;
}

.postscript-contact p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.625;
}

.postscript-contact p strong {
    font-weight: 700;
}

.postscript-contact form {
    max-width: 1020px;
    margin: 0 auto;
}

.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: 0;
}

div.wpcf7 .ajax-loader {
    width: 0;
    margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
    position: relative;
}

.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: #ffffff !important;
    padding-left: 20px;
}

.postscript-contact .ryno-btn {
    margin: 23px auto 0;
    position: relative;
}

.postscript-contact__button p,
.postscript-contact .wpcf7-submit {
    z-index: 2;
}

.postscript-contact__button .wpcf7-submit {
    border-radius: 0;
    height: 100%;
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    opacity: 0;
}

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

.postscript-contact .wpcf7-textarea {
    height: 80px;
    padding: 11px 2px 1px 20px;
    line-height: 1.55;
}

.postscript-contact .postscript-contact__message {
    margin-top: unset;
}

/* 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 {
    opacity: 1;
}

.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 {
    opacity: 1;
}

.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 {
    opacity: 1;
}

.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 {
    opacity: 1;
}

.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 {
    opacity: 1;
}

.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 {
    opacity: 1;
}

@media only screen and (min-width: 576px) {
    .postscript-contact {
        padding: 50px 0;
    }

    .postscript-contact .h2,
    .postscript-contact h2 {
        margin-bottom: 15px;
    }
}

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

    .postscript-contact .h2,
    .postscript-contact h2 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    .postscript-contact p {
        font-size: 18px;
    }

    .postscript-contact__heading p {
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .postscript-contact__break {
        display: block;
    }
}

/* Footer
----------------------------------------------------- */
.footer {
    padding: 50px 0;
}

.footer__line--stn {
    height: 1px !important;
    margin: 0;
    width: 100%;
    background: var(--color-5);
    opacity: 0.5;
    margin-bottom: 26px;
    max-width: 280px;
}

.footer__logo {
    margin: 0 0 50px;
    max-width: 235px;
    width: 100%;
}

.footer__address {
    margin-bottom: 8px;
    color: #000000;
    font-size: 15px;
    line-height: 1.53;
}

.footer__phone-number {
    margin-bottom: 0.61em;
    font-family: var(--heading-font-family);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 18px;
    display: block;
    margin-top: 30px;
}

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

.footer__address,
.footer__phone-number {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.footer__sub-heading {
    color: #000000;
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer__links a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.86;
}

.footer__links a:hover,
.footer__links a {
    color: #000000;
}

.footer__hours {
    color: #2d2d2d;
    font-family: var(--body-font-family);
    font-size: 15px;
    font-weight: 400;
    line-height: 2.33;
    margin-bottom: 0;
}

.footer__hours strong {
    color: var(--color-5);
    font-family: var(--heading-font-family);
    font-size: 15px;
    font-weight: 800;
    line-height: 2.33;
    text-transform: uppercase;
    margin-right: 6px;
}

.footer__view {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.91;
}

.footer__view:hover,
.footer__view {
    color: var(--color-3);
}

.footer__links {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 0;
    margin-bottom: 50px;
    max-width: 300px;
}

.footer__links li {
    flex: 1 1 50%;
}

.footer__phone-number i {
    color: var(--color-3);
    font-size: 22px;
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.footer__info-container {
    margin-bottom: 40px;
}

.footer__address-card {
    border-left: 10px solid var(--color-1);
    background: #ffffff;
    box-shadow: 10px 11px 28px 0px rgba(0, 0, 0, 0.13);
    padding: 22px 22px 22px 26px;
    margin-bottom: 20px;
}

.footer__address-row .col-12:last-child .footer__address-card {
    margin-bottom: 0;
}

.footer__address-row {
    max-width: 300px;
}

.footer__view img {
    margin: -2px 0 0 3px;
}

.footer__links a {
	text-decoration: underline;
}

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

    .footer__phone-number {
        font-size: 18px;
        margin-top: 28px;
    }

    .footer__sub-heading {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .footer__links a {
        font-size: 11px;
    }

    .footer__hours {
        font-size: 11px;
    }

    .footer__hours strong {
        font-size: 11px;
    }

    .footer__address {
        font-size: 9px;
        margin-bottom: 0;
    }

    .footer__view {
        font-size: 7px;
    }

    .footer__address-row {
        max-width: unset;
        gap: 10px;
    }

    .footer__logo {
        margin: 0 auto 25px;
        max-width: 145px;
    }

    .footer__links-container {
        order: 2;
    }

    .footer__info-container {
        order: 1;
    }

    .footer__links-container,
    .footer__info-container {
        flex: 1 1 50%;
    }

    .footer__line--stn {
        max-width: 204px;
        margin-bottom: 14px;
    }

    .footer__phone-number i {
        font-size: 16px;
    }

    .footer__links {
        gap: 13px 0;
    }

    .footer__info-container,
    .footer__links {
        margin-bottom: 32px;
    }

    .footer__address-card {
        margin-bottom: 0;
        border-left: 4px solid var(--color-1);
        padding: 17px 10px 17px 13px;
    }

    .footer__address-row .col-12 {
        padding: 0;
        flex: 1 1 calc(33% - 10px);
    }

    .footer__view img {
        width: 9px;
        height: 9px;
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) {
    .footer__address {
        font-size: 15px;
    }

    .footer__view {
        font-size: 12px;
    }

    .footer__view img {
        width: 13px;
        height: 14px;
        margin-top: -3px;
    }
}

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

    .footer__phone-number {
        font-size: 24px;
    }

    .footer__sub-heading {
        font-size: 16px;
    }

    .footer__links a {
        font-size: 15px;
    }

    .footer__hours {
        font-size: 15px;
    }

    .footer__hours strong {
        font-size: 15px;
    }

    .footer__address {
        font-size: 15px;
        margin-bottom: 4px;
    }

    .footer__view {
        font-size: 12px;
    }

    .footer__address-row {
        gap: 36px;
    }

    .footer__address-row .col-12 {
        flex: 1 1 calc(33% - 22px);
    }

    .footer__links-container {
        order: 1;
    }

    .footer__info-container {
        order: 2;
    }

    .footer__logo {
        max-width: 300px;
        margin: 0 0 30px 4px;
    }

    .footer__line--stn {
        margin-bottom: 22px;
    }

    .footer__links {
        gap: 18px 0;
    }

    .footer__line--stn {
        max-width: 280px;
    }

    .footer__line--stn {
        margin-bottom: 26px;
    }

    .footer__phone-number i {
        font-size: 22px;
    }

    .footer__address-card {
        border-left: 10px solid var(--color-1);
        padding: 22px 22px 22px 26px;
    }
}

/* Copyright
----------------------------------------------------- */
.copyright {
    background: #000000;
    padding: 20px 0 25px;
}

.copyright a {
    font-weight: 700;
}

.copyright p {
    font-weight: 400;
}

.copyright p,
.copyright p a,
.copyright a,
.copyright p a:hover {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.14;
}
.copyright a,
.copyright p a {
    text-decoration: underline;
}

.copyright__info-inner {
    margin: 0 0 10px;
}

.copyright__info-inner--1 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.copyright__info-inner,
.copyright__info-inner a {
    position: relative;
}

.copyright__info-inner a::before {
    position: absolute;
    height: 22px;
    width: 1px;
    background: #ffffff;
    content: "";
    right: calc(100% + 3px);
    top: 50%;
    transform: translateY(-50%);
}

.copyright__info-inner--2 {
    gap: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-by {
    text-align: center;
    margin-bottom: 22px;
}

.site-by a {
    display: block;
}

@media only screen and (min-width: 576px) {
    .copyright {
        padding: 13px 0;
    }

    .copyright__info-inner--1 {
        flex-direction: row;
        margin-bottom: 8px;
    }

    .copyright__info-inner--2 {
        gap: 24px;
        margin-bottom: 20px;
    }

    .copyright__info-inner a::before {
        right: calc(100% + 11px);
    }

    .site-by {
        margin-bottom: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .copyright {
        padding: 18px 0 25px;
    }

    .copyright p,
    .site-by {
        text-align: start;
    }

    .copyright__info-inner {
        justify-content: flex-start;
    }

    .site-by {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .copyright__info {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
        position: relative;
    }

    .copyright__info-container {
        display: flex;
    }

    .copyright__info-inner {
        margin-bottom: 0;
    }

    .copyright__info-inner--1 {
        position: relative;
        margin-right: 24px;
    }

    .copyright__info-inner--1::before {
        position: absolute;
        height: 22px;
        width: 1px;
        background: #ffffff;
        content: "";
        left: calc(100% + 11px);
        top: 50%;
        transform: translateY(-50%);
    }

    .copyright__info-container {
        margin-bottom: 11px;
    }
}

/* Accordion Style Fix - David 
-------------------------------------------- */
.conversion-page-additional-content-section .accordion-item .accordion-header button:not(.collapsed) {
    color: white;
}
.accordion-item .accordion-header button:not(.collapsed) {
    background-color: var(--color-2);
}
/* HS6 Added Awards - David 
-------------------------------------------- */
.awards-wrapper {
    margin-top: 40px;
}