/*
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 10-03-22 - 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: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-size: 1.8rem; /* 10 ÷ $rembase */
	font-weight: 400; /* normal */
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	color: #525252;
}

.skip a, #skip a { 
	position:absolute; 
	left:-10000px; 
	top:auto; 		
	width:1px; 
	height:1px; 
	overflow:hidden; 
	background: vars.$base_color;
	color: vars.$white; 
} 
.skip a:focus, #skip a:focus { 
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 10px;
    z-index: 99999999999999;
    overflow: visible;
    padding: 20px 30px;
} 

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

.container-wide {
	max-width: 1800px;
	width: 95%;
	margin: 0 auto;
}
#navbarTop.navbar .container, #navbarBottom.navbar .container {
	display: block;
}
#navbarTop.navbar .container:after, #navbarBottom.navbar .container:after {
	display: block;
	content: '';
	position: relative;
	clear: both;
	width: 100%;
	height: 1px;
}
/* PAGEBREAK STYLES
======================================== */
.pagebreak, .pagebreak_wide {
	padding: 50px 0;
	border-top: 5px solid #666666;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,f3f3f3+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(226,226,226,0.8) 0%, rgba(243,243,243,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(226,226,226,0.8) 0%,rgba(243,243,243,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(226,226,226,0.8) 0%,rgba(243,243,243,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce2e2e2', endColorstr='#ccf3f3f3',GradientType=0 ); /* IE6-9 */
}
.pagebreak:after, .pagebreak_wide:after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	clear: both;
}
.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 !important;
	background-position: center center !important;
}
/* 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: 5px solid #666666;
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}

.red {
	border-bottom: 5px solid #D80028;
}

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

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin: 0;
	padding: 0;
	border: 0 none;
}
h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
	line-height: 120%;
	margin: 0 0 10px 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto Condensed', sans-serif;
	color: #003388;
}
h1, h1.entry-title {
	font-size: 30px;
	font-size: 3.0rem;
	color: #003388;
	background: rgba(255,255,255,.9);
	display: table;
	margin: -50px auto 10px auto;
	padding: 25px 40px;
	border-radius: 24px;
	border: 4px solid #D80028;
}
h1.entry-title.blog-title {
	margin: -110px auto 10px auto;
	text-align:center;
}
h2, .h2 {
	font-size: 32px;
	font-size: 3.2rem;
}
h3, .h3 {
	font-size: 30px;
	font-size: 3.0rem;
}
h4, .h4 {
	font-size: 28px;
	font-size: 2.8rem;
}
h5, .h5 {
	font-weight: 400;
	font-size: 28px;
	font-size: 2.8rem;
}
h6, .h6, .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: 25px;
	font-size: 2.5rem;
}

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

/* 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");
}
ul.alt_list li {
	list-style-image: url("img/ul_li_pagebreak.png");
	font-family: 'Roboto Condensed', sans-serif;
	margin: 20px 0;
}
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: #003388;
    font-weight: 900;
}

/* TYPOGRAPHY: COLOR OPTIONS
==========================================  */
.red-text {
	color: #B80022;
}

.blue-text {
	color: #003388;
}


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


/* HEADER
==========================================  */
#branding-container {
	margin: 0;
	margin-left: 0;
	padding-top: 18px;
	padding-bottom: 15px;
	width: 100%;
	max-width: 150px;
}
#navigation.affix {
	position: absolute;
}
#navigation.affix #branding-container {
	max-width: 100px;
}
#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 {
	border-bottom: 5px solid #666;
	background-size: cover;
	background-position: center center;
}

