@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Oswald:700);

/* Globals */
body {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
}

h1 {
	margin:.67em 0;
	text-transform:uppercase;
	color:#3953a4;
}

.home h1 {
	text-transform:none;
	color:#333;
}

.add-bottom { margin-bottom:20px; }
.half-bottom { margin-bottom:10px; }
.remove-bottom { margin-bottom:0; }

.container-thin 	{ margin-top:5px; margin-bottom:5px; }
.container-regular 	{ margin-top:10px; margin-bottom:10px; }
.container-semibold { margin-top:20px; margin-bottom:20px; }
.container-bold 	{ margin-top:25px; margin-bottom:25px; }

.xs-text-right  { text-align:right; }
.xs-text-left   { text-align:left; }
.xs-text-center { text-align:center; }

.main-content a {
	color:#ef3c39;
	font-weight:600;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.sm-text-right  { text-align:right; }
	.sm-text-left   { text-align:left; }
	.sm-text-center { text-align:center; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.md-text-right  { text-align:right; }
	.md-text-left   { text-align:left; }
	.md-text-center { text-align:center; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.lg-text-right  { text-align:right; }
	.lg-text-left   { text-align:left; }
	.lg-text-center { text-align:center; }
}
/* End Globals */


/* STRUCTURE */
/* Header */
.accent-top {
	color:#fff;
	background:#172033;
}

.accent-top p {
	margin-top:10px;
	font-size:1.3em;
}

.accent-top p span {
	padding:0 5px;
	color:#80c343;
	font-weight:600;
}

.accent-top .register {
	position:absolute;
	top:0;
	left:0;
}

.accent-top .register a {
	padding:2rem;
	display:block;
	font-size:1.5rem;
	color:#fff;
	background:#80c343;
}

.accent-top .register a:hover {
	text-decoration:none;
	background:#d73633;
}

.menu {
	margin:30px 0;
}

header #page-title {
	margin:0;
	text-align:center;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight:700;
	line-height:1.1;
}

.home header #page-title {
	margin:5px 0 0;
}
/* Required SlabText */
.slabtexted .slabtext {
	display:-moz-inline-box;
	display:inline-block;
	white-space:nowrap;
}

.slabtextinactive .slabtext {
	display:inline;
	white-space:normal;
	font-size:1em !important;
	letter-spacing:inherit !important;
	word-spacing:inherit !important;
	*letter-spacing:0 !important;
	*word-spacing:0 !important;
}

.slabtextdone .slabtext {
	display:block;
}
/* End Required */

.menu a.home-root {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:20;
}

.menu .course-info {
	margin-top:20px;
	padding-right:15px;
	text-align:right;
}

.navbar {
	min-height:inherit;
	margin:30px 0;
	border:none;
}

.navbar-nav {
	float:right;
	padding-bottom: 10px;
	border-bottom: 1px solid #3953a4;
	border-bottom-color:#9ca9d2;
}

.navbar-nav a,
.dropdown-menu>li>a,
.dropdown-menu>li>a {
	color:#3953a4;
}

.nav li {
	border-left:1px solid #3953a4;
	border-left-color:#9ca9d2;
}

.nav li:first-child {
	border-left:none;
}

.nav li a {
	padding:0.5em 1.5em;
	font-size:1em;
}

.nav li li {
	border-left:none;
}

.dropdown-menu {
	border-color:#9ca9d2;
}

.navbar-toggle,
.navbar-header .navbar-brand {
	margin:0;
	display:inline-block !important;
	float:none;
}

.navbar-header .navbar-brand {
	padding-right:0;
	padding-left:0;
}

.navbar-toggle .glyphicon {
	font-size:25px;
}

.menu .social {
	text-align:right;
	padding-right:15px;
}

.menu .social a img {
	opacity:1;
}

.menu .social a:hover img {
	opacity:.8;
}

.sidebar {
	margin-top:40px;
}

.main-content {
	margin-bottom:50px;
	border-top:1px solid #eee;
}

/* Banner */
#bannertype {
	position:absolute;
	top:5%;
	left:5%;
	color:white;
	font-size: 100px;
	font-weight: bold;
	z-index:600;
}

.banner {
	position:relative;
}

.banner img {
	width:100%;
}
/*
.banner {
	
	height:300px;
	background-image:url(/images/IMG_2544.jpg);
	background-position:center center;
	background-size:cover;
	
}

.home .banner {
	height:475px;
}
*/
/* Footer */
footer {
	margin-bottom:40px;
}

.footer-bar {
	margin-bottom:30px;
	background-color:#172033;
}

