/*
Theme Name: MayeCreate Theme
Theme URI: http://www.mayecreate.com/
Author: Tim Scheman, Tyler Ernst, Creative Director Monica Pitts
Author URI: http://www.mayecreate.com/
Description: Parent Theme built on Bootstrap v3.3.5. Updated to 5.1.3 on 02-13-23 - TE
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
font-family: 'Changa', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem; /* 10 ÷ $rembase */
	font-weight: 400; /* normal */
	margin:0;
	padding:0;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}
.container {
	max-width: 1470px; /* CHANGE ME TO MATCH YOUR WEBSITE DESIGN */
	width: 90%;
}
.mobile_hide {
	display: none;
}
.mobile_show {
}

.margin-zero {
	max-width: 100% !important;
	margin: 0 0;
}

.hide-mobile {
	display: none;
}

.small {
	font-size: 20px;
	font-size: 2rem;
}
.home_content {
	text-align: center !important;
} 
.center {
	text-align: center !important;
}
/* PAGEBREAK STYLES
======================================== */
.pagebreak {
	padding: 50px 0;
	background: #0082B8;
	color: #fff;
}
.pagebreak:after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	clear: both;
}
.pagebreak_left {
	background: #acdeef;
	color: #000 !important;
	padding: 0;  
} 
.pagebreak_right {
	padding: 0;  
} 
.pagebreak_fix {
	padding: 50px 0;
}
.pagebreak_fix:first-child {
	padding-top: 0;
}
.home .pagebreak_fix:first-child {
	z-index: 999;
	position: relative;
}
.page > .pagebreak_fix:last-child, .page > .pagebreak:last-child {
	
}
.pagebreak_right_content, .pagebreak_left_content {
	padding: 50px 0;
}
.pagebreak_left_img, .pagebreak_right_img {
	max-height: 250px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.pagebreak2 {
	background: url("img/featured-case-studies.png") left center no-repeat;
	background-size: auto; 
	padding: 50px 0;
}

.pagebreak_img {
	background: url("img/ductwork_lt_blue_2.jpg") center center no-repeat;
	background-size: cover !important;
	padding: 50px 0;
}

/* PRINT STYLE SHEET
==========================================	*/
@media print {
	a:link:after, a:visited:after {    
		content: "";  
	}
	#mobile_menu {
		display:none !important;
	}
	h1, h2, h3, h4, h5, h6, p, .page-header {
		margin-bottom: 10px !important;
		color: #000 !important;
	}
} 

/* GLOBAL STUFF
==========================================	*/
.cleared, .clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
form {
	padding:0 !important;
	margin:0 !important;
}
.divider, .wp-block-separator {
	margin: 40px auto;
	border-bottom: 2px solid #0082B8;
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}



/* LINKS: Change the colors of your links here.  These will change he navigation as well.
* To override these color in navigation change the colors in the style-tablet.css file.
==========================================	*/

a, a:link, a:visited {
	color: #1793C4;
	text-decoration:none; 
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
a:hover, a:active, a:focus{
	color: #2E3192;
	text-decoration:underline; /* change to none if you don't want links to be underlined wehn hovered */
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: -60px;
	margin-bottom: 0;
	border-bottom: 0 none;
	border-color: transparent;
	display: block;
}
h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
	line-height: 120%;
	margin: 0 0 15px 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Changa', sans-serif;
	color:#2E3192;
}
h1.entry-title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 600;
	display: table;
	padding: 25px 35px 55px;
	background: url("img/h1_bg.png") top left no-repeat;
	background-size: 100% 100%;
	color: #fff;
	line-height: 100%;
	margin:0;
}

h1 {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 600;
	display: table;
	padding: 25px 35px;
	line-height: 100%;
	margin: 0 auto;
}

h2, .h2 {
	font-size: 32px;
	font-size: 3.2rem;
}
h3, .h3 {
	font-size: 30px;
	font-size: 3rem;
	color: #0082b8;
}
h4, .h4, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	font-size: 27px;
	font-size: 2.7rem;
	color: #81bfd5;
}

.blue {
	color:#2E3192;
}

h5, .h5 {
	font-size: 24px;
	font-size: 2.4rem;
}
h6, .h6 {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	color: #0082b8;
	font-family: 'Open Sans', sans-serif;
}

.regular {
	font-weight: 400 !important;
}

.thin {
	font-weight: 300 !important;
}
.case_title_color {
	color: #2E3192 !important;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	font-size: 18px;
	font-size: 1.8rem; /* 10 ÷ $rembase */
	margin:0 0 20px 0;
}
blockquote {
	border: 0 none;
	margin: 0;
	padding: 0;
}
blockquote p {
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 20px !important;
}

/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin:20px 0 20px 40px;
	padding:0;
}
ul {
	list-style-type: none;
	list-style-position:outside;
}
ol {
	list-style-position:outside; 
}
li ol, li ul {
	margin:10px 0 10px 30px;
	padding:0;
}
li {
	margin:10px 0;
	padding:0;
}
ul li {
	list-style-image: url("img/ul_li.png");
}
ol li {
    counter-increment: count-me;
	list-style:none;
}
ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.3em;
    top: .05em;
    color: #2E3192;
    font-weight: bold;
}

/* PAGEBREAK COLORS
=========================================  */
.pagebreak_left h1, .pagebreak_left h2, .pagebreak_left h3, .pagebreak_left h4, .pagebreak_left h5, .pagebreak_left h6 {
	color: #2E3192 !important;
} 

.pagebreak h1, .pagebreak h2, .pagebreak h3, .pagebreak h4, .pagebreak h5, .pagebreak h6 {
	color: #FFF;
} 

.pagebreak_img h1, .pagebreak_img h2, .pagebreak_img h3, .pagebreak_img h4, .pagebreak_img h5, .pagebreak_img h6 {
	color: #a6d8ea;
}

.pagebreak_img p, .pagebreak_img li {
	color: #FFF;
}
.pagebreak a:link, .pagebreak a:visited, .pagebreak_img a:link, .pagebreak_img a:visited {
	color: #56D3FF;
}
.pagebreak a:hover, .pagebreak a:active, .pagebreak_img a:hover, .pagebreak_img a:active {
	color: #56D3FF;
	text-decoration: underline;
}

.pagebreak_right ul li {
	list-style-image: url("img/ul_li_white.png") !important;
}

.pagebreak_img ul li {
	list-style-image: url("img/ul_li_lightblue.png") !important;
}

