
/* General Styles */

iframe {
    max-width: 100%;
}

.text-shadow-box {
    background-color: #000070;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #fbc000;
    color: #fff !important;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}

.shadowbox {
    box-shadow: 2px 8px 20px 0 rgba(31,32,68,.25);
    padding: 40px 40px 30px 40px;
    margin-bottom: 35px;
}

mark {
    background-color: #fbc000;
    font-weight: 900;
    color: #000070;
}
::selection {
    background: #fff1ba;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
.home h1 {
    font-size: 44px;
    line-height: 44px;
    text-align: center;
}
.home h2 {
	font-size: 34px;
	line-height: 40px;
	color: #010081;
	margin-bottom: 30px;
	text-align: center;
}
.home .content-wrapper {
	padding: 90px 0 50px;
	background: #fff1ba;
	background: -moz-linear-gradient(top, #fff1ba 0%, #ffffff 40%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #fff1ba 0%,#ffffff 40%,#ffffff 100%);
	background: linear-gradient(to bottom, #fff1ba 0%,#ffffff 40%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1ba', endColorstr='#ffffff',GradientType=0 );
}
.content-wrapper {
	margin-top: 0;
	margin-bottom: 0;
	padding: 50px 0;
}
.content-area p,
.content-area div,
.content-area ul,
p {
	font-size: 20px;
	color: #383838;
	line-height: 1.5;
}
strong {
	font-weight: 900;
}
.linear-gradient {
	background: #fff1ba;
	background: -moz-linear-gradient(top, #fff1ba 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #fff1ba 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #fff1ba 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1ba', endColorstr='#ffffff',GradientType=0 );
}
.page-header {
	background-image: url(/wp-content/uploads/page-title-bg.png);
	height: 272px;
	padding-top: 80px;
}
.page-header h1 {
	font-size: 58px;
	color: #010081;
	line-height: 1;
	text-shadow: none;
	font-weight: 900;
	width: 100%;
}
.page-header div {
	font-size: 58px;
	color: #010081;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}
body:not(.home) .content-wrapper h2 {
	font-size: 34px;
	line-height: 38px;
	text-transform: capitalize;
}
body:not(.home) .content-wrapper h3 {
	font-size: 26px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: bold;
}
body:not(.home) .content-wrapper h4 {
	font-size: 26px;
	line-height: 30px;
	text-transform: capitalize;
	font-weight: normal;
}
body:not(.home) .content-wrapper h5 {
	font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
}
body:not(.home) .content-wrapper h6 {
	font-size: 22px;
	line-height: 26px;
	text-transform: capitalize;
}
body:not(.home) .content-area ul:not(.accordion) {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 25px;
}
body:not(.home) .content-area ul:not(.accordion) li:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f0a9";
    font-weight: 900;
    margin: 0 5px 0 -25px;
    color: #222194;
}
body:not(.home) .content-wrapper blockquote {
	border-left: 15px solid #ffcc01;
	color: #010081;
	padding: 30px;
    background-color: #ece9db;
}
body:not(.home) .content-wrapper blockquote p {
	margin-bottom: 0;
}
body:not(.home) .content-wrapper a {
	color: #2a29ab;
}
body:not(.home) .content-wrapper a:hover {
	color: #e8b900;
}
.button.primary {
	color: #000070 !important;
}

/* Header */

.notice-bar {
    color: #010081;
    background: #D3AB2E;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
    min-height: 34px;
}

#header-bar {
	background-image: url(/wp-content/uploads/header-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 216px;
}
#header-left {
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	text-align: left;
}
#header-left a {
	font-weight: 900;
	font-size: 34px;
	color: #fff;
}
#header-left a:hover {
	color: #fbc000;
}
#header-left {
	padding-top: 55px;
}
#header-service-area {
    font-size: 14px;
    margin-top: 10px;
}
#header-center {
	text-align: center;
	padding-top: 20px;
}
#header-right {
	text-align: right;
	padding-top: 55px;
}
.fa-layers.fa-fw.fa-2x {
    font-size: 38px;
    width: 38px;
}
.fa-circle {
	color: #01017f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fa-inverse {
	color: #ffcc01;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
i.fa-inverse.angies:after {
    content: url(/wp-content/uploads/angies-list-icon-yellow.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
}
i.fa-inverse.angies:hover:after {
    content: url(/wp-content/uploads/angies-list-icon-blue.png);
}
i.fa-inverse.bbb:after {
    content: url(/wp-content/uploads/bbb-icon-yellow.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
i.fa-inverse.bbb:hover:after {
    content: url(/wp-content/uploads/bbb-icon-blue.png);
}
.header-btn {
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 28px;
	max-width: 245px;
	margin: 12px 0 0 auto;
	text-align: center;
	background-color: #0100a8;
	box-shadow: 7px 7px 0 #01017f;
	-webkit-box-shadow: 7px 7px 0 #01017f;
	-moz-box-shadow: 7px 7px 0 #01017f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header-btn:hover {
	background-color: #01017f;
	box-shadow: 7px 7px 0 #0100a8;
	-webkit-box-shadow: 7px 7px 0 #0100a8;
	-moz-box-shadow: 7px 7px 0 #0100a8;
}
.header-btn a {
	color: #fff;
}

/* Nav */
.nav-bar {
	background-color: #010081;
}
.top-bar-section ul li > a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.main-navigation li.active > a {
	color: #fff !important;
}

#menu-main-menu > li.has-dropdown:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    right: -12px;
    top: 36%;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#menu-main-menu ul > li.has-dropdown:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 25%;
    font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-bar-section ul li > a:hover,
#menu-main-menu > li.has-dropdown:hover:after,
#menu-main-menu ul > li.has-dropdown:hover:after {
	color: #fbc000 !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button),
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	font-size: 15px;
	height: 2.75rem;
    line-height: 2.75rem;
    padding: 0px 15px !important;
}
.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button):hover,
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li:not(.has-form) a:not(.button):hover {
	color: #fbc000 !important;
}

/* Guarantte Bar */
#guarantee-bar {
	padding: 70px 0;
	font-size: 34px;
	line-height: 40px;
	font-weight: 100;
	text-align: center;
	color: #010081;
}

/* CTAS */
#cta-wrapper {
    display: -ms-flexbox;
    display: flex; 
}
.cta-box-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    height: 365px;
    overflow: hidden; 
}
.cta-box-wrapper:hover .cta-box {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    cursor: pointer;
}
.cta-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
}
.cta-title {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 135px; 
}
#cta-residential {
    background-image: url(/wp-content/uploads/residential-services-cta.png);
}
#cta-commercial {
    background-image: url(/wp-content/uploads/commercial-services-cta.png);
}
#cta-air-quality {
    background-image: url(/wp-content/uploads/air-quality-services-cta.png);
}

