/*
-----------------------------------------------
imarketsolutions.com 
Stylesheet: Master.css
Created: 8/28/2013
Author:  Ben Schiling
Organization:  iMarket Solutions
----------------------------------------------- */

/* latin-ext */
@font-face {
	font-family: 'Bree Serif';
	font-style: normal;
	font-weight: 400;
	src: url(/assets/fonts/woff2/4UaHrEJCrhhnVA3DgluA96Tp57F2IwN-Pw.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
	font-family: 'Bree Serif';
	font-style: normal;
	font-weight: 400;
	src: url(/assets/fonts/woff2/4UaHrEJCrhhnVA3DgluA96rp57F2IwM.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: url(/assets/fonts/woff2/NGS6v5_NC0k9P9H0TbFhsqMA6aw.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: url(/assets/fonts/woff2/NGS6v5_NC0k9P9H2TbFhsqMA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 700;
	src: url(/assets/fonts/woff2/NGS6v5_NC0k9P9H0TbFhsqMA6aw.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 700;
	src: url(/assets/fonts/woff2/NGS6v5_NC0k9P9H2TbFhsqMA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/* --- BEGIN GENERAL UTILITY ------------------------------------------------ */

/* --- GENERAL UTILITY -------------------------------------------------------*/

/* --- UNIVERSAL RESET -------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p,
blockquote, th, td {
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: transparent none repeat left top;
}

fieldset,
a img {
	border: 0 solid transparent;
}

html,
body {
	height: 100%;
}

body {
	font: 62.5%/1.8em "Heebo", sans-serif;
	/* font: 62.5%/1.8em "Roboto", sans-serif; */
	background-color: #fff;
	text-align: left;
	min-width: 320px;
	color: #222222;
}

body.active-navigation,
body.no-scroll {
	overflow: hidden;
}

body.mceContentBody {
	min-width: 0;
	background-color: #fff;
}

#container-all {
	overflow: hidden;
	position: relative;
}

.width-limiter {
	max-width: 1250px;
	margin: 0 auto;
	width: calc(100% - 30px);
}

/*----- LAYOUTS - UNIVERSAL RESET ----- */

@media all and (max-width: 1025px) {}

@media all and (max-width: 800px) {

	/*prevent automatic landscape orientation zoom on iOS devices */
	html {
		-webkit-text-size-adjust: 100%;
	}
}

.modal-trigger {
	cursor: pointer;
}

.modal-trigger:focus {
	background-color: blue;
	/* make a brand color */
}

#site-modal.ims-lightbox {
	/* make a brand color */
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#1b527a),
			to(#043a63));
	background-image: -o-linear-gradient(top, #1b527a 0%, #043a63 100%);
	background-image: linear-gradient(180deg, #1b527a 0%, #043a63 100%);
}

#site-modal .popup-inner {
	padding: 0 20px;
	position: relative;
}

/* imsLightbox Modal Forms */

.ims-lightbox {
	background-color: #fff;
	position: fixed;
	left: 0%;
	top: 12.5%;
	width: 100%;
	height: 75%;
	z-index: 1001;
	overflow: auto;
	-webkit-box-shadow: 0 1px 12px 20000px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 12px 20000px rgba(0, 0, 0, 0.25);
	border-radius: 0px;
	padding: 70px 0 30px;
	border-top: 9px solid #fec43a;
}

.ims-lightbox .popup-inner {
	height: 100%;
	overflow-y: visible;
}

.ims-lightbox .secondary-tools-outer {
	border: none;
	padding: 0;
	margin: 0;
}

.ims-lightbox .close-popup {
	background-color: #00a1ed;
	border-radius: 50%;
	height: 55px;
	width: 55px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background-image: url(/assets/templates/main/images/icons/reviewv3-popup-icon-close.png);
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	background-size: 22px;
	background-size: 32px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: fixed;
	top: calc(13% - 20px);
	right: calc(50% - 382px);
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ims-lightbox .close-popup:hover {
	background-color: #fec43a;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ims-lightbox #mini-form .mf-subtitle a {
	color: #fff;
}

@media (max-width: 800px) {
	.ims-lightbox {
		top: 0;
		border-top: 9px solid #fec43a;
		width: 100%;
		height: calc(100% - 85px);
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.ims-lightbox .close-popup {
		top: 40px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 40px;
	}
}

/* Minimal styles for Promotions popup */

#promotion-popup {
	border: 4px dashed #fdc349;
	background-color: #e8eef7;
}

.promotions-popup {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.ims-lightbox .promotions-popup {
	height: 100%;
}

.ims-lightbox .promotions-popup img {
	max-width: 100%;
}

.ims-lightbox .promotions-popup .view-all {
	text-align: center;
}

.promotions-popup .cta-phone a {
	font-size: 40px;
	text-decoration: none;
	margin: 0 auto 30px;
	display: inline-block;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- ACCESSIBILITY -------------------------------------------------------- */

#access_key,
.access_key {
	text-align: center;
}

#accessibility {
	position: absolute;
	left: -999em;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- GRID & COLUMN LAYOUT ------------------------------------------------- */

.ims-grid-one,
.ims-col-one {
	width: 8.3333%;
}

.ims-grid-two,
.ims-grid-1-6,
.ims-col-two,
.ims-col-1-6 {
	width: 16.6666%;
}

.ims-grid-three,
.ims-grid-1-4,
.ims-col-three,
.ims-col-1-4 {
	width: 25%;
}

.ims-grid-four,
.ims-grid-1-3,
.ims-col-four,
.ims-col-1-3 {
	width: 33.3333%;
}

.ims-grid-five,
.ims-col-five {
	width: 41.6666%;
}

.ims-grid-six,
.ims-grid-1-2,
.ims-col-six,
.ims-col-1-2 {
	width: 50%;
}

.ims-grid-seven,
.ims-col-seven {
	width: 58.3333%;
}

.ims-grid-eight,
.ims-grid-2-3,
.ims-col-eight,
.ims-col-2-3 {
	width: 66.6666%;
}

.ims-grid-nine,
.ims-grid-3-4,
.ims-col-nine,
.ims-col-3-4 {
	width: 75%;
}

.ims-grid-ten,
.ims-grid-5-6,
.ims-col-ten,
.ims-col-5-6 {
	width: 83.3333%;
}

.ims-grid-eleven,
.ims-col-eleven {
	width: 91.6666%;
}

.ims-grid-twelve,
.ims-grid-1,
.ims-col-twelve,
.ims-col-1 {
	width: 100%;
}

[class*="ims-grid-"] {
	display: inline-block;
	margin-right: -3px;
	vertical-align: top;
}

[class*="ims-col-"] {
	display: block;
	margin: 0 auto;
}

/* Grid gutter values */

[class*="ims-grid-"] {
	padding-right: 15px;
}

[class*="ims-grid-"]:last-of-type {
	padding-right: 0;
}

.ims-grid-force-pad:last-of-type {
	padding-right: 15px;
}

.ims-pad-grid {
	padding: 15px 0 15px 15px;
}

.ims-pad-grid [class*="ims-grid-"]:last-of-type {
	padding-right: 15px;
}

/*----- LAYOUTS - GRID & COLUMN LAYOUT ----- */

@media all and (max-width: 570px) {
	[class*="ims-grid-"] {
		width: 100%;
		padding-right: 0;
	}

	.ims-grid-force-pad:last-of-type {
		padding-right: 0;
	}

	.ims-pad-grid [class*="ims-grid-"] {
		padding-right: 15px;
	}

	[class*="ims-col-"] {
		width: 100%;
	}
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- TYPOGRAPHY ----------------------------------------------------------- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #043b62;
	font-weight: 400;
	line-height: 1.15em;
	margin: 1.2em 0 0.7em;
	font-family: "Bree Serif", serif;
	/* font-family: 'PT Serif', serif; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	display: block;
}

p,
li {
	line-height: 1.6em;
}

p {
	margin-bottom: 1.3em;
}

#home-top-content li,
#home-main-content li,
#top-content li,
#main-content li {
	margin-bottom: 0.5em;
}

address {
	font-size: 1.2em;
	font-style: normal;
	margin-bottom: 1.5em;
}

blockquote {
	margin: 0 0.6em;
}

iframe {
	border: none;
	position: relative;
	z-index: 1;
}

blockquote p {
	margin-bottom: 0.75em;
}

blockquote .source {
	font-size: 1.2em;
}

ul,
ol {
	padding: 0 0 1.8em 3.6em;
	color: #222222;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-bottom: 0;
}

li li,
li p {
	font-size: 1em;
}

dl {
	padding: 0 0 1.8em 0;
}

dt {
	font-size: 1.3em;
	font-weight: bold;
}

dd {
	font-size: 1.3em;
	padding: 0 0 1.5em 3.6em;
}

dd ul,
dd ol {
	padding-left: 0;
}

dd * {
	font-size: 1em;
}

.publication_name {
	font-style: italic;
}

.footnote {
	font-size: 1.1em;
}

/*----- LAYOUTS - TYPOGRAPHY ----- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
li {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h1,
.h1 {
	font-size: 3.6em;
	line-height: 1.1em;
}

h2,
.h2 {
	font-size: 2.8em;
}

h3,
.h3 {
	font-size: 2.4em;
}

h4,
.h4 {
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5,
.h5 {
	font-size: 1.6em;
}

h6,
.h6 {
	font-size: 1.5em;
}

p,
li {
	font-size: 1.8em;
}

#wp-blog.archive #main-content h1 {
    font-size: 3em;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- IMAGES --------------------------------------------------------------- */

a img {
	border: 0;
}

p.last {
	margin-top: 3em;
}

.image-left,
.image-right,
.image-center {
	font-size: 1.2em;
	line-height: 0;
}

.image-left,
.image-right {
	max-width: 50%;
}

.image-left {
	float: left;
	margin: 0;
	padding: 0 2em 0.75em 0;
}

.image-right {
	float: right;
	margin: 0;
	padding: 0 0 0.75em 2em;
}

.image-center {
	max-width: 100%;
	margin: 0 auto 1.8em;
	text-align: center;
}

.image-left img,
.image-right img,
.image-center img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.image-contain {
  max-width: 100%;
  height: auto;
}

.caption {
	font-size: 1.3em;
	line-height: 1.6364em;
	text-align: center;
}

.landing-page-hero-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 270px;
	/* Desired height of the image */
	position: relative;
	width: 100%;
}

.custom-featured-image {
	width: auto;
	max-width: 50%;
}

.custom-featured-image>img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/*----- LAYOUTS - IMAGES ----- */

@media all and (max-width: 570px) {

	.image-left,
	.image-right {
		float: none;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 0 10px;
	}

	.custom-featured-image {
		max-width: 90%;
	}
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- LINKS ---------------------------------------------------------------- */

a:link,
a:visited {
	text-decoration: underline;
	outline: none;
	color: #1b527a;
}

a:hover,
a:active {
	/* color: #222222; */
	text-decoration: none;
}

a,
button,
input,
a:before,
a:after {
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- TABLES --------------------------------------------------------------- */

table {
	margin: 0 auto 1.8em auto;
}

caption {
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	padding: 0 0 0.6em 0;
	margin: 0 auto;
}

td,
th {
	font-size: 1.2em;
	line-height: 1em;
	padding: 0.5em 9px 0.25em;
}

th {
	font-weight: bold;
	border: 0;
}

tfoot td {
	line-height: 1.5em;
}

tfoot ul {
	padding: 0;
	list-style: none;
}

tfoot li {
	font-size: 1em;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- SITEWIDE FORMS ------------------------------------------------------- */

.populate {
	color: #6d6d6d;
}

.populate:focus {
	color: #000000;
}

form fieldset input[type="text"],
form fieldset textarea,
form fieldset select {
	border: 1px solid #cecece;
	border-radius: 3px;
	font-family: "Heebo", sans-serif;
	padding: 13px 10px 14px;
	background-color: #ffffff;
	height: 50px;
}

form fieldset select {
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff url(/assets/templates/main/images/icons/select-arrows.png) no-repeat scroll 98% 50%;
	padding-right: 25px;
}

label,
input[type="radio"],
input[type="checkbox"],
input[type="submit"],
button {
	cursor: pointer;
}

label,
input[type="submit"],
button {
	border: none;
	-webkit-appearance: none;
}

/*this keeps iphones from zooming in on form fields */

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	select:focus,
	textarea:focus,
	input:focus {
		font-size: 16px;
	}
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- ERRORS & CONFIRMATIONS ----------------------------------------------- */

/* --- form errors ---- */

/* highlight fields marked as error */

input.error,
select.error,
textarea.error {
	border: 1px solid red !important;
}

/* --- error container styling ---- */

#error-container,
.error-container {
	background: #ffa0a0;
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffa0a0 0%, #f9c2c2 100%);
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#ffa0a0),
			to(#f9c2c2));
	background: -o-linear-gradient(top, #ffa0a0 0%, #f9c2c2 100%);
	background: linear-gradient(to bottom, #ffa0a0 0%, #f9c2c2 100%);
	/* W3C */
	border-top: 10px solid #d60000;
	color: #353535;
	text-shadow: 0 1px 0 #fff;
}

.confirmation-container {
	background: #abeaab;
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #abeaab 0%, #bfffbf 100%);
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#abeaab),
			to(#bfffbf));
	background: -o-linear-gradient(top, #abeaab 0%, #bfffbf 100%);
	background: linear-gradient(to bottom, #abeaab 0%, #bfffbf 100%);
	/* W3C */
	border-top: 10px solid #008000;
	color: #343434;
	text-shadow: 0 1px 0 #fff;
}

#error-container {
	border-radius: 0 0 7px 7px !important;
	-webkit-box-shadow: 0 1px 3px #000000 !important;
	box-shadow: 0 1px 3px #000000 !important;
	color: #353535 !important;
	height: 50%;
	margin-bottom: 1.8em !important;
	padding: 1.8em 1.8em 2.5em !important;
	position: fixed;
	right: 0 !important;
	top: 0 !important;
	z-index: 3000 !important;
	right: 5% !important;
	width: 30% !important;
}

#error-container h3,
#error-container h2 {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-color: transparent !important;
	border: medium none !important;
	color: #e51937 !important;
	font-family: "Heebo", sans-serif !important;
	font-size: 2.4em !important;
	font-style: normal !important;
	font-weight: bold !important;
	margin: 0 !important;
	padding: 0 25px 0 0 !important;
	position: relative !important;
	text-shadow: none;
	text-transform: capitalize;
	top: 0 !important;
	width: 100% !important;
}

#error-container ul {
	display: block !important;
	height: 80% !important;
	padding: 0 !important;
	margin: 10px !important;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	text-align: left !important;
}

#error-container li {
	color: #000000 !important;
	min-height: 0 !important;
	list-style-image: none !important;
	font-weight: normal !important;
	padding: 1px 0 !important;
}

#error-container li:before {
	color: #565656 !important;
	content: "\00BB" !important;
	/* » */
	font-size: 1.3em !important;
	font-style: normal !important;
	font-weight: normal !important;
	line-height: 1em !important;
	padding: 0 5px 0 0 !important;
	text-shadow: none !important;
}

/* close error container input */

input.close-modal-popup {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-color: #bc1010;
	border: none !important;
	border-radius: 6px !important;
	-webkit-box-shadow: 0 1px 1px #999 !important;
	box-shadow: 0 1px 1px #999 !important;
	color: #ffffff !important;
	cursor: pointer !important;
	font-size: 1.8em !important;
	height: 30px !important;
	margin: 1px 5px !important;
	padding: 0 0 0 1px !important;
	position: absolute !important;
	right: 3px !important;
	top: 3px !important;
	width: 30px !important;
	-webkit-appearance: none;
	z-index: 100;
}

input.close-modal-popup:hover,
input.close-modal-popup:active {
	background-color: #676767 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* IE Version Warning */

#ie-message {
	background-color: #efefef;
	border: 1px solid #bababa;
	padding: 5px;
	margin: 10px 30px 0;
	text-align: center;
	display: none;
}

#ie-message .h2,
#ie-message .h3 {
	font-family: "Heebo", sans-serif;
	color: #d92027;
	margin: 0 0 10px;
}

#ie-message p {
	margin: 0 0 5px;
}

body.oldIE #ie-message {
	display: block !important;
}

/*----- LAYOUTS - ERRORS & CONFIRMATIONS ----- */

#error-container {
	border-radius: 0 !important;
	height: 75% !important;
	width: 100% !important;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- COLUMN LAYOUTS ------------------------------------------------------- */

fieldset.onecol ul,
fieldset.twocol ul,
fieldset.threecol ul,
ul.twocol,
ul.threecol {
	overflow: hidden;
	padding: 0 0 0 1.5em;
}

fieldset.twocol ul li,
ul.twocol li {
	float: left;
	width: 50%;
}

fieldset.threecol ul li,
ul.threecol li {
	float: left;
	width: 33%;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- UTILITY CLASSES ------------------------------------------------------ */

.inline-block {
	display: inline-block;
}

.block {
	display: block;
}

.margin-0 {
	margin: 0;
}

.margin-auto {
	margin: auto;
}

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

.vertical-middle {
	vertical-align: middle;
}

.vertical-bottom {
	vertical-align: bottom;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.no-italic {
	font-style: normal;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.hide {
	display: none;
}

.show {
	display: block;
}

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

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

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

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

.font-17 {
	font-size: 17px;
}

.font-18 {
	font-size: 18px;
}

.font-19 {
	font-size: 19px;
}

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

.font-21 {
	font-size: 21px;
}

.font-22 {
	font-size: 22px;
}

.font-23 {
	font-size: 23px;
}

[class*="font-"] {
	line-height: 1.2;
}

/* Honeypot Validation */

li.company_name_required,
.secondary-tools form ul li.structured_particle_required,
#mini-form li.structured_particle_required,
li.structured_particle_required {
	position: absolute;
	display: none;
	visibility: hidden;
}

/*Checkmark Bullets */

ul.checkmarks li {
	list-style-image: url("/assets/templates/main/images/bullets/bullet-checkmark.png");
}

ul.twocol.checkmarks,
ul.threecol.checkmarks {
	padding: 0 0 0 2.5em;
}

/* --- FLEX UTILITY CLASSES ------------------------------------------------- */

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

/* FD = Flex Direction */

.fd-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fd-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.fd-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.fd-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/* FW = Flex Wrap */

.fw-wrap {
	-webkit-box-flex: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* JC = Justify Content */

.jc-flex-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jc-flex-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.jc-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jc-space-around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.jc-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jc-space-evenly {
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

/* AC = Align Content */

.ac-flex-start {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.ac-flex-end {
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.ac-center {
	-ms-flex-line-pack: center;
	align-content: center;
}

.ac-space-around {
	-ms-flex-line-pack: distribute;
	align-content: space-around;
}

.ac-space-between {
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.ac-space-evenly {
	-ms-flex-line-pack: space-evenly;
	align-content: space-evenly;
}

/* AI = Align Items */

.ai-flex-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ai-flex-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ai-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ai-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.ai-stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/* AS = Align Self */

.as-flex-start {
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.as-flex-end {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.as-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.as-baseline {
	-ms-flex-item-align: baseline;
	align-self: baseline;
}

.as-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.as-auto {
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
}

/* Flex Grow/Shrink/Basis */

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-2 {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.flex-3 {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.flex-4 {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- SITEWIDE COLORS ------------------------------------------------------ */

input[type="submit"],
button {
	background-color: #00a1ed;
	color: #fff;
	text-transform: uppercase;
}

input[type="submit"]:hover,
input[type="submit"]:active,
button:hover,
button:active {
	background-color: #fec43a;
	color: #1b527a;
}

#content #top-content input[type="submit"],
#content #top-content button,
#content #main-content input[type="submit"],
#content #main-content button {
	font-family: "Bree Serif", serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 3px;
	height: 61px;
	min-width: 93px;
	letter-spacing: 1.1px;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- RECOMMEND ME DEFAULTS ------------------------------------------------ */

#nn-reviews {
	margin: 25px 0;
}

.nn-agg-container {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.nn-agg-container img {
	max-height: 30px;
	max-width: 150px;
	vertical-align: middle;
}

.nn-agg-rating {
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	vertical-align: middle;
}

.nn-reviews {
	font-size: 1.4em;
	margin: 7px 0;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- STAR RATING ---------------------------------------------------------- */

.star-rating,
.star-rating span:hover,
.star-rating span:active,
.star-rating span:focus,
.star-rating .current-rating {
	background-image: url(/assets/templates/main/images/star.png);
	background-position: left -1000px;
	background-repeat: repeat-x;
}

.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}

.star-rating li {
	display: inline;
	min-height: 0;
	padding-bottom: 0;
}

.vertical .star-rating li {
	display: inline;
	min-height: 0;
	padding-bottom: 0;
}

#main-content form fieldset ul li.current-rating {
	list-style: none outside none;
	padding: 0;
}

.star-rating span,
.star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating span:hover,
.star-rating span:active,
.star-rating span:focus {
	background-position: left bottom;
}

.star-rating span.one-star {
	width: 20%;
	z-index: 6;
}

.star-rating span.two-stars {
	width: 40%;
	z-index: 5;
}

.star-rating span.three-stars {
	width: 60%;
	z-index: 4;
}

.star-rating span.four-stars {
	width: 80%;
	z-index: 3;
}

.star-rating span.five-stars {
	width: 100%;
	z-index: 2;
}

.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}

/* for an inline rater */

.inline-rating {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}

/* smaller star */

.small-star {
	margin-right: 10px;
	position: absolute;
	width: 50px;
}

.small-star,
.small-star span:hover,
.small-star span:active,
.small-star span:focus,
.small-star .current-rating {
	background-image: url(/assets/templates/main/images/star_small.png);
	line-height: 10px;
	height: 10px;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- VIEW ALL LINKS ------------------------------------------------------- */

.view-all {
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: 0;
	text-align: right;
}

.view-all a {
	text-decoration: none;
	font-family: "Heebo", sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
}

.view-all a:link,
.view-all a:visited {
	color: #003a63;
	text-decoration: underline;
}

.view-all a:hover,
.view-all a:active {
	color: #00a1ed;
	text-decoration: none;
}

.view-all a:after {
	/*content: "\00BB"; /* » */
	/* content: "\25B6"; */
	content: url("/assets/templates/main/images/icons/icon-view-all-arrow.svg");
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	padding: 0 0 0 5px;
	position: relative;
	left: 0;
	top: 2px;
}

.view-all a:hover:after {
	left: 7px;
}

/* Hidden Content / Read More Style */

.hc-trigger {
	white-space: nowrap;
	color: #003a63;
	font-weight: 700;
}

.hc-trigger:hover {
	color: #00a1ed;
}

.hc-trigger[data-expanded="true"] {
	color: #00a1ed;
}

@media all and (max-width: 800px) {

	/* html.js  */
	.hc-start:not(.show) {
		display: none;
	}
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- CTA BUTTONS ---------------------------------------------------------- */

.cta-button {
	display: inline-block;
	text-align: center;
}

.cta-button a {
	display: block;
	font-size: 2.2em;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
	color: #043b62;
	border-radius: 3px;
	background-color: #fec43a;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-family: "Bree Serif", serif;
	letter-spacing: 1.1px;
	min-height: 63px;
	line-height: 1.2em;
	padding: 14px 20px;
}

.cta-button a:hover,
.cta-button a:active {
	color: #fff;
	background-color: #00a1ed;
}

.cta-button a span {
	display: inline-block;
	/* vertical-align: middle; */
	line-height: 1.1;
	padding: 5px 0;
}

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- SOCIAL NETWORKING ---------------------------------------------------- */

.social-networking {
	margin: 0;
	text-align: center;
}

.social-networking ul {
	padding: 0;
}

.social-networking li {
	display: inline-block;
	margin-left: 5px;
	padding: 0;
}

.social-networking li:first-of-type {
	margin-left: 0;
}

.social-networking li a {
	display: block;
	text-indent: -9999em;
	font-size: 1px;
	color: transparent;
	height: 45px;
	width: 45px;
	position: relative;
	background-color: #ed4c14;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 25px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.social-networking li.btn-facebook a {
	background-image: url("/assets/templates/main/images/social/btn-facebook.png");
}

.social-networking li.btn-x a {
	background-image: url("/assets/templates/main/images/social/btn-x-white.svg");
	background-size: auto 50%;
  }

.social-networking li.btn-youtube a {
	background-image: url("/assets/templates/main/images/social/btn-youtube.png");
}

.social-networking li.btn-instagram a {
	background-image: url("/assets/templates/main/images/social/btn-instagram.png");
}

.social-networking li.btn-pinterest a {
	background-image: url("/assets/templates/main/images/social/btn-pinterest.png");
	background-size: auto 20px;
}

.social-networking li.btn-angies-list a {
	background-image: url("/assets/templates/main/images/social/btn-angies-list.png");
}

.social-networking li.btn-houzz a {
	background-image: url("/assets/templates/main/images/social/btn-houzz.png");
}

.social-networking li.btn-linkedin a {
	background-image: url("/assets/templates/main/images/social/btn-linkedin.png");
}

.social-networking li.btn-google-maps a {
	background-image: url("/assets/templates/main/images/social/btn-google-maps.png");
	background-size: auto 24px;
}

.social-networking li.btn-google-my-business a {
	background-image: url("/assets/templates/main/images/social/btn-google-my-business.png");
}

.social-networking li.btn-yelp a {
	background-image: url("/assets/templates/main/images/social/btn-yelp.png");
}

.social-networking li.btn-flickr a {
	background-image: url("/assets/templates/main/images/social/btn-flickr.png");
}

.social-networking li a:hover,
.social-networking li a:active {
	background-color: #00a1ed;
	color: transparent;
}

/*----- LAYOUTS - SOCIAL NETWORKING ----- */

/* --- GENERAL UTILITY ------------------------------------------------------ */

/* --- 404 PAGE ------------------------------------------------------------- */

#page-not-found #top-content p {
	font-size: 1.7em;
}

#content-phone-callout,
#content-phone-callout a {
	color: #ed4c14;
}

#content-phone-callout {
	margin-top: 0.7em;
}

#top-content #content-phone-callout a:hover {
	/* color: #003a63; */
	text-decoration: none;
}

/* --- END GENERAL UTILITY -------------------------------------------------- */

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/* --- BEGIN CONTENT FRAMEWORK ---------------------------------------------- */

#masthead,
#fixed-masthead {
	overflow: hidden;
	position: relative;
}

#masthead {
	overflow: visible;
}

#masthead [class*="ims-grid-"],
#fixed-masthead [class*="ims-grid-"] {
	vertical-align: middle;
}

#container-fixed-masthead {
	position: fixed;
	top: -300px;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: top 0.6s, left 0.3s;
	-o-transition: top 0.6s, left 0.3s;
	transition: top 0.6s, left 0.3s;
	z-index: 1000;
}

#container-masthead {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 1;
}

.ims-is-scrolled #container-fixed-masthead {
	top: 0;
}

#masthead .masthead-top {
	/* background-color: #e8eef7; */
	position: relative;
}

#masthead .masthead-top::before {
	content: "";
	position: absolute;
	width: 4000px;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	background-color: #e8eef7;
	z-index: -1;
}

#masthead .schedule-service-button a,
#fixed-masthead .cta-button a {
	background-color: #faad3c;
}

#masthead .schedule-service-button a:hover,
#fixed-masthead .cta-button a:hover {
	background-color: #00a1ed;
}

/* Location Dropdown Nav */

.location-navigation {
	margin-left: 5px;
}

.location-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.location-navigation .nav-level-1 {
	position: relative;
}

.location-navigation .nav-level-1>a {
	display: inline-block;
	min-width: 100px;
	padding: 6px 18px 6px 7px;
	background-color: #fff;
	color: #003a63;
	font-size: 16px;
	height: 32px;
}

.location-navigation a span {
	position: relative;
	line-height: 1.1em;
}

.location-navigation .nav-level-1>a>span {
	position: relative;
	top: -2px;
}

.location-navigation .nav-level-1>ul {
	display: none;
	position: absolute;
	text-align: left;
	min-width: 170px;
	background-color: #fff;
	right: 0;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
}

.location-navigation .nav-level-2 a {
	display: block;
	padding: 8px 15px 8px 15px;
	color: #003a63;
	font-size: 16px;
}

.location-navigation ul li,
.location-navigation ul li a,
.secondary-tools .location-navigation ul li a {
	text-decoration: none !important;
	cursor: pointer;
}

.location-navigation .nav-level-1.active>ul {
	display: block;
	z-index: 1;
	padding: 0;
	overflow: hidden;
}

.location-navigation .nav-level-2 a.current,
.location-navigation .nav-level-2 a:hover {
	background-color: #fec43a;
}

.location-navigation .nav-level-1>a>span::before {
	content: none;
}

.location-navigation .nav-level-1>a::before {
	content: "";
	background-image: url("/assets/templates/main/images/icons/icon-dropdown-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0;
	height: 100%;
	width: 7px;
	right: 5px;
}

.location-navigation a.dropdown-trigger {
	height: 32px;
	min-width: 100px;
}

.location-navigation a.dropdown-trigger:hover {
	color: #003a63;
}

/* End Location Dropdown Nav */

.location-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 13px 0 13px;
}

.location-select p {
	margin-bottom: 0;
}

.location-select select {
	margin-left: 10px;
	height: 32px;
	background-color: #fff;
	color: #003a63;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 0 0 5px;
	border-color: #fff;
}

@media all and (max-width: 800px) {
	#container-fixed-masthead {
		display: none;
	}
}

/* Location based primiary navigation blog links */
#primary-navigation .blog-link {
	display: none;
}

.cedar-rapids #primary-navigation .blog-link.cedar-rapids {
	display: block;
}

.cedar-falls #primary-navigation .blog-link.cedar-falls {
	display: block;
}

.grimes #primary-navigation .blog-link.grimes,
.des-moines #primary-navigation .blog-link.des-moines {
	display: block;
}

/* location based display styles */

body.des-moines .des-moines-d-none {
	display: none;
}

/* --- FOOTER ------------------------------------------------------------- */

/* --- MOBILE FIXED FOOTER ------------------------------------------------ */

#container-footer {
	/* margin-bottom: 95px; */
}

.mobile-fixed-footer {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #004c75;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.75);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.75);
	bottom: 0;
	right: 0;
	width: 100%;
	height: 95px;
	line-height: 95px;
	text-align: center;
	z-index: 2000;
	padding-right: 8px;
}

.active-navigation .mobile-fixed-footer {
	right: -100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.mobile-phone .phone-number {
	font-size: 0;
}

.mobile-col:not(.mobile-phone) {
	width: 21.5%;
}

.mobile-phone {
	width: 14%;
}

.mobile-phone .phone-number a {
	display: block;
	-webkit-box-shadow: 0 5px 9px rgb(0 0 0 / 24%);
	box-shadow: 0 5px 9px rgb(0 0 0 / 24%);
	background-color: #faad3c;
	border-radius: 50%;
	height: 67px;
	width: 67px;
}

.mobile-phone .phone-number svg {
	position: relative;
	max-width: 85px;
	width: 85px;
	height: 85px;
	left: -10px;
	top: -3px;
}

.mobile-col:not(.mobile-phone) a,
.mobile-col.chat:not(.mobile-phone) span.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 10px;
	text-decoration: none;
	height: 100%;
}

.mobile-col.chat:not(.mobile-phone) span.inner {
	color: #fff;
}

.mobile-col svg {
	max-width: 40px;
	height: auto;
}

.mobile-col:not(.mobile-phone) svg {
	fill: #fff;
	margin-bottom: 8px;
}

.mobile-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mobile-phone svg {
	max-width: 65px;
	width: 100%;
}

.mobile-col:not(.mobile-phone) p {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.mobile-fixed-footer a {
	color: #fff;
}

.mobile-col.chat p {
	position: absolute;
	right: 57px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

/* --- MASTHEAD ------------------------------------------------------------- */

/* --- LOGO - TAGLINE ------------------------------------------------------- */

.logo {
	margin: 10px auto 5px;
	max-width: 300px;
	position: relative;
}

#masthead .logo {
	margin: -10px auto 5px;
	max-width: 202px;
	position: relative;
}

@media (max-width: 800px) {
	#masthead .logo img {
		height: 147px;
		width: 224px;
	}
}

#fixed-masthead .tagline,
#masthead .tagline {
	color: #043b62;
	font-family: "Bree Serif";
	font-size: 20px;
	font-weight: 400;
	/* padding-left: 30px; */
	position: relative;
	display: inline-block;
}

#fixed-masthead .tagline:before,
#masthead .tagline:before {
	content: url("/assets/templates/main/images/icons/icon-emergency.svg");
	margin-right: 5px;
	height: 21px;
	width: 24px;
	position: relative;
	top: 3px;
	min-width: 23px;
}

@media (max-width: 800px) {
	#masthead .phone-cta {
		display: none;
	}

	#masthead .logo {
		margin: -10px auto 15px;
		max-width: 224px;
	}

	#masthead .tagline {
		margin-bottom: 5px;
	}
}

