/**
 * Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

/*a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}*/

a:hover,
a:active {
	outline: none;
}

a img {
	border: none;
}
*:focus {
	outline: none;
}
strong {
	font-weight: 600;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Site Styles */
/**
 * General Styles
 */
body {
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #444444;
	overflow-x: hidden;
	line-height: 21px;
}
.clearfix {
	clear: both;
	width: 100%;
	overflow: hidden;
}
img {
	height: auto;
	max-width: 100%;
}
input, button, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
select {
	border-radius: 0;
}
a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #8bd7f7;
}
.container {
	max-width: 1354px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
}

/* Header */
.site-header {
	background-color: #ffffff;
	/* padding-top: 30px; */
	position: absolute;
	width: 100%;
	z-index: 300;
	padding-bottom: 10px;
}
.header-dummy {
	height: 104px;
}
header.site-header.site-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(-150%);
	-moz-transform: translateY(-150%);
	transform: translateY(-150%);
	-webkit-transition: -webkit-transform .6s ease;
	-moz-transition: -moz-transform .6s ease;
	transition: transform .6s ease;
	padding: 0 0 25px;
}
header.site-header.site-header-sticky.fixed {
	transform: translateY(0);
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.7);
}
.site-header-inner {
	display: table;
	width: 100%;
}
.site-header-left {
	vertical-align: top;
	width: 340px;
	float: left;
}
.site-header-right {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
}
#mobile-menu {
	display: none;
}
.logo-wrapper {
	width: 187px;
	height: 35px;
	display: inline-block;
	float: left;
	text-align: center;
}
.social-icons-wrapper {
	width: 150px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	float: left;
	text-align: center;
}
.site-phone {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #000000;
	position: relative;
	top: 14px;
	margin-right: 20px;
}
.blue-button {
	display: inline-block;
	min-width: 123px;
	color: #ffffff;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 800;
	font-size: 12px;
	text-align: center;
	background-color: #8bd7f7;
	position: relative;
	padding: 10px 20px 10px 20px;
	letter-spacing: 2px;
}
.blue-button-right {
	float: right;
}
.blue-button:hover {
	color: #ffffff;
	background-color: #54c9eb;
}
.blue-link-with-arrow {
	display: inline-block;
	color: #8bd7f7;
	position: relative;
	line-height: 26px;
	font-weight: 600;
}
.blue-link-with-arrow::before {
	content: '';
	height: 2px;
	background-color: #8bd7f7;
	width: 90%;
	display: block;
	position: absolute;
	bottom: 0px;
}
.blue-link-with-arrow::after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	content: '\e801';
	position: relative;
	left: 10px;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
}
.blue-link-with-arrow:hover::after {
	left: 15px;
}

/* Menu Styles */
/* Ref: https://codex.wordpress.org/Creating_Horizontal_Menus */
/* https://perishablepress.com/css-dropdown-menu-wordpress/ */
.header-menu {
	float: right;
	display: inline-block;
	position: relative;
	top: 14px;
	font-size: 12px;
	font-family: 'proxima-nova', sans-serif;
	text-transform: uppercase;
}
.header-menu > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.header-menu > ul > li {
	display: inline-block;
}
.header-menu > ul > li > a {
	font-weight: 600;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 25px;
}
.header-menu > ul > li > a:hover {
	color: #8bd7f7;
}
.header-menu > ul > li > ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 220px;
	top: 25px;
	z-index: 9999;
	background: #f6f6f6;
	min-width: 100px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
}
.header-menu > ul > li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.header-menu > ul > li > ul.sub-menu > li {
}
.header-menu > ul > li > ul.sub-menu > li > a {
	color: #000000;
	font-weight: 600;
	font-size: 12px;
	padding: 25px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
}
.header-menu > ul > li > ul.sub-menu > li.no-menu-border > a {
	border-bottom: 0px;
}
.header-menu > ul > li > ul.sub-menu > li:hover {
	background: #ddeff6;
	width: 100%;
	display: block;
}
ul.sub-menu img._before {
	margin-right: 1em;
}
ul.sub-menu li.no-menu-border img._before, ul.sub-menu li.extra-menu-label-space img._before {
	margin-right: 1.5em;
}

/* Home Page Hero Block */
.hero-shadow-wrapper {
	-webkit-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	margin: 0px auto;
	width: 100%;
	max-width: 1314px;
	min-height: 711px;
	overflow: hidden;
	margin-bottom: 120px;
	position: relative;
	background-position: center center;
}
.hero-content-wrapper {
	width: 41%;
	position: absolute;
	top: 22%;
	left: 5%;
	height: auto;
	overflow: hidden;
}
h1.hero-header {
	font-size: 52px;
	color: #ffffff;
	line-height: 1.2em;
	font-style:normal;
	font-weight:300;
}
.hero-points-wrapper {
	margin-top: 32px;
}
.hero-points {
	font-size: 24px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 32px;
}
.hero-points a {
	color: #ffffff;
}
.hero-points a:hover {
	text-decoration: underline;
}
.hero-points span {
	font-size: 18px;
	position: relative;
	bottom: 3px;
}
.hero-call-us {
	display: inline-block;
	margin-left: 35px;
}
.hero-call-us a {
	color: #ffffff;
	text-decoration: underline;
}