/* HEADER
==========================================  */
#branding-container {
	margin: 0;
	margin-left: 4%;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 70%;
	max-width: 260px;
}
#branding-container a.brand{
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
}
#branding-container a.brand img.site-logo{
	display: block;
	margin:0;
	padding: 0;
	width: 100%;
	height: auto;
}
#aboveNav{
	position: relative;
}
#aboveNav #branding-container{
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 75%;
	max-width: 325px;
	margin: auto;
	z-index: 1100;
}
#internalfeatured {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* HOME SLIDER
==========================================  */
div#homefeatured {
	display: none;
}
div#homefeatured {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div#homefeatured #myCarousel{
	box-shadow: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
	height: 50vh;
	max-height: 700px;
}
div#homefeatured #myCarousel:hover{
	box-shadow: none;
}
div#homefeatured .carousel{
	width: 100%;
}
div#homefeatured .carousel-inner>.item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
div#homefeatured .carousel-inner>.item>a>img, div#homefeatured .carousel-inner>.item>img{
	width: 100%;
}
div#homefeatured .slideDesc {
	position: absolute;
	z-index: 4000;
	top: 10%;
	bottom: 10%;
	margin: auto;
	width: 100%;
	text-align: center;
	height: 175px;
}
div#homefeatured .slideDesc .slideTitle {
	display: block;
	font-size: 45px;
	font-size: 4.5rem;
	color: #ffffff;
}
div#homefeatured .slideDesc .slideText {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	color: #ffffff;
}			
div#homefeatured .slideDesc .btn.btn-mayecreate {
	margin-top: 5vh;
	width: 200px;
	color: #fff;
}
div#homefeatured .carousel-control {
	display: block;
	height: 75px;
	width: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: none;
}
div#homefeatured .carousel-control.left {
	background: url(img/left.png) no-repeat;
	background-size: contain;
	left: 3%;
}
div#homefeatured .carousel-control.right {
	background: url(img/right.png) no-repeat;
	background-size: contain;
	right: 3%;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}


/* NAVIGATION
==========================================  */
#navbarTop{
	display: none;
}
#navbarBottom { /* Main Navbar */
	display: block;
	border: 0 none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,1+100,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#navbarBottom .container {
	max-width: 95%;
	width: 95%;
	align-items: flex-start;
}
#header_nav_wrapper {
	display: none;
}

/* NAVIGATION:: Slide Out Drawer
==========================================  */
#mobile_menu {
    display: block;
    position: absolute;
    float: right;
    height: 87.7px;
    right: 4%;
    top: 0;
	bottom: 0;
	margin: auto;
}
#mobile_menu a{
/* use this rule to add a border around the menu togle button */
}
#mobile_menu select {
	width:85%;
	display:block;
	margin: 10px auto;
}
.navbar-header{
	float: none;
	width: 100%;
	position: relative;
}
#header_phone_wrapper {
	display: block;
	text-align: center;
	width: 100%;
	text-shadow: 0 0 12px rgba(0,0,0,.5);
}
#header_phone_wrapper a:link, #header_phone_wrapper a:visited {
	color: #fff;
}
#header_phone_wrapper a:hover, #header_phone_wrapper a:active {
	color: #1793C4;
	text-decoration: none;
}
#header_phone_wrapper .h6 {
	color:#fff;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 100%;
}
#header_phone_wrapper .h2 {
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	line-height: 100%;
}
.nav-button {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 34px;
	height: 34px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav-button:focus {
	outline: none;
}
.nav-button span {
	display: block;
    position: absolute;
    top: 16px;
    left: 7px;
    right: 7px;
    height: 2px;
    width: 20px;
    background: #fff;
}
.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	content: "";
}
.nav-button span::before {
	top: -7px;
}
.nav-button span::after {
	bottom: -7px;
}
.nav-button-x{
	background-color: transparent;
}
.nav-button-x span {
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.nav-button-x span::before,
.nav-button-x span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	-moz-transition-delay: 0.3s, 0s;
	-o-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.nav-button-x span::before {
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
}
.nav-button-x span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	-moz-transition-property: bottom, -moz-transform;
	-o-transition-property: bottom, -o-transform;
	transition-property: bottom, transform;
}

/* NAVIGATION:: Slide Out Drawer (Open)
==========================================*/
.mm-opened .nav-button-x {
	background-color: transparent;
}
.mm-opened .nav-button-x span {
	background: none;
}
.mm-opened .nav-button-x span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mm-opened .nav-button-x span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-opened .nav-button-x span::before,
.mm-opened .nav-button-x span::after {
	-webkit-transition-delay: 0s, 0.3s;
	-moz-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.mm-menu {
 	background: #ffffff;
 	color: #2E3192;
	font-family: 'Open Sans', sans-serif;
}
.mm-listview > li > a, .mm-listview > li > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    white-space: normal;
}
.mm-listview > li.active{
	background: #2E3192;
}
.mm-listview > li.active > a{
	color: #ffffff;
}
.mm-menu .mm-header > a {
 	color: #2E3192;
	text-transform: uppercase;
}

/* NAVIGATION:: Slide Out Drawer Searcch Box
==========================================  */
.mm-menu > .mm-panel {
    /*You can add padding-top here to make space 
    for the search box at the top of the dawer menu */
}
#drawer-menu .form-group {
    z-index: 1000;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 10px 10px 10px 20px;
}

#drawer-menu .form-group .form-control {
    width: 80%;
    float: left;
    margin-right: 1%;
}

/* NAVIGATION: SCROLL STICK 
==========================================  */
@keyframes affixFadeIn{
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes affixFadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

#navigation.affix-top{
	z-index: 100;
	position: absolute;
	width: 100%;
}
#navigation.affix{
	animation: affixFadeIn 1s  ease-in;
	-webkit-animation: affixFadeIn 1s;
	z-index: 100;
	width: 100%;
}
#navigation.affix #header_phone_wrapper {
	display: none !important;
}

/* NAVIGATION: BREADCRUMB
==========================================  */
.breadcrumb {
	display: none;
}


/* CONTENT SECTIONS
==========================================	*/
#homeContentWrap, #contentwrap{
	min-height: 500px;
}
#contentWrap, #page{
	padding-top: 0px;
	padding-bottom: 0px;
}
#page {
	position: relative;
}
#homeContentWrap.scroll, #contentwrap.scroll{
	padding-top:0px;
}
#contentwrap .child{
	outline: 1px solid yellow;
	min-height: 25vh; /* this will come in handy if you want the child page sections to be full screen height */
	padding-top: 25px;
	padding-bottom: 25px;
}

