 /*
* Main CSS file for:
* gcbed2018
* author: Trevor Main Designs 2015
* http://tmaindesigns.com
* 4/13/2018
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Basic Styles
================================================== */
	html { overflow-y: scroll; height: 100%;}/* always force a scrollbar in non-IE */ 
	body{
		background: #fff;
		font: 18px/26px 'Lato', Helvetica, Arial,  sans-serif;
		color: #4e4e4e;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		height: 100%;
 	}
	::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
	::selection { background:#FF5E99; color:#fff; text-shadow: none; } 
	/* webkit-tap-highlight-color */
	a:link { -webkit-tap-highlight-color: #FF5E99; } 
	/* make buttons play nice in IE */
	button {width: auto; overflow: visible;}
	/* bicubic resizing for non-native sized IMG */
	.ie7 img {-ms-interpolation-mode: bicubic;}



/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6{
	font-family: 'Lato';
}
h1{ font-size: 55px; font-weight: 700; font-style: italic; line-height: 1.25em;}
h2{ font-size: 33px; font-weight: 900; line-height: 1.25em; }
h3{ font-size: 30px; font-weight: 900; font-style: italic; line-height: 1.25em; color: #00a5bd;}
h4{ font-size: 28px; font-weight: 700; line-height: 1.5em;}
h5{ font-size: 25px; font-weight: 700; font-style: italic; line-height: 1.5em; color: #00a5bd;}
h6{ font-size: 20px; font-weight: 900; text-transform: uppercase; line-height: 1.5em;}
p{ font-size: 18px; font-weight: 400; line-height: 26px; color: #4e4e4e;}
a{color: #00a5bd; font-weight: 700; font-size: 18px; color: #00a5bd;}
a:hover{color: #ff4040; text-decoration: none;}
a:active{color: #252525;}
a:visited{color: #00a5bd;}
hr{ border-color: #00a5bd;}
li{}
.btn{
	background: none;
	border: 2px solid #252525;
	color: #252525;
	padding: 10px 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	box-shadow: none;
	border-radius: 0;
	text-shadow: none;
}
.btn:visited{
	color: #252525
}
.btn:hover{
	background: #00a5bd;
	color: #fff;
	border: 2px solid #00a5bd;
	text-decoration: none;
	box-shadow: none;
	text-shadow: none;
}
.wht{
	border: 2px solid #fff;
	color: #fff;
}
.wht:visted{
	color: #fff;
}
.wht:hover{
	border: 2px solid #00a5bd;
	background: #00a5bd;
	text-shadow: none;
}
.whtred{
	border: 2px solid #fff;
	color: #fff;
}
.whtred:visited{
	color: #fff;
}
.whtred:hover{
	color: #ff4040;
	border: 2px solid #fff;
	background: #fff;
	text-shadow: none;
}
.red{
	border: 2px solid #ff4040;
	color: #ff4040;
}
.red:visited{
	color: #ff4040;
}
.red:hover{
	border: 2px solid #ff4040;
	background: #ff4040;
	text-shadow: none;
}
.blue{
	border: 2px solid #00a5bd;
	color: #00a5bd;
}
.blue:visited{
	color: #00a5bd;
}
.blue:hover{
	border: 2px solid #00a5bd;
	background: #00a5bd;
	text-shadow: none;
}
.btn-default:hover{
	text-shadow: none;
}
.fullBtn{
	width: 100%;
	font-size: 18px;
	text-transform: none;
}
input, textarea, select{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	display: block;
	font-size: 15px;
	font-weight: 400px;
	padding: 15px 20px;
	background: none;
	color: #95a5a6;
	width: 100%;
	margin:0px 0 20px 0;
	border: 2px solid #252525;
	background: #f9f9f9;
	border-radius: 0px;
}
input:focus,
textarea:focus,
select:focus{
	background: #fff;
	color: #ff4040;
	border: 2px solid #00a5bd;
}
select:focus option{
	padding: 5px 0px 5px 20px;
}
select:focus{
	padding: 5px 20px;
}
input[type="submit"],
input[type="button"]{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	background: #fff;
	color: #252525;
	border: 2px solid #252525;
	width: 33%;
	text-transform: uppercase;
	border-radius: 0;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	background: #00a5bd;
	border: 2px solid #00a5bd;
	color: #fff;
}

/* ---- Gravity Forms Styles --- */
.gform_wrapper form ul{
	padding-left: 0;
}
.home .gform_wrapper ul li label{
	display: none;
}
.gform_wrapper .name_first{
	display: inline-block;
	width: 47%;
}
.gform_wrapper .name_last{
	display: inline-block;
	width: 47%;
	margin-left: 5%;
}
.gform_wrapper .name_first label,
.gform_wrapper .name_last label{
	display: none;
}
.gform_wrapper textarea{
	border: none;
}
.gform_wrapper textarea:focus{
	border: none;
}
.gform_wrapper .gform_button{
	border: 2px solid #fff;
	background: none;
	color: #fff;
	margin-top: 10px;
}
.newsletterBlock .gform_button{
	margin: 20px auto 0 auto;
}


/*
 *
 * Begin Specific Theme Styles for gcbed -- Page Structure *
 */

#page {
	display: block;
	position: relative;
	background-color: #fff;
	margin: 0px;
}
.linesSep{
	border-bottom: 2px solid #c5ec00;
	height:4px;
	margin: 10px 0 10px 0;
	display: block;
}
.linesSepLight{
	border-top: 4px double #a0a0a0;
	height:4px;
	margin: 10px 0 0 0;
	display: block;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.margin10{
	margin: 15px 0;
}
#main{
	overflow: hidden;
	width: 100%;
	margin:0;
}
.marginMaker{
	display: block;
	overflow: hidden;
}
.fullWidthContainer{
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: top center;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}


/*
 *
 * Header
 *
 */
header.header{
 	background: url(../img/headerBg.jpg) top center repeat;
 	width: 100%;
 	/*position: fixed;
 	top: 0px;
 	left: 0px;
 	z-index: 999;*/
}
header .container .row{position: relative;}
header.header .navbar.navbar-default{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	border-radius: none;
	box-shadow: none;
}
header .navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
header .navbar-header .navbar-brand{
	padding: 0;
	margin: 34px 0 0 0;
	margin-left: 0 !important;
	height: auto !important;
}
header .navbar-header .navbar-brand img{
	max-width: 100%;
	height: auto;
}
.navbar-toggle i{
	font-size: 16px;
	color: #fff;
	width: 22px;
}
.blueBg{
	background-color: #00a5bd;
}
.blackBg{
	background-color: #2f2f2f;
}
.bookNow{
	color: #f0f0f0;
	font-size: 20px;
	font-weight: 300;
	float: right;
	padding: 5px 0 5px 15px;
	margin: 27px 0 0 10px;
	border-left: 5px solid #00a5bd;
}
.bookNow:hover{
	color: #00a5bd;
}
.bookNow:visited{
	color: #f0f0f0;
}

/*
 *
 * Menu
 *
 */
header.header .nav {
	list-style: none;
	float:left;
	position: relative;
}

header.header .nav li {
	position: relative;
	margin: 0 40px;
	padding: 0px 20px 0px 0px;
}
header.header .nav li:last-child{
	padding-right: 0px;
	margin-right: 0px;
}
header.header .nav a {
	color: #f0f0f0;
	font-size:28px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-style: normal;
	text-decoration: none;
	text-shadow: none;
	font-family: 'Lato';
	font-weight: 300;
	padding: 35px 20px 35px 0;

}
header.header .nav #menu-item-3245{
	padding-right: 0;
	margin-right: 0;
}
header.header .nav #menu-item-3245 a{
	font-size: 22px;
	text-transform: none;
	padding-right: 0;
	margin-right: 0;
}
header.header .nav a:hover{
	color: #00a5bd;
	background: none;
}
header.header .nav li:hover{

}
header.header .nav li.current-menu-item {
	color: #00a5bd;
}
header.header .nav li.current-menu-item a{
	color: #00a5bd;
}
/*Keep Border under hovered menu item when in sub-menu*/
header.header .nav li:hover > a, header.header .nav ul ul *:hover > a{
	/*color: #00a5bd;*/
}
header.header .nav li.current-menu-item ul li a{
	color: #f0f0f0;
}
header.header .nav li.current-menu-item ul li:hover a{
	color: #00a5bd;
}
header.header .nav li ul li{
	list-style: none;
}
header.header ul.nav ul,
header.header ul.nav ul ul {
	display: none;
	position: absolute;
	top: 89px;
	left: -55px;
	z-index: 99999;
	background: #2f2f2f;
	width: 300px;
	margin-left: 15px;
	padding: 0 0 20px 20px;
}
header.header ul.nav ul li,
header.header ul.nav ul ul li{
	width:100%;
	margin: 20px 0 0 0;
	text-align: left;
	padding: 0;
	/*float: right;*/
}
header.header ul.nav ul li:hover,
header.header ul.nav ul ul li:hover{
	
}
header.header ul.nav ul ul {
	top: -20px;
	left: 255px;
	background: #343434;
}
header.header ul.nav ul a,
header.header ul.nav ul ul a {
	font-size:20px;
	letter-spacing: 0px;
	padding:15px 0 15px 20px;
	margin:0;
	color: #f0f0f0;
	text-transform: none;
}
header.header ul.nav ul li:nth-last-child(1) a,
header.header ul.nav ul ul li:nth-last-child(1){
	border-bottom: none;
}
header.header ul.nav ul ul a{
	width: 150px;
}
header.header ul.nav ul :hover > a {
	color: #f0f0f0;
}
header.header ul.nav ul a:hover {
	color: #00a5bd;
}
header.header ul.nav ul ul a:hover{ }
header.header ul.nav li:hover > ul {
	display: block;
}
header.header ul.nav ul li:hover > ul{
	display: block;
}
header.header ul.nav .sub-menu {

}

/*Get rid of border over sub-menu current items */
header.header ul.nav li:hover ul li.current-menu-item a{
	
}




/*
 *
 * Homepage 
 *
 */
 .slider{

 }
 .articles{
 	background-size: 100% auto;
 	width: 100%;
 	margin: 0;
 	padding: 50px 0;
 	position: relative;
 	overflow: hidden;
 }
 .articleBg{
 	position: absolute;
 	top:0;
 	left:0;
 	width: 100%;
 	height: auto;
 	z-index: -3;
 	opacity: 0;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleBg.forth{
 	z-index: -2;
 	opacity: 1;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleTitle a{
 	color: #fff;
 	padding: 20px 60px 20px 20px;
 	margin: 20px 0 20px 5%;
	width: 50%;
	float: left;
	z-index: 1005;
	font-size: 28px;
	letter-spacing: 1.5px;
	font-weight: 700;
	clear: both;
	-webkit-transition: background 1s ease-out ;
    -moz-transition: background 1s ease-out ;
    -o-transition: background 1s ease-out ;
    transition: background 1s ease-out ;
 }
 .triangle{
 	float: left;
 	margin: 20px 0 0 0;
 	width: 0;
 	height: 0;
 	border-top: 39px solid transparent;
 	border-left: 50px solid rgba(255, 255, 255, 0.75);
 	border-bottom: 39px solid transparent;
 	opacity: 0;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleContent{
 	opacity: 0;
 	background: rgba(255, 255, 255, 0.75);
 	border: 5px solid rgba(255, 255, 255, 0.0);
 	box-shadow: inset 0 0 0 1px rgba(0, 165, 189, 0.75);
 	padding: 20px 30px;
 	position: absolute;
 	right: 0;
 	top: 50px;
 	width: 35%;
 	float: right;
 	margin: 20px 5% 0 0;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleTitle:hover a{
 	color:#252525;
 	background: rgba(255, 255, 255, 0.75);
 	-webkit-transition: background 1s ease-out ;
    -moz-transition: background 1s ease-out ;
    -o-transition: background 1s ease-out ;
    transition: background 1s ease-out ;
 }
 .articleTitle.first:hover ~ .articleContent.first{
 	opacity: 1;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleTitle.second:hover ~ .articleContent.second{
 	opacity: 1;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleTitle.third:hover ~ .articleContent.third{
 	opacity: 1;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleTitle.first:hover ~ .triangle.first{
 	opacity: 1;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleTitle.second:hover ~ .triangle.second{
 	opacity: 1;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleTitle.third:hover ~ .triangle.third{
 	opacity: 1;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleTitle.first:hover ~ .articleBg.first{
 	z-index: -1;
 	opacity: 1;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleTitle.second:hover ~ .articleBg.second{
 	z-index: -1;
 	opacity: 1;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleTitle.third:hover ~ .articleBg.third{
 	z-index: -1;
 	opacity: 1;
 	-webkit-transition: opacity 1s ease-out ;
    -moz-transition: opacity 1s ease-out ;
    -o-transition: opacity 1s ease-out ;
    transition: opacity 1s ease-out ;
 }
 .articleContent h4{
 	font-size: 24px;
 	margin-bottom: 0;
 }
 .articleContent h6{
 	font-size: 23px;
 	color: #00a5bd;
 	text-transform: none;
 	font-weight: 400;
 }
 .articleContent p{
 	font-size: 18px;
 	margin-top: 0px;
 }

 .goal{
 	background-position: top center;
 	background-size: cover;
 }
 .goal h2{
 	font-size: 100px;
 	color: #fff;
 	font-weight: 700;
 }
.goal h5{
	color: #fff;
	letter-spacing: 3px;
	font-size: 30px;
}
.goal p{
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
 .LWL{
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.liveLeft,
.workMiddle,
.learnRight{
	float: left;
	width:33.3333333%;
	height: 473px;
	margin:0;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	background-position: top center;
	background-size: cover;
	padding: 30px 20px;
}

.liveLeft h2,
.workMiddle h2,
.learnRight h2{
	color: #fff;
	font-size: 60px;
	font-style: italic;
	font-weight: 900;
	margin: 0 0 60px 20px;
}
.liveLeft .liveDesc,
.workMiddle .workDesc,
.learnRight .learnDesc{
	text-align: right;
	float: right;
	width: 75%;
	color: #fff;
}

.liveLeft .liveLink,
.workMiddle .workLink,
.learnRight .learnLink{
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 400;
	float: right;
	margin: 60px 0 0 0;
}
 .homecontentArea{
 	margin: 0 0 0 0;
 }
 .homecontentArea br{
 	display: none;
 }
 .homecontentArea p{
 	margin: 0;
 }
 .homecontentArea h1{
 	font-size: 45px;
 }
 .homecontentArea .rev_slider_wrapper{
 	margin-top: -10px !important;
 }
 .homecontentArea h4.postTitle{
 	font-size: 23px;
 	line-height: 24px;
 }
 .homecontentArea h4.postTitle a{
 	color: #252525;
 	font-weight: 700;
 	font-size: 22px;
 }
 .homecontentArea h4.postTitle > p{
 	font-size: 17px;
 }
 .homecontentArea h4.postTitle:hover a{
 	color: #00a5bd;
 }
 .homecontentArea .moretag{
 	display: block;
 	border: none;
 	padding: 5px;
 	font-style: italic;
 	float: right;
 	letter-spacing: 0.5px;
 	width: auto;
 	margin-top: 30px;
 }
 .homecontentArea .moretag:hover{
 	background: none;
 	border: none;
 	color: #00a5bd;
 }
 .homecontentArea .fullWidthContainer h2{
 	color: #fff;
 	font-size: 120px;
 	margin-top: 10px;
 }
 .homecontentArea .fullWidthContainer h3{
 	color: #fff;
 	font-size: 55px;
 	font-style: italic;
 	font-weight: 700;
 }
 .homecontentArea .fullWidthContainer h4{
 	color: #fff;
 	font-size: 45px;
 	font-weight: 700;
 }
 .homecontentArea .fullWidthContainer p{
 	color: #fff;
 }
 
 .homecontentArea .container img{
 	width: 100%;
 	height: auto;
 }
 .homecontentArea .btn.fullBtn:hover{
 	background: #ff4040;
 	border: 3px solid #ff4040;
 }
.home .newsletterBlock,
.page-id-1378 .newsletterBlock{
	margin: 0;
}


/*
 *
 * Content
 *
 */
 	/* --- Page --- */
 	.page .content-area{
		margin: 20px 0 50px 0;
	}
	.page .content-area h1{
		text-align: center;
	}
	.page .content-area p,
	.single .content-area p{
		margin-bottom: 20px;
	}
	.page .content-area .titleLine,
	.single-partners .titleLine{
		display: block;
		width: 260px;
		height: 6px;
		background: #00a5bd;
		margin: 10px auto 40px auto;

	}

.content-area h2{
	margin-top: 40px;
	margin-bottom: 25px;
}
.content-area h3{
	margin-top: 30px;
	margin-bottom: 20px;
}
.content-area h4{
	margin-top: 30px;
	margin-bottom: 15px;
}
.content-area .panel-body p{
	color: #252525;
}
.content-area .list-group{
	clear: both;
}


	/* --- Contact --- */
	.mapHolder{
		margin:-25px 0 20px 0;
	}
	div.wpcf7-mail-sent-ok{border:none;}
	div.wpcf7-response-output{
		float: right;
		overflow: hidden;
		clear:both;
		background: #fff;
	}
	
	
	

/*--- Category & Index---*/
.blog article,
.category article,
.archive article{
	margin: 0 0 30px 0;
}
.page-template-template-banner .titleArea,
.archive .titleArea,
.blog .titleArea{
	margin: 0 0 30px 0;
	padding: 60px 0;
	width: 100%;
	background: url(../img/titleAreaBg.jpg) top center no-repeat;
	background-size: cover;
}
.page-template-template-banner .titleArea h1,
.archive .titleArea h1,
.blog .titleArea h1{
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 0;
}
.archive .postTitle,
.blog .postTitle{
	margin: -5px 0 0 0;
	line-height: .6em;
}
.archive .postTitle a,
.blog .postTitle a{
	color: #252525;
	font-size: 30px;
	line-height: 1em;
}
.archive .postDate,
.blog .postDate{
	font-size:16px;
	font-weight: 700;
	font-style: italic;
	text-transform: none;
	margin-top: 15px;
}
.archive .titleLinePost,
.blog .titleLinePost{
	height: 6px;
	width: 70px;
	display: block;
	background: #00a5bd;
	margin: 0 0 20px 0;
}
.dealsExcerpt{
	text-align: center;
	margin: 10px 30px 50px 30px;
}
	/*--- Read More Links ---*/
	.moretag, .more-link{
		clear:both;
		font-size: 15px;
		font-weight: 700;
		margin-top:10px;
		display: block;
		width: 152px;
		text-transform: uppercase;
		letter-spacing: 2px;
		border: 3px solid #252525;
		color: #252525;
		border-radius: 0px;
		padding: 8px 20px;
		font-style: normal;
	}
	.moretag:visited, .more-link:visited{
		color: #252525;
	}
	.moretag:hover{
		text-decoration: none;
		background: #00a5bd;
		border: 3px solid #00a5bd;
		color: #fff;
	}

	/*--- Pagination ---*/
	.page_nav{
		margin: 20px 0;
		padding: 30px 0;
		clear: both;
		font-size: 18px;
		text-transform: uppercase;
		color: #252525;
		text-align: center;
	}
	span.current{
		font-weight: 700;
		color: #ff4040;
		font-family: 'Lato';
	}
	.page-numbers{
		margin: 5px 10px;
		vertical-align: middle;
		padding-top: 25px;

	}
	a.page-numbers{
		color: #252525;
	}
	a.page-numbers:hover{
		color: #00a5bd;
	}
	a.next, a.prev{
		color: #252525;
		border: 3px solid #252525;
		padding: 10px 20px 12px 20px;
	}
	.next{
		margin: 0 0 0 20px;
		float:right;
	}
	.prev{
		margin:0 20px 0 0;
		float: left;
	}
	a.next:hover, a.prev:hover{
		border: 3px solid #00a5bd;
		color: #00a5bd;
		text-decoration: none;
	}


/*-----   Single   -----*/
.single .titleArea{
	margin: 0 0 30px 0;
	padding: 50px 0 15px 0;
	width: 100%;
	background: url(../img/titleAreaBg.jpg) top center no-repeat;
	background-size: cover;
}
.single .titleArea h1{
	color: #fff;
	font-style: normal;
	margin: 0;
	padding: 0;
}
.single .titleArea .titleLineSingle{
	height: 6px;
	width: 220px;
	display: block;
	background: #00a5bd;
	margin: 20px 0 15px 0;
}
.single .titleArea .postDate{
	font-size:20px;
	font-weight: 700;
	font-style: italic;
	text-transform: none;
	margin-top: 0;
	color: #fff;
}

.post-fea-image img{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin:10px 0;
}
.authorArea{
	margin: 30px;
	padding: 20px 30px 30px 30px;
	border: 2px solid #252525;
	overflow: hidden;
}
.authorArea h5{
	margin-bottom: 0px;
}
.authorWebsite{
	font-weight: 400;
	margin: -10px 0 0 20px;
	font-size: 16px;
	font-style: italic;
}
.authorArea .titleLine{
	display: block;
	width: 70px;
	background-color: #00a5bd;
	height: 5px;
	margin: 10px 0 15px 0px;
}
.authorInfo{
	font-size: 18px;
	font-style: italic;
	margin: 0 0 0 20px;
}
.authorArea .moretag{
	float: right;
	display: inline-block;
	width: auto;
}

/*
 *
 * Events
 *
 */
.entry-content #tribe-events .tribe-events-button,
.entry-content #tribe-events .tribe-events-button:hover,
.entry-content #tribe_events_filters_wrapper input[type="submit"],
.entry-content .tribe-events-button,
.entry-content .tribe-events-button.tribe-active:hover,
.entry-content .tribe-events-button.tribe-inactive,
.entry-content .tribe-events-button:hover,
.entry-content .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.entry-content .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a{
	background-color: #ff4040;
}
/*--- Mobile Only Res Only --*/

/*--- Mobile Only Res Only --*/

.tribe-events-tooltip p{
	font-size: 14px;
	color: #252525;
}
#tribe-events-content .tribe-events-tooltip .entry-title{
	color: #00a5bd;
}
#tribe-events-content .tribe-events-list-event-description .tribe-events-read-more{
	float: right;
}
#tribe-events-content .tribe-events-list-event-title a{
	font-size: 22px;
}
/*
 *
 * Templates
 *
 */
 /*--- Full Width ---*/
.page-template-template-full-width .content-area{
	margin: 20px 0 50px 0;
}
.page-template-template-full-width .content-area h1{
	text-align: center;
}
.page-template-template-full-width .content-area .titleLine{
	display: block;
	width: 260px;
	height: 6px;
	background: #00a5bd;
	margin: 10px auto 40px auto;

}


/*
 *
 * Images
 *
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
.next-image{
	float: right;
	margin-bottom:10px;
}
.previous-image{
	float:left;
	margin-bottom: 10px;
}
img.scale-with-grid,
.scale-with-grid img,
.content-area img{
	max-width: 100%;
	height: auto;
}
.entry-header{
	border-bottom: none;
}
#image-navigation{
	display: none;
}
.content-area img{
	max-width:100%;
	height: auto;
}
img.aligncenter{
	display: block;
	margin: 0 auto 20px auto;
}
.content-area img.alignright{
	float: right;
	margin: 0 0 20px 20px;
}
.content-area img.alignleft{
	float: left;
	margin: 0 20px 20px 0px;
}
/*Images with Captions*/
.content-area .wp-caption p{
	font-size: 13px;
}
.entry-content .aligncenter{
	display: block;
	margin: 0 auto 20px auto;
}
.content-area .alignleft{
	float: left;
	margin: 0 20px 20px 0;
}
.content-area .wp-caption.alignright{
	float: right;
	margin: 0 0 20px 20px;
}
.content-area .alignright img{
	float: right;
	display: inline;
}
.content-area .alignright p{
	margin: 0 0 0 10px;
}

.content-area .wp-caption{
	
}
.content-area .wp-caption.aligncenter{
	margin: 0 auto;
}

/*
 *
 * Comments
 *
 */
#comments{
	margin-left: 40px;
}
#comments form p{
	display: block;
	overflow: hidden;
}
#comments form p label{
	margin-top: 15px;
}
#comments form .comment-form-url{
	display: none;
}
#comments h2{
	/*font-size: 24px;*/
}
#comments .comment-meta a{ color: #ccc; }
#comments .comment-body p{ color: #99a4aa; }
#comments form .form-allowed-tags{ height: 1px; visibility: hidden;}
article.comment { display: block; margin-bottom: 25px; }
#reply-title{
	color: #252525;
	font-size: 30px;
}
#respond .logged-in-as,
#respond .logged-in-as a{
	color: #252525;
}
#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}

#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
#comments .comment.depth-1{
	border-bottom: 1px solid #99a4aa;
	margin-bottom: 20px;
}
#comments .comment.depth-2,
#comments .comment.depth-3,
#comments .comment.depth-4,
#comments .comment.depth-5{
	border-top: 1px solid #99a4aa;
	padding-top: 15px;
}
#comments .comment-meta.commentmetadata a{
	margin-left: 20px;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #252525;
}
#comments .comment-body p{
	font-size: 18px;
	font-weight: 400;
	margin-left: 40px;
}
#comments .comment-reply-link{
	border: 2px solid #252525;
	padding: 5px 10px;
	color: #252525;
	font-weight: 400;
	font-size: 15px;
}
#comments .comment-reply-link:hover{
	border: 2px solid #00a5bd;
	background-color: #00a5bd;
	color: #fff;
}


/*
 *
 * Sidebar
 *
 */
 .sidebar{
 	padding-left: 15px;
 }
 .page .sidebar{
 	
 }
 .content-area .sidebar h2{
	font-size: 25px;
	padding: 0;
	color: #00a5bd;
	font-weight: 900;
	font-style: italic;
	margin: 0 0 10px 0;
 }
 .content-area .sidebar .titleLine{
 	height: 5px;
 	width: 35px;
 	display: block;
 	margin: 0 0 20px 0;
 }
 .single .content-area .sidebar .titleLine{
 	background: #00a5bd;
 }
 .content-area .sidebar aside{
 	margin-bottom: 50px;
 }
 .sidebar .widget_nav_menu ul{
 	list-style: none;
 	padding-left: 10px;
 	margin-top: -10px;
 }
 .sidebar .widget_nav_menu ul .sub-menu{
 	margin-top: 3px;
 	padding-left: 20px;
 }
 .sidebar .widget_nav_menu ul li{
 	padding: 3px 0px;
 }
 .sidebar .widget_nav_menu ul li a{
 	color: #00a5bd;
 	padding: 5px 0px 5px 15px;
 	border-left: 5px solid #00a5bd;
 	display: block;
 	background: #efefef;
 }
 .sidebar .widget_nav_menu ul li a:hover{
 	color: #fff;
 	background: #00a5bd;
 	border-left: 5px solid #ff4040;
 }


/*
 *
 * Footer
 *
 */
 /*-- Newsletter Signup --*/
 .newsletterBlock{
 	width: 100%;
 	background-color: #474747;
 	background: url(../img/newsletterSignupBg.jpg) center center no-repeat;
 	background-size: cover;
 	padding: 20px 0 50px 0;
 	margin: 50px 0 0 0;
 }
 .newsletterSignup{
 	text-align: center;
 }
 .newsletterSignup h2{
 	color: #fff;
 	border-bottom: 3px solid #fff;
 	display: inline-block;
 	padding-bottom: 5px;
 	font-size: 45px;
 	font-weight: 700;
 	clear: both;
 	margin-bottom: 20px;
 }
 .newsletterSignup p{
 	color: #fff;
 	font-size: 25px;
 	font-weight: 400;
 	font-style: italic;
 	margin-bottom: 25px;
 }
 .newsletterSignup li{
 	list-style: none;
 }
 .newsletterSignup #label_1_4_1,
 .newsletterSignup #label_1_5_1{
 	display: inline-block;
 	color: #fff;
 	font-weight: 400;
 }
 .newsletterSignup #label_1_4_1 em{
 	font-size: 13px;
 }
 .newsletterSignup #choice_1_4_1,
 .newsletterSignup #choice_1_5_1{
 	display: inline-block;
 	width: 5%;
 	vertical-align: top;
 	margin-top: 8px;
 }
 .newsletterSignup .btn{
 	font-size:23px;
 	padding: 10px 60px;
 	color: #fff;
 	background: none;
 	border: 3px solid #fff;
 }
 .newsletterSignup .gform_confirmation_wrapper .gform_confirmation_message{
 	color: #fff;
 }
 /*-- Utility Menu--*/
 .footerUtility{
 	background: #2f2f2f;
 	width: 100%;
 }
 .footerUtility .footerMenu{
 	text-align: center;
 	margin:30px 0;
 }
 .footerUtility .footerMenu #menu-utility-menu{
 	margin: 0 auto;
 	padding: 0;
 	list-style: none;
 }
 .footerUtility .footerMenu #menu-utility-menu li{
 	display: inline;
 	border-right: 3px solid #e5e5e5;
 }
 .footerUtility .footerMenu #menu-utility-menu li:last-child{
 	border-right: none;
 }
 .footerUtility .footerMenu #menu-utility-menu li a{
 	color: #e5e5e5;
 	margin: 0 5px;
 	text-transform: uppercase;
 	display: inline-block;
 	padding: 1px 8px;
 	font-style: normal;
 	font-weight: 700;
 	font-size: 17px;
 }
 .footerUtility .footerMenu #menu-utility-menu li a:hover{
 	color: #00a5bd;
 }