.gray .hero-header,
.gray .hero-points,
.gray .hero-call-us a {
	color: #444444;
}











/* Inner Page Hero */
.inner-page-hero-shadow-wrapper {
	-webkit-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	margin: 0px auto 120px;
	width: 100%;
	max-width: 1314px;
	min-height: 550px;
	overflow: hidden;
	position: relative;
	z-index: 100;
	background-position: center center;
}
.inner-page-hero-content-wrapper {
	width: 43%;
	position: relative;
	margin-top: 160px;
	left: 5%;
	height: auto;
	color: #ffffff;
	margin-bottom: 150px;
}
.inner-blog-hero-wrapper {
	margin-bottom: 60px;
}
.inner-blog-hero-wrapper .inner-page-hero-content-wrapper {
	top: 0;
	position: relative;
	z-index: 20;
	width: 46%;
}
.inner-blog-hero-wrapper .overlay {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(70%, rgba(0,0,0,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 70%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 70%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 70%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 70%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
	top: 0;
	left: 0;
}
h1.inner-page-hero-header  {
	font-size: 48px;
	line-height: 49px;
	font-weight: 300;
	margin-bottom: 26px;
}
h1.inner-blog-hero-wrapper .inner-page-hero-header {
	line-height: 58px;
}
.inner-page-hero-sub-title {
	font-size: 14px;
	font-weight: 600;
  	margin-bottom: 26px;
}
.inner-page-hero-content {
	font-size: 18px;
	line-height: 36px;
	position: relative;
}
.inner-page-hero-content .special-quote {
	position: absolute;
	width: 41px;
	height: 27px;
	left: -25px;
	top: 0px;
	background-image: url('../images/quote.png');
	background-repeat: no-repeat;
}
.inner-page-hero-button-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	text-transform: uppercase;
}
.gray .inner-page-hero-header,
.gray .inner-page-hero-sub-title,
.gray .inner-page-hero-content {
	color: #444444;
}




/* Separator */
.wayzata-wave-separtor {
	width: 100%;
	height: auto;
	min-height: 228px;
	margin-bottom: 60px;
}

/* Service List Block */
.service-list-outer-wrapper {
	max-width: 1170px;
	margin:0px auto;
	margin-bottom: 120px;
	padding: 0 20px;
}
.services-block-title {
	font-size: 36px;
	font-weight: 300;
	color: #222222;
	line-height: 1.361;
	text-align: center;
	margin-bottom: 60px;
}
.services-list-inner-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: table;
}
.service-list-block-row {
	width: 100%;
	display: table-row;
}
.service-list-block {
	width: 48%;
	height: auto;
	overflow: hidden;
	display: table-cell;
	padding-bottom: 75px;
}
.servive-list-info-outer-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: table;
}
.service-icon-wrapper {
	display: table-cell;
	width: 23%;
	position: relative;
	height: auto;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.service-icon-wrapper span {
	font-size: 20px;
}
.service-icon-wrapper span.icon-laser {
	font-size: 35px;
}
.service-icon-wrapper span.icon-preventative, .service-icon-wrapper span.icon-restorative {
	font-size: 30px;
}
.service-listing-info-wrapper {
	display: table-cell;
	width: 75%;
	position: relative;
}
.service-listing-title {
	font-size: 24px;
	color: #222222;
	margin-bottom: 28px;
}
.service-listing-description {
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 28px;
}
.service-custom-button-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.service-custom-button-wrapper a {
	font-size: 18px;
}

/* Services List With Featured Image */
.service-list-with-featured-service-wrapper {
	width: 100%;
	max-width: 1220px;
	padding: 0 20px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 50px;
}
.service-list-with-featured-service-wrapper .featured-service-wrap {
	border: 2px solid #363636;
	padding: 36px;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 420px;
	display: table;
	margin-bottom: 83px;
}
.featured-service-wrap .featured-service-image-left {
	display: table-cell;
	width: 48%;
	height: auto;
	vertical-align: middle;
}
.featured-service-wrap .featured-service-image-left img {
	display: block;
	-webkit-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.25);
	-moz-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.25);
  	box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.25);
	max-width: 91%;
}
.featured-service-wrap .featured-service-content-right {
	display: table-cell;
	width: 48%;
	height: auto;
	vertical-align: middle;
}
.featured-service-title {
	font-size: 24px;
	color: #222222;
	line-height: 49px;
	text-align: left;
	font-weight: 300;
}
.featured-service-title span {
	font-size: 28px;
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 24px;
}
.featured-service-excerpt-wrapper {
	width: 75%;
	padding-left: 45px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.featured-service-excerpt-wrapper::before {
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #444444;
	content: '';
	left: 18px;
}
.featured-service-excerpt {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 25px;
}
.service-list-with-featured-service-wrapper .service-listing-wrap {

}
.service-list-with-featured-service-wrapper .service-item-wrap {
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
.service-item-title {
	font-size: 24px;
	color: #222222;
	line-height: 49px;
	text-align: left;
	font-weight: 300;
}
.service-item-title span {
	font-size: 28px;
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 24px;
}
.service-item-excerpt-wrapper {
	width: 100%;
	padding-left: 45px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.service-item-excerpt-wrapper::before {
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #444444;
	content: '';
	left: 18px;
}
.service-item-excerpt {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 25px;
}

/* FAQ Block */
.faq-block-wrapper {
	width: 100%;
	max-width: 1220px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 50px;
	padding: 0 20px;
}
.faq-block-header {
	font-size: 52px;
	line-height: 62px;
	font-weight: 300;
	text-align: left;
	margin-bottom: 52px;
}
.faq-block-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 36px;
	text-align: left;
}
.faq-block-content p {
	margin-bottom: 55px;
}
.faq-items-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.faq-item {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
}
.faq-question {
	font-size: 24px;
	color: #222222;
	line-height: 32px;
	text-align: left;
	padding-bottom: 32px;
	border-bottom: 1px solid #222222;
	margin-bottom: 32px;
	position: relative;
	cursor: pointer;
	width: 100%;
	padding-right: 30px;
}
.faq-question span {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	font-size: 16px;
}
.faq-answer {
	line-height: 36px;
	text-align: left;
	display: none;
	margin-bottom: 36px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.faq-answer p {
	margin-bottom: 20px;
}
.faq-answer ul {
	margin-bottom: 20px;
	list-style: disc outside;
	margin-left: 20px;
}
.faq-answer li {
	padding-left: 8px;
	margin-bottom: 6px;
}


/* Insurance Company Logos */
.insurance-company-logos-wrapper {
	width: 100%;
	max-width: 1240px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	margin-bottom: 102px;
	position: relative;
	text-align: center;
	padding: 0 20px;
}
.insurance-company-logos-wrapper img {
	display: inline-block;
	margin-right: 10px;
}
.insurance-company-logos-wrapper img:last-child {
	margin-right: 0px;
}

/* Content Block With Image */
.content-block-with-image-wrapper {
	width: 100%;
	max-width: 1220px;
	height: auto;
	/* overflow: hidden; */
	margin: 0px auto;
	margin-bottom: 50px;
	position: relative;
	padding: 0 20px;
}
.content-block-with-image-left-content {
	width: 48%;
	display: inline-block;
	float: left;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.content-block-left-image-wrapper {
	width: 91%;
	height: auto;
	text-align: left;
	position: relative;
}
.content-block-left-image-wrapper img {
	position: relative;
	z-index: 2;
	display: block;
}
.content-block-left-image-shadow {
	background-color: rgb(202, 237, 252);
	opacity: 0.902;
    filter: alpha(opacity=90); /* For IE8 and earlier */
	-webkit-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.25);
	-moz-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.25);
  	box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.25);
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	z-index: 1;
  	top: 10px;
  	left: 10px;
}
.content-block-with-image-caption {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	text-align: center;
	margin-top: 25px;
	font-weight: 600;
}
.content-block-with-image-right-content {
	width: 48%;
	display: inline-block;
	float: right;
	height: auto;
	overflow: hidden;
	line-height: 36px;
	text-align: left;
}
.content-block-with-image-right-content p {
	margin-bottom: 55px;
}
.content-block-with-image-right-content .blue-button {
	padding: 0px 20px 0px 20px;
	font-size: 18px;
}
.content-call-us {
	font-weight: 600;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

/* Content Block With Full Width Image */
.content-block-with-full-width-image-wrapper {
	width: 100%;
	max-width: 1314px;
	margin: 0px auto;
	-webkit-box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.65);
	-moz-box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.65);
	box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.65);
	margin-bottom: 103px;
	position: relative;
	background-position: center center;
	overflow: hidden;
}
.content-block-with-full-width-image-inner-wrapper {
	width: 42%;
	position: relative;
	margin-top: 80px;
	margin-bottom: 90px;
	left: 8%;
	color: #ffffff;
	height: auto;
	overflow: hidden;
}
.content-block-with-full-width-image-title {
	font-size: 38px;
	color: #ffffff;
	line-height: 49px;
	text-align: left;
	font-weight: 300;
	width: 94%;
	margin-bottom: 30px;
}
.content-block-with-full-width-image-content {
	color: #ffffff;
	line-height: 36px;
	text-align: left;
	margin-bottom: 30px;
}
.gray .content-block-with-full-width-image-title,
.gray .content-block-with-full-width-image-content {
	color: #444444; 
}