/* CALLOUTS
==========================================  */
#callouts{

}
#callouts a[role="button"]{
    position: relative;
    display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#callouts a[role="button"]:hover{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .5);
}
#callouts a[role="button"] h2{
    position: absolute;
    color: blue;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	bottom: 0;
    left: 5%;
    right: 5%;
    color: #ffffff;
}
#callouts a[role="button"]:hover h2{
	color: #000000;
}
#callouts a[role="button"] p{
	/* Style the callout body text here */
}
#callouts a[role="button"]:hover p{
	/* Style the hover state of the callout body text here */
}
#callouts a[role="button"] img{
	position: relative;
	width: 100%;
	padding: 0;
}



/* BLOG
==========================================  */
.card {
	display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.card:hover, .card:focus {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .25);
}
.card-image {
	padding:  0;
	position: relative;
	width: 100%;
}
.card-image img{
	width: 100%;
	height: auto;
}
.cardTitle{
	position: absolute;
	bottom: 18%;
	left: 5%;
	right: 5%;	
}
.cardTitle a{
	color: #ffffff; 
	font-weight: 300;
}
.card-content{	
	padding: 5%;
	color: #000000;
}
.card-image .postDate{
	position: absolute;
	bottom: 10%;
	left: 5%;
	color: #ffffff;
	font-weight: 300;
}
.card-image .postCat{
	position: absolute;
	bottom: 3%;
	left: 5%;
	color: #ffffff;
	font-weight: 300;
}
.card-image .postCat a{
	color: #ffffff;
	font-weight: 300;
}


/* SIDEBARS
==========================================  */
.sidebarSection{
	display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sidebarSection .sidebarTitle{
	margin: 0;
	padding:  5%;
	background: #6d9e42;
	color: #fff;
}
ul.categoryList, 
ul.archiveYearList, 
ul.archiveYearList .archive-sub-menu{
	margin: 0;
}

ul.categoryList li,
ul.archiveYearList li, 
ul.archiveYearList .archive-sub-menu li{
	padding: 0;
	margin: 0;
}
ul.categoryList li a,
ul.archiveYearList li a, 
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5%;
	border-bottom: 1px solid #efefef;
}
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5% 8%;
	border-bottom: 1px solid #efefef;
}

/* FOOTER
==========================================  */
footer.site-footer {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 25px solid #1793C4;
}
footer.site-footer .aside{
	padding-top: 20px;
	padding-bottom: 20px;
}
footer.site-footer .container {
	max-width: 1645px;
}
.footer_logo {
	display: block;
	margin: 10px auto 0 auto;
}
.footer_nav_wrapper {
	display: none;
}
#credits {
	background: #2E3192;
	padding: 24px 0;
	text-align: center;
}
#credits p {
	color: #fff;
	margin: 0;
	font-weight: 600;
}
#credits a:link, #credits a:visited {
	color: #fff;
}
#credits a:hover, #credits a:active {
	color: #56D3FF;
	text-decoration: none;
}
#credits span {
	display:block;
	height:0;
	overflow:hidden;
}
#footer_nav{
	display: none;
} 

/* IMAGES
==========================================	*/
.alignleft, .alignright, .aligncenter, .alignnone {
	max-width:100%;
	height: auto;
	float:none;
	display:block;
	margin: 10px auto 30px auto;
}
img {
	max-width: 100%;
	height: auto;
}
.image_wrapper {
	position: relative;
	display: block;
}
.image_wrapper img {
	display: block;
	position: relative;
	z-index: 1;
}
.image_wrapper:after {
	display: block;
	position: absolute;
	z-index: 2;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	background: url("img/img_wrapper_after.png") bottom center no-repeat;
	background-size: 100% 100%;
}

/* Text meant only for screen readers.
==========================================	*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* BUTTONS: From Shortcodes
==========================================  */
.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	background: #2E3192;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0;
	border: 2px solid #2E3192;
	display: table;
	padding: 12px 25px;
	margin:0 0 20px 0;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
}
.wp-block-button.aligncenter {
	display: table;
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus, .wp-block-button a:hover, .wp-block-button a:active, .btn-mayecreate:hover {
	background: #0082B8;
	color: #fff;
	border: 2px solid #FFF;
	text-decoration: none;
}
.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	display: block;
	position: relative;
	color: #fff;
	margin-bottom: 45px !important;
	padding-bottom: 0;
	font-family: 'Changa', sans-serif;
}
.btn-mayecreate.large:after, .wp-block-button.large a:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 25px;
	bottom: -25px;
	background: url("img/big_button.png") top left no-repeat;
	background-size: 100% 100%;
	left:0;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus, .wp-block-button.large a:hover, .wp-block-button.large a:active {
}
.btn-mayecreate.large:hover:after, .wp-block-button.large a:hover:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 25px;
	bottom: -25px;
	background: url("img/big_button_hover.png") top left no-repeat;
	background-size: 100% 100%;
	left:0;
}

a.btn-mayecreate.outline, a.btn-mayecreate.outline:link, a.btn-mayecreate.outline:visited {
	background: #fff;
	color: #0082b8;
	border: 2px solid #0082b8;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0;
	display: table;
	padding: 12px 25px;
	margin:0 auto 20px auto;
	text-align: center;
	line-height: 150%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
}

a.btn-mayecreate.outline:hover, a.btn-mayecreate.outline:active, a.btn-mayecreate.outline:focus, .btn-mayecreate.outline:hover {
	color: #fff;
	background: #2E3192;
	border: 2px solid #FFF;
	text-decoration: none;
}

.res_button, .com_button, .box_button {
	content: '';
	border: 2px solid #0082b8;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0;
	display: table;
	padding: 12px 25px;
	margin:0 auto 20px auto;
	text-align: center;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
}

.res_button:hover, .com_button:hover, .box_button:hover {
	border: 2px solid #FFF;
	text-decoration: none;
}

.res_button h3, .com_button h3, .box_button h3 {
	color: #0082b8;
	padding: 30% 15px 5px 15px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 150%;
	font-weight: 400;
}

.res_button:hover h3, .com_button:hover h3, .box_button:hover h3 {
	color: #fff;
}

.res_button {
	background: url("img/residential_icon.png") center 25px no-repeat #FFF;
	background-size: 20%;
}

.res_button:hover {
	background: url("img/residential_icon_hover.png") center 25px no-repeat #0082b8;	
	background-size: 20%;
}

.com_button {
	background: url("img/commercial_icon.png") center 25px no-repeat #FFF;
	background-size: 20%;
}

.com_button:hover {
	background: url("img/commercial_icon_hover.png") center 25px no-repeat #0082b8;
	background-size: 20%;
}

.box_button {
	background: url("img/box_stores_icon.png") center 25px no-repeat #FFF;
	background-size: 20%;
}

