﻿/* savings css */

.row.justify-content-md-center {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.contact-banner {
    background: url(../img/contact-banner.jpg) no-repeat 0 0;
    background-size: contain;
    background-position: center;
    background-color: #005dab;
    margin-top:-30px;
    margin-bottom: 30px;
    /*padding: 50px;*/
    height: 35em;
}

.blue-box {
  background-color: #005dab;
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
}


h2.thin-header {
  text-align: center;
  /* text-align: left; */
  font-weight: normal;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
  /* font-size: 1.8em; */
}

.thumbnail.box {
  padding-bottom: 40px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 0px;
}

.thumbnail.box img {
  width: initial;
  margin-bottom: 10px;
}

img.ml-20 {
  margin-left: 20%;
}

img.ml-35 {
  margin-left: 35%;
  margin-right: 35%;
}

.text-center.register-dates {
  font-size: 1.5em;
}
.row.spring-term {
  margin-bottom: 25px;
}

.h3-center {
  text-align: center;
  margin-bottom: 20px;
}

.col-xs-12.col-sm-6 {
  align-content: center;
}

p.btn-explain {
  margin-top: 15px;
  margin-bottom: -12px;
}

.show-hr-mobile {
  display: none;
}

.no-margin-bottom {
  margin-bottom: 0px;
}
.mt-2 {
  margin-top: 2px;
}

.mb-5 {
  margin-bottom: 5px;
}
.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.center-marginauto {
  margin-left: auto;
  margin-right: auto;
}

.width-70 {
  width: 70%;
}

.width-85 {
  width: 85%;
}
.width-85 ul {
  padding-left: 0px;
}


.width-70 .left-box {
  display: block;
  margin-left: auto;
}
.width-70 .right-box {
  display: block;
  margin-right: auto;
}


.col-md-5.full .extra-padding {
  padding-top: 40px;
    padding-bottom: 40px;
}
.bigger-text {
  font-size: 18px;
}

h3.smaller-text {
  font-size: 20px;
  margin-top: 0px;
}
.alert-content .smaller-text {
  font-size: 16px;
  color: #000000;
}

.thumbnail.box .col-xs-12.col-sm-6 {
  text-align: center;
}

.thumbnail.box .col-xs-12 {
  align-content: center;
  text-align: center;
}

.anchor-margin:before {
  content: "";
  display: block;
  height: 80px;
  margin: -80px 0 0;
}

ul li{
  text-align: left;
}
.col-sm-10.col-sm-offset-1 h2.thin-header {
  padding-bottom: 0.1em;
}

.col-sm-10.col-sm-offset-1 h3.thin-header-no-underline,
.col-sm-10.col-sm-offset-1 h2.thin-header-no-underline,
.col-sm-10.col-sm-offset-1 p {
  text-align: left;
}

.mimic-h2 {
  text-align: left; 
  font-size: 2em;
  margin-top: 25px;
  margin-bottom:10px;
  line-height: normal;
}

.cta-section, .cta-section-container {
    /* width: 95%; */
    margin: 0 auto;
}


#play-pause {
  position: absolute;
  top: 50px;
  right: 25px;
  color: white;
  border: 1px solid;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: auto;
  z-index: 1;
}
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.table-responsive.dates td {
  text-align: left;
}
.table-responsive.dates th {
  padding-left: 0px;
  padding-right: 40px;
  padding-bottom: 8px;
}

.width-40.blue-btns {
  margin-left: auto; 
  margin-right: auto;
}

/*Responsive Queries*/

@media (max-width: 349px) {

}



@media (min-width: 310px) and (max-width: 400px) {
  .banner {
    height: 6.9em;
  }

  .contact-banner {
    background: url(../img/contact-banner.jpg) no-repeat 0 0;
    background-size: cover;
    margin-top: -9px;
  /*margin-bottom: 30px;*/
    height: 14em;
  }
}

@media (min-width: 400px) and (max-width: 640px) {
  .banner {
    height: 8.6em;
  }
     .contact-banner {
    background: url(../img/contact-banner.jpg) no-repeat 0 0;
    background-size: cover;
    margin-top: -9px;
  /*margin-bottom: 30px;*/
    height: 14em;
  }

}