/* Content Block with Testimonial */
.two-column-content-block-wrapper {

}
.two-column-content-block-wrapper .content-block-with-image-left-content {
	text-align: left;
}
.two-column-content-block-wrapper .content-block-with-image-right-content {
	padding: 0 30px 30px;
	width: 52%;
}
.image-block-with-testimonial-wrapper .video-popup-wrap,
.two-column-content-block-wrapper .content-block-with-image-right-content .video-popup-wrap {
	position: relative;
	float: left;
}
.image-block-with-testimonial-wrapper .video-popup-wrap:before,
.two-column-content-block-wrapper .content-block-with-image-right-content .video-popup-wrap:before {
	content: "";
	background-color: rgba(229, 241, 244);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 7px;
	top: 7px;
	z-index: 10;
	-webkit-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.25);
    -moz-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.25);
    box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.25);
}
.image-block-with-testimonial-wrapper .video-popup-wrap .custom-video-popup,
.two-column-content-block-wrapper .content-block-with-image-right-content .video-popup-wrap .custom-video-popup {
	float: left;
	overflow: hidden;
}
.image-block-with-testimonial-wrapper .video-popup-wrap img,
.two-column-content-block-wrapper .content-block-with-image-right-content .video-popup-wrap img {
	position: relative;
	z-index: 20;
	float: left;
}
.image-block-with-testimonial-wrapper .video-popup-wrap {
	margin: 8px 30px 30px;
}
.image-block-with-testimonial-wrapper .button-wrap {
	text-align: center;
	margin-top: 50px;
}
.image-block-with-testimonial-wrapper .blue-link-with-arrow {
	font-weight: 600;
	text-transform: uppercase;
}
.image-block-with-testimonial-wrapper .blue-link-with-arrow::before {
    height: 2px;
    background-color: #8bd7f7;
}
.two-column-content-block-wrapper .caption {
	font-size: 36px;
	color: #222222;
	line-height: 49px;
	text-align: left;
	font-weight: 300;
	margin-bottom: 20px;
	width: 80%;
}
.two-column-content-block-wrapper .content {
	line-height: 36px;
	text-align: left;
	width: 90%;
	margin-bottom: 40px;
}
.two-column-content-block-wrapper .content-review-links {
	text-align: center;
}
.two-column-content-block-wrapper .content-review-links a {
	position: relative;
	color: #7cbccc;
	font-weight: 600;
	font-size: 18px;
	background-repeat: no-repeat;
	line-height: 40px;
	background-size: auto 40px;
	display: inline-block;
	padding-left: 60px;
	text-decoration: none;
	margin: 0px 13px 22px;
}
.two-column-content-block-wrapper .content-review-links a span {
	border-bottom: 2px solid #7cbccc;
}
.two-column-content-block-wrapper .content-review-links a::after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	content: '\e801';
	position: relative;
	left: 10px;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
}
.two-column-content-block-wrapper .content-review-links a:hover::after {
	left: 15px;
}
.two-column-content-block-wrapper .content-review-links a.google {
	background-image: url(../images/google-color.svg);
}
.two-column-content-block-wrapper .content-review-links a.facebook {
	background-image: url(../images/facebook-color.svg);
}

