/* extra styles for the Presidential Scholarship Landing Page */
#menu-qualify .title {
    margin: 0 0 0px 0;
}

.footerContainer h4, .footerContainer p, .footerContainer a {
    font-size: .8em;
}

.navbar-brand {
	width:326px;
}
.callToAction {
	font-size: 122%;
	background-color: #455e89;
	border-radius: 20px;
	height: 45px;
}
.btn-primary {
	background-color: #90ad3e;
}
.btn-primary:hover {
	background-color: #b9de52;
}
.navbar-default .navbar-nav .callToActionColor {
	color: #ffffff;
}
.jumbotron {
	background-size: cover;
}
.magicbanner {
	max-width:100%;
	height:auto;
	clear:both;
	margin-top:90px;
}
.applynowbtn {
    float:right;
}
.applynowbtn a{
	margin-top: 0px;
	font-weight: bolder;
}
.SPCSeal img {
	width: 90px;
}
.title h2 {
	background:none;
	color: #5F5F5F;
}
.bolder {
	font-weight: bold;
}
.scholarshipCriteria {
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #9d9fa2;
	padding-bottom: 9px;
	line-height: 1em;
	font-weight: 400;
	letter-spacing: 1px;
}
.scholarshipCriteria h2 {
	line-height: 1.6em;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #5F5F5F;
}
.scholarshipCriteria ul{
	list-style-type: disc;
}
.scholarshipCriteria ul li{
	margin-bottom: 15px;
}
.applySPCbtn {
	width: 171px;
	margin-bottom:30px;
}
.applyScholarbtn {
	width: 171px;
	margin-bottom:30px;
	margin-left:20px;
}
.renewalTable {
	margin-top:20px;
}
.renewalTable table {
	width: 100%;
}
.renewalTable table caption {
	text-align: left;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	color: #9d9fa2;
}
.renewalTable table tr td {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	color: #9d9fa2;
}
.footerContainer {
	background-color: #3e6eb3;
	padding-top: 20px;
	padding-bottom: 25px;
}
.footerContainer h4 {
color: #fff;
margin-bottom: 10px;
}
.footerContainer p {
color: #fff;
font-size: 90%;
padding-right: 20px;
}
.footerContainer a {
color: #fff;
}
.footerContainer a:hover {
color: #bbbbbb;
}
.socialMediaIcons {
margin-top: 2%;
line-height: 1em;
font-size: 2em;
}
#menu-qualify ul li {
	margin-bottom: 27px;
	color: #5F5F5F;
}
#menu-steps ol li {
	margin-bottom: 27px;
	color: #5F5F5F;
}
.noteInList {
	margin: 10px;
	font-size: 71%;
}
.noteInList p{
	color: #5F5F5F;
	margin-bottom: 27px;
}
.clearboth {
	clear: both;
}
.generic {
padding: 0px 90px;
}

.videoContainer {
    /*float:left;
    width:100%;*/
    display: block;
    margin: 0px auto;
    max-width: 640px;
    max-height: 360px;
}

    .videoContainer iframe {
        margin:0px auto;
    }