/*
Theme Name: Ryno Theme Three
Theme URI: http://rynoss.com
Author: RYNO Strategic Solutions
Author URI: http://rynoss.com
Description: The third theme.
Version: 4.2.4
Text Domain: ryno_theme_three
*/
/* -------------------------------------------------------
======================== GLOBAL ======================== 
------------------------------------------------------- */
img {
    -o-object-fit: contain;
       object-fit: contain;
}

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

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

/* slider fix */
.cta-main__slide:not(:first-of-type) {
    /* fix stacking */
    display: none;
}

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

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

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

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

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

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

.slick-slider:not(.hero__slider) .slick-dots li {
    background-color: transparent;
    border: 0.15em solid #003a5d;
    border-radius: 50%;
    float: none;
    height: 2.4em;
    margin: 0 0.4em;
    opacity: 1;
    width: 2.4em;
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 576px) {
    .slick-slider:not(.hero__slider) .slick-prev,
    .slick-slider:not(.hero__slider) .slick-next {
        height: 22px;
        width: 22px;
    }
}

@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;
    }
}
/* /arrow fix */

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

/* Helpers
------------------------------------------------------- */
.w-90 {
    width: 90%;
}

.se-widget-button {
    cursor: pointer;
}

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

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

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

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

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

[class*="__line--stn"] {
    background-color: transparent;
    border-top: 0.75em solid #f9a456;
    margin: 0 auto 0.82em;
    max-width: 376px;
    opacity: 1;
    width: 90%;
}

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

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

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

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

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

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

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

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

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

/* Guide
------------------------------------------------------- */
.heading--stn {
    color: var(--color-1);
    font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (576 - 300)));
    font-weight: 900;
    line-height: 1.29;
    margin-bottom: 0.75em;
    text-transform: uppercase;
}

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

.p--bold,
.p--bold p,
.p--stn,
.p--stn p {
    line-height: 1.4;
}

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

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

.postscript-contact .button--stn,
.postscript-contact .wpcf7-submit,
.button--stn,
.button--sec {
    font-size: calc(14px + (21 - 14) * ((100vw - 300px) / (576 - 300)));
    font-weight: 900;
    line-height: 1.33;
    padding: 0.76em 5px;
    text-transform: uppercase;
}

.button--stn,
.button--sec {
    align-items: center;
    display: flex;
    font-family: "Roboto Slab", sans-serif;
    justify-content: center;
    max-width: 260px;
    text-align: center;
    transition: 0.3s all ease-out;
    white-space: pre-wrap;
    width: 80%;
}

.button--stn::before,
.button--sec::before {
    content: "";
    display: inline-block;
    height: 2.24em;
    margin-right: 0.45em;
    width: 2.24em;
}

.button--stn::before {
    background: center / contain no-repeat url(../images/ntdsC4P4UmAw.svg);
}

.button--sec::before {
    background: center / contain no-repeat url(../images/KPo5VP6n9CpW.svg);
}

.button--stn {
    background-color: #003a5d;
    color: #ffe0af;
}

.button--sec {
    background-color: #ffe0af;
    color: #003a5d;
}

.button--stn:hover {
    background-color: #002c46;
    color: #ffe0af;
}

.button--sec:hover {
    background-color: #efd3a7;
    color: #003a5d;
}

.bg--white {
    background-color: var(--color-1);
}

.color--white {
    color: var(--color-1);
}

.bg--black {
    background-color: var(--color-2);
}

.color--black {
    color: var(--color-2);
}

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

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

    .postscript-contact .button--stn,
    .postscript-contact .wpcf7-submit,
    .button--stn,
    .button--sec {
        font-size: 21px;
    }

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

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

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

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

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

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

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

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

/* -------------------------------------------------------
======================= INTERNAL =======================
------------------------------------------------------- */
.content-area ul:not(.accordion) li+li {
    margin-top: 0px;
}

.content-area ul:not(.accordion) li {
    margin-bottom: 10px;
}

.other-services {
	position: relative;
}

.sidebar-form input[type=submit] {
    max-width: 172px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/gee26I5jOMMi.svg);
}

.content-area .accordion h5,
.content-area .accordion .h5 {
	margin-bottom: 0;
}

.accordion-item,
.accordion-item .accordion-header button:not(.collapsed),
.accordion-button:not(.collapsed),
.accordion-button,
.accordion-body {
	    background-color: #e4f6fc;
}
	
.careers .wpcf7-file {
    max-width: 100%;
}

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

.page-template-page-conversion .conversion-content-one {
    overflow-x: unset;
}

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

