/*
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-09-23 - TE
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* 10 ÷ $rembase */
	font-weight: 400; /* normal */
	margin:0;
	padding:0;
	color: #707070;
	-webkit-font-smoothing: antialiased;
}
#ctf {
	background: #fff;
}
#ctf br {
	display: none !important;
}
#ctf p {
	display: inline;
}
#ctf p.ctf-tweet-text {
	display: block;
}
.twitter-sidebar > br {
	display: none;
}
#page {
	background: url(img/page-top.png) -130px -125px no-repeat;
}

#page:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    max-width: 412px;
    height: 603px;
    background: url(img/page-bottom.png) 160px 140px no-repeat;
    content: '';
    z-index: -9;
    background-size: contain;
}

.container {
	max-width: 1470px; /* CHANGE ME TO MATCH YOUR WEBSITE DESIGN */
	width: 90%;
}

.page-width-medium {
	max-width: 1300px;
	width: 70%;
	margin: auto auto;
}

.page-wide {
	max-width: 1500px;
	width: 85%;
	margin: auto auto;
}

.center {
	margin: auto auto !important;
}

.align-right {
	margin: 0 0 0 auto !important;
}

.full-width {
	width: 100%;
}

.border-left {
	padding-left: 40px;
	padding-right: 20px;
	border-left: 1px solid #AFAFAF;
}

.smooth {
	scroll-behavior: smooth !important;
}


/* PAGEBREAK STYLES
======================================== */
.pagebreak {
	padding: 50px 0;
	background: rgba(86, 132,57, .1);
}
.pagebreak:after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	clear: both;
}

.pagebreak_img {
	padding: 50px 0;
	background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

.pagebreak_left, .pagebreak_right {
	padding: 0;
}
.pagebreak_fix {
	padding: 50px 0;
}
.pagebreak_fix:first-child {
	padding-top: 0;
}
.page > .pagebreak_fix:last-child, .page > .pagebreak:last-child {
	
}
.pagebreak_right_content, .pagebreak_left_content {
	padding: 50px 0;
}
.pagebreak_left_img, .pagebreak_right_img {
	min-height: 250px;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}


/* 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: 30px auto;
	border-bottom: 2px solid #707070;
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}

.contentbar {
	border-right: 1px solid #707070;
	padding-right: 15px;
}

/* 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: #416FEB;
	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: #B99C57;
	text-decoration:none; /* change to none if you don't want links to be underlined wehn hovered */
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
	border-color: transparent;
	top: 110px;
}
h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	line-height: 120%;
	margin: 0 0 20px 0;
	-webkit-font-smoothing: antialiased;
}
h1, h1.entry-title {
	font-family: 'Syncopate', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem
}
h2, .h2, div#homefeatured .slideDesc .slideTitle {
	font-family: 'Syncopate', sans-serif;
	text-transform: uppercase;
	color: #B99C57;
	font-weight: 700;
	font-size: 28px;
	font-size: 2.8rem;
}
.firsth2 {
	text-align: center;
	color: #707070;
	background: url(img/header-1.png) center bottom no-repeat;
	padding-bottom: 80px;
	font-weight: 700;
}

.featuredh2 {
	text-align: center;
	color: #B99C57;
	background: url(img/header-1.png) center bottom no-repeat;
	padding-bottom: 80px;
	font-weight: 700;
}

h3, .h3 {
	font-family: 'Noto Sans', sans-serif;
	color: #B99C57;
	font-weight: 700;
}
h4, .h4 {
	font-family: 'Noto Sans', sans-serif;
	color: #568439;
	font-weight: 700;
}
h5, .h5 {
	font-family: 'Noto Sans', sans-serif;
	color:#568439;
	font-weight: 700;
}
h6, .h6 {
	font-family: 'Noto Sans', sans-serif;
	color: #B99C57;
	font-weight: 700;
}

.small-margin {
	margin-bottom: 0px !important;
}