/* Sun Sandwich */
.sun-bar {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 169px;
}
.sun-bar:hover svg {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.sun-text {
    position: absolute;
    left: -30px;
    right: 0;
    text-align: center;
	color: #010081;
	line-height: 1.33;
	font-weight: 100;
	text-transform: uppercase;
}
.sun-text img {
	display: block;
	margin: 0 auto 10px;
}
#review-us {
	background-image: url(/wp-content/uploads/review-bg.png);
}
#review-us .sun-img {
	position: relative;
	bottom: 69px;
}
#review-us .sun-text {
	top: 47px;
	font-size: 26px;
}
#review-us .sun-text strong {
	font-size: 33px;
	display: block;
	margin: auto;
}
#proposal-bar {
	background-image: url(/wp-content/uploads/proposal-bg.png);
	margin-bottom: 100px;
}
#proposal-bar .sun-img {
	transform: rotateX(180deg);
	position: relative;
	bottom: 0
}
#proposal-bar .sun-text {
	font-size: 45px;
	top: 15px;
}
#sun-sandwich-text {
	text-align: center;
	padding-bottom: 50px;
}
#sun-sandwich-text h2 {
	text-align: center;
}

/* Why Choose Us */
#why-choose-us {
	text-align: center;
	padding-top: 25px;
    padding-bottom: 55px;
}
.why-us-box {
    background-image: url(/wp-content/uploads/shadow-bg.png);
	background-repeat: no-repeat;
    background-position: center;
    height: 234px;
}
#why-choose-us img {
	display: block;
	margin: 35px auto 20px;
}
.why-us-text {
	font-size: 22px;
	color: #010081;
	line-height: 1.2;
}

/* Areas We Serve */
.postscript-cities {
	background-image: url(/wp-content/uploads/areas-we-serve-bg.png);
	min-height: 625px;
}
.postscript-cities h3 {
	font-size: 34px !important;
	color: #010081;
	font-weight: 900 !important;
    margin-top: 100px;
    margin-bottom: 50px;
    text-transform: uppercase !important;
    line-height: inherit !important;
}
.ryno-cities .ryno-column {
	padding-left: 30px;
}
.ryno-cities .ryno-column li {
	font-size: 19px;
	color: #383838;
	line-height: 1.8;
}
.ryno-cities .ryno-column li > a {
	font-size: 19px;
	color: #383838;
	line-height: 2.158;
	font-weight: 900;
	text-decoration: none;
}
.ryno-cities .ryno-column li > a:hover {
	color: #383838;
	text-decoration: underline;
}

