/*
Theme Name: MayeCreate Mini Site
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
*/

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

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

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

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin: 0;
    border-color: transparent;
    margin-top: 1.4em;
    margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
	font-weight: 300;
	line-height: 1em;
	margin: 0;
	margin-bottom: .4em;
	-webkit-font-smoothing: antialiased;
}
h1, h1.entry-title, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	font-family: 'Open Sans', sans-serif;
	color:#92E9E9;
	font-size: 40px;
	font-size: 4.0rem;
}
h2, .h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	font-family: 'Open Sans', sans-serif;
	color:#92E9E9;
	font-size: 26px;
	font-size: 2.6rem;
	padding-top: .5em;
}
h3, .h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 27px;
	font-size: 2.7rem;
}
h4, .h4, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 400;
	font-size: 24px;
	font-size: 2.4rem;
}
h5, .h5, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
	font-family: 'Open Sans', sans-serif;
	color: #92E9E9;
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
}
h6, .h6, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p {
	font-size: 16px;
	font-size: 1.6rem; /* 10 ÷ $rembase */
}
.small{
	color: #cccccc;
}
/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin:1em 0 1em 1em;
	padding:0;
}
ul {
	list-style-type: none;
	list-style-position:outside;
	list-style-image: url(img/bullet.png);
}
ol {
	list-style-position:outside; 
	counter-reset: item; 
}
ol li { 
	display: block; 
}
ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #787FB6;
}
li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
}
li {
	margin:0.2em 0;
	padding:0;
}
.sidebar li a, .sidebar li a:link, .sidebar li a:visited{
	color: #fff;
}
.sidebar li a:hover, .sidebar li a:active, .sidebar li a:focus{
	color: #ccc;
}
ul li {
	padding-left:.25em;
}
        
        

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

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


/* NAVIGATION
==========================================  */
#navbarTop{
	display: none;
	background: none;
}
#navbarBottom{ /* Main Navbar */
	display: block;
	background: transparent;
	border-color: transparent;
	background: url(img/bk_mobile_header.jpg) no-repeat left top;
	background-size: 100% auto;
	border-bottom: 7px solid rgba(255,255,255,.5);
}
#main_nav{
	display: none;
}


/* SUB PAGE MENU
==========================================  */
.page-menu{
}
.page-menu ul.tertiaryMenu{
	display: none;
}



/* NAVIGATION:: Slide Out Drawer
==========================================  */
#mobile_menu {
	display: block;
    position: absolute;
	float: right;
	height: 60px;
	right: 2%;
	top: 18px;
}
#mobile_menu select {
	width:85%;
	display:block;
	margin: 10px auto;
}
.nav-button{
	display: block;
	position: absolute;
	overflow: hidden;
	/* margin: 0; */
	/* padding: 0; */
	width: 48px;
	height: 48px;
	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: 22px;
	left: 11px;
	right: 11px;
	height: 2px;
	background: #181820;
}
.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #181820;
	content: "";
}
.nav-button span::before {
	top: -8px;
}
.nav-button span::after {
	bottom: -8px;
}
.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: rgba(0, 0, 0, 0.7);
	font-family: 'open sans', sans-serif;
	background: url(img/bk_footer.jpg);
}
.mm-listview > li > a, .mm-listview > li > span {
	font-size: 16px; /* change size of text in drawer menu here */
	text-transform: uppercase;
	color: #fff;
}
.mm-listview > li.active{
	background: #181820;
}
.mm-listview > li.active > a{
	color: #ffffff;
}
.mm-menu .mm-header > a {
 	color: #cb0032;
	text-transform: uppercase;
}

/* NAVIGATION: 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;
	border: 1px solid yellow;
	z-index: 100;
}

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


/* CONTENT SECTIONS
==========================================	*/
#homeContentWrap, #contentwrap{
	min-height: 500px;
	margin-top:-20px;
}
#page{
	padding-bottom: 2vw;
}
#homeContentWrap #page{
	padding-bottom: 0vw;
}
#contentWrap{
	padding-top: 2vw;
	padding-bottom: 2vw;
}
#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: 2vw;
	padding-bottom: 2vw;
}
#pageHeader{
	background: url(img/bk_footer.jpg) repeat;
	margin-bottom: 30px;
}


