/* INITIAL STYLES */
body {
	color: #333333;
	font-size: 16px;
}

.container-fluid {
	padding-left: 40px;
	padding-right: 40px;
	max-width: 1280px;
}

/* FONT STYLES */
h1 {
	font-size: 70px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 30px;
}

h2 {
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
}

h3 {
	font-size: 2em;
	color: #1c55a4;
	font-weight: 700;
	margin-bottom: .5em;
	margin-top: 0;
}

h4 {
	font-size: 1.2em;
	color: #333333;
	font-weight: 400;
}

p {
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 20px;
}

a {
	color: #ff0000;
}

a:hover, a:focus {
	color: #ff0909;
}

.lead {
	font-size: 1.5em;
}

.disclaimer {
	font-size: 12px;
	line-height: 20px;
}

ul {
    font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
}

li {
	margin-bottom: 1em;
}

i {
	color: #da203d;
}

sup {
	line-height: 0;
}

/* MAIN - #221714 */
#life-header {
	padding: 175px 0px 0px;
	color: #fff !important;
	background: #ffffff;
	width: 100%;
	background-image: url(../imgs/221714-lp-header2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-top:  10px solid #fff;
	background-position: 75% 100%;
}

#grey-bg {
	background-color: #cfcfce;
	color: #333;
	padding: 60px 0px;
}

#grey-bg ul {
	color: #333;
}

#light-grey-bg {
	background-color: #809fae;
	padding: 60px 0px;
	border-bottom: 10px solid #fff;
}

#light-grey-bg h3 {
	color: #fff;
}

#blue-bg-header {
	background-color: #1755a4;
	padding: 30px 0px;
}

#blue-bg {
	background-color: #1755a4;
	padding: 60px 0px;
}

#blue-bg h3,
#blue-bg p {
	color: #fff;
}

#dark-blue-bg {
	background-color: #394f5d;
	padding: 50px 0px 25px;
	border-bottom: 10px solid #fff;
}

#dark-blue-bg p {
	color: #fff;
}

#white-bg {
	background-color: #ffffff;
	padding: 70px 0px;
}

#disclaimers {
	background-color: #cfcfce;
	color: #333;
	padding: 60px 0px 30px;
}

.blue-text {
	color: #1755a4;
}

.btn-red {
	border-radius: 15px;
	color: #fff;
	background-color: #da1f3d;
	font-size: 26px;
	font-weight: 500;
	padding: 15px 30px;
	box-shadow: 2px 2px 5px #222;
}

.btn-red:hover {
	color: #fff;
	background-color: #da1f3d;
	text-decoration: none;
}

.btn-red-lg {
	border-radius: 15px;
	color: #fff;
	background-color: #da1f3d;
	font-size: 26px;
	font-weight: 500;
	padding: 15px 90px;
	box-shadow: 2px 2px 5px #222;
}

.btn-red-lg:hover {
	color: #fff;
	background-color: #da1f3d;
	text-decoration: none;
}

.btn-white {
	border-radius: 15px;
	color: #da1f3d;
	background-color: #fff;
	font-size: 26px;
	font-weight: 500;
	padding: 15px 130px;
	box-shadow: 2px 2px 5px #222;
}

.btn-white:hover {
	color: #da1f3d;
	background-color: #fff;
	text-decoration: none;
}

.scenario-img {
	padding-bottom: 30px;
}

.number-icon {
	padding: 15px 0px;
}

/* NAVIGATION STYLES */
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
}

.navbar .navbar-collapse {
  text-align: center;
}

.nav li {
	background:#f1f1f1;
	margin-left: 10px;
	border-left:4px solid #fff;
	border-top: 4px solid #fff;
}

.nav li:first-child {
	background: #f1f1f1;
	margin-left: 0px;
	border-left: none;
}

.nav li a {
	color:#da203d;
	padding-top: 14px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #cfcfce;
	color:#da203d;
}

.nav li.apply {
	background: #da203d !important;
}

.nav li.apply a {
	color: #fff;
}

.nav li.apply a:hover, .nav li.apply a:focus {
	background: #f43a57 !important;
}

.logo{
	padding-top: 30px;
	padding-bottom: 20px;
	width: 300px;
}

.download {
	max-width:400px;
}

.nav-tabs {
	margin-bottom:-1px;
	padding:0px;
	border: none !important;
	overflow: hidden;
}

.nav-tabs ul {
	border: none !important;
}

.nav-tabs.nav-justified>li>a {
    border: 0px solid #ddd;
    border-radius: 0px 0px 0 0;
}

.nav-tabs.nav-justified>li>a:hover {
    border: 0px solid #ddd;
    border-radius: 0px 0px 0 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	text-decoration: none;
	background-color: #cfcfce;
	color:#da203d;
	border:none !important;
}