/* Content Block with Testimonial */
.content-block-with-testimonial-wrapper {
	max-width: 1220px;
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	margin: 0px auto;
	margin-bottom: 115px;
	padding: 0 20px;
}
.content-block-with-tetsimonial-left {
	display: inline-block;
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
}
.content-block-with-tetsimonial-right {
	display: inline-block;
	width: 48%;
	height: auto;
	overflow: hidden;
	float: right;
}
.content-block-with-testimonial-title {
	font-size: 36px;
	color: #222222;
	line-height: 49px;
	text-align: left;
	font-weight: 300;
	margin-bottom: 40px;
}
.conent-block-with-testimonial-content {
	line-height: 36px;
	text-align: left;
	width: 90%;
	margin-bottom: 40px;
}
.testimonial-box {
	border: 2px solid #444444;
	width: 90%;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	padding: 49px 0px 55px 0px;
	margin-top: 10px;
}
.testimonials-box-content-wrapper {
	width: 86%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	display: table;
}
.testimonial-box-content-left {
	display: table-cell;
	width: 22%;
	height: auto;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.testimonial-box-content-right {
	display: table-cell;
	width: 76%;
	height: auto;
	overflow: hidden;
}
.testimonial-box-content-left a {
	font-size: 14px;
	color: #444444;
}
.testimonial-box-content-right .testimonial-box-image {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
}
.testimonial-box-content-right .testimonial-content {
	height: auto;
	overflow: hidden;
	padding-left: 40px;
	position: relative;
	width: 100%;
	margin-top: 12px;
}
.testimonial-box-content-right .testimonial-content::before {
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #444444;
	content: '';
	left: 12px;
}
.testimonial-box-content-right .testimonial-text {
	font-size: 16px;
	line-height: 36px;
	text-align: left;
	margin-bottom: 15px;
}
.testimonial-box-content-right .testimonial-user-name {
	font-weight: 600;
	text-transform: uppercase;
}

/* Testimonial Listing Block */
#testimonialLazyload {
	padding-bottom: 70px;
	padding-top: 20px;
	display: block;
	overflow: hidden;
}
.testimonial-listing-block-wrapper {
	width: 100%;
	max-width: 1240px;
	margin: 0px auto 110px;
	padding: 0 20px;
}
.testimonial-listing-block-wrapper .content {
	line-height: 36px;
	text-align: center;
	/* margin-bottom: 110px; */
}
.testimonial-listing-block-wrapper .content p {
    margin-bottom: 30px;
}
.testimonial-listing-block-wrapper .testimonial_section {
	display: flex;
	flex-wrap: wrap;
}
.testimonial-listing-block-wrapper .testimonial-single {
	-webkit-box-shadow: 5px 9px 16px 0px rgba(1, 1, 1, 0.65);
	-moz-box-shadow: 5px 9px 16px 0px rgba(1, 1, 1, 0.65);
	box-shadow: 5px 9px 16px 0px rgba(1, 1, 1, 0.65);
	float: left;
	margin:  0 20px 40px;
	width: calc(33.3% - 40px);
	position: relative;
	z-index: 20;
}
.testimonial-listing-block-wrapper .testimonial-single:before {
	position: absolute;
	content: "";
	background-color: rgba(229, 241, 244);
	z-index: 10;
	top: 7px;
	left: 7px;
	width: 100%;
	height: 100%;
}
.testimonial-listing-block-wrapper .testimonial-single .inner {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: #f6f6f6;
	padding: 40px;
}
.testimonial-item-excerpt-wrapper {
	width: 100%;
	padding-left: 50px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 16px;
}
.testimonial-item-excerpt-wrapper::before {
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #444444;
	content: '';
	left: 10px;
}
.testimonial-item-excerpt {
	font-size: 16px;
	line-height: 36px;
	height: 250px;
	padding: 10px 0;
	display: table-cell;
	vertical-align: middle;
}
.testimonial-item-name {
	font-weight: 600;
    text-transform: uppercase;
	font-size: 16px;
}
.loadmoreanchor-wrap {
	text-align: center;
}
#loadmoreanchor {
	font-size: 20px;
	padding: 18px 40px 16px 40px;
}