.box_button:hover {
	background: url("img/box_stores_icon_hover.png") center 25px no-repeat #0082b8;
	background-size: 20%;
}

.align-left {
	margin: 0 0 !important;
}

/* Social Media Icon Links
============================================*/
ul.social{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}
ul.social li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
ul.social li a .fa {
    font-size: 32px;
    color: rgba(235,192,28,1);
}
ul.social li a:hover .fa {
    font-size: 32px;
    color: rgba(235,192,28,.7);
}

/* Collapsing Content
==========================================  */
.collapsingContent h2{
	position:relative; 
	padding-left: 30px;
}
.collapsingContent h2::before{
	position:absolute; 
	width: 100px; 
	height: 100%; 
	content: '\f056'; 
	font-family: FontAwesome; 
	left: 0; 
	color: #6c9e41;
}
.collapsingContent h2.collapsed::before{
	position:absolute; 
	content: '\f055'; 
	font-family: FontAwesome; 
	color: #6c9e41;
}

/* COLLAPSEOMATIC
==========================================  */
.collapseomatic {
	background: #fff;
	color: #0082b8;
	border: 2px solid #0082b8;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0;
	display: table;
	padding: 12px 25px;
	margin:20px 0;
	text-align: center;
	line-height: 150%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
}
.colomat-hover {
	color: #fff;
	background: #2E3192;
	border: 2px solid #FFF;
	text-decoration: none;
	-webkit-transition: all .14s ease-in-out;
    -moz-transition: all .14s ease-in-out;
    -ms-transition: all .14s ease-in-out;
   	-o-transition: all .14s ease-in-out;
}

.colomat-close {
	color: #fff;
	background: #2E3192;
	border: 2px solid #FFF;
	text-decoration: none;
}
.collapseomatic_excerpt, .collapseomatic_content {
	margin:0 0 35px 0;
}


/* Responsive Videos
============================================*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-item{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9{
	padding-bottom: 56.25%;
	position: relative;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
    position: relative;
}

/* FEATURE POSTS
==========================================  */
#featuredPosts{
	/* Place to customize the home page featured posts */
}

/* HOME PAGE: FEATURE BOXES
==========================================  */
#callouts{
	/* Place to customize the home page callouts */
}

 
/* PAGE OF PAGES: NAVIGATION
==========================================  */
#childpageNav {
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 175px;
	width: 50px;
	outline: 1px solid #000;
	background: #ffffff;
}
#childpageNav li a {
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	border: 2px solid #6c9d30;
}
#childpageNav li a:hover {
	text-decoration: none;
	border: 2px solid #000000;
	background: #000000;
}
#childpageNav li a:active, #childpageNav li a:focus {
	text-decoration: none;
	background: #6c9d30;
}

/* Featured Image Slider
==========================================	*/
#featuredPostsSlider {
	margin-top: 5vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#featuredPostsSlider h2 {
	padding-bottom: 2vh;
}

#featuredPostsSlider #lightSlider li {
	height: auto;
}

.lSSlideWrapper.usingCss {
	position: relative;
}

.lightSlider.lsGrab.lSSlide li {
	padding: 0;
}