.page-template-page-conversion .conversion-page-reviews .reviews-link a,
.page-template-page-conversion .conversion-header .conversion-coupon,
.page-template-page-conversion .conversion-header .conversion-coupon .btn,
.sidebar-form,
.sidebar-form input[type=submit],
.sidebar-form .wpcf7-text, .sidebar-form .wpcf7-select, .sidebar-form .wpcf7-textarea, .sidebar-form .select2-container--default .select2-selection--single {
	border-radius: 0px;
}

.sidebar-form h2, .sidebar-form .h2 {
    text-align: center;
}

.page-template-page-conversion .conversion-page-reviews .reviews-link a,
.sidebar-form input[type=submit],
.page-template-page-conversion .conversion-header .conversion-coupon .btn {
	font-family: "Roboto Slab", sans-serif;
	text-transform: uppercase;
}

.content-area ul:not(.accordion) li::before {
content: '';
display: inline-block;
    height: 20px;
    width: 20px;
background-color: #f9a455;
background-size: contain;
-webkit-mask-image: url("../images/IQB9H74j3mYG.svg");
mask-image: url("../images/IQB9H74j3mYG.svg");
-webkit-mask-size: cover;
mask-size: cover;
}

.btn {
    border-radius: 0;
	font-family: "Roboto Slab", sans-serif;
}

.btn,
.page-header h1 {
	text-transform: uppercase;
}

.ryno-service-areas .rsa-pipe-template__icon, .ryno-service-areas .rsa-abc-template__icon, .ryno-service-areas .rsa-drop-template__icon, .ryno-service-areas .rsa-grid-template__icon {
    color: #003a5d;
}




.specials-tabs__input,
.specials-tabs__content-container {
    display: none;
}

#specials-tabs__input--tab-1:checked
    ~ .specials-tabs__content-wrapper
    .specials-tabs__content-container--tab-1,
#specials-tabs__input--tab-2:checked
    ~ .specials-tabs__content-wrapper
    .specials-tabs__content-container--tab-2,
#specials-tabs__input--tab-3:checked
    ~ .specials-tabs__content-wrapper
    .specials-tabs__content-container--tab-3 {
    display: block;
}

#specials-tabs__input--tab-1:checked
    ~ .specials-tabs__label-list
    .specials-tabs__label--tab-1,
#specials-tabs__input--tab-2:checked
    ~ .specials-tabs__label-list
    .specials-tabs__label--tab-2,
#specials-tabs__input--tab-3:checked
    ~ .specials-tabs__label-list
    .specials-tabs__label--tab-3 {
    background-color: #003a5d;
		color: #ffffff;
}

.specials-tabs__label-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
	width: 100%;
	    flex-direction: column;
    text-align: center;
}

.specials-tabs__label {
    padding: 15px;
    transition: 0.2s all;
    width: 100%;
    border-radius: 2px 2px 0 0;
    border: 1px solid rgba(0,0,0,.12);
    display: block;
	margin: 5px 0;
}

.specials-tabs__label:hover {
    cursor: pointer;
	    background-color: #003a5d;
		color: #ffffff;
}


/* Internal Media Queries
------------------------------------------------------- */
@media only screen and (min-width: 992px) {
		.specials-tabs__label-list {
	    flex-direction: row;
}
	
	.specials-tabs__label-container {
		width: 32%;
	}
	
    .conversion-content-one > .container {
        padding-right: 150px;
    }
	
	.content-wrapper .ryno-coupon__text .h3 {
		font-size: 2em;
		line-height: 1;
	}
}

@media only screen and (min-width: 1500px) {
    .conversion-content-one > .container {
        padding-right: var(--bs-gutter-x, 0.75rem);
    }
}

/* -------------------------------------------------------
====================== FONT STYLES ====================== 
------------------------------------------------------- */
/* Font Family
------------------------------------------------------- */
.mobile-cta__button,
.hero-main__button,
.cta-main__label,
.benefits-list__list-item,
.top-bar__serving-text,
.header__phone-number,
.main-navigation a,
a.footer__phone-number,
.rsa-abc-template__link {
    font-family: "Roboto Slab", sans-serif;
}

.x {
    font-family: "Raleway", sans-serif;
}

/* Initial Font Size
------------------------------------------------------- */
.postscript-cities .ryno-service-areas .rsa-abc-template__city {
    font-size: 16px;
}

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

span.footer__address {
    font-size: 20px;
}

.postscript-cities__heading {
    font-size: 50px;
}

/* Font Weight
------------------------------------------------------- */
.x {
    font-weight: 400;
}