@media (min-width: 801px) {
	#masthead .location-select {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding: 9px 0 9px;
	}
}

#fixed-masthead .logo {
	max-width: 150px;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
}

.tagline {
	color: #ff0000;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0.6em;
	text-align: center;
	line-height: 1.3em;
}

/* --- MASTHEAD ------------------------------------------------------------- */

/* --- PHONE NUMBER --------------------------------------------------------- */

.phone-container {
	text-align: center;
}

.phone-text {
	color: #ff0000;
	font-size: 2.4em;
	line-height: 1.15em;
	margin: 0;
}

.phone-number {
	font-size: 4em;
	font-weight: bold;
	line-height: 1.15em;
	margin: 0;
	white-space: nowrap;
}

.phone-number,
.phone-number span,
.phone-number a,
.phone-number span.gc-cs-link {
	color: #00cc0d;
	text-decoration: none;
}

/* --- MASTHEAD ------------------------------------------------------------- */

/* --- LAYOUTS/ANIMATION ---------------------------------------------------- */

#masthead {
	-webkit-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.logo,
.phone-container,
.tagline {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media all and (min-width: 431px) {
	.mobile-col:not(.mobile-phone) p {
		font-size: 13px;
	}

	.mobile-col,
	.mobile-col:not(.mobile-phone) {
		width: 20%;
	}
}

@media all and (min-width: 571px) {
	.mobile-col:not(.mobile-phone) p {
		font-size: 16px;
	}
}

@media all and (max-width: 800px) {

	.logo-container,
	.tagline2,
	.phone-container,
	.logo-col {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 450px;
		width: 100%;
	}
}

/* --- END MASTHEAD ----------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/* --- BEGIN PRIMARY NAVIGATION (MOBILE/TABLET) ----------------------------- */

#container-primary-navigation .phone-number {
	text-align: center;
}