.tan {
	color: #B99C57;
	font-size: 25px;
	font-sixe: 2.5rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.tan-small {
	color: #B99C57;
	font-size: 20px;
	font-sixe: 2.0rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.green {
	color: #568439;
	font-size: 25px;
	font-sixe: 2.5rem;
	font-weight: 700;
}

.greenh2 {
	color: #568439;
}

.home_button_outer h3 {
	font-size: 35px!important;
	font-sixe: 3.5rem!important;
	font-weight: 700!important;
	color: #7A7979!important;
}

.home_button_outer h4 {
	font-size: 23px!important;
	font-size: 2.3rem!important; /* 10 ÷ $rembase */
	font-weight: 400!important;
	color: #7A7979!important;
}
.home_button_outer:hover h4, .home_button_outer:hover h3 {
	color: #fff!important;
}

.homebg, .homecontent {
	background: #fff;
	min-height: 200px;
}

.homebg:hover .homecontent{
	background: #568439;
}

.homeimg {
	min-height: 200px;
	height: auto;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.homeimg, .homecontent {
    
}

.homecontent { 
	padding:25px;
}

.featured_button_outer h3 {
	font-size: 35px!important;
	font-sixe: 3.5rem!important;
	font-weight: 700!important;
	color: #B99C57!important;
}

.featured_button_outer h4 {
	font-size: 23px!important;
	font-size: 2.3rem!important; /* 10 ÷ $rembase */
	font-weight: 400!important;
	color: #7A7979!important;
}
.featured_button_outer:hover h4, .featured_button_outer:hover h3 {
	color: #fff!important;
}

.featuredbg, .featuredcontent {
	background: #fff;
	min-height: 200px;
}

.featuredbg:hover .featuredcontent{
	background: #568439;
}

.featuredimg {
	min-height: 200px;
	height: auto;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.featuredimg {
}

.featuredcontent {
}

.featuredcontent { 
	padding:25px;
}


/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem; /* 10 ÷ $rembase */
	margin:0 0 20px 0;
	color: #707070;
}

.greenbtn, a.greenbtn {
	font-size: 20px !important;
	font-size: 2rem !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/bullet.png);
}

/* PAGEBREAK COLORS
=========================================  */
.pagebreak h1, .pagebreak h2, .pagebreak h3, .pagebreak h4, .pagebreak h5, .pagebreak h6, .pagebreak p, .pagebreak li, .pagebreak a:link, .pagebreak a:visited {
	
}
.pagebreak a:hover, .pagebreak a:active {
	
}


/* HEADER
==========================================  */
#branding-container {
	margin: 0;
	margin-left: 4%;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 70%;
	max-width: 200px;
}
#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;
}

/* HOME SLIDER
==========================================  */
div#homefeatured {
	display: none;
}

.headbox {
    display: block;
    height: 200px;
    top: 0;
    /* margin-top: -100px; */
	border-bottom: 3px solid #000;
	overflow: hidden;
}

.headbox .col-md-8, .headbox .col-sm-8,.headbox .col-md-4,.headbox .col-sm-4, .headbox .col-md-6 {
	padding: 0 !important;
}

.pagehead {
    display: none;
    height: 280px;
	background-size: cover;
	border-bottom: 3px solid #000;
	overflow: hidden;
}

.pagetitle{
    display: block;
	position: relative;
	background: #568439;
    height: 198px;
	border-bottom: 3px solid #000;
	overflow: hidden;
}
.pagetitle .col-md-12 {
	z-index: 3;
}
.pagetitle:before {
	display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 320px;
    max-height: 50%;
    background: url(img/page-title.png) center bottom no-repeat;
    content: '';
    z-index: 1;
    background-size: contain;
}

/* 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;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>* {
    float: left;
    list-style: none;
}
#goToPrevSlide, #goToNextSlide {
    position: absolute;
    height: 40px;
    width: 35px;
    margin: auto;
    border: 0 none;
    text-indent: -999em;
    opacity: .7;
	top: 0;
	bottom: 0;
}
#goToPrevSlide {
    background: url(img/aro-left.png) no-repeat;
    background-size: contain;
    left: 0;
}

#goToNextSlide {
    background: url(img/aro-right.png) no-repeat;
    background-size: contain;
    right: 0;
}
#goToPrevSlide:focus, #goToNextSlide:focus {
	outline: none;
}


.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;
}

#lightSlider li {
    background: none;
    padding-left: 0;
    list-style: none;
}
#lightSlider li a:link, #lightSlider li a:visited {
	display: block;
}
#lightSlider li img {
	display: block;
	margin: 0 auto;
}
#lightSlider li br, #lightSlider li p {
	display: none;
}
.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none;
}
.lightSlider_outer_wrapper {
	position: relative;
}
.lightSlider_outer_wrapper br {
	display: none;
}
.lightSlider_outer_wrapper p {
	margin: 0;
}


/* NAVIGATION
==========================================  */
#navbarTop{
	display: none;
}
#navbarBottom{ /* Main Navbar */
	display: block;
	background: rgba(255,255,255,.85);
	border: none;
}
#main_nav{
	display: none;
}

