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

@font-face {
    font-family: 'mysterons_brknormal';
    src: url('fonts/mysteron.woff2') format('woff2'),
         url('fonts/mysteron.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
    background: #333; 
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;    
	font-size: 1.6rem; /* 10 ÷ $rembase */
	font-weight: 400; /* normal */
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
}
.container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}
/*body.home {
	background: url(img/Home-Background.jpg) top center no-repeat;
	background-size: cover;
}

body.page-template-default {
	background: url(img/Page-Background.jpg) top center no-repeat
}*/


/* PRINT STYLE SHEET
==========================================	*/
@media print {
	a:link:after, a:visited:after {    
		content: "";  
	}
	#mobile_menu {
		display:none !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: 1px solid #7F7F7F;
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}
.pagebreak1 {
	margin: 0;
	padding: 50px 0;
	background: url(img/Pagebreak-2.jpg) center top no-repeat;
	background-size: cover;
}
.pagebreak2 {
	margin: 0;
	padding: 50px 0;
	background: url(img/Pagebreak-1.jpg) center top no-repeat;
	background-size: cover;
}
.pagebreak3 .container {
	width: 85%;
	align-content: center;
	margin: 10px auto;
	padding: 30px auto;
}
.after_break_container {
    padding: 50px 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
	margin-bottom: 50px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hfeed {
    padding-bottom: 50px;
}
/* Numbered Section
==========================================	*/

.one {
	background: url(img/Num-1.png) center left no-repeat;
	padding: 15px 0px 15px 65px;
}

.two {
	background: url(img/Num-2.png) center left no-repeat;
	padding: 15px 0px 15px 65px;
}

.three {
	background: url(img/Num-3.png) center left no-repeat;
	padding: 15px 0px 15px 65px;
}

.four {
	background: url(img/Num-4.png) center left no-repeat;
	padding: 15px 0px 15px 65px;
}

.five {
	background: url(img/Num-5.png) center left no-repeat;
	padding: 15px 0px 15px 65px;
}



/* 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: #0482FE;
	text-decoration:underline; 
	-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:visited {
	color: #FD9D5E; 
}
a:hover, a:active, a:focus{
	color: #545454;
	text-decoration:underline; /* change to none if you don't want links to be underlined wehn hovered */
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    border: 0 none;
	border-color: transparent;
}
h1, h2, h3, h4, h5, h6{
	line-height: 120%;
	margin: 0 0 10px 0;
	-webkit-font-smoothing: antialiased;

}
h1, h1.entry-title {
	font-size: 50px;
	font-size: 5rem;
	color: #FFFFFF;
    margin: 0;
    padding: 0;
    border: 0 none;
	font-family: 'mysterons_brknormal';
    text-shadow: 1px 1px 12px rgba(0,0,0,.95);
}
h2, .h2 {
	font-size: 35px;
	font-size: 3.5rem;
	color: #FC7219;
	font-family: 'mysterons_brknormal';
	text-shadow: none;
}
h3, .h3 {
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:28px;
	font-size: 2.8rem;
	color: #888888;
}
h4, .h4 {
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	font-size:22px;
	font-size: 2.2rem;
	color: #FC7219;
}
h5, .h5 {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:20px;
	font-size: 2rem;
	color: #7F7F7F;
}
h6, .h6 {
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	font-size: 18px;
	font-size: 1.8rem;
	color: #666666;
}
.center {
    text-align: center;
}
.grey {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:50px;
	font-size: 5rem;
	color: #858585;
}
.grey_color {
	color: #858585; 
}
.grey_h2 {
	color: #858585;
	font-family: 'mysterons_brknormal' !important;
}
h2 span, .grey_h2 span {
    color: #FC7219;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
	font-family: 'Roboto', sans-serif;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p {
	font-size: 16px;
	font-size: 1.6rem; /* 10 ÷ $rembase */
	color: #666666;
	margin:0 0 20px 0;
}

.follow p {
	color: #FC7925;
	font-size: 18px;
	font-size: 1.8rem;
	display: inline;
}
.hfeed .row:first-child {
	margin-top: -60px;
}
.home .hfeed .row:first-child {
	margin-top: -20px;
}
#page {
	position: relative;
	z-index: 10;
}
#internalfeatured {
	z-index: 9;
}