#middleContent{
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(img/bk_footer.jpg) repeat;
}
#bottomContent{
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(img/bk_desktop_header.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
}
#bottomContent .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(22,23,33,.7);

}

/* 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: url(img/bk_footer.jpg);
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}

footer.site-footer .footerRight, 
footer.site-footer .footerLeft{
	position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 375px;
}
footer.site-footer .footerRight::after{
	content: ' ';
    position: absolute;
    width: 1500px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/bk_footer_2_mobile.jpg) no-repeat;
    background-size: cover;
    z-index: 100;
}
footer.site-footer .aside{
	padding-top: 2vw;
	padding-bottom: 2vw;
}


.contactBox {
    z-index: 900;
    position: relative;
    background: rgba(255,255,255,.75);
    padding: 0;
    margin-bottom: 40px;
    max-width: 270px;
}
.contactBox .contactInfo {
    color: #313459;
    padding: 4%;
}
.contactBox .contactInfo h3{
    color: #313459;
}
.contactBox .socialBox{
	color: #ffffff;
    background: #313459;
    padding: 10px 4% 5px 4%;
    position: relative;
}
.contactBox .socialBox::before{
 	content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 5%;
    bottom: 5%;
    margin: auto;
    z-index: 1000;
    background: url(img/small_caret_r.png) no-repeat center center;
    background-size: contain;
}
.contactBox .socialBox::after {
    content: '';
    width: 44px;
    height: 44px;
    position: absolute;
    right: -22px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #313459;
    border-radius: 50%;
}
.contactBox .socialBox h3 {
    float: left;
    margin: 0;
    margin-right: 10px;
}
.contactBox .socialBox ul.social {
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    display: block;
}
.contactBox .socialBox ul.social  li {
    margin: -0.2em 0;
}
.contactBox .socialBox ul.social li a .fa{
    color: #fff;
}



#credits{
	position: relative;
	z-index: 500;
}
#credits span {
	display:block;
	height:0;
	overflow:hidden;
}
#credits a{
	color: #ffffff;
}

/* IMAGES
==========================================	*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	width:100%;
	float:none;
	display:block;
	margin: 10px auto 16px 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: 0.875rem;
	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
==========================================  */
span.btn-mayecreate, a.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited{
	background: #313459;
	border-radius: 5px;
	display: block;
	width: 100%;
	max-width: 320px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	position: relative;
}
span.btn-mayecreate:hover, a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus{
	background: #92E9E9;
}