/* NAVIGATION:: Slide Out Drawer
==========================================  */
#mobile_menu {
    display: block;
    position: absolute;
    float: right;
    height: 87.7px;
    right: 4%;
    top: 0;
}
#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{
}
.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: #6d9e42;
}
.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #6d9e42;
	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: #6d9e42;
	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: #6c9d30;
}
.mm-listview > li.active > a{
	color: #ffffff;
}
.mm-menu .mm-header > a {
 	color: #cb0032;
	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%;
}


/* FOOTER 
==========================================  */
#footer_nav{
	display: none;
	float: right;
}

/* 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: 2000;
	width: 100%;
	position: fixed;
}

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


/* CONTENT SECTIONS
==========================================	*/
/* #homeContentWrap, #contentwrap{
	
} */
#contentWrap, #page{
	padding-top: 50px;
	padding-bottom: 0px;
}
/* #homeContentWrap.scroll, #contentwrap.scroll{
	padding-top:240px;
} */
#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{
	font-family: 'Roboto', sans-serif;
	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: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer.site-footer .aside{
	padding-top: 20px;
	padding-bottom: 20px;
}
#credits span {
	display:block;
	height:0;
	overflow:hidden;
}

#credits p, #credits a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-align: right;
}

#credits a {
	text-decoration:underline;
}

#credits a:hover {
	color:#70AC4A;
}

