@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body {
	margin: 0;
  font-family: "Poppins", sans-serif;
	font-size: 100%;
	line-height: 2;
	font-weight: 300;
	position: relative;
	direction: ltr;
	color: #000000;
	font: 400 13px/1.7 "Poppins", sans-serif;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
p, td, li, label {
    font-size: 1.07rem;
    line-height: 2;
    font-weight: 400;
    color: #000000;
}
.widget.widget-center {
    display: none;
}
/*****************************************
Top Bar
*****************************************/
.top-bar {
    background: none;
    background-color: #7292a5;
    border-bottom: 2px solid #e4e4e4;
    color: #554c25;
    z-index: 999;
    margin: 0;
    padding: 4px 50px 6px 0;
    font-size: 11px;
}
.list-dividers li:not(:last-child) a {
    border-right: none;
    padding-right: 10px;
}
.top-bar a {
    color: #efefef;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}
.top-bar a:hover, .top-bar a:focus {
    color: #FFF5CD;
}
.top-bar-list > li {
    display: inline-block;
    line-height: 2;
    font-weight: 300;
    font-size: 12px;
}
.navigation-wrapper {
    /* display: inline-block; */
    /* float: right; */
    position: relative;
    right: 0;
    bottom: 0;
}
@media all and (max-width: 993px) {
	nav#custom-collapse .inner-nav > li > a {
		padding: 18px;
	}
	nav#custom-collapse i.fa.fa-caret-down {
		display: none;
	}
	nav#custom-collapse ul.submenu {
		border: none;
		margin-left: 30px;
		padding-left: 0;
	}
	nav#custom-collapse ul.submenu li > a {
		font-size: 13px;
		font-weight: 400;
		text-decoration: none;
		padding: 15px;
	}
	nav#custom-collapse ul.submenu li > a:hover {
		font-weight: bold;
		background-color: #e9e9e9;
	}
}
/*****************************************
Header   
*****************************************/
.header {
    background: none;
	background-color: #bcc9d1;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid #888c7b;
	box-shadow: inset 0 -1px 0px #3e4f59;
}
.submenu {
    background: #0f73ba;           
}
.inner-brand {
    display: table-cell;
    vertical-align: middle;
    height: 85px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a.inner-brand img {
    margin: 0;
    max-width: 220px;
    padding-top: 5px;
}
.flexslider {
    height: 100vh;
    border-bottom: none;
}
@media all and (min-width: 993px) {
	
}
@media all and (max-width: 600px) {

	.inner-header {
		max-width: 75%;
	}
	.main-nav-toggle {
		margin: 0;
		padding: 47px 10px 47px 20px;
	}	
}
header.header {
    border-bottom: 8px solid #ededed;
}
footer {
    border-top: 8px solid #ededed;
}
.header-overlay {
    display: inline-block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.header-overlay:after {
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.header.header-transparent {
	background: #7292a585;
}
header.header-small .inner-nav {
    padding-top: 5px;
	padding-bottom: 5px;
}
header.header-small {
    position: absolute;
    top: 0 !important;
}

.header-small .main-nav-toggle, .header-small .inner-nav > li > a, .header-small .menu-extras .menu-item a {
	padding-top: 20px;
    padding-bottom: 4px;
}
header.header.header-fixed.header-small .top-bar {
    webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}
section.module.home-slide {
	padding: 0;
}
.module, .module-sm, .module-xs {
    padding: 40px 0;
}
.container-height-130 {
	height: 130px;
}
.outer-header-container {
    display: inline-block;
	width: 100%;
	height: 130px;
}
.outer-header-box {
    display: inline-block;
    width: 100%;
	height: 130px;
}

/*****************************************
Breadcrumb Trail
*****************************************/
.breadcrumb a {
    color: #554c25;
    font-size: 11px;
    font-weight: 600;
}
.breadcrumb > li + li:before {
    color: #554c25;
    padding: 0 8px;
    font-size: 11px;
}
.breadcrumb > .active {
    color: #554c25;
    opacity: 0.9;
    font-size: 11px;
    font-weight: 700;
}
body.interior section.breadcrumb-section {
    border-bottom: none;
}
body.interior section.breadcrumb-section.bg-white-dark {
    background-color: #fefefe !important;
}
body.interior section.breadcrumb-section h3.text-uppercase, body.interior section.breadcrumb-section .h3.text-uppercase {
	display: none;
}
body.interior section.breadcrumb-section .breadcrumb {
    background: none;
    float: left;
	margin-left: 5px;
    margin-bottom:0;
	margin-top: 5px;
}
body.interior .wrapper-two-outer {
    padding-top: 135px;
}
body.interior .outer-wrapper-container {
    padding-top: 125px;
}
body .wrapper-two-outer {
    padding-top: 176px;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    color: #0f73ba;
}
.breadcrumb-outer-box {
    background-color: #f0f8ffa1;
}
section.module-sm.bg-white-dark.breadcrumb-section {
    margin-bottom: 0;
    padding-bottom: 0;
}
@media all and (max-width: 992px) {
	
	body.interior section.breadcrumb-section h3.text-uppercase, body.interior section.breadcrumb-section .h3.text-uppercase {
		display: none;
	}
	body.interior section.breadcrumb-section.module-sm {
		padding: 2px 0 8px 0;
		margin-bottom: 0;
		position: relative;
		top: 0px;
		z-index: 2000;
		left: 0;
		border: none;
	}
	body.interior section.breadcrumb-section .breadcrumb {
		background: none;
		float: left;
		font-size: 11px;
		padding-top: 8px;
	}

	
}

/*****************************************
Maps Container
*****************************************/
.maps-container {
    height: 650px;
}
@media all and (max-width: 768px) {
	.maps-container {
		height: 200px;
		margin-bottom: 25px;
	}
}
p {
    margin: .5rem 0 1rem 0;
}
/*****************************************
Links
*****************************************/
.btn.btn-base.btn-link {
    color: #015b75;
}
a {
    color: #015b75;
    font-weight: bold;
    text-decoration: underline;
}
a,a:active, a:visited, a:focus {
    color: #12121e;
}
a:hover, a:focus {
    color: #363636;
}
.btn.btn-base.btn-link:hover, .btn.btn-base.btn-link:focus {
    color: #015b75;
}
.inner-nav > li > a.cursor-pointy {
	cursor: default;
}

/*****************************************
Logo
*****************************************/
.inner-header {
    padding-left: 10px;
    min-width: 400px;
    webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
header.header.header-fixed.header-small .full-width-container {
    margin-top: 0px;
	height: 60px;
    webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
header.header.header-fixed.header-small .outer-header-box {
        height: 60px;
        webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
header.header.header-fixed.header-small a.inner-brand {
        padding: 0;
        height: 60px;
        webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
header.header.header-fixed.header-small a.inner-brand img {
    margin: 0;
    max-width: 100px;
    padding-top: 3px;
    margin-left: 5px;
    webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
header.header.header-fixed.header-small .inner-header {
    position: relative;
    top: 0;
	height: 60px;
}
header.header.header-fixed.header-small .top-bar-phone {
    font-weight: bold;
    line-height: 1.35em;
    vertical-align: middle;
    padding-top: 10px;
    display: inline-block;
    margin-left: 24px;
    webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
header.header.header-fixed.header-small .top-bar-phone .company-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 0;
    webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
header.header.header-fixed.header-small .top-bar-phone .company-call {
    font-size: 11px;
    font-weight: normal;
    position: relative;
    top: 0;
    webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a.inner-brand {
    display: contents;
    margin: 0;
    padding: 0;
	height: 130px;
}
@media all and (max-width: 992px) {

	a.inner-brand img {
		margin: 0;
		max-width: 160px;
		padding-top: 5px;
		margin-left: 10px;
	}

}

.inner-nav {
    margin-right: 50px;
}
.top-bar-phone {
     font-size: 16px;
    font-weight: bold;
    line-height: 1.35em;
    vertical-align: middle;
    padding-top: 25px;
   display: inline-block;
    margin-left: 24px;
}
.top-bar-phone .company-title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 0;
}
.top-bar-phone .company-call {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: 5px;
}

@media (max-width: 992px) {
	.inner-nav {
		padding-top: 10px;
		margin: 0;
		position: relative;
        top: 0;
	}
	
	.inner-nav > li > a {
		padding: 20px 15px 10px 5px;
	}
	body .wrapper-two-outer {
		padding-top: 108px;
	}	
	.main-nav-toggle {
		display: inline;
	}
	.navigation-wrapper {
		display: inline-block;
		float: none;
		position: initial;
	}
	.inner-nav {
		position: initial !important;
	}
    .submenu a, .inner-nav > li:not(:last-child) > a {
        border-bottom: 1px solid #d0d0d0;
    }
}

/*****************************************
Toggle Button
*****************************************/
.main-nav-toggle {
    border-left: 1px solid #0f73ba;
    padding: 50px 20px 50px 30px;
}
/*****************************************
Body Content
*****************************************/
.module-sm {
    padding: 40px 0 30px 0;
}
.btn.btn-base {
    background-color: #888c7b;
    border-color: #3e4f59;
    color: #fff;
}
.btn.btn-base:hover, .btn.btn-base:focus {
    background-color: #3e4f59;
    border-color: #888c7b;
    color: #fff;
}
.btn.btn-info {
    background-color: #43869b;
    border-color: #476b79;
    color: #fff;
}
.btn.btn-info.btn-outline {
    background: transparent;
	color: #666666;
}
.btn.btn-info:hover, .btn.btn-info:focus {
    background-color: #6b8f9d;
    border-color: #4386a0;
    color: #fff;
}/*
.btn.btn-primary {
	background-color: #959595;
    border-color: #8e7a50;
    color: #fff;
}
.btn.btn-primary.btn-outline {
    background: transparent;
	color: #666666;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #ffd889;
    border-color: #8e7a50;
    color: #363636;
}*/
/*****************************************
Articles
*****************************************/
article.post .btn.btn-base.btn-link {
    color: #94a038;
}
article.post .btn.btn-base.btn-link:hover, article.post .btn.btn-base.btn-link:focus {
	color: #43849f;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
}

/*****************************************
Menu
*****************************************/
.submenu {
    background: #ffffff;
    z-index: 2000;
    border: 1px solid #cbcbcb;
    margin-top: 2px;
}
.submenu li > a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.submenu li > a {
    color: #223241;
}
.submenu-title, .submenu li a {
    border-bottom: 1px solid rgb(51 51 51 / 10%);
}
.inner-nav > li > a {
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    font-weight: 600;
    font-size: 15px;
    display: block;
  	padding: 0 12px 0 12px;
    text-decoration: none;
    color: #3e4f59;
}
.inner-nav > li {
    float: left;
    height: 50px;
    border-right: 1px solid black;
    padding-right: 10px;
    padding-left: 5px;
}
.inner-nav > li:last-child {
  border-right: none;
}
@media (min-width: 992px) {
    .header.header-transparent .inner-nav > li > a, .header.header-transparent .menu-extras .menu-item a {
        color: #223a41;
        padding-top: 15px;
    }
	.header.header-transparent .inner-nav > li > a:hover, .header.header-transparent .inner-nav > li > a:focus, .header.header-transparent .inner-nav > li.active > a, .header.header-transparent .inner-nav > li.submenu-open > a, .header.header-transparent .menu-extras .menu-item a:hover, .header.header-transparent .menu-extras .menu-item a:focus {
		color: #7f733b;
	}
}
.inner-nav {
	position: absolute;
    bottom: 0;
	right: 0;
}
.inner-nav > li > a:hover, .inner-nav > li > a:focus, .inner-nav > li.submenu-open > a {
    color: #015b75;
}
.nav-icon-toggle span:nth-child(1) {
    top: 4px;

}
label {
    font-size: 13px;
    font-weight: 400;
}
/*
.wrapper-two-outer {
	padding-top: 150px;
}
*/
@media all and (max-width: 1225px) {
	body.interior section.breadcrumb-section.module-sm {
		padding: 175px 0 5px 0;
		margin-bottom: 15px;
	}	
}
@media all and (max-width: 992px) {
	nav#custom-collapse .inner-nav > li > a {
        padding: 18px;
        color: white;
    }
	nav#custom-collapse .inner-nav li:hover a {
        color: #12121e;
    }
    .main-nav.collapse {
        overflow: visible !important;
        padding-bottom: 0;
    }	

    .main-nav-toggle {
        border-left: 1px solid #0f73ba;
        padding: 48px 30px 40px 40px;
        height: 100%;
    }
	.top-bar {
		display: none;
	}	
    .inner-header {
        position: relative;
        top: 0;
        width: 75%;
		padding-left: 0;
    }
	.header .container {
		width: 100%;
		background-color: #f5f5f587;
	}	
	.header.header-fixed {
		padding: 0;
	}
    .header.header-transparent .inner-nav > li > a, .header.header-transparent .menu-extras .menu-item a {
        color: #223a41;
        padding-top: 0;
    }	
	.inner-nav {
		margin-top: 0;
	}
	.inner-nav > li {
		float: none;
		height: 50px;
		border-right: none;
		padding-right: 0;
		padding-left: 0;
	}
	.container-height-130 {
		height: 100px;
	}	
	.outer-header-box {
		height: 100px;
	}
	.outer-header-container {
		height: 130px;
	}
	a.inner-brand {
		padding: 0 0 10px 0;
		height: 100px;
	}
}
header.header.header-fixed .inner-nav > li > a:hover {
    padding-bottom: 4px;
}
header.header.header-fixed.header-small .inner-nav > li > a:hover {
    padding-top: 20px;
    padding-bottom: 4px;
}
.bg-brand {
    background-color: #223a41 !important;
}


@media (max-width: 992px) {
	.inner-brand {
		height: 65px;
	}
	section.breadcrumb-section {
		display: none;
	}
    .wrapper-two-outer {
        padding-top: 107px;
    }
    .main-nav {
        position: absolute;
        background: #7292a5;
        border-bottom: 1px solid #12121e;
        /* max-height: 340px; */
        width: 33%;
        left: 0;
        top: 100%;
        border-radius: 0 0 10px 0;
    }
	.main-nav ul.inner-nav {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 7px;
	}
	.main-nav .inner-nav > li > a {
		color: #ffffff;
	}	
	.main-nav ul.inner-nav li:hover {
		background: #e5e5e5;
	}
    .main-nav ul.inner-nav li:hover a {
        color: #12121e;
    }	
    .main-nav .inner-nav > li:hover > a {
        color: #12121e;
        font-weight: bolder;
        font-size: 16px;
    }	
}
@media all and (max-width: 768px) {
	.inner-brand {
		float: none;
		margin-top: 0;
	}
    .inner-header {
        position: relative;
        top: 0;
		left: 0;
    }
	.main-nav-toggle {
		border-left: 1px solid #0f73ba;
		padding: 47px 20px 47px 30px;
	}	
	.module, .module-sm, .module-xs {
		padding: 80px 0;
	}	
	body.interior header.header.header-fixed.header-transparent {
		background-color: #888c7b96;
		height: 107px;
	}
    .main-nav-toggle {
        border-left: 1px solid #0f73ba;
        padding: 43px 20px 44px 30px;
    }
	header.header.header-fixed.header-small .main-nav-toggle {
		height: 70px;
	}
	header.header.header-fixed.header-small .inner-brand {
		height: 58px;
	}
}
.main-nav ul.inner-nav li:hover {
    background-color: #d4dbde;
}

@media (max-width: 515px) {
    .main-nav {
        width: 50%;
    }
}
/*****************************************
Footer
**************************************
.footer-background-overlay {
    display: inline-block;
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.footer-background-overlay:after {
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}***/
.footer-background-overlay:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}
.footer-background-overlay:before {
    background: rgba(0, 0, 0, 0.05);
}
.footer-background-overlay:before {
    background: rgba(0, 0, 0, 0.5);
}
.footer {
    background-color: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: none;
    position: none;
    padding: 0;
}
.footer-outer-container {
  	background-color: #3e4f59;
    border-top: 2px solid #888c7b;
  	background-image: url("https://cmh.snazzo.com/snassets/img/footer.jpg");
  	background-repeat: no-repeat; /* Prevents the image from repeating */
  	background-position: center center; /* Centers the image */
  	background-size: cover; /* Scales the image to cover the entire element */
}
.footer-outer-container .bottom-line {
	margin-bottom: 25px;
}
.footer-outer-container .bottom-line:before {
    border-bottom: none;
}
.bottom-line:before {
    content: "";
    /*display: block;*/
	display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}
.footer-outer-container .bottom-line:after {
    border-bottom: none;
}
.bottom-line:after {
    content: "";
    /*display: block;*/
	display: none;
	width: 35px;
    border-bottom: 2px solid #27CBC0;
    margin: 20px auto 25px 0;
    z-index: 1;
    position: relative;
}

.footer-outer-box {
    padding: 70px 0 50px 0;
}
address.map-background {
	background: none;
    /*background: url(/assets/custom/img/map.png) no-repeat left;*/
}
.footer * {
    color: #ffffff;
}
.footer .copyright {
    /*border-top: 1px solid #969c39;*/
	border: none;
}
.post {
    margin: 0 0 10px 0;
}
.footer .posts .dl-horizontal a {
    color: #ffffff;
}
.footer .headline h2 {
    font-size: 22px;
    font-weight: 600;
}
.footer p {
    font-size: 15px;
    line-height: 28px;
}
.footer p a {
    text-decoration: none;
    font-weight: 600;
}
.social-media-container {
	display: none;
}
address h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1em;
}
address p {
    padding-top: 0;
    margin-top: 3px;
    line-height: 1em;
}
address p span {
    display: block;
    height: 0;
    content: "";
    margin-top: -5px;
}
/*****************************************
Divider
*****************************************/
.cmh-separator-center {
	margin-left: auto;
    margin-right: auto;		
	width: 90%;
    display: table;
}	
.cmh-separator-side-left {
    width: 50%;
	display: table-cell;
    vertical-align: middle;
}
.cmh-separator-side-right {
    width: 50%;
	display: table-cell;
    vertical-align: middle;
}
.cmh-separator-parent {
	line-height: 0;
    text-align: center;			
}
.row-cmh-hr {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}		
.row-cmh-hr:before {
    display: table;
    content: " ";
}		
.cmh-separator-side-left > span {
    border-top: 1px solid #6f93a9c9;
    display: block;
    margin-top: 0 !important;
}			
.cmh-separator-side-right > span {
    border-top: 1px solid #6f93a9c9;
    display: block;
    margin-top: 0 !important;
}
.cmh-separator-divider {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
}
.cmh-imgicon {
    width: 35px;                /* force width */
    height: 35px;               /* force height */
    display: inline-block;      /* ensures it occupies width/height */
    background: url('/snassets/cmh-vector.svg') no-repeat center center;
    background-size: contain;   /* fit SVG inside 35x35 without cropping */
}
/*****************************************
Copyright
*****************************************/
.copyright {
	display: none;
}
.copyright-full-row {
    padding: 20px 0;
    margin: 0;
    color: #ffffff;
    background: #7292a5;
    font-family: "Open Sans", Arial, serif;
    font-size: 12px;
    font-weight: 500;
}
.copyright-full-row a {
    color: #ffffff;
}
.copyright-full-row p {
    font-size: 12px;
    color: #f0f0f0;
}
.scroll-top {
    border: 2px solid #ffffff;
}
/*****************************************
Pagination Button
*****************************************/
.btn.btn-success:hover, .btn.btn-success:focus {
    background-color: #554c25;
    border-color: #223a41;
    color: #fff;
}
.btn.btn-success {
    background-color: #223a41;
    border-color: #554c25;
    color: #fff;
}
.btn.btn-primary {
    color: #ffffff;
    background-color: #3e4f59;
}
a.is-btn.is-btn-ghost1.is-upper.is-btn-small.btn-primary {
    background-color: #7292a5;
    color: #FFF;
    font-weight: bold;
    font-size: 1.05em;
    border: 2px solid #12121e;
}
a.is-btn.is-btn-ghost1.is-upper.is-btn-small.btn-primary:hover {
    background-color: #bcc9d1;
	color: #12121e;
}
.btn.btn-primary:hover {
    color: #ffffff;
    background-color: #015b75;
    border-color: #03a4d3;
}
.pagination > .active > a, .pagination > .active > span
 {
    background: #7292a5;
    border-color: #b3b3b6;
    color: #f7f7f7;
}
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background: #3e4f59;
    border-color: #223241;
    color: #ffffff;
}
.col-lg-6.col-md-6.col-sm-6.col-xs-12.noClear {
    clear: none;
}
section.module.pt-0 {
    padding-top: 0;
}
article.post .post-body .post-header {
    display: none;
}
article.post a, article.post a:hover {
    font-weight: 500;
}
.article-sm .post .post-body .post-title {
    padding: 15px 0 10px 0;
}
.article-sm .post .post-body .post-content {
    line-height: 20px;
}
.article-sm .post .post-body .post-sub-title {
	font-weight: 400;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: #3e4f59;
}
.display h1 span {
    text-transform: none;
	line-height: 1.25em;
}
h1.white-outline {
    text-shadow: 
        -1px -1px 0 #ffffffa8,  
         1px -1px 0 #ffffffa8,
        -1px  1px 0 #ffffffa8,
         1px  1px 0 #ffffffa8;
}
h1.white-outline span.line-two {
    display: block;
    line-height: .8em;
    margin-bottom: 40px;
}
.list h3 {
    font-size: 15px;
    font-weight: 300;
}
.city-list .list.thin-list h5 {
    font-size: 1.5em;
}
/*****************************************
	Sticky Request Button
*****************************************/
.estimate-btn {
    position: fixed;
    right: 0;
    top: 25%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    background: #333333;
    color: #fff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 14px 22px;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    z-index: 9999;
    white-space: nowrap;
    text-align: center;
    height: 150px;
    border: 2px solid #11111d;
}
.estimate-btn:hover {
    background: #b5c6d0;
}
.estimate-btn .main-text {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    padding-top: 8px;
}
.estimate-btn .tagline {
    display: block;
    font-size: 12px;
    margin-top: 0;
    font-weight: normal;
    color: #FFFFFF;
}
a#cmh-estimate-btn, a#cmh-estimate-btn a:active, a#cmh-estimate-btn a:visited, a#cmh-estimate-btn a:focus {
    color: #FFFFFF !important;
}
a#cmh-estimate-btn:hover .main-text, a#cmh-estimate-btn:hover .tagline {
    color: #363636;
}
/* Mobile: turn into a bottom full-width bar */
@media (max-width:600px){
  .estimate-btn {
    transform: none;  /* remove rotation */
    top: auto;
    right: 12px;
    left: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    border-radius: 10px;
    white-space: normal; /* allow wrapping */
    max-width: none;
  }
  .estimate-btn .main-text { font-size: 15px; }
  .estimate-btn .tagline { font-size: 11px; }
	a#cmh-estimate-btn
	 {
		display: none;
	}
    .outer-header-container {
        height: 100px;
    }
    body.interior header.header.header-fixed.header-transparent {
        background-color: #888c7b96;
        height: 107px;
    }	
	.top-bar-phone {
		font-size: 14px;
		padding-top: 20px;
		margin-left: 5px;
		max-width: 180px;
	}
	.top-bar-phone .company-title {
		font-size: 16px;
		top: 0;
	}	
	.top-bar-phone .company-call {
		font-size: 12px;
		top: 2px;
		line-height: 1.25em;
	}	
    .inner-header {
        max-width: 350px;
        min-width: 280px;
    }
    .main-nav-toggle {
        padding: 43px 45px 44px 25px;
    }
    a.inner-brand img {
        max-width: 100px;
        padding-top: 20px;
        margin-left: 5px;
    }	
    a.inner-brand {
        padding: 0;
    }
}


/*****************************************
	Slides
*****************************************/
h1.slide-title {
	font-family: "Poppins", sans-serif;
	font-style: normal;
    font-size: 48px;
    font-weight: 700;
}
h2.slide-sub-title {
	font-family: "Poppins", sans-serif;
	font-style: normal;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
}
h3.slide-emphasis {
	font-family: "Poppins", sans-serif;
	font-style: normal;
    font-size: 24px;
    font-weight: 400;
}
p.slide-paragraph {
    font-size: 18px;
}
p.paragraph-max-width {
	max-width: 75%;
	font-weight: 400;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Poppins", sans-serif;
	font-style: normal;
    color: #607d8f;
	font-weight: 700;
}
h1, .h1 {
    font-size: 3.75rem;
}
h2, .h2 {
    font-size: 3.5em;
}
h3, .h3 {
    font-size: 3.25em;
}
.hero-text {
    padding-top: 10%;
}
@media all and (max-width: 792px) {
	
	h1.slide-title {
		font-size: 40px;
		font-weight: 700;
	}
	h2.slide-sub-title {
		font-size: 30px;
		font-weight: 400;
		line-height: 42px;
	}
	h3.slide-emphasis {
		font-size: 18px;
		font-weight: 400;
	}
	p.slide-paragraph {
		font-size: 15px;
	}
	
}
@media all and (max-width: 683px) {
	
	h1.slide-title {
		font-size: 28px;
		font-weight: 700;
	}
	h2.slide-sub-title {
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
	}
	h3.slide-emphasis {
		font-size: 15px;
		font-weight: 400;
	}
	p.slide-paragraph {
		font-size: 15px;
	}
	
}

@media all and (max-width: 600px) {

	h1, .h1 {
		font-size: 3rem;
		line-height: 1.0em;
	}
	h2, .h2 {
		font-size: 2.5em;
		line-height: 1.25em;
	}

	h3, .h3 {
		font-size: 2.25em;
		line-height: 1.25em;
	}	
    .display {
        margin: 20px 0 0 0 !important;
    }
	.display h1 span.size-68 {
		text-transform: none;
		line-height: 1.25em;
		font-size: 32px !important;
	}	
	.display h1 span.size-48 {
		font-size: 28px !important;
	}	
	.display h1 span.size-48.line-two {
		margin-bottom: 10px !important;
	}		
    .module, .module-sm, .module-xs {
        padding: 20px 0;
    }	
}

.bg-black-alfa-5:before,
.bg-black-alfa-10:before,
.bg-black-alfa-15:before,
.bg-black-alfa-20:before,
.bg-black-alfa-25:before,
.bg-black-alfa-30:before,
.bg-black-alfa-35:before,
.bg-black-alfa-40:before,
.bg-black-alfa-45:before,
.bg-black-alfa-50:before,
.bg-black-alfa-55:before,
.bg-black-alfa-60:before,
.bg-black-alfa-65:before,
.bg-black-alfa-70:before,
.bg-black-alfa-75:before,
.bg-black-alfa-80:before,
.bg-black-alfa-85:before,
.bg-black-alfa-90:before,
.bg-black-alfa-95:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-black-alfa-5:before,
.bg-black-alfa-10:before,
.bg-black-alfa-15:before,
.bg-black-alfa-20:before,
.bg-black-alfa-25:before,
.bg-black-alfa-30:before,
.bg-black-alfa-35:before,
.bg-black-alfa-40:before,
.bg-black-alfa-45:before,
.bg-black-alfa-50:before,
.bg-black-alfa-55:before,
.bg-black-alfa-60:before,
.bg-black-alfa-65:before,
.bg-black-alfa-70:before,
.bg-black-alfa-75:before,
.bg-black-alfa-80:before,
.bg-black-alfa-85:before,
.bg-black-alfa-90:before,
.bg-black-alfa-95:before {
    background: rgba(0, 0, 0, 0.05);
}

.bg-black-alfa-10:before {
    background: rgba(0, 0, 0, 0.1);
}

.bg-black-alfa-15:before {
    background: rgba(0, 0, 0, 0.15);
}

.bg-black-alfa-20:before {
    background: rgba(0, 0, 0, 0.2);
}

.bg-black-alfa-25:before {
    background: rgba(0, 0, 0, 0.25);
}

.bg-black-alfa-30:before {
    background: rgba(0, 0, 0, 0.3);
}

.bg-black-alfa-35:before {
    background: rgba(0, 0, 0, 0.35);
}

.bg-black-alfa-40:before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-black-alfa-45:before {
    background: rgba(0, 0, 0, 0.45);
}

.bg-black-alfa-50:before {
    background: rgba(0, 0, 0, 0.5);
}

.bg-black-alfa-55:before {
    background: rgba(0, 0, 0, 0.55);
}

.bg-black-alfa-60:before {
    background: rgba(0, 0, 0, 0.6);
}

.bg-black-alfa-65:before {
    background: rgba(0, 0, 0, 0.65);
}

.bg-black-alfa-70:before {
    background: rgba(0, 0, 0, 0.7);
}

.bg-black-alfa-75:before {
    background: rgba(0, 0, 0, 0.75);
}

.bg-black-alfa-80:before {
    background: rgba(0, 0, 0, 0.8);
}

.bg-black-alfa-85:before {
    background: rgba(0, 0, 0, 0.85);
}

.bg-black-alfa-90:before {
    background: rgba(0, 0, 0, 0.9);
}

.bg-black-alfa-95:before {
    background: rgba(0, 0, 0, 0.95);
}

.bg-white-alfa-5:before,
.bg-white-alfa-10:before,
.bg-white-alfa-15:before,
.bg-white-alfa-20:before,
.bg-white-alfa-25:before,
.bg-white-alfa-30:before,
.bg-white-alfa-35:before,
.bg-white-alfa-40:before,
.bg-white-alfa-45:before,
.bg-white-alfa-50:before,
.bg-white-alfa-55:before,
.bg-white-alfa-60:before,
.bg-white-alfa-65:before,
.bg-white-alfa-70:before,
.bg-white-alfa-75:before,
.bg-white-alfa-80:before,
.bg-white-alfa-85:before,
.bg-white-alfa-90:before,
.bg-white-alfa-95:before {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: "";
    left: 0;
    top: 0;
}

.bg-white-alfa-5:before,
.bg-white-alfa-10:before,
.bg-white-alfa-15:before,
.bg-white-alfa-20:before,
.bg-white-alfa-25:before,
.bg-white-alfa-30:before,
.bg-white-alfa-35:before,
.bg-white-alfa-40:before,
.bg-white-alfa-45:before,
.bg-white-alfa-50:before,
.bg-white-alfa-55:before,
.bg-white-alfa-60:before,
.bg-white-alfa-65:before,
.bg-white-alfa-70:before,
.bg-white-alfa-75:before,
.bg-white-alfa-80:before,
.bg-white-alfa-85:before,
.bg-white-alfa-90:before,
.bg-white-alfa-95:before {
    background: rgba(255, 255, 255, 0.05);
}

.bg-white-alfa-10:before {
    background: rgba(255, 255, 255, 0.1);
}

.bg-white-alfa-15:before {
    background: rgba(255, 255, 255, 0.15);
}

.bg-white-alfa-20:before {
    background: rgba(255, 255, 255, 0.2);
}

.bg-white-alfa-25:before {
    background: rgba(255, 255, 255, 0.25);
}

.bg-white-alfa-30:before {
    background: rgba(255, 255, 255, 0.3);
}

.bg-white-alfa-35:before {
    background: rgba(255, 255, 255, 0.35);
}

.bg-white-alfa-40:before {
    background: rgba(255, 255, 255, 0.4);
}

.bg-white-alfa-45:before {
    background: rgba(255, 255, 255, 0.45);
}

.bg-white-alfa-50:before {
    background: rgba(255, 255, 255, 0.5);
}

.bg-white-alfa-55:before {
    background: rgba(255, 255, 255, 0.55);
}

.bg-white-alfa-60:before {
    background: rgba(255, 255, 255, 0.6);
}

.bg-white-alfa-65:before {
    background: rgba(255, 255, 255, 0.65);
}

.bg-white-alfa-70:before {
    background: rgba(255, 255, 255, 0.7);
}

.bg-white-alfa-75:before {
    background: rgba(255, 255, 255, 0.75);
}

.bg-white-alfa-80:before {
    background: rgba(255, 255, 255, 0.8);
}

.bg-white-alfa-85:before {
    background: rgba(255, 255, 255, 0.85);
}

.bg-white-alfa-90:before {
    background: rgba(255, 255, 255, 0.9);
}

.bg-white-alfa-95:before {
    background: rgba(255, 255, 255, 0.95);
}



.flexslider .slides {
    height: 70vh;
}
.flexslider {
    height: 70vh;
}

@media all and (max-width: 992px) {

	.flexslider .slides {
		height: 63vh;
	}
	.flexslider {
		height: 63vh;
	}


}

@media all and (max-width: 683px) {
	
	.flexslider .slides {
		height: 48vh;
	}
	.flexslider {
		height: 48vh;
	}

}
	
@media all and (max-width: 400px) {	
	
	.flexslider .slides {
		height: 100vh;
	}
	.flexslider {
		height: 100vh;
	}
	header.header.header-fixed.header-small .full-width-container {
		height: 100px;
	}	
	header.header.header-fixed.header-small .top-bar-phone {
		padding-top: 35px;
		margin-left: 10px;
	}	
	header.header.header-fixed.header-small .outer-header-box {
		height: 100px;
	}	
	header.header.header-fixed.header-small .inner-header {
		height: 100px;
	}
	header.header.header-fixed.header-small a.inner-brand img {
		max-width: 100px;
		padding-top: 35px;
	}	
    header.header.header-fixed.header-small .main-nav-toggle {
        height: 100px;
    }
	.header-small .main-nav-toggle, .header-small .inner-nav > li > a, .header-small .menu-extras .menu-item a {
		padding-top: 50px;
	}	
}	

  .section-pad { padding: 20px 0; }
  .m-b-30{margin-bottom:30px}.m-b-20{margin-bottom:20px}.m-b-15{margin-bottom:15px}
  .m-t-20{margin-top:20px}.m-t-25{margin-top:25px}
  .what-we-do .wwd-card{
    height:100%; background:#fff; border:1px solid rgba(0,0,0,.08);
    border-radius:12px; padding:18px; box-shadow:0 8px 24px rgba(0,0,0,.06)
  }
.what-we-do .wwd-icon{
  width:56px;height:56px;border-radius:12px;
  background:rgba(0,90,161,.08);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:10px
}
  .what-we-do .wwd-list{margin:10px 0 0 18px}
  .what-we-do .wwd-chip{
    background:#ebf2f8; border:1px solid rgba(0,0,0,.08); border-radius:999px;
    padding:10px 14px; text-align:center; box-shadow:0 4px 12px rgba(0,0,0,.04)
  }
  .what-we-do .wwd-process{background:#ebf2f8; border:1px dashed rgba(0,0,0,.12); border-radius:10px; padding:12px}
  /* Dark backgrounds ready */
  body.dark .what-we-do .wwd-card{background:#12141a;border-color:#222}
  body.dark .what-we-do .wwd-chip{background:#171a22;border-color:#222;color:#e9edf3}
  body.dark .what-we-do .wwd-process{background:#ebf2f8;border-color:#2a2f3a;color:#dfe6f2}

.what-we-do .wwd-icon svg{
  width:28px;height:28px;
  stroke: #0a4f94;             /* CHM blue-ish */
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.dark .what-we-do .wwd-icon{background:#0c1a2a}
body.dark .what-we-do .wwd-icon svg{stroke:#cfe3ff}
i.fa-solid.fa-house, i.fa-solid.fa-ruler-triangle, i.fa-solid.fa-hammer {
    font-size: 20px;
}
.what-we-do .wwd-list {
    margin: 10px 0 0 0px;
}
ul.wwd-list {
    padding-left: 20px;
}