/* MOBILE NAV STUFF */
.navbar-toggle {
    border-color: none;
}

.icon-bar {
	background-color: #da203d;
}

.navbar-collapse {
	background-color: #fff;
	margin: 0px !important;
	padding: 0px !important;
}

.collapse {
	background-color:#fff;
}

/* SECTION STYLES */
header {
	background: #ffffff;
	min-height:50px;
}

.hero {
	background: #ffffff;
	background-image: url("../imgs/182182-background.svg");
	background-size: 75em;
	background-position: center top;
	background-repeat: repeat;
	border-top: 1px solid #fff;
	padding-bottom:50px;
	padding-top: 50px;
}

.hero a {
	color: #fff;
	text-decoration: underline;
}

.hero p {
	color: #fff;
}

.video-section {
	margin: 2em auto;
}

.online-form h1 {
	color: #0055a3;
}

.online-form p {
	color: #333333;
}

#testimonials {
	padding-top: 75px;
}

#new-grad {
	margin-top: 2em;
}

footer {
	padding-top: 15px;
	padding-bottom: 45px;
	font-weight: 400;
	color: #333;
	background: #cfcfce;
}

footer p {
	font-size: 16px;
	line-height: 24px;
}

.well {
	background-color: #fff;
	margin-top: 30px;
	border: none;
	padding: 45px 45px 75px;
}

.well a {
	color: #da203d;
}

.well p {
	color: #333;
}

.callout {
	background-color: transparent;
	padding-right: 35px;
	padding-left: 35px;
}

.callout a {
	color: #fff;
	text-decoration: underline;
}

.callout h2 {
	margin-top: 0;
}

.in { 
	background-color: rgba(255,255,255,0.75);
}

.panel-title {
	color: #da203d;
}

.panel-heading a {
	text-decoration: none;
}


.panel-body p {
	color: #333;
}

.panel-body a {
	color: #da203d;
	text-decoration: none;
}

.panel-body ul, .panel-body ol {
	color: #333;
}

.panel-default>.panel-heading {
	background: #e9e9e9;
}

.panel-group {
	margin-top: 2em;
}

/* BUTTON STYLES */
.btn-primary {
	border-radius: 50px;
	background: #DA203E;
	color: #fff !important;
	padding: 15px;
	font-size: 1em;
	border: 1px solid #fff;
	text-decoration: none !important;
}

.btn-primary:hover, .btn-primary:focus {
	background: #f43a57;
	color: #fff !important;
	border: 1px solid #fff;
}

.btn-primary:active {
	background: #BF0F2A !important;
}

.well a.btn {
	margin-top: 2em;
	margin-bottom: 2em;
}

/* calculator submit button */
input[type=submit]{
    display: block;
    width: 100%;
    font-size: 24px;
	padding: 5px 0px 8px 0px;
	background: #fff;
	border: 1px solid #da203d;
    background-image: none;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	color:#da203d;
	outline: none;
}


input[type=submit]:hover, input[type=submit]:focus {
    background: #1c55a4;
	border: 1px solid white;
    color:#fff;
	outline: none !important;
}


input[type=submit]:active {
    background: #1c55a4;
	border: 1px solid white;
    color:#fff;
	outline: none;
}

input[type=text]::placeholder {
    color: #555 !important;
}

/* MOBILE STYLES */
@media (max-width: 1200px) {
	#life-header {
		padding: 50px 0px;
		background-position: 50% 50%;
	}

	.well {
		padding: 45px;
	}

	h1 {
		text-shadow: 1px 1px #000;
	}

@media (max-width: 767px) {
	h1 {
		font-size: 54px;
		line-height: 64px;
	}

	.btn-red-lg {
		padding: 15px 30px;
	}

	footer {
		text-align: center !important;
  	}

	.navbar-toggle {
		margin-top: 15px;
	}

	.nav li {
    	margin-left: 0;
    	margin-right: 0;
    	border-top: 1px solid #ffffff;
		border-bottom: none;
		border-left: none;
	}

	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}

	header {
		background: #fff;
		width: 100%;
		min-height: 70px;
	}

	.navbar-brand {
		padding: 0;
	}

	.logo {
		padding-top: 15px;
		width: 200px;
		float: left;
	}

	.hero h1 {
		color: #fff;
		font-size: 32px;
	}

	.hero h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.hero h3 {
		font-size: 24px;
	}
	
	.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	    white-space: pre-wrap;
	}
	
	.text-right {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	#life-header {
		text-align: center;
		padding: 50px 0px 0px;
	}

	h1 {
		font-size: 36px;
		line-height: 46px;
	}

	.scenario-img {
		width: 100%;
	}

	.btn-red,
	.btn-red-lg {
		font-size: 22px;
		padding: 15px;
	}

	.btn-white {
		font-size: 22px;
		padding: 15px 45px;
	}
}