/* IMAGES
==========================================	*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	max-width:100%;
	height: auto;
	float:none;
	display: block;
	margin: 10px auto 16px auto;
}
img {
	max-width: 100%;
	height: auto;
}

.inline {
	display: inline-block !important;
}

/* 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;
	font-weight: 700;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* BUTTONS: From Shortcodes
==========================================  */
a.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button, .btn-mayecreate {
	background: #B99C57;
	font-family: 'Noto Sans', sans-serif;
	color: #000;
	display: table;
	padding: 15px;
	font-size: 20px;
	font-size: 2rem;
	margin:0 auto 20px auto;
	text-transform: uppercase;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
}
.wp-block-button.aligncenter {
	display: table;
}
.wp-block-button a:link, .wp-block-button a:visited {
	/* COLOR CHANGES GO HERE FOR THE LINK */
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus, .wp-block-button:hover, .btn-mayecreate:hover {
	background: #707070;
	color: #fff;
}
.wp-block-button:hover a {
	/* COLOR CHANGES GO HERE FOR THE LINK */
	color: #fff;
}
a.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large {
	font-family: 'Syncopate', sans-serif;
	background: #568439;
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	display: block;
	font-weight: 700;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus {
	background: #B8B8B8;
	color: #222;
}

a.btn-mayecreate.lab {
	background: #70AC4A;
	display: inline-block !important;
	color: #fff;
}

a.btn-mayecreate.lab:hover, a.btn-mayecreate.testing:hover, a.btn-mayecreate.projectbtn:hover {
	background: #231F20;
	color: #fff;
}

a.btn-mayecreate.testing {
	background: #B99C57;
	display: inline-block !important;
	color: #fff;
}

a.btn-mayecreate.projectbtn {
	background: #848484;
	display: inline-block !important;
	color: #fff;
}

.greenbtn, a.greenbtn {
	background: #568439;
	color: #fff;
	padding: 10px 20px;
	margin: 10px 0;
	display: table;
}

.postbox:hover .greenbtn, a.greenbtn:hover {
	background: #848484;
}

.postbox:hover h2 {
	color: #568439;
}

.postbox img {
	margin: 0 0 15px 0 !important;
	
}

.menu-btn {
	text-align: right;
	margin-bottom: -70px;
	display: none;
}

.footer-submenu {
	text-align: right;
}

.footer-submenu a.btn-mayecreate.lab, .footer-submenu a.btn-mayecreate.projectbtn, .footer-submenu a.btn-mayecreate.testing {
	font-size: 20px !important;
	font-size: 2.0rem !important;
	    margin: 10px;
}

.footer-submenu a.btn-mayecreate.projectbtn {
	background: #000 !important;
}

.footer-submenu a.btn-mayecreate.projectbtn:hover {
	background: #70AC4A !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;
}

/* 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;
}

/* TEAM & STUDENTS
====================================  */

.team_wrapper {
	    display: block;
    position: relative;
	max-width: 284px;
	margin: 0 0 10px 0;
}
.team_info span {
	display: block;
}
.teammembers .team_wrapper:after {
	background: rgba(86, 132, 57, .6);
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
	opacity: 0;
}

.teammembers:hover a.team_link_wrapper .team_wrapper:after {
    opacity: 1;
}


.teammembers .hovercontent {
	color: #fff;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	background: url(img/icon-readmore.png) bottom center no-repeat;
	padding-bottom: 80px;
	text-align: center;
	margin: 20px auto;
	position: absolute;
	z-index: 99;
	top: 25%;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	height: 100px;
	max-width: 284px;
}

.teammembers:hover .hovercontent {
	opacity: 1;
}

.teammembers a.team_link_wrapper {
	margin-bottom: 30px;
	cursor: pointer;
}

.teammembers p, .teammembers br{
	display: none;
}

.team_name {
	font-size: 35px;
	font-size: 3.5rem;
	color: #568439;
	font-weight: 700;
	padding: 10px 0;
}

.teammembers:hover a.team_link_wrapper .team_name {
	color: #2F4D1D;
	background: url(img/team-leaf.png) left center no-repeat;
}

.jobtitle, .degreetitle {
	font-size: 25px;
	font-size: 2.5rem;
	color: #B99C57;
	font-weight: 700;
	line-height: 50px;
}

.company, .grad-date {
	font-size: 25px;
	font-size: 2.5rem;
	color: #70AC4A;
	font-weight: 700;
	line-height: 20px;
}

a.linked-link {
	color: #568439;
	background: url(img/linked.png) left center no-repeat;
	padding-left: 45px;
	font-weight: 700;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 50px;
}

.teammembers:hover a.linked-link {
	color: #707070;
	background: url(img/active-linked.png) left center no-repeat;
	padding-left: 45px;
}

/* PROJECTS
====================================  */
/*-=-=-=OPTION ONE=-=-=-*/

.page-template-page-projects #page .col-lg-4:nth-child(3n+1) {
	clear: left;
	}

.projectbox {
	overflow: hidden;
	margin-top: 40px;
}

.projectrow .row {
	    margin-right: 0px;
    margin-left: 0px;

}

.projectbox .col-sm-12, .projectbox .col-md-6, .projectbox .col-lg-4 {
	padding-right: 5px;
    padding-left: 5px;
	overflow: hidden;
}

.post_link_wrapper {
	display: block;
}
.post_link_wrapper br, .post_link_wrapper p {
	margin: 0;
	display: none;
}
.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 0px auto;
	border-top: 18px solid #F6F6F6;
}

.img_wrapper:hover, .projectspace:hover .img_wrapper{
	border-top: 18px solid #70AC4A;
}

.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: url(img/left-projects.png) -100px -10px no-repeat;
	-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;
}

.img_wrapper .hover_content{
    position: absolute;
    width: 95%;
    max-width: 400px;
    height: auto;
    bottom: 50px;
    left: 0;
	font-size: 20px;
	font-size: 2rem;
    right: 0;
    margin: auto;
    z-index: 2;
    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;
}

.img_wrapper .project_content {
    position: absolute;
    width: 95%;
    max-width: 400px;
    height: auto;
    bottom: 25px;
    left: 0;
	font-size: 20px;
	font-size: 2rem;
    right: 0;
    margin: auto 25px;
    z-index: 2;
    -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;
}

.img_wrapper:hover:after, .projectspace:hover .img_wrapper:after{
    position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: url(img/left-projects-active.png) -100px -10px no-repeat;
	-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;
}

.img_wrapper br {
	display: none;
}

.post_link_wrapper .blog_title{
	background: #F6F6F6;
	padding: 15px 30px;
	color: #231F20;
	font-size: 25px;
	font-size: 2.5rem;
	width: 100%;
	font-weight: 800;
	position: relative;
    display: block;
}

.post_link_wrapper:hover .blog_title,  .projectspace:hover .blog_title{
	background: #70AC4A;
	color: #fff;
	padding: 15px 30px;
	    text-decoration: none;
}

.post_link_wrapper:hover .img_wrapper:after {
	opacity: 1;
}
.post_link_wrapper.wide p {
	margin-bottom: 39px;
}