/* HOME SLIDER
==========================================  */
div#homefeatured {
	display: none;
}
div#homefeatured {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-bottom: 5px solid #666666;
}
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: 40vh;
	max-height: 800px;
}
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 center;
}
div#homefeatured .carousel-inner>.item>a>img, div#homefeatured .carousel-inner>.item>img{
	width: 100%;
}
div#homefeatured .slideDesc {
	position: absolute; 
	z-index: 4000;
	top:0;
	bottom: 0;
	margin: auto;
	height: 200px;
	width: 100%;
	text-align: center;
	padding: 50px 0;
	background: rgba(0,0,0,.25); 
	-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;
}
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;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+48,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 48%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 48%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 48%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom: 5px solid #003388;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}
#main_nav{
	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{
}
.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: #003388;
}
.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #003388;
	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: #003388;
}
.mm-listview > li > a, .mm-listview > li > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    white-space: normal;
}
.mm-listview > li.active{
	background: #003388;
}
.mm-listview > li.active > a{
	color: #ffffff;
}
.mm-menu .mm-header > a {
 	color:#B80022;
	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: BREADCRUMB
==========================================  */
.breadcrumb {
	display: none;
}


/* CONTENT SECTIONS
==========================================	*/
#homeContentWrap, #contentwrap {
	min-height: 500px;
}
#contentWrap, #page {
	padding-top: 0px;
	padding-bottom: 0px;
}
#page {
	background: url("img/body_bg.jpg") top center repeat-x;
	position: relative;
	z-index: 1;
}
#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{
	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: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