/* Large Buttons 
====================================*/
a.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited{
	border-radius: 50px;
	text-align: right;
	color: #ffffff;
	font-size: 16px;
	padding-right: 90px;
	text-transform: uppercase;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus{
	color: #313359;
}
a.btn-mayecreate.large .ltext,
a.btn-mayecreate.large:link .ltext,
a.btn-mayecreate.large:visited .ltext{
	display: block;
	font-size: 28px;
	line-height: 1em;
}

a.btn-mayecreate.large::after{
	content: '';
	position: absolute;
	right: 10%;
	top:0;
	bottom:0;
	margin: auto;
	height:40px;
	width: 40px;
	background: url(img/sprite_large_caret.png) no-repeat center bottom;
	background-size: 100%;
}
a.btn-mayecreate.large:hover::after{
	background-position: center top;
}



/* Large Buttons Reversed Colors
====================================*/
a.btn-mayecreate.large.reversed, a.btn-mayecreate.large.reversed:link, a.btn-mayecreate.large.reversed:visited{
	color: #313359;
	background: #92E9E9;
	padding-right: 17%;
}
a.btn-mayecreate.large.reversed:hover, a.btn-mayecreate.large.reversed:active, a.btn-mayecreate.large.reversed:focus{
	color: #ffffff;
	background: #313459;
}

a.btn-mayecreate.large.reversed::after{
	height:30px;
	width: 30px;
	right: 4%;
	background: url(img/sprite_large_caret.png) no-repeat center top;
	background-size: 100%;
}
a.btn-mayecreate.large.reversed:hover::after{
	background-position: center bottom;
}


/* Small, Submit, and Quote Buttons
====================================*/

span.btn-mayecreate.small, a.btn-mayecreate.small, a.btn-mayecreate.small:link, a.btn-mayecreate.small:visited,
a.btn-mayecreate.quote, a.btn-mayecreate.quote:link, a.btn-mayecreate.quote:visited{
	border-radius: 0;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	max-width: 170px;
	text-align: left;
	padding-left: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
}
a.btn-mayecreate.quote, a.btn-mayecreate.quote:link, a.btn-mayecreate.quote:visited{
	max-width: 300px;
	max-width: 338px;
    margin-left: -50px;
    margin-top: 10px;
    padding: 10px 20px 10px 10px;
    text-transform: capitalize;
}
a.btn-mayecreate.quote span, a.btn-mayecreate.quote:link span, a.btn-mayecreate.quote:visited span{
	font-weight: 100;
	font-size: 1.4em;
}

span.btn-mayecreate.small:hover,
a.btn-mayecreate.small:hover, a.btn-mayecreate.small:active, a.btn-mayecreate.small:focus,
a.btn-mayecreate.quote:hover, a.btn-mayecreate.quote:active, a.btn-mayecreate.quote:focus{
	color: #313359;
}

span.btn-mayecreate.small::after,
a.btn-mayecreate.small::after,
a.btn-mayecreate.quote::after{
	content: '';
	position: absolute;
	right: 10%;
	top:0;
	bottom:0;
	margin: auto;
	height: 22px;
	width: 22px;
	background: url(img/sprite_large_caret.png) no-repeat center bottom;
	background-size: 100%;
}
a.btn-mayecreate.quote::after{
	right: 5%;
}
span.btn-mayecreate.small:hover::after,
a.btn-mayecreate.small:hover::after,
a.btn-mayecreate.quote:hover::after{
	background-position: center top;
}

/* Small, Submit, and Quote Buttons
====================================*/

a.btn-mayecreate.small.reversed, a.btn-mayecreate.small.reversed:link, a.btn-mayecreate.small.reversed:visited{
	color: #313359;
	background: #92E9E9;
}
a.btn-mayecreate.small.reversed:hover, a.btn-mayecreate.small.reversed:active, a.btn-mayecreate.small.reversed:focus{
	color: #ffffff;
	background: #313459;
}

a.btn-mayecreate.small.reversed::after{
	height:30px;
	width: 30px;
	right: 4%;
	background: url(img/sprite_large_caret.png) no-repeat center top;
	background-size: 100%;
}
a.btn-mayecreate.small.reversed:hover::after{
	background-position: center bottom;
}




/* Blockquote
============================================*/
blockquote {
    padding: 45px 20px 20px 45px;
    margin: 0 0 20px;
    font-size: 17.5px;
   	border-color: transparent;
    background: rgba(255,255,255,.5);
    color: #000000;
    position: relative;
 }
 blockquote .small, blockquote footer, blockquote small, blockquote p{
    color: #000000;
    position: relative;
    z-index: 5;
 }
blockquote::before{
	content: ' ';
    background: url(img/quote.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    width: 54px;
    height: 52px;
    left: 5%;
    top: 5%;
    z-index: 0;
}

/* Social Media Icon Links
============================================*/
ul.social{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}
ul.social li {
    display: inline-block;
    padding-left: .4em;
    padding-right: .4em;
}
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
==========================================  */

#homeCallouts{
	background: #616C6C;
}

#homeCallouts .callouts{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	clear: both;
}
#homeCallouts .callouts .callout{
    width: 100%;
    height: 180px;
   	display: block;
	position: relative;
    overflow: hidden;
}
#homeCallouts .callouts .callout img{
	width: 100%;
}
#homeCallouts .callouts .callout .calloutContent{
	position: absolute;
	left:0;
	bottom:0;
	background: rgba(0,0,0,.65);
	padding: 5%;
	width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 14px;
}
#homeCallouts .callouts .callout .calloutContent h2.calloutTitle {
	text-transform: uppercase;
	color: #92E9E9;
}
#homeCallouts .callouts .callout .calloutContent span.btn-mayecreate.small{
	position: absolute;
    bottom: 5px;	
    left: 0;
}
    