/* 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: url(img/bullet.png);
}


/* 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;
	margin-bottom: 10px;
}
#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 {
    padding: 60px 0 110px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
#internalfeatured:after {
    height: 150px;
    width: 100%;
    content: '';
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 0;
    background: url(img/header_bottom.png) bottom center no-repeat;
    background-size: 100% auto;
}
#page {
    background: url(img/body_top.jpg) top center no-repeat;
    background-size: 100% auto;
}
#header_video {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 100vh*/
}
.header_video_wrapper {
    padding-top: 475px !important;
    overflow: hidden !important;
}

/* HOME SLIDER
==========================================  */
div#homefeatured {
    display: block;
  	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    position: relative;
}
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:hover{
    box-shadow: none;
}
div#homefeatured .carousel{
  	width: 100%;
}
div#homefeatured .carousel-inner>.item>a>img, div#homefeatured .carousel-inner>.item>img{
 	width: 100%;
}
div#homefeatured:after {
    height: 150px;
    width: 100%;
    content: '';
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 0;
    background: url(img/header_bottom.png) bottom center no-repeat;
    background-size: 100% auto;
}
.slideDesc {
    display: none;
}

/* NAVIGATION
==========================================  */
#navbarTop{
	display: none;
}
#navbarBottom{ /* Main Navbar */
	display: block;
	background: #333333;
    border: none;
    margin-bottom: 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: #FC7219;
}
.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FC7219;
	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: #FC7219;
}
.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;
}

