/*
    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
------------------------------------------------------- */


/* COLORS */
:root {
    --color-red: #DE2626;
    --color-dark-red: #A41E24;
    --color-blue: #184483;
    --color-light-blue: #79B5E3;
    --color-dark-blue: #06132B;
    --color-cream: #FFF1BF;
    --color-orange: #F69A25;
    --color-maroon: #771118;
}


/* FONTS */
:root {
    --home-heading-font: 'Lilita One', sans-serif;
    --home-body-font: 'Poppins', sans-serif;
}
:root {
    --h1-font-size: 48px;
    --h1-line-height: 108%;

    --h2-font-size: 42px;
    --h2-line-height: 114%;

    --h3-font-size: 36px;
    --h3-line-height: 116%;

    --h4-font-size: 30px;
    --h4-line-height: 120%;

    --h5-font-size: 24px;
    --h5-line-height: 116%;

    --h6-font-size: 20px;
    --h6-line-height: 140%;

    --body-font-size: 18px;
    --body-line-height: 155%;
    
    /*--- MOBILE FONT SIZE ---*/
    
    --h1-font-size-mobile: 25px;
    --h1-line-height-mobile: 132%;

    --h2-font-size-mobile: 24px;
    --h2-line-height-mobile: 133%;

    --h3-font-size-mobile: 20px;
    --h3-line-height-mobile: 150%;

    --h4-font-size-mobile: 20px;
    --h4-line-height-mobile: 150%;

    --h5-font-size-mobile: 18px;
    --h5-line-height-mobile: 155%;

    --h6-font-size-mobile: 16px;
    --h6-line-height-mobile: 150%;
    
    --body-font-size-mobile: 16px;
    --body-line-height-mobile: 150%;
}
.home h1,.home h2,.home h3,
.home h4,.home h5,.home h6 {
    font-family: var(--home-heading-font);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.home h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
}
.home h2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
}
.home h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
}
.home h4 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
}
.home h5 {
    font-size: var(--h5-font-size);
    line-height: var(--h5-line-height);
}
.home h6 {
    font-size: var(--h6-font-size);
    line-height: var(--h6-line-height);
}
.home p {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
}
body {
    font-family: var(--home-body-font);
}
@media (max-width: 991.98px) {
    .home h1 {
        font-size: var(--h1-font-size-mobile);
        line-height: var(--h1-line-height-mobile);
    }
    .home h2 {
        font-size: var(--h2-font-size-mobile);
        line-height: var(--h2-line-height-mobile);
    }
    .home h3 {
        font-size: var(--h3-font-size-mobile);
        line-height: var(--h3-line-height-mobile);
    }
    .home h4 {
        font-size: var(--h4-font-size-mobile);
        line-height: var(--h4-line-height-mobile);
    }
    .home h5 {
        font-size: var(--h5-font-size-mobile);
        line-height: var(--h5-line-height-mobile);
    }
    .home h6 {
        font-size: var(--h6-font-size-mobile);
        line-height: var(--h6-line-height-mobile);
    }
    .home p {
        font-size: var(--body-font-size-mobile);
        line-height: var(--body-line-height-mobile);
    }
}


/* COMMON STYLES */
.company-phone--link::before {
    display: block;
    content: '';
    position: relative;
    --icon-size: 20px;
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/phone-icon-white.svg');
}
.company-phone--link {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 4px;
}
.viewport-overflow-wrapper {
    overflow: hidden;
}
.wpcf7 p {
    margin: 0 !important;
}
.social-icons {
    display: flex;
    gap: 10px;
}
.button-wrapper {
    display: flex;
    gap: 10px;
}
.section-transition {
    --transition-height: 100;
    --screen-size: 1600;
    position: absolute;
    width: 100vw;
    height: calc(100vw * (var(--transition-height) / var(--screen-size)));
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.01);
}
.mobile-only {
    display: none;
}
.mobile-xs-only {
    display: none;
}
@media (max-width: 991.98px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
}
@media (max-width: 500px) {
    .mobile-only {
        display: none;
    }
    .mobile-xs-only {
        display: block;
    }
}


/* PAGE SECTION */
.section-header-wrapper.banner-header .section-subheader::after {
    margin-left: 25px;
}
.section-header-wrapper.banner-header .section-subheader::before {
    margin-right: 30px;
}
.section-header-wrapper.banner-header .section-subheader::after,
.section-header-wrapper.banner-header .section-subheader::before {
    display: inline-block;
    content: '';
    position: relative;
    width: 100%;
    max-width: 192px;
    height: 2px;
    background: var(--color-light-blue);
}
.section-header-wrapper.banner-header .section-header span {
    color: #A7A9AC;
}
.section-header-wrapper.banner-header .section-subheader {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 9px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: var(--home-body-font);
}
.section-header-wrapper.banner-header::after {
    right: -76px;
    scale: -1;
}
.section-header-wrapper.banner-header::before {
    left: -76px;
}
.section-header-wrapper.banner-header::after,
.section-header-wrapper.banner-header::before {
    display: flex;
    content: '';
    position: absolute;
    top: -8px;
    width: 76px;
    height: 140px;
    background-image: url('/wp-content/uploads/banner-end.svg');
}
.section-header-wrapper.banner-header {
    position: relative;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 938px;
    margin: auto;
    border-top: 8px solid #427CBF;
    border-bottom: 8px solid #427CBF;
    padding: 15px 0;
    background: #184483;
}
.page-section .section-header .giant-header {
    color: #FED1A7;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #BD1B21;
    font-family: var(--home-heading-font);
    font-size: 198.765px;
    line-height: 80%;
    text-transform: uppercase;
}
.page-section .section-subheader {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 9px;
    text-transform: uppercase;
}
.page-section.dark {
    color: var(--color-dark-blue);
}
.page-section.light {
    color: white;
}
.page-section {
    position: relative;
}
@media (max-width: 992px) {
    .section-header-wrapper.banner-header .section-subheader::after {
        margin-left: 5px;
    }
    .section-header-wrapper.banner-header .section-subheader::before {
        margin-right: 10px;
    }
    .section-header-wrapper.banner-header .section-subheader::after,
    .section-header-wrapper.banner-header .section-subheader::before {
        max-width: 70px;
        height: 2px;
    }
    .section-header-wrapper.banner-header .section-subheader {
        font-size: 15px;
        letter-spacing: 5px;
    }
    .section-header-wrapper.banner-header::after,
    .section-header-wrapper.banner-header::before {
        background-position: center right;
        background-size: contain;
        background-repeat: no-repeat;
        height: 138px;
    }
    .page-section .section-header-wrapper .section-header {
        font-weight: 400;
        margin: auto;
    }
    .section-header-wrapper.banner-header {
        padding: 12px 0;
    }
    .page-section .section-header .giant-header {
        -webkit-text-stroke-width: 1.2px;
        font-size: 59px;
    }
    .page-section .section-subheader {
        font-size: 15px;
        letter-spacing: 5px;
    }
}
@media (max-width: 556px) {
    .section-header-wrapper.banner-header .section-subheader::after {
        margin-left: 0px;
    }
    .section-header-wrapper.banner-header .section-subheader::before {
        margin-right: 5px;
    }
    .section-header-wrapper.banner-header .section-subheader::after,
    .section-header-wrapper.banner-header .section-subheader::before {
        max-width: 55px;
    }
    .section-header-wrapper.banner-header::after,
    .section-header-wrapper.banner-header::before {
        display: none;
    }
    .section-header-wrapper.banner-header {
        border: 4px solid #427CBF;
    }
}