/* SERVICE PAGE: FEATURE BOXES
==========================================  */
#serviceCallouts{
	margin-top: -30px;
}
#serviceCallouts .callouts{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
#serviceCallouts .callouts .callout{
	display: block;
	height: 120px;
	position: relative;
	color: #ffffff;
	overflow: hidden;
}
#serviceCallouts .callouts .callout img{
	width: 100%;
}
#serviceCallouts .callouts .callout .calloutContent{
	position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    padding: 4%;
    height: 100%;
    width: 100%;
}
#serviceCallouts .callouts .callout .calloutContent span.btn-mayecreate.small{
	position: absolute;
    bottom: 5px;
    font-size: 12px;
    width: 140px;
    left: 0;
    padding: 8px 16px;	
}

    


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

/* Choosing a DJ Page
==========================================	*/
ol.steps{
	counter-reset: item;
	margin-left: 65px;

}
ol.steps li { 
	display: block;
    list-style-position: outside;
    line-height: 1.4em;
    padding-bottom: 25px;
    position: relative;
    min-height: 4em;
}
ol.steps li:before {
	position: absolute;
	content: counter(item) ". ";
	counter-increment: item;
	color: #44497D;
    width: 60px;
    font-size: 50px;
    margin-left: -55px;
}

ul.stats{
	list-style-image: none;
	margin: 0;
	}
ul.stats li{
	display: table;
	margin-bottom: 5px;
	}
ul.stats li span.number{
	width: 18%;
    color: #44497D;
    display: block;
    float: left;
    font-size: 45px;
    margin: 0;
}
ul.stats li span.content{
	padding-top: 10px;
	width: 80%;
    display: block;
    float: left;
	}

