@charset "utf-8";
/* CSS Document */

/***************** 
Color definitions:

green:       #129e96
purple:      #d4aede
dark purple: #706274

********************/

body {
	background: #0d6e69;
	color: #555;
}

#navbarContainer {
	height: 40px;
	background: #706274;
}

#navbar {
	width: 980px;
	margin: 0px auto;
}

#navbar .social-icons {
	float: right;
	margin: 5px 10px;
}

#nav {
	margin-top: 0;
}

#nav li a {
	color: #d4aede;
}

#nav li a:hover, #nav li a.active, #nav li.current-menu-item a {
	color: white;
}	

h1.logo {
	z-index: 100;
	position: absolute;
}

#topSpacer {
	height: 80px;
}

#content-container {
	padding-top: 50px;
	overflow: hidden;
}

#content-container h1 {
	font-size: 24px;
}

#content-container img {
	border-radius: 10px;
	box-shadow: 0px 0px 5px 6px #ccc;
}

#content {
	float: none;
	width: inherit;
}

#feature-post-container {
	background: #129e96;
	border: none;
	margin: 0px;
	top: 0px;
	padding-top: 30px;
}

#feature-post-container h1 {
	float: right;
	font-size: 50px;
	color: #333;
	font-weight: bold;
	margin-right: 30px;
}

.header-block .video {
	border: 20px solid rgba(255,255,255,.7);
	border-radius: 25px;
	float: left;
	width: 570px;
}

.header-block .cta {
	float: left;
	margin: 65px 50px 0 0;
	border-radius: 25px;
	background-color: rgba(255,255,255,.7);
	padding: 20px;
	width: 280px;
	min-height: 320px;
}

.header-block .cta p {
	text-align: justify;
	line-height: 1.2em;
	font-size: 20px;
}

.header-block .cta p.pitch {
	font-size: 19px;
}

.header-block .cta p.button {
	text-align: center;
}

.header-block .cta button {
	float: left;
	margin-left: 50px;
}

.header-block .classTypes {
	background-color: rgba(255,255,255,.7);
	border-radius: 25px;
	float: left;
	width: 570px;
	padding: 20px;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
}

.header-block .classTypes a {
	color: rgb(85,85,85);
}

.header-block .classTypes a {
	margin-right: 15px;
}

.header-block .classTypes a:last-child {
	margin-right: 0px;
}

.purpleGradient {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #C6A2CF 0%, #A184A9 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #C6A2CF 0%, #A184A9 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #C6A2CF 0%, #A184A9 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C6A2CF), color-stop(1, #A184A9));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #C6A2CF 0%, #A184A9 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #C6A2CF 0%, #A184A9 100%);
}

.purpleGradientInvert {
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #A184A9 0%, #C6A2CF 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #A184A9 0%, #C6A2CF 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #A184A9 0%, #C6A2CF 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A184A9), color-stop(1, #C6A2CF));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #A184A9 0%, #C6A2CF 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #A184A9 0%, #C6A2CF 100%);
}

/********* Testimonials **********/

.testimonial {
	width: 425px;
	background-color: rgba(255, 255, 255, .7);
	float: left;
	margin-bottom: 50px;
	border-radius: 25px;
	padding: 20px;
	font-style: italic;
	font-size: 17px;
	min-height: 140px;
}

.right {
	margin-left: 50px;
}

.testimonial p {
	line-height: 1.3em;
	/* margin-left: 120px; */
}

.testimonial .signature {
	text-align: right;
	margin-bottom: 0px;
}


/********* Buttons *************/

input, button, select, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-large {
	padding: 11px 19px;
	font-size: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/********** Partners *************/

#partner-container {
	background: #129e96;
	padding: 20px 0;
}

.partner-logos {
	text-align: center;
}

.partner-logos a {
	margin-right: 50px;
}

.partner-logos a:last-child {
	margin-right: 0px;
}


/************ Footer **********/

#footer-container {
	background: #0d6e69;
	border: none;
	padding-top: 10px;
	margin: 0px;
}

#footer-container .footer-copy {
	text-align: center;
	font-size: 13px;
}

p.copyright {
	float: none;
}

/********* Posts *********/

.post .copy {
	background-color: rgba(255, 255, 255, .7);
}

/****** Mailchimp *******/
#mc_embed_signup{
	clear:left; 
	width:400px;
}

/***** Submenus *****/
ul.sub-menu {
	background: none;
	width: 150px;
	padding: 5px 0px;
	position: absolute;
	left: 0px;
	top: 31px;
	z-index: 100;
	display: none;
}

ul.sub-menu li {
	background-image:none;
	background-color: white;
}

ul.sub-menu li:last-child {
	background-image:none;
	background-color: white;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}