/* SLICK STYLES */
.slick-dots .slick-active button::before {
    border-color: #427CBF;
    background-color: #427CBF;
}
.slick-dots li.slick-active button::before {
    opacity: 1;
}
.slick-dots li button:hover::before {
    border-color: white;
    background-color: white;
}
.slick-dots li button::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #184483;
    background-color: #184483;
    border-radius: 100%;
    opacity: 0.3;
}
.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-next::before,
.slick-prev::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/arrow-right-blue.svg');
}
.slick-next {
    right: 150px;
}
.slick-prev {
    left: 150px;
    scale: -1;
}
.slick-arrow {
    top: calc(100% + 3px);
    transform: unset;
    z-index: 999;
}


/* BUTTONS */
.btn.btn-tertiary {
    color: #07080D;
    background: linear-gradient(180deg, #F69A25 0%, #E78100 100%);
}
.btn.btn-secondary {
    background: linear-gradient(180deg, #427CBF 0%, #184483 100%);
}
.btn.btn-primary {
    background: linear-gradient(180deg, #DE2626 0%, #A41E24 100%);
}
.btn span::after {
    display: block;
    content: '';
    position: absolute;
    width: 16px;
    height: 8px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/btn-hover-arrow.svg');
    transition: var(--btn-fx-speed);
    opacity: 0;
}
.btn span {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: max-content;
    transition: var(--btn-fx-speed);
}
.btn::after {
    bottom: 0;
    right: 5px;
    scale: -1;
}
.btn::before {
    top: 0;
    left: 5px;
}
.btn::after,
.btn::before {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/gloss.svg');
}
.btn {
    position: relative;
    
    display: inline-block;
    max-width: 100%;
    
    
    font-family: var(--home-heading-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    

    border-radius: 50px;
    border-style: solid;
    border-color: black;
    border-width: 3px;
    box-shadow: 0px 6px 0px 0px #07080D;
    
    
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 17px;
    transition: var(--btn-fx-speed);
    
    --btn-fx-speed: 0.235s;
}
.postscript-contact .wpcf7-submit,
.main-contact-form .wpcf7-submit,
.page-section .btn,
.header .btn,
.footer .btn,
.home .btn {
    min-width: 260px;
    max-width: 100%;
}
@media (min-width: 992px) {
    .btn:hover.btn-secondary {
        background: linear-gradient(0deg, rgba(5, 23, 53, 0.30) 0%, rgba(5, 23, 53, 0.30) 100%), linear-gradient(180deg, #427CBF 0%, #184483 100%);
    }
    .btn:hover.btn-tertiary {
        color: white;
    }
    .btn:hover.btn-tertiary,
    .btn:hover.btn-primary {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(180deg, #DE2626 0%, #A41E24 100%);
    }
    .btn:hover span::after {
        right: -25px;
        opacity: 1;
    }
    .btn:hover span {
        transform: translateX(-10px);
    }
    .btn:hover {
        border-color: black;
    }
}


/* HEADER OVERBAR */
@media (min-width: 992px) {    
    .header-overbar .emergency-text::before {
        width: 18px;
        height: 18px;
        background-image: url('/wp-content/uploads/phone-icon-red.svg');    
    }
    .header-overbar .serving-text-wrapper::before {
        width: 18px;
        height: 18px;
        background-image: url('/wp-content/uploads/location-icon-blue.svg');
    }
    .header-overbar .serving-text-wrapper::after {
        top: 3px;
        width: 2px;
        height: 20px;
        margin: 0px 15px;
        background: white;
    }
    .header-overbar .emergency-text::before,
    .header-overbar .serving-text-wrapper::before,
    .header-overbar .serving-text-wrapper::after {
        display: inline-block;
        content: '';
        position: relative;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .header-overbar .serving-text-wrapper {
        position: relative;
    }
    .header-overbar .container {
        display: flex;
        gap: 6px;
        justify-content: flex-end;
    }
    .header-overbar a {
        color: white;
        font-weight: 800;
    }
    .header-overbar-wrapper {
        color: white;
        padding: 15px 0;
        background-color: var(--color-dark-blue);
    }
}
@media (min-width: 992px) {
    .header-overbar a:hover {
        text-decoration: underline;
    }
}


/* HEADER */
@media (min-width: 992px) {    
    .header-col .header-box {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        padding-top: 20px;
        padding-bottom: 5px;
        height: 100%;
    }
    .header .company-logo-wrapper {
		position: relative;
		z-index: 1;
        right: 0;
        width: max-content;
        position: absolute;
        top: -25px;
    }
    .header .header-logo-wrapper::after {
        display: block;
        content: '';
        position: absolute;
        height: 140px;
        width: calc(100vw - 884px);
        right: 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('/wp-content/uploads/halftone.png');
        ;
    }
    .header .header-logo-wrapper::before {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        width: calc(100vw  - 491px);
        height: 147px;
        scale: -1;
        border-radius: 269px 0px 0px 269px;
        border-top: 6.271px solid #A41E24;
        border-bottom: 6.271px solid #A41E24;
        border-left: 6.271px solid #A41E24;
        background: var(--red-gradient, linear-gradient(90deg, #DE2626 0%, #CC2224 38.24%, #AD1C1F 69.1%, #771118 100%));
        box-shadow:
            10px 0 0 0 #0C1E3E,
            0 -10px 0 0 #0C1E3E,
            0 10px 0 0 #0C1E3E;
    }
    .header .header-logo-wrapper {
        position: relative;
        background: white;
    }
    .header .container {
        display: flex;
        justify-content: flex-end;
        height: 100%;
    }
    .header {
        height: 150px;
    }
    .header-wrapper {
        background-color: #0C1E3E;
    }
}


/* NAVIGATION */
.main-navigation a {
    font-family: 'Barlow Semi Condensed', sans-serif;
}
@media (min-width: 992px) {
    .main-navigation > li.has-dropdown::after {
        color: #427CBF;
    }
}


.page-section--hero .btn::after,
.page-section--hero .btn::before {
    width: calc(100vw * (40 / 1600));
    height: calc(100vw * (40 / 1600));
}
.page-section--hero .btn {
    font-size: calc(100vw * (18 / 1600));
    padding-top: calc(100vw * (17 / 1600));
    padding-left: calc(100vw * (20 / 1600));
    padding-right: calc(100vw * (20 / 1600));
    padding-bottom: calc(100vw * (17 / 1600));
    min-width: calc(100vw * (260 / 1600));
}
.page-section--hero .button-wrapper {
    position: absolute;
    left: calc(100vw * (461 / 1600));
    bottom: calc(100vw * (319 / 1600));
}
.page-section--hero {
    position: relative;
    height: calc(100vw * (936 / 1600));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/hero-bg-desktop.png');
}
@media (max-width: 992px) {
    .page-section--hero {
        background-image: url('/wp-content/uploads/hero-bg-mobile-max.png');
    }
}


.page-section--main .section-body {
    text-align: center;
    width: 100%;
    max-width: 802px;
    margin: auto;
}
.page-section--main .section-header-wrapper {
    margin-bottom: 40px;
}
.page-section--main {
    padding: 30px 0;
    background: linear-gradient(180deg, #ADD2EE 0%, #BEE3FF 100%);
}
@media (max-width: 992px) {
    .page-section--main .section-header-wrapper.banner-header::after,
    .page-section--main .section-header-wrapper.banner-header::before {
        height: 140px;
    }
    .page-section--main .section-header-wrapper .section-header {
        max-width: 300px;
    }
    .page-section--main .section-header-wrapper {
        max-width: 400px;
    }
}


.page-section--services .section-body {
    text-align: center;
    max-width: 981px;
    margin: auto;
}
.page-section--services .section-header {
    text-align: center;
}
.page-section--services .section-content-wrapper::before {
    display: block;
    content: '';
    position: absolute;
    top: -94px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 370px);
    height: calc(100% + 468px);
    background-size: 100% 100%;
    background-image: url('/wp-content/uploads/trapezoid-shape-bg-desktop.png');
    z-index: -1;
}
.page-section--services .section-content-wrapper {
    position: relative;
    z-index: 1;
}
.page-section--services .section-transition {
    --transition-height: 203;
    bottom: 0;
    background-image: url('/wp-content/uploads/blue-curve-bg-desktop.png');
    z-index: 1;
}
.page-section--services {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: calc(100vw * ((203 + 80) / 1600));
    background: linear-gradient(180deg, #BEE3FF 0%, #FFF 100%), linear-gradient(180deg, #79B5E3 0%, #FFF 100%);
}


.page-section--local-hvac .image-wrapper {
    position: relative;
    width: 741.581px;
    height: 733.058px;
}
.page-section--local-hvac .checklist-item {
    height: unset;
    padding: 16px 30px;
    width: 100%;
    max-width: 289px;
}
.page-section--local-hvac .checklist-items {
    flex-direction: row;
    flex-wrap: wrap;
}
.page-section--local-hvac .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-section--local-hvac {
    padding-bottom: 20px;
    background: linear-gradient(180deg, #184483 0%, #0C1E3E 100%);
}
@media (max-width: 992px) {
    .page-section--local-hvac .checklist-item {
        padding: 8px;
        max-width: 230px;
    }
    .page-section--local-hvac .image-wrapper {
        margin: auto;
        width: 300px;
        height: 297px;
    }
}


.page-section--core-values .section-content-wrapper {
    width: 100%;
    max-width: 722px;
    margin-left: auto;
}
.page-section--core-values .callout-block::before {
    display: block;
    content: '';
    position: absolute;
    width: 233.18px;
    height: 234.509px;
    left: -17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/thumbs-up-decoration.png');
}
.page-section--core-values .callout-block {
    overflow: hidden;
    position: relative;
    padding: 60px;
    border-radius: 300px;
    border: 18px solid #184483;
    background: linear-gradient(270deg, #184483 0%, #427CBF 100%);
}
.page-section--core-values::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url('/wp-content/uploads/dots-bg-desktop.png');
    z-index: -1;
}
.page-section--core-values {
    padding-top: 50px;
    padding-bottom: 110px;
    background: linear-gradient(180deg, #0D1F40 0%, #0D1F3F 100%);
    z-index: 1;
}
@media (max-width: 992px) {
    .page-section--core-values .callout-block::before {
        top: 20px;
        left: 0;
        width: 60px;
        height: 60px;
    }
    .page-section--core-values .callout-block .section-body {
        max-width: 300px;
    }
    .page-section--core-values .callout-block .section-header h2 {
        font-size: 16px;
        font-weight: 400;
        margin: auto;
        max-width: 300px;
    }
    .page-section--core-values .callout-block .section-header {
        margin-left: 55px;
        margin-bottom: 30px;
    }
    .page-section--core-values .callout-block {
        max-width: 358px;
        border-width: 8px;
        padding: 20px 20px 30px;
        border-radius: 30px;
        margin: auto;
    }
}


.page-section--banner .section-body p {
    margin-bottom: 0px;
}
.page-section--banner .section-body {
    max-width: 808px;
}
.page-section--banner .section-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-section--banner::after {
    display: block;
    content: '';
    position: absolute;
    width: 187px;
    height: 69px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/red-polygon.svg');
    z-index: 1;
}
.page-section--banner {
    padding: 80px 0;
    border-top: 20px solid #BD1B21;
    background: linear-gradient(0deg, #BD1B21 0%, #771118 100%);
}
@media (max-width: 992px) {
    .page-section--banner .section-content-wrapper {
        flex-direction: column;
    }
    .page-section--banner .button-wrapper {
        margin-top: 20px;
    }
}


.page-section--top-hvac .section-transition {
    --transition-height: 350;
	bottom: 0;
    background-image: url('/wp-content/uploads/tool-transition-desktop.png');
}
.page-section--top-hvac {
    padding-top: 120px;
    padding-bottom: calc(100vw * ((350 + 60) / 1600));
    background: linear-gradient(to bottom, #FED1A7 0%, var(--color-cream) 100%);
}
@media (max-width: 992px) {
    .page-section--top-hvac .section-header {
        max-width: 300px;
    }
    .page-section--top-hvac .section-header-wrapper {
        max-width: 336px;
    }
}


.page-section--contact-us .section-body {
    margin: 20px 0;
}
.page-section--contact-us {
    padding: 40px 0;
    background: linear-gradient(180deg, #0D1F3F 0%, #102951 100%), #FFF;
}
@media (max-width: 992px) {
    .page-section--contact-us .callout-block img {
        width: 184.246px;
        height: 130.502px;
        left: 0;
        object-fit: contain;
        margin-bottom: 20px;
    }
    .page-section--contact-us .callout-block {
        flex-direction: column;
        padding: 30px 20px;
        border-width: 6px;
        border-radius: 50px;
    }
    .page-section--contact-us .checklist-item {
        height: 100%;
        padding: 8px;
    }
    .page-section--contact-us .checklist-items {
        margin-top: 30px;
    }
}


.page-section--why-us .header-decoration {
    display: block;
    content: '';
    position: absolute;
    top: -214px;
    left: 50%;
    width: 366px;
    height: 206px;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/mascot-30-years.png');
}
.page-section--why-us .section-header-wrapper.banner-header {
    max-width: 750px;
    margin-top: 214px;
    margin-bottom: 50px;
}
.page-section--why-us .section-transition.top {
    --transition-height: 477;
    --screen-size: 1600;
    top: 0;
    background-image: url('/wp-content/uploads/contact-us-curve-bottom-desktop.png')
}
.page-section--why-us .section-transition.bottom {
    --transition-height: 128;
    --screen-size: 1600;
    bottom: 0;
    background-size: contain;
    background-image: url('/wp-content/uploads/bottom-curve-blue-desktop.png');
}
.page-section--why-us {
    padding-top: calc(100vw * ((477 + 60) / 1600));
    padding-bottom: calc(100vw * ((128 + 60) / 1600));
    background: linear-gradient(180deg, #79B5E3 0%, #427CBF 100%);
}
@media (max-width: 992px) {
    .page-section--why-us .section-header {
        max-width: 240px;
    }
    .page-section--why-us .section-header-wrapper.banner-header {
        max-width: 316px;
    }
    .page-section--why-us .header-decoration {
        top: -134px;
        width: 222.99px;
        height: 125px;
    }
}


.page-section--testimonials .button-wrapper {
    justify-content: center;
}
.page-section--testimonials .section-header {
    text-align: center;
}
.page-section--testimonials {
    padding-bottom: 40px;
    background: linear-gradient(180deg, #102951 0%, #0D1F3F 100%), #FFF;
}


.postscript-contact .gform_wrapper.gravity-theme textarea.large,
.postscript-contact .ginput_container .select2-selection,
.postscript-contact .ginput_container input, .postscript-contact .gform_wrapper.gravity-theme input[type="email"],
.postscript-contact .ginput_container input, .postscript-contact .gform_wrapper.gravity-theme input[type="tel"],
.postscript-contact .ginput_container input, .postscript-contact .gform_wrapper.gravity-theme input[type="text"] {
    font-weight: 800;
}
.postscript-contact .gform-footer {
    justify-content: center;
}
.postscript-contact .gform-body {
    width: 455px;
    margin: auto;
}
.postscript-contact .gform_wrapper::before {
    display: block;
    content: '';
    position: absolute;
    width: 633px;
    height: 127px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/postscript-banner.png');
}
.postscript-contact .gform_wrapper {
    position: relative;
    width: 625px;
    border-radius: 50px;
    padding: 90px 0 40px;
    background-color: var(--color-light-blue);
}
.postscript-contact .section-transition {
    --transition-height: 201;
    top: -1px;
    background-image: url('/wp-content/uploads/postscript-top-curve-desktop.png');    
}
.postscript-contact::before {
    display: block;
    content: '';
    position: absolute;
    width: calc(100vw * (800 / 1600));
    height: calc(100vw * (910 / 1600));
    right: 0;
    bottom: calc(100vw * (120 / 1600));
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/postscript-mascot-desktop.png');
    z-index: 1;
}
.postscript-contact {
    position: relative;
    padding-top: calc(100vw * ((201 + 40) / 1600));
    padding-bottom: 259px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/postscript-bg-desktop.png');
    background-color: #FEE4CC;
}
@media (max-width: 992px) {
    .postscript-contact::before {
        display: none;
    }
    .postscript-contact .gform-body {
        width: 455px;
        margin: auto;
    }
    .postscript-contact .gform_wrapper::before {
        width: 533px;
        height: 127px;
        top: -50px;
    }
    .postscript-contact .gform_wrapper {
        width: 100%;
        border-radius: 50px;
        padding: 90px 0px 40px;
    }
    .postscript-contact {
        padding-bottom: 30px;
        background: linear-gradient(180deg, #A41E24 0%, #771118 100%);
    }
}
@media (max-width: 500px) {
    .postscript-contact .gform_wrapper {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}


.footer .quick-link a,
.footer .quick-link {
    color: #0C1E3E;
}
.footer .company-address {
    color: var(--color-dark-blue);
    font-size: 15px;
    line-height: normal;
}
.footer .footer-phone-wrapper a {
    color: var(--color-dark-blue);    
}
.footer .footer-phone-wrapper::before {
    --icon-size: 18px;
    display: inline-block;
    content: '';
    position: relative;
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/phone-icon-blue.svg');
}
.footer .footer-phone-wrapper {
    position: relative;
    font-family: var(--home-heading-font);
    font-size: 24px;
    line-height: 116.667%;
    margin: 5px 0 8px;
}
.footer .emergency-services {
    color: var(--color-dark-red);
    font-family: var(--home-heading-font);
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 10px;
}
.footer .content-divider {
    display: block;
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    margin: 10px 0 20px;
    background: var(--color-light-blue);
}
.footer-shadow-box h6 {
    position: relative;
    color: var(--color-blue);
    font-size: 22px;
    font-weight: 400;
    line-height: 127.273%;
}
.footer-shadow-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 390px;
    height: 100%;
    padding: 25px 40px 37px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(66, 124, 191, 0.10) 100%), #FFF;
    box-shadow: 10px 10px 0px 0px rgba(7, 8, 13, 0.06);
}
.footer .footer-col--right {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}
.footer .footer-col--left .footer-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer .row {
    display: flex;
    justify-content: space-between;
}
.footer {
    position: relative;
    padding: 50px 0 40px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.42) 100%), linear-gradient(180deg, #FED1A7 0%, rgba(255, 241, 191, 0.76) 100%);
}
@media (min-width: 992px) {
    .company-address-wrapper:hover,
    .footer-phone-wrapper:hover {
        text-decoration: underline;
        font-weight: 700;
    }
    .footer .quick-link:hover a {
        font-weight: 700;
    }
}
@media (max-width: 992px) {
    .footer-col--right {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .footer::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 74px;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('/wp-content/uploads/curve-bg-mobile.png');
    }
    .footer {
        padding-top: calc(100vw * ((74 + 30) / 576));
    }
}


.copyright .all-rights::after {
    display: none;
}
.copyright .all-rights::after,
.copyright .all-rights::before {
    display: inline-block;
    content: '';
    position: relative;
    width: 1px;
    height: 20px;
    margin-right: 9px;
    background: white;
}
.copyright .all-rights {
    position: relative;
    display: flex;
}
.copyright .copyright-top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.copyright .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.copyright .social-icons__icon a::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/gloss.svg');
}
.copyright .social-icons__icon a {
    position: relative;
    --icon-size: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: black;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 100%;
    text-decoration: none;
    background-color: var(--color-orange);
    transition: 0.15s ease-out;
}
.copyright a {
    font-weight: 700;
    text-decoration: underline;
}
.copyright a,
.copyright {
    color: white;
}
.copyright {
    font-size: 14px;
    background-color: var(--color-blue);
}
@media (min-width: 992px) {
    .copyright .mobile-only {
        display: none;
    }
    .copyright .all-rights::after {
        display: none;
    }
    .social-icons__icon a:hover {
        background-color: #427CBF;
    }
}
@media (max-width: 992px) {
    .rights-privacy {
        display: flex;
        margin-bottom: 10px;
    }
    .copyright .all-rights::after {
        display: block;
        margin-left: 9px;
    }
    .copyright .all-rights::before {
        display: none;
    }
    .copyright .social-icons {
        justify-content: center;
        margin-top: 20px;
    }
    .copyright .copyright-top {
        flex-direction: column;
    }
    .copyright {
        text-align: center;
    }
}


.cta-item .cta-hover-mascot {
    display: block;
    position: absolute;
    width: 113px;
    height: 99px;
    top: 99px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/cta-mascot.png');
    transition: var(--fx-speed);
}
.cta-hover-text .cta-arrow {
    display: inline-block;
    content: '';
    position: relative;
    width: 20px;
    height: 10px;
    margin-left: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/cta-arrow.svg');
}
.cta-hover-text {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 20px;
    right: 36px;
    font-size: 14px;
    font-weight: 800;
    line-height: 27px;
    text-transform: uppercase;
    transition: var(--fx-speed);
    opacity: 0;
}
.cta-body {
    font-size: 15px;
    font-weight: 600;
    line-height: 180%;
    margin-top: 18px;
}
.cta.repairs .cta-icon {
    background-image: url('/wp-content/uploads/cta-icon-repairs.svg');
}
.cta.installs .cta-icon {
    background-image: url('/wp-content/uploads/cta-icon-installs.png');
}
.cta.cooling .cta-icon {
    background-image: url('/wp-content/uploads/cta-icon-cooling.svg');
}
.cta.heating .cta-icon {
    background-image: url('/wp-content/uploads/cta-icon-heating.svg');
}
.cta-icon {
    --icon-size: 45px;
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cta-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cta::after {
    display: block;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, #427CBF 0%, #184483 100%);
    transition: var(--fx-speed);
    z-index: -1;
}
.cta::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/cta-dots-texture.png');
    z-index: -1;
}
.cta {
    position: relative;
    width: 100%;
    height: 249px;
    padding: 30px 20px;
    flex-direction: column;
    border-radius: 40px;
    border: 10px solid #DE2626;
    background: linear-gradient(0deg, #771118 0%, #AD1C1F 30.9%, #CC2224 61.76%, #DE2626 100%);
    overflow: hidden;
    transition: var(--fx-speed);
    z-index: 1;
}
.cta-item:hover {
    color: white;
}
.cta-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    color: white;
    width: 261px;
    height: 325px;
}
.ctas {
    --fx-speed: 0.225s ease-out;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 70px;
}
@media (min-width: 992px) {
    .cta-item:hover .cta-hover-mascot {
        top: -5px;
    }
    .cta-item:hover .cta-hover-text {
        right: 20px;
        opacity: 1;
    }
    .cta-item:hover .cta::after {
        top: 0;
    }
    .cta-item:hover .cta {
        height: 260px;
        border-color: var(--color-blue);
    }
    .cta-item:hover {
        color: white;
    }
}
@media (max-width: 992px) {
    .cta-item .cta-hover-text {
        display: none;
    }
    .cta-item .cta-hover-mascot {
        display: none;
    }
    .cta-icon {
        --icon-size: 25px;
    }
    .cta-body {
        font-size: 8px;
        line-height: 15px;
        font-weight: 600;
        margin-top: 10px;
    }
    .cta-header h4 {
        font-size: 16px;
    }
    .cta-header {
        gap: 5px;
    }
    .cta::before {
        bottom: -10px;
        left: 0;
        background-size: contain;
    }
    .cta {
        height: 100%;
        border-radius: 22px;
        border-width: 5px;
    }
    .cta-item {
        width: 152px;
        height: 151px;
    }
    .ctas {
        max-width: 350px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin: 30px auto;
    }
}


.vertical-dashed-line {
    display: block;
    content: '';
    width: 5px;
    height: 100%;
    margin-top: 10px;
    background-repeat: repeat;
    background-size: 5px 26px;
    background-position: top;
    border-radius: 10px;
    background-image: url('/wp-content/uploads/dashed-line.svg');
}
.check-icon {
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/blue-check-icon.svg');
}
.service-card-col--left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
    margin-right: 16px;
}
.service-card-header {
    display: block;
    color: #427CBF;
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.service-card {
    display: flex;
    padding: 35px 40px;
    border-radius: 30px;
    width: 100%;
    max-width: 530px;
    height: 100%;
    background: rgba(255, 255, 255, 0.87);
    box-shadow: 13px 13px 0px 0px rgba(7, 8, 13, 0.08);
}
.service-cards-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.service-cards-slider-wrapper {
    margin-top: 40px;
}
@media (max-width: 992px) {
    .service-card {
        max-width: 400px;
        margin: auto;
    }
    .service-card-slide {
        position: relative;
        padding-bottom: 30px;
    }
    .service-cards-slider-wrapper {
        left: 50%;
        width: 100vw;
        position: relative;
        transform: translateX(-50%);
    }
}


.checklist-item h6::before {
    display: inline-block;
    content: '';
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/orange-check-icon.svg');
}
.checklist-item h6 {
    position: relative;
    display: flex;
    align-items: center;
}
.checklist-item {
    display: flex;
    align-items: center;
    height: 106px;
    padding: 40px;
    border-radius: 300px;
    border: 2px solid rgba(255, 255, 255, 0.36);
}
.checklist-items {
    display: flex;
    flex-direction: column;
    gap: 23px;
}


.callout-block-body {
    max-width: 641px;
}
.callout-block img {
    position: relative;
    left: -27px;
}
.callout-block {
    display: flex;
    align-items: center;
    border-radius: 300px;
    border: 14px solid #BD1B21;
    background: linear-gradient(0deg, #A41E24 0%, #DE2626 100%);
}
.callout-block-wrapper {
    margin-top: 66px;
}


.home-accordion-item.active .home-accordion-icon {
    transform: rotate(180deg);
}
.home-accordion-item.active .home-accordion-body {
    display: block;
    padding: 20px 44px 30px 44px;
    opacity: 1;
}
.home-accordion-item.active button {
    border-radius: 50px 50px 0px 0px;
    background: linear-gradient(0deg, rgba(254, 209, 167, 0.50) 0%, rgba(254, 209, 167, 0.50) 100%), #FFF;
}
.home-accordion-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 0px 44px;
    border-radius: 0px 0px 50px 50px;
    background: white;
    overflow: hidden;
    max-height: 0;
    transition: max-height var(--fx-speed);
    opacity: 0;
}
.home-accordion-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/arrow-down.svg');
    transition: var(--fx-speed);
}
.home-accordion-item button .home-accordion-label::before {
    display: inline-block;
    content: '';
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/orange-check-icon.svg');
}
.home-accordion-item button .home-accordion-label {
    display: flex;
    align-items: center;
    color: #184483;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
    font-family: var(--home-heading-font);
}
.home-accordion-item button {
    display: flex;
    justify-content: center;
    padding: 30px;
    border: none;
    width: 100%;
    border-radius: 50px;
    background-color: white;
    transition: var(--fx-speed);
}
.home-accordion-item {
    width: 100%;
    max-width: 542px;
}
.home-accordion-items {
    --fx-speed: 0.225s ease-out;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
@media (max-width: 992px) {
    .home-accordion-item button .home-accordion-label {
        font-size: 15px;
    }
    .home-accordion-item button {
        padding: 15px 20px;
    }
    .home-accordion-items {
        display: flex;
        flex-direction: column;
    }    
}


.review-social-icon {
    display: block;
    content: '';
    position: relative;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/google-icon.svg')
}
.review-name {
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    font-family: var(--home-heading-font);
}
.review-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.review-body {
    font-size: 16px;
    font-style: italic;
    line-height: 200%;
}
.review-stars {
    margin-bottom: 20px;
}
.review-slide:last-child .review {
    border-radius: 30px 30px 30px 0px;
}
.review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 39px 51px 39px;
    border-radius: 30px 30px 0px 30px;
    background: var(--color-blue);
}
.review-slider {
    display: flex;
    gap: 30px;
}
.review-slider-wrapper {
    padding: 40px 0;
}
@media (max-width: 992px) {
    .review-name {
        display: flex;
    }
    .review {
        justify-content: unset;
        max-width: 300px;
        margin: auto;
        padding: 30px 20px;
        border-radius: 30px 30px 0px 30px;
    }
    .review-footer {
        margin-top: 40px;
    }
    .review-slide {
        padding-bottom: 30px;
    }
    
    .review-slider .slick-dots .slick-active button::before {
        border-color: white;
        background-color: white;
    }
    .review-slider .slick-dots li button::before {
        border: 2px solid white;
        background-color: white;
    }

    .review-slider .slick-next {
        right: 180px;
    }
    .review-slider .slick-prev {
        left: 180px;
    }
    .review-slider .slick-next::before,
    .review-slider .slick-prev::before {
        background-image: url('/wp-content/uploads/arrow-right-white.svg');
    }
}


.quick-link {
    color: var(--color-dark-blue);
    font-size: 15px;
    font-weight: 500;
    line-height: 186.667%;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
}
.quick-links-col {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}
.quick-links {
    display: flex;
    justify-content: space-between;
}
.quick-links-wrapper {
    width: 100%;
}


/* COUPONS */
.ryno-coupons .btn {
    min-width: 261px;
}
.ryno-coupon__phone a {
    color: var(--color-dark-blue) !important;
}
@media (min-width: 992px) {
    .ryno-coupon__phone:hover a {
        color: var(--color-red) !important;
    }   
}


/* CONVERSION PAGE STYLES */
/* CONVERSION LINK COLORS */
.page:not(.home).page-template-page-conversion .conversion-content-two,
.page:not(.home).page-template-page-conversion .conversion-content-three a {
    color: rgb(220,239,255);
}
@media (min-width: 992px) {
    .page:not(.home).page-template-page-conversion .conversion-content-two,
    .page:not(.home).page-template-page-conversion .conversion-content-three a:hover {
        color: rgb(254,209,167);
    }    
}
/* CONVERSION PADDING */
























































/* INTERNAL BUTTONS AND LINKS */
.gform_wrapper .sidebar-form .gform_button {
    min-width: 200px;
}
.page:not(.home) .content-wrapper .btn {
    min-width: 261px;
}
.page:not(.home) .conversion-header a:not(.btn):not(.charge-coupon-button):not(.charge-reviews-button),
.page:not(.home) .conversion-wrapper a:not(.btn):not(.charge-coupon-button):not(.charge-reviews-button) {
    font-weight: 700;
    text-decoration: underline;
}

.btn:hover {
    transform: translateY(10px);
    box-shadow: none;
}

.home h1,.home h2,.home h3,
.home h4,.home h5,.home h6 {
    font-weight: 400;
}
.checklist-item h6 {
    font-weight: 400;
}

.page-section--main .section-header-wrapper.banner-header::after,
.page-section--main .section-header-wrapper.banner-header::before {
    height: 143px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .cta-item:hover::after {
        opacity: 1;
        height: calc(239px + 40px);
    }
    .cta-item:hover::before {
        height: calc(239px + 40px);
    }
    .cta-item::after {
        background: linear-gradient(to bottom, #184483 0%, #427CBF 100%);
        opacity: 0;
    }
    .cta-item::before {
        background: linear-gradient(to bottom, #771118 0%, #DE2626 100%);
    }
    .cta-item::after,
    .cta-item::before {
        display: block;
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(251px + 20px);
        height: calc(239px + 20px);
        border-radius: 50px;
        transition: var(--fx-speed);
    }
    .cta {
        margin-left: auto;
        margin-right: auto;
        width: 251px;
        height: 239px;
        border: none;
    }
}
.cta-header h4 {
    font-weight: 400;
}

.header-overbar .serving-text-wrapper::before,
.header-overbar .emergency-text::before {
    margin-right: 5px;
}
.header-overbar .serving-text-wrapper::after {
    margin-left: 20px;
    margin-right: 10px;
    top: 0;
}
.header-overbar .phone-wrapper a,
.header-overbar .serving-text-wrapper a {
    text-decoration: underline;
}
.header-overbar-wrapper .emergency-text,
.header-overbar-wrapper .serving-text-wrapper {
    display: flex;
    align-items: center;
    font-size: 15px;
}
@media (min-width: 992px) {
    .header-overbar .phone-wrapper a:hover,
    .header-overbar .serving-text-wrapper a:hover {
        text-decoration: unset;
    }
}

.home-accordion-item button:hover::before {
    opacity: 1;
}
.home-accordion-item button::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(254, 209, 167, 0.50) 0%, rgba(254, 209, 167, 0.50) 100%), #FFF;
    transition: var(--fx-speed);
    opacity: 0;
    z-index: -1;
}
.home-accordion-item button {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: var(--fx-speed);
    z-index: 1;
}

@media (max-width: 992px) {    
    .page-section--services .section-content-wrapper::before {
        display: none;
    }
    .page-section--services {
        background: #0C1E3E;
    }
}

.page-section--local-hvac .section-body p:last-child {
    margin-bottom: 0px;
}
.page-section--local-hvac .section-body {
    margin: 40px 0;
}
.page-section--local-hvac .section-header h2 {
    margin-bottom: 20px;
}
@media (max-width: 992px) {
    .page-section--local-hvac .checklist-item {
        padding: 8px;
        max-width: unset;
    }
    .page-section--local-hvac .section-header h2 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {    
    .page-section--local-hvac .col-lg-5 .image-wrapper img {
        position: absolute;
        height: 733px;
        top: -100px;
    }
    .page-section--local-hvac .col-lg-5 .image-wrapper {
        position: relative;
        height: 468px;
        z-index: 2;
    }
    .page-section--local-hvac .col-lg-7 {
        justify-content: flex-start;
    }
    .page-section--local-hvac {
        padding-top: 30px;
        padding-bottom: 160px;
    }
}
.page-section--why-us .header-decoration {
    background-image: url('/wp-content/uploads/mascot-30-years.svg');
}

.page-section--contact-us strong,
.page-section--contact-us .section-body strong {
    font-size: 18px;
}
.page-section--contact-us .section-body {
    padding: 15px 0;
}
.page-section--contact-us {
  background: linear-gradient(180deg, #0D2040 0%, #102951 100%), #FFF;
}
@media (max-width: 992px) {
    .page-section--contact-us .button-wrapper {
        margin-top: 30px;
    }
    .page-section--contact-us .section-body {
        margin: 0px;
        padding: 0px;
    }
}

.page-section--why-us {
    padding-top: calc(100vw * ((487 + 60) / 1600));
}
.page-section--why-us .section-transition.top {
    --transition-height: 487;
}
@media (max-width: 992px) {
    .home-accordion-item button .home-accordion-label {
        text-align: left;
    }
    .page-section--why-us .section-header-wrapper.banner-header {
        margin-top: 160px;
    }
    .page-section--why-us {
        padding-bottom: calc(100vw * ((128) / 576));
    }
}

@media (max-width: 992px) {
    .page-section--testimonials {
        padding-top: 20px;
    }
}

.page-section--core-values .callout-block .section-body p {
    margin: 20px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-section--core-values .section-content-wrapper {
        max-width: 640px;
    }
    .page-section--core-values .callout-block::before {
        width: 200px;
        height: 200px;
    }    
}
@media (min-width: 600px) and (max-width: 992px) {
    .page-section--core-values .callout-block .section-body p {
        margin: unset;
    }
    .page-section--core-values .callout-block::before {
        top: 10px;
        left: -4px;
    }
    .page-section--core-values .callout-block .section-header h2 {
        font-size: 18px;
        margin: unset;
    }
    .page-section--core-values .callout-block .section-header {
        display: flex;
        align-items: center;
        margin: unset;
        height: 60px;
        margin-left: 50px;
    }
    .page-section--core-values .callout-block .section-header h2,
    .page-section--core-values .section-content-wrapper,
    .page-section--core-values .callout-block .section-body,
    .page-section--core-values .callout-block {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .home-accordion-items {
        align-items: center;
    }
    .page-section--core-values::before {
        background-image: url('/wp-content/uploads/dots-bg-mobile.png');
    }
    .page-section--core-values {
        padding-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .page-section--banner::after {
        width: 94px;
        height: 35px;
        top: calc(100% - 3px);
    }
    .page-section--banner {
        padding: 40px 0 60px;
    }
}

.page-section--top-hvac {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/starburst-bg.svg');
}
@media (max-width: 992px) {
    .page-section--top-hvac {
        padding-top: 60px;
    }
}

@media (max-width: 992px) {
    .service-card-col--right::before {
        display: inline-block;
        content: '';
        position: relative;
        width: 32px;
        height: 32px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('/wp-content/uploads/blue-check-icon.svg');
    }
    .service-card-col--right {
        position: relative;
    }
    .service-card-col--left {
        display: none;
    }
    .service-card-header {
        margin: 10px 0;
    }
}
@media (max-width: 500px) {
    .service-card {
        width: calc(100vw - 20px);
    }
}
@media (max-width: 992px) {
    .review-slider .slick-prev {
        left: calc(50% - 70px);
    }
    .review-slider .slick-next {
        right: calc(50% - 70px);
    }
    .slick-prev {
        left: calc(50% - 100px);
    }
    .slick-next {
        right: calc(50% - 100px);
    }
}

.postscript-contact .gform_wrapper::before {
    top: -60px;
    background-image: url('/wp-content/uploads/postscript-banner.svg');
}
@media (max-width: 548px) {
    .postscript-contact .gform_wrapper::before {
        width: 300px;
        height: 150px;
        top: unset;
        bottom: calc(100% - 30px);
        background-size: cover;
        background-image: url('/wp-content/uploads/mobile-banner-and-mascot.svg');
    }
    .postscript-contact .gform_wrapper {
        padding-top: 30px;
        border-radius: 20px;
    }
    .postscript-contact .gform-body {
        width: calc(100% - 15px);
    }
    .postscript-contact {
        padding-top: 160px;
    }
}

.footer .quick-link::after {
    display: inline-block;
    content: '';
    position: relative;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/quick-link-arrow.svg');
    transition: 0.225s ease-out;
    opacity: 0;
}
.footer .quick-link a {
    text-decoration: underline;
}
.footer .quick-link {
    position: relative;
    text-decoration: unset;
}
@media (min-width: 992px) {
    .footer .quick-link:hover::after {
        opacity: 1;
    }
}

.footer .company-address-wrapper,
.footer .footer-phone-wrapper {
    text-decoration: underline;
}
@media (min-width: 992px) {
    .footer .company-address-wrapper:hover {
        text-decoration: none;
        font-weight: 400;
    }
    .footer .footer-phone-wrapper:hover {
        text-decoration: unset;
        font-weight: 400;
    }    
}











.single article a,
.single .related-posts-box__link a,
.single .blog-categories .category-pill {
    color: var(--color-blue);
}
@media (min-width: 992px) {
    .single article a:hover,
    .single .related-posts-box__link a:hover,
    .single .blog-categories .category-pill:hover {
        color: rgb(5,12,30);
    }
}

.post .social-icons__icon a {
    text-decoration: none;
}

.post-3141 blockquote p strong,
.post-3143 blockquote strong {
    color: #0C1E3E;
}

.page:not(.home).page-template-page-conversion .conversion-content-two a,
.page:not(.home).page-template-page-conversion .conversion-content-four a {
    color: rgb(220,239,255);
}
@media (min-width: 992px) {
    .page:not(.home).page-template-page-conversion .conversion-content-two a:hover,
    .page:not(.home).page-template-page-conversion .conversion-content-four a:hover {
        color: rgb(254,209,167);
    }
}

.page:not(.home) .postscript-contact .section-transition {
    top: calc(100vw * ((-1 * (var(--transition-height-offset))) / 1600));
    background-image: url('/wp-content/uploads/postscript-top-curve-charge-page.svg');
}
.page:not(.home) .postscript-contact {
    --transition-height-offset: 164;
    padding-top: calc(var(--transition-height-offset) * 1px / 2);
    margin-top: calc(var(--transition-height-offset) * 1px);
}
@media (max-width: 992px) {
    .page:not(.home) .footer::before {
        display: none;
    }
    .page:not(.home) .footer {
        padding-top: 40px;
    }
}

.page:not(.home) .accordion-collapse .accordion-body li,
.page:not(.home) .accordion-collapse .accordion-body {
    color: rgb(12,30,62);
}
.accordion-item .accordion-header button:not(.collapsed) {
    color: white;
    background-color: var(--color-blue);
}

.desktop-nav-position .container-lg {
    padding: 0px;
}
.header .col-lg-11 {
    width: 100%;
}
.header .col-lg-1 {
    width: 0%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .main-navigation .menu-item a {
        font-size: 12px;
    }
    .header .header-logo-wrapper::after {
        height: 140px;
        width: calc(100vw - 484px);
        right: 0;
    }
    .header .col-lg-1 {
        width: 0%;
    }
    .header .col-lg-11 {
        width: 100%;
    }
    .header .container {
        max-width: 100vw;
    }
    
    .cta-item .cta-hover-mascot {
        top: 200px;
    }
    .cta-item::after,
    .cta-item::before {
        height: calc(211px + 20px);
        max-width: calc(200px + 20px);
    }
    .cta-item .cta {
        max-width: 200px;
        height: 211px;
    }
}


.postscript-contact {
    overflow: hidden;
}


.page-template-page-conversion .conversion-content-five {
    padding-bottom: 40px;
}
.page-template-page-conversion .conversion-page-reviews {
    padding-top: 300px;
}
@media (max-width: 992px) {
    .page-template-page-conversion .conversion-page-reviews {
        padding-top: 150px;
    }   
}


.post-3142 .row.align-items-center {
    align-items: unset !important;
}
.post-3142 .row.align-items-center .col-lg-3 a {
    color: var(--shadowbox-color);
}
.post-3142 .row.align-items-center .col-lg-3 p:nth-child(2),
.post-3142 .row.align-items-center .col-lg-3 p:nth-child(1) {
    display: none;
}



.accordion-body a,
.accordion-body p {
    color: rgb(12, 30, 62) !important;
}
@media (min-width: 992px) {
    .accordion-body a:hover {
        color: var(--color-orange) !important;
    }
}



@media (min-width: 600px) {    
    .post-3149 .btn-primary {
        position: relative;
        top: -82px;
        right: calc(-261px - 20px);
    }
}
.conversion-header button.btn {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    min-width: 261px;
}




/* PRELAUNCH UNORGANIZED */
.footer .quick-link::after {
    display: none;
}
@media (max-width: 991.98px) {    
    .nav-bar .nav {
        padding: 0 0 20vh;
    }
    .page:not(.home) .postscript-contact {
        margin-top: -6px;
    }
}
@media (min-width: 992px) and (max-width: 1066px) {
    .menu-item a {
        font-size: 11px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .copyright .col-lg-8 {
        flex: 0 0 auto;
        width: 60%;
    }
    .page-section--main .banner-header .section-header {
        font-size: 40px;
    }
    .page-section--main .section-header-wrapper.banner-header::before {
        left: -72px;
    }
    .page-section--main .section-header-wrapper.banner-header::after,
    .page-section--main .section-header-wrapper.banner-header {
        max-width: 760px;
        padding-bottom: 23px;
    }
    .section-header-wrapper.banner-header {
        max-width: 760px;
    }
}

.page-section--why-us .section-transition.top {
    top: -1px;
}
.gform_wrapper.gravity-theme .gfield_required {
    font-size: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 44px;
}
@media (min-width: 992px) {
    .page:not(.home) .postscript-contact {
        margin-top: -8px;
    }
}