/* Contact Form */

#app {
    padding-top: 0;
}

.equipment-registration.main-contact-form .wpcf7-list-item {
	display: inline-block;
}
.postscript-contact {
    background-image: url(/wp-content/uploads/contact-form-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 609px;
	padding: 90px 0 65px;
	border-top: 10px solid #fff;
}
.postscript-contact h2 {
	font-size: 50px;
	color: #ffcc02;
	font-weight: normal;
	line-height: 60px;
	text-align: center;
	margin-bottom: 30px;
}
.postscript-contact p {
	margin-bottom: 0;
}
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.cf-text,
.postscript-contact select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required,
.postscript-contact textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.cf-textarea {
	background-color: rgba(255, 255, 255, 0.2) !important;
	color: rgba(255, 255, 255, 0.4);
	font-weight: normal;
	border: 0;
	font-size: 16px;
	padding-left: 15px;
}
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel.cf-text,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.cf-text,
.postscript-contact select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	height: 43px;
	border-radius: 12px;
}
.postscript-contact textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.cf-textarea {
	height: 103px;
	border-radius: 12px;
}
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.cf-text::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.postscript-contact textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.cf-textarea::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.cf-text::placeholder,
.postscript-contact input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.postscript-contact textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.cf-textarea::placeholder {
	color: rgba(255, 255, 255, 0.4);
	font-size: 16px;
}
.postscript-contact .wpcf7-submit {
    font-size: 24px;
    font-weight: 900;
    border: 0;
    margin-top: 25px;
    text-transform: uppercase;
    display: block;
    padding: 15px 50px;
    margin: 25px auto;
    border-radius: 12px;
    text-align: center;
    background-color: #ffcc02;
    color: #010081 !important;
}
.postscript-contact .wpcf7-submit:hover {
	background-color: #c69e00;
}
select {
	background: none;
}
select::-ms-expand {
 	display: none;
}
.postscript-contact div.wpcf7-response-output {
	color: #fff;
}
span.wpcf7-not-valid-tip {
	top: initial !important;
    left: 0 !important;
    width: 215px;
}

/* Footer */
.footer-main {
	background: initial;
	text-align: center;
	font-size: 20px;
	color: #383838;
	line-height: 1.4;
	padding: 90px 0 30px;
}
.footer-main .columns {
	padding-left: 0;
	padding-right: 0;
}
.footer-main a {
	font-size: 20px;
	color: #383838;
}
.footer-main a:hover {
	color: #010081;
}
.footer-main h2 {
	color: #010081;
	font-size: 34px;
	margin-bottom: 30px;
	font-weight: 900;
}
.footer-schema + p {
	display: none;
}
.dot-separator {
    margin: 0 6px;
}
#trust-branding-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: space-between;
    justify-content: center !important;
    -ms-align-items: center;
    align-items: center;
    padding: 45px 0 0;
}
.copyright {
    font-size: 16px;
    color: #383838;
    letter-spacing: inherit;
    font-family: inherit;
}
.copyright a {
    font-size: 16px;
    color: #383838;
    letter-spacing: inherit;
    font-family: inherit;
}

/* Contact Page */
.main-contact-form input[type="submit"] {
	font-family: inherit;
}

/* 404 Page */
.error404 ul.primary-pages,
.search-no-results ul.primary-pages {
	margin-left: 20px;
}
ul.left-column,
ul.right-column {
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* Blog */
.pagination {
    text-align: center;
    padding: 50px 0 70px;
}
.single .date {
	color: #000070;
	text-align: center;
}
.single h1 {
    text-transform: capitalize;
    font-size: 45px;
    line-height: 45px;
    width: 100%;
    border-bottom: 0;
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
}
.single  .date + hr {
	margin-bottom: 55px;
}
.coupon-text {
    padding: 45px 30px;
}
p.coupon-disclaimer {
    font-size: 14px !important;
    line-height: 14px !important;
    margin-top: 20px;
}
.coupon-text h3 {
	font-size: 30px !important;	
}
.coupon-details {
    line-height: 1 !important;
    margin-top: 20px !important;
}
.coupon-watcher + p {
	margin-top: 20px;
}
ol {
	font-size: 16px;
}
.main-contact-form .wpcf7-list-item-label {
	font-size: 0.9rem;
}
/* Hiding the first coupon because it's hardcoded in the specials page text */
#coupon_0 {
	display: none;
}

