/*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: 1.5em;
    margin-bottom: 5px;
	margin-top: 5px;
}

.full-width-banner.third-intro-banner h2 {
	font-size: 37px;
}


.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;
	margin-bottom: 20px;
}

.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;
  height: 50em;
}
  
#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;
}



.quick-facts-list {
    padding-left: 0px;
}

.quick-facts-list li {
    list-style-type: none;
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom: 1px solid #eee;
    display: flex;
    height: 100%;
}

.quick-facts-list li:first-child {
	padding-top: 0px;
}
.quick-facts-list li:last-child {
    border-bottom: none;
}

.quick-facts-list .qf-icon {
  align-self: center;
  display:flex;
}

.quick-facts-list .circle-icon {
    color: #1a66b0;
    border: 2px solid #1a66b0;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    text-align: center;
    line-height: 1.55em;
    vertical-align: middle;
}

.homepage .quick-facts-list .circle-icon {
    color: #615252;
    border: 2px solid #F1F1F1;
	background-color: #F1F1F1;
}

.quick-facts-list .description {
    margin-left: 15px;
    align-self: center;
}

.quick-facts-list .description h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    line-height: 1.2em;
} 

.quick-facts-list .description p {
    line-height: 1.3;
}     

.full-width-banner.intro-banner {
	background: rgba(3,59,106,0.85);
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 0px;
	margin-top: -150px;
    color: #fff;
}

.full-width-banner.intro-banner .container {
	width: 70%;
}

.full-width-banner.second-intro-banner {
	margin-top: 0px;
	margin-bottom: 20px;
    background-color: #F1F1F1;
    color: black;
  	text-align: left;
	text-shadow: none;  
}


.full-width-banner.third-intro-banner {
	margin-top: 0px;
	margin-bottom: 20px;
    background-color: #F1F1F1;
    color: black;
	text-shadow: none;
}




.full-width-banner.intro-banner pp {
	font-size: 18px;
}
.full-width-banner.second-intro-banner p {
	font-size: 14px;
}

h4.fine-no-underline {
	margin-top: 20px;
	font-size: 20px;
}

.underline {
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.map.embed-responsive-16by9 {
    padding-bottom: 95%;
}



.cal-details h3 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
}

.cal-details {
	padding-left: 35px;
    text-align: left;
}

.cal-details .time,
.cal-details .location {
  color: #000;
  font-size: 14px;
  text-align: left;
}

/*
.cal-date {
  width: 74px;
  height: 74px;
  background-color: #fff;
  color: #000;
}

.cal-date .day { 
  color: #000;
  padding-top: 2px;
  font-size: 32px;
}

.cal-date .month {
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  padding-top: 12px;
}
*/

.cal-date {
    text-align: center;
    background-color: #fff;
    width: 67px;
    height: 67px;
    color: #4e6d88;
    -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 1px 8px rgba(0,0,0,.25);
    box-shadow: 0 1px 8px rgb(0 0 0 / 25%);
    border-color: #222 #222 #000;
}






/*Responsive Queries*/

@media (min-width: 360px) {
  .banner {
	height: 23em;
  }
}

@media (min-width: 350px) and (max-width: 640px) {


  .table-reformat thead th:not(:first-child) {
    display: table-cell;
}
  
  .table.table-reformat.table-directory {
    display: table-cell;
}


}

@media (min-width: 480px) and (max-width: 640px) {

  .bold-mobile {
  		font-weight: 600;
	}

}


@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;
  }

.full-width-banner h2 {
    font-size: 1.0em;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*
.container.banner-content h2 {
	font-size: 2em;
	margin-bottom: 20px;
	margin-top: 0px;
    padding-top: 40px;
  }
*/

.full-width-banner p {
	font-size: 1.3em;
	line-height: 1.2;
}

p.btn.btn-primary.btn-banner {
	margin-top: 1em !important;
}

.cal-details h3,
  .cal-details .time, .cal-details .location{ 
  	margin-left: 0px;
  }
   .cal-details {
    padding-left: 0px;
    padding-top: 10px;
  }

}

@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) {
  .col-sm-4 {
      width: 100%;
  }
}


#siteContent section {
  margin-bottom: 20px;
}
  
#siteContent .general-content h3:first-child{
  margin-top: 0;
    margin-bottom: 20px;
}

.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;
}

/*
.img-responsive {
   max-width: unset;
}
*/

.blue-box {
    background-color: #E9F9FF;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.fa-graduation-cap:before,
.fa-university:before,
.fa-briefcase:before,
.fa-globe:before,
.fa-desktop:before {
display: block;
}































