/* CUSTOM CSS */

body{
	font-family: 'Muli', 'Arial', sans-serif!important;
	font-size:18px;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Zilla Slab', Georgia, "Times New Roman", Times, serif;
}
h4{
	color:#5e8100;
}
ul{
	margin-left:0;
}
ul li{
	margin-bottom:15px;
}
a:focus-visible,
a.btn:focus-visible{
	outline:2px solid #418fde;
	border-radius:3px;
}
.post, .page{
	margin:0!important;
}
#masthead{
	background:#004f42;
	padding:20px;
	border-bottom:2px solid #ffce00;
}
#masthead a{
  text-transform:uppercase;
}
#masthead nav{
	color:#fff;
}
#masthead nav ul li{
	padding:0 15px;
}
#masthead nav ul li a{
	color:#fff;
}
.custom-logo-link img{
	max-width:300px;
}
#primary-menu .sub-menu{
  background:#efefef;
}
#primary-menu .sub-menu li{
  border-bottom:1px solid #004f42;
  padding:0;
}
#primary-menu .sub-menu li a{
  color:#004f42;
  text-transform:none;
  padding:5px 10px;
}
#primary-menu .sub-menu li a:hover{
  background:#5e8100;
  color:#fff;
}
.container-fluid{
	padding:0;
}
.row{
	margin:0;
}
#content{
	min-height:48vh;
}
.no-img-bkgd{
	margin-top:50px;
}
.no-intro-image{
	margin-top:50px;
}
.page-title-no-sidebar{
	margin-top:50px;
}

/**
 * Intro Image
*/
.intro-image-wrapper{
	position:relative;
	background-size:cover!important;
}
.intro-image-wrapper .overlay h1{
	color:#fff;
}
.post-categories{
	padding:0 0 20px 0;
	margin:0;
}
.post-categories li{
	list-style:none;
	display:inline-inline-block;
}

/**
 * Button
*/
.btn-primary,
.btn-primary:hover{
	background:#004f42;
	color:#fff!important;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
}
.btn-secondary{
	background:none;
	color:#004f42;
	border:2px solid #004f42;
	border-radius:10px;
}
.btn-secondary:hover{
	background:#004f42;
}
.btn-secondary .wp-block-button__link{
	background:none;
	display:block;
}
button h2{
	text-align:left;
}

/**
 * Block Quote
*/
.wp-block-quote{
	background:#f8f8f8;
	padding:30px;
	margin-left:0;
}
.wp-block-quote i{
	color:#5e8100;
}
.wp-block-quote p{
	line-height:24px;
}
.wp-block-quote cite{
	font-style:normal;
}

/**
 * Card
 */
.card{
	border:0px;
}
.card-header{
	border-top:1px solid rgba(0,0,0,.125);
	background:transparent;
}
.card-header .btn{
	color:#004f42;
}
.card-header .btn:hover{
	color:#004f42;
	text-decoration:none;
	border:1px solid transparent;
}
.card-header button:focus{
	background:transparent;
	border:1px solid transparent;
}

/**
 * Responsive Video Wrapper
 */
.wp-block-embed-youtube{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.wp-block-embed-youtube iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/**
 * Accordion
 */
.accordion{
	border-bottom:1px solid rgba(0,0,0,.125);
}

/**
 * Sidebar
*/
#secondary{
	background:#efefef;
	border:2px dashed #004f42;
	text-align:center;
	padding:20px 10px;
	margin: 20px 0;
}
 #secondary a{
 	color:#004f42;
 }
 #secondary form legend{
 	font-size:18px;
 }
 
/**
 * Slate Form
 */
#secondary form button{
	background:#004f42;
	color:#fff;
	padding:10px 20px;
	border-radius:5px;
	font-size:18px;
}
 
/**
 * CTA Region
 */
#cta-region{
	background:#5e8100;
	clear:both;
	text-align:center;
	color:#fff;
}
 
/**
 * custom footer styles 
 */
footer,
footer a,
footer a:visited,
footer a:hover {
	color:#fff;
}
footer h4{
	color:#ffce00;
}
footer ul{
	padding-left:0;
	margin-left:0;
	list-style:none;
}
.fat-footer{
	background:#004f42;
	padding: 40px 5% 10px 5%;
}
.fat-footer ul li{
	padding: 5px 0;
}
.site-info{
	background:#000;
	padding: 40px 5% 10px 5%;
	border-top:2px solid #ffce00;
	border-bottom:2px solid #ffce00;
}
#social i{
	font-size:25px;
}
footer #footer-scripts{
	display:none;
}
/* Media Queries */
@media (min-width:768px){
	.site-padding{
		padding:0 5%;
	}
    .intro-image-wrapper .overlay{
	    position:absolute;
	    width:50%;
	    height:400px;
	    background:rgba(0,0,0,0.4);
    }
    .intro-image-wrapper{
	    background-size:cover;
	    background-position: center center!important;
	    height:400px;
	    text-align:center;
	    position:relative;
    }
	.overlay h1{
		padding:0;
		margin:0 auto;
		position:absolute;
		left:0;
		right:0;
		top:40%;
		width:80%;
		text-align:left;
		border-bottom:1px solid #fff;
	}
	nav{
		margin-top:27px;
	}
	blockquote img{
		max-width:300px!important;
	}
}

@media (max-width:767px){
	.custom-logo-link img{
		max-width:250px!important;
	}
    .intro-image-wrapper{
        background:none!important;
        height:auto;
    }
	.intro-image-wrapper .overlay{
		height:auto;
		width:100%;
		background:#000;
		bottom:0;
		padding:10px 20px;
		z-index:999;
	}
	.site-padding{
		padding:0 5%;
	}
	h1{
		font-size:30px;
		width:100%;
		text-align:left;
	}
	h2{
		font-size:24px;
	}
	#masthead{
    	padding:10px 0;
	}
	.site-branding{
    	z-index:9999999999;
	}
	#site-navigation{
    	width:100%;
    	position:relative;
    	margin-top:-40px;
    	z-index:1;
  	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle{
    	background:none;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1{
    	margin-top:15px;
	}
	.card-body{
		padding:0;
	}
	blockquote img{
		max-width:250px!important;
	}
}
