@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: #1d3579;
}
a.button.x-large {
	font-size: 1.65em;
}
#wrapper {
	max-width: 1100px;
	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;
}
ul#navigation {
	float: right;
}
.top-bar {
	padding: 0;
}
.top-bar ul#navigation li { /*if logo is larger, adjust this make nav look good*/
	padding-top: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	padding-right: 35px;
}
.top-bar ul#navigation li a {
	color: #fff;
}
/*.top-bar ul#navigation li {
	border-right: solid 1px #13275f;
	border-left: solid 1px #394e8a;
}
.top-bar ul#navigation li:first-child{
	border-left: none;	
}
.top-bar ul#navigation li:last-child {
	border-right: none;
}*/
.menu-text {
	font-size: 1.75em;
}
#menu-icon {
	margin-top: 0px;
	float: right;
}
#logo-container {
	text-align: left;
	margin: 10px 0 10px 10px;
}
#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 {
    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;
}*/
#hero-image {
	background: url(../../img/hero.png) no-repeat;
	min-height: 380px;
}
ul#hero-list {
	list-style: none;
}
#hero-image h2 {
	font-size: 24px;
}
#bucket-container {
	padding: 30px 0 0 0;
}
#about-brief-container {
	margin-top: 50px;
}
#about-container {
	margin-top: 30px;
}
#about-container #steps, #about-container a.button {
	margin: 20px auto 40px auto;
}
.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: #bd2c21; /* #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: #1d3579;
}
/*
@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;
}
.button.red {
	background: #bd2c21;
}
.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;
}
/* add'l styling */
.pricing-table {
  background-color: #fefefe;
  border: solid 1px #cacaca;
  width: 100%;
  text-align: center;
  list-style-type: none;
  margin: 20px auto 0 auto;
}
.pricing-table.promoted {
	margin-top: 0;
}
.pricing-table li {
  border-bottom: dotted 1px #cacaca;
  padding: 0.875rem 1.125rem;
}
.pricing-table li:last-child {
  border-bottom: 0;
}
.pricing-table .title {
  background-color: #bd2c21;
  color: #fefefe;
  border-bottom: 0;
  font-weight: bold;
  color: #fff;
  font-size: 1.5em;
}
.pricing-table.promoted .title {
	padding: 15px;
   	/*font-size: 1.75em;*/
}
.pricing-table .price {
  background-color: #fafafa;
  font-size: 1.75rem;
  border-bottom: 0;
  font-weight: bold;
}
.pricing-table .price .old-price {
	font-size: .4em;
	color: #666;
	font-weight: bold;
}
.pricing-table .promo-text {
	font-size: .95em;
	font-weight: bold;
}
.pricing-table .description {
  color: #333;
  font-size: 80%;
}
.description .important {
	font-size: .8em;
}
.pricing-table :last-child {
  margin-bottom: 0;
}
.card-info {
  background: #fefefe;
  border: 1px solid #8a8a8a;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
  overflow: hidden;
  border-radius: 0;
  min-height: 100px;
}
.card-info .card-info-label {
  border-color: transparent #8a8a8a transparent transparent;
  border-color: rgba(255, 255, 255, 0) #8a8a8a rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.card-info h3 {
	font-size: 1em;
}
.card-info p {
	font-size: .9em;
}
.card-info.primary {
  border-color: #1d3579;
}
.card-info.primary .card-info-label {
  border-color: transparent #1779ba transparent transparent;
  border-color: rgba(255, 255, 255, 0) #1d3579 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.card-info.secondary {
  border-color: #767676;
}
.card-info.secondary .card-info-label {
  border-color: transparent #767676 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #767676 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.card-info.info {
  border-color: #37a0e6;
}
.card-info.info .card-info-label {
  border-color: transparent #37a0e6 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #37a0e6 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.card-info.alert {
  border-color: #cc4b37;
}
.card-info.alert .card-info-label {
  border-color: transparent #cc4b37 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #cc4b37 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.card-info.success {
  border-color: #3adb76;
}
.card-info.success .card-info-label {
  border-color: transparent #3adb76 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #3adb76 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.card-info.warning {
  border-color: #ffae00;
}
.card-info.warning .card-info-label {
  border-color: transparent #ffae00 transparent transparent;
  border-color: rgba(255, 255, 255, 0) #ffae00 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.card-info .card-info-label {
  border-style: solid;
  border-width: 0 4.375rem 2.5rem 0;
  float: right;
  height: 0px;
  width: 0px;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.card-info .card-info-content {
  padding: 0.75rem 1.5rem 0.575rem;
}
.card-info .card-info-label-text {
  color: #fefefe;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  right: -2.15rem;
  top: -2px;
  white-space: nowrap;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
/*
.card-info.top-row .card-info-label-text {
  right: -1.95rem;
  top: -3px;
}
*/
#banner-header {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2.75em;
}
#banner-seal {
	margin-top: 30px;
}
ul#banner-list {
	margin: 20px 0;
}
ul#banner-list li {
	font-family: 'Open Sans Condensed', sans-serif;
	list-style-type: none;
	background: url(../../img/list_star.png) no-repeat center left;
	font-size: 1.25em;
	line-height: 2;
	padding: 0 0 0px 30px;
}
#banner-price {
	margin-top: 0px;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 2.75em;
}
#options-container {
	background: #fafafa;
	border: solid 1px #cacaca;
	padding: 40px;
	margin-bottom: 40px;
	text-align: center;
}
#options-container h2 {
	color: #555;
}
/*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;
}
