


/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 {
  font-size: 24px;
  margin: 0;
}

.full-width-banner h2 {
	font-size: 5em;
    margin-bottom: 5px;
}


.full-width-banner p {
    font-size: 1.5em;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

h3.thumbnail-title {
  font-weight: normal;
	font-size: 18px;
}

.thumbnail-title {
  font-size: 22px;
}

.media-body {
  text-align: left;
}

.media:first-child {
    margin-top: 20px;
}

/* Flush the image with the nav bar */
.banner {
  margin-top: -30px;
  /*margin-bottom: 30px;*/
  height: 50em;
  /*background-size: contain !important;*/
}
  
#siteNav {
    border: 0;
}




p.btn.btn-primary.btn-banner{
	margin-top: 5em !important;
    padding: 15px 45px !important;
	font-size: 1.5em;
}

/* Start - Hero image with content in the middle  */
.container.banner-content {
  text-align: center;
}


.full-width-banner {
    margin-top: -30px;
    margin-bottom: 25px;
}


/*Responsive Queries*/

@media (min-width: 360px) {
  .banner {
	height: 23em;
  }
}

@media (min-width: 350px) and (max-width: 640px) {}

@media (min-width: 480px) and (max-width: 640px) {}


@media (min-width: 640px) {
.banner {
		height: 30em;
	}
}

@media (min-width: 641px) and (max-width: 767px) {}



@media (max-width: 360px) {
  .container.banner-content h2 {
      padding-top: 10px !important;
			font-size: 1.5em !important;
  }
	
}

@media (min-width: 767px) {
  .banner {	   
  height: 35em;
  }
}

@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
  .banner {
    margin-top: -20px;
	margin-bottom: -150px;

  }
  .banner h2 {
    margin-top:inherit;
    margin-bottom:40px;
  }
	.container.banner-content h2 {
	font-size: 2em;
	margin-bottom: 20px;
	margin-top: 0px;
    padding-top: 40px;
  }

	.full-width-banner h2 {
		/*font-size: 3em !important;*/
	}
	.full-width-banner p {
		font-size: 1.3em;
		line-height: 1.2;
	}
	p.btn.btn-primary.btn-banner {
		margin-top: 1em !important;
	}
    .full-width-banner {
        margin-top: -25px;
    }

}

@media (min-width: 768px) {
  .title-area { 
    width: 100%; 
    position: relative;
  }
  .title-container { 
    height: 100%;
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    display: table; 
  }
  .title-name {
    display: table-cell; 
    vertical-align: middle;
  }
}

@media (max-width: 769px) {
  /*.col-sm-4 {
    width: 75%;
  }*/
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }
  .container.banner-content {
    width: 650px;
  }
  .media-object {
    width:6.5em;
  }
  .banner h2 {
    margin-top:90px;
    margin-bottom:40px;
  } 

.banner {
		height: 40em;
	}

}
@media (min-width: 992px) {
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {
  .media-object {
    width:6.5em;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-name h1 {
    font-size: 48px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }
}


@media (max-width: 1200px) {
  .gray-box.wide-col .col-sm-4 {
      width: 100%;
  }
}


#siteContent section {
  margin-bottom: 20px;
}
  
#siteContent .general-content h3:first-child{
  margin-top: 0;
}

.full-width-banner {
	/*margin-bottom: 40px;*/
	background-color: #324d6a;
}


.underline-title {
	font-weight: 400;
    font-size: 22px;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
}

.banner h2 {
    font-weight: 900;
    color: #02478a;
    font-family: oswald,'Open Sans', sans-serif;
    font-size: 40px;
	margin-top: 60px;
}

.well {
	padding-top: 10px;
    padding-bottom: 20px;
}

.qualify-link,
.qualify-link:hover {
	color: #eee;
}

.media-list li {
    border-bottom: none;
    padding-bottom: 0px;
}

ul {
list-style-type: disc;
}


.thumbnail-title  {
    font-weight: 400;
    font-size: 22px;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
}

.fine-title {
font-size: 1.3em;
    margin-top: 20px;
}

/*.full-width-banner {
	padding-bottom: 4em;
}*/

.fine-title-program {
	font-size: 1.2em;
    font-weight: 600;
}


.row.row-info {
	margin-left: 0px;
}



.navbar-default {
	border-color: #005dab;
}

.full-width-banner {
    /*background-color: #051733;*/ 
	background-color: rgba(5, 23, 51, 0.9);
    font-weight: 200;
	/*margin-top: -12em;*/
}

.container.banner-content h2,
.container.banner-content p{
	color: #fff;
    line-height: 1.2;
}

p.btn.btn-primary {
	margin-top:40px;
	margin-bottom: 40px;
	font-size: 16px;
	padding-right: 6em;
	padding-left: 6em;
    font-weight: 300;
	padding-top: 1em;
    padding-bottom: 1em;
}


.thumbnail-title {
    font-weight: 400;
    font-size: 22px;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
}


/*
#siteContent a:visited,
p a:link, p a:visited, ul a:link, ul a:visited, table a:link, table a:visited, #content a:link, #content a:visited, #siteContent a:link {
    text-decoration: none;
}
*/

#h2-header {
font-size:24px;
border-bottom: 0px;
font-weight: normal;
}

.full-width-banner .content {
	width: 100%;
}


.first-sentence {
	font-size: 24px !important;
	font-weight: 400;
	margin-top: -0.1em;
}

.second-sentence {
	font-size: 18px !important;
}

.gray-box {
	background-color: #eee;
	padding-top: 2em;
	padding-bottom: 2em;
}


#siteContent.remove-margin {
margin-bottom: 0px;}


.registration-options-link a:link,
.registration-options-link a:visited {
text-decoration: underline !important;
color: #fff;
}

.registration-options-link a:hover,
.registration-options-link a:active,
.registration-options-link a:focus {
text-decoration: none !important;
color: #fff;

}

p.registration-options-link {
margin-top: 20px;
}





