
.top-bar-announcement {
    background: #1f1f1f;
    padding: 5px 30px;
}

.top-bar-announcement a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.lennox-promo {
    background: #fff;
}

.lennox-promo p {
	color: #383838;
}

.text-shadow-box {
    background-color: #f36c3f;
    border: none;
    box-shadow: 0.5rem 0.5rem 0 #191919;
    color: #000;
	font-weight: bold;
    margin-right: .5rem;
    margin-bottom: 2.5rem;
	padding: 50px;
}
.shadowbox {
    box-shadow: 2px 8px 20px 0 rgba(243,108,63,.25);
    padding: 40px 40px 30px 40px;
    margin-bottom: 35px;
    border-radius: 15px;
    border: 2px solid #f36c3f;
}

hr.style1{
	border-top: .02rem solid #717171;
}

#trust-branding-logos {
	display: flex;
	align-items: center;
}

body {

    background: #333333;
    color: #fff;
}

.content-area p {
    font-size: 1.075rem;
    line-height: 1.490rem;
}

.content-area a {
    color: #f36c3f;
}

.content-area a:hover {
    color: #f4ad95;
}

#home_prefix {
    background: #333333;
}

hr {
    border: 1px solid #616161;
}

/* For Page Stylizing & Sprinkling */

#divbg {
  background: #f36c3f; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #f36c3f, #d8410e); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f36c3f, #d8410e); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f36c3f, #d8410e); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f36c3f, #d8410e); /* Standard syntax */
  padding: 20px 0 20px 0;
  margin-bottom: 20px;
}

.page-id-684 h1 {
     font-size: 3.15rem;
}

/* Blockquote */

blockquote {
    color: #989898;
    border-left: 5px solid #f36c3f;
}


/* Div Panel Code */

.panel {
    border-color: #d8d8d8;
    background: #ABABAB;
}

/* Lists with Font Awesome */

.content-area ul:not(.social-icons) {
  list-style: none;
  padding: 0;
}
.content-area ul:not(.social-icons) li {
  padding-left: 1.3em;
  font-size: 1.075rem;
  line-height: 1.490rem;
  padding-bottom: 1.1rem;
}
.content-area ul:not(.social-icons) li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: #f36c3f;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.content-area .text-shadow-box ul li:before {
	color: #fff;
}

/* Contact Form */

.main-contact-form input[type="submit"] {
    border: 2px solid #f36c3f;
    color: #f36c3f;
}

.main-contact-form input[type="submit"]:hover {
    background: #f36c3f;
    color: #fff;
}

.main-contact-form .cf-text {
    background-color: #b8b8b8;
}

.main-contact-form div > label {
    color: #fff;
}

.main-contact-form legend {
    color: #fff;
    background-color: #333333;
}

/* 404 Error Page */

.error404 ul.primary-pages li a, .search-no-results ul.primary-pages li a {
    color: #ccc;
}

.error404 ul.primary-pages li a:hover {
    color: #fff;
}

/* Font-Families */

h1 {
    line-height: 3.75rem;
}

h2 {
    color: #fff;
}

h1.home-title, .content-area h1 {
    color: #fff;
}

.footer-main .copyright a {
    color: #fff;
}

/* Coupons on Specials Page */

.coupon-text h3 {
    color: #E1411F;
}

.coupon {
    border: 3px dashed #E1411F;
}

.lennox-promo h2 {
    font-size: 36px;
    line-height: 1.2;
}

.lennox-promo img {
    height: auto;
    max-width: 100%;
}

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

.lennox-promo__column {
    flex: 1 1 250px;            
    min-width: 250px;
    padding-left: .5rem;
    padding-right: .5rem;
}

.lennox-promo__column-6 {
    max-width: 535px;
}

.lennox-promo__column-5 {
    max-width: 450px;
}

.lennox-promo__column-7 {
    max-width: 620px;
}