@media all and (max-width: 800px) {
	#toggle-navigation {
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	#container-primary-navigation,
	.ims-push-content {
		-webkit-transition: left 0.3s ease;
		-o-transition: left 0.3s ease;
		transition: left 0.3s ease;
	}

	#primary-navigation {
		background-image: none;
		background-repeat: repeat;
		background-attachment: scroll;
		background-position: 0 0;
		background-color: #e8eef7;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		width: 100%;
		padding: 100px 0 20px;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	#primary-navigation>ul {
		display: block;
		padding: 0;
		height: auto;
		list-style-type: none;
		position: relative;
		width: 100%;
		/*border-bottom: 1px solid rgba(0,0,0,0.3);*/
	}

	#primary-navigation>ul::after {
		content: "";
		position: absolute;
		width: calc(100% - 30px);
		height: 1px;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #fff;
	}

	#primary-navigation ul li {
		position: relative;
	}

	#primary-navigation .cta-button.send-message-button {
		display: inline-block;
		margin: 30px auto 20px;
	}

	/* --- PRIMARY NAVIGATION (MOBILE/TABLET) --------------------------------- */
	/* --- NAV ITEM COLORS & FONT SIZES --------------------------------------- */
	/* ----- Static ----- */
	/* All Nav Items */
	#primary-navigation li,
	#primary-navigation li a:link,
	#primary-navigation li a:visited {
		color: #263268;
		text-decoration: none;
	}

	/* ----- Rollovers ----- */
	/* All Nav Items */
	#primary-navigation li a:hover,
	#primary-navigation li a:active,
	#primary-navigation li.active>a,
	#primary-navigation ul li.nav-level-1 ul li a:hover,
	#primary-navigation ul li.nav-level-1 ul li a:active {
		color: #222;
	}

	/* ----- You Are Here ----- */
	/* All Nav Items */
	#primary-navigation li.current>a:link,
	#primary-navigation li.current>a:visited,
	#primary-navigation li.current>a:hover,
	#primary-navigation li.current>a:active {
		color: #222;
	}

	/* ----- Nav Font Sizes ----- */
	/* Top Level */
	#primary-navigation ul li.nav-level-0,
	#primary-navigation ul li.nav-level-1 {
		font-size: 1.8em;
		line-height: 1.1em;
		color: #1b527a;
		font-family: "Bree Serif", serif;
		font-size: 24px;
		font-weight: 400;
	}

	/* Secondary */
	#primary-navigation ul li.nav-level-1>ul>li {
		font-size: 0.8em;
		line-height: 1em;
	}

	/* Tertiary/Third Level & Beyond */
	#primary-navigation ul li.nav-level-1>ul>li li {
		font-size: 1em;
		line-height: 1.1em;
	}

	/* --- PRIMARY NAVIGATION (MOBILE/TABLET) --------------------------------- */
	/* --- TOP-LEVEL ---------------------------------------------------------- */
	#primary-navigation ul li.nav-level-0,
	#primary-navigation ul li.nav-level-1 {
		/*border-bottom: 1px solid rgba(0,0,0,0.3);*/
		min-height: 40px;
		height: auto;
		line-height: 1.1em;
		overflow: hidden;
		padding: 0;
		position: relative;
		text-align: left;
		font-weight: 400;
	}

	#primary-navigation ul li.nav-level-1::after {
		content: "";
		position: absolute;
		width: calc(100% - 30px);
		height: 1px;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #fff;
	}

	#primary-navigation ul li.nav-level-1:first-child::after {
		content: "";
	}

	#primary-navigation ul li.nav-level-1:last-child::after {
		display: none;
	}

	#primary-navigation ul li.nav-level-0>a,
	#primary-navigation ul li.nav-level-1>a {
		display: block;
		padding: 15px 19% 15px 30px;
		text-decoration: none;
		text-transform: none;
		position: relative;
	}

	#primary-navigation ul li.nav-level-1.active-submenu>a::after {
		content: "";
		position: absolute;
		width: calc(100% - 30px);
		height: 1px;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #ededed;
	}

	/* --- PRIMARY NAVIGATION (MOBILE/TABLET) --------------------------------- */
	/* --- NAV ITEMS ---------------------------------------------------------- */
	/* ----- All Dropdown Nav Items ----- */
	#primary-navigation ul li.nav-level-1 ul {
		list-style-type: none;
		margin: 0;
		max-height: 0;
	}

	#primary-navigation ul li.nav-level-1 li {
		overflow: hidden;
		text-align: left;
	}

	#primary-navigation ul li.nav-level-1 li a {
		display: block;
		padding: 10px 50px 10px 30px;
		position: relative;
	}

	#primary-navigation ul li.nav-level-1 ul>li:not(.last):not(.nav-level-3)>a::after {
		content: "";
		position: absolute;
		width: calc(100% - 30px);
		height: 1px;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #fff;
	}

	#primary-navigation ul li.nav-level-1 li:first-child a {}

	/* ----- 3rd Level Nav Items (tertiary service pages) & beyond ------------ */
	#primary-navigation ul li.nav-level-1>ul>li ul {
		border-left: none;
		margin: 0;
	}

	#primary-navigation ul li.nav-level-1>ul>li ul li a {
		padding: 8px 50px 8px 0;
		font-weight: 400;
	}

	#primary-navigation ul li.nav-level-1>ul>li>ul ul {
		margin: 0 0 0 2%;
	}

	/* Active Navigation */
	#primary-navigation ul li.nav-level-1 ul.active {
		max-height: none;
	}

	#primary-navigation ul li.nav-level-1>ul.active {
		padding-bottom: 8px;
		padding-left: 20px;
	}

	/* --- PRIMARY NAVIGATION (MOBILE/TABLET) --------------------------------- */
	/* --- NAVIGATION 'SHOW/HIDE' LINK ---------------------------------------- */
	#toggle-navigation {
		height: 0;
		width: 0;
	}

	.no-js #toggle-navigation {
		display: none;
	}

	.js #toggle-navigation {
		background-image: none;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: 0 center;
		background-color: #004c75;
		background-size: auto 30px;
		border-radius: 0;
		cursor: pointer;
		font-size: 16px;
		font-weight: 700;
		height: 85px;
		text-transform: uppercase;
		left: 0;
		margin: 0 auto;
		width: calc(100% - 80%);
		overflow: hidden;
		padding: 0;
		position: fixed;
		text-align: left;
		bottom: -2px;
		z-index: 2001;
		z-index: 1000;
		-webkit-transition: background 0.4s linear;
		-o-transition: background 0.4s linear;
		transition: background 0.4s linear;
	}

	.js .active-navigation #toggle-navigation {
		z-index: 1001;
	}

	.js #toggle-navigation a {
		position: relative;
		font-size: 16px;
		color: #fff;
		display: block;
		height: 100%;
		line-height: 40px;
		padding: 44px 5px 0 5px;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}

	.js #toggle-navigation a::before,
	.js #toggle-navigation a::after,
	.js #toggle-navigation::before {
		content: "";
		position: absolute;
		width: 38px;
		height: 7px;
		background-color: #fff;
		left: 50%;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
		-webkit-transition-property: transform;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		-o-transition-property: transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		-o-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.js #toggle-navigation a::before {
		top: 14px;
		-webkit-transform-origin: center left;
		-ms-transform-origin: center left;
		transform-origin: center left;
	}

	.js #toggle-navigation a::after {
		bottom: 40px;
		-webkit-transform-origin: center left;
		-ms-transform-origin: center left;
		transform-origin: center left;
	}

	.js #toggle-navigation::before {
		top: 26px;
	}

	.js .active-navigation #toggle-navigation a::before,
	.js .active-navigation #toggle-navigation a::after,
	.js .active-navigation #toggle-navigation::before {
		height: 4px;
	}

	.js .active-navigation #toggle-navigation {
		background-image: none;
		background-repeat: repeat;
		background-attachment: scroll;
		background-position: 0 0;
		background-color: #004c75;
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		border-radius: 50%;
		height: 58px;
		position: fixed;
		top: 0;
		right: 0;
		width: 58px;
		margin-right: 40px;
		margin-top: 40px;
	}

	.js .active-navigation #toggle-navigation a::before {
		-webkit-transform: rotate(45deg) translateX(-50%);
		-ms-transform: rotate(45deg) translateX(-50%);
		transform: rotate(45deg) translateX(-50%);
		background-color: #fff;
		top: 26px;
		width: 40px;
		border-radius: 6px;
	}

	.js .active-navigation #toggle-navigation a::after {
		-webkit-transform: rotate(-45deg) translateX(-50%);
		-ms-transform: rotate(-45deg) translateX(-50%);
		transform: rotate(-45deg) translateX(-50%);
		bottom: 28px;
		width: 40px;
		background-color: #fff;
		border-radius: 6px;
	}

	.js .active-navigation #toggle-navigation a {
		display: inline-block;
		background-color: #00a1ed;
		color: transparent;
		font-size: 0.85em;
		width: 58px;
		height: 58px;
		padding: 0;
		text-align: left;
	}

	.active-navigation #podium-website-widget {
		display: none;
	}

	/* ------ Show/Hide Navigation (slide-out) ------ */
	#container-primary-navigation {
		height: 100%;
		left: -100%;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 900;
	}

	#container-primary-navigation .nav-logo {
		position: relative;
		width: calc(100% - 75px);
		padding: 10px 5px 5px 10px;
		margin: -80px auto 0 20px;
		width: 150px;
	}

	#container-primary-navigation .nav-logo a {
		display: inline-block;
	}

	#container-primary-navigation .nav-logo img {
		max-width: 100%;
		width: 100%;
		height: 100%;
	}

	.active-navigation #container-primary-navigation {
		left: 0;
	}

	#container-masthead,
	#container-content,
	#container-footer,
	.ims-push-content {
		position: relative;
		left: 0;
	}

	.active-navigation #container-masthead.ims-push-content,
	.active-navigation .ims-push-content,
	.active-navigation #container-fixed-masthead {
		left: 0;
	}

	.active-navigation #container-masthead {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	/* Hide Apex Chat when nav is active */
	.active-navigation #apexchat_invitation_container_minimized_wrapper,
	.active-navigation #apexchat_invitation_container_wrapper {
		display: none !important;
	}

	/* --- PRIMARY NAVIGATION (MOBILE/TABLET) --------------------------------- */
	/* --- EXPAND NAVIGATION BUTTONS ------------------------------------------ */
	div.expand-nav {
		cursor: pointer;
		display: block;
		height: 44px;
		margin: 0;
		padding: 4px;
		position: absolute;
		right: 20px;
		top: 5px;
		width: 44px;
		z-index: 900;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}

	div.expand-nav>span.nav-expand {
		-webkit-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	div.expand-nav.active span.nav-expand {
		background-color: #263268;
	}

	li.nav-level-1 li div.expand-nav {
		height: 34px;
		padding: 5px;
		width: 34px;
	}

	span.nav-expand {
		background-color: #ed4c14;
		border-radius: 5px;
		display: inline-block;
		height: 30px;
		margin: 2px;
		text-align: center;
		vertical-align: top;
		padding: 0;
		width: 30px;
		position: relative;
	}

	li.nav-level-1 li span.nav-expand {
		height: 25px;
		position: relative;
		margin: 0;
		width: 25px;
	}

	span.nav-expand:after,
	span.nav-expand:before {
		content: "";
		position: absolute;
		width: 12px;
		height: 4px;
		background-color: #fff;
		border-radius: 4px;
		top: 50%;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}

	span.nav-expand:before {
		position: relative;
		display: block;
	}

	li.nav-level-2 span.nav-expand:after,
	li.nav-level-2 span.nav-expand:before {
		content: "";
		position: absolute;
		width: 10px;
		height: 4px;
		background-color: #222;
		border-radius: 4px;
		top: 50%;
	}

	li.nav-level-2 span.nav-expand:after {
		right: 4px;
	}

	li.nav-level-2 span.nav-expand:before {
		left: 4px;
	}

	span.nav-expand:after {
		-webkit-transform: rotate(-45deg) translateY(-50%);
		-ms-transform: rotate(-45deg) translateY(-50%);
		transform: rotate(-45deg) translateY(-50%);
		right: 5px;
	}

	span.nav-expand:before {
		-webkit-transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		left: 4px;
	}

	div.expand-nav.active>span.nav-expand::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 14px;
		left: 6px;
		background-color: #fff;
	}

	div.expand-nav.active>span.nav-expand::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 14px;
		right: 6px;
		background-color: #fff;
	}

	li.nav-level-2 div.expand-nav.active>span.nav-expand::before {
		top: 10px;
		left: 4.5px;
	}

	li.nav-level-2 div.expand-nav.active>span.nav-expand::after {
		top: 10px;
		right: 5px;
	}
}

/* @media all and (max-width: 800px) */

#primary-navigation .phone-number {
	margin: 20px 0 0 20px;
	padding-bottom: 20px;
	font-size: 26px;
}

#primary-navigation .phone-number svg {
	max-width: 26px;
}

#primary-navigation .phone-number a {
	padding-left: 5px;
}

/* --- PRIMARY NAVIGATION (MOBILE/TABLET) ----------------------------------- */

/* --- MOBILE OVERRIDES ----------------------------------------------------- */

@media all and (max-width: 570px) {
	.js #toggle-navigation a {
		font-size: 12px;
	}
}

@media all and (max-width: 430px) {
	.js #toggle-navigation a {
		font-size: 10px;
	}
}

/* --- END PRIMARY NAVIGATION (MOBILE/TABLET) ------------------------------- */

/*--------------------------------------------------------------------------- */

/*----------------------------------------------------------------------------*/

/* --- BEGIN CONTENT FRAMEWORK ---------------------------------------------- */

/* --- SUBPAGE CONTENT STRUCTURE -------------------------------------------- */

#content,
#container-content,
#sidebar-content-top,
#sidebar-content-bottom {
	position: relative;
}

#content-wrap {
	overflow: hidden;
	position: relative;
}

#content-wrap>.width-limiter {
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-top: 40px;
	padding-bottom: 120px;
}

@media (max-width: 800px) {
	#content-wrap>.width-limiter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
}

/* --- TOP CONTENT CUSTOM STYLES --- */

@media (max-width: 800px) {
	#content-wrap>.width-limiter {
		width: 100%;
	}

	#content-wrap>.width-limiter .content-left {
		max-width: 1250px;
		margin: 0 auto;
		width: calc(100% - 30px);
	}
}