.post_link_wrapper span .featured-category{
	text-decoration: none;
	font-size: 23px;
	font-size: 2.3rem;
	text-shadow: 0 0 25px #000;
	font-weight: 800;
	color: #ffffff;
	display: grid;
}

.post_link_wrapper:hover span .blog_title, .post_link_wrapper:hover .project_title{
	text-decoration: none;
	color: #01AF7C;
	text-shadow: none !important;
}


.projectinfo span {
	font-weight: 700;
	font-size: 28px;
	font-size: 2.8rem;
}

.boxed {
	border: 3px solid #70AC4A;
	text-align: center;
	padding: 30px 5px;
	color: #70AC4A;
}

/* EVENTS
====================================  */


.eventspace {
	overflow: hidden;
	margin-top: 40px;
	background: #F4F4F4;
	padding-left: 0;
	padding-right: 0;
}

.eventspace .col-md-3 {
	padding-right: 0px;
    padding-left: 0px; 
}

.eventspace .col-md-9 {
	padding-top: 25px;
    padding-bottom: 25px; 
}

.eventspace:hover {
	background: #568439;
}

.event_title {
	font-size: 28px;
	font-size: 2.8rem;
	color: #7A7A7A;
	padding-bottom: 40px;
	font-weight: 700;
}

.eventspace:hover .event_title {
	color: #ffffff;
}

.eventdetails {
	margin-top: 20px;
}
.featured-date {
	font-weight: 700;
	font-size: 20px;
	font-size:2rem;
	color: #568439;
	background: url(img/date-green.png) center left no-repeat;
	padding: 10px 0 10px 55px;
}

.eventspace:hover .featured-date {
	color: #fff;
	background: url(img/date-white.png) center left no-repeat;
}

.addressbox {
	margin-top: 20px;
}

.timebox, .datebox {
	margin: 20px 0;
}

.featured-address p{
	font-weight: 700 !important;
	font-size: 20px !important;
	font-size: 2rem !important;
	color: #707070 !important;
	margin: 0 0 !important
}

.eventspace:hover .featured-address p{
	color: #fff !important;
}

.featured-time {
	font-weight: 700;
	font-size: 20px;
	font-size:2rem;
	color: #231F20;
	background: url(img/time-black.png) center left no-repeat;
	padding: 10px 0 10px 55px;
}

.eventspace:hover .featured-time {
	color: #fff;
	background: url(img/time-white.png) center left no-repeat;
}