.lennox-promo__column p {
    font-size: 20px;
    line-height: 1.6;
}

.lennox-promo .aligncenter {
    display: block;
    margin: 20px auto;
}

.lennox-promo__disclaimer a {
    color: #c9002d !important;
    text-decoration: none !important;
}

.lennox-promo__disclaimer a:hover {
    color: #c9002d !important;
    text-decoration: underline !important;
}

/* Page Titles To Fit On ONE Line */

.page-id-418 h1 {
    font-size: 2.8rem;
}

.page-id-525 h1 {
    font-size: 3.25rem;
}

.error404 .search-wrap input[type="submit"] {
    height: 37px;
    position: relative;
    top: -2px;
    color: #fff;
}

.top-cta-btn a {
  background: #898989;
  background: -moz-linear-gradient(top,  #898989 0%, #000 100%);
  background: -webkit-linear-gradient(top,  #898989 0%,#000 100%);
  background: linear-gradient(to bottom,  #898989 0%,#000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#000',GradientType=0 );
  border: 1px solid #d54e21;
}

.top-cta-btn a:hover {
  background: #000;
  background: -moz-linear-gradient(top,  #000 0%, #898989 100%);
  background: -webkit-linear-gradient(top,  #000 0%,#898989 100%);
  background: linear-gradient(to bottom,  #000 0%,#898989 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#898989',GradientType=0 );
}

.top-cta-btn a:active {
  background: #000;
  background: -moz-linear-gradient(top,  #000 0%, #898989 100%);
  background: -webkit-linear-gradient(top,  #000 0%,#898989 100%);
  background: linear-gradient(to bottom,  #000 0%,#898989 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#898989',GradientType=0 );
}

.header-phone-number {
  font-size: 2.3rem;
}

.header-bbb {
  padding-left: 35px;
  height: 75px;
}

.content-wrapper .social-icons {
  margin: 0;
}
.content-wrapper .social-icons li {
  display: inline-block;
}

.coupon-inner {
  color: #383838;
}

.footer-box {
  text-align: center;
}

.schema-address {
  margin-bottom: 20px;
}

footer label {
  color: #fff;
}
footer span.wpcf7-form-control.wpcf7-radio {
  color: #fff;
}
.main-contact-form #radio-btn .wpcf7-list-item {
  display: inline-block;
}
.postscript-cities {
	background-color: unset;
}

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

.postscript-cities .rsa-abc-template__heading {
	font-weight: 700;
	font-size: 44px;
	text-shadow: 2px 2px 2px rgb(0 0 0 / 25%);
}

.postscript-cities .rsa-abc-template__icon {
	color: #fff;
}

.postscript-cities .rsa-abc-template__city {
	font-weight: 500;
	padding: 0;
}

.postscript-cities .rsa-abc-template__link {
	color: #fff;
	font-weight: 900;
}

.rsa-interiorpage .rsa-abc-template__icon {
	color: #f36c3f;
}

@media screen and (min-width: 767px) {
	.postscript-cities .rsa-abc-template__row {
		column-count: 4;
	}
}

@media screen and (max-width: 1023px) {
    .alignleft, .alignright {
        display: block;
        float: none;
        margin: 0px auto;
        padding-bottom: 15px;
    }
    img {
        display: block;
        vertical-align: none;
        margin: 0px auto;
        float: none;
    }
}

@media screen and (max-width: 639px) {
    a img.alignnone,
    img.alignnone {
        float: none;
        margin: 0px auto;
        padding-bottom: 15px;
        display: block;
    }
    h1 {
        line-height: 2.5rem;
    }
    .page-id-418 h1,
    .page-id-525 h1,
    .page-id-684 h1 {
        font-size: 2.3rem;
    }
    .broken-link {
        word-break: break-word;
    }
    .header-phone-inner > div {
	    margin-bottom: 20px;
    }
    .header-bbb {
        padding-left: 0px;
    }

}