h2 {
  font-size: 1.75em;
  line-height: 1.375em;
  margin-top: 0
}

p {
  line-height: 1.5;
}

main a {
  color: #1e384c;
  text-decoration: none;
  font-weight: 600;
}

.btn {
  border-radius: .25em;
  font-weight: bold;
}

.padded-section {
  padding: 6em 0;
}

@media (max-width: 1024px) {
  main .container,
  .feature-overlay .container {
    padding: 0 2em;
  }
}

/* FEATURED IMAGE */

.featured-media-wrapper {
  position: relative;
}

@media (max-width: 1600px) {

  .home .featured-media {
    height: 750px;
    overflow: hidden;
  }

  .home .blurnail-wrapper {
    position: static;
  }

  .home .blurnail-wrapper img {
    position: absolute;
    right: 0;
    height: 100%;
    width: auto;
    max-width: unset;
    margin-right: -8em;
  }

}

/* FEATURE OVERLAY */

.featured-media::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #13253130;
  width: 100%;
  height: 100%;
}

.feature-overlay {
  position: relative;
}

.feature-overlay-wrapper h2 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 1em;
  font-size: 1.75em;
}


.feature-overlay-wrapper {
  position: absolute;
  bottom: 2em;
  width: 100%;
  color: #fff;
}

.feature-overlay-content {
  position: relative;
  background-color: #360922;
  width: 700px;
  max-width: 80%;
  padding: 3em 3em 3em 0;
}

.feature-overlay-content::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 10000px;
  height: 100%;
  background-color: inherit;
}

.feature-message {
  margin-bottom: 3em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 90);
}

.feature-message img {
  width: 180px;
}

.feature-message .populations p {
  font-family: Base9, sans-serif;
  text-transform: uppercase;
  margin: .75em 0;
}

.feature-message .goforit {
  margin-top: 1.75em;
}

/* MOBILE FEATURE OVERLAY */

@media (max-width: 991px) {

  .feature-overlay-wrapper {
    position: static;
  }

  .feature-message {
    position: absolute;
    height: 300px;
    top: -330px;
  }

  .feature-overlay-content::after {
    right: -5000px;
    z-index: -1;
  }

  .feature-overlay-content {
    max-width: 100%;
    padding-right: 0;
  }

  .home .featured-media {
    height: 450px;
  }

}

/* PROGRAM FINDER */

.home .select2-container {
  vertical-align: top;
  margin-right: 1em;
}

.home .select2-container--default .select2-selection--single {
  padding: .5em;
  height: auto;
  font-size: .875em;
  border: 0;
}

.home .select2-container .select2-selection--single .select2-selection__rendered {
  display: inline-block;
  vertical-align: middle;
  width: 164px;
}

.home .select2-container--default .select2-selection--single .select2-selection__arrow {
  padding: 1em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.home .select2-container--default .select2-selection--single .select2-selection__arrow b,
.home .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  margin-left: -10px;
  margin-top: -5px;
}

.home .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform-origin: center;
  transform: rotate(180deg);
}

.home .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  content: ' ';
  position: absolute;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  top: -9px;
  left: -6px;
}

.home .select2-container--open {
  color: #333;
  width: calc(100% - 1em);
}

.home .select2-container--open .select2-dropdown {
  width: 100% !important;
  border: 0 !important;
  font-size: .875em;
}

.home .select2-results__option[aria-disabled="true"] {
  display: none;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

#program-submit {
  background-color: #fa4616;
  padding: 1em 2em;
  line-height: 1;
  color: #fff;
  display: inline-block;
}

#program-submit .fa {
  font-size: .625em;
}

#program-form {
  margin-top: 2em;
}

#program-submit {
  padding: 1em 2.5em;
  font-size: .875em;
  border: 0;
}

.home .select2-container--default .select2-selection--single {
  padding: .5em 1em;
}

@media (max-width: 767px) {
  .select-wrapper {
    display: block;
    margin: 1em 0;
  }
}


/* MAIN */