/* FAQ Page
==========================================	*/
#contentwrap .collapseomatic {
    background-image: none;
    background: url('img/sprite_faq_q.png') no-repeat top left;
    padding: 0 0 10px 16px;
    cursor: pointer;
    padding-left: 70px;
    padding-top: 20px;
    line-height: 1.4em;
    text-decoration: none;
}
#contentwrap .collapseomatic:hover {
    color: #cccccc;
    text-decoration: none;
}
#contentwrap .colomat-close {
	background-image: none;
    background: url('img/sprite_faq_a.png') no-repeat top left;
    padding-left: 70px;
    padding-top: 20px;
    line-height: 1.4em;
}
.collapseomatic_excerpt, .collapseomatic_content {
    padding-left: 50px;
}



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

    /* TYPOGRAPHY: HEADINGS
	==========================================  */
	h1, h1.entry-title, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
		font-size: 42.5px;
		font-size: 4.25rem;
	}
	h2, .h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
		font-size: 32px;
		font-size: 3.2rem;
	}
	h3, .h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
		font-size: 28px;
		font-size: 2.8rem;
	}
	h4, .h4, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
		font-size: 20px;
		font-size: 2.0rem;
	}
	h5, .h5, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
		font-size: 18px;
		font-size: 1.8rem;
	}
	h6, .h6, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
		font-size: 18px;
		font-size: 1.8rem;
	}
	/* TYPOGRAPHY: PARAGRAPHS
	==========================================  */
	/* TYPOGRAPHY: LIST ITEMS
	==========================================  */
	
	/* HEADER
    ==========================================  */
  	#branding-container {
		margin:0;
		padding-top: 15px;
		padding-bottom: 15px;
		width: auto;
		max-width: 300px;
		margin-bottom: -36px;
	}
	#branding-container a.brand {
		font-size: 30px;
		color: #000000;
	}
	
	/* HOME SLIDER
	==========================================  */
	div#homefeatured {
		display: block;
    	margin-left: auto;
		margin-right: auto;
		
		
		margin-bottom: 30px;
	}
	div#homefeatured #myCarousel{
		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;
		}
	
	div#homefeatured #myCarousel:hover{
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .25);
	}
	div#homefeatured .carousel{
    	width: 100%;
	}
	div#homefeatured .carousel-inner>.item>a>img, div#homefeatured .carousel-inner>.item>img{
    	width: 100%;
	}
	div#homefeatured .slideDesc {
    	position: absolute;
		z-index: 4000;
		top: 10%;
		bottom: 10%;
		margin: auto;
		width: 100%;
		text-align: center;
		height: 175px;
	}
	div#homefeatured .slideDesc .slideTitle{
		display: block;
		font-size: 45px;
		font-size: 4.5rem;
		color: #ffffff;
	}
	div#homefeatured .slideDesc .slideText{
		display: block;
		font-size: 20px;
		font-size: 2rem;
		color: #ffffff;
	}
	
	div#homefeatured .slideDesc .btn.btn-mayecreate{
		margin-top: 5vh;
		width: 200px;
		color: #fff;
	}
	
	
	div#homefeatured .carousel-control{
    	display: block;
		height: 75px;
		width: 25px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: none;
	}
	div#homefeatured .carousel-control.left{
		background: url(img/left.png) no-repeat;
		background-size: contain;
		left: 3%;
	}
	div#homefeatured .carousel-control.right{
		background: url(img/right.png) no-repeat;
		background-size: contain;
		right: 3%;
	}
	.carousel-fade .carousel-inner .item {
	  -webkit-transition-property: opacity;
			  transition-property: opacity;
	}
	.carousel-fade .carousel-inner .item,
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
	  opacity: 0;
	}
	.carousel-fade .carousel-inner .active,
	.carousel-fade .carousel-inner .next.left,
	.carousel-fade .carousel-inner .prev.right {
	  opacity: 1;
	}
	.carousel-fade .carousel-inner .next,
	.carousel-fade .carousel-inner .prev,
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
	  left: 0;
	  -webkit-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-control {
	  z-index: 2;
	}
  	/* NAVIGATION
	==========================================  */
	#mobile_menu {
    	height: 68px;
	}
	

	.nav-button {
	    top: 40px;
	}

	/* FOOTER NAVIGATION
    ==========================================  */
    #footer_nav{
      display: block;
    }
    #footer_nav ul {
      margin:0;
      padding:0;
      list-style:none;
      display: block;
    }
    #footer_nav ul li {
      float: none;
      margin:0;
      padding:0 0 0 0;
      background:none;
      text-align: right;
    }
	#footer_nav a {
		display: block;
	    margin: 0;
	    text-decoration: none;
	    font-size: 18px;
	    padding: 1px 0;
	    color: #fff;
    }
    #footer_nav a:hover {
      text-decoration:none;
      /* if you have different color for Nav link hover state, change it here */
    }
    #footer_nav ul li:first-child a {
	    padding: 1px 0;
    }
    #footer_nav li.current_page_item a { }
    #footer_nav li.current_page_parent a { } 

	/* SCROLL STICK NAVIGATION
	==========================================  */
	#navigation{
		margin-top:35px;
		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;
    }
	#navigation.affix #main_nav ul li:first-child a{
      padding: 15px 10px 15px 10px;
    }
	
	/* BREADCRUMB NAVIGATION
	==========================================  */
	.breadcrumb {
		display: block;
		margin-left: 0;
	}

	/* CONTENT SECTIONS
	==========================================	*/

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

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

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

	img.alignleft{
		float:left;
		display:block;
		width: initial;
		margin: 15px 15px 15px 0;
	}
	.wp-caption.alignleft{
		float:left;
		display:block;
		width: initial;
		margin: 5px 15px 15px 0;
	}
	img.alignright {
		float:right;
		display:block;
		width: initial;
		margin:15px 0 15px 15px;
	}
	.wp-caption.alignright{
		float:right;
		display:block;
		width: initial;
		margin: 5px 0 15px 15px;
	}
	img.aligncenter, .wp-caption.aligncenter{
		float:none;
		display:block;
		width: initial;
		margin: 0 auto 15px auto;
	}
	
	/* BUTTONS
	==========================================  */
	.btn-mayecreate{
    	display: inline-block;
    	width: 32.9%;;
  	}
	
	/* FEATURE POSTS
	==========================================  */
	#featuredPosts{
		/* Place to customize the home page featured posts */
	}

	/* HOME PAGE: FEATURE BOXES
	==========================================  */
	#homeCallouts .callouts .callout{
	    width: 25%;
	    height: 260px;
		float: left;
	}
	#homeCallouts .callouts .callout .calloutContent{
		position: absolute;
		left:0;
		bottom:0;
		background: rgba(0,0,0,.65);
		padding: 5%;
		width: 100%;
	    height: 60%;
	    font-size: 10px;
	}
	#homeCallouts .callouts .callout .calloutContent h2.calloutTitle {
		font-size: 1.6rem;
	}
	/* SERVICE PAGE: FEATURE BOXES
	==========================================  */
	#serviceCallouts{
		margin-top: -30px;
	}
	#serviceCallouts .callouts .callout{
		width: 20%;
		float: left;
		height: 200px;
	}
	#serviceCallouts .callouts .callout .calloutContent{
		position: absolute;
	    left: 0;
	    bottom: 0;
	    background: rgba(0,0,0,.5);
	    padding: 5%;
    	height: 55%;
	    width: 100%;
	}
	#serviceCallouts .callouts .callout .calloutContent h2.calloutTitle {
	    font-size: 1.8rem;
	}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    /* TYPOGRAPHY: HEADINGS
	==========================================  */
	/* TYPOGRAPHY: PARAGRAPHS
	==========================================  */
	/* TYPOGRAPHY: LIST ITEMS
	==========================================  */

	/* HEADER
    ==========================================  */
    #header{
    	padding-top:125px;
    	background: url(img/bk_desktop_header.jpg) no-repeat left top;
    	background-size: cover;
    }

    #branding-container {
	    max-width: 275px;
	    position: absolute;
	    top: -160px;
    }
    #branding-container a.brand{
      text-transform: uppercase;
      font-size: 30px;
      color: #000000;
    }
	/* HOME SLIDER
	==========================================  */
	div#homefeatured .carousel-control{
    	height: 100px;
		width: 30px;
	}
	div#homefeatured .carousel-control.left{
		left: 7%;
	}
	div#homefeatured .carousel-control.right{
		right: 7%;
	}
    

    /* TOP NAVIGATION
    ==========================================  */
    #navbarTop, #navbarBottom, #footer_nav{
      display: block;
    }
	



	#navbarTop.navbar, #navbarBottom.navbar{
      border-radius: 0px;
      min-height: 30px;
	}
    #navbarTop.navbar .container, #navbarBottom.navbar .container{
      position: relative;
    }
	#navbarTop{
	    margin:0;
	    margin-top: 0;
	    background: transparent;
    	border-color: transparent;
	}



	#top_nav ul{
      margin:0;
      padding:0;
      list-style:none;
      display:inline;
    }
    #top_nav ul li{
      float: left;
      margin:0 3px;
      padding:0 0 0 0;
      background: #31365B;
		-moz-box-shadow:-3px 4px 5px rgba(0,0,0,0.15);
		-webkit-box-shadow:-3px 4px 5px rgba(0,0,0,0.15);
		box-shadow:-3px 4px 5px rgba(0,0,0,0.15);
		-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=-3,OffY=4,Color=#26000000,Positive=true)";
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=-3,OffY=4,Color=#26000000,Positive=true);

    }
    #top_nav ul li.active{
    	background: #616C6C;
    }

    #top_nav a{
		display: inline-block;
	    margin: 0;
	    text-decoration: none;
	    font-size: 14px;
	    padding: 10px 14px 10px 14px;
	    text-transform: uppercase;
	    color: #fff;
	    font-weight: 400;
    }
    #top_nav a:hover {
      color: #000000;
      text-decoration:none;
      /* if you have different color for Nav link hover state, change it here */
    }
    #top_nav ul li:first-child a {
	    padding: 10px 14px 10px 14px;
    }
    #top_nav li.current_page_item a { }
    #top_nav li.current_page_parent a { }  


    /* MAIN NAVIGATION
    ==========================================  */
    #navbarBottom {
	    display: block;
	    background: transparent;
	    border-color: transparent;
	    background: none;
	    background: rgba(247,243,247,.5);
	    margin: 0;
	    margin-top: -1px;
	    height: 50px;
		-moz-box-shadow:-3px 4px 5px rgba(0,0,0,0.07);
		-webkit-box-shadow:-3px 4px 5px rgba(0,0,0,0.07);
		box-shadow:-3px 4px 5px rgba(0,0,0,0.07);
		-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=-3,OffY=4,Color=#13000000,Positive=true)";
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=-3,OffY=4,Color=#13000000,Positive=true);
	}
	#main_nav{
      display: block;
    }
    
    #main_nav ul {
      margin:0;
      padding:0;
      list-style:none;
      margin-top: 0;
    }
    #main_nav ul li {
      float: left;
      margin:0;
      padding:0;
      background:none;
      display: block;
      position: relative;
    }
    #main_nav ul li.active{
    	background: rgba(255,255,255,.7);
    }

    #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 {
		display: inline-block;
	    margin: 0;
	    text-decoration: none;
	    font-size: 14px;
	    padding: 18px 10px;
	    text-transform: uppercase;
	    color: #31355A;
	    font-weight: 400;
	}

    #main_nav a:hover {
      /* if you have different color for Nav link hover state, change it here */
      color: #cccccc;
    }

    #main_nav ul li:first-child a {
      padding: 18px 10px 18px 10px;
    }
    #main_nav ul ul li a {
      padding: 10px 15px 10px 15px;
      width: 100%;
    }
    #main_nav ul ul li:first-child a {
      padding: 10px 15px 10px 15px;
    }
    
    #main_nav a:hover {
      text-decoration:none;
    }
    #main_nav li.current_page_item a { }
    #main_nav li.current_page_parent a { }  

    #mobile_menu {
      display: none;
    }

    /* SUB PAGE MENU
	==========================================  */
	.page-menu{
	}
	.page-menu ul.tertiaryMenu{
		display: block;
		list-style-image: none;
		padding: 0;
		margin: 0;
		text-align: right;
	}
	.page-menu ul.tertiaryMenu li{
		display: inline-block;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.page-menu ul.tertiaryMenu li a{
	    display: block;
	    color: #92E9E9;
	    padding-top: 40px;
	    padding-bottom: 40px;
	    text-transform: uppercase;
	    font-size: 14px;
	    padding-right: 5px;
	    padding-left: 5px;
	}
	.page-menu ul.tertiaryMenu li.current_page_item a{
	    color: #ffffff;
	}
	.page-menu ul.tertiaryMenu li.current_page_item::after{
		content: '';
		position: absolute;
	    bottom: -2px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    background: url(img/menu_indicator.png) no-repeat;
	    width: 26px;
	    height: 15px;
	}


	
	/* FOOTER NAVIGATION
    ==========================================  */
    
    /* CONTENT SECTIONS
	==========================================	*/
	#homeContentWrap{
		margin-top: 0;
	} 
	#contentwrap{
		margin-top:0;
	}

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

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

	/* BUTTONS
    ==========================================  */
    .btn-mayecreate{
      display: block;
      width: 100%;
    }

	/* FEATURE POSTS
  	==========================================  */
	#featuredPosts{
	/* Place to customize the home page featured posts */
	}
  
  	/* HOME PAGE: FEATURE BOXES
	==========================================  */
	#homeCallouts .callouts .callout{
		height: 350px;
	}

	#homeCallouts .callouts .callout .calloutContent {
    	height: 50%;
    	font-size: 12px;
	}
	#homeCallouts .callouts .callout .calloutContent h2.calloutTitle {
		font-size: 21px;
		font-size: 2.1rem;
	}
	/* SERVICE PAGE: FEATURE BOXES
	==========================================  */
	#serviceCallouts{
		margin-top: -30px;
	}
	#serviceCallouts .callouts .callout{
		 height: 280px;
	}
	#serviceCallouts .callouts .callout .calloutContent{
		
	}
	#serviceCallouts .callouts .callout .calloutContent h2.calloutTitle {
	    font-size: 2.2rem;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
    /* TYPOGRAPHY: HEADINGS
	==========================================  */
	h1, h1.entry-title, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
		font-size: 45px;
		font-size: 4.5rem;
	}
	h2, .h2, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
		font-size: 36px;
		font-size: 3.6rem;
	}
	h3, .h3, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
		font-size: 30px;
		font-size: 3.0rem;
	}
	h4, .h4, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
		font-size: 24px;
		font-size: 2.4rem;
	}
	h5, .h5, h5 a:link, h5 a:visited, h5 a:hover, h5 a:active {
		font-size: 20px;
		font-size: 2.0rem;
	}
	h6, .h6, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
		font-size: 20px;
		font-size: 2.0rem;
	}
	/* TYPOGRAPHY: PARAGRAPHS
	==========================================  */
	/* TYPOGRAPHY: LIST ITEMS
	==========================================  */

	/* HEADER
    ==========================================  */
    #header {
    	padding-top: 190px;
    }
	#branding-container {
      max-width: 400px;
      top:-200px;
    }
    #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%;
	}
	
	/* TOP NAVIGATION
    ==========================================  */
    #top_nav a,  #top_nav ul li:first-child a {
      font-size: 19px;
      padding: 12px 22px;
    }
    /* MAIN NAVIGATION
    ==========================================  */
    #navbarBottom{
    	height: 62px;
    }
    #main_nav a, #main_nav ul li:first-child a{
	    font-size: 18px;
	    padding: 20px 12px;
    }
	/* SUB PAGE MENU
	==========================================  */
	.page-menu ul.tertiaryMenu li a{
	    display: block;
	    color: #92E9E9;
	    padding-top: 44px;
	    padding-bottom: 44px;
	    text-transform: uppercase;
	    font-size: 17px;
	    padding-right: 8px;
	    padding-left: 8px;
	}
	/* CONTENT SECTIONS
	==========================================  */
	#pageHeader{
		margin-bottom: 60px;
	}
	/* FEATURE POSTS
  	==========================================  */
	#featuredPosts{
	/* Place to customize the home page featured posts */
	}
  
  	/* HOME PAGE: FEATURE BOXES
	==========================================  */
	#homeCallouts{
		margin-top: 0;
	}
	#homeCallouts .callouts .callout{
		 height: 380px;
	}
	#homeCallouts .callouts .callout .calloutContent {
    	height: 50%;
    	font-size: 14px;
	}
	#homeCallouts .callouts .callout .calloutContent h2.calloutTitle {
	    font-size: 2.4rem;
	}
	/* SERVICE PAGE: FEATURE BOXES
	==========================================  */
	#serviceCallouts{
		margin-top: -60px;
	}
	#serviceCallouts .callouts .callout{
		 height: 318px;
	}
	#serviceCallouts .callouts .callout .calloutContent {
    	height: 47%;
	}
	#serviceCallouts .callouts .callout .calloutContent h2.calloutTitle {
	    font-size: 2.6rem;
	}
	#serviceCallouts .callouts .callout .calloutContent span.btn-mayecreate.small {
	    font-size: 15px;
	    width: 170px;
	    padding: 10px 16px;
	}
	
}