.footer__address,
.footer__review,
.copyright p {
    font-weight: 500;
}

.top-bar__serving-text {
    font-weight: 600;
}

.x {
    font-weight: 700;
}

.hero-main__button,
.top-article__heading,
.cta-main__label,
.benefits-list__list-item,
.top-bar__serving-text a,
.header__phone-number,
.main-navigation a,
a.footer__phone-number,
.rsa-abc-template__link,
.ryno-service-areas .rsa-abc-template--v2 .rsa-abc-template__link {
    font-weight: 900;
}

/* Font Color
------------------------------------------------------- */
.postscript-contact .wpcf7-submit,
.postscript-contact .wpcf7-submit:hover,
.copyright p,
.copyright p a,
.copyright p a:hover,
.hero-main__heading--sub,
.hero-main__button,
.hero-main__button:hover,
.benefits-list__list-item,
.article-cards__text-container p,
.service-article__text-container p,
.service-article__text-container--bold p,
p.footer__review,
.service-article__heading {
    color: var(--color-1);
}

.hero-main__heading--main,
.top-bar__serving-text,
.top-bar__serving-text,
.top-bar__serving-text a,
.top-bar__serving-text a:hover,
.header__phone-number:hover,
.header__phone-number,
.ryno-service-areas .rsa-abc-template--v2 .rsa-abc-template__link {
    color: #ffe0af;
}

.cta-main__label,
a.footer__phone-number {
    color: #003a5d;
}

.top-bar__serving-text svg,
.header__phone-number i {
    color: #a9c3cb;
}

/* Line Height
------------------------------------------------------- */
.postscript-cities__heading {
    line-height: 1.02;
}

.postscript-contact .h2,
.postscript-contact h2 {
    line-height: 1.04;
}

.service-article__heading {
    line-height: 1.11;
}

.top-article__heading {
    line-height: 1.13;
}

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

.footer__address,
.footer__review,
.copyright p {
    line-height: 1.4;
}

/* Misc Font Styles
------------------------------------------------------- */
.footer__review {
    font-style: italic;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation a,
.rsa-abc-template__link {
    text-transform: uppercase;
}

.hero-main__heading--main {
    text-shadow: 0.07em 0.07em #003a5d;
}

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

/* Fluid Font Sizing ( 300px-576px fluid sizing with a fix for Safari )
------------------------------------------------------- */
* {
    min-height: 0vw;
}

.hero-main__heading--sub {
    font-size: calc(11px + (20 - 11) * ((100vw - 300px) / (576 - 300)));
}

.copyright p,
p.footer__review {
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (576 - 300)));
}

.cta-main__label,
.benefits-list__list-item {
    font-size: calc(13px + (21 - 13) * ((100vw - 300px) / (576 - 300)));
}

.mobile-cta__button--right,
.mobile-cta__button--left {
    font-size: calc(12px + (23 - 12) * ((100vw - 300px) / (576 - 300)));
}

.hero-main__button {
    font-size: calc(14px + (25 - 14) * ((100vw - 300px) / (576 - 300)));
}

.mobile-cta__button--bottom {
    font-size: calc(20px + (29 - 20) * ((100vw - 300px) / (576 - 300)));
}

.footer__phone-number {
    font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (576 - 300)));
}

.service-article__heading {
    font-size: calc(26px + (45 - 26) * ((100vw - 300px) / (576 - 300)));
}

.top-article__heading {
    font-size: calc(26px + (48 - 26) * ((100vw - 300px) / (576 - 300)));
}

.postscript-contact .h2 {
    font-size: calc(22px + (50 - 22) * ((100vw - 300px) / (576 - 300)));
}

.hero-main__heading--main {
    font-size: calc(45px + (83 - 45) * ((100vw - 300px) / (576 - 300)));
}

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

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

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

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

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

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

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

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

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

    .copyright p,
    .hero-main__heading--sub,
    p.footer__review {
        font-size: 20px;
    }

    .cta-main__label,
    .benefits-list__list-item {
        font-size: 21px;
    }

    .mobile-cta__button--right,
    .mobile-cta__button--left {
        font-size: 23px;
    }

    .hero-main__button {
        font-size: 25px;
    }

    .mobile-cta__button--bottom {
        font-size: 29px;
    }

    .footer__phone-number {
        font-size: 30px;
		margin-top: -10px;
    }

    .service-article__heading {
        font-size: 45px;
    }

    .top-article__heading {
        font-size: 48px;
    }

    .postscript-contact .h2 {
        font-size: 50px;
    }

    .hero-main__heading--main {
        font-size: 83px;
    }
}