/* Content Block */
.content-block-wrapper {
	width: 100%;
	overflow: hidden;
	max-width: 1220px;
	padding: 0 20px;
	text-align: left;
	margin: 0px auto;
}
.content-block-title {
	font-size: 36px;
	color: #222222;
	line-height: 49px;
	text-align: left;
	font-weight: 300;
	margin-bottom: 40px;
}
.content-block-content {
	line-height: 36px;
	text-align: left;
	margin-bottom: 110px;
}
.content-block-content p {
	margin-bottom: 55px;
}
.content-block-content ul {
	list-style: disc outside;
	margin-left: 40px;
	margin-bottom: 50px;
}
.content-block-content ul li {
	margin-bottom: 15px;
}
.content-block-content h2,
.content-block-content h3,
.content-block-content h4,
.content-block-content h5,
.content-block-content h6 {
    font-weight: 600;
	margin-bottom: 24px;
}
.content-block-content h2 {
    font-size: 32px;
    line-height: 42px;
}
.content-block-content h3 {
    font-size: 28px;
}
.content-block-content h4 {
    font-size: 24px;
}
.content-block-content h5 {
    font-size: 20px;
}
.content-block-content h6 {
    font-size: 16px;
}

/* Contact Form */

.contact-form-wrapper {
	width: 100%;
	max-width: 1220px;
	padding: 0 20px;
	margin: 0px auto;
	position: relative;
	z-index: 200;
}
.contact-form-left {
	width: 48%;
	float: left;
}
.contact-form-left .cfl-wrap {
	margin-bottom: 50px;
}
.contact-form-left .cfl-title {
	font-size: 32px;
	padding: 1px 0 20px;
	font-weight: 300;
}
.contact-form-left .cfl-data {
	color: #444444;
	font-size: 18px;
	background-repeat: no-repeat;
	background-size: 15px auto;
	padding-left: 29px;
	background-position: left center;
}
.contact-form-left .cfl-data.phone {
	background-image: url(../images/phone-icon.svg);
}
.contact-form-left .cfl-data.email {
	background-image: url(../images/email-icon.svg);
}
.contact-form-left .cfl-data.address {
	background-image: url(../images/address-icon.svg);
}
.contact-form-left .cfl-button {
	font-weight: 600;
}
.contact-form-left .cfl-button::before {
    height: 2px;
    background-color: #8bd7f7;
}
.contact-form-right {
	width: 48%;
	float: right;
	margin-top: -440px;
}
.contact-form-right .gform_wrapper {
	background-color: #f6f6f6;
	-webkit-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	margin: 30px;
	padding: 40px 40px 12px 40px;
}
.contact-form-right .gform_wrapper form {
	position: relative;
}
.contact-form-right .gform_wrapper li.hidden_label input {
    margin-top: 0px;
}
.contact-form-right .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.contact-form-right .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
	margin-top: 0;
	margin-bottom: 14px;
}
.contact-form-right .gform_wrapper input[type="text"],
.contact-form-right .gform_wrapper input[type="email"] {
	line-height: 72px;
	padding: 0 30px !important;
	width: 100% !important;
	border: 0;
	font-weight: 300;
}
.contact-form-right .gform_wrapper textarea {
	padding: 18px 30px !important;
	width: 100% !important;
	border: 0;
	font-weight: 300;
	height: 150px !important;
}
.contact-form-right .gform_wrapper input[type="submit"] {
	background-color: #8bd7f7;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px !important;
	font-weight: 800;
	font-family: 'proxima-nova', sans-serif;
	line-height: 52px;
	padding: 0 30px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	cursor: pointer;
	margin: 0 !important;
}
.contact-form-right .gform_wrapper input[type="submit"]:hover {
	background-color: #54c9eb;
}
.contact-form-right .gform_wrapper .gform_footer {
    padding: 0;
	margin: 0;
	position: absolute;
	bottom: 25px;
	right: 0;
	float: right;
	text-align: right;
	z-index: 100;
}
.contact-map-wrapper {
	-webkit-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	box-shadow: 0px 5px 21px 0px rgba(1, 1, 1, 0.5);
	margin: 50px auto 90px;
	width: 100%;
	max-width: 1314px;
}
.contact-map-wrapper #googleMap {
	height: 670px;
	width: 100%;
}
.contact-form-right .content-review-links {
	text-align: center;
}
.contact-form-right .content-review-links a {
	position: relative;
	color: #7cbccc;
	font-weight: 600;
	font-size: 18px;
	background-repeat: no-repeat;
	line-height: 40px;
	background-size: auto 40px;
	display: inline-block;
	padding-left: 60px;
	text-decoration: none;
	margin: 0px 13px 22px;
}
.contact-form-right .content-review-links a span {
	border-bottom: 2px solid #7cbccc;
}
.contact-form-right .content-review-links a::after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	content: '\e801';
	position: relative;
	left: 10px;
	-webkit-transition: left .3s ease-out;
	-moz-transition: left .3s ease-out;
	-o-transition: left .3s ease-out;
	transition: left .3s ease-out;
}
.contact-form-right .content-review-links a:hover::after {
	left: 15px;
}
.contact-form-right .content-review-links a.google {
	background-image: url(../images/google-color.svg);
}
.contact-form-right .content-review-links a.facebook {
	background-image: url(../images/facebook-color.svg);
}
.contact-form-right .contact-form-captcha-wrap {
	transform:scale(0.70);
	-webkit-transform:scale(0.70);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
.contact-form-right .gform_wrapper form .gform_footer {

}

.contact-form-right .gform_wrapper .gform_footer {
    width: auto !important;
}







/* Recent Posts Block */
.recent-articles-shaow-wrapper {
	background-color: #f6f6f6;
	-webkit-box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.19);
	-moz-box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.19);
	box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.19);
	margin: 0px auto;
	width: 100%;
	max-width: 1314px;
	height: auto;
	overflow: hidden;
	margin-bottom: 104px;
}
.recent-articles-title {
	margin-top: 80px;
	margin-bottom: 54px;
	font-size: 36px;
	font-weight: 300;
	color: #222222;
	line-height: 49px;
	text-align: center;
}
.recent-articles-list-wrapper {
	width: 100%;
	max-width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	display: table;
	padding-bottom: 88px;
}
.recent-article-block {
	float: left;
	width: calc(33.33% - 30px);
	height: auto;
	overflow: hidden;
	margin: 0 15px;
}
.recent-article-title {
	font-size: 24px;
	color: #222222;
	line-height: 49px;
	text-align: left;
	font-weight: 300;
}
.recent-article-title span {
	font-size: 18px;
	position: relative;
	bottom: 3px;
	display: inline-block;
	margin-right: 15px;
	margin-top: 24px;
}
.recent-article-content-wrapper {
	width: 86%;
	padding-left: 40px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.recent-article-content-wrapper::before {
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #444444;
	content: '';
	left: 12px;
}
.recent-article-content {
	font-size: 16px;
	line-height: 36px;
	color: #444444;
}
.recent-article-read-more {
	margin-top: 20px;
}
.recent-article-image {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/blog-default.png);
}