@media (max-width: 640px) {
  img.ml-35 {
    margin-left: 35%;
    margin-right: 35%;
  }
  .text-center.width-50.center-marginauto.mb-40 {
    width: 100%;
  }
  .width-40.blue-btns {
    width: 100%;
  }
}

@media (min-width: 641px) and (max-width: 767px) {
  .banner {
    height: 15.2em;
  }
  img.ml-35 {
    margin-left: 45%;
    margin-right: 45%;
  }
  .ml-20.ml-40-mobile {
    margin-left: 40%;
    margin-right: 40%;
  }
  img.img-responsive.mb-20 {
    width: 50%;
  }
}


@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
    /* .banner {
      height: 25em;
    } */
    /* .hero-unit {
      margin-top: -12.5em;
    } */
    .alert-content .col-sm-6 {
      margin-bottom: 25px;
    }
    .show-hr-mobile {
      display: block;
    }
    .table-responsive {
      border: none;
    }
}


@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;
  }

  .col-xs-12.col-sm-6.col-md-6.col-lg-6.dept-1 {
    padding-left: 0px;
  }
  .col-xs-12.col-sm-6.col-md-6.col-lg-6.dept-2 {
    padding-right: 0px;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-container {
    height: 120px;
  } 
  .title-name h1 {
    font-size: 37px;
  }
  .banner {
    height: 15.6em;
  }
  img.ml-35 {
    margin-left: 25%;
  }
  img.ml-20-mobile {
    margin-left: 20%;
  }
  .contact-banner {
    background: url(../img/contact-banner.jpg) no-repeat 0 0;
    background-size: cover;
    margin-top: -30px;
    height: 29em;
  }
}