#content-wrap #breadcrumbs-container {
	padding: 20px 0 5px;
	font-size: 18px;
	font-weight: 400;
}

#content-wrap #breadcrumbs-container+h1 {
	margin-top: 10px;
}

#service-areas #content-wrap .content-left #service-calls-map .service-call-info-window p,
#service-areas #content-wrap .content-left #service-calls-map .service-call-info-window strong,
#service-areas #content-wrap .content-left #service-calls-map label {
	color: #000;
}

/* .has-landing-page-image #content-wrap .content-left a:link,
.has-landing-page-image #content-wrap .content-left a:visited {
	text-decoration: underline;
} */

.has-landing-page-image #content-wrap .content-left p,
.has-landing-page-image #content-wrap .content-left li {
	font-weight: 400;
}

/* --- FEATURED IMAGE ------------------------------------------- */

.automatic-page-image {
	position: absolute;
	height: 100%;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/* --- TV LAYOUT OVERRIDES --- */

.no-main-content.exclude-bottom-sidebar #content-wrap>.width-limiter,
.no-main-content.full-width-layout #content-wrap>.width-limiter {
	padding-top: 0;
	padding-bottom: 0;
}

.no-landing-page-image:not(.no-main-content) #content-wrap>.width-limiter {
	/* padding-bottom: 0; */
}

.no-landing-page-image.full-width-layout #content-wrap>.width-limiter {
	padding-top: 0;
}

.exclude-top-sidebar #content-wrap .content-left {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* --- Width Restriction for Full Width Layout or No Bottom Sidebar --- */

/* Restricts width of all content except .image-SOMETHING divs and img tags. */

.full-width-layout .content-left .content-spacer>*:not(.image-left):not(.image-center):not(.image-right):not(img) {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#shop #content-wrap>.width-limiter {
	padding-top: 0;
}

#shop.full-width-layout .content-left .content-spacer>*:not(.image-left):not(.image-center):not(.image-right):not(img) {
	max-width: 1100px;
}

/* --- END CONTENT FRAMEWORK ------------------------------------------------ */

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/* --- BEGIN SECONDARY CONTENT ---------------------------------------------- */

.secondary-tools-outer {
	background-color: transparent;
	margin: 20px 0;
	padding: 20px 0 0;
}

.secondary-tools-outer:first-child {
	border: medium none;
	margin-top: 0;
}

.secondary-tools .secondary-tools-heading {
	display: block;
	font-size: 2.3em;
	line-height: 1em;
	font-weight: normal;
	margin: 0 0 0.4em;
}

.secondary-tools .secondary-tools-heading a:link,
.secondary-tools .secondary-tools-heading a:visited {
	color: #003a63;
	text-decoration: none;
}

.secondary-tools .secondary-tools-heading a:hover,
.secondary-tools .secondary-tools-heading a:active {
	color: #00a1ed;
}

.secondary-tools ul {
	list-style-type: none;
	padding: 10px 0;
}

.secondary-tools li {
	font-weight: 400;
	padding: 6px 0;
}

.secondary-tools ul li a:link,
.secondary-tools ul li a:visited {
	color: #003a63;
	text-decoration: underline;
}

.secondary-tools ul li a:hover,
.secondary-tools ul li a:active {
	color: #00a1ed;
	text-decoration: none;
}

.secondary-tools form {
	margin: 0 0 15px;
}

.secondary-tools form ul {
	list-style-type: none;
	padding: 0;
}

.secondary-tools form fieldset,
.secondary-tools form ul,
.secondary-tools form ul li {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.secondary-tools form fieldset input[type="text"],
.secondary-tools form fieldset textarea,
.secondary-tools form fieldset select {
	font-size: 1em;
	-webkit-box-shadow: inset 2px 5px 10px rgb(31 34 101 / 8%);
	box-shadow: inset 2px 5px 10px rgb(31 34 101 / 8%);
	border-radius: 3px;
}

.secondary-tools form fieldset textarea {
	resize: vertical;
}

.secondary-tools form input[type="submit"],
.secondary-tools form button {
	padding: 6px 20px;
	position: relative;
	margin-left: -10px;
	height: 61px;
	font-family: "Bree Serif", serif;
	font-size: 20px;
	border-radius: 3px;
	letter-spacing: 1.1px;
}

/* Mini form CTA */

#mini-form-cta {
	background-color: #fec43a;
	text-align: center;
	padding: 125px 10px 50px;
	position: relative;
	margin-top: 23px;
	margin-bottom: 23px;
}

#mini-form-cta>.width-limiter {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#mini-form-cta .cta-button a {
	display: inline-block;
	background-color: #00a1ed;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
}

#mini-form-cta .cta-button a:hover {
	background-color: #043b62;
}

#mini-form-cta:before,
#mini-form-cta:after {
	content: "";
	position: absolute;
	left: 0;
	height: 45px;
	width: 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#mini-form-cta:before {
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url("/assets/templates/main/images/bg/orange-shape-desktop.svg");
}

#mini-form-cta:after {
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	background-image: url("/assets/templates/main/images/bg/blue-shape-desktop.svg");
}

.cta-heading {
	position: relative;
}

.cta-heading .heading {
	margin-top: 0;
	font-size: 28px;
	line-height: 1.3em;
}

.cta-heading .subheading {
	margin-bottom: 30px;
}

#mini-form-cta .cta-phone {
	display: inline-block;
}

#mini-form-cta .cta-phone a,
.membership-top-content .cta-phone a {
	font-size: 40px;
	color: #003a63;
	font-family: "Bree Serif", serif;
	text-decoration: none;
}

#mini-form-cta .cta-phone a {
	display: block;
	background-color: #00a1ed;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	padding: 22px 20px;
	font-size: 22px;
	letter-spacing: 2.2px;
}

#mini-form-cta .cta-phone a:hover {
	background-color: #1b527a;
}

@media (max-width: 570px) {
	.cta-heading .heading {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
}

.cta-heading:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: calc(100% + 10px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 77px;
	width: 99px;
	background-image: url("/assets/templates/main/images/other/dalton-comfort.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 800px) {

	.cta-links .cta-button,
	.cta-links .cta-phone {
		display: block;
	}
}

#financing input[name="Apply"] {
	padding: 0 20px;
}

/* --- SECONDARY CONTENT ---------------------------------------------------- */

/* --- PROMOTIONS ----------------------------------------------------------- */

/*-------- PROMOTIONS - Sidebar ------------------------ */

#promotions-secondary .secondary-tools li {}

#promotions-secondary .secondary-tools li a {}

#promotions-secondary .secondary-tools li a.popup {}

#promotions-secondary .secondary-tools li a.promotion-detail {}

#promotions-secondary {
	padding: 30px 0 30px;
}

#promotions-secondary .secondary-tools-heading {
	font-size: 28px;
	max-width: 440px;
	margin: 0 auto 20px;
	line-height: 1.22em;
	text-transform: none;
	letter-spacing: 0;
}

@media(min-width: 370px) {
	#promotions-secondary .secondary-tools-heading {
		font-size: 36px;
	}
}

#promotions-secondary .promotions {
	margin: 0 10px 20px;
}

/* CODELIBENTRY_ENTRY: 87 */

#promotions-secondary .secondary-tools-heading {
	text-align: center;
}

#promotions-secondary .secondary-tools li a {
	display: block;
	padding: 30px 20px 25px 20px;
	position: relative;
	min-height: 106px;
	width: 100%;
	border-radius: 5px;
	border: 4px dashed #fdc349;
	background-color: #00a1ed;
	text-align: center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#promotions-secondary .secondary-tools li a:hover {
	border: 4px dashed #1e5379;
	background-color: #ed4c14;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#promotions-secondary .view-all {
	text-align: center;
}

/* Inner Content Pattern */

#promotions-secondary .secondary-tools li a .promo-image {}

#promotions-secondary .secondary-tools li a .promo-title {
	display: block;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 15px;
	font-family: "Bree Serif", serif;
}

#promotions-secondary .secondary-tools li a .promo-teaser {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}

#promotions-secondary .view-all a {
	text-decoration: none;
}

@media all and (min-width: 571px) and (max-width: 800px) {
	#promotions-secondary .secondary-tools ul.promotions {
		width: 83%;
		margin: 0 auto;
	}

	#promotions-secondary {
		padding: 40px 0 30px;
	}

	.sidebar-content #promotions-secondary {
		padding: 20px 0 30px;
	}
}

@media all and (min-width: 801px) {
	#promotions-secondary {
		padding: 60px 0 30px;
	}

	.full-width #promotions-secondary .promotions {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.full-width #promotions-secondary .promotions li {
		-ms-flex-preferred-size: 33.3%;
		flex-basis: 33.3%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0px 20px;
		height: auto;
	}

	.full-width #promotions-secondary .secondary-tools .slick-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0px 10px;
		height: auto;
	}

	.full-width #promotions-secondary .secondary-tools li:first-of-type {
		margin-left: 0px;
	}

	.full-width #promotions-secondary .secondary-tools li:last-of-type {
		margin-right: 0px;
	}
}

@media all and (min-width: 1025px) {
	.full-width #promotions-secondary .secondary-tools li:first-of-type {
		margin-left: 0px;
	}

	.full-width #promotions-secondary .secondary-tools li:last-of-type {
		margin-right: 0px;
	}
}

/*-------- PROMOTIONS - Landing Page ------------------------ */

#content-wrap #breadcrumbs-container+h1 #promotions .promotions-item-details-wrapper {
	border: medium none;
	padding: 0;
}

#promotions .promotions-item {
	border: 1px dashed #787878;
	border-radius: 3px;
	margin: 4% 2%;
	padding: 20px 20px 30px;
	position: relative;
	text-align: center;
	vertical-align: top;
	border-radius: 5px;
	border: 4px dashed #fdc349;
	background-color: #00a1ed;
}

#promotions .promotions-item h2 {
	margin: 0;
}

#promotions .promotions-item h2,
.promotions-item-teaser {
	color: #fff;
	margin-bottom: 15px;
}

#promotions #content-wrap .promotions-item h2 a {
	color: #fff;
	text-decoration: underline;
}

#promotions .promotions-item .view-all {
	display: block;
	padding: 0 6px;
	text-align: center;
	width: 100%;
}

#promotions .promotions-item .view-all a {
	color: #fff;
}

#promotions .promotions-item .view-all a:hover,
#promotions #content-wrap .promotions-item h2 a:hover {
	text-decoration: none;
}

body#promotions .promotion-item .view-all a:after {
	content: none;
}

#promotions .top-content-upper {
	background-image: linear-gradient(180deg, #1b527a 0%, #043a63 100%);
	text-align: center;
	padding: 90px 0;
}

#promotions .top-content-upper h1 {
	color: #faad3c;
	margin: 0 auto;
	font-size: 45px;
	font-weight: 400;
}

#promotions #content-wrap .content-spacer>h2 {
	text-align: center;
	margin: 20px auto 40px;
}

#promotions #content-wrap .content-left {
	padding: 0;
}

#promotions .promotions-item {
	margin: 4% auto;
	max-width: 1050px !important;
}

#details .promotions-top {
	background-image: linear-gradient(180deg, #1b527a 0%, #043a63 100%);
	height: 250px;
}

/*-------- PROMOTIONS - Individual (Coupons) -------------------------------- */

.promotions-item-details-wrapper {
	border: 4px dashed #fdc349;
	background-color: #00a1ed;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}

.promotional-item-details {
	padding: 10px;
}

.promotions-item-details-wrapper img.promotion-logo {
	display: block;
	margin: 10px auto;
	max-width: 300px;
	width: 100%;
}

.promotions-item-details-wrapper h1 {
	font-size: 2.6em;
}

.promotions-item-details-wrapper p {
	font-size: 1.4em;
}

.promotions-item-details-wrapper p.promotions-content {
	font-size: 1.8em;
	font-weight: bold;
}

.promotions-item-details-wrapper p.coupon-footer {
	font-size: 1.3em;
}

#btn-print-coupon {
	max-width: 300px;
	margin: 30px auto 10px;
	display: block;
}

.promo-tpl.full-width #testimonials-outer {
	padding-top: 250px;
}

.promo-tpl.full-width #testimonials-outer::before {
	top: 0px;
}


/* Promo landing page styles */

/* CODELIBENTRY_ENTRY: 36 */

/* mobile.css */
.promotions-top.top-content-upper {
	background-color: #EFEFEF;
	text-align: center;
	padding: 50px 0;
}

#promotions #main-content .content-spacer>h2 {
	text-align: center;
}

#promotions .promotions-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 5% auto;
	padding: 20px;
	position: relative;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}

#promotions .promotions-item p,
#promotions .promotions-item li {
	color: #fff;
}

#promotions .promotions-item:last-of-type {
	margin-bottom: 0;
}

#promotions .content {
	width: 100%;
	text-align: center;
	padding: 220px 0 0 0;
}

#promotions .content .view-all {
	display: inline-block;
	margin: 0 auto 20px;
	text-align: center;
	width: auto;
}

#promotions .promotions-item h2 {
	margin: 0 0 10px 0;
}

#promotions .promotions-item .cta-button a {
	background-color: #faad3c;
}

#promotions .promotions-item .cta-button a:hover {
	background-color: #1b527a;
}

#promotions .promotions-item .view-all a {
	display: inline-block;
	background-color: #e8eef7;
	color: #1b527a;
	padding: 21px 25px;
	font-size: 22px;
	font-family: 'Bree Serif', serif;
	text-decoration: none;
}

#promotions .promotions-item .view-all a:hover {
	background-color: #1b527a;
	color: #fff;
}

#promotions .promotions-item .view-all a:after {
	content: none;
}

#promotions .promotions-item .content .coupon-footer {
	font-style: italic;
}

#promotions .promotions-item .content .coupon-footer .coupon-expiration {
	text-transform: capitalize;
}

#promotions .promo-image {
	height: 200px;
	width: calc(100% - 40px);
	max-width: 200px;
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	top: 20px;
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #e1e1e1; */
	/* background-size: 175px auto; */
}

#promotions .promo-image:empty {
	background-image: url("/assets/templates/main/images/icons/promos/icon-mc-plumbing.png");
}

#promotions .promo-image img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	right: 0;
}

/* .view-all.promo-schedule a {
	background-color: #00CC0D;
}

.view-all.promo-schedule a:hover,
.view-all.promo-schedule a:active {
	background-color: #ff0000;
} */

/* responsive.css */
@media all and (min-width: 801px) {
	#promotions .promotions-item .promo-image {
		width: 30%;
		/* height: calc(100% - 40px); */
		transform: none;
		left: 85px;
		top: 45px;
	}

	#promotions .promotions-item::before {
		display: none;
	}

	#promotions .promotions-item {
		justify-content: flex-end;
	}

	#promotions .promotions-item .content {
		width: calc(100% - 36%);
		text-align: left;
		padding: 0;
	}
}

@media all and (min-width: 801px) {
	.promotions-top.top-content-upper {
		padding: 100px 0;
	}

	#promotions .promotions-item {
		margin: 35px auto;
	}

	#promotions .promotions-item .content {
		padding-left: 30px;
	}

	#promotions .promotions-item::before {
		display: block;
	}

	#promotions .promotions-item .view-all {
		margin-right: 10px;
	}
}

@media all and (min-width: 1025px) {
	#promotions .promotions-item .content {
		padding: 20px 40px 30px 40px;
		width: calc(100% - 265px);
	}

	#promotions .promotions-item .promo-image {
		/* width: 400px; */
		height: 200px;
		width: 200px
	}
}

/* End Promo landing page styles */

/* Start Promo details page styles */

/* CODELIBENTRY_ENTRY: 35 */

/* mobile.css */
#content-wrap.promotions-content {
	overflow: visible;
}

.promotions-item-details-wrapper .promotional-item-details h1,
.promotions-item-details-wrapper .promotional-item-details p,
.promotions-item-details-wrapper .promotional-item-details li {
	color: #fff;
}

.promotions-item-details-wrapper {
	margin: -50px auto 0 auto;
}

#details .promotions-item-details-wrapper {
	margin: -220px auto 0 auto;
}

#details .promotions-item-details-wrapper .cta-button a:hover {
	background-color: #1b527a;
}

.promotions-item-details-wrapper #mini-form-cta .cta-button span {
	font-size: 1em;
}

.coupon-details-footer {
	margin-top: 40px;
	text-align: center;
}