@media only screen and (min-width: 992px) {
    .top-article__heading {
        line-height: 1;
    }

    .main-navigation a {
        font-size: 14px;
    }

    .top-bar__serving-text {
        font-size: 16px;
    }

    .hero-main__heading--sub {
        font-size: 31px;
    }

    .header__phone-number {
        font-size: 25px;
    }

    .service-article__heading {
        font-size: 48px;
    }

    .top-article__heading {
        font-size: 56px;
    }

    .postscript-contact .h2 {
        font-size: 60px;
    }

    .hero-main__heading--main {
        font-size: 119px;
    }
}

@media only screen and (min-width: 1200px) {
    .postscript-cities__heading {
        font-size: 60px;
    }
}

/* -------------------------------------------------------
========================= HOME ========================= 
------------------------------------------------------- */

/* Cross Section Styles
------------------------------------------------------- */

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

.nav-bar .nav {
    top: var(--mobile-header-height);
}

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

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

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    border-radius: 1px;
    height: 4px;
    width: 34px;
}

.mobile-header__logo {
    display: table;
    left: 50%;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
    width: auto;
}

.mobile-header__logo img {
    max-height: 92px;
    max-width: 135px;
    width: 50vw;
}

.mobile-cta {
    top: -1px;
}

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

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

/* Lower Header Buttons
------------------------------------------------------- */
.mobile-cta__button--right,
.mobile-cta__button--left {
    padding: 0.63em 5px;
}

.mobile-cta__button--bottom {
    padding: 0.38em 5px;
}

.mobile-cta__button--bottom i {
    font-size: 1.1em;
    position: relative;
    top: 0.12em;
}