/*-- Social Menu--*/
.footerSocial{
	text-align: center;
 	margin:10px 0 40px 0;
}
.footerSocial .socialMenu{
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
.footerSocial .socialMenu li{
	display: inline;
	padding: 0 15px;
}
.footerSocial .socialMenu li a{
	border-radius: 200px;
	background: #00a5bd;
	color: #e5e5e5;
	width: 55px;
	height: 55px;
	display: inline-block;
	font-size: 35px;
	padding-top: 10px;
}
.footerSocial .socialMenu li a:hover{
	background: #e5e5e5;
	color: #ff4040;
}
.footerSocial .socialMenu li a i{

}


 /*-- Colophon --*/
.siteInfo{
	padding:15px 0 5px 0;
	background: #262626;
}
.siteInfo p, .siteInfo a{
	color: #e5e5e5;
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	line-height: 1em;
}
.tmd{float: right;}
.tmd:hover{color:#448cf8;}


/*
 *
 * Shortcode CSS
 *
 */
.center{
	text-align: center;
	width: 100%;
	clear: both;
}
.linesRight{
	float: left;
	display: inline-block;
	height:20px;
}
.titleBar{
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}
.bar{
	position: absolute;
	width: 100%;
	height: 3px;
	background: #252525;
	top: 16px;
	z-index: -1;
}
.titleBar h4{
	font-size: 25px;
	text-transform: uppercase;
	background: #fff;
	padding: 0 20px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.recentArticles .scale-with-grid{
	background: #252525;
}
.recentArticles a:hover img{
	opacity: 0.4;
}
.eventHolder{
	position: relative;
	background: #252525;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}
.eventHolder img{
	opacity: 0.7;
}
.eventHolder:hover img{
	opacity: 0.15;
}
.eventHolder:hover .eventInfo{
	border: 3px solid #00a5bd;
}
.eventInfo{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 91%;
	height: 88%;
	margin: 15px;
	border: 3px solid #fff;
	padding: 5px 10px;
}
.eventInfo h5{
	font-size: 25px;
	font-style: normal;
	line-height: 30px;
	font-weight: 400;
	width: 100%;
	height: 100%;
	color: #fff;
}
.eventHolder:hover .eventInfo h5{
	color: #00a5bd;
}
.alignCenter{
	text-align: center;
	overflow: hidden;
}
.moreLink{
	font-size: 15px;
	color: #252525;
	font-style: italic;
	font-weight: 700;
	border-bottom: 2px solid #252525;
	display: inline-block;
}
.moreLink:visited{
	color: #252525;
}
.moreLink:hover{
	color: #00a5bd;
	border-bottom: 2px solid #00a5bd
}

/*
 * Remove Admin Bar Buttons from Logged-In Pages *
 */
.logged-in #wpadminbar #wp-admin-bar-comments,
.logged-in #wpadminbar #wp-admin-bar-new-content,
.logged-in #wpadminbar #wp-admin-bar-tribe-events{
	display: none;
}



/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none;
} 

/*
 *
 * Media Queries
 *
 */

@media (min-width: 1430px) {
	.goal{background-size: 100% auto;}
	
	
}

 /* Large devices (large desktops, 1200px and up) */
@media (min-width: 1170px) {
	
}
@media (min-width: 991px) and (max-width: 1296px) {
	.liveLeft, .workMiddle, .learnRight{background-size: auto 100%;}
}

@media (min-width: 991px) and (max-width: 1199px) {
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 991px) and (max-width: 1199px) {
	header.header .nav li{margin:0 20px ;}
	/*--- Homepage ---*/
	.articleTitle a{width: 57%; margin-left: 2%; font-size: 25px; padding-bottom: 20px;}
	.articleContent{margin: 10px 2% 0 0; padding: 10px 15px; width: 34%;}
	.articleContent h4{font-size: 20px;}
	.articleContent p{font-size: 16px;}
	.articleContent h6{font-size: 18px;}
	.articleBg{ height: 100%; width: auto; }
	.goal h2{font-size: 80px;}
	.goal h5{font-size: 25px;}
	.goal p{font-size: 20px;}
	.liveLeft, .workMiddle, .learnRight{}
	.liveLeft .liveDesc, .workMiddle .workDesc, .learnRight .learnDesc{width: 90%;}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 767px) and (max-width: 991px) {
	.bookNow{font-size: 18px;}
	header.header .nav li{margin:0 10px 0 0;}
	header.header .nav a{font-size: 26px;}
	header.header ul.nav ul li:hover > ul{display: none;}
	/*--- Homepage ---*/
	.articleTitle a{width: 48%; margin-left: 2%; font-size: 26px; padding-bottom: 22px; min-height: 107px;}
	.articleContent{margin: 10px 2% 0 0; padding: 10px 15px; width: 40%;}
	.articleContent h4{font-size: 20px;}
	.articleContent p{font-size: 16px;}
	.articleContent h6{font-size: 18px;}
	.articleBg{ height: 100%; width: auto; }
	.triangle{border-top: 58px solid transparent; border-bottom: 59px solid transparent;}
	.goal h2{font-size: 60px;}
	.goal h5{font-size: 20px;}
	.goal p{font-size: 18px; line-height: 24px;}
	.liveLeft, .workMiddle, .learnRight{width: 100%; text-align: center; height: 340px;}
	.liveLeft h2, .workMiddle h2, .learnRight h2{margin: 0 0 20px 20px;}
	.liveLeft .liveDesc, .workMiddle .workDesc, .learnRight .learnDesc{text-align: center; float: none; width:100%; padding: 0 20px;}
	.liveLeft .liveLink, .workMiddle .workLink, .learnRight .learnLink{float: none; margin: 20px 0 0 0;}
	/* -- Sidebar --*/
	
	/* --- Footer ---*/
	
}

/* Extra small devices (phones, up to 480px) */
@media (min-width: 10px) and (max-width: 767px) {
	/*-- Header --*/
	header.header .navbar-collapse{border: none;}
	header .navbar-header .navbar-brand{margin-top: 7px;}
	.bookNow{ float: none; display: block; margin-bottom: 20px;}
	header.header .nav a{ padding: 0px 20px 35px 0;}
	header.header ul.nav ul{display: block; position: relative; top: -35px; left: -15px; padding-bottom: 0px;}
	h1{font-size: 30px;}
	h2{font-size: 28px;}
	h3{font-size: 25px;}
	h4{font-size: 20px;}
	h5{font-size: 17px;}
	a.next, a.prev {float: none; display: block; margin: 30px 10px;}
	.btn{display:block; }
	input[type="submit"], input[type="button"]{ width: 95%;}
	/*--- Homepage ---*/
	.articles{display:none;}
	.goal h2{font-size: 60px;}
	.goal h5{font-size: 20px;}
	.goal p{font-size: 16px; line-height: 20px;}
		.liveLeft, .workMiddle, .learnRight{width: 100%; text-align: center; height: 360px;}
	.liveLeft h2, .workMiddle h2, .learnRight h2{font-size: 40px; margin: 0 0 20px 20px;}
	.liveLeft .liveDesc, .workMiddle .workDesc, .learnRight .learnDesc{ font-size: 17px; text-align: center; float: none; width:100%; padding: 0 20px;}
	.liveLeft .liveLink, .workMiddle .workLink, .learnRight .learnLink{float: none; margin: 20px 0 0 0;}
	.homecontentArea .fullWidthContainer h2{font-size: 50px;}
	.eventInfo{width: 95%; height:94%;}
	/*--- Events ---*/
	.entry-content #tribe-events-content .tribe-events-calendar .mobile-active:hover,
	.entry-content #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,
	.entry-content #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*="tribe-events-daynum-"],
	.entry-content #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*="tribe-events-daynum-"] a,
	.entry-content .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"],
	.entry-content .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a,
	.entry-content .tribe-events-calendar td.mobile-active{
		background-color: #00a5bd;
	}
	.entry-content #tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
	.entry-content .tribe-events-calendar td.tribe-events-present.mobile-active,
	.entry-content .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"],
	.entry-content .tribe-events-calendar td.tribe-events-present.mobile-active div[id*="tribe-events-daynum-"] a{
		background-color: #ff4040;
	}
	.tribe-events-event-body .moretag{
		display: none;
	}
	/*--- Blog ---*/
	.archive .postTitle a, .blog .postTitle a{line-height: 1em; display: block; margin-top: 10px;}
	.authorArea{ margin: 30px 5px 30px 5px;}
	#comments{margin-left: 5px;}

	/* --- Footer ---*/
	.newsletterSignup h2{font-size: 38px;}
	.newsletterSignup p{font-size: 20px;}
	.gform_wrapper .name_first, .gform_wrapper .name_last{width: 100%; margin-left: 0;}
	.newsletterBlock{background-size: cover;}
	.newsletterBlock .text-wrap{ width: 100%; }
	.siteInfo{ text-align: center;}
	.tmd{ float: none;}
	
}

@media (min-width: 500px) and (max-width: 749px) {
	

}
@media (min-width:10px) and (max-width: 530px) {
	.eventInfo{width: 91%; height:88%;}
	.navbar-brand{width: 220px;}
	header .navbar-header .navbar-brand{margin-top: 10px;}
}
@media (min-width:10px) and (max-width: 490px) {
	.navbar-brand{width: 220px;}
	header .navbar-header .navbar-brand{margin-top: 10px;}
}




 	
/*
 *
 * Chrome & Safari Fixes
 *
 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   /*#access a, #access ul ul a, #access ul ul ul a{ font-family: 'Lato'; font-size:13px; font-weight: 700; -webkit-font-smoothing: antialiased;}
   #access a{padding: 63px 20px 39px 20px;}
   h1, h2, h3, h4, h5, h6{font-weight: 700; -webkit-font-smoothing: antialiased;}*/

}

*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}