.lSAction .lSPrev {
	background: url(img/left.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    left: 1%;
    bottom: 0;
    margin: auto;
}
.lSAction .lSNext {
	background: url(img/right.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    right: 1%;
    bottom: 0;
    margin: auto;
}

/* PROJECTS
====================================  */
/*-=-=-=OPTION ONE=-=-=-*/
.post_link_wrapper {
	display: block;
	margin-bottom: 30px;
}
.post_link_wrapper.wide {
	margin-bottom: 50px;
}
.post_link_wrapper p {
	color: #108FBF;
}
.post_link_wrapper h3 + p {
	color: #000000;
}
.post_link_wrapper:hover p {
	color: #F5CC2A;
}
.post_link_wrapper:hover h3 + p {
	color: #000000;
}
.img_wrapper {
	display: block;
	position: relative;
	margin: 0 auto 15px auto;
}
.img_wrapper img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.img_wrapper:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(108,157,48,.6);
	opacity: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.post_link_wrapper:hover .img_wrapper:after {
	opacity: 1;
}
.post_link_wrapper.wide p {
	margin-bottom: 39px;
}
.post_link_wrapper:hover h3 {
	text-decoration: underline;
}

/* PAGE ITEMS
====================================  */
.frm_forms .frm_fields_container > br, .frm_forms .frm_fields_container .form-field > br, .frm_forms .frm_fields_container .form-field label > br, .frm_forms .frm_fields_container > p > br {
	display: none;
}
.frm_forms .frm_fields_container .form-field > p, .frm_forms .frm_fields_container > p {
	margin: 0;
}
.frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%;
}

/* BLUE CONTAINERS
=================================== */
.lt-blue-container {
	padding: 40px 40px;
	background: #acdeef;
	margin: 10px 0;
}

.dk-blue-container {
	padding: 40px 40px;
	background: #2E3192;
	margin: 10px 0;
}

.dk-blue-container h1, .dk-blue-container h2, .dk-blue-container h3, .dk-blue-container h4, .dk-blue-container h5, .dk-blue-container h6, .dk-blue-container .h1, .dk-blue-container .h2, .dk-blue-container .h3, .dk-blue-container .h4, .dk-blue-container .h5, .dk-blue-container .h6, .dk-blue-container p {
	color: #FFF;
}
.post_inner_wrapper:link, .post_inner_wrapper:visited {
	display: block;
	padding: 15px;
	color: #000;
}
.post_inner_wrapper:nth-child(odd) {
	background: #E9EAF4;
}
.post_inner_wrapper:hover, .post_inner_wrapper:active {
	background: #2E3192;
	color: #fff;
	text-decoration: none;
}
.post_inner_wrapper:hover * {
	color: #fff;
	text-decoration: none;
}
.cat_wrapper_1, .cat_wrapper_26, .cat_wrapper_27, .cat_wrapper_28, .cat_wrapper_29 {
	display: none; 
}
.postCat .cat_wrapper:last-child span {
	display: none;
}
.post_inner_wrapper .post_title_wrapper h2, .post_inner_wrapper .post_title_wrapper p {
	margin-bottom: 0;
}
.post_inner_wrapper h5 {
	margin-bottom: 0;
	margin-top: 25px;
}
.cat_img_wrapper {
	float: left;
	width: 100px;
	margin-right: 15px;
}
.cat_img_wrapper img {
	border-radius: 50%;
	background: #81BFD5;
}
.cat_img_content {
	float: left;
	width: calc(100% - 115px);
	padding-top: 18px;
}
.post_inner_wrapper .col-sm-4:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.single_cat_img {
	border-radius: 50%;
	background: #81BFD5;
	opacity: .1;
	position: absolute;
	top: 20px;
	right: 20px;
	max-width: 75%;
	z-index: 1;
}
.single_inner {
	position: relative;
	z-index: 3;
}
.featured_home_wrapper {
	margin: 10px 0;
}
.featured_home_wrapper a:link, .featured_home_wrapper a:visited {
	color: #666666;
	display: block;
	padding: 20px;
	background-color: rgba(255,255,255,.8);
	min-height: 150px;
	position: relative;
	overflow: hidden;
}
.featured_home_wrapper a:hover, .featured_home_wrapper a:active {
	color: #666666;
	text-align: center;
	background-color: #fff;
}
.featured_home_wrapper a h2 {
	color: #666;
	margin-bottom: 0;
}
.featured_home_wrapper a:hover h2 {
	color: #2E3192;
}
.featured_home_wrapper a p {
	margin-bottom: 0;
	font-weight: 600;
}
.featured_home_wrapper .cat_img_wrapper img {
	background: #2E3192;
}
.featured_home_wrapper a .cat_img_wrapper, .featured_home_wrapper a .cat_img_content {
}
.featured_home_wrapper a:hover .cat_img_wrapper img, .featured_home_wrapper a:hover .featured_location, .featured_home_wrapper a .hover_content {
	display: none;
}
.featured_home_wrapper a:hover .hover_content {
	display: block;
}
.featured_home_wrapper a .cat_img_content, .featured_home_wrapper a .cat_img_wrapper {
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.featured_home_wrapper a:hover .cat_img_wrapper {
	width: 0%;
	margin: 0;
}
.featured_home_wrapper a:hover .cat_img_content {
	width: 100%;
	padding-top: 5px;
}
.featured_home_wrapper a .hover_img {
	background: #2E3192;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	left: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	opacity: 0;
}
.featured_home_wrapper a:hover .hover_img {
	opacity: .1;	
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.home_callout:link, .home_callout:visited {
	display: block;
	text-align: center;
	padding: 30px 15px;
	background: #F5F5F5;
	box-shadow: 0 0 12px 6px rgba(0,0,0,.1);
	color: #666666;
	font-family: 'Changa', sans-serif;
	margin: 0 auto;
	margin-bottom: 25px;
	font-weight: 600;
}
.home_callout:hover, .home_callout:active {
	background: #0082B8;
	color: #fff;
	text-decoration: none;
}
.home_callout span {
	display: block;
	font-size: 20px;
	font-size: 2.0rem;
}
.home_callout img {
	display: block;
	width: 180px;
	height: 180px;
	background: #81BFD5;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.home_callout:hover img {
	background: #2E3192;	
}
.kt-row-column-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.kt-gutter-default.kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2 {
	flex-basis: auto;
}

@media (max-width: 768px) {
	.mobile_shrink {
		font-size: 22px;
	}
}
		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
						
			.mobile_hide {
				display: block;
			}
			.mobile_show {
				display: none;
			}

			/* TYPOGRAPHY
			===========================================  */
			body {	
				font-size: 19px;
				font-size: 1.9rem;
			}
			h1, h1.entry-title {
				font-size: 40px;
				font-size: 4.0rem;
			}
			h2, .h2 {
				font-size: 35px;
				font-size: 3.5rem;
			}
			h3, .h3 {
				font-size: 32px;
				font-size: 3.2rem;
			}
			h4, .h4, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
				font-size: 30px;
				font-size: 3.0rem;
			}
			h5, .h5 {
				font-size: 27px;
				font-size: 2.7rem;
			}
			h6, .h6 { 
				font-size: 24px;
				font-size: 2.4rem;
			}
			p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .home_callout span {
				font-size: 19px;
				font-size: 1.9rem;
			}
			blockquote p {
				font-size: 22px;
				font-size: 2.2rem;				
			}
			
			/* HEADER
		    ==========================================  */
		  	#branding-container {
				margin:0;
				padding-top: 25px;
				padding-bottom: 15px;
				width: auto;
				max-width: 300px;
			}
			#branding-container a.brand {
				font-size: 30px;
				color: #000000;
			}
			
			/* HOME SLIDER
			==========================================  */
			
		  	/* NAVIGATION
			==========================================  */
			#mobile_menu {
				height: 68px;
			}
			
			/* SCROLL STICK NAVIGATION
			==========================================  */
			#navigation {
				margin-top:0;
				margin-bottom:35px;
			}
			#navigation.affix {
				margin-top:0; 
				width: 100%;
				position: fixed;
			}
			#navigation.affix #branding-container {
				padding-top: 10px;
				padding-bottom: 10px;
			}
			#navigation .navbar {
				margin-bottom: 0;
				padding: 0;
			}
			
			#navigation.affix #navbarBottom {
				background: rgba(0,0,0,.70);
			}
			#navigation.affix #main_nav a, #navigation.affix #top_nav a {
		    	font-size: 16px;
		    	padding: 10px;
				background: none;
		    }
			#navigation.affix #top_nav a:after {
				background: none;
			}
			#navigation.affix #main_nav ul, #navigation.affix #top_nav ul {
				text-align: right;
			}
			#navigation.affix #header_phone_wrapper {
				display: none;
			}
			#navigation.affix #header_nav_wrapper {
				width: calc(100% - 300px);
			}
			/* BREADCRUMB NAVIGATION
			==========================================  */
			.breadcrumb {
				display: block;
				margin-left: 0;
			}

			/* IMAGES
			==========================================	*/
			.alignleft img, .alignright img, .aligncenter img, .alignnone img {
				display: block;
				max-width: 100%;
				height: auto;
			}
			.alignleft{
				float:left;
				display:block;
				margin: 15px 15px 30px 0;
			}
			.wp-caption.alignleft{
				float:left;
				display:block;
				margin: 5px 15px 30px 0;
			}
			.alignright {
				float:right;
				display:block;
				margin:15px 0 30px 15px;
			}
			.wp-caption.alignright {
				float:right;
				display:block;
				margin: 5px 0 30px 15px;
			}
			.aligncenter, .wp-caption.aligncenter{
				float:none;
				display:block;
				margin: 15px auto 30px auto;
			}
			
			
			/* PAGE ITEMS
			====================================  */


		}


				/* Medium devices (desktops, 992px and up) */
				@media (min-width: 992px) {
					

				    
					/* TYPOGRAPHY
					===========================================  */
					body {
						font-size: 21px;
						font-size: 2.1rem;
					}
					h1, h1.entry-title {
						font-size: 45px;
						font-size: 4.5rem;
					}
					h2, .h2 {
						font-size: 40px;
						font-size: 4.0rem;
					}
					h3, .h3 {
						font-size: 35px;
						font-size: 3.5rem;
					}
					h4, .h4, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
						font-size: 32px;
						font-size: 3.2rem;
					}
					h5, .h5 {
						font-size: 29px;
						font-size: 2.9rem;
					}
					h6, .h6 {
						font-size: 25px;
						font-size: 2.5rem; 
					}
					p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .home_callout span {
						font-size: 21px;
						font-size: 2.1rem;
					}
					blockquote p {
						font-size: 25px;
						font-size: 2.5rem;
					}

					/* HEADER
				    ==========================================  */
				    #branding-container {
				    	max-width: 90%;
				    }
				    #branding-container a.brand {
				    	text-transform: uppercase;
				    	font-size: 30px;
				    	color: #000000;
				    }
					.navbar-header {
						width: 350px;
						float: left;
					}
					#header_nav_wrapper {
						float: left;
						width: calc(100% - 350px);
					}
					#header_phone_wrapper {
						display: none;
					}
					
					#navigation.affix .navbar-header {
						width: 300px;
					}
					div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
						height: 75vh;
						max-height: 700px;
					}
					#internalfeatured {
						background-size: cover;
					}
					/* HOME SLIDER
					==========================================  */
					div#homefeatured .carousel-control {
				    	height: 100px;
						width: 30px;
					}
					div#homefeatured .carousel-control.left {
						left: 7%;
					}
					div#homefeatured .carousel-control.right {
						right: 7%;
					}
				    

				    /* TOP NAVIGATION
				    ==========================================  */
				    #navbarTop, #navbarBottom, #footer_nav {
				    	display: block;
				    }
					#navbarTop.navbar, #navbarBottom.navbar {
				    	border-radius: 0px;
					}
				    #navbarTop.navbar .container, #navbarBottom.navbar .container {
				    	position: relative;
				    }					
					#top_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:block;
						width: 100%;
						text-align: left;
				    }
				    #top_nav ul li {
				    	float: none;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
						display: inline-block;
				    }
				    #top_nav a:link, #top_nav a:visited {
						font-family: 'Changa', sans-serif;
				    	display: block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 15px;
				    	font-size: 1.5rem;
				    	padding: 25px 0 15px 5px;
				    	text-transform: uppercase;
				    	color: #fff;
				    	font-weight: 600;
						position: relative;
				    }
					#top_nav > ul > li > a {
						margin-right: 0;
					}
				    #top_nav a:hover, #top_nav a:active, #top_nav a:focus, #top_nav > ul > li.active > a {
				    	color: #81BFD5;
				    	text-decoration:none;
				    }  
					#top_nav a:after {
						display: block;
						position: absolute;
						top: -18px;
						width: 120px;
						height: 18px;
						left: -10px;
						margin: auto;
						content: '';
						opacity: 0;
						background: url("img/top_nav.png") top center no-repeat;
						background-size: contain;
						-webkit-transition: all 0.14s ease-in-out;
						-moz-transition: all 0.14s ease-in-out;
						-o-transition: all 0.14s ease-in-out;
						-ms-transition: all 0.14s ease-in-out;
					}
					#top_nav a:hover:after {
						top: 0;
						opacity: 1;
					}


				    /* MAIN NAVIGATION
				    ==========================================  */
				    #header_nav_wrapper {
				    	display: block;
				    }
				    
				    #main_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
						display: block;
						width: 100%;
						text-align: left;
				    }
				    #main_nav ul li {
				    	float: none;
				    	margin:0;
				    	padding:0;
				    	background:none;
				    	display: inline-block;
				    	position: relative;
				    }
					#main_nav ul ul {
				    	display: none;
				    	position: absolute;
				    	z-index: 9000;
				    	background: #2E3192;
				    	margin: 0;
				    	padding: 0;
				    	width: 300px;
				    	min-width: 150px;
				    	max-width: 300px;
				    	border: 0 none;
				    }
					#main_nav ul li:hover ul {
				    	list-style: none;
				    	position: absolute;
				    	display: list-item;
					}
					#main_nav ul ul li {
				    	float: none;
						display: block;
				    }
				    #main_nav a:link, #main_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 16px;
				    	font-size: 1.6rem;
				    	padding: 10px;
				    	text-transform: uppercase;
				    	color: #fff;
				    	font-weight: 400;
						background: #2E3192;
					}
					#main_nav a:hover, #main_nav a:active, #main_nav a:focus, #main_nav > ul > li.active > a {
				    	/* if you have different color for Nav link hover state, change it here */
				    	color: #fff;
				    	text-decoration:none;
						background: #1793C4;
				    }
					#main_nav ul ul li a:link, #main_nav ul ul li a:visited {
				    	padding: 5px 15px;
				    	width: 100%;
						display: block;
						background: none;
				    } 
					#main_nav ul ul li a:hover, #main_nav ul ul li a:active {
						background: #1793C4;
					}
					#mobile_menu {
				    	display: none;
				    }

				    /* FOOTER NAVIGATION
				    ==========================================  */
					#credits span {
						display:inline;
						height:auto;
						overflow:hidden;
					}
					.footer_nav_wrapper {
						display: block;
					}
					#footer_top_nav {
						display: block;
					}
					#footer_top_nav ul {
						display: block;
						margin: 0;
						padding: 0;
						text-align: left;
					}
					#footer_top_nav ul li {
						display: inline-block;
						list-style: none;
						padding: 0;
						margin: 0;
						background: none;
					}
					#footer_top_nav ul li a:link, #footer_top_nav ul li a:visited {
						display: block;
						font-size: 18px;
						font-size: 1.8rem;
						padding: 0 15px 10px 0;
						color: #000000;
						text-transform: uppercase;
						font-family: 'Changa', sans-serif;
						font-weight: 600;
					}
					#footer_top_nav ul li a:hover, #footer_top_nav ul li a:active, #footer_top_nav ul li.active a {
						text-decoration: none;
						color: #0082B8;
					}
				    #footer_nav {
				    	display: block;
				    }
				    #footer_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:block;
						text-align: left;
				    }
				    #footer_nav ul li {
				    	float: none;
						display: inline-block;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
					#footer_nav a:link, #footer_nav a:visited {
				    	display:block;
				    	margin:0 5px 0 0;
				    	text-decoration:none;
				    	font-size: 20px;
				    	font-size: 2.0rem;
				    	padding: 5px 20px;
						background: #2E3192;
						color: #fff;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #footer_nav a:hover, #footer_nav a:active, #footer_nav a:focus, #footer_nav > ul > li.active > a {
				    	text-decoration:none;
						background: #1793C4;
						color: #fff;
				    	/* if you have different color for Nav link hover state, change it here */
				    }

					/* BUTTONS
				    ==========================================  */
				    a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button, .wp-block-button.large, a.btn-mayecreate.outline:link, a.btn-mayecreate.outline:visited {
				    	display: table;
						margin: 0 15px 20px 0;
				    }
					.col-md-4 a.btn-mayecreate.large:link, .col-md-4 a.btn-mayecreate.large:visited, .col-md-4 a.btn-mayecreate:link, .col-md-4 a.btn-mayecreate:visited, .col-md-3 a.btn-mayecreate.large:link, .col-md-3 a.btn-mayecreate.large:visited, .col-md-3 a.btn-mayecreate:link, .col-md-3 a.btn-mayecreate:visited, .col-md-4 .wp-block-button, .col-md-3 .wp-block-button  {
						margin: 0 auto 20px auto;
				    }
					.col-md-4 a.btn-mayecreate.large:link, .col-md-4 a.btn-mayecreate.large:visited, .col-md-3 a.btn-mayecreate.large:link, .col-md-3 a.btn-mayecreate.large:visited, .col-md-3 .wp-block-button.large, .col-md-4 .wp-block-button.large {
						display: block;
				    }	
					a.btn-mayecreate.block:link, a.btn-mayecreate.block:visited {
						display: block !important;
					}
					a.btn-mayecreate.center:link, a.btn-mayecreate.center:visited {
						margin: 0 auto 20px auto !important;
					}

					
					/* PAGE ITEMS
					====================================  */
					.kt-gutter-default.kt-row-layout-right-golden>.wp-block-kadence-column.inner-column-2 {
						flex-basis: 30px;
					}
					
				}

						/* Large devices (large desktops, 1025px and up) */
						@media (min-width: 1025px) { 
							
							/* PAGEBREAKS
							=========================================== */

							.h_divider_white {
								border-right: 2px solid #FFF;
								padding-right: 70px;
							}
							
							.h_divider_left_white {
								border-left: 2px solid #FFF;
								padding-left: 70px;
							}

							.hide-mobile {
								display: contents !important;
							}
							
							.lt-blue-container {
								min-height: 1530px;
								padding: 50px 50px;
							}

							.dk-blue-container {
								min-height: 1530px;
								padding: 23% 50px 50px 50px;
							}
							
							.align-left {
								margin: 0 auto !important;
							}
							
						}

							/* Large devices (large desktops, 1050px and up) */
							@media (min-width: 1050px) { 

								.lt-blue-container {
									min-height: 1310px;
									padding: 25px 25px;
									background: #acdeef;
									margin: 10px 0;
								}

								.dk-blue-container {
									min-height: 1310px;
									padding: 23% 25px 50px 25px;
									background: #2E3192;
									margin: 10px 0;
								}
								
								.h_divider_left_white {
									border-left: 2px solid #FFF;
									padding-left: 35px;
								}
								
					
							}

							/* Large devices (large desktops, 1070px and up) */
								@media (min-width: 1070px) { 

									.lt-blue-container {
										min-height: 1330px;
										padding: 35px 35px;
									}

									.dk-blue-container {
										min-height: 1330px;
										padding: 33% 25px 50px 25px;						
									}
									
								}

									@media (min-width: 1122px) {
										.res_button h3, .com_button h3, .box_button h3 {
											padding: 35% 15px 5px 20px;
										}
									}

										/* Large devices (large desktops, 1200px and up) */
										@media (min-width: 1200px) { 

											/* PAGEBREAKS
											=========================================== */
											.pagebreak_left_img, .pagebreak_right_img {
												min-height: 250px;
												max-height: none;
												background-size: cover !important;
												background-repeat: no-repeat !important;
												background-position: center center !important;
											}

											.pagebreak_left_content, .pagebreak_left_img {
												float: left;
												width: 50%;
											}
											.pagebreak_right_content, .pagebreak_right_img {
												float: right;
												width: 50%;
											}

											/* TYPOGRAPHY
											===========================================  */
											body {
												font-size: 22px;
												font-size: 2.2rem;
											}
											h1, h1.entry-title {
												font-size: 50px;
												font-size: 5rem;
											}
											h2, .h2 {
												font-size: 45px;
												font-size: 4.5rem;
											}
											h3, .h3 {
												font-size: 40px;
												font-size: 4.0rem;
											}
											h4, .h4, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
												font-size: 35px;
												font-size: 3.5rem;
											}
											h5, .h5 {
												font-size: 30px;
												font-size: 3.0rem;
											}
											h6, .h6 { 
												font-size: 26px;
												font-size: 2.6rem;
											}
											p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .home_callout span {
												font-size: 22px;
												font-size: 2.2rem;
											}
											blockquote p {
												font-size: 26px;
												font-size: 2.6rem;
											}

											/* HEADER
											==========================================  */
											#branding-container {
											}
											#branding-container a.brand{
											  font-size: 38px;
											}
											#footer_nav a:link, #footer_nav a:visited {
												font-size: 25px;
												font-size: 2.5rem;
												margin: 0 15px 0 0;
												padding: 8px 20px;
											}
											#footer_top_nav ul li a:link, #footer_top_nav ul li a:visited {
												font-size: 22px;
												font-size: 2.2rem;
											}
											#main_nav a:link, #main_nav a:visited {
												font-size: 16px;
												font-size: 1.6rem;
												margin: 0 12px 0 0;
												padding: 8px 10px;
											}
											#main_nav > ul > li:last-child > a {
												margin: 0;
											}
											#top_nav ul li a:link, #top_nav ul li a:visited {
												font-size: 15px;
												font-size: 1.5rem;
												margin: 0 9px 0 0;
											}
											#top_nav > ul > li > a {
												margin: 0;
											}
											.navbar-header {
												width: 260px;
											}
											#header_nav_wrapper {
												width: calc(73% - 260px);
											}
											#header_phone_wrapper {
												display: block;
												float: left;
												width: 27%;
												text-align: right;
												padding-top: 20px;
											}
											#header_phone_wrapper .h6 {
												color:#81BFD5;
											}

											/* HOME SLIDER
											==========================================  */
											div#homefeatured .carousel-control {
												height: 125px;
												width: 35px;
											}
											div#homefeatured .carousel-control.left {
												left: 10%;
											}
											div#homefeatured .carousel-control.right {
												right: 10%;
											}


											/* PAGE ITEMS
											====================================  */
											.lt-blue-container {
												min-height: 1300px;
												padding: 35px 35px;
											}

											.dk-blue-container {
												min-height: 1300px;
												padding: 33% 35px 50px 35px;						
											}
											.featured_home_wrapper {
												float: left;
												width: calc(100% / 3);
												padding-right: 25px;
												padding-left: 25px;
											}
											.featured_home_wrapper:last-child {
												padding-right: 0;
											}
											.featured_home_wrapper:first-child {
												padding-left: 0;
											}
											.home_buttons {
												margin-top: -100px;
												z-index: 999;
											}
											.home_callout:link, .home_callout:visited {
												position: relative;
												margin-bottom: 85px;
												max-width: 352px;
											}
											.home_callout:after {
												position: absolute;
												bottom: -55px;
												width: 100%;
												height: 57px;
												left: 0;
												content: '';
												display: block;
												background: url("img/home_button_after.png") top center no-repeat;
												background-size: 100% 100%;
												-webkit-transition: all 0.14s ease-in-out;
												-moz-transition: all 0.14s ease-in-out;
												-o-transition: all 0.14s ease-in-out;
												-ms-transition: all 0.14s ease-in-out;
											}
											.home_callout:hover:after {
												background: url("img/home_button_after_hover.png") top center no-repeat;
												background-size: 100% 100%;
											}


										}


										/* Large devices (large desktops, 1250px and up) */
											@media (min-width: 1250px) { 

												.lt-blue-container {
													min-height: 1220px;
													padding: 35px 35px;
												}

												.dk-blue-container {
													min-height: 1220px;
													padding: 33% 25px 50px 25px;						
												}
											}

													@media (min-width: 1366px) {
														.navbar-header {
															width: 300px;
														}
														#header_nav_wrapper {
															width: calc(77% - 300px);
														}
														#header_phone_wrapper {
															width: 23%;
															padding-top:26px;
														} 
														#top_nav ul {
															text-align: left;
														}
														#top_nav ul li a:link, #top_nav ul li a:visited {
															font-size: 18px;
															font-size: 1.8rem;
															padding: 25px 10px 15px 0;
														}
														#main_nav ul {
															text-align: left;
														}
														#main_nav a:link, #main_nav a:visited {
															font-size: 20px;
															font-size: 2.0rem;
														}

														.lt-blue-container {
															min-height: 1220px;
															padding: 50px 50px;
														}

														.dk-blue-container {
															min-height: 1220px;
															padding: 23% 50px 50px 50px;						
														}
														
														.res_button h3, .com_button h3, .box_button h3 {
															padding: 30% 25px 10px 25px;
														}
														.pagebreak_left_content, .pagebreak_right_content {
															width: calc(100% / 3 * 2);
														}
														.pagebreak_left_img, .pagebreak_right_img {
															width: calc(100% / 3);
														}

													}


														@media (min-width: 1500px) {

															.lt-blue-container {
																min-height: 1190px;
																padding: 50px 50px;
															}

															.dk-blue-container {
																min-height: 1190px;
																padding: 23% 50px 50px 50px;						
															}
														}


															@media (min-width: 1550px) {
																/* TYPOGRAPHY
																===========================================  */
																body {
																	font-size: 23px;
																	font-size: 2.3rem;
																}
																h1, h1.entry-title {
																	font-size: 58px;
																	font-size: 5.8rem;
																}
																h2, .h2 {
																	font-size: 48px;
																	font-size: 4.8rem;
																}
																h3, .h3 {
																	font-size: 42px;
																	font-size: 4.2rem;
																}
																h4, .h4, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
																	font-size: 35px;
																	font-size: 3.5rem;
																}
																h5, .h5 {
																	font-size: 30px;
																	font-size: 3.0rem;
																}
																h6, .h6 { 
																	font-size: 26px;
																	font-size: 2.6rem;
																}
																p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .home_callout span {
																	font-size: 23px;
																	font-size: 2.3rem;
																}
																#footer_nav a:link, #footer_nav a:visited {
																	font-size: 28px;
																	font-size: 2.8rem;
																	padding: 10px 20px;
																}
																#footer_top_nav ul li a:link, #footer_top_nav ul li a:visited {
																	font-size: 27px;
																	font-size: 2.7rem;
																}
																#top_nav ul li a:link, #top_nav ul li a:visited {
																	font-size: 21px;
																	font-size: 2.1rem;
																}
																#main_nav a:link, #main_nav a:visited {
																	font-size: 24px;
																	font-size: 2.4rem;
																	padding: 10px 12px;
																}
																blockquote p {
																	font-size: 27px;
																	font-size: 2.7rem;
																}
																.footer_logo {
																	margin: 0 auto;
																}
																#header_nav_wrapper {
																	width: calc(77% - 350px);
																}
																.navbar-header {
																	width: 350px;
																}

																.lt-blue-container {
																	min-height: 1155px;
																}

																.dk-blue-container {
																	min-height: 1155px;
																}
															}

																@media (min-width: 1700px) {
																	#main_nav a:link, #main_nav a:visited {
																		font-size: 24px;
																		font-size: 2.4rem;
																		padding: 10px 15px;
																		margin: 0 18px 0 0;
																	}
																	#top_nav ul li a:link, #top_nav ul li a:visited {
																		margin: 0 8px 0 0
																	}
																	#header_nav_wrapper {
																		width: calc(77% - 420px);
																	}
																	.navbar-header {
																		width: 420px;
																	}

																	.lt-blue-container {
																		min-height: 1110px;
																	}

																	.dk-blue-container {
																		min-height: 1110px;
																	}
																}




/* Google Maps embed hover*/

/* container style, which goes inside of figure */
.google-maps-container {
	background: black;
	position: relative;
}

/* map screenshot image */
.google-maps-image {
	width: 100%;
	position: relative;
	display: inherit;
}

/* image caption to be used as text overlay on hover */
figcaption.map-caption {
	display: none;
}

.google-maps-container:hover .google-maps-image {
	opacity: 20%;
}

.google-maps-container:hover figcaption.map-caption {
	display: inline;
	position: absolute;
	text-align: center;
	margin: auto;
	top: 109px;
	left: 0;
	right: 0;
	color: white;
	/* caption button */
	border:1px solid #ffffff;
	padding:10px;
	width:47%;
}

/* hide Get Directions button on desktop */

@media screen and (min-width: 1025px) {
	.hide-mapbutton {
		display: none;	
	}}