.mobile-cta__button--left,
.mobile-cta__button--right {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.mobile-cta__button--left::before,
.mobile-cta__button--right::before {
    content: "";
    display: inline-block;
    height: 1.7em;
    margin-right: 0.4em;
    width: 1.7em;
}

.mobile-cta__button--left::before {
    background: center / contain no-repeat url(../images/XH6T39umC75w.svg);
}

.mobile-cta__button--right::before {
    background: center / contain no-repeat url(../images/4I6wfX4x8loF.svg);
}

/* Hero Main
------------------------------------------------------- */
.hero-main {
    background: right / cover no-repeat url(../images/idBwwozXdFV8.jpg);
    padding-top: 3.3em;
}

.hero-main__heading--main {
    margin-bottom: 0;
}

.hero-main__heading--sub {
    margin-bottom: 2em;
}

.hero-main__button {
    align-items: center;
    background-color: #f9a456;
    -webkit-clip-path: polygon(0 0, 9% 50%, 0 100%, 100% 100%, 91% 50%, 100% 0);
            clip-path: polygon(0 0, 9% 50%, 0 100%, 100% 100%, 91% 50%, 100% 0);
    display: flex;
    justify-content: center;
    max-width: 464px;
    padding: 0.58em 5px;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 90%;
}

.hero-main__button:hover {
    background-color: #e59550;
}

.hero-main__button::before {
    background: center / contain no-repeat url(../images/pMD4oMEhoYEk.svg);
    content: "";
    display: inline-block;
    height: 2.24em;
    margin-right: 0.4em;
    width: 2.24em;
}

.hero-main__icon {
    margin-left: -59%;
    margin-top: 25vw;
    max-width: 576px;
    width: 100vw;
}

/* Top Article
------------------------------------------------------- */
.top-article-wrapper {
    background-color: #ffe0af;
}

.top-article {
    padding: 2em 0 3.2em;
}

.top-article__heading {
    margin-bottom: 0.63em;
}

.top-article__banner {
    transition: 0.3s all ease-in-out;
}

.top-article__banner:hover {
    transform: scale(1.05);
}

.home h1 {
    padding: 0;
}

.top-article__banner {
    margin-bottom: 3.25em;
}

/* CTA Main
------------------------------------------------------- */
.cta-main .slick-list { 
    padding-left: 31px;
}

.cta-main__button {
    background-color: #003a5d;
    margin-bottom: 2em;
    margin-left: 15px;
    margin-right: 1.6em;
    max-width: 374px;
    padding: 0.65em 5px 1.05em 0;
    position: relative;
    width: 65vw;
}

.cta-main__button,
.cta-main__icon {
    transition: 0.2s all linear;
}

.cta-main__label {
    left: 2.1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.cta-main__label-container {
    height: 3.55em;
    margin-left: -15px;
    position: relative;
    width: 76%;
}

.cta-main__label-bg {
    background-color: #a9c3cb;
    -webkit-clip-path: polygon(0 0, 100% 0, 87% 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 87% 50%, 100% 100%, 0 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.cta-main__triangle {
    background-color: #196887;
    bottom: calc(100% - 1px);
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
            clip-path: polygon(0 100%, 100% 0, 100% 100%);
    height: 15px;
    left: 1px;
    position: absolute;
    width: 15px;
    z-index: -1;
}

.cta-main__icon {
    background-color: #ffe0af;
    background-size: contain;
    height: 20vw;
    margin: 0 auto 0.8em;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    max-height: 116px;
    max-width: 120px;
    width: 16vw;
}

.cta-main__button--heating .cta-main__icon {
    -webkit-mask-image: url(../images/f0lXiKfGPYac.svg);
    mask-image: url(../images/f0lXiKfGPYac.svg);
}

.cta-main__button--electrical .cta-main__icon {
    -webkit-mask-image: url(../images/cBDSUGtbB1vg.svg);
    mask-image: url(../images/cBDSUGtbB1vg.svg);
}

.cta-main__button--air .cta-main__icon {
    -webkit-mask-image: url(../images/pEBqrLSATq15.svg);
    mask-image: url(../images/pEBqrLSATq15.svg);
}

.cta-main__button--plumbing .cta-main__icon {
    -webkit-mask-image: url(../images/wOC7QOxi6xEV.svg);
    mask-image: url(../images/wOC7QOxi6xEV.svg);
}

.cta-main__bg {
    margin-top: -16vw;
}

/* Benefits List
------------------------------------------------------- */
.benefits-list__wrapper--top {
    background: linear-gradient(to bottom, #196887, #b1c9d3);
    padding: 8em 0 1.35em;
}

.benefits-list__wrapper--bottom {
    background: top / cover no-repeat url(../images/5zOiNU1JIA2n.jpg);
    padding-top: 1.35em;
}

.benefits-list__container {
    background: center / cover no-repeat url(../images/talhmiXyViyA.jpg);
    margin: 0 auto;
    max-width: 486px;
    padding: 0 1em 3em;
    width: 95%;
}

.benefits-list__heading {
    margin-bottom: 1em;
}

.benefits-list__divider--stn {
    margin-top: 76vw;
}

.benefits-list__icon {
    margin: -14% auto 2.5em;
    max-width: 416px;
    width: 90%;
}

.benefits-list__list {
    margin: 0 auto;
    padding-left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.benefits-list__list-item {
    align-items: center;
    display: flex;
    list-style-type: none;
    margin-bottom: 1em;
}

.benefits-list__list-item::before {
    content: url(../images/9by3eP7IbjPp.svg);
    display: inline-block;
    height: 2.48em;
    margin-right: 0.57em;
    width: 2.48em;
}

.benefits-list__button {
    margin-bottom: 2.57em;
    max-width: 451px;
    padding: 0.91em 5px;
    width: 95%;
}

.benefits-list__button::before {
    position: relative;
    top: -0.7em;
}

.benefits-list__button span {
    display: inline-block;
    text-align: left;
}

/* Article Cards
------------------------------------------------------- */
.article-cards {
    background: center / cover no-repeat url(../images/9oGIPvMEFi99.jpg);
    padding: 6.25em 0 6em;
}

.article-cards__card {
    margin: 0 auto 2.55em;
    max-width: 359px;
    padding-bottom: 2.5em;
    width: 100%;
}

.article-cards__card--one {
    background-color: #003a5d;
}

.article-cards__card--two {
    background-color: #f9a456;
}

.article-cards__card--three {
    background-color: #1a6887;
}

.article-cards__photo {
    margin-bottom: 2.6em;
}

.article-cards__text-container p {
    margin-bottom: 1.9em;
    padding: 0 1.6em;
}

.article-cards__button {
    max-width: 308px;
    width: 86%;
}

/* Service Article
------------------------------------------------------- */
.postscript-contact-wrapper {
    background: center / cover no-repeat url(../images/VvU4ymIg31JX.jpg);
}

.service-article {
    padding: 6.75em 0 4.5em;
}

.service-article__heading {
    margin-bottom: 0.67em;
}

.service-article__line--stn {
    margin-bottom: 33px;
}

/* Contact
------------------------------------------------------- */
.home .postscript-contact {
    padding: 4.5em 0 125px;
}

.postscript-contact {
    padding: 8.5em 0 125px;
}

.postscript-contact__container {
    background-color: #f9a456;
    padding: 5em 1.6em 2.6em;
    position: relative;
    text-align: center;
}

.postscript-contact__photo-container {
    display: inline-block;
    left: 50%;
    max-width: 400px;
    position: absolute;
    transform: translate(-50%, -135%);
    width: 80%;
}

.postscript-contact__photo {
    position: relative;
}

.postscript-contact__photo-container::before {
    background-color: #ffe0af;
    content: "";
    height: calc(100% - 4px);
    left: 12px;
    position: absolute;
    top: 12px;
    width: calc(100% - 4px);
    z-index: 1;
}

.postscript-contact__photo {
    z-index: 2;
}

.postscript-contact .h2,
.postscript-contact h2 {
    margin-bottom: 0.9em;
}

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

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

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

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

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

.postscript-contact .wpcf7-textarea {
    height: 165px;
    padding: 15px;
}

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

.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-color: #e9e9e9 !important;
    border-radius: 0px;
}

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

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

.postscript-contact .button--stn {
    margin-top: 20px;
    max-width: 335px;
    position: relative;
}

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

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

/* Footer
------------------------------------------------------- */
.footer {
    background-color: #e4f6fc;
    padding: 3em 0 1.25em;
}

.footer-box__1 {
    margin-bottom: 3em;
}

.footer__review-container {
    background-color: #003a5d;
    margin: 0 auto 3.4em;
    max-width: 359px;
    padding: 1.8em 1.25em;
    width: 100%;
}

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

.footer__address {
    margin-bottom: 0.75em;
}

.footer__phone-number {
    margin-bottom: 12px;
}

.footer__review {
    margin-bottom: 1.3em;
    padding: 0 1.1em;
}

.footer__button {
    font-weight: 900 !important;
    max-width: 308px;
    width: 100%;
}

.footer__badge {
    margin-bottom: 1.75em;
}

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

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

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

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

.social-icons .social-icons__icon {
    background-color: #ffe0af;
    border: 4px solid #1a6887;
    height: 52px;
    margin: 0.3em 0.5em;
    width: 52px !important;
}

.social-icons .social-icons__icon:hover {
    background-color: #196887;
    border: 4px solid #196887;
}

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

.social-icons__svg-container--stn {
    width: 22px;
}

.social-icons__svg-container--stn svg path {
    fill: #013a5d;
}

.social-icons__icon:hover .social-icons__svg-container--stn svg path {
    fill: #ffe0af;
}

.social-icons .social-icons__icon:hover a {
    color: #ffe0af !important;
}

/* Copyright
------------------------------------------------------- */
.copyright {
    background-color: #003a5d;
    padding: 31px 0;
}

/* -------------------------------------------------------
=================== HOME MEDIA QUERIES =================== 
------------------------------------------------------- */

@media only screen and (min-width: 350px) {
    .postscript-contact .select2-container--default .select2-selection--single .select2-selection__arrow {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 500px) {
    .hamburger {
        margin-right: 35px;
    }
}

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

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

@media only screen and (min-width: 992px) {
    /* Top Bar
    ------------------------------------------------------- */
    .top-bar {
        background-color: #003a5d;
        height: 56px;
    }

    .top-bar__svg-container {
        bottom: 3px;
        display: inline-block;
        margin-right: 3px;
        position: relative;
        width: 14px;
    }

    .top-bar__serving-text {
        align-items: center;
    }
	
	.top-bar,
	.header__phone-number {
			transition: .3s all ease-in-out;
	}

    .header__phone-number i {
        font-size: 0.9em;
        position: relative;
        top: 3px;
    }
	
	.top-bar--smaller .header__phone-number {
		font-size: 25px;
	}
	
		.top-bar--smaller {
        height: 40px;
	}

    /* Header
    ------------------------------------------------------- */
    .header--sticky {
        top: -1px;
    }

    .header__logo-container {
        bottom: -40px;
        margin-top: -40px;
        position: relative;
    }

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

    .header__logo-img {
        max-width: 307px;
        width: 81%;
    }

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

    .header {
        padding: 18px 0 1px;
        position: relative;
        z-index: 4;
    }

    .header__serving-text {
        padding: 0 0 18px 36px;
        position: relative;
    }

    .header__serving-text svg {
        display: none;
    }

    .header__left-container {
        position: relative;
        z-index: 1;
    }

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

    .header__button-container,
    .header__button {
        position: relative;
    }

    .header__button,
    .header__button-shadow {
        -webkit-clip-path: polygon(0 0, 9% 50%, 0 100%, 100% 100%, 91% 50%, 100% 0);
                clip-path: polygon(0 0, 9% 50%, 0 100%, 100% 100%, 91% 50%, 100% 0);
        max-width: 350px;
        width: 100%;
    }

/*     .header__button-container:hover {
        transform: scale(1.04);
    } */

    .header__button-shadow {
        background-color: #000000;
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 5px;
        z-index: -1;
    }

    .header__button {
        padding: 0.57em 5px;
    }

    .header__button--left.button--stn::before {
        background: center / contain no-repeat url(../images/XH6T39umC75w.svg);
    }

    .header__button--right.button--stn::before {
        background: center / contain no-repeat url(../images/4I6wfX4x8loF.svg);
    }

    /* Smaller Header
    ------------------------------------------------------- */
    .header--sticky .smaller {
        padding: 5px 0 1px;
    }

    .header--sticky .smaller .header__logo-link {
        max-width: 82%;
    }

    /* Nav
    ------------------------------------------------------- */
    .nav-bar .nav {
        top: 0;
    }

    .main-navigation > li.has-dropdown:after {
        align-items: center;
        display: flex !important;
        height: 100%;
        justify-content: flex-end;
        pointer-events: none;
        right: 15px !important;
        top: 0 !important;

        /* content: "";
        -webkit-mask-image: url(/wp-content/uploads/svg/chevron-circle-down-solid.svg);
        mask-image: url(/wp-content/uploads/svg/chevron-circle-down-solid.svg);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        background-color: #f07d2e;
        width: 10px; */
    }

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

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

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

    .main-navigation a {
        width: 100%;
    }

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

    .main-navigation > .menu-item:nth-of-type(3) {
        margin-right: 28%;
    }

    /* Hero Main
    ------------------------------------------------------- */
    .hero-main {
        background: center / cover no-repeat url(../images/lvWIuqp1qlIQ.jpg);
        padding: 75px 0 16vw;
        position: relative;
        z-index: 1;
    }

    .hero-main__heading--sub {
        margin-bottom: 34px;
    }

    .hero-main__icon {
        bottom: 0;
        left: 0;
        margin: 0;
        max-width: 655px;
        position: absolute;
        transform: translateX(-28%);
        width: 35vw;
    }

    /* Top Article
    ------------------------------------------------------- */
    .top-article-wrapper {
        background: center / cover no-repeat url(../images/eJAg7KusKnBh.jpg);
        position: relative;
        z-index: 2;
    }

    .top-article {
        padding: 0 0 18px;
    }

    .top-article__text-wrapper {
        max-width: 795px;
    }

    .top-article__heading {
        margin-bottom: 38px;
    }

    .top-article__banner {
        margin-bottom: 85px;
    }

    .top-article__banner img {
        margin-top: -80px;
        max-width: 696px;
        width: 100%;
    }

    .home h1 {
        padding: 0;
    }

    .top-article__line--stn {
        margin-bottom: 30px;
    }

    /* CTA Main
    ------------------------------------------------------- */
    .cta-main {
        max-width: 850px;
    }

    .cta-main .slick-list {
        display: inline-block;
        margin-bottom: -160px;
        padding-left: calc((100vw - 960px) / 2);
    }

    .cta-main__button {
        margin: 0 22px 40px 22px;
		padding: 0.65em 5px 16px 0;
    }

    .cta-main__button:hover {
        padding: 0.65em 5px 6px 0;
    }
	
	.cta-main__icon {
		max-height: none;
        max-width: none;
        height: 116px;
        width: 120px;
    }

    .cta-main__button:hover .cta-main__icon {
        height: 126px;
        width: 130px;
    }

    /* Benefits List
    ------------------------------------------------------- */
    .benefits-list__container {
        background: center / cover no-repeat url(../images/A6TaN8r7hlI7.jpg);
        max-width: none;
        padding-bottom: 100px;
        width: 100%;
    }

    .benefits-list__wrapper--top {
        background: linear-gradient(to bottom, #1b6887, #9cbcc9);
        padding: 290px 0 30px;
    }

    .benefits-list__wrapper--bottom {
        background: top / cover no-repeat url(../images/IAC3F9qUBDBi.jpg);
        padding: 30px 0 0;
    }

    .benefits-list__icon {
        margin: -60px auto 60px;
        max-width: 476px;
    }

    .benefits-list__heading {
        margin-bottom: 30px;
    }

    .benefits-list__list {
        -moz-column-count: 2;
             column-count: 2;
        max-width: 760px;
        width: 100%;
    }

    .benefits-list__list-item {
        display: inline-block;
        margin: 20px 0;
        padding-left: 60px;
        position: relative;
        width: 100%;
    }

    .benefits-list__list-item::before {
        background: center / 98% 98% no-repeat url(../images/9by3eP7IbjPp.svg);
        content: "";
        left: 0;
        margin-right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .benefits-list__button {
        margin-bottom: 90px;
        max-width: 715px;
        padding: 0.7em 5px;
    }

    .benefits-list__button::before {
        top: -0.1em;
    }

    .benefits-list__divider--stn {
        margin-top: 35vw;
    }

    /* Article Cards
    ------------------------------------------------------- */
    .article-cards {
        background: top / cover no-repeat url(../images/JKbODpVgVWbF.jpg);
        padding: 130px 0 160px;
    }

    .article-cards__card {
        margin: 0;
        width: 33%;
    }

    .article-cards__button {
        margin-top: auto;
    }

    /* Service Article
    ------------------------------------------------------- */
    .postscript-contact-wrapper {
        background: center / cover no-repeat url(../images/FpFME1gWS954.jpg);
    }

    .service-article {
        padding: 209px 0 0;
    }

    .service-article__text-container--bold p:last-of-type {
        margin-bottom: 0;
    }

    /* Contact
    ------------------------------------------------------- */
	.home .postscript-contact,
    .postscript-contact {
        padding: 416px 0 160px;
    }

    .home .postscript-contact {
        padding-bottom: 0;
    }

    .postscript-contact__container {
        margin-bottom: -71px;
        padding: 115px 98px 107px;
    }

    .postscript-contact__photo-container {
        max-width: 965px;
        transform: translate(-50%, -120%);
        width: 85%;
    }

    .postscript-contact__photo-container::before {
        height: calc(100% - 15px);
        left: 35px;
        top: 32px;
        width: calc(100% - 18px);
    }

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

    .postscript-contact form {
        max-width: 1015px;
    }

    .postscript-contact .button--stn {
        margin-top: 27px;
    }

    /* AWS
    ------------------------------------------------------- */
    .postscript-cities {
        padding: 170px 0 29vw;
    }

    .postscript-cities__heading {
        margin-bottom: 56px;
    }

    .postscript-cities .ryno-service-areas .rsa-abc-template__row {
        -moz-column-count: 3;
             column-count: 3;
    }

    .postscript-cities .ryno-service-areas .rsa-abc-template {
        padding: 0;
    }

    .postscript-cities .ryno-service-areas .rsa-abc-template__region {
        margin-bottom: 0px;
    }

    .postscript-cities .ryno-service-areas .rsa-abc-template__city {
        align-items: center;
        background-color: #003a5d;
        display: flex;
        margin: 0 0px 16px;
        max-width: 328px;
        padding: 22px 5px 22px 50px;
        transition: 0.3s all ease-in-out;
    }

    .postscript-cities .ryno-service-areas .rsa-abc-template__city.rsa-abc-template__city--more {
        background-color: #ffe0af;
    }

    .postscript-cities .ryno-service-areas .rsa-abc-template__city.rsa-abc-template__city--more .rsa-abc-template__link {
        color: #003a5d;
    }

    .postscript-cities .ryno-service-areas .rsa-abc-template__city.rsa-abc-template__city--more .rsa-abc-template__icon {
        color: #1a6887;
    }

    .postscript-cities .ryno-service-areas .rsa-abc-template__city.rsa-abc-template__city--more:hover {
        background-color: #efd3a7;
    }

    .postscript-cities .rsa-abc-template__city:hover {
        background-color: #002c46;
    }

    .postscript-cities .ryno-service-areas .rsa-abc-template__icon {
        color: #a9c3cb;
        font-size: 2em;
        margin-right: 8px;
    }

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

    .footer-box__1,
    .footer__review-container {
        margin-bottom: 0;
    }

    .footer-box__3 {
        margin-top: 35px;
    }

    .social-icons {
        margin-bottom: 0 !important;
    }

    .footer__address {
        margin-bottom: 8px;
    }

    /* Copyright
    ------------------------------------------------------- */
    .copyright {
        padding: 28px 0;
    }
}

@media only screen and (min-width: 1200px) {
    .postscript-cities .ryno-service-areas .rsa-abc-template__row {
        max-width: 1120px;
        width: 100%;
    }

    .postscript-cities .ryno-service-areas .rsa-abc-template__city {
        margin: 0 12px 16px;
    }

    .cta-main .slick-list {
        padding-left: calc((100vw - 1140px) / 2);
    }
}

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

@media only screen and (min-width: 1600px) {
    .hero-main__icon {
        width: 41vw;
    }
}