footer.site-footer .aside{
	padding-top: 20px;
	padding-bottom: 20px;
}
#credits {
	padding-top: 20px;
}
#credits p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
#credits span {
	display:block;
	height:0;
	overflow:hidden;
}
#footer_nav{
	display: none;
} 
footer.site-footer .footer_logo {
	display: block;
	margin: 0 auto;
}
footer.site-footer p {
	color: #525252;
	margin: 0;
}
footer.site-footer a:link, footer.site-footer a:visited {
	color: #525252;
	text-decoration: none;
}
footer.site-footer a:hover, footer.site-footer a:active, footer.site-footer a:focus {
	color: #B80022;
	text-decoration: none;
}
footer.site-footer #credits a:hover, footer.site-footer #credits a:active {
	text-decoration: underline;
}
/*
 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;
}

.border {
	border: 5px solid #D80028;
	border-radius: 20px;
	z-index: 9999 !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;
	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: #001E50;
	color: #fff;
	border-radius: 15px;
	border: 0 none;
	display: table;
	padding: 15px 35px;
	margin:0 auto 20px auto;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
.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: #D80028;
	color: #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;
}
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 {
}
/* 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;
}

/* 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%;
}
#newsletter_signup {
	background: #001E50;
	padding: 30px 0;
	text-align: center;
}
#newsletter_signup p {
	color: #fff;
}
#newsletter_signup .frm_button_submit {
	text-transform: uppercase !important;
}
#newsletter_signup .frm_message p {
	color: #001E50;
}
#newsletter_signup .frm_forms div.frm_message {
	padding-bottom: 15px;
}
#newsletter_signup input::placeholder {
	color:#001E50;
}
.post_wrapper_outer h2 {	
	font-size: 18px;
	font-size: 1.8rem;
}
/*.post_wrapper_outer h2.event_contact_info {
	word-break: break-all;
}*/
h2.event_table_title {
	color: #B80022;
	font-weight: 700;
}
h2.event_table_title.blue {
	color: #003388;
}
h2.event_table_inner {
	color: #000000; 
	font-weight: 400;
}
.post_wrapper_outer .row {
	padding: 15px;
}
.post_wrapper_outer {
	margin-bottom: 20px;
}
.post_wrapper_outer.inner_column {
	max-width: 96%;
}
.post_wrapper_outer .row:nth-child(even) {
	background: #D5D5D5;
}
.blog_outer_wrapper {
	padding: 35px 0;
}
.blog_outer_wrapper:nth-child(odd) {
	border-top: 5px solid #666666;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,f3f3f3+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(226,226,226,0.8) 0%, rgba(243,243,243,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(226,226,226,0.8) 0%,rgba(243,243,243,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(226,226,226,0.8) 0%,rgba(243,243,243,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce2e2e2', endColorstr='#ccf3f3f3',GradientType=0 ); /* IE6-9 */
}
.blog_link {
	display: block;
}
.blog_img_outer {
	border-radius: 24px;
	border:5px solid #D80028;
	overflow: hidden;
	position: relative;
	display: table;
	margin: 0 auto 15px 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;
}
.hover_content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(102,102,102,.5);
	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;
}
.hover_content .btn-mayecreate {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 30px;
	width: 70%;
	max-width: 180px;
	background: #D80028;
}
.blog_link:hover .hover_content {
	opacity: 1;
}
.blog_link:hover .blog_img_outer {
	border: 5px solid #003388;
}
.blog_link:hover {
	text-decoration: none;
}
.blog_link p {
	color: #525252;
	text-decoration: none;
}
.blog_link:hover h2, .blog_link:hover h3 {
	color: #B80022;
	text-decoration: none;
}
#sidebar_wrapper {
	position:  absolute;
	top: -38px;
	right: 0;
	max-width: 450px;
	z-index: 9999;
	display: none;
}
.sidebar_title {
	color: #fff;
	background: #003388;
	border-radius: 24px 0 0 24px;
	padding: 20px 25px;
	font-weight: 400;
	display: block;
	cursor:pointer;
	-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;
}
#sidebar_wrapper:hover .sidebar_title {
	background: #D80028;
	border-radius: 24px 0 0 0;
}
.sidebar_content {
	background: rgba(0,51,136,.9);
	opacity: 0;
	height: 0;
	border-radius: 0 0 0 24px;
	overflow: hidden;
	-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;
}
#sidebar_wrapper:hover .sidebar_content {
	opacity: 1;
	height: auto;
}
.sidebar_content ul {
	margin: 0;
	padding: 0;
	display: block;
}
.sidebar_content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.sidebar_content ul li a:link, .sidebar_content ul li a:visited {
	color: #fff;
	padding: 5px 25px;
	display: block;
}
.sidebar_content ul li a:hover, .sidebar_content ul li a:active {
	color: #fff;
	background: #D80028;
	text-decoration: none;
}
.staff_img {
	max-width: 385px;
	margin: 0 auto 20px auto;
}
.staff_img .collapseomatic {
	background: 0 none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.staff_img .staff_img_inner {
	position: relative;
	border-radius: 24px;
	border: 5px solid #003388;
	overflow: hidden;
	margin-bottom: 10px;
}
.staff_img .staff_img_inner .staff_hover_content {
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(102,102,102,.5);
	-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;
}
.staff_img .staff_img_inner .staff_hover_content .btn-mayecreate {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
    width: 100%;
    padding: 15px 30px;
    max-width: 180px;
    background: #001E50;
    display: block;
}
.staff_img .colomat-hover {
	text-decoration: none;
}
.staff_img .colomat-hover .staff_img_inner, .staff_img .colomat-close .staff_img_inner {
	border:5px solid #D80028;
}
.staff_img .colomat-hover .staff_img_inner .staff_hover_content {
	opacity: 1;
}
.staff_img .colomat-hover h2, .staff_img .colomat-hover h3, .staff_img .colomat-close h2, .staff_img .colomat-close h3 {
	text-decoration: none;
	color: #B80022;
}
.staff_img .colomat-hover p {
	text-decoration: none;
}
.staff_move_wrapper {
}
.staff_move_wrapper .collapseomatic_content {
	border-top: 5px solid #666666;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,f3f3f3+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(226,226,226,0.8) 0%, rgba(243,243,243,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(226,226,226,0.8) 0%,rgba(243,243,243,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(226,226,226,0.8) 0%,rgba(243,243,243,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cce2e2e2', endColorstr='#ccf3f3f3',GradientType=0 ); /* IE6-9 */
	padding: 35px 0;
	margin: 0 0 30px 0;
}
.staff_move_wrapper .collapseomatic_content h2 {
	color: #B80022;
}
.home_button_outer {
	margin-top: 30px;
	margin-bottom: 30px
}
.home_button img {
	display: block;
	margin-bottom: 10px;
	margin: 0 auto 10px auto;
}
.home_button:link, .home_button:visited {
	color:#525252;
	background: rgba(255,255,255,.9);
	border-radius: 24px;
    box-shadow: 0 0 0pt 3pt #666;
	padding: 15px;
	display: block;
	text-align: center;
	font-weight: 700;
	margin: 0 0 20px 0;
	height: fit-content !important;
}
.home_button:hover, .home_button:active {
	color: #B80022;
    box-shadow: 0 0 0pt 5pt #D80028;
	background: #fff;
	text-decoration: none;
}
.home_button img.hover_img, .home_button:hover img {
	display: none;
}
.home_button:hover img.hover_img {
	display: block;
}
.home_blog {
	margin-bottom: 10px;
}
.home_featured {
	border-radius: 24px;
	border:5px solid #fff;
	display: block;
	margin: 0 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_blog a:link, .home_blog a:visited {
	color: #B80022;
}
.home_blog a:hover, .home_blog a:active {
	color: #003388;
}
.home_blog a:hover .home_featured {
	opacity: .8;
}
.home_blog .home_blog_content p {
	color: #000;
}
.kt-row-column-wrap {
	padding-top: 0 !important;
}
	
	
	
		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
			
			/* HEADER
		    ==========================================  */
		  	#branding-container {
				max-width: 200px;
			}
			#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 {
				max-width: 160px;
				padding-top: 10px;
				padding-bottom: 10px;
				margin-bottom: -77px;
			}
			#navigation.affix #branding-container:after {
				height: 75px;	
			}
			#navigation .navbar {
				margin-bottom: 0;
			}
			
			#navigation.affix .navbar-default {
				background-color: rgba(255,255,255,.9);
			}
			#navigation.affix #main_nav a {
		    	font-size: 20px;
		    	padding: 13px 10px 14px 10px;
				background: none !important;
		    }
			/* 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
			====================================  */


		}


				/* 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%;
					}
				    
					/* TYPOGRAPHY
					===========================================  */
					body {
						font-size: 20px;
						font-size: 2.0rem;
					}
					h1, h1.entry-title {
						font-size: 40px;
						font-size: 4.0rem;
						padding: 25px 60px;
					}
					h2, .h2 {
						font-size: 36px;
						font-size: 3.6rem;
					}
					h3, .h3 {
						font-size: 31px;
						font-size: 3.1rem;
					}
					h4, .h4 {
						font-size: 27px;
						font-size: 2.7rem;
					}
					h5, .h5 {
						font-size: 27px;
						font-size: 2.7rem;
					}
					h6, .h6, .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: 23px;
						font-size: 2.3rem;
					}
					p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
						font-size: 20px;
						font-size: 2.0rem;
					}

					/* HEADER
				    ==========================================  */
				    #branding-container {
				    	max-width: 170px;
						float:left;
						margin-bottom: -61px;
						position: relative;
				    }
					#branding-container a {
						position: relative;
						z-index: 2;
						display: block;
					}
					#branding-container:after {
						z-index: 1;
						position: absolute;
						content: '';
						display: block;
						height: 60px;
						width: 130%;
						bottom: 0;
						left: -15%;
						border-radius: 0 0 24px 24px;
						border:5px solid #003388;
						border-top: 0 none;
						/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.8+72 */
						background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 72%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
						background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 72%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
						background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 72%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
					}
				    #branding-container a.brand {
				    	text-transform: uppercase;
				    	font-size: 30px;
				    	color: #000000;
				    }
					#sidebar_wrapper {
						display: block;
					}
					/* HOME SLIDER
					==========================================  */
					div#homefeatured .carousel-control {
				    	height: 100px;
						width: 30px;
					}
					div#homefeatured .carousel-control.left {
						left: 7%;
					}
					div#homefeatured .carousel-control.right {
						right: 7%;
					}
				    div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
						height: 75vh;
					}

				    /* 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: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: #fff;
				    	margin: 0;
				    	padding: 0;
				    	width: 250px;
				    	min-width: 150px;
				    	max-width: 300px;
				    	border: 5px solid #003388;
				    	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: 17px;
						font-size: 1.7rem;
				    	padding: 45px 5px 15px 5px;
				    	color: #003388;
				    	font-weight: 700;
						font-family: 'Roboto Condensed', sans-serif;
						background: url("img/nav_active_mobile.png") center -100px 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: #B80022;
				    	text-decoration:none;
						background: url("img/nav_active_mobile.png") top center no-repeat;
				    }
					.tax-eventcategory #main_nav > ul > li.active > a, .single-event #main_nav > ul > li.active > a {
				    	color: #003388;
						background: url("img/nav_active_mobile.png") center -100px no-repeat;
					}
					.tax-eventcategory #main_nav > ul > li.active:hover > a, .single-event #main_nav > ul > li.active:hover > a {
				    	color: #B80022;
						background: url("img/nav_active_mobile.png") top center no-repeat;
					}
				    #main_nav ul ul li a:link, #main_nav ul ul li a:visited {
				    	padding: 10px 20px;
				    	width: 100%;
						display: block;
						background: 0;
				    } 
					#mobile_menu {
				    	display: none;
				    }

				    /* FOOTER
				    ==========================================  */
					footer.site-footer {
						text-align: left;
					}
					#credits {
						padding-top: 10px;
					}
					#credits span {
						display:inline;
						height:auto;
						overflow:hidden;
					}
					#credits p {
						font-size: 18px;
						font-size: 1.8rem;
					}
				    #footer_nav {
				    	display: block;
						padding-top: 12px;
				    }
				    #footer_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:block;
						text-align: left;
				    }
				    #footer_nav ul li {
				    	float: none;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
						display: inline-block;
				    }
					#footer_nav a:link, #footer_nav a:visited {
						font-family: 'Roboto Condensed', sans-serif;
						font-weight: 700;
				    	display:block;
				    	margin:0;
				    	text-decoration:none;
				    	font-size: 17px;
				    	font-size: 1.7rem;
				    	padding: 0 7px 0 5px;
						border-right: 1.5px solid #666666;
				    	/* if you have different color for Nav links, change it here */
				    }
					#footer_nav ul li:first-child a {
						padding-left: 0;
					}
					#footer_nav ul li:last-child a {
						padding-right: 0;
						border-right: 0 none;
					}
				    #footer_nav a:hover, #footer_nav a:active, #footer_nav a:focus, #footer_nav > ul > li.active > a {
				    	text-decoration:none;
						color: #B80022;
				    	/* if you have different color for Nav link hover state, change it here */
				    }
					.tax-eventcategory #footer_nav > ul > li.active > a, .single-event #footer_nav > ul > li.active > a {
				    	color: #525252;
					}
					.tax-eventcategory #footer_nav > ul > li.active:hover > a, .single-event #footer_nav > ul > li.active:hover > a {
						color: #B80022;
					}
					#footer_nav ul li.social_li a:link, #footer_nav ul li.social_li a:visited {
						color: #B80022;
						border: 0 none;
						padding: 0 5px;
					}
					#footer_nav ul li.social_li a:hover, #footer_nav ul li.social_li a:active, #footer_nav ul li.social_li a:focus {
						color: #001E50;
					}

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

					
					/* PAGE ITEMS
					====================================  */
					.staff_img {
						float: left;
						width: calc(100% / 4);
						max-width: none;
						padding: 0 15px;
					}
					.home_button_outer {
						margin-top: -150px;
					}
					.home_button:link, .home_button:visited {
						max-width: 335px;
						margin: 0 auto 30px auto;
					}
					.home_blog_content {
						padding-top: 20px;
					}
				}


					/* Larger devices (large desktops, 1200px and up) */
					@media (min-width: 1025px) {
						
						/* PAGE ITEMS
						====================================  */
						.vertical-divider-white {
							border-right: 5px solid #FFF;
						}
						
						.vertical-divider-red {
							padding-right: 40px;
							border-right: 5px solid #D80028;
						}
					}

						/* 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 {
								font-size: 22px;
								font-size: 2.2rem;
							}
							h1, h1.entry-title {
								font-size: 45px;
								font-size: 4.5rem;
							}
							h2, .h2 {
								font-size: 40px;
								font-size: 4rem;
							}
							h3, .h3 {
								font-size: 35px;
								font-size: 3.5rem;
							}
							h4, .h4 {
								font-size: 30px;
								font-size: 3.0rem;
							}
							h5, .h5 {
								font-size: 30px;
								font-size: 3.0rem;
							}
							h6, .h6, .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: 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, #credits p {
								font-size: 22px;
								font-size: 2.2rem;
							}

							/* HEADER
						    ==========================================  */
						    #branding-container {
						      max-width: 200px;
								margin-bottom: -76px;
						    }
							#branding-container:after {
								height: 75px;
							}
						    #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%;
							}
							
							/* FOOTER
							====================================  */
							#newsletter_signup p {
								display: inline-block
							}
							#newsletter_signup .frm_forms {
								display: inline-block;
							}
							#newsletter_signup * {
								margin-bottom: 0;
								vertical-align: middle;
							}
							.frm_style_blue-style.with_frm_style .frm_form_fields > fieldset {
								padding-bottom: 0;
							}
							#newsletter_signup .frm_forms div {
								display: inline-block;
								margin: 0;
								padding-bottom: 0;
							}
							#newsletter_signup .frm_forms .frm_form_field {
								margin-right: 10px;
								margin-left: 5px;
								max-width: 220px
							}
							#newsletter_signup .frm_style_signup-style.with_frm_style .frm_form_fields > fieldset {
								margin: 0;
								padding: 0;
							}
							#newsletter_signup .frm_button_submit {
								margin: 0;
							}
							/* PAGE ITEMS
							====================================  */
							#footer_nav a:link, #footer_nav a:visited {
								font-size: 18px;
								font-size: 1.8rem;
								padding: 0 10px 0 8px;
							}
							#footer_nav {
								padding-top: 16px;
							}
							#main_nav a:link, #main_nav a:visited {
								font-size: 20px;
								font-size: 2.0rem;
								padding-bottom: 15px;
							}
							
							.post_wrapper_outer h2 {	
								font-size: 20px;
								font-size: 2rem;
							}
							
						}
							@media (min-width: 1366px) {
								/* TYPOGRAPHY
								===========================================  */
								body {
									font-size: 25px;
									font-size: 2.5rem;
								}
								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 {
									font-size: 34px;
									font-size: 3.4rem;
								}
								h5, .h5 {
									font-size: 34px;
									font-size: 3.4rem;
								}
								h6, .h6, .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: 29px;
									font-size: 2.9rem;
								}
								p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, #credits p {
									font-size: 25px;
									font-size: 2.5rem;
								}
								#footer_nav a:link, #footer_nav a:visited {
									font-size: 22px;
									font-size: 2.2rem;
									padding: 0 14px 0 12px;
								}
								#footer_nav {
									padding-top: 18px;
								}
								#credits {
									padding-top: 15px;
								}
								#branding-container {
								  max-width: 225px;
									margin-bottom: -86px;
								}
								#branding-container:after {
									height: 85px;
								}
								#main_nav a:link, #main_nav a:visited {
									font-size: 22px;
									font-size: 2.2rem;
									padding: 50px 12px 20px 12px;
								}
								
							}
						
								@media (min-width: 1550px) {

									#footer_nav a:link, #footer_nav a:visited {
										font-size: 25px;
										font-size: 2.5rem;
										padding: 0 18px 0 15px;
									}
									#footer_nav {
										padding-top: 28px;
									}
									#credits {
										padding-top: 20px;
									}
									#newsletter_signup .frm_forms .frm_form_field {
										max-width: 230px;	
									}
									#branding-container {
									  max-width: 255px;
										margin-bottom: -103px;
									}
									#branding-container:after {
										height: 102px;
									}
									#main_nav a:link, #main_nav a:visited {
										font-size: 25px;
										font-size: 2.5rem;
										padding: 50px 15px 22px 15px;
										background: url("img/nav_active.png") center -100px no-repeat;
									}
									#main_nav a:hover, #main_nav a:active, #main_nav > ul > li.active > a {
										background: url("img/nav_active.png") top center no-repeat;
									}
									
									.post_wrapper_outer h2 {	
										font-size: 22px;
										font-size: 2.2rem;
									}
								}
								
									@media (min-width: 1700px) {

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




