.campus-img-holder {
    border-radius: 15px;
    max-height: 180px;
    overflow: hidden;
}

/*This class needs to be added in the campusses row container*/
.campuses-container {
  padding: 15px 0px 0;
}

.campuses-container h2 {
  border-bottom: 1px solid #f5f5f5;
  font-family: FFQuadraatWebPro;
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 20px;
  text-align: left;
}

.campuses-container p {
  font-family: TradeGothicLT;
  font-size: 16px;
  font-weight: normal;
}

.campuses-container a {
  color: #133a66;
}


.campuses-container .online-programs-text-wrapper a {
  background: #002856;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all .25s;
  display: initial;
  font-family: TradeGothicLT-Bold;
  font-weight: normal;
  font-size: 16px;
  line-height: 0;
  padding: 15px 40px;
  margin: 0;
  transition: all .25s;
  letter-spacing: 0.03125em;
}

.campuses-container .online-programs-text-wrapper a:hover {
  background: transparent;
  color: #002856;
  border-color: #002856;
  border-style: solid;
  border-width: 2px;
  border-style: solid;
}
@media (max-width: 350px) {
  .video-fifty-fifty .wpb_wrapper a.cta,
  .campuses-container .online-programs-text-wrapper a {
    font-size: 12px;
  }
}
.campuses-container .campus-title {
  font-family: TradeGothicLT;
}

/* This is desktop.. */
.campuses-container .online-programs {
  width: 100%;
  margin: auto;
}

.campus-items {
  float: right;
  height: auto;
  margin: 0 -15px;
  width: 100%;

}

.campus-item {
    margin-bottom: 40px;
    padding: 0 15px;
}


/* Online Programs..*/
/* Online Programs Desktop..*/
.online-programs {
  background: #f5f5f5;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}

.online-programs .online-programs-text-wrapper{
  width: 66.5% !important;
}

.online-programs-text-wrapper.wpb_column.vc_column_container {
  padding: 25px 15px;
}

.campuses-image-wrapper.wpb_column.vc_column_container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.online-programs .online-campuses-image {
    margin: 0;
}

.online-programs-text-wrapper {
  padding-top: 15px;
}


.campuses-image-wrapper.wpb_column.vc_column_container .vc_column-inner {
    padding: 0;
}



/* Online Programs Mobile..*/

@media(max-width:768px){
  .campuses-image-wrapper.wpb_column.vc_column_container {
      margin: 0;
  }

  .campus-items {
    margin: auto;
  }

  .campus-img-holder {
      max-height: none;
  }

  .online-programs .online-programs-text-wrapper {
      width: 100% !important;
  }

}

@media(max-width:450px){


  .campus-item {
    padding: 0;
  }
}



.row-make-a-difference {
  background-color: #002856;
}

.row-make-a-difference h3{
  color: #ffffff;
  font-family: FFQuadraatWebPro;
  font-size: 39px;
  line-height: 1em;
}

.row-make-a-difference h3 a {
  border-color: transparent;
  border-radius: 12px;
  border-width: 2px;
  border-style: solid;
  color: #002856;
  display: initial;
  font-family: TradeGothicLT-Bold;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  background: #ffffff;
  padding: 15px 40px;
  margin: 0;
  transition: all .25s;
  margin-left: 50px;
}

@media(max-width:768px){
  .row-make-a-difference h3 {
    padding-top: 20px;
  }

  .row-make-a-difference h3 a {
    display: block;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 50%;
    margin: 20px auto 0;
  }
}

.row-make-a-difference h3 a:hover {
  color: #ffffff;
  background: #002856;
  border-color: #ffffff;
  /*border-style: solid;*/
  /*margin-top: 2px;*/
  /*display: inline-block;*/
  /*padding: 15px 40px;*/
}



footer.dark-div.main-color-2-bg {
  background-color: white;
  border-top: 1px solid #133a66;
}

.home footer.dark-div.main-color-2-bg {
  border: none;
}

footer.dark-div.main-color-2-bg.dark-div, footer.dark-div.main-color-2-bg .dark-div a {
  color: #002856;
}

footer .bottom-menu h2 {
  color: #002856;
}

footer #bottom .nav > li > a {
  color: #002856;
}