.page-template-blank.online main {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* SERVICES */

.services {
  background-color: #f9f6f7;
}

.services h2 {
  margin-bottom: 1.5em;
}

.services h3 {
  margin-top: 0;
}

.service {
  margin: 2em 0;
}


.services .row {
  display: flex;
}

.services .row > * {
  display: flex;
}

.service {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .services .row {
    display: block;
  }
}


/* ACCREDITATION */


.accreditation h2 {
  margin-bottom: 2em;
  line-height: 1.3em;
}

.accreditation-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  flex-wrap: wrap;
}

.accreditation-logos a {
  height: auto;
  margin: 0 auto;
  display: block;
}

.accreditation-logos img {
  width: 100%;
}

@media (max-width: 767px) {
  .accreditation-logos a {
    width: 34%;
  }
}

/* SIDE CONTENT */

.side-content {
  position: relative;
  z-index: 1;
}

.side-content::before {
  content: ' ';
  position: absolute;
  top: -10em;
  bottom: -10em;
  left: -2em;
  right: -2em;
  z-index: -1;
}

/* CAREERS */

.careers {
  position: relative;
  background-color: #256B99;
  color: #fff;
  overflow: hidden;
  padding: 3em 0;
}

.careers img {
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
}

.careers .side-content::before {
  background-color: #256b99;
}

.careers h2 {
  margin-bottom: 1em;
}

.careers strong {
  font-size: 1.125em;
}

.careers .btn {
  color: #256b99;
  font-weight: bold;
}
.careers .btn:not(:last-child) {
  margin-bottom: 1em;
}
.careers .btn .fa {
  color: #fa4616;
  font-size: .75em;
  margin-left: 1em;
}

/* SECONDARY MESSAGE */

.secondary-message {
  text-align: center;
}

.secondary-message-content {
  max-width: 700px;
  margin: auto;
}

.secondary-message h2 {
  font-weight: 900;
  margin-bottom: 1.5em;
}

/* STUDENT STORIES */

.students {
  background-color: #256b99;
  color: #fff;
  overflow: hidden;
}

.stories {
  white-space: nowrap;
  margin-top: 3em;
  transition: margin-left 300ms ease;
}

.story {
  display: inline-block;
  background-color: #fff;
  color: #333;
  margin-right: 2em;
  text-decoration: none;
  vertical-align: top;
  position: relative;
}

.story::after {
  content: ' ';
  width: 0;
  height: 0;
  border-width: 15px 0 15px 25px;
  border-color: transparent #fa4616;
  border-style: solid;
  display: block;
  position: absolute;
  right: 1.5em;
  bottom: 1em;
}

.story p {
  font-size: .875em;
}

.story img {
  width: 240px;
  float: left;
  margin-right: 3em;
}

.story .story-content {
  padding: 2em;
  width: 550px;
  white-space: normal;
}

.story .story-content h3 {
  margin-top: 0;
}


.caro-nav {
  position: absolute;
  height: 5em;
  width: 3em;
  background: #fff;
  border: 0;
  margin-top: -190px;
  border: 1px solid #256b99;
}

.caro-prev {
  left: 0;
}

.caro-next {
  right: 0;
}

@media (max-width: 767px) {

  .story img {
    float: none;
    width: 100%;
    height: auto;
  }

  .story .story-content {
    width: 250px;
    padding: 2em;
  }

  .story-image {
    width: 250px;
    height: 250px;
    overflow: hidden;
  }

  .caro-nav {
    margin-top: -290px;
  }
 
}


/* BOTTOM BUN */

.bottom-bun {
  position: relative;
  background-color: #360922;
  color: #fff;
  overflow: hidden;
}

.bottom-bun .side-content::before {
  background-color: #360922;
}

.bottom-bun img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
}


.bottom-bun-ctas {
  margin-top: 3em;
}

.bottom-bun .btn .fa {
  font-size: .75em;
  color: #fa4616;
  margin-left: 1em;
}

.bottom-bun h2 {
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  font-weight: 900;
  color: #fa4616;
}


.bottom-bun-ctas {
  margin-top: 3em;
}

.bottom-bun .btn .fa {
  font-size: .75em;
  color: #fa4616;
  margin-left: 1em;
}


/* TRANSFER CREDIT */

.transfer-credit {
  background-color: #691240;
  color: #fff;
}

.transfer-credit .btn.btn-blue {
  background-color: #530E34;
}