/* Sidebar Form */
.sidebar-form {
    background-color: #fbc000;
    box-shadow: 0.5rem 0.5rem 0 #000070;
    padding: 20px 20px 0;
    margin-bottom: 50px;
    position: relative;
}
.sidebar-form h2 {
    font-size: 36px;
    line-height: 1em;
    text-align: center;
    color: #000070;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.sidebar-form input,
.sidebar-form textarea,
.sidebar-form select {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}
.sidebar-form input[type=submit] {
    font-family: 'Montserrat', sans-serif;
    background-color: #000070;
    margin-bottom: 0;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 174px;
    padding: 12px;
    border: 2px solid #243178;
}
.sidebar-form input[type=submit]:hover {
    background-color: #00005c;
}
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 90px;
}
.sidebar-form input.wpcf7-form-control.wpcf7-text::placeholder,
.sidebar-form input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel.cf-text::placeholder,
.sidebar-form textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #383838;
}

/*Testimonials Page*/

.reviewbuzz-widget-container > h2 {
   margin: 0 !important;
}

.lennox-widget .widget-content .button {
	width: 145px !important;
}

@media screen and (min-width: 1024px) {
	header {
	    position: fixed;
	    z-index: 2;
	    width: 100%;
	    background-color: #fff;
	}
	header.smaller {
		height: 138px;
		border-bottom: 3px solid #cfcfcf;
	}
	.smaller #header-bar {
		min-height: auto;
	}
	.smaller #header-left {
    	padding-top: 10px;
    	font-size: 22px;
	}
	.smaller #header-left a {
    	font-size: 22px;
	}
	.smaller #header-service-area {
		margin-top: 5px;
	}
	.smaller #header-center {
		padding-top: 5px;
	}
	.smaller #header-center img {
		width: 150px;
	}
	.smaller #header-right {
    	padding-top: 10px;
	}
	.smaller .fa-layers.fa-fw.fa-2x {
    	font-size: 26px;
    	width: 26px;
	}
	.smaller .header-btn {
	    padding: 5px 10px;
	    width: 185px;
	    margin-top: 5px;
	    margin-bottom: 20px;
	    font-size: 16px;
	}
	.smaller .top-bar {
	    height: 2.5rem;
	}
	.smaller #menu-main-menu > li.has-dropdown:after {
		top: 26%;
	}
	.smaller .top-bar-section li.active:not(.has-form) a:not(.button),
	.smaller .top-bar-section li:not(.has-form) a:not(.button) {
	    line-height: calc(2.5rem - 5px);
	}
	.spacer {
		padding-top: 280px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
	.cta-title {
		font-size: 30px;
	}
}
@media screen and (max-width: 1024px) {
	#header-bar {
		min-height: auto;
	}
	#header-left {
		text-align: center;
		padding-top: 30px;
	}
	#header-left a {
		font-size: 30px;
	}
	#header-left br {
		display: none;
	}
	#header-right {
		text-align: center;
		padding: 10px 0 40px;
	}
	.header-btn {
		margin: 12px auto 0;
	}
	#guarantee-bar {
		padding: 50px 0;
	}
	#guarantee-bar br {
		display: none;
	}
	#guarantee-bar .row {
		max-width: 500px;
		margin: auto;
	}
	#review-us {
		height: auto;
	}
	#proposal-bar {
		height: auto;
	}
	#sun-sandwich-text {
		padding-top: 50px;
	}
	#review-us .sun-img {
		bottom: 0;
	}
	#review-us .sun-text {
		left: -20px;
		top: initial;
		bottom: 0;
		font-size: 17px;
	}
	#review-us .sun-text strong {
		font-size: 24px;
	}
	#review-us .sun-text img {
		width: 100px;
	}
	#proposal-bar {
		margin-bottom: 40px;
	}
	#proposal-bar .sun-text {
		font-size: 26px;
		left: 20px;
		top: 7px;
	}
	#why-choose-us {
		max-width: 510px;
		margin: auto;
	}
	.why-us-box {
		margin-bottom: 20px;
	}
	.why-us-text {
		font-size: 16px;
	}
	#why-choose-us img {
		margin: 45px auto 20px;
	}
	.ryno-cities .ryno-column {
		padding-left: 10px;
	}
	.ryno-cities .ryno-column li,
	.ryno-cities .ryno-column li a {
		font-size: 15px;
	}
	.postscript-contact {
		padding: 60px 0 35px;
		min-height: auto;
	}
	.postscript-contact h2 {
		font-size: 46px;
		line-height: 50px;
	}
	.footer-main {
		padding: 60px 15px 30px;
	}
	#trust-branding-logos {
		-ms-justify-content: space-around;
    	justify-content: space-around;
	}
	#trust-branding-logos div {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 639px) {
	.top-bar-section li.active:not(.has-form) a:not(.button),
	.top-bar-section li:not(.has-form) a:not(.button),
	.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),
	.top-bar-section .main-navigation li.active > a,
	.top-bar-section .main-navigation a:hover,
	.top-bar-section ul li:hover:not(.has-form) > a,
	.top-bar-section .dropdown li.active:not(.has-form) a:not(.button),
	.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    	font-size: 18px;
    	padding: 9px 0 9px 15px !important;
    	text-align: left;
	}
	#menu-main-menu > li.has-dropdown:after,
	#menu-main-menu ul > li.has-dropdown:after {
		right: 15px;
	    top: 32%;
		font-size: 16px;
	}
    #menu-main-menu > li.has-dropdown:hover:after {
        color: #fff;
        pointer-events: none;
    }
	.top-bar {
		height: 2.5rem;
	}
	.top-bar-section li {
    	border-bottom: 1px solid #fff;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button),
	.top-bar-section li:not(.has-form) a:not(.button) {
    	line-height: 2.375rem;
	}
	.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),
	.top-bar-section .dropdown li.active:not(.has-form) a:not(.button),
	.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
		height: auto;
	}
	body:not(.home) .content-wrapper {
		padding-top: 0;
	}
	.home h1 {
		font-size: 38px;
	}
	.page-header h1 {
		font-size: 34px;
	}
	body:not(.home) .content-wrapper h2 {
		font-size: 28px;
		line-height: 32px;
	}
	header {
	    padding-bottom: 45px;
	}
	#header-left {
		padding-top: 10px;
	}
	#header-left a {
	    position: absolute;
	    top: 400px;
	    right: 115px;
	    font-size: 26px;
	    z-index: 2;
	}
	#header-left span,
	#header-left br,
	#header-left br + a {
		display: none;
	}
	#header-right {
		padding: 25px 0 40px;
	}
	.nav-bar {
	    position: absolute;
	    height: 45px;
	    z-index: 1;
	}
	.top-bar-section ul {
		background-color: #01017f;
	}
	.top-bar .toggle-topbar.menu-icon a {
		font-size: 22px;
	}
	#guarantee-bar strong {
		display: block;
	}
	#cta-wrapper {
	    flex-direction: column;
	    -ms-flex-direction: column;
	}
	.cta-box-wrapper {
		height: 250px;
	}
	.cta-title {
		padding-top: 75px;
	}
	#sun-sandwich-text {
		padding-bottom: 35px;
	}
	#why-choose-us h2 {
		max-width: 245px;
		margin: 0 auto 30px;
	}
	.ryno-cities .ryno-column {
		padding-left: 0;
	}
	.postscript-cities {
		min-height: auto;
	}
	.postscript-cities h3 {
		margin-top: 0;
		margin-bottom: 20px;
		color: #fff;
	}
	.ryno-cities .ryno-column li,
	.ryno-cities .ryno-column li a {
		color: #fff;
	}
	.footer-main a {
		font-size: 18px;
	}
	.rb-minimal-widget {
		display: block !important;
	}
	.lennox-widget.medium {
		width: 290px !important;
		margin: 0 auto;
	}
	.lennox-widget.medium .widget-content .stars {
		margin: 0 auto;
	}
	.lennox-widget .widget-footer .power-by {
		margin-bottom: 10px !important;
	}
	.lennox-widget .widget-content div {
		float: none !important;
	}
	.lennox-widget .widget-content .button {
		width: 100% !important;
		margin-top: 10px;
		margin-bottom: 0;
	}
}

body.page-id-47 .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 {
    display: inline;
    color: #010181;
}

body.page-id-47 .ryno-service-areas {
	margin-top: 4.1em; 
}

body.page-id-47 .rsa-grid-template__city {
	color: #000; 
}

body.page-id-47 .rsa-grid-template__city a:hover {
  text-decoration: underline;
  text-decoration-color: #FCCB02;
}

.mobile-hero img {
	width: 100%;
}

/* careers page */
.button-wrapper .btn {
    max-width: 261px;
    margin-bottom: 40px;
}