@import url(https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:700|Montserrat);
/*type*/
h1, h2, h3, h4, h5, h6 {	
	color: #333;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.15em;
}
h5 {
	font-size: 1.5em;
}
h6 {
	font-size: .95em;
}
p, li {
	font-family: 'Open Sans', sans-serif;
	color: #333;
}
ul {
	margin-left: 40px;
}
a.button {	
	font-family: 'Open Sans Condensed', sans-serif;
	background: #4096ed;
}
a.button.x-large {
	font-size: 1.65em;
}
#wrapper {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
}
/*navigation*/
#super-top-bar {
	height: 40px;
}
#super-top-bar ul#school-links {
	float: right;
	padding-right: 20px;
}
#super-top-bar ul#school-info {
	float: left;
}
#super-top-bar ul li {
	padding: 7px 20px 0;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .025em;
	color: #fff;
}
#super-top-bar ul li a {
	padding: 3px;
	color: #fff;
}
#school-sign-in-icon {
	max-width: 16px;
	position: relative;
	bottom: 2px;
}
.top-bar, .top-bar ul#navigation {
	margin: 0 auto;
	text-align: center;
}
.top-bar ul#navigation li { /*if logo is larger, adjust this make nav look good*/
	padding-top: 5px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
}
.top-bar ul#navigation li a {
	color: #4c6986;
}
.menu-text {
	font-size: 1.75em;
}
#menu-icon {
	margin-top: 0px;
	float: right;
}
#logo-container {
	text-align: center;
	margin: 0 auto;
	padding: 50px 0;
}
#voted-container img {
	margin-top: 30px;
}
#content-container {
	padding: 40px;
}
#content-container h1, #content-container h2{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
#slideshow-price-badge-container {
	position: relative;
	width: 100%;
	height: 380px;
}
#price-badge-container {
	position: absolute;
	top: 0;
	z-index: 1001;
	height: 100%;
}
#price-badge {
	margin-top: 130px;
}
#price-badge a {
	font-size: 2em;
}
#slideshow {
    /*position: absolute;*/
    height: 380px;
	top: 0;
	z-index: 1000;
}
#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
#slideshow img.active {
    z-index: 10;
}
#slideshow img.last-active {
    z-index: 9;
}
#bucket-container {
	padding: 60px 0 0 0;
}
#bucket-container h5 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #5a636c;
	margin-top: 10px;
}
#bucket-container p {
	color: #5a636c;
}
.clear {
	clear: both;
}
hr {
	width: 75%;
	margin: 30px auto 50px auto;
}
#cta-button-container {
	padding: 100px 0 85px 0;
	margin: 0 auto;
	background: #e4e9ef url(../../img/cta-button-bg.png) no-repeat;
}
#cta-school-container {
	padding: 40px 0;	
}
#cta-school-container h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.25em;
	text-transform: uppercase;
	line-height: 2.25;
	color: #5a636c;
}
#cta-school-container p, #cta-school-container li {
	color: #5a636c;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#cta-speedometer-container {
	padding: 20px 0 40px 0;
	background: url(../../img/cta-speedometer-bg.png) no-repeat;
}
#cta-speedometer-container h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.25em;
	text-transform: uppercase;
	color: #fff;
	line-height: 2.25;
}
#cta-speedometer-container p {
	color: #fff;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#accepted-cards-container {
	padding: 60px 0 80px 0;
}
/*custom styling*/
#super-top-bar {
	background: #4096ed; /* #365e9d, #0c182b, #bd3030 */
}
#super-top-bar li, #super-top-bar li a {
	color: #a0b4d5;
}
.badge, .top-bar, .top-bar ul, .tagline.alt, .title-bar {
	background: #d0deec;
}
/*
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	#menu-icon, .title-bar {
		background: #4096ed;
	}
	#price-badge {
		margin-top: 90px;
	}
}
@media only screen and (max-width: 40.063em) { 
	#school-links {
		display: none;
	}
	#slideshow {
		display: none;
	}
}
.top-bar ul li, .top-bar ul li a {
	color: #fff;
}
.tagline {
	background: #bd3030;
	color: #fff;
}
.tagline h2 {	
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 1.25em;
}
.button {
	background: #365e9d;
}
.state-price {
	font-weight: bold;
	color: #333;
	letter-spacing: -.15em;
}
.price-dollar {
	font-size: 5.3em;
}
.price-sup {
	font-size: 3em;
}
#courseExists, #nationalCourse {
	display: none;
}
footer #footer-navigation-container {
	background: #5a636c;
}
footer #footer-navigation-container ul#footer-navigation li {
	padding: 25px 0;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.25em;
	text-align: center;
}
footer #footer-navigation-container ul#footer-navigation li a {
	color: #fff;
}
footer #colophon {
	background: #34404c;
	width: 100%;
}
footer #colophon p {
	font-size: .75em;
	padding: 20px 0 5px 0;
	color: #8b9197; 
	font-weight: bold;
}

/*national login - need to figure out a global way to apply this css since it shows up in multiple locations (login/reg)*/
#login_container {
	margin: 0 auto 0 auto;
	text-align: center;
}

.form_entry {
	margin: 0 auto 0 auto;
}

.form_entry input {
	width: 150px;
}

.form_entry label {
	display: inline;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px;
	color: #444;
}

.row .form_entry {
	width: 350px;
	margin-bottom: 5px;
	padding: 10px;
	background: #eee;
	border-bottom: solid 1px #ddd;
	text-align: center;
}

.security_entry {
	margin: 0 auto 0 auto;
	width: 350px;
	text-align: right;
}

.security_entry .entry {
	margin: 5px 0;
}

.security_entry .entry input {
	margin: 0 2px;
}

.row #forgot {	
	width: 350px;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #d92525;
	border-bottom: solid 1px #c21d1d;
}

#forgot {
	margin: 0 auto 0 auto;
	text-align: left;
	font-weight: bold;
}

#forgot a {
	color: #fff;
	text-decoration: none;
}