.footer-bar a {
	padding:10px;
	display:inline-block;
	text-decoration:none;
	color:#fff;
}

.footer-bar a:hover {
	background-color:#555;
}

.footer-bar a span {
	padding-right:0.25em;
	font-size:2em;
	vertical-align:middle;
}

.footer-bar p {
	margin: 5px 0;
	color: #fff;
}
/*
.footer-bar img {
	width:100px;
	position:absolute;
	top:-46px;
	right:0;
}*/

/* PAGE SPECIFICS */
/* Home Page */
.home-links {
	background:#142453;
	background:#80c343;
}

.home-links .highlight {
	display:inline-block;
	float:none;
}

.home-links .v-divider {
	width:0;
	height:30px;
	display:inline-block;
	border-left:1px solid #fff;
}

.home-links h2 {
	margin:0;
	/*font-size:2.5em;*/
}

.home-links h2 a {
	padding:40px;
	display:block;
	text-decoration:none;
	color:#fff;
}

.home-links h2 a:hover {
	background:#12204b;
	background:#609232;
}

.home .sponsors-heading {
	background:#e2e2e2;
}

.home .sponsors-heading h3 {
	margin:0;
	padding:40px;
}

/* Register */
.register-btn {
	padding:2rem;
	display:inline-block;
	color:#fff !important;
	background:#ef3c39;
	border-radius:0;
}

/* Sponsors */
.sponsor hr {
	  border-top: 1px solid #ccc;
}
.sponsors {
	padding:15px 0;
}
/*
.sponsors span {
	position:relative;
	display:block;
}
*/
.sponsors img {
	padding:20px;
}

/*
.sponsors img.img-bw {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
}

.sponsors img.img-bw:hover {
	opacity:0;
}
*/

/* Sponsors */
.sponsor .required label,
.sponsor .required span {
	color:#ef3c39;
}
.sponsor .required .form-control {
	border-color:#ef3c39;
}

.stations img { height:40px; }

/* About */
.faux-table .row {
	padding:5px 0;
}

.faux-table .row:nth-child(even) {
	background:#f9f9f9;
}

.faux-table .table-header {
	font-weight:bold;
	background:#f2f2f2;
}
@media (min-width: 768px) {
	.faux-table-2col {
		margin-left:10px;
	}
}


@media (max-width: 1199px) {
	/*
	.banner {
		height:400px;
	}
	*/
}

@media (max-width: 991px) {
	.centered-md {
		margin:0 auto;
		float:none;
	}
	
	.menu .course-info {
		margin-top:20px;
		text-align:center;
	}
	
	nav {
		text-align:center;
	}
	
	.navbar-nav {
		margin:0 auto;
		display:inline-block;
		float:none;
	}
	/*
	.banner {
		height:325px;
	}
	*/
	.home-links h2 {
		font-size:1.75em;
	}
	
	.home-links h2 a {
		padding:30px;
	}
	
	.home-links .v-divider {
		height:20px;
	}
	
	 .sponsors-heading h3 {
		padding:30px;
	}
}

@media (max-width: 767px) {
	header .accent-top {
		text-align:center;
	}
	
	header .accent-top .register {
		margin:0 auto 10px;
		position:relative;
		display: inline-block;
		float:none;
	}
	
	.nav li {
		border:none;
	}
	
	.navbar-brand {
		font-size: 32px;
	}
	
	.navbar-nav {
		display:block;
	}
	
	.nav li a,
	.navbar-nav .open .dropdown-menu>li>a {
		padding:10px;
	}
	
	.nav li {
		text-align:center;
	}
	
	header .menu .social {
		text-align:center;
	}
	
	.banner {
		height:225px;
	}
	
	.home-links .highlight {
		display:block;
	}
	
	.home-links h2 {
		font-size:1.25em;
	}
	
	.home-links h2 a {
		padding:20px;
	}
	
	.home-links .v-divider {
		display:none;
	}
	
	.home .sponsors-heading h3 {
		padding:20px;
	}
	
	.sponsors img.img-bw {
		display:none;
	}
	
	.sponsors img {
		max-width:100%;
		margin:0 auto;
	}
	
	/* Footer */
	footer {
		text-align:center;
	}
	
	.footer-bar img {
		padding:10px;
		position:relative;
		top:0;
	}
	
}

@media (max-width: 375px) {
	
	.accent-top .register a {
		padding: 1rem;
	}
	
	header .centered-md {
		width:90%;
	}
	
	header .course-info p {
		font-size:12px;
	}
	
}