/* Blog Listing */
.featured-blog-2-wrap,
#postsLazyload {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 30px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.featured-blog-2-wrap {
	margin-bottom: 60px;
}
.blog-article-block {
	width: calc(33.33% - 30px);
	float: left;
	margin: 0 15px 40px;
	position: relative;
}
.blog-article-title {
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	text-align: left;
	font-weight: 300;
	margin-bottom: 10px;
}
.blog-article-title span {
	font-size: 18px;
	position: relative;
	bottom: 3px;
	display: inline-block;
	margin-right: 15px;
	margin-top: 24px;
}
.blog-article-image {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
	background-image: url(../images/blog-default.png);
}
.blog-article-content-wrapper {
	width: 90%;
	padding-left: 40px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.blog-article-content-wrapper::before {
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #444444;
	content: '';
	left: 12px;
}
.blog-article-content {
	font-size: 16px;
	line-height: 36px;
	color: #444444;
}
.blog-article-date {
	font-size: 16px;
	color: rgba(153, 153, 153, 0.6);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 36px;
	letter-spacing: 1px;
}
.blog-article-read-more {
	margin-top: 20px;
}
.featured-blog-2-wrap .blog-article-block {
	width: calc(50% - 46px);
	margin: 16px 30px 34px 15px;
	-webkit-box-shadow: 6px 11px 20px 1px rgba(1, 1, 1, 0.65);
	-moz-box-shadow: 6px 11px 20px 1px rgba(1, 1, 1, 0.65);
	box-shadow: 6px 11px 20px 1px rgba(1, 1, 1, 0.65);
}
.featured-blog-2-wrap .blog-article-image {
	height: 240px;
}
.featured-blog-2-wrap .blog-article-inner {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 30;
	background-color: #f6f6f6;
}
.featured-blog-2-wrap .blog-article-block::after {
    position: absolute;
    content: "";
    background-color: rgba(202, 233, 245);
    z-index: 10;
    top: 11px;
    left: 11px;
    width: 100%;
    height: 100%;
}
.featured-blog-2-wrap .blog-article-content-outer {
	padding: 4px 20px 30px 24px;
}

/* Blog Detail */

.inner-blog-single-hero-wrapper {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-blog-single-hero-wrapper .overlay-single {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
}
.inner-blog-single-hero-wrapper .inner-page-hero-content-wrapper {
	width: 50%;
	left: 25%;
	right: 25%;
	margin-bottom: 200px;
	margin-top: 180px;
}
.inner-blog-single-hero-wrapper img.arrow {
	width: 26px;
	position: absolute;
	bottom: 50px;
	z-index: 30;
}
.inner-blog-single-hero-wrapper .inner-page-hero-header {
    line-height: 56px;
}
.inner-blog-single-hero-wrapper .inner-page-hero-meta {
    font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	color: #8bd7f7;
	letter-spacing: 1px;
}
.single-container {
	max-width: 800px;
}
.single-container h1,
.single-container h2,
.single-container h3,
.single-container h4,
.single-container h5,
.single-container h6 {
	font-weight: 600;
}
.single-container h2 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 36px;
	padding-top: 30px;
}
.single-container h3 {
	font-size: 30px;
	font-weight: 500;
	line-height: 42px;
	margin-bottom: 30px;
}
.single-container {
	line-height: 36px;
	font-size: 20px;
}
.single-container p {
	margin-bottom: 30px;
}
.single-container ul {
	list-style: disc outside;
	margin-bottom: 30px;
	margin-left: 40px;
}
.single-container .content img {
	-webkit-box-shadow: 2px 8px 21px 0px rgba(1, 1, 1, 0.3);
	-moz-box-shadow: 2px 8px 21px 0px rgba(1, 1, 1, 0.3);
	box-shadow: 2px 8px 21px 0px rgba(1, 1, 1, 0.3);
	margin: 16px 0 0 0;
}
.single-author-bio {
	padding: 30px;
	float: right;
	border: 1px solid #000;
	margin: 0 0px 30px 30px;
	width: 100%;
	max-width: 382px;
}
.single-author-bio img.author-img {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(1, 1, 1, 0.3);
	-moz-box-shadow: 0px 0px 14px 0px rgba(1, 1, 1, 0.3);
	box-shadow: 0px 0px 14px 0px rgba(1, 1, 1, 0.3);
	margin: 0 22px 16px 0;
	float: left;
	width: 52px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.single-author-bio .name {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}
.single-author-bio .bio {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #666;
	margin-top: 5px;
}
.single-author-bio .social img {
	float: left;
	height: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
}
.single-author-bio.mobile{
	display: none;
}
.single-container a {
	color: #8bd7f7;
	font-weight: bold;
}
.single-container a:hover {
	color: #48A7CF;
}


/* Page */
.page-container {
	margin-top: 30px;
	margin-bottom: 60px;
	line-height: 36px;
    font-size: 20px;
}
.page-container ul {
	list-style: disc outside;
	margin-bottom: 30px;
	margin-left: 40px;
}
.page-container p {
    margin-bottom: 30px;
}
.page-container h1 {
	font-size: 52px;
	line-height: 62px;
	font-weight: 300;
	margin-bottom: 30px;
}
.page-container h2,
.page-container h3,
.page-container h4,
.page-container h5,
.page-container h6 {
    font-weight: 600;
	margin-bottom: 30px;
}
.page-container h2 {
    font-size: 32px;
    line-height: 42px;
}
.page-container h3 {
    font-size: 28px;
}
.page-container h4 {
    font-size: 24px;
}
.page-container h5 {
    font-size: 20px;
}
.page-container h6 {
    font-size: 16px;
}

/* Footer */
#footer {
	position: relative;
	z-index: 1000;
}
.footer-callout-wrapper {
	width: 100%;
	background-color: #ffffff;
	padding: 0 20px 30px;
	text-align: center;
	line-height: 60px;
}
.footer-callout-wrapper .blue-button {
	font-size: 18px;
	line-height: 20px;
}
.footer-callout-text {
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	color: #222222;
	margin-right: 34px;
	display: inline-block;
	position: relative;
	top: 7px;
}
.cta-blue-text {
	color: #8bd7f7;
	margin-left: 24px;
}
.cta-blue-link {
	color: #8bd7f7;
	text-decoration: underline;
	margin-left: 18px;
}
.footer-wrapper {
	background-image: url("../images/wave.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	height: auto;
	overflow: hidden;
	min-height: 400px;
	padding-bottom: 52px;
}
.spacer-before-footer-inner {
	height: 80px;
}
.footer-inner-wrapper {
	background-color: #f6f6f6;
	-webkit-box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.19);
	-moz-box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.19);
	box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.19);
	margin: 0px auto;
	width: 100%;
	max-width: 1314px;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
}
.footer-blocks-wrapper {
	padding-top: 78px;
	max-width: 1176px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
	border-bottom: 1px solid #bcbcbc;
}
.footer-site-details {
	float: left;
	width: 24%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding-right: 5.5%;
	border-right: 1px solid #bcbcbc;
}
.footer-site-address {
	padding-top: 28px;
	font-size: 14px;
	line-height: 24px;
}
.footer-site-address a {
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 30px;
	display: block;
}
.footer-site-address .footer-site-phone {
	margin: 30px 0px 30px 0px;
}
.footer-links-wrapper {
	float: left;
	width: 68%;
	margin-left: 5.5%;
}
.footer-links-inner {
	width: 100%;
	margin: 0px auto;
}
.footer-links-inner section {
	float: left;
	width: 31%;
	margin-right: 2%;
}
.footer-links-inner .widget-title {
	font-weight: 600;
	padding-top: 26px;
}
.footer-sitemap-with-title .menu {
	padding-top: 27px;
}
.footer-sitemap-without-title .menu {
	padding-top: 73px;
}
.footer-sitemap-with-title .menu li, .footer-sitemap-without-title .menu li {
	padding-bottom: 20px;
}
.copyright {
	text-align: center;
	font-size: 14px;
	padding-top: 52px;
	padding-bottom: 80px;
}