/* 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;
}
#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 {
	padding-top: 15px;
	padding-bottom: 30px;
    color: #fff;
}
footer.site-footer .aside{
	padding-top: 20px;
	padding-bottom: 20px;
}
.site-footer .container{
	width: 85%;
	margin: auto;
}
#credits {
    text-align: center;
}
#credits span {
	display:block;
	height:0;
	overflow:hidden;
}
#credits p {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
}
#credits a:link, #credits a:visited {
	color: #fff;
    /*text-decoration: none;*/
}
#credits a:hover, #credits a:active {
    color: #ddd;
}
/* 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;
}

/* 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
==========================================  */
a.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button {
	background: #003162;
	display: table;
	padding: 20px;
	font-size: 20px;
	font-size: 2rem;
	margin:0 auto 20px auto;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
.wp-block-button.aligncenter {
	display: table;
}
.wp-block-button a:link, .wp-block-button a:visited {
	/* COLOR CHANGES GO HERE FOR THE LINK */
	color: #fff;
	text-decoration: none;
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus, .wp-block-button:hover {
	background: #FC7219;
	text-decoration: none;
	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-size: 35px;
	font-size: 3.5rem;
	background: #0482FE;
	display: block;
	position: relative;
	padding: 15px 10px;
	margin-left: 60px !important;
	margin-right: 58px !important;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus {
	background: #003162;
	color: #fff;
}

a.btn-mayecreate.large:before {
	background: url(img/Lrg-Btn-Before-L.png) top left no-repeat;
	content: '';
    top: 0;
	background-size: 100% 100%;
	position: absolute;
	left: -60px;
	width: 60px;
	height: 100%;
}
a.btn-mayecreate.large:hover:before {
	background: url(img/Lrg-Btn-Before-D.png) top left no-repeat;
	content: '';
    top: 0;
	background-size: 100% 100%;
	position: absolute;
	left: -60px;
	width: 60px;
	height: 100%;
}

a.btn-mayecreate.large:after {
	background: url(img/Lrg-Btn-After-L.png) top right no-repeat;
	position: absolute;
	content: '';
    top: 0;
	background-size: 100% 100%;
	right: -58px;
	width: 58px;
	height: 100%;
}
a.btn-mayecreate.large:hover:after{
	background: url(img/Lrg-Btn-After-D.png) top right no-repeat;
	position: absolute;
	content: '';
    top: 0;
	background-size: 100% 100%;
	right: -58px;
	width: 58px;
	height: 100%;
}
.home_button_wrapper {
	position:relative;
}
.home_button {
	position:relative;
	padding-top: 171px;
	max-width: 540px;
}
.home_button h3 {
	padding: 10px 25px ;
	color: #fff;
	font-size: 45px;
	font-size: 4.5rem;
    font-family: 'mysterons_brknormal';
    font-weight: 400;
}
.home_button_wrapper a {
	position: relative;
	z-index: 2;
	text-decoration: none;
	
}
.home_button_wrapper a * {
	text-decoration: none;
	background: rgba(51,51,51, .65)
}
.home_button_wrapper * {
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.home_button:hover * {
	color: #FC7219;
}

/* Social Media Icon Links
============================================*/
ul.social{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	display: block;
    text-align: center;
}
ul.social li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
ul.social li a .fa {
    text-indent: -999em;
    width: 43px;
    height: 49px;
    opacity: .75
}
ul.social li.facebook a .fa {
    background: url(img/social_facebook.png) center center no-repeat;
}
ul.social li.twitter a .fa {
    background: url(img/social_twitter.png) center center no-repeat;
}
ul.social li.youtube a .fa {
    background: url(img/social_youtube.png) center center no-repeat;
}
ul.social li a:hover .fa {
    opacity: 1;
}
ul.social li:first-child {
    font-size:25px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #FC7925;
    display: block;
}

/* 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;
}
.testimonial_wrapper {
    padding: 30px 40px;
    background: #FFFFFF;
}
.testimonial_content_wrapper {
    font-size: 35px;
    font-size: 3.5rem;
    color: #7F7F7F;
}
.testimonial_title_wrapper {
    font-size: 35px;
    font-size: 3.5rem;
    color: #7F7F7F;
    font-weight: 400;
    font-style: italic;
    text-align: right;
}
.box_single_wrapper {
    border: 1px solid #003162;
    padding: 30px 10px;
    margin-bottom: 35px;
} 
.collapseomatic {
    font-size: 35px;
    font-size: 3.5rem;
    color: #FC7219;
    font-weight: 600;
    background: none;
    padding: 0;
    margin: 0 0 30px 0;
    vertical-align: middle;
    -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;
}
.collapseomatic:after {
    display: inline-block;
    width: 44px;
    height: 49px;
    background: url(img/collapse_close.png) center center no-repeat;
    content: '';
    vertical-align: middle;
    margin-left: 15px;
}
.colomat-hover, .colomat-close {
    text-decoration: none;
    color: #868686;
    text-decoration: none;
}
.colomat-hover:after, .colomat-close:after {
    background: url(img/collapse_hover.png) center center no-repeat;
}
.collapseomatic_excerpt, .collapseomatic_content {
    margin-left: 0;
    color: #666666;
}
.box_single_wrapper .collapseomatic_excerpt, .box_single_wrapper .collapseomatic_content {
    margin-left: 16px;
}
.box_single_wrapper .collapseomatic {
    font-size: 25px;
    font-size: 2.5rem;
    color: #0481FE; 
    background: url(img/box_close.png) top left no-repeat;
    min-height: 76px;
    vertical-align: middle; 
    padding:0 0 0 80px; 
    margin: 0 0 15px 0; 
	display: table;
	
}
.box_single_wrapper .collapseomatic:after {
    display: none;
}
.box_single_wrapper .collapseomatic h3 { 
    color: #0481FE;
    vertical-align: middle;
    display: inline;
	display: table-cell;
	font-size: 18px;
	font-size: 1.8rem;
}
.box_single_wrapper .colomat-hover h3, .box_single_wrapper .colomat-close h3 {
    color: #FC7219;
}
.box_single_wrapper .colomat-hover {
    color: #FC7219;
    background: url(img/box_close.png) top left no-repeat;
    text-decoration: none; 
}
.box_single_wrapper .colomat-close {
    color: #FC7219;
    background: url(img/box_hover.png) top left no-repeat;
    text-decoration: none; 
}
.staff_move_content {
    clear: both;
}
.staff_wrapper_inner {
    position: relative;
}
.staff_wrapper_inner .staff_wrapper_img {
    margin: 0 auto;
    position: relative;
    max-width: 280px;
}
.staff_wrapper_inner .staff_wrapper_img:after {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 53px;
    background: url(img/staff_img_cover.png) top center no-repeat;
    content: '';
    background-size: 100% 100%;
    -webkit-clip-path: polygon(50% 0, 101% 85%, 101% 0, 0 0, 0 85%);
    clip-path: polygon(50% 0, 101% 85%, 101% 0, 0 0, 0 85%);
}
.staff_wrapper_inner .staff_wrapper_img:before {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 53px;
    background: url(img/staff_img_cover_bottom.png) bottom center no-repeat;
    content: '';
    background-size: 100% 100%;
    -webkit-clip-path: polygon(50% 100%, 101% 25%, 101% 101%, 0 101%, 0 25%);
    clip-path: polygon(50% 100%, 101% 25%, 101% 101%, 0 101%, 0 25%);
}
.hover_staff {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,165,255,.5);
	display: block;
    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_title {
    position: absolute;
    background: rgba(119,119,119,.75);
    text-align: center;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.hover_title h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: auto;
    color: #fff;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 35px;
}
.hover_staff.collapseomatic .hover_staff_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    background: #003162;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    height: 52px;
    width: 152px;
    padding: 12px 0 0 0;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.hover_staff.colomat-hover .hover_staff_inner {
    background: #FC7219;
}
.hover_staff.collapseomatic:after {
    display: none;
}
.hover_staff.colomat-close .hover_staff_inner {
	opacity: 0;
}
.staff_wrapper_inner:hover .hover_staff, .hover_staff.colomat-close, .hover_staff.colomat-hover .hover_staff_inner {
    opacity: 1;
}
.staff_wrapper_inner:hover .hover_title {
    opacity: 0;
}
.staff_title {
    color: #FC7219;
    font-size: 40px;
    font-size: 4.0rem;
}
.staff_sub_title {
    color:#7F7F7F;
    font-size: 40px;
    font-size: 4.0rem;
}
#cadet_staff_wrapper .staff_wrapper_img:before, #cadet_staff_wrapper .staff_wrapper_img:after {
    display: none;
}
#cadet_staff_wrapper .hover_staff {
    background: url(img/cadets_hover.png) center center no-repeat;
    background-size: 100% 100%;
}
#mechanics_staff_wrapper .staff_wrapper_img:before, #mechanics_staff_wrapper .staff_wrapper_img:after {
    display: none; 
}
/*#mechanics_staff_wrapper .hover_staff.collapseomatic .hover_staff_inner {
    background: none;
    font-weight: 600;
    font-size: 50px;
    font-size: 5.0rem;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}*/
.staff_list_wrapper {
    margin-bottom: 40px;
}

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

            /* TYPOGRAPHY
            ==========================================  */
            body, p {
                font-size: 17px;
                font-size: 1.7rem;
            }
            .follow p {
                font-size: 18px;
                font-size: 1.8rem;
            }
            h1, h1.entry-title {
                font-size: 55px;
                font-size: 5.5rem;
            }
            h2, .h2 {
                font-size: 40px;
                font-size: 4.0rem;
            }
            h2 span {
                font-size: 20px;
                font-size: 2rem;
            }
            h3, .h3 {
                font-size:30px;
                font-size: 3.0rem;
            }
            h4, .h4 {
                font-size:25px;
                font-size: 2.5rem;
            }
            h5, .h5 {
                font-size:20px;
                font-size: 2.0rem;
            }
            h6, .h6 {
                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;
			}
            #internalfeatured {
                padding: 60px 0 200px 0;
                position: relative;
            }
            #internalfeatured:after, div#homefeatured:after {
                height: 200px;
            }
			
			
		  	/* 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: 400px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			#navigation .navbar {
				margin-bottom: 0;
			}
			
			#navigation.affix .navbar-default {
				background-color: rgba(200,200,200,.9);
				border-color: #e7e7e7;
			}
			#navigation.affix #main_nav a {
		    	font-size: 17px;
		    	padding: 15px 10px;
		    }
			/* BREADCRUMB NAVIGATION
			==========================================  */
			.breadcrumb {
				display: block;
				margin-left: 0;
			}

			/* HOME SLIDER
			==========================================	*/
            .home #internalfeatured {
                min-height: 450px;
            }
            .slideDesc {
                position: absolute;
                z-index: 100;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 80%;
                max-width: 700px;
                text-align: center;
                height: 100%;
                display: block;
            }
            .slideDesc .slideDescInner {
                position: absolute;
                width: 80%;
                max-width: 400px;
                top: 0;
                right: 70px;
                text-align: center;
                bottom: 140px;
                margin: auto;
                height: 125px;
            }
            .slideDesc .slideTitle {
                display: block;
                font-size: 45px;
                font-size: 4.5rem;
                font-weight: 700;
                color: #ffffff;
                margin-bottom: 15px;
            }
            .slideDesc .slideText {
                display: block;
                font-size: 26px;
                font-size: 2.6rem;
                color: #ffffff;
            }			
            .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;
            }
			/* BLOG
			==========================================  */

			/* SIDEBARS
			==========================================  */

			/* 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
			==========================================  */
			
            .box_single_wrapper {
                min-height: 335px;
            } 


		}


				/* Medium devices (desktops, 992px and up) */
				@media (min-width: 992px) {
                    
					/* FOOTER
					==========================================  */
                    #credits span {
                        display:inline;
                        height:auto;
                        overflow:hidden;
                    }
                    #credits {
                        text-align: left;
                    }
					/* HEADER
				    ==========================================  */
				    #branding-container {
				    	max-width: 345px;
				    }
				    #branding-container a.brand {
				    	text-transform: uppercase;
				    	font-size: 30px;
				    	color: #000000;
				    }
					/* HOME SLIDER
					==========================================  */
                    
                    .home #internalfeatured {
                        min-height: 750px;
                    }
                    .slideDesc {
                        position: absolute;
                        z-index: 100;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        margin: auto;
                        width: 70%;
                        max-width: 700px;
                        text-align: center;
                        height: 100%;
                        display: block;
                        background: url(img/slide_bg.png) top left no-repeat;
                        background-size: 100% 100%;
                    }
                    .slideDesc .slideDescInner {
                        position: absolute;
                        width: 80%;
                        max-width: 400px;
                        right: 70px;
                        top: 0;
                        bottom: 140px;
                        margin: auto;
                        height: 125px;
                    }
                    
				    

				    /* TOP NAVIGATION
				    ==========================================  */
				    #navbarTop, #navbarBottom, #footer_nav {
				    	display: block;
				    }
					#navbarTop.navbar, #navbarBottom.navbar {
				    	border-radius: 0px;
						background: #333333;
    					border: none;
					}
				    #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: #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;
						font-weight: 400;
				    	text-decoration: none;
				    	font-size: 20px;
                        font-size: 2.0rem;
				    	padding: 25px 15px 0 15px;
						margin-top: 25px;
				    	text-transform: uppercase;
				    	color: #fff;
						background: url(img/menu-img.png) center 85px 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: #FC7219;
				    	text-decoration:none;
						background: url(img/menu-img.png) top center no-repeat;
				    }
				    #main_nav ul ul li a {
				    	padding: 10px 15px 10px 15px;
				    	width: 100%;
				    } 
					#mobile_menu {
				    	display: none;
				    }

				    /* FOOTER NAVIGATION
				    ==========================================  */
				    #footer_nav {
				    	display: table;
						margin-top: 12px;
				    }
				    #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: 15px;
				    	font-size: 1.5rem;
				    	padding: 20px 5px 10px 5px;
						text-transform: uppercase;
						background: url(img/menu-img-small.png) center 100px no-repeat;
						color: #fff;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #footer_nav a:hover, #footer_nav a:active, #footer_nav a:focus, #footer_nav > ul > li.active > a {
						color: #FC7219;
				    	text-decoration:none;
						background: url(img/menu-img-small.png) top center no-repeat;
				    	/* if you have different color for Nav link hover state, change it here */
				    }
                    #footer_nav ul li:first-child a {
                        padding-left: 0;
                    }

				    /* CONTENT SECTIONS
					==========================================	*/
                    .staff_wrapper .col-md-3 {
                        display: inline-block;
                        text-align: left;
                        float: none;
                        width: 24%;
                    }
                    .staff_wrapper {
                        text-align: center;
                    }
                    .staff_move_wrapper {
                        text-align: left;
                    }

					/* BLOG
					==========================================  */

					/* SIDEBARS
					==========================================  */

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

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

						/* Large devices (large desktops, 1200px and up) */
						@media (min-width: 1200px) { 
						    
						    
                            /* TYPOGRAPHY
                            ==========================================  */
                            body, p {
                                font-size: 18px;
                                font-size: 1.8rem;
                            }
                            .follow p {
                                font-size: 20px;
                                font-size: 2.0rem;
                            }
                            h1, h1.entry-title {
                                font-size: 60px;
                                font-size: 6.0rem;
                            }
                            h2, .h2 {
                                font-size: 50px;
                                font-size: 5.0rem;
                            }
                            h2 span {
                                font-size: 25px;
                                font-size: 2.5rem;
                            }
                            h3, .h3 {
                                font-size:35px;
                                font-size: 3.5rem;
                            }
                            h4, .h4 {
                                font-size:30px;
                                font-size: 3.0rem;
                            }
                            h5, .h5 {
                                font-size:25px;
                                font-size: 2.5rem;
                            }
                            h6, .h6 {
                                font-size: 20px;
                                font-size: 2.0rem;
                            }
							.box_single_wrapper .collapseomatic h3 {
                                font-size: 20px;
                                font-size: 2.0rem;
							}
							/* FOOTER NAV
							==========================================  */
                            #footer_nav {
                                margin-top: 18px;
                            }
                            #footer_nav a:link, #footer_nav a:visited {
                                font-size: 18px;
                                font-size: 1.8rem;
                                padding: 20px 5px 10px 5px;
                            }
							/* HEADER
						    ==========================================  */
						    #branding-container {
						      max-width: 400px;
						    }
						    #branding-container a.brand{
						      font-size: 38px;
						    }
                            #internalfeatured {
                                padding: 90px 0 250px 0;
                                position: relative;
                            }
                            #internalfeatured:after, div#homefeatured:after {
                                height: 250px;
                            }
							
							/* HOME SLIDER
							==========================================  */
							div#homefeatured .carousel-control {
						    	height: 125px;
								width: 35px;
							}
							div#homefeatured .carousel-control.left {
								left: 10%;
							}
							div#homefeatured .carousel-control.right {
								right: 10%;
							}
							
							/* MAIN NAVIGATION
						    ==========================================  */
                            #main_nav a:link, #main_nav a:visited {
                                font-size: 20px;
                                font-size: 2.0rem;
                            }
							/* BOXES
						  	==========================================  */
                            .box_wrapper .col-sm-6:nth-child(odd) {
                                clear: none;
                            }
                            .box_wrapper .col-lg-4:nth-child(3n+1){
                                clear:left
                            }
							
							
						}
						
								@media (min-width: 1550px) {

									/* Place to add stylesheets if you want to target monitors 
									bigger than a desktop. */
                                    
                                    #internalfeatured {
                                        padding: 60px 0 265px 0;
                                        position: relative;
                                    }
                                    #internalfeatured:after, div#homefeatured:after {
                                        height: 265px;
                                    }
                                    #footer_nav {
                                        margin-top: 30px;
                                    }
                                    #footer_nav a:link, #footer_nav a:visited {
                                        font-size: 20px;
                                        font-size: 2rem;
                                        padding: 20px 10px 10px 10px;
                                    }
                                    ul.social {
                                        margin-top: 30px;
                                    }
                                    ul.social li:first-child {
                                        display: inline-block;
                                    }
                                    
                                    /* TYPOGRAPHY
                                    ==========================================  */
                                    body, p {
                                        font-size: 20px;
                                        font-size: 2.0rem;
                                    }
                                    .follow p {
                                        font-size: 23px;
                                        font-size: 2.3rem;
                                    }
                                    h1, h1.entry-title {
                                        font-size: 65px;
                                        font-size: 6.5rem;
                                    }
                                    h2, .h2 {
                                        font-size: 55px;
                                        font-size: 5.5rem;
                                    }
                                    h2 span {
                                        font-size: 30px;
                                        font-size: 3rem;
                                    }
                                    h3, .h3 {
                                        font-size:40px;
                                        font-size: 4.0rem;
                                    }
                                    h4, .h4 {
                                        font-size:35px;
                                        font-size: 3.5rem;
                                    }
                                    h5, .h5 {
                                        font-size:30px;
                                        font-size: 3.0rem;
                                    }
                                    h6, .h6 {
                                        font-size: 23px;
                                        font-size: 2.3rem;
                                    }
								}
								
									@media (min-width: 1700px) {

										/* Place to add stylesheets if you want to target monitors 
										bigger than a desktop. */
                                    
                                        #internalfeatured {
                                            padding: 60px 0 265px 0;
                                            position: relative;
                                        }
                                        #internalfeatured:after, div#homefeatured:after {
                                            height: 295px;
                                        }
									}




