@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,700,700i&display=swap');
@font-face {
	font-family: 'atmosphere';
	src: url('../fonts/atmosphere-webfont.woff2') format('woff2'),
	url('../fonts/atmosphere-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Caviar_Dreams';
	src: url('../fonts/caviardreams-webfont.woff2') format('woff2'),
	url('../fonts/caviardreams-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Caviar_Dreamssitalic';
	src: url('../fonts/caviardreams_italic-webfont.woff2') format('woff2'),
	url('../fonts/caviardreams_italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Caviar_Dreamsbold_italic';
	src: url('../fonts/caviardreams_bolditalic-webfont.woff2') format('woff2'),
	url('../fonts/caviardreams_bolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'Caviar_Dreamsbold';
	src: url('../fonts/caviardreams_bold-webfont.woff2') format('woff2'),
	url('../fonts/caviardreams_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


nav .grid-bottom {
	margin: 0 auto 1.5rem;
	position: relative;
}

body {
	font-family: 'Raleway', sans-serif;
}

p {
	font-size: 14px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	font-family: 'Caviar_Dreams', Helvetica;
}
.page-id-17 .grid-noGutter-equalHeight.grid-3_xs-1 .col-sm-6.col-md-3,
.page-id-17 .col-sm-6.col-md-3.contact_right.contact_right_last.text-left h4,
.page-id-17 .col-sm-6.col-md-3.contact_right.contact_right_last.text-left h5
{
	font-family: "Lato";
}

.navbar {
	margin-bottom: 0;
	border: 0;
}

.navbar-nav>li>a {
	text-transform: uppercase;
	font-family: "Lato";
	color: #000;
	font-weight: 700;
	font-size: 14px;
   padding: 1rem 2rem;
}
.cta-header {
	position: absolute;
	right: 0;
	bottom: 1rem;
}

.cta-header span {
	display: block;
	padding-bottom: 1rem;
	text-align: right;
	font-family: "Caviar_Dreamsbold";
}

.btn-cta {
	color: #fff;
	background: #18a2ac;
	text-transform: uppercase;
	font-family: "Lato";
	font-weight: 700;
	font-size: 14px;
	padding: 1rem 2rem;
	text-decoration: none;
}

.btn-cta:hover {
	text-decoration: none;
}

.navbar-brand {
	height: auto;
}

.header-top {
	background: #cd3367;
	color: #fff;
	font-size: 16px;
}

.header-top strong {
	font-weight: 500;
	font-size: 13px;
	vertical-align: text-top;
	text-transform: uppercase;
	padding-right: 1rem;
	font-family: 'Caviar_Dreamsbold';
}

.header-top-cta {
	background: #18a2ac;
	display: inline-block;
	padding: 1rem 3rem;
	position: relative;
}

.header-top-cta:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 43px 18px 0 0;
	border-color: #18a2ac transparent transparent transparent;
	top: 0;
	right: -18px;
}

.header-top-cta-secondary {
	display: inline-block;
	padding-left: 3rem;
}

.header-top-cta-secondary span {
	margin-right: 3rem;
}

.site-header {
	min-height: 0;
}

.banner {
	height: calc(100vh - 150px);
	width: 100%;
	background-size: cover!important;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
}
.gradient-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(70vh - 150px);
   /* background-color: rgba(24, 162, 172, 0.6);*/
}
.banner.banner-secondary {
	height: calc(70vh - 150px);
}

.banner h2 {
	font-family: "atmosphere";
	font-size: 115px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	z-index: 9;
}

.banner h2 span {
	padding-left: 41%;d
}

.services {
	position: relative;
	top: -3rem;
	margin-bottom: -6rem;
}


.services-location {
	background: rgba(37, 37, 37, 0.85);
	display: inline-block;
	width: 80%;
	position: relative;
	padding: 1.5rem 1.5rem 1.5rem 15%;
}

.services-location:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 58px 18px 0 0;
	border-color: rgba(37, 37, 37, 0.85) transparent transparent transparent;
	top: 0;
	right: -18px;
}

.services-location h3 {
	display: inline-block;
	margin: 0;
	color: #fff;
	padding-right: 2rem;
}

.services-location ul {
	display: inline-block;
	margin: 0;
}

.st-louis {
	color: #d77980;
}

.st-charles {
	color: #3a3aa;
}

.north-county {
	color: #cd3367;
}

.services-location a {
	text-transform: uppercase;
	border: 2px solid;
	padding: .5rem 1rem;
	font-size: 16px;
}

.vert-center {
	padding: 7rem 13rem!important;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vert-center.vert-center-short {
	min-height: 300px;
}
.vert-center.vert-center-image {
	padding: 0!important;
}

.vert-center.vert-center-image div {
	width: 100%;
	height: 100%;
	display: inline-block;
}

@media (max-width: 35.5em) {
	.vert-center { 
		padding: 5rem!important;
	}
}

.top-left {
	background: url(/wp-content/uploads/2020/12/Square-Section-Image-Brick-1.jpg) center/cover no-repeat;
	color: #fff;
}

.top-left h2 {
	font-size: 56px;
	font-family: 'Caviar_Dreamsbold';
}

.top-right {
	background: url(/wp-content/uploads/2020/12/Square-Section-Image-Chalkboard.jpg) center/cover no-repeat;
}
.top-right {
	font-family: 'atmosphere';
	color: #fff;
	font-weight: normal;
}
.top-right div {
	margin: 0 auto;
}

.top-right p {

	font-size: 80px;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	margin-bottom: 3rem;
}

.top-right small {
	font-size: 40px;
	text-transform: none;
	line-height: 1.1;
	display: block;
}

.btn-white {
	background: #fff;
	color: #000;
	text-transform: uppercase;
	padding: 0.8rem 5rem;
	border-radius: 0;
}

.btn-blue {
	background: #f477f1;
	color: #fff;
	text-transform: uppercase;
	padding: 0.8rem 5rem;
	border-radius: 0;
}


.middle-left {
	background: url(/wp-content/uploads/2020/12/Square-Section-Image.jpg) center/cover no-repeat;
}

.middle-right {
	background: url(/wp-content/uploads/2020/12/Green-Square-Section.png) center/cover no-repeat;
	color: #fff;
}
.middle-right .cta_bggray, .middle-right .cta_bggray:hover {
    display: block;
}
.middle-right h2 {
	font-family: 'Caviar_Dreamsbold';
}

.home-cta {
	position: relative;
	background: url(/wp-content/uploads/2016/11/confidential.png) center/cover no-repeat;
}

.home-cta:before, .home-pre-footer:before {
	content: '';
	background: url(/wp-content/uploads/2016/08/Divider-A.png) center/contain no-repeat;
	display: block;
	position: absolute;
	top: -5rem;
	width: 100%;
	height: 100px;
	left: 0;
	right: 0;
}

.home-pre-footer:after {
	content: '';
	background: url(/wp-content/uploads/2016/08/Divider-B.png) center/cover no-repeat;
	display: block;
	position: absolute;
	bottom: -5rem;
	width: 100%;
	height: 120px;
	left: 0;
	right: 0;
}


.home-cta-text {
	background: url(/wp-content/uploads/2016/08/Paint-Wipe-image.png) center no-repeat;
	background-size: 610px;
	padding: 6rem 0;
    background-position-y: -150px;
    margin-top: 250px;
}

.home-cta h3 {
	font-size: 4rem;
	font-family: "Caviar_Dreamsbold";
}

.home-cta small {
	display: block;
	font-family: 'Caviar_Dreams';
	text-transform: uppercase;
}

.home-cta .btn {
	border: 0;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding: 1rem 2rem;
}

.home-cta .btn-primary {
	background-color: #42477f;
}

.home-cta .btn-info {
	background-color: #18a2ac;
}

.home-pre-footer {
	min-height: 600px;
	position: relative;
	background: url(/wp-content/uploads/2020/12/Section-Image-Feet.jpg) center/cover no-repeat;
}


@media (max-width: 35.5em) {
	.home-pre-footer img { 
		max-height: 210px;
		margin-top: 11rem;
	}
}


footer h2 {
	text-transform: uppercase;
	color: #cd3367;
	font-family: "Caviar_Dreamsbold";
	display: inline-block;
}

.footer-header:after {
	content: '';
	background: url(/wp-content/uploads/2016/08/contact-arrow.png) center/cover no-repeat;
	display: inline-block;
	height: 90px;
	width: 210px;
	vertical-align: middle;
	margin-left: 2rem;
}

footer h3 {
	font-family: "Caviar_Dreamsbold";
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #18a2ac;
	margin-bottom: 3rem;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
}

footer .textwidget small {
	text-transform: uppercase;
}

footer .wpcf7 label {
	display: none;
}

footer .wpcf7 input, 
footer .wpcf7 textarea {
	border: 0;
	background: #ebeced;
	color: #666;
}

::-webkit-input-placeholder {
	color: #666;
	text-transform: uppercase;
	font-size: 13px;
}

:-moz-placeholder { /* Firefox 18- */
	color: #666; 
	text-transform: uppercase;
	font-size: 13px;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #666; 
	text-transform: uppercase;
	font-size: 13px;
}

:-ms-input-placeholder {  
	color: #666; 
	text-transform: uppercase;
	font-size: 13px;
}

footer input.wpcf7-submit {
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	background: #18a2ac;
	color: #fff;
}

.secondary-bucket {
	margin-top: 5rem;
	padding: 0 2rem 2rem;
	border-right: 2px solid #aeafb0;
}

.secondary-bucket:last-child {
	border-right: 0;
}

.secondary-bucket h3 {
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 2rem;
}

.secondary-bucket h3:after {
	content: '';
	background: url(/wp-content/uploads/2016/08/star.png) center/contain no-repeat;
	display: inline-block;
	width: 50px;
	height: 35px;
	vertical-align: bottom;
}

.secondary-bucket .btn-white {
	padding-left: 0;
}


.landing-page-divider {
	background: url(/wp-content/uploads/2020/12/Brick-Section-1.jpg) center/cover no-repeat;
	font-family: 'atmosphere';
	color: #fff;
	font-weight: normal;
	
}

.landing-page-divider p {
	font-size: 10rem;
	text-align: justify;
}


.landing-page-section h3 {
	font-family: 'Caviar_Dreamsbold';
	text-transform: lowercase;
	font-size: 4rem;
}

.landing-page-section-two {
	background: #3ae3aa;
	color: #fff;
}

.landing-page-section-three {
	background: #42477f;
	color: #fff;
}

.first-box p {
    font-size: 20px;
}
.front-page-service p {
    font-size: 22px;
}
.home-services li{
	  font-size: 22px;
}
.contact_right .border_left{
	border-right:1px solid #ccc;
	padding-left: 20px;
}
.contact_left h5{
	font-weight: normal;
	font-size: 16px;
}
.contact_right .contact_ways_heading{
	color: #cd3367;
}
.contact_right .contact_hours_heading{
	color: #18a2ac;
}

ul.list_style, ul.list_style_circle{
	padding-left: 40px;
}
ul.list_style li{
	list-style-type:disc;
}
ul.list_style_circle li{
	list-style-type:circle;
}
.home .cta_bgred,.home .cta_bgred:hover {
    display: block;
}
.cta_bgred, .cta_bgred:hover {
    background: #cd3367;
    padding: 10px;
    color: #fff;
	margin: 15px;
	border: 1px solid #222;
	display:inline-block;
	text-decoration:none;
	font-size:14px;
}
.cta_bggray, .cta_bggray:hover{
    background: #ccc;
    padding: 10px;
    color: #000;
	margin: 15px;
	border: 1px solid #222;
	display:inline-block;
	text-decoration:none;
	font-size:14px;
}
.cta_bggreen, .cta_bggreen:hover{
    background: #3ae3aa;
    padding: 10px;
    color: #fff;
	margin: 15px;
	border: 1px solid #222;
	display:inline-block;
	font-family: 'Caviar_Dreams', Helvetica;
	text-decoration:none;
	font-size:14px;
}
.faq{
	padding-left: 40px;
}
ol li {
    list-style-type: inherit;
}
.pre-foot {
    padding: 6rem 5rem !important;
}
.pre-foot h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Caviar_Dreamsbold';
    text-align: center;
}
.pre-foot .bootomp {
    color: #fff;
    font-weight: 700;
    font-family: 'Caviar_DreamsBold', Helvetica;
    background: url(/wp-content/uploads/2020/12/Square-Section-Image-Chalkboard.jpg) center/cover no-repeat;
    text-align: center;
    padding: 10px;
    margin-bottom: 3rem;
}
ul.abortionul li:before {
    content: "\2611";
    margin-right: 5px;
}
.navbar-toggle {
    background-color: #CD3367;
	top: 42px;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
.site-header .wrap {
    padding: 0;
    max-width: 100%;
}
.contact_right {
       padding-left: 10px;
}
.cta_link{
	color: inherit;
	font-size: 16px;
}
.contact_right_last{
	padding-left:20px;
}
.contact_today_btn{
	display:inline-block;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.cta-header {
    position: absolute;
    right: 10px;
    bottom: 6rem;
}
.contact_right .border_left {
	    border: none;
}
}
@media only screen and (max-width: 991px) {
	
	.contact_today_btn{
	display:block;
}
.cta-header {
    position: absolute;
    right: 10px;
    bottom: 9rem;
}
.services {
	top: 0;
    margin-bottom: 0;
}
.services-location{
	width:100%;
	padding: 15px;
}
.services-location:after{
	display:none;
}
}
@media only screen and (max-width: 767px) {
	[class*=grid]>[class*=_xs-12] {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
	.contact_right .border_left{
	border-right:none;
	padding-left:0px;
}
.navbar-header{
	width:100%;
	margin-left: 0 !important;
}
.cta-header {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.services-location{
	text-align:center;
}
.services-location h3{
	display:block;
	    margin-bottom: 20px;
}
.services-location .list-inline>li{
	display:block;
	    margin-bottom: 20px;
}
.services-location:after{
	margin-bottom:20px;
}
.navbar-brand>img {
    display: block;
    height: 110px;
}
.banner h2{
	font-size: 75px;
}

.navbar-toggle:hover {
    background-color: #18a2ac;
}
.header-top-cta-secondary span{
	display:block;
	margin-right: 0;
}
.home-cta .btn-primary {
    margin-bottom: 10px;
}
.banner-secondary h2 {
    font-size: 54px;
}
.footer {
    text-align: center;
}
.navbar-collapse.in{
	width:100%;
}
.landing-page-divider p {
    font-size: 5rem;
}
.banner {
    height: calc(70vh - 150px);
}
.vert-center {
    min-height: calc(70vh - 150px);
}
.top-right p {
    font-size: 60px;
     margin-bottom: 0rem;
}
.front-page-service p {
    font-size: 18px;
}
.first-box p {
    font-size: 18px;
}
.home-cta h3 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 20px;
}
.h3, h3 {
    font-size: 18px;
}
.footer-header:after {
    height: 50px;
    width: 100px;
    margin-left: 1.3rem;
}
.btn-cta {
    width: 230px;
}
}
@media only screen and (max-width: 585px){
	.banner h2 span {
    padding-left: 10%;
}
.banner h2 {
    font-size: 50px;
}

.pre-foot h2 {
    font-size: 38px;
}
}
.accordions-head {
    font-size: 18px !important;
    background: #18a2ac !important;
}
.ui-accordion-header-active {
    background: #18a2ac !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #18a2ac !important;
    background: #18a2ac !important;
 }
.accordion-icons {
    color: #fff !important;
    font-size: 20px !important;
}
.accordion-content {
    color: #333 !important;
    font-size: 14px !important;
		font-family: 'Raleway', sans-serif;
}
.accordions .accordions-head-title {
    padding: 0;
    padding-left: 30px;
    display: block;
}
.header-cta .btn-cta
{
    padding: 13px 2rem;
    box-shadow: none;
    border: none;
}
.header-cta
{
 float: right;
    padding: 10px 0px;
    margin-right: 13%;
}
@media only screen and (max-width: 1024px){
   .header-cta {
   
    margin-right: 0px;
}
}
@media only screen and (max-width: 470px){
   .header-cta {
    float: right;
    padding: 0px 0px;
    width: 100%;
    margin-right: 0px;
}
.header-cta .btn-cta {
    padding: 13px 2rem;
    box-shadow: none;
    border: none;
    width: 100%;
    display: block;
    text-align: center;
}
}
.gform-body input[type=text],input[type=email],input[type=email],textarea {
           padding: 16px !important;
}
.footer .gform-body input[type=text],input[type=email],input[type=email] {
	background: #ebeced;
	border: 0;
}
.footer .gform_footer.top_label {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 2rem !important;
}
.footer	.gform_footer input[type="submit"]{
	display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    background: #18a2ac;
    color: #fff;
}
	