/* Button Block */
.buttons-block-wrapper {
	padding-top: 130px;
	padding-bottom: 130px;
	background-size: cover;
	background-position: center center;
	-webkit-box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.65);
	-moz-box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.65);
	box-shadow: 0px 9px 27px 0px rgba(1, 1, 1, 0.65);
	margin-bottom: 80px;
}
.button-block-container {
	width: 100%;
	max-width: 1220px;
	margin: 0px auto;
	padding: 0 20px;
	color: #ffffff;
}
.buttons-block-header {
	font-size: 38px;
	line-height: 49px;
	text-align: left;
	font-weight: 300;
	margin-bottom: 20px;
}
.buttons-block-content {
	line-height: 36px;
	text-align: left;
	margin-bottom: 30px;
}
.buttons-wrapper {
	width: 80%;
}
.buttons-wrapper a {
	text-transform: uppercase;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.gray .buttons-block-header,
.gray .buttons-block-content {
	color: #444444;
}

/* Before After Block */
.before_after-block-wrapper {
	width: 100%;
	max-width: 1220px;
	margin: 0px auto;
	padding: 0 20px;
}
.before_after-wrapper {
	float: left;
	width: 29.33%;
	margin: 0 2% 3% 0;
}
.before_after-wrapper .title {
	font-size: 18px;
	margin-bottom: 14px;
}
.before_after-wrapper .before_image {
	float: left;
	margin-right: 6%;
	max-width: 47%;
}
.before_after-wrapper .after_image {
	float: left;
	max-width: 47%;
}

/* Misc Styles */
body.page-id-303 .inner-page-hero-shadow-wrapper {
    min-height: 460px;
	margin-bottom: 0px;
}
body.page-id-303 .inner-page-hero-shadow-wrapper .inner-page-hero-content-wrapper {
    top: 20%;
}
body.page-id-303 .inner-page-hero-outer-wrapper {
	background-image: url("../images/wave.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	padding-bottom: 130px;
}

/* Pop-up */

.modal-mask {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
  }
  .modal-mask.active {
	visibility: visible;
	opacity: 1;
  }
  .modal-mask .modal-container {
	position: relative;
	max-width: 50%;
	background: white;
	text-align: center;
	padding: 50px 65px;
  }
  .modal-mask .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	background: none;
	color: black;
	cursor: pointer;
	border: 0;
	outline: none;
  }
  .modal-mask .hide {
	display: none;
  }
  .modal-mask .message-thank-you pre {
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	margin: 0;
	border: 1px solid #ccc;
  }
  
  .popup-btn {
	text-transform: uppercase;
  }
  
  .popup-title {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 1.5rem;
  }

  .popup-txt {
	padding-bottom: 2rem;
  }

  @media (max-width: 768px) {
	.modal-mask .modal-container {
		width: 90%;
		max-width: none;
		background: white;
		text-align: center;
		padding: 50px 65px;
	  }
  }

.crisis-banner {
    background-color: #db3e2e;
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
    letter-spacing: 0.5px;
    margin: 0 auto 10px;
    text-align: center;
}

.crisis-banner a, 
.crisis-banner a:hover {
	color: #fff;
	font-weight: 600;
    text-decoration: underline;
}

.video-block-wrapper {
    max-width: 1220px;
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-bottom: 115px;
    padding: 0 20px;
}

.video-block-content {
	max-width: 700px;
	margin: 0 auto;
}

.video-block-content h2 {
    font-size: 36px;
    color: #222222;
    line-height: 49px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
}

.video-block-content p {
	text-align: center;
	padding-bottom: 2rem;
}

ol {
    list-style: decimal;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

/* Single Post Table Structure */

.single-post .content table {
	border: 1px solid #000;
	table-layout: fixed; 
	width: 100%; 
}
.single-post .content table tr td {
	padding: 10px;
	font-size: 16px; 
	line-height: 24px;
}
.single-post .content table tr:not(:last-child) td {
	border-bottom: 1px solid #000;
}
.single-post .content table tr td:not(:last-child) {
	border-right: 1px solid #000;
}