/* 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%;
}







		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {

		    /* WRAPPER
			==========================================  */
			/* #homeContentWrap, #contentwrap{
				padding-top: 0 !important;
			} */
			/* TYPOGRAPHY
			===========================================  */
			body {				
			}
			h1, h1.entry-title, div#homefeatured .slideDesc .slideTitle {
				font-size: 45px;
				font-size: 4.5rem;
			}

			h2, .h2 {
				font-size: 35px;
				font-size: 3.5rem;
			}
			.firsth2 {
				font-size: 45px;
				font-size: 4.5rem;
			}
			h3, .h3 {
				font-size: 35px;
				font-size: 3.5rem;
			}

			h4, .h4 {
				font-size: 28px;
				font-size: 2.8rem;
			}
			p, body {
				font-size: 18px;
				font-size: 1.8rem;
			}
			
			/* HEADER
		    ==========================================  */
		  	#branding-container {
				margin:0;
				padding-top: 15px;
				padding-bottom: 15px;
				width: auto;
				max-width: 300px;
			}
			#branding-container a.brand {
				font-size: 30px;
				color: #000000;
			}
			
			/* HOME SLIDER
			==========================================  */
			div#homefeatured {
				display: block;
		    	margin-left: auto;
				margin-right: auto;
			}
			div#homefeatured #myCarousel{
				border-bottom: 3px solid #000;
			}
			
			div#homefeatured #myCarousel:hover{
			}
			div#homefeatured .carousel{
		    	width: 100%;
			}
			div#homefeatured .carousel-inner>.item>a>img, div#homefeatured .carousel-inner>.item>img{
		    	width: 100%;
			}
			div#homefeatured .slideDesc {
		    	position: absolute;
				z-index: 4000;
				top: 50%;
				bottom: 10%;
				margin: auto;
				width: 45%;
				text-align: center;
				height: 175px;
				float: right;
				right: 70px;
			}
			div#homefeatured .slideDesc .slideTitle {
				text-align: right;
				font-family: 'Syncopate', sans-serif;
				display: block;
				font-size: 25px;
				font-size: 2.5rem;
				color: #ffffff;
				font-weight: 700;
				text-shadow: 0 0 25px #000;
			}
			div#homefeatured .slideDesc .slideText {
				display: block;
				font-family: 'Noto Sans', sans-serif;
				font-size: 25px;
				font-size: 2.5rem;
				color: #ffffff;
				text-align: right;
				font-weight: 700;
				text-shadow: 0 0 25px #000;
			}			
			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
			==========================================  */
			#mobile_menu {
				height: 68px;
			}
			
			/* SCROLL STICK NAVIGATION
			==========================================  */
			#navigation {
				margin-top:0;
				margin-bottom:35px;
			}
			#navigation.affix {
				margin-top:0;
				width: 100%;
			}
			#navigation.affix #branding-container {
				max-width:220px;
				/*padding-top: 10px;
				padding-bottom: 10px;*/
			}
			#navigation .navbar {
				margin-bottom: 0;
			}
			
			#navigation.affix .navbar-default {
				background-color: rgba(255,255,255,.9);
				border: none;
			}
			#navigation.affix #main_nav a {
		    	/*font-size: 17px;*/
		    	padding: 45px 10px;
		    }
			/* BREADCRUMB NAVIGATION
			==========================================  */
			.breadcrumb {
				display: block;
				margin-left: 0;
			}

			/* IMAGES
			==========================================	*/

			img.alignleft{
				float:left;
				display:block;
				margin: 15px 15px 15px 0;
			}
			.wp-caption.alignleft{
				float:left;
				display:block;
				margin: 5px 15px 15px 0;
			}
			img.alignright {
				float:right;
				display:block;
				margin:15px 0 15px 15px;
			}
			.wp-caption.alignright{
				float:right;
				display:block;
				margin: 5px 0 15px 15px;
			}
			img.aligncenter, .wp-caption.aligncenter{
				float:none;
				display:block;
				margin: 15px auto 15px auto;
			}
			
			
			/* PAGE ITEMS
			====================================  */
			.headbox {
				display: block;
				height: 330px;
				top: 0;
				/* margin-top: -100px; */
				border-bottom: 3px solid #000;
			}
			
			.page-header {
				margin-top: 0;
				border-color: transparent;
				top: 220px;
			}

			.pagehead {
				display: none;
				height: 330px;
				background-size: cover;
				border-bottom: 3px solid #000;
			}

			.pagetitle{
				display: block;
				background: #568439;
				height: 330px;
				border-bottom: 3px solid #000;
			}


		}


				/* Medium devices (desktops, 992px and up) */
				@media (min-width: 992px) {
					
					/* PAGEBREAKS
					=========================================== */
					.pagebreak_left_content, .pagebreak_left_img {
						float: left;
						width: 50%;
					}
					.pagebreak_right_content, .pagebreak_right_img {
						float: right;
						width: 50%;
					}
					
					.pagetitle:before {
						display: block;
					}
					
					.featured-date {
						font-size: 25px;
						font-size: 2.5rem;
					}

					.featured-address p{
						font-size: 20px !important;
						font-size: 2rem !important;
					}

					.featured-time {
						font-size: 25px;
						font-size: 2.5rem;
					}
					
					.menu-btn {
						text-align: right;
						margin-bottom: -70px;
						display: block;
					}
				    
					.homeimg, .homecontent {
						float: left;
						width: 50%;
					}
					
					.featuredimg {
						float: left;
						width: 40%;
					}

					.featuredcontent {
						float: left;
						width: 60%;
					}
					
					.eventspace .col-md-3 {
						padding-right: 25px;
						padding-left: 0px; 
					}
										
					/* TYPOGRAPHY
					===========================================  */
					body {
					}
					h1, h1.entry-title {
						font-size: 50px;
						font-size: 5.0rem;
					}
					
					h2, .h2 {
						font-size: 40px;
						font-size: 4.0rem;
					}
					
					div#homefeatured .slideDesc .slideTitle {
						font-size: 35px;
						font-size: 3.5rem;
					}
					
					.firsth2 {
						font-size: 50px;
						font-size: 5.0rem;
					}
					h3, .h3 {
						font-size: 40px;
						font-size: 4.0rem;
					}

					h4, .h4 {
						font-size: 30px;
						font-size: 3.0rem;
					}
					h5, .h5 {
						font-size: 25px;
						font-size: 2.5rem;
					}
					h6, .h6 {
						font-size: 25px;
						font-size: 2.5rem;
					}
					p, body {
						font-size: 20px;
						font-size: 2.0rem;
					}

					/* HEADER
				    ==========================================  */
				    #branding-container {
				    	max-width: 240px;
						padding-top: 37px;
				    }
				    #branding-container a.brand {
				    	text-transform: uppercase;
				    	font-size: 30px;
				    	color: #000000;
				    }
					/* 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;
						max-width: 1550px;
    					width: 90%;
				    }					
					#top_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #top_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
				    #top_nav a:link, #top_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 17px;
				    	font-size: 1.7rem;
				    	padding: 15px 10px;
				    	text-transform: uppercase;
				    	color: #666;
				    	font-weight: 400;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #top_nav a:hover, #top_nav a:active, #top_nav a:focus, #top_nav > ul > li.active > a {
				    	color: #000000;
				    	text-decoration:none;
				    	/* if you have different color for Nav link hover state, change it here */
				    }  


				    /* MAIN NAVIGATION
				    ==========================================  */
				    #main_nav {
				    	display: block;
				    }
				    
				    #main_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    }
				    #main_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0;
				    	background:none;
				    	display: block;
				    	position: relative;
				    }
					#main_nav ul ul {
				    	display: none;
				    	position: absolute;
				    	z-index: 9000;
				    	background: #f8f8f8;
				    	margin: 0;
				    	padding: 0;
				    	width: 150px;
				    	min-width: 150px;
				    	max-width: 300px;
				    	border: 1px solid #e7e7e7;
				    	border-top: none;
				    }
					#main_nav ul li:hover ul {
				    	list-style: none;
				    	position: absolute;
				    	display: list-item;
					}
					#main_nav ul ul li {
				    	float: none;
				    }
				    #main_nav a:link, #main_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 13px;
						font-size: 1.3rem;
				    	padding: 40px 8px;
						margin-top: 10px;
				    	text-transform: uppercase;
				    	color: #000000;
				    	font-weight: 700;
						background: url(img/nav-icon.png) center -200px no-repeat;
					}
					#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: #B8B8B8;
						background: url(img/nav-icon.png) top center no-repeat;
				    	text-decoration:none;
				    }
				    #main_nav ul ul li a {
				    	padding: 10px 15px 10px 15px;
				    	width: 100%;
				    } 
					#mobile_menu {
				    	display: none;
				    }

				    /* FOOTER NAVIGATION
				    ==========================================  */
				    #footer_nav {
				    	display: table;
				    }
				    #footer_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #footer_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
					#footer_nav a:link, #footer_nav a:visited {
				    	display:inline-block;
				    	margin:0;
				    	text-decoration:none;
				    	font-size: 20px;
				    	font-size: 2.0rem;
				    	padding: 10px 10px;
						color: #fff;
						text-align: right;
				    	/* 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;
						color: #70AC4A;
				    	/* 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 {
				    	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;
					}
					.menu-btn a.btn-mayecreate:link, .menu-btn a.btn-mayecreate:visited {
						font-size: 18px;
						font-size: 1.8rem;
					}

					
					/* PAGE ITEMS
					====================================  */
					.headbox {
						display: block;
						height: 500px;
						top: 0;
						/* margin-top: -100px; */
						border-bottom: 3px solid #000;
					}

					.pagehead {
						display: block;
						height: 500px;
						background-size: cover;
						border-bottom: 3px solid #000;
					}

					.pagetitle{
						display: block;
						background: #568439;
						height: 500px;
						border-bottom: 3px solid #000;
					}
					.page-header {
						margin-top: 0;
						border-color: transparent;
						top: 300px;
					}
					
					.col-md-4:nth-child(3n+1) {
						clear: left;
					}
					.col-lg-3:nth-child(3n+1) {
						clear: left;
					}
				}

						/* Large devices (large desktops, 1200px and up) */
						@media (min-width: 1200px) { 
							
							/* PAGEBREAKS
							=========================================== */
							.pagebreak_left_content, .pagebreak_right_content {
								width: calc(100% / 3 * 2);
							}
							.pagebreak_left_img, .pagebreak_right_img {
								width: calc(100% / 3);
							}
						    							
							/* TYPOGRAPHY
							===========================================  */
							body {
							}
							h1, h1.entry-title, div#homefeatured .slideDesc .slideTitle {
							}
							h2, .h2 {
							}
							h3, .h3 {
							}
							h4, .h4 {
							}
							h5, .h5 {
							}
							h6, .h6 { 
							}
							p, body {
								font-size: 23px;
								font-size: 2.3rem;
							}
							
							div#homefeatured .slideDesc .slideTitle {
									font-size: 38px;
									font-size: 3.8rem;
								}
							
							#main_nav a:link, #main_nav a:visited {
								font-size: 16px;
								padding: 40px 10px;
							}
							.menu-btn a.btn-mayecreate:link, .menu-btn a.btn-mayecreate:visited {
								font-size: 30px;
								font-size: 3.0rem;
							}
							.featured-date {
								font-size: 30px;
								font-size: 3rem;
							}

							.featured-address p{
								font-size: 20px !important;
								font-size: 2rem !important;
							}

							.featured-time {
								font-size: 30px;
								font-size: 3rem;
							}
							
							.event_title {
								font-size: 35px;
								font-size: 3.5rem;
							}
							
							.eventimg {
								
							}

							/* HEADER
						    ==========================================  */
						    #branding-container, #navigation.affix #branding-container {
						      max-width: 300px;
								padding-top: 27px;
						    }
						    #branding-container a.brand{
						      font-size: 38px;
						    }
							
							/* 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
							====================================  */
							.headbox {
								display: block;
								height: 550px;
								top: 0;
								/* margin-top: -100px; */
								border-bottom: 3px solid #000;
							}

							.pagehead {
								display: block;
								height: 550px;
								background-size: cover;
								border-bottom: 3px solid #000;
							}

							.pagetitle{
								display: block;
								background: #568439;
								height: 550px;
								border-bottom: 3px solid #000;
							}
							
							.page-header {
								margin-top: 0;
								border-color: transparent;
								top: 330px;
							}
							
							
						}
							@media (min-width: 1366px) {
								/* TYPOGRAPHY
								===========================================  */
								body {
								}
								h1, h1.entry-title {
									font-size: 48px;
									font-size: 4.8rem;
								}
								
								h2, .h2 {
									font-size: 45px;
									font-size: 4.5rem;
								}
								
								div#homefeatured .slideDesc .slideTitle {
									font-size: 40px;
									font-size: 4rem;
								}
								
								.firsth2 {
									font-size: 55px;
									font-size: 5.5rem;
								}
								h3, .h3 {
									font-size: 45px;
									font-size: 4.5rem;
								}
								
								h4, .h4 {
									font-size: 35px;
									font-size: 3.5rem;
								}
								h5, .h5 {
									font-size: 25px;
									font-size: 2.5rem;
								}
								h6, .h6 {
									font-size: 25px;
									font-size: 2.5rem;
								}
								p {
								}
								#main_nav a:link, #main_nav a:visited {
										font-size: 18px;
										padding: 40px 10px;
									}
								
								#branding-container, #navigation.affix #branding-container {
								  max-width: 350px;
									padding-top: 8px;
								}

							}
						
								@media (min-width: 1550px) {

									/* Place to add stylesheets if you want to target monitors 
									bigger than a desktop. */
									#main_nav a:link, #main_nav a:visited {
										font-size: 19px;
										padding: 40px 17px;
									}
									
									h1, h1.entry-title {
											font-size: 50px;
											font-size: 5.0rem;
										}
									
									#branding-container, #navigation.affix #branding-container {
									  max-width: 400px;
									}
									
									.headbox {
										display: block;
										height: 640px;
										top: 0;
										/* margin-top: -100px; */
										border-bottom: 3px solid #000;
									}

									.pagehead {
										display: block;
										height: 640px;
										background-size: cover;
										border-bottom: 3px solid #000;
									}

									.pagetitle{
										display: block;
										background: #568439;
										height: 640px;
										border-bottom: 3px solid #000;
									}
									
									.page-header {
										margin-top: 0;
										border-color: transparent;
										top: 380px;
									}
									
									div#homefeatured .slideDesc .slideTitle {
									font-size: 50px;
									font-size: 5rem;
								}
								}
								
									@media (min-width: 1700px) {
										
										

										/* Place to add stylesheets if you want to target monitors 
										bigger than a desktop. */
									}