.promotions-item-details-wrapper .promo-image-wrapper {
	/* background-color: #e1e1e1; */
	/* padding: 80% 0 0 0; */
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
	position: relative;
	height: 200px;
	width: 100%;
	margin-bottom: 40px;
}
.promotions-item-details-wrapper .promo-image-wrapper:empty {
	background-image: url("/assets/templates/main/images/icons/promos/icon-mc-plumbing.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.promotions-item-details-wrapper .promo-image .image {
	display: inline-block;
	/* background-color: #e1e1e1; */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.promotions-item-details-wrapper .promo-image .image img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	object-fit: cover;
}

/* responsive.css */
@media all and (min-width: 801px) {
	#details .promotions-item-details-wrapper {
		margin: -160px auto 0 auto;
		max-width: 1250px !important;
	}

	.promotions-item-details-wrapper>div:first-of-type {
		padding: 25px 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.promotional-item-details {
		padding: 0;
	}

	.promotions-item-details-wrapper .promotional-item-details {
		width: 64%;
		text-align: left;
		padding-right: 40px;
	}

	.promotions-item-details-wrapper .promo-image {
		width: 36%;
		padding: 0;
		margin: 0;
	}

	.promotions-item-details-wrapper .promotional-item-details h1 {
		text-align: left;
		margin-top: 20px;
	}
}

@media all and (min-width: 1025px) {
	.promotions-item-details-wrapper>div:first-of-type {
		padding: 50px 70px 40px 70px;
	}

	.promotions-item-details-wrapper #mini-form-cta .width-limiter {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}


/* End Promo details page styles */


/* Forms pages */
#hiring-3 #content-wrap>.width-limiter,
.ultimate-parent-103 #content-wrap>.width-limiter {
	padding-bottom: 100px;
}

/* --- SECONDARY CONTENT ---------------------------------------------------- */

/* --- MINI FORM ------------------------------------------------------------ */

.sidebar-content #mini-form {
	display: none;
}

@media all and (min-width: 801px) {
	.sidebar-content #mini-form {
		display: block;
		border-radius: 5px;
		background-image: -webkit-gradient(linear,
				left top,
				left bottom,
				from(#1b527a),
				to(#043a63));
		background-image: -o-linear-gradient(top, #1b527a 0%, #043a63 100%);
		background-image: linear-gradient(180deg, #1b527a 0%, #043a63 100%);
		padding: 50px 30px 20px;
	}

	.sidebar-content #mini-form-cta .cta-button .modal-trigger {
		display: none;
	}
}

/* CODELIBENTRY_ENTRY: 37 */

#client-referral .label-heading,
#client-referral .label,
#mini-form .label-heading,
#mini-form label {
	display: block;
	text-align: left;
	color: #fff;
	font-weight: 400;
}

#client-referral .label-heading,
#client-referral .label {
	color: #222;
}

#client-referral fieldset,
#client-referral ul,
#client-referral li #client-referral fieldset,
#mini-form ul,
#mini-form li {
	display: block;
	width: auto;
}

#mini-form ul {
	margin: 0;
}

#mini-form li {
	padding: 5px 0;
}

#client-referral input[type="text"],
#client-referral textarea,
#client-referral select,
#mini-form input[type="text"],
#mini-form textarea,
#mini-form select {
	width: 100%;
	background-color: #ffffff;
}

#client-referral textarea,
#mini-form textarea {
	max-height: 100px;
}

#client-referral button,
#client-referral input[type="submit"],
#mini-form button,
#mini-form input[type="submit"] {
	position: static;
	margin: 0 auto;
}

#client-referral ul.submit,
#client-referral ul.submit {
	text-align: center;
}

/* Select the ul containing the company required input. */

#mini-form fieldset:last-child>ul:first-child {}

#client-referral form ul li,
#request-service form ul li {
	width: 100%;
}

#mini-form fieldset,
#mini-form li,
#mini-form ul {
	display: block;
	width: auto;
}

#mini-form .mf-title {
	color: #ffffff;
	font-size: 36px;
	font-weight: 400;
}

#mini-form .mf-subtitle {
	color: #e8eef7;
	font-size: 16px;
}

#mini-form ul.submit li {
	text-align: right;
}

/* --- SECONDARY CONTENT ---------------------------------------------------- */

/* --- REVIEWS -------------------------------------------------------------- */

#testimonials-secondary .secondary-tools-heading {
	/* 	font-size: 18px; */
	max-width: 430px;
	margin: 0 auto 20px;
	line-height: 1.22em;
	text-align: center;
}

#testimonials-secondary h2.secondary-tools-heading {
	font-size: 36px;
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
}

#testimonials-secondary .testimonial {
	border-radius: 20px;
	background-color: #e8eef7;
	padding: 40px 25px 40px;
	margin: 0 10px 30px;
	position: relative;
}

#testimonials-secondary .testimonial blockquote p {
	font-size: 25px;
	font-style: italic;
	margin-bottom: 0;
}

#testimonials-secondary .testimonial blockquote .source {
	color: #043b62;
	font-family: "Bree Serif", serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.4px;
	text-align: right;
	margin-top: 20px;
	text-transform: uppercase;
}

#testimonials-secondary .view-all {
	text-align: center;
}

@media (min-width: 801px) {
	#testimonials-secondary .testimonial blockquote .source {
		font-size: 18px;
	}
}


/* Logos */

.logo-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.full-width #testimonials-secondary {
	margin-bottom: 40px;
}

@media all and (max-width: 450px) {
	.full-width .logo-outer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.full-width .logo-wrapper:first-child {
		margin: 0 auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.full-width .logo-outer .logo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.full-width .logo-outer .logo-wrapper .logo {
	margin: 10px;
}

.full-width .logo-outer .logo-wrapper .logo img {
	width: 100%;
	margin: 0 auto;
	max-width: 100px;
}

.full-width .logo-outer .logo-wrapper .logo.bbb img {
	width: auto;
}

@media(min-width: 801px) {
	.tpl-home .full-width .logo-outer {
		padding-bottom: 40px;
	}
}

@media(min-width: 1025px) {
	.tpl-home .full-width .logo-outer {
		padding-bottom: 50px;
	}
}


@media all and (max-width: 800px) {
	.full-width #testimonials-secondary .secondary-tools-heading {
		font-size: 36px;
	}
}

@media (min-width: 801px) {
	.full-width #home-reviews #testimonials-secondary {
		margin-bottom: 0px;
	}

	.full-width .logo-outer {
		padding-bottom: 80px;
	}

	.full-width .logo-outer .logo-wrapper .logo img {
		max-width: 145px;
		margin: 0 10px;
	}

	.full-width .logo-outer .logo-wrapper .logo {
		margin: 10px 20px;
	}

	.full-width #testimonials-secondary.secondary-tools-outer:first-child {
		border: medium none;
		margin: 0 0 0 auto;
		width: 62%;
	}

	.full-width #testimonials-secondary .secondary-tools-heading {
		font-size: 42px;
		max-width: none;
	}
}

@media (min-width: 1025px) {
	.full-width .logo-outer {
		padding-bottom: 100px;
	}

	.full-width #testimonials-secondary h2.secondary-tools-heading {
		font-size: 54px;
		line-height: 60px;
		max-width: 100%;
		margin-bottom: 40px;
	}
}

.full-width #mini-form-cta {
	margin: 0;

}

/* CODELIBENTRY_ENTRY: 160 */



@media(min-width: 801px) {

	.full-width #mini-form-cta:after,
	.full-width #mini-form-cta:before {
		z-index: 3;
	}
}

@media(max-width: 800px) {
	#home-top-content {
		/* z-index: -1; */
	}
}


.full-width #mini-form-cta .cta-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 801px) {
	.full-width #mini-form-cta {
		margin-top: 0;
	}
}

@media (min-width: 901px) {
	.full-width #mini-form-cta {
		padding: 70px 0px 70px;
	}

	.full-width #mini-form-cta .width-limiter {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: calc(100% - 30px);
	}

	.full-width #mini-form-cta .cta-heading {
		width: 60%;
		text-align: left;
		padding-left: 170px;
		padding-right: 10px;
	}

	.full-width #mini-form-cta .heading {
		font-size: 30px;
	}

	.full-width #mini-form-cta .cta-heading:before {
		left: 0;
		top: -20px;
		width: 142px;
		height: 110px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		/* display: none; */
	}

	.full-width .cta-heading .subheading {
		margin: 0px;
	}

	.full-width .cta-heading .heading {
		margin-bottom: 5px;
		font-size: 36px;
	}

	.full-width #mini-form-cta .cta-button a {
		margin-bottom: 0;
	}

	.full-width #mini-form-cta>.width-limiter {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.full-width #mini-form-cta .cta-links {
		width: 40%;
	}

	.full-width #mini-form-cta .cta-button {
		margin-bottom: 20px;
	}

	.full-width #mini-form-cta .cta-phone {
		white-space: nowrap;
	}
}

@media (min-width: 1025px) {
	.full-width #mini-form-cta .cta-heading {
		padding-left: 170px;
		width: 60%;
	}

	.full-width #mini-form-cta .heading {
		font-size: 36px;
	}

	.full-width #mini-form-cta .cta-heading:before {
		display: block;
	}

	.full-width #mini-form-cta .cta-links {
		width: 40%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		justify-content: flex-end;
	}

	.full-width #mini-form-cta .cta-button {
		margin-bottom: 0px;
		margin-right: 10px;
	}
}

@media (min-width: 1251px) {
	.full-width #mini-form-cta .cta-heading {}
}


/******* Uncomment this section if reverting back to Default Reviews ******

#testimonials-secondary .secondary-tools-heading {
	font-size: 18px;
}
#testimonials-secondary .testimonial {
	border-radius: 20px;
	background-color: #e8eef7;
	padding: 75px 30px 40px;
	margin: 0 10px 30px;
	position: relative;
}
#testimonials-secondary .testimonial:before {
	content: "";
	position: absolute;
	left: 30px;
	top: 30px;
	height: 30px;
	width: 125px;
	background-image: url("/assets/templates/main/images/icons/birdeye-stars.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
} */

/*-------- REVIEWS - Landing Page ------------------------------------------- */
/*
#reviews #top-content .testimonial,
#reviews #main-content .testimonial {
	margin: 50px auto;
}

#reviews #top-content .testimonial blockquote .quote,
#reviews #main-content .testimonial blockquote .quote {
	background-color: #ebebeb;
	padding: 25px;
	border-radius: 10px;
	width: 580px;
	max-width: 95%;
	position: relative;
	margin-bottom: 15px;
}

#reviews #top-content .testimonial blockquote .quote p,
#reviews #main-content .testimonial blockquote .quote p {
	font-size: 1.8em;
	font-style: italic;
}

#reviews #top-content .testimonial blockquote .quote p:last-child,
#reviews #main-content .testimonial blockquote .quote p:last-child {
	margin-bottom: 0;
}

#reviews #top-content .testimonial blockquote .quote p:first-child::before,
#reviews #main-content .testimonial blockquote .quote p:first-child::before {
	content: "\201c";
}

#reviews #top-content .testimonial blockquote .quote p:last-child::after,
#reviews #main-content .testimonial blockquote .quote p:last-child::after {
	content: "\201d";
}

#reviews #top-content .testimonial blockquote p.source,
#reviews #main-content .testimonial blockquote p.source {
	font-size: 1.5em;
	color: #666;
}

#reviews #top-content .testimonial blockquote .quote:after,
#reviews #main-content .testimonial blockquote .quote:after {
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #ebebeb transparent transparent transparent;
	bottom: -9px;
	position: absolute;
}

#reviews #top-content .testimonial:nth-child(odd) blockquote .quote:after,
#reviews #main-content .testimonial:nth-child(odd) blockquote .quote:after {
	left: 20px;
}

#reviews #top-content .testimonial:nth-child(even) blockquote .quote:after,
#reviews #main-content .testimonial:nth-child(even) blockquote .quote:after {
	right: 20px;
}

#reviews #top-content .testimonial:nth-child(odd) blockquote .quote,
#reviews #main-content .testimonial:nth-child(odd) blockquote .quote {
	float: left;
}

#reviews #top-content .testimonial:nth-child(even) blockquote .quote,
#reviews #main-content .testimonial:nth-child(even) blockquote .quote {
	float: right;
}

#reviews #top-content .testimonial:nth-child(odd) blockquote p.source,
#reviews #main-content .testimonial:nth-child(odd) blockquote p.source {
	text-align: left;
	clear: left;
}

#reviews #top-content .testimonial:nth-child(even) blockquote p.source,
#reviews #main-content .testimonial:nth-child(even) blockquote p.source {
	text-align: right;
	clear: right;
}
*/
/*-------- END REVIEWS - Landing Page ------------------------------------------- */

/* Bird Eye */
/* CODELIBENTRY_ENTRY_UNOFFICIAL: 12 Birdeye Content: V2 */

/* mobile.css */

#testimonials-popup .popup-inner {
	padding-right: 35px;
	padding-left: 35px;
}

#testimonials-popup-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 36px;
}

#testimonials-popup h2 {
	margin-top: 0px;
	margin-bottom: 12px;
	color: #fff;
}

#testimonials-popup .view-all {
	padding-bottom: 60px;
}

#testimonials-popup .view-all a {
	color: #fff;
}

#testimonials-popup .view-all a:hover,
#testimonials-popup .view-all a:active {
	color: #00a1ed;
}

.popup-header-left .review-star-rating {
	margin-bottom: 20px;
}

.popup-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.testimonial .read-more {
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	color: #003a63;
}

.testimonial a.read-more:hover,
.testimonial a.read-more:active {
	color: #00a1ed;
	text-decoration: none;
}

.testimonial a:after {
	content: url("/assets/templates/main/images/icons/icon-view-all-arrow.svg");
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	padding: 0 0 0 5px;
	position: relative;
	left: 0;
	top: 2px;
}

.testimonial a:hover:after {
	left: 7px;
}

#testimonials-secondary h2 {
	margin-top: 0px;
}

@media all and (max-width: 570px) {
	.testimonial .read-more.popup-link {
		display: none;
	}
}


/* CODELIBENTRY_ENTRY_UNOFFICIAL: 11 Birdeye Reviews Page */

.testimonials .testimonial {
	margin-bottom: 45px;
	box-shadow: 0px 0px 3px #f1f1f1;
	background-color: #f1f1f1;
	padding: 20px;
}

#testimonials-secondary .review-star-rating {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	background-color: #fec43a;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 10px;
	border-radius: 10px;
	border: 3px solid #133B64;
	color: #043b62;
}

#testimonials-secondary .review-star-rating a {
	color: #043B61;
	font-family: 'Bree Serif';
}

#reviews .review-star-rating {
	margin-bottom: 40px;
	position: relative;
}

body#reviews .review-star-rating::after {
	content: '';
	position: absolute;
	width: calc(100% - 250px);
	height: 1px;
	background-color: #c5c5c5;
	right: 0px;
	bottom: 50%;
}

i.star {
	background-image: url(/assets/templates/main/images/icons/reviewv3-icon-review-star.svg);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
}

i.icon-recommended {
	background-image: url(/assets/templates/main/images/icons/reviewv3-icon-recommended.svg);
	width: 20px;
	height: 16px;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: contain;
}

.review-star-rating>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	width: 220px;
}

.review-star-rating span {
	font-size: 3.3em;
	font-weight: 700;
	margin-right: 10px;
	font-family: 'Bree Serif', sans-serif;
}

.popup-header-left .review-star-rating span,
.popup-header-left .review-star-rating a,
.popup-header-right,
.popup-header-right a,
#testimonials-popup .testimonial,
#testimonials-popup .source {
	color: #fff;
}

#testimonials-popup .source {
	font-style: italic;
}

#testimonials-popup .testimonial {
	margin: 40px 0px;
}

#testimonials-popup blockquote .quote p {
	padding-top: 10px;
}

.review-star-rating a {
	font-size: 1.8em;
	margin-left: 5px;
}

#reviews .review-star-rating a {
	text-decoration: none;
}

#testimonials-secondary .review-star-rating>div {
	margin: 5px auto 5px;
}

#testimonials-secondary blockquote {
	margin: 0px;
}

#testimonials-secondary .secondary-tools {
	text-align: center;
}

#testimonials-secondary .testimonial {
	box-shadow: 0 3px 25px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 20px;
	text-align: left;
}

#testimonials-secondary .testimonial blockquote p {
	margin-top: 20px;
	margin-bottom: 20px;
}

.testimonial .source-info {
	min-height: 70px;
}

.testimonial .source-info .source {
	font-size: 1.6em;
	color: #555;
}

.testimonial .source-info .rating_output {
	font-style: italic;
	font-size: 1.4em;
	color: #555;
}

.testimonial .source-image {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.testimonial .source-image img {
	border-radius: 50%;
	width: 62px;
	height: 62px;
}

.review-source {
	border-radius: 50%;
	background-color: #fff;
	height: 25px;
	width: 25px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 18px;
	box-shadow: 0px 0px 3px #9c9c9c;
}

.review-source.source-Facebook {
	background-image: url(/assets/templates/main/images/icons/reviewv3-icon-facebook.svg);
}

.review-source.source-Google {
	background-image: url(/assets/templates/main/images/icons/reviewv3-icon-google.svg);
}

.review-source.source-BBB {
	background-image: url(/assets/templates/main/images/icons/reviewv3-icon-bbb.svg);
}

.review-source.source-no-source {
	display: none;
}

.testimonial .quote p:before {
	content: open-quote;
}

.testimonial .quote p:after {
	content: close-quote;
}

#testimonial_pagination {
	text-align: center;
}

#testimonial_pagination a {
	background-color: #ebebeb;
	padding: 3px 10px;
	margin: 0px 5px;
	color: #005aa1;
	text-decoration: none;
	font-size: 15px;
	transition: 0.3s;
}

#testimonial_pagination a.current,
#testimonial_pagination a:hover,
#testimonial_pagination a:active {
	background-color: #003a63;
	color: #ebebeb;
}

#testimonial_pagination .pagination-spacer {
	padding: 3px 5px;
	vertical-align: super;
}

/* End Birdeye Reviews Section */
/* --- REVIEWS -------------------------------------------------------------- */

/* --- LAYOUTS/ANIMATION  --------------------------------------------------- */
/*
@media all and (max-width: 800px) {

	#reviews #top-content .testimonial,
	#reviews #main-content .testimonial {
		margin: 30px auto;
	}

	#reviews #top-content .testimonial blockquote .quote p,
	#reviews #main-content .testimonial blockquote .quote p {
		font-size: 1.6em;
	}

	#reviews #top-content .testimonial blockquote p.source,
	#reviews #main-content .testimonial blockquote p.source {
		font-size: 1.4em;
	}
}
*/
/* --- SECONDARY CONTENT ---------------------------------------------------- */

/* --- NEWSLETTER SIGNUP ---------------------------------------------------- */

#newsletter-signup {
	margin-bottom: 0px;
}

#newsletter-signup .secondary-tools-heading {
	font-size: 18px;
	max-width: 320px;
	margin: 20px auto 10px;
	line-height: 1.22em;
	text-align: center;
}

#newsletter-signup form {
	text-align: center;
	margin-bottom: 0px;
}

#newsletter-signup input[type="text"] {
	height: 61px;
	font-size: 20px;
}

/* Dalton Dollars */

#dalton-dollars
/* Membership */

.membership-button.cta-button {
	margin-bottom: 20px !important;
}

.membership-top-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	margin-bottom: 20px;
}

.membership-top-content>div {
	width: 50%;
}

.membership-top-content>div:first-child {
	padding-right: 30px;
}

.membership-top-content h2 {
	margin-top: 0;
}

.membership-cta {
	background-color: #fec43a;
	border-top: 10px solid #ed4c14;
	border-bottom: 10px solid #00a1ed;
	text-align: center;
	padding: 40px 10px 30px;
}

.membership-cta .heading {
	color: #043b62;
	font-family: "Bree Serif";
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 15px;
}

.membership-cta .subheading {
	color: #043b62;
	font-family: "Bree Serif";
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.8px;
	line-height: 22px;
	margin-bottom: 20px;
	margin-top: 0;
}

.membership-button a {
	background-color: #00a1ed;
	color: #fff;
}

.membership-button a:hover {
	background-color: #043b62;
}

#dalton-care #member-phone {
	text-decoration: none;
}

.membership-cta p {
	margin-bottom: 0;
}

@media all and (max-width: 800px) {
	.membership-top-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.membership-top-content>div {
		width: initial;
	}

	.membership-cta {
		padding: 40px 50px 30px;
		margin: 0 auto 20px;
	}
}

@media all and (max-width: 420px) {
	.membership-cta {
		padding: 20px 20px 30px;
	}
}

/* --- SECONDARY CONTENT ---------------------------------------------------- */

/* --- SERVICE AREAS -------------------------------------------------------- */

#service-areas #top-content .content-spacer {
	padding-left: 0;
	padding-right: 0;
}

#service-areas #service-area-towns-list h2 {
	text-align: center;
}

#service-area-list .secondary-tools ul li a:link,
#service-area-list .secondary-tools ul li a:visited {
	display: inline-block;
}

#service-areas #main-content #service-area-towns-list ul li:not(.view-all) {
	width: 50%;
	margin: 0 -3px 5px 0;
	padding: 6px;
	display: inline-block;
	vertical-align: top;
}

#service-areas #service-area-search {
	text-align: center;
}

#service-areas #service-area-search .view-all {
	display: none;
}

#service-areas #top-content #service-area-search-form #zip_code {
	font-size: 16px;
	height: 61px;
	width: 100%;
}

#service-areas #top-content #service-area-search-form input[type="submit"] {
	margin-left: -8px;
}

#service-areas #service-area-search-form ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#service-areas #service-calls-map {
	margin-bottom: 50px;
}

@media all and (min-width: 431px) {
	#service-areas #main-content #service-area-towns-list ul li:not(.view-all) {
		width: 33%;
	}
}

/* --- SECONDARY CONTENT ---------------------------------------------------- */

/* --- AFFILIATIONS --------------------------------------------------------- */

ul.affiliations {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.affiliations li {
	display: inline-block;
	margin-right: -3px;
	max-width: 250px;
	padding: 12px;
	vertical-align: middle;
}

ul.affiliations li a {
	color: #000;
	display: block;
	text-decoration: none;
}

ul.affiliations li img {
	border: medium none;
	display: block;
	width: 100%;
}

ul.affiliations li span {
	left: -999em;
	position: absolute;
}

ul.affiliations li span.visible {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	left: auto;
	padding: 5px;
	position: static;
	text-align: center;
}

#affilitations #bbblink {
	margin: 0 auto !important;
}

/* --- SECONDARY CONTENT ---------------------------------------------------- */

/* --- PAYMENTS ------------------------------------------------------------- */

#payments ul {
	padding: 0;
	text-align: left;
}

#payments ul li {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-color: transparent;
	display: inline-block;
	list-style-type: none;
	padding: 0;
}

#payments ul li img {}

#payments ul li span {
	position: absolute;
	left: -999em;
}

/* --- SECONDARY CONTENT ---------------------------------------------------- */

/* --- LAYOUTS/ANIMATION ---------------------------------------------------- */

/* --- END SECONDARY CONTENT ------------------------------------------------ */

/* ---------------------------------------------------------------------------*/

/* --- SLICK DOTS ----------------------------------------------------------- */

ul.slick-dots {
	text-align: center;
	padding-left: 0;
}

ul.slick-dots li {
	display: inline;
	padding: 8px;
}

ul.slick-dots li button {
	background-color: #919191;
	font-size: 1px;
	color: transparent;
	line-height: 1px;
	display: inline-block;
	height: 16px;
	width: 16px;
	border-radius: 50%;
}

ul.slick-dots li button:hover {
	background-color: #003a63;
}

ul.slick-dots li.slick-active button {
	background-color: #00a1ed;
}

/* --- END SLICK DOTS ------------------------------------------------------- */

/*----------------------------------------------------------------------------*/

/* --- STAFF PAGE ----------------------------------------------------------- */

/* Department Names */

.staff-member-container .department-name {
	text-align: center;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #cccccc;
}

/* Staff Members */

.staff-member {
	border-bottom: 1px solid #cccccc;
	margin: auto auto 15px;
	overflow: hidden;
	padding: 15px 0 30px;
}

.staff-member .photo {
	display: block;
	float: left;
	height: auto;
	max-width: 30%;
	padding: 5px;
}

.staff-member .photo img {
	max-width: 100%;
	height: auto;
}

.staff-member .bio {
	float: left;
	padding-left: 25px;
	width: 70%;
}

/* No biograpy layout */

.staff-member.without-bio {
	display: inline-block;
	vertical-align: top;
	margin: 1% 0;
	text-align: center;
	width: 49%;
	border: none;
}

.staff-member.without-bio .photo {
	display: block;
	float: none;
	max-width: 100%;
}

.staff-member.without-bio .bio {
	float: none;
	padding-left: 0;
	width: 100%;
}

/* Staff Member Preview (for Details mode) */

.staff-member.preview {
	display: inline-block;
	margin: auto -3px 30px auto;
	padding: 0 10px;
	text-align: center;
	vertical-align: top;
	width: 25%;
	border-bottom: none;
}

.staff-member.preview .photo,
.staff-member.preview .bio {
	float: none;
}

.staff-member.preview .photo {
	max-width: 100%;
	padding: 0;
}

.staff-member.preview .bio {
	width: 100%;
	padding-left: 0;
}

/* Staff Member Details */

.staff-member.details {
	border: none;
}

.staff-member.details .photo {
	display: inline;
	float: left;
	padding: 0 25px 0 0;
	max-width: 50%;
}

.staff-member.details .bio {
	float: none;
	padding-left: 0;
	width: auto;
}

/* --- STAFF ---------------------------------------------------------------- */

/* --- LAYOUTS/ANIMATION ---------------------------------------------------- */

@media all and (max-width: 1200px) {

	/* Staff Member Preview - Details Mode */
	.staff-member.preview {
		width: 33.333%;
	}
}

@media all and (max-width: 1025px) {

	/* Staff Member Preview - Details Mode */
	.staff-member.preview {
		width: 50%;
	}
}

@media all and (max-width: 800px) {
	.staff-member .photo {
		max-width: 40%;
	}

	.staff-member .bio {
		width: 60%;
	}
}

@media all and (max-width: 570px) {
	.staff-member {
		text-align: center;
	}

	.staff-member .photo {
		float: none;
		margin: auto;
		width: 200px;
		max-width: 100%;
	}

	.staff-member .bio {
		float: none;
		margin: 15px auto auto;
		padding-left: 0;
		width: 100%;
	}

	/* No biograpy layout */
	.staff-member.without-bio {
		margin: 0;
		width: 100%;
		padding: 30px 0 15px;
	}

	.staff-member.without-bio .photo {
		width: auto;
	}

	/* Staff Member Preview - Details Mode */
	.staff-member.preview {
		width: 100%;
		margin-bottom: 45px;
	}

	.staff-member.preview .bio {
		margin-top: 0;
	}

	/* Staff Member Details */
	.staff-member.details {
		text-align: left;
	}

	.staff-member.details .photo {
		display: block;
		float: none;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
}

/* --- BLOG PAGES ----------------------------------------------------------- */

#wp-blog #top-content-wrap>.width-limiter {
	position: relative;
}

/* --- BLOG PAGES ----------------------------------------------------------- */

#wp-blog #main-content .post:first-of-type h2 {
	margin-top: 0;
}

#wp-blog #top-content-wrap {
	padding-top: 20px;
	padding-bottom: 45px;
}

body#wp-blog #main-content .post:first-of-type h2 {
	margin-top: 10px;
}

@media(min-width: 801px) {
	#wp-blog #content {
		position: relative;
		z-index: 10;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding-bottom: 80px;
	}

	#wp-blog .content-left {
		width: calc(100% - 510px);
	}

	#wp-blog .content-right {
		width: 510px;
	}
}

@media all and (max-width: 800px) {
	#wp-blog .automatic-page-image::after {
		content: "";
	}
}

#wp-blog #top-content-wrap>.width-limiter {
	position: relative;
}

#wp-blog #top-content-wrap>.width-limiter {
	padding-top: 40px;
	padding-bottom: 30px;
	min-height: 100px;
}

#wp-blog #top-content-wrap>.width-limiter h1 {
	/* color: #2c4c5e; */
}

#wp-blog #top-content-wrap h1 {
	margin-top: 20px;
}

#wp-blog #sidebar {
	text-align: center;
	padding: 20px 15px;
	margin-top: 30px;
}

#wp-blog #content {
	padding-bottom: 90px;
}

@media(min-width: 801px) {
	#wp-blog #content {
		padding-bottom: 90px;
	}
}

#searchsubmit {
	height: 50px;
	margin-bottom: 10px;
}

#wp-blog .widget_search input[type="text"] {
	margin-bottom: 10px;
}

#wp-blog .view-all {
	margin: 20px 0;
}

#wp-blog #sidebar h2[role="navigation"] a {
	font-size: 30px;
	line-height: 1.1;
}

#wp-blog #sidebar h2,
#wp-blog #sidebar label {}

#wp-blog #sidebar select {}

#wp-blog .tagcloud a {
	text-decoration: underline;
}

#wp-blog .tagcloud a:hover {
	text-decoration: none;
}

#wp-blog #searchform button[type="submit"] {
	margin-left: -30px;
}

/*----------------------------------------------------------------------------*/

/* --- PROJECTS PAGES ------------------------------------------------- */

/* -------------- Project Details View ------------------- */

/* Project Detail - Columns */

#project-detail-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#project-detail-wrap .project-short-description {
	font-weight: 700;
	color: #000;
}

#project-detail-wrap .project-spec-list {
	list-style-type: none;
	padding-left: 0;
}

#project-detail-wrap .project-spec-list li span {
	font-weight: 700;
}

#project-detail-wrap hr {
	color: #f36a1f;
}

@media (max-width: 800px) {
	#project-detail-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.project-main-content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.project-col-right {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.project-main-content {
	width: 100%;
}

.project-main-content hr {
	color: #f36a1f;
}

/* Project Detail Gallery Thumbnails */

.project-gallery {
	background-color: #ddd;
	margin-bottom: 30px;
}

.project-photo-thumbnail {
	margin: 5px;
}

.project-photo-thumbnail a {
	display: block;
	height: 100%;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.project-category-list span,
.project-category-list a {
	font-size: 16px;
}

/* Project Detail Gallery Pagination */

.project-gallery .alt_page_navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.project-gallery .alt_page_navigation a {
	background-color: #ebebeb;
	padding: 3px 10px;
	margin: 0px 5px;
	color: #005aa1;
	text-decoration: none;
	font-size: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	float: none;
}

.project-video {
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.49);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.49);
}

@media all and (max-width: 800px) {
	.project-video {
		max-width: 100%;
	}
}

#paging_container {
	padding: 5px;
}

#details #project-category-nav li {
	display: block;
}

/* -------------- End Details View ------------------- */

/* -------------- Project Grid View ------------------- */

#projects #main-content {
	width: 100%;
}

/* Projects Category Nav */

#cateogry-nav-outer {
	border-bottom: 1px solid #f58220;
	margin-bottom: 35px;
}

#cateogry-nav-outer h2 {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

ul#project-category-nav {
	padding-left: 0;
	padding-bottom: 25px;
}

#project-category-nav li {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
}

#project-category-nav li:not(:last-child) {
	margin-right: 15px;
}

#project-category-nav a {
	display: inline-block;
	color: #000000;
	border-radius: 50px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 12px 20px 12px 20px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#project-category-nav a:hover,
#project-category-nav a.active {
	background-color: #000;
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* Project Pagination */

#projects_pagination {
	text-align: center;
}

#projects_pagination a.current,
#testimonial_pagination a:hover,
#testimonial_pagination a:active {
	background-color: #00a1ed;
	color: #fff;
}

#projects_pagination a {
	padding: 3px 10px;
	margin: 0px 5px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #ffffff;
}

/* Projects Grid */