@media (max-width: 992px) {
  /* .banner {
    height: 25em;
  } */
  .hero-unit {
    margin-top: 0px;
  }
  .well .width-60 {
    width: 100%;
  }
}
@media (min-width: 992px) {}
@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {
  .banner {
    height: 20.2em;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-container {
    height: 140px;
  }
  .title-name h1 {
    font-size: 48px;
  }
  /* .banner {
    height: 40em;
  } */
  .hero-unit {
   /* margin-top: -12em;*/
  }
  .banner {
    height: 20.2em;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 120px;  
  }
  .title-container {
    height: 120px;
  }
  .title-name h1 {
    font-size: 60px;
  }
  .banner {
    height: 38.2em;
  }
}
/* end of savings css */
/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/


/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/*
#siteContent {
  margin-top: initial;
}
*/

.title-name h1 {
  font-size: 24px;
  margin: 0;
}

.site-masthead  {
  background-color: #fff;
}

img.masthead-logo {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

.banner-img {
    background: url(../img/banner.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center;
    /*padding: 50px;*/
    height: 50em;
}

.thumbnail.no-border {
    border: none;
    /* background-color: #f9f9f9; */
}

.thumbnail .thumbnail-caption {
    padding-top: 9px;
    padding-left: 0px;
}

h2.thin-header {
    text-align: center;
    /* text-align: left; */
    font-weight: normal;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
    /* font-size: 1.8em; */
    margin-bottom: 20px;
}

h3.thin-header {
    margin-top: 10px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
}
h3.thin-header {
  padding-bottom: 0.2em;
}
h3.thin-header-no-underline,
h4.thin-header-no-underline {
  margin-top: 0px;
  font-weight: normal;
}
.smaller-font {
  font-size: 28px;
}

section {
    text-align: center;
}
section.first {
  /* background-color: #f1f1f1; */
  /* background-color: #0D111C; */
  /* background-color:#0d47a1 */
  background-color: #1738A3;
}

.support {
    /* background-color: #f9f9f9; */
    text-align: left;
}

/* .thumbnail.box img {
  width: initial;
  margin-bottom: 10px;
}
.thumbnail.box {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 0px;
} */
.thumbnail.box {
  padding-bottom: 40px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 0px;
}

.thumbnail.box img {
  width: initial;
  margin-bottom: 10px;
}

.col-xs-12.col-sm-6 {
  align-content: center;
}


.thumbnail.box .col-xs-12.col-sm-6 {
  text-align: center;
}

.thumbnail.box .col-xs-12 {
  align-content: center;
  text-align: center;
}


.thumbnail.box p {
  margin-bottom: 30px;
}

.thumbnail.box .col-xs-12.col-sm-6 {
  text-align: center;
}
/* .larger-font {
  font-size: 1.4em;
} */


.cta-section,
.cta-section-container {
  /* height: inherit; */
  /* height: 450px; */
}

.cta-section img {
  height: inherit;
}

.featured-panel {
  margin-bottom: 0px !important;
  /* background-color: #0D111C; */
  /* background-color: #0d47a1; */
  background-color: #1738A3;
  color: #fff;
}

.cta-section-content h2 {
  font-size: 28px; 
  margin-top: -20px;
  font-weight: 400;
} 

h2 {
  font-size: 28px; 
  margin-top: 20px;
  font-weight: 400;
}
.col-md-5.full,
.col-md-7.ful {
  color: #fff;
}


.h3-features a:link {
 text-decoration: none !important; 
}

.h3-features a:hover {
 text-decoration: underline !important; 
}

/*
h3.thin-header-no-underline a:link, 
.thin-header-no-underline a:visited {
  text-decoration: none !important;
}

h3.thin-header-no-underline a:hover,
h3.thin-header-no-underline a:active,
h3.thin-header-no-underline a:focus {
  text-decoration: underline !important;
}
*/

/* .blue-box {
  background-color: #005daa; 
  color: #fff;
  padding: 5px;
  margin-bottom: 20px;
}

.thumbnail.box .blue-box p {
  margin-bottom: 0px;
  font-size: 18px;
} */


.blue-box {
  background-color: #005dab;
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
  font-size: 16px;
}


.row.fix {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; */
  /* display: -webkit-box; */
  display: contents;
}

.mb-mt-70 {
  margin-top: 70px;
    margin-bottom: 70px;
}

span.larger-font {
  font-size: 20px;
}


/* fontawesome icons */
.qf-icon {
  align-self: center;
  display: flex;
}
.circle-icon {
  color: #243858;
  background-color: #cee1fe;
  border: 2px solid #cee1fe;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  text-align: center;
  line-height: 1.55em;
  vertical-align: middle;
}
.quick-facts-list .description {
  margin-left: 15px;
  align-self: center;
}

.fas {
  line-height: 1.5 !important;
  padding-left: 0.15em !important;
}

/* Academic programs search */
.action-field .form-control {
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.action-field .input-group-addon {
    border-radius: 0;
}

.action-field {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 15px;
}

.input-group-addon {
    background-color: #005dab;
    color: #fff;
}

.input-group-search {
    padding: 0;
}

.btn-search {
    background-color: #005dab;
    border: none;
}

.action-field span.glyphicon.glyphicon-search {
    padding-left: 8px;
    padding-right: 8px;
}

.typeahead li a:link, .typeahead li a:visited {
  color: #333 !important;
  text-decoration: none !important;
}

.typeahead li a:hover,
.typeahead li a:active,
.typeahead li a:focus {
  color: #fff !important;
}

.light-grey {
  background-color:#F1F1F1;
      padding-top: 20px;
    padding-bottom: 30px;
}

/*Responsive Queries*/

@media (max-width: 349px) {}

/* Small devices (iPhones and Androids, 768px and up) */
@media (min-width: 350px) and (max-width: 640px) {
	    .banner-img {
        height: 15em;
    }
}

@media (min-width: 480px) and (max-width: 640px) {}

@media (max-width: 640px) {}

@media (min-width: 641px) and (max-width: 767px) {}

@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
  .cta-section img {
    height: auto;
  }
  .cta-section, .cta-section-container {
    /* height: inherit; */
    height: auto;
  }
}

@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;
  }
  /*.col-xs-12.col-sm-6.col-md-6.col-lg-4.dept.dept-6 {
    float: left;
  }*/

  .col-xs-12.col-sm-6.col-md-6.col-lg-6.dept-2 {
      padding-right: 0px;
  }
}

/* Small devices (tablets and iPad Classic, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }
  /*.col-md-4.dept {
    width: 25%;
  }*/
  .banner-img {
    height: 29em;
  }
}