.projects-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.project-album {
	width: 33.3%;
	margin: 0 0 20px;
	padding: 0 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media all and (max-width: 800px) {
	.project-album {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.projects-grid>div:nth-child(2n + 1) {
		/* padding-left: 0px; */
	}

	.projects-grid>div:nth-child(2n) {
		/* padding-right: 0px; */
	}
}

@media all and (max-width: 570px) {
	.project-album {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.projects-grid>div {
		padding: 0;
	}
}

/* Project Grid Card */

.project-album {
	position: relative;
}

.project-contents {
	width: 100%;
	height: 100%;
	padding: 10px 25px 90px;
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#aacd37),
			to(#49a343));
	background-image: -o-linear-gradient(top, #aacd37 0%, #49a343 100%);
	background-image: linear-gradient(180deg, #aacd37 0%, #49a343 100%);
}

.project-album .background-image {
	width: 100%;
	padding-bottom: 62%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

a.project-album {
	text-decoration: none;
}

.project-album .project-name {
	color: #000000;
	font-weight: 700;
	font-size: 24px;
}

.project-album .project-description {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
}

.project-album .project-read-more {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.project-album .project-read-more span {
	display: inline-block;
	padding: 12px 20px 12px 20px;
	background-color: #f36a1f;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 50px;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

a.project-album:hover .project-read-more span {
	background-color: #000;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

/* -------------- End Projects Grid View ------------------- */

/*----------------------------------------------------------------------------*/

/* --- PRODUCTS PAGES ------------------------------------------------- */

/* --------------- Products -------------------------- */

/* --------------- Products Landing ------------------ */

#products #main-content {
	width: 100%;
}

#product-filter {
	padding: 20px 0 30px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin-bottom: 30px;
}

#closeout #product-filter,
#fireplace-inserts #product-filter,
#free-standing-stoves #product-filter,
#built-in-fireplaces #product-filter {
	display: none;
}

#product-list-wrap #product-filter h2.filter-heading {
	margin-top: 0;
	font-size: 2.4em;
	color: #000000;
}

#product-filter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#product-filter-form .form-group {
	display: inline-block;
}

#product-filter-form .filter .form-group {
	margin: 0 10px;
	width: calc(50% - 20px);
}

#product-filter-form .filter .form-group:first-of-type {
	margin-left: 0;
}

#product-filter-form .filter .form-group:last-of-type {
	margin-right: 0;
}

#product-filter-form .filter {
	width: 50%;
}

#product-filter-form .form-group label {
	display: block;
	font-size: 1.8em;
	line-height: 2em;
	margin: 0;
	cursor: pointer;
}

/* select styles from forms.css */

#product-filter-form select {
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ffffff url(/assets/templates/main/images/icons/select-arrows.png) no-repeat scroll 98% 50%;
	padding: 13px 25px 14px 10px;
	height: 50px;
	font-size: 16px;
	border: 1px solid #707070;
	border-radius: 4px;
	color: #7f7f7f;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
}

#product-filter-form select:focus {
	font-size: 16px;
}

#product-filter-form .filter-submit {
	width: 25%;
	position: relative;
}

#product-filter-form .filter-submit::after {
	content: "";
	position: absolute;
	height: 175%;
	width: 1px;
	background-color: #525252;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#product-filter-form .filter-submit input {
	border-radius: 50px;
	background-color: #000000;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
	border: 1px solid #000000;
}

#product-filter-form .filter-submit input:hover,
#product-filter-form .filter-submit input:active {
	background-color: #fff;
	color: #000;
}

#product-filter-form .filter-submit #reset-filter {
	font-size: 18px;
	margin-left: 10px;
	color: #f36a1f;
}

#product-filter-form .filter-submit #reset-filter:hover,
#product-filter-form .filter-submit #reset-filter:active {
	color: #1071bc;
}

#product-filter-form .filter-sort {
	width: 25%;
}

#product-filter-form .filter-sort .form-group {
	width: 100%;
}

.product-count p {
	font-weight: 700;
	color: #000;
}

@media all and (max-width: 1025px) {
	#product-filter-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#product-list-wrap .filter {
		width: 100%;
	}

	#product-list-wrap .filter-sort,
	#product-list-wrap .filter-submit {
		width: 50%;
	}

	#product-filter-form select {
		max-width: 290px;
	}

	#product-filter-form .filter .form-group {
		width: calc(50% - 10px);
		margin: 0 5px;
	}

	#product-filter-form .filter .form-group:first-of-type {
		margin-left: 0;
	}

	#product-filter-form .filter .form-group:last-of-type {
		margin-right: 0;
	}

	#product-filter-form .filter-submit::after {
		display: none;
	}
}

@media all and (max-width: 570px) {

	#product-list-wrap .filter-sort,
	#product-list-wrap .filter-submit {
		width: 100%;
	}

	#product-filter-form .filter .form-group {
		width: 100%;
		margin: 0;
	}

	#product-list-wrap .filter-submit {
		margin-top: 10px;
	}
}

/* Products Pagination */

#products_pagination {
	text-align: center;
}

#products_pagination a.current,
#products_pagination a:hover,
#products_pagination a:active {
	background-color: #000;
	color: #fff;
}

#products_pagination a {
	padding: 3px 10px;
	margin: 0px 5px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #ffffff;
}

/* Products Grid */

.products-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.product-album {
	width: calc(25% - 20px);
	margin: 0 10px 20px;
	padding: 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* margin: 0 10px 20px;; */
	/* padding: 0 10px 0; */
	/* margin:5px */
}

@media all and (max-width: 800px) {
	.product-album {
		width: calc(50% - 20px);
	}
}

@media all and (max-width: 570px) {
	.product-album {
		width: calc(100% - 20px);
	}

	.products-grid>div {
		padding: 0;
	}
}

/* Product Grid Card */

.product-album {
	position: relative;
}

.product-contents {
	width: 100%;
	height: 100%;
	padding: 10px 25px 90px;
	background-color: #eee;
}

.product-album .background-image {
	width: 100%;
	padding-bottom: 62%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

a.product-album {
	text-decoration: none;
	border: 1px solid #afb0b4;
}

.product-album .product-name {
	color: #000000;
	font-weight: 700;
	font-size: 24px;
}

.product-album .product-description {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
}

.product-album .product-read-more {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: calc(100% - 20px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-album .product-read-more span {
	display: inline-block;
	padding: 12px 20px 12px 20px;
	background-color: #f36a1f;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 50px;
	font-weight: 700;
	font-size: 18px;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

a.product-album:hover .product-read-more span {
	background-color: #000;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}

.product-album {
	position: relative;
}

.product-album.onsale:before {
	content: "Sale!";
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	font-size: 14px;
	color: white;
	background-color: #f00;
}

@media all and (max-width: 800px) {
	.product-album .product-read-more span {
		font-size: 16px;
		margin: 0 10px;
	}
}

/* --------------- End Products Landing ------------------ */

/* -------------- Product Details View ------------------- */

/* Project Detail - Columns */

#product-detail-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-col-right .product-short-description {
	font-weight: bold;
	color: #000;
}

@media (max-width: 800px) {
	#product-detail-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.product-main-content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.product-col-right {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

.product-main-content {
	width: 100%;
	padding-bottom: 20px;
}

/* Project Detail Gallery Thumbnails */

#main-photo {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product-gallery {
	background-color: #ddd;
	margin-bottom: 30px;
}

.product-photo-thumbnail {
	margin: 5px;
}

.product-photo-thumbnail a {
	display: block;
	height: 100%;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.product-category-list span,
.product-category-list a {
	font-size: 16px;
}

/* Project Detail Gallery Pagination */

.product-gallery .alt_page_navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-gallery .alt_page_navigation a {
	background-color: #ebebeb;
	padding: 3px 10px;
	margin: 0px 5px;
	color: #005aa1;
	text-decoration: none;
	font-size: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	float: none;
}

.product-video {
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}

@media all and (max-width: 800px) {
	.product-video {
		max-width: 100%;
	}
}

#paging_container {
	padding: 5px;
}

.product-price-info p,
.product-col-right .product-category,
.product-col-right .product-brand {
	color: #000;
}

.product-price-info .price {}

.product-price-info .sale-price {}

.product-price-info.onsale .price,
.product-price-info.onsale .sale-price {
	color: #f00;
	margin-right: 10px;
}

.product-price-info.onsale .sale-price {}

.product-price-info.onsale .price {
	text-decoration: line-through;
	opacity: 0.7;
}

/* Related Products */

.related-products {
	width: 100%;
	border-top: 1px solid #f36a1f;
}

.product-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media all and (max-width: 800px) {
	#details .product-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/* End Related Products */

/* -------------- End Details View ------------------- */

/* --------------- End Products -------------------------- */

/*----------------------------------------------------------------------------*/

/* --- BEGIN FOOTER --------------------------------------------------------- */

#container-footer {
	position: relative;
}

.footer-top {
	padding: 80px 0 45px;
	color: #fff;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.webp .footer-top {
	background-image: url("/assets/templates/main/images/bg/bg-footer-and-main-content-mobile.webp");
}

.no-webp .footer-top {
	background-image: url("/assets/templates/main/images/bg/bg-footer-and-main-content-mobile.jpg");
}

.footer-bottom {
	padding-bottom: 30px;
	background-color: #e8eef7;
}

#container-footer:before {
	content: "";
	position: absolute;
	left: 0;
	height: 45px;
	width: 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/assets/templates/main/images/bg/orange-shape-desktop.svg);
	z-index: 0;
}

#logo-footer {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -65%);
	-ms-transform: translate(-50%, -65%);
	transform: translate(-50%, -65%);
	height: 175px;
	width: 340px;
	max-width: 340px;
}

#logo-footer img {
	height: 175px;
	width: 340px;
}

#container-footer .inside-footer .main-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.footer-phone-number a {
	color: #fff;
	font-family: "Bree Serif";
	font-size: 40px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
	text-decoration: none;
}

.main-footer .cta-button {
	margin: 0px 0 25px;
}

.footer-hours {
	margin-bottom: 30px;
}

.holiday-hours {
	font-size: 1.5em;
	margin-top: 20px;
}

.showroom {
	margin-bottom: 0;
}

.footer-hours p,
.showroom p {
	margin-bottom: 0px;
}

.copyright {
	margin-bottom: 35px;
}

body .ims-grecaptcha-badge {
	margin-bottom: 30px;
}

/* Dynamic address */

#container-footer .loc-address {
	display: none;
}

.cedar-falls #container-footer .loc-address.cedar-falls {
	display: block;
}

.cedar-rapids #container-footer .loc-address.cedar-rapids {
	display: block;
}

.des-moines #container-footer .loc-address.des-moines {
	display: block;
}






/* --- FOOTER --------------------------------------------------------------- */

/* --- NAVIGATION ----------------------------------------------------------- */

#footer-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0 10px;
	text-align: center;
}

#footer-navigation ul li {
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 8px;
	text-align: center;
}

#footer-navigation ul li a:link,
#footer-navigation ul li a:visited {
	text-decoration: underline;
	color: #1b527a;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
}

#footer-navigation ul li a:hover,
#footer-navigation ul li a:active {
	color: #00a1ed;
	text-decoration: none;
}

/* --- FOOTER --------------------------------------------------------------- */

/* --- iMARKET LINKS -------------------------------------------------------- */

p.imarket-link {
	text-align: center;
	margin: 20px auto 10px;
	max-width: 300px;
}

p.imarket-link a {
	position: relative;
	background-color: transparent;
	background-image: url("/assets/templates/main/images/logo-imarket.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #1b527a;
	padding-left: 30px;
	margin: 0 auto;
	text-decoration: underline;
}

p.imarket-link a:hover {
	text-decoration: none;
	color: #00a1ed;
}

/* --- FOOTER --------------------------------------------------------------- */

/* --- LAYOUTS/ANIMATION ---------------------------------------------------- */

/* --- END FOOTER ----------------------------------------------------------- */

/*----------------------------------------------------------------------------*/

/* --- YOUTUBE -------------------------------------------------------------- */

/*----------------------------------------------------------------------------*/

.vid_trigger {
	position: relative;
	overflow: hidden;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
}

.vid_trigger img {
	visibility: hidden;
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 1001;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.v_player {
	position: relative;
	margin: 0 auto;
}

.lightbox img,
.lightbox iframe {
	max-width: 90%;
	max-height: 80%;
	margin-top: 5%;
}

.lightbox-visible {
	outline: none;
	display: block;
}

.ims-vid-trigger {
	cursor: pointer;
}

.vid_trigger::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/assets/templates/main/images/icons/icon-play-button.png);
	background-size: 20% auto;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.vid_trigger:hover::before {
	opacity: 0.7;
}

/* Styling fixes for Successware and IMS CMS */
/*SUCCESSWARE WIDGET*/
/* .modal.layout {
	z-index: 3000000000;
}

.modal.layout .widget-header svg {
	height: 50px;
	width: 50px;
}

.modal.layout .widget-header .close-button {
	margin-top: 10px;
} */

/* Correct global styles affected by Successwares code */
/* #hero-outer h1 {
	text-align: center;
}

#container-all h1 {
	margin: 1.2em auto 0.5em;
}

a[data-customer-link-widget="custom"]:hover {
	cursor: pointer;
} */

#fixed-masthead-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#fixed-masthead-right .cta-button {
	margin: 0 4px;
}

.hero-cta .cta-button {
	margin: 0 2px;
}

.masthead-bottom>div:last-child {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}

#masthead .hiring-link a {
	font-weight: 700;
	font-family: "Bree Serif";
	font-size: 20px;
}

#masthead .cta-button {
	margin-bottom: 20px;
}

/* 
#masthead .successware-button {
	margin-left: 20px;
}

#masthead .successware-button a {
	display: inline-block;
} */

@media (max-width: 1250px) and (min-width: 801px) {
	.masthead-bottom>div:last-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		text-align: right;
		padding: 10px 0;
	}

	#masthead .successware-button {
		margin: 6px 0 0;
	}

	#masthead #logo {
		margin: -24px 0 -22px 0;
	}
}

@media (max-width: 800px) {
	#masthead .successware-button {
		display: none;
	}
}

/* Book Now CTA */
#book-now-cta .cta-button {
	margin-bottom: 10px;
	margin-right: 5px;
}

#book-now #content-wrap>.width-limiter {
	padding-bottom: 170px;
}

#book-now #content-wrap>.width-limiter {
	width: calc(100% - 40px)
}

/* These styles were in place on the example site the customer shared that used the successware widget */
/*
.modal .widget-header{padding:0 5%;}
.modal .widget-button{margin:10px auto;border-radius:0;}
.modal .services-list .widget-button,
.modal .services-list .widget-button label{color:#fff !important;}
.modal section h1,
.modal form.contact-info-form p,
.modal form, .modal section p, .modal section,
.modal .widget-sidebar-step h1.completed + p,
.modal .calendar > .month-selector span,
.modal section.date-time .help-message{font-family: Arial, sans-serif !important;}
.modal .modal .widget-radio-button:hover label{background:rgb(199,33,42) !important;}
.modal form div.PhoneInput,
.modal form div.labeled-input,
.modal form .widget-select,
.modal .select-situation-mobile .situation-form > select, 
.modal .select-situation-mobile .situation-form textArea{border:1px solid #000 !important;border-radius:0 !important;font-family:Arial, sans-serif !important;}
.modal form div.labeled-input,
.modal form.contact-info-form div.labeled-input input{max-height:100px;}
.modal form div.labeled-input input{height:auto;}
.modal .widget-tooltip{position:relative;}
.modal textarea{font-family: Arial, sans-serif !important;border:1px solid #000;border-radius:0;}
.modal h2{font-size:18px !important;}
.modal .widget-radio-button label{
font-size:18px !important;
cursor:pointer;
padding:8px 10px !important;
border:2px solid rgb(199,33,42) !important;	
border-radius:0 !important;}
.modal .hlVLQI input:checked + label,
.modal .widget-radio-button label:hover{color:#fff !important;}
@media screen and (max-width:1000px){
.modal .widget-header{padding:0 5%;align-items:center;}
.modal .widget-header-title{margin-top:0;}
.modal .select-situation-mobile{border-radius:0;}
.modal section.confirm-info p{color:#fff;}
}
*/

/* CODELIBENTRY_ENTRY: 37 */

/* mobile.css */
#dalton-care .top-content-upper {
	position: relative;
	padding: 40px 0 0 0;
	background-color: #e8eef7;
}

#dalton-care .top-content-upper .top-content-left {
	padding-bottom: 40px;
}
#dalton-care .top-content-upper .top-content-right {
	text-align: center;
	position: relative;
	width: calc(100% + 60px);
	left: -30px;
}
#dalton-care .top-content-upper .top-content-right::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 80px;
	left: 50%;
	top: -10px;
	background-image: url("/assets/templates/main/images/icons/bg-pointer-blue.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateX(-50%) rotate(90deg);
}

#dalton-care .top-content-upper .top-content-right img {
	max-width: 100%;
	height: auto;
}

#maintenance-service-plans {
	padding: 55px 0 20px 0;
	text-align: center;
}

#maintenance-service-plans img {
	height: auto;
}

#maintenance-service-plans h1 {
	margin-top: 0;
	margin-bottom: 10px;
}

#maintenance-service-plans h2 {
	color: #043b62;
	font-size: 45px;
	margin-top: 0;
}

#maintenance-service-plans .service-plan {
	background-image: linear-gradient(180deg, #1b527a 0%, #043a63 100%);
	border-radius: 20px;
	margin-bottom: 25px;
	overflow: hidden;
	max-width: 404px;
	margin-left: auto;
	margin-right: auto;
}

#maintenance-service-plans .service-plan .plan-title-outer {
	background-color: #00a1ed;
	padding: 35px 20px;
}

#maintenance-service-plans .service-plan .plan-title-outer .plan-title {
	display: block;
	text-align: center;
	color: #ffffff;
	font-family: "Bree Serif";
	font-size: 3em;
	line-height: 1.2;
	margin-bottom: 0px;
	margin-top: 0;
}

#maintenance-service-plans .service-plan .plan-title-outer .plan-cost {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 36px;
}

#maintenance-service-plans .service-plan .plan-title-outer .per-month {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	margin: -5px 0 0;
}

#maintenance-service-plans .service-plan .plan-title-outer .plan-dollar-sign {
	font-size: 26px;
}

#maintenance-service-plans .service-plan .plan-title-outer .plan-number {
	display: block;
	font-size: 4.5em;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: 'Bree Serif';
	color: #ffffff;
}

#maintenance-service-plans .service-plan .plan-title-outer .plan-subtitle {
	display: block;
	font-weight: 700;
	font-size: 1.8em;
	color: #ffffff;
}

#maintenance-service-plans .service-plan .plan-benefit {
	display: block;
	text-align: left;
	padding: 10px 10px 10px 35px;
	color: #ffffff;
	font-size: 2em;
	line-height: 26px;
	font-weight: 400;
	position: relative;
}

#maintenance-service-plans .service-plan .plan-benefits-title {
	color: #ffffff;
	display: block;
	text-align: left;
	font-family: 'Bree Serif', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 26px;
	position: relative;
	text-transform: uppercase;
	left: -20px;
}

#maintenance-service-plans .service-plan .plan-benefit {
	position: relative;
}
#maintenance-service-plans .service-plan .plan-benefit .benefit-bullet {
	display: block;
	position: relative;
	margin: 2px 0;
	line-height: 1.4;
}
#maintenance-service-plans .service-plan .benefit-bullet::before,
#maintenance-service-plans .service-plan .plan-benefit .benefit-bullet::before {
	content: '';
	position: absolute;
	left: -18px;
	top: 6px;
	background-image: url("/assets/templates/main/images/maintenance/icon-checkmark.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 13px;
	height: 11px;
}

#maintenance-service-plans .service-plan {
	position: relative;
	overflow: hidden;
}

#maintenance-service-plans .service-plan.most-popular::before {
	content: 'Most Popular';
	position: absolute;
	top: 24px;
	right: -45px;
	color: #fff;
	font-size: 1.3em;
	transform: rotate(45deg);
	/* text-transform: uppercase; */
	font-weight: 700;
	background-color: #ed4c14;
	padding: 5px 40px;
}

#maintenance-service-plans .service-plan .plan-benefit:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

#maintenance-service-plans .service-plan .plan-benefit:last-of-type {
	margin-bottom: 15px;
}

#maintenance-service-plans .service-plan .plan-disclaimers {
	padding-bottom: 15px;
}

#maintenance-service-plans .service-plan .plan-disclaimers span {
	color: #ffffff;
	display: block;
	text-align: left;
	padding: 10px 15px 10px 15px;
	font-size: 1.2em;
}

#maintenance-cta {
	background-color: #faa978;
	padding: 35px 0 60px 0;

	/*hidden section update to padding*/
	/* padding-bottom: 130px; */
	text-align: center;
	position: relative;
}

#maintenance-cta::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 45px;
	left: calc(50% - 1px);
	top: -22px;
	transform: translateX(-50%);
	background-image: url("/assets/templates/main/images/maintenance/orange-shape-desktop.svg");
	background-position: center;
}

#maintenance-cta::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 45px;
	left: calc(50% - 1px);
	bottom: -22px;
	transform: translateX(-50%);
	background-image: url("/assets/templates/main/images/maintenance/blue-shape-desktop.svg");
	background-position: center;
}

#maintenance-cta img {
	height: auto;
}

#maintenance-cta h2 {
	margin-top: 0;
}

#maintenance-cta p {
	margin-bottom: 25px;
	color: #043b62;
	font-family: "Bree Serif";
	letter-spacing: 1.8px;
}

#maintenance-cta .cta-button a {
	text-transform: uppercase;
	background-color: #00a1ed;
	color: #ffffff;
	line-height: 1.5;
}

#maintenance-cta .cta-button a:hover,
#maintenance-cta .cta-button a:active {
	background-color: #003a63;
}

#maintenance-main-content {
	padding: 65px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.webp #maintenance-main-content {
	background-image: url("/assets/templates/main/images/maintenance/form-section-bg.webp");
}

.no-webp #maintenance-main-content {
	background-image: url("/assets/templates/main/images/maintenance/form-section-bg.png");
}

#maintenance-main-content .content-left {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 20px;
	background-color: #ffffff;
	padding: 20px 25px 40px 25px;
	width: 100%;
}

#maintenance-main-content .content-left .h1 {
	font-size: 55px;
	line-height: 64px;
	margin: 0 auto 10px;
	max-width: 450px;
	text-align: center;
}

#maintenance-main-content .content-left p {
	margin-top: 0;
	color: #222222;
}

#maintenance-main-content .content-left span:not(.h1) {
	display: block;
	color: #222222;
	font-size: 18px;
	line-height: 1.3em;
	margin-top: 30px;
	padding-left: 15px;
}

#maintenance-main-content .content-left ul {
	list-style-type: none;
	padding: 0;
}

#maintenance-main-content .content-left ul li {
	padding-left: 35px;
	margin-top: 10px;
	margin-bottom: 25px;
	position: relative;
}

#maintenance-main-content .content-left ul li::before {
	content: '';
	position: absolute;
	left: -5px;
	top: -11px;
	width: 36px;
	height: 44px;
	background-image: url("/assets/templates/main/images/maintenance/icon-logo.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#maintenance-main-content .content-left ul li:last-child {
	margin-bottom: 0;
}

#maintenance-main-content .cta-button {
	display: inline-block;
	margin: 25px auto 0 auto;
}

#maintenance-main-content .content-left .content-spacer .cta-button a {
	margin: 0 auto;
	display: inline-block;
	text-decoration: none;
	background-color: #faa978;
}

#maintenance-main-content .content-left .content-spacer .cta-button a:hover,
#maintenance-main-content .content-left .content-spacer .cta-button a:active {
	color: #fff;
	background-color: #00a1ed;
}

#maintenance-form button {
	background-color: #faa978;
	color: #1b527a;
	text-transform: none;
}

#maintenance-form button:hover,
#maintenance-form button:active {
	background-color: #00a1ed;
	color: #fff;
}

@media all and (max-width: 800px) {
	#maintenance-main-content #maintenance-form {
		display: none;
	}
}

#maintenance-club-test #maintenance-form form {
	max-width: 615px;
	margin: 0 auto;
}

.ims-lightbox #maintenance-form h4,
.ims-lightbox #maintenance-form span {
	color: #fff;
	text-align: center;
}

#maintenance-form .mf-subtitle,
#maintenance-form .mf-extra {
	font-size: 1.6em;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

#maintenance-form form fieldset:last-of-type,
#maintenance-form form li,
#maintenance-form form li>input,
#maintenance-form form li select,
#maintenance-form form li textarea {
	width: 100%;
	text-align: left;
	border: none;
	box-shadow: none;
}

#maintenance-form form ul.submit {
	width: 100%;
}

#maintenance-form form ul.submit li {
	text-align: center;
}

#maintenance-form form li textarea {
	min-height: 100px;
	resize: vertical;
}

.ims-lightbox #maintenance-form form li label,
.ims-lightbox #maintenance-form form li .label-heading {
	display: block;
	text-align: left;
	color: #fff;
	margin: 0;
}

#maintenance-form form ul.submit {
	text-align: center;
}

#maintenance-faq {
	background-color: #fff;
	padding: 30px 0;
}

#maintenance-faq .maintenance-faq-box {
	background-color: #fff;
	border-radius: 20px;
	/*padding: 20px 15px;*/
}

#maintenance-faq .h1 {
	margin-top: 0;
	margin-bottom: 10px;
}

#maintenance-faq .h2 {
	color: #ed4c14;
	margin-top: 0;
}

#maintenance-faq .faq-bullet,
#maintenance-faq ul.faq-answer::before {
	color: #ed4c14;
	font-family: "Bree Serif";
	font-size: 30px;
	font-weight: 400;
}

#maintenance-faq p {
	margin-bottom: 20px;
}

#maintenance-faq .faq-answer {
	margin-bottom: 40px;
}

#maintenance-faq ul.faq-answer {
	padding-left: 50px;
	position: relative;
	margin-bottom: 10px;
}

#maintenance-faq ul.faq-answer::before {
	content: 'A:';
	position: absolute;
	left: 0;
	top: 0;
}

#maintenance-faq .cta-button {
	display: block;
	margin-top: 25px;
}

#maintenance-faq .cta-button a {
	background-color: #00a1ed;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1.4;
}

#maintenance-faq .cta-button a:hover,
#maintenance-faq .cta-button a:active {
	color: #043b62;
	background-color: #fec43a;
}

#dalton-care #home-reviews {
	position: relative;
	padding: 10px 0 100px 0;
}

#dalton-care #home-reviews .secondary-tools-heading {
	text-align: center;
	text-transform: none;
	font-size: 3.2em;
	margin-bottom: 30px;
}

#dalton-care #home-reviews .testimonial {
	border-radius: 20px;
	background-color: #e8eef7;
	padding: 90px 40px 40px;
	position: relative;
	max-width: 615px;
	margin: 0 auto;
}

#dalton-care #home-reviews .testimonial::before {
	content: '';
	position: absolute;
	width: 176px;
	height: 27px;
	left: 40px;
	top: 40px;
	background-image: url("/assets/templates/main/images/icons/birdeye-stars.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#dalton-care #home-reviews .testimonial .quote {
	font-style: italic;
	font-size: 2.2em;
}

#dalton-care #home-reviews .testimonial .source {
	text-align: right;
	color: #043b62;
	font-family: "Bree Serif";
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 0;
}

#dalton-care #home-reviews .view-all {
	text-align: center;
	margin-top: 25px;
}

#dalton-care #home-reviews .logo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	flex-wrap: wrap;
	max-width: 575px;
	margin: 20px auto 0;
}

#dalton-care #home-reviews .logo-wrapper .logo {
	width: 20%;
	max-width: 120px;
	padding: 5px 10px;
}

#dalton-care #home-reviews .logo-wrapper .logo img {
	max-width: 100%;
	height: auto;
}

/* Reviews */


/* CODELIBENTRY_ENTRY: 163 */

#home-reviews #testimonials-secondary .secondary-tools {
	position: relative;
	z-index: 10;
	background-color: transparent;
}

#home-reviews #testimonials-secondary .secondary-tools-heading,
#home-reviews #testimonials-secondary .slick-dots,
#home-reviews #testimonials-secondary .view-all {
	text-align: left;
}

#testimonials-outer::before {
	height: 200px;
}

#testimonials-outer {
	padding-top: 225px;
}

#home-reviews #testimonials-secondary .secondary-tools-heading {
	font-size: 36px;
	text-align: center;
	max-width: 450px;
	margin: 0px auto 30px;
}

#home-reviews #testimonials-secondary .testimonial {
	margin: 0 auto 30px;
	max-width: 500px;
}

#home-reviews #testimonials-secondary .view-all {
	text-align: center;
	margin-bottom: 30px;
}

#home-reviews #testimonials-secondary .source {
	margin-top: 10px;
}

@media all and (min-width: 571px) {
	#testimonials-outer::before {
		height: 300px;
	}

	#testimonials-outer {
		padding-top: 325px;
	}
}


/* - 8 column - 4 column split blocks */

@media all and (min-width: 801px) {
	#testimonials-outer {
		padding-top: 50px;
	}

	#home-reviews #testimonials-secondary .secondary-tools-heading {
		font-size: 45px;
		max-width: 690px;
	}

	#home-reviews #testimonials-secondary>.width-limiter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#home-reviews #testimonials-secondary> :last-child {
		width: 66.66%;
		margin-left: auto;
	}

	#home-reviews #testimonials-secondary .testimonial blockquote .source {
		font-size: 20px;
	}
}

@media (min-width: 1025px) {
	#home-reviews #testimonials-secondary .secondary-tools-heading {
		font-size: 55px;
	}
}

@media all and (max-width: 1250px) {
	#home-reviews #testimonials-secondary>.width-limiter {
		width: 100%;
	}
}


/* Add full background to left */

#testimonials-outer {
	position: relative;
}

#testimonials-outer::before {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	max-width: 500px;
	left: 50%;
	top: 25px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.webp #testimonials-outer::before {
	background-image: url("/assets/templates/main/images/bg/reviews-mobile.webp");
}

.no-webp #testimonials-outer::before {
	background-image: url("/assets/templates/main/images/bg/reviews-mobile.jpg");
}

@media all and (min-width: 801px) {
	#testimonials-outer::before {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		max-width: none;
	}

	#testimonials-outer::after {
		content: "";
		position: absolute;
		/* left: 50%; */
		left: 33.34%;
		top: 50%;
		-webkit-transform: translate(-100%, -50%);
		-ms-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
		height: 115px;
		width: 88px;
		background-image: url(/assets/templates/main/images/hero-triangle-white.png);
		z-index: 2;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}

	.webp #testimonials-outer::before {
		background-image: url("/assets/templates/main/images/bg/reviews-desktop.webp");
	}

	.no-webp #testimonials-outer::before {
		background-image: url("/assets/templates/main/images/bg/reviews-desktop.jpg");
	}

	#home-reviews #testimonials-secondary .width-limiter>div:first-of-type {
		position: relative;
		z-index: 2;
		background-image: none;
		background-color: transparent;
	}

	#home-reviews #testimonials-secondary:after {
		content: "";
		width: 66.66%;
		position: absolute;
		bottom: 0;
		right: 0;
		height: 100%;
		/* background-color: #f8f8f8; */
	}
}

@media all and (min-width: 1271px) {
	#home-reviews #testimonials-secondary:after {
		/* (100% - 1250px)/ 2  This gets the width from the left edge of the sidebar to the edge of the screen.  833 is 2/3 of 1250px */
		width: calc(((100% - 1250px) / 2) + 833px);
	}
}


/* Add full background to right */

#testimonials-outer {
	position: relative;
}

#testimonials-outer .width-limiter>div:last-of-type {
	/* background: #f8f8f8; */
}

@media all and (min-width: 801px) {
	#testimonials-outer:before {
		content: "";
		width: 33.34%;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
}

@media all and (min-width: 1271px) {
	#testimonials-outer:before {
		/* (100% - 1250px)/ 2  This gets the width from the right edge of the sidebar to the edge of the screen.  833 is 1/3 of 1250px */
		width: calc(((100% - 1250px) / 2) + 417px);
	}

	#testimonials-outer::after {
		left: calc(((100% - 1250px) / 2) + 417px);
		-webkit-transform: translate(-100%, -50%);
		-ms-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
		z-index: 2;
	}
}


.mobile-col.promos {
	display: none;
}

/* Fixed Footer customizations */
@media(max-width: 800px) {
	.mobile-col.promos {
		display: block;
	}

	.mobile-col.promos svg {
		margin-bottom: 6px;
	}

	.mobile-col.chat {
		display: none;
	}

	#container-all {
		margin-top: 95px;
	}

	.mobile-fixed-footer {
		top: 0;
		bottom: auto;
	}

	.js #toggle-navigation {
		top: -4px;
	}

	.js #toggle-navigation a {
		top: 14px;
	}

	.js #toggle-navigation.active a {
		top: 0px;
	}

	.js #toggle-navigation::before {
		top: 40px;
	}
}

@media(max-width: 430px) {
	.js #toggle-navigation {
		top: -2px;
	}
}

#commercial-ctas {
    text-align: center;
}
#commercial-ctas .cta-button {
    margin-top: 5px;
    margin-bottom: 5px;
}

#ims-form-module-form-22 li.radio span.wrapper {
	display: flex;
	justify-content: flex-start;
}
#ims-form-module-form-22 li.radio span.wrapper label {
	width: 50px;
}