@media (max-width: 536px) {
    /*.col-xs-6.dept {
        width: 100%;
    }*/
}

@media (max-width: 768px) {
	.thumbnail.box img {
      margin-top: 20px;
    }
}


@media (min-width: 767px) and (max-width: 1200px) {
  .dept-3 {
    float: left;
  }
  /*div.col-xs-12.col-sm-6.col-md-6.col-lg-4.dept.dept-6 {
    float: right !important;
  }*/
}
@media (max-width: 992px) {
  .mb-mt-70 {
    margin-bottom: 0px;
  }
  .icons-section .col-sm-12.col-md-4 {
    margin-bottom: 20px;
  } 
  .cta-section-content h2 {
    margin-top: 0px;
  }
}

@media (max-width: 1200px) {
	.cta-section-content h2 {
        font-size: 1.8em;
    }
  .col-md-8.full,
  .col-md-4.full {
    width: 100% !important;
  }
  .cta-section-container {
    position: inherit;
  }
  .cta-section-content {
    padding-bottom: 1.5em;
  }
}


/* Medium Devices (iPad Pro) */
@media (min-width: 991px) and (max-width: 1024px) {
	.banner-img {
        height: 39em;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-name h1 {
    font-size: 48px;
  }
  .site-masthead {
    height: 140px;
  }
   /*.col-xs-6.dept {
    width: 25%;
   }*/
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }
}

/* Large devices (1080p FULL HD laptops, 1920px and up) */
@media (min-width: 1920px) and (max-width: 2399px) {
      .banner-img {
        height: 75em;
    }
}

/* Larger devices (Large desktops, 2400px and up) */
@media (min-width: 2400px) {
    .banner-img {
        height: 90em;
    }
}

@media (max-width: 349px) {
    .banner-img {
        height: 10em;
    }
}

/*Enroll 2022*/
.enroll-hero {
  height: 400px;
  background: url(../img/learn-campaign-banner.jpg) no-repeat 0 0;
  background-position: center;
  margin-top: -30px;
}
.learn-tagline {
  text-align: center;
  padding: 30px;
  border: 1px solid #eee;
  background-color: rgba(244, 245, 247, 0.95);
}
.learn-tagline h1 {
  font-weight: 700;
  color: #234B7C;
  font-size: 48px;
}
.registration-info {
  font-size: 24px;
}
.enroll-support {
  padding: 30px;
}
@media (min-width: 1100px) {
  .learn-tagline {
    margin-top: -230px;
  }
  .enroll-support {
  padding: 30px 180px;
}
.financial-aid-summary {
  padding: 0 260px;
}
}


.program-pathways {
  padding-top: 30px;
  padding-bottom: 30px;
}
.program-pathways h2 {
  text-align: center;
  margin-bottom: 20px;
}
.program-pathways .row {
  margin-bottom: 30px;
}
.financial-assist {
  padding-top: 30px;
  padding-bottom: 30px;
}
.financial-assist h2 {
  text-align: center;
  margin-bottom: 20px;
}
.financial-aid-summary {
  text-align: center;
  margin-bottom: 30px;
}
.enrollment h2 {
  font-size: 30px;
}
.enroll-cta {
  margin: auto;
  width: 30%;
  padding-top: 30px;
}
.enrollment h3 {
  font-size: 20px;
}
/*enrollment*/
.hero-area {
  padding: 40px 0;
}
.supporting-links {
  padding: 40px 0 40px 0;
  background-color: #0060aa;
}
.card {
    --bs-card-spacer-y: 3rem;
    --bs-card-spacer-x: 3rem;
}



/*enroll 2025*/

#siteLayout{
  padding-top: 0;
}