/* ================================== */
/* == LANDING PAGE -------------------------- */
@media only screen and (min-width: 768px) {
  #custom-landing-page header {
    background-color: transparent;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  #custom-landing-page header .csu-logo {
    margin-bottom: 10px;
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  #custom-landing-page header .header-links {
    display: none;
  }
}
#custom-landing-page header .header-links .button-group .button.solid,
#custom-landing-page header .header-links .button-group .button.plain {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #custom-landing-page main .hero-banner {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) {
  #custom-landing-page main .hero-banner {
    padding: 110px 0 80px;
  }
}
#custom-landing-page main .hero-banner.background-photo {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#custom-landing-page main .hero-banner.background-photo:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 40, 85, 0.85)), color-stop(60%, rgba(0, 40, 85, 0.75)), color-stop(85%, rgba(0, 40, 85, 0.75)));
  background: linear-gradient(to top, rgba(0, 40, 85, 0.85) 30%, rgba(0, 40, 85, 0.75) 60%, rgba(0, 40, 85, 0.75) 85%);
}
#custom-landing-page main .hero-banner.background-generic {
  background-image: url("https://www.columbiasouthern.edu/media/klgnfpou/stripes-pattern.png");
  background-color: rgba(0, 40, 85, 0.975);
  background-position: center;
  background-repeat: repeat;
}
@media only screen and (min-width: 768px) {
  #custom-landing-page main .hero-banner .site-wrap {
    min-height: 300px;
  }
}
#custom-landing-page main .hero-banner .site-wrap .content {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #custom-landing-page main .hero-banner .site-wrap .content {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  #custom-landing-page main .hero-banner .site-wrap .content {
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #custom-landing-page main .hero-banner .site-wrap .content h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  #custom-landing-page main .hero-banner .site-wrap .content h1 {
    font-size: 3rem;
  }
}
#custom-landing-page main .hero-banner .site-wrap .content .title-small {
  font-size: 0.5em;
}
@media only screen and (max-width: 1023px) {
  #custom-landing-page main .landing-page-content .mobile-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -ms-inline-grid;
    display: inline-grid;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
#custom-landing-page main .landing-page-content .mobile-first .csu-form h1 {
  display: none;
}
@media only screen and (max-width: 767px) {
  #custom-landing-page main .feature.full-width.dark .image::before {
    background: rgba(0, 40, 85, 0.9);
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #custom-landing-page main .feature.full-width .image {
    position: absolute;
  }
}
#custom-landing-page main .accreditation-section .site-wrap {
  padding-bottom: 0;
}
#custom-landing-page main .decorative-background {
  background: rgba(0, 40, 85, 0.975) url("https://www.columbiasouthern.edu/media/klgnfpou/stripes-pattern.png") center repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #custom-landing-page main .decorative-background {
    margin-top: 100px;
  }
}
#custom-landing-page main .decorative-background img:first-child {
  width: 100%;
}
#custom-landing-page main .decorative-background .logo-shield {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  #custom-landing-page main .decorative-background .logo-shield {
    bottom: 40px;
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  #custom-landing-page main .decorative-background .logo-shield {
    bottom: 50px;
  }
}

.landing-wrapper {
  position: relative;
}
.landing-wrapper .page-content {
  margin: 50px 0 65px;
}
.landing-wrapper .interior {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .landing-wrapper .interior {
    padding-bottom: 25vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .landing-wrapper .interior .page-content article:nth-last-child(n+2) {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .landing-wrapper .interior .page-content article:nth-last-child(n+2) {
    grid-column: auto/span 3;
  }
}
.landing-wrapper .interior .page-content article:nth-last-child(n+2) p {
  max-width: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .landing-wrapper .interior .page-content .sidebar {
    grid-column: auto/span 3;
  }
}

header.programmatic {
  border-top: #C6AA76 2px solid;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  header.programmatic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    border-bottom: rgba(255, 255, 255, 0.25) 1px solid;
  }
}

.header-top {
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .header-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .header-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.csu-logo {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .csu-logo {
    margin: 0;
    background: url("https://www.columbiasouthern.edu/media/vhgldcbo/csu-logo-horizontal-white.png") top left no-repeat;
    background-size: contain;
  }
  .csu-logo img {
    max-height: 65px;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-links .button-group li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .header-links .light .button {
    color: #DFD1A7;
  }
  .header-links .light .button:hover, .header-links .light .button:focus {
    border-color: #DFD1A7;
  }
  .header-links .light .button.solid {
    background-color: #C6AA76;
    color: #002855;
  }
  .header-links .light .button.solid:hover, .header-links .light .button.solid:focus {
    background-color: #207788;
    border-color: #fff;
    color: #fff;
  }
}

.landing-wrapper .hero {
  margin: 0;
  text-align: center;
}
.landing-wrapper .hero::before {
  background: url(/media/hayp1qlu/banner-overlay.png) center bottom no-repeat;
}
@media only screen and (max-width: 767px) {
  .landing-wrapper .hero {
    padding-top: 10vh;
    padding-bottom: 15vh;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .landing-wrapper .hero {
    padding-top: calc(8vh + 105px);
    padding-bottom: 20vh;
  }
}
@media only screen and (min-width: 1024px) {
  .landing-wrapper .hero {
    padding-top: calc(12.5vh + 105px);
    padding-bottom: 25vh;
  }
}
@media only screen and (min-width: 1600px) {
  .landing-wrapper .hero {
    padding-top: calc(17.5vh + 105px);
    padding-bottom: 30vh;
  }
}
.hero .wide-wrap {
  position: relative;
}
.hero h1 {
  padding-bottom: 0;
}
.hero h1 + .button-group {
  margin-top: 20px;
}
.hero .button-group {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .button-group .launch-chat {
  cursor: pointer;
}

.card-wrapper {
  padding-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .card-wrapper.flex .card {
    margin: 15px 15px 0 0;
  }
}

.card[class*=larger-than] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card > div {
  margin: 15px 20px;
}
.card .image img {
  max-width: 150px;
  max-height: 100px;
}
.card .text {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 150px;
          flex: 3 0 150px;
}
.card .text h2 {
  font-size: 1.5em;
}

@media only screen and (max-width: 1023px) {
  .csu-numbers {
    padding: 50px 0 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .csu-numbers {
    padding: 80px 0;
  }
}
.csu-numbers li {
  margin: 0;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.footer-arrow {
  background: rgba(0, 40, 85, 0.975) url("https://www.columbiasouthern.edu/media/klgnfpou/stripes-pattern.png") center repeat;
}
@media only screen and (max-width: 1199px) {
  .footer-arrow {
    position: relative;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
}
.footer-arrow img:first-child {
  width: 100%;
}
.footer-arrow .footer-shield {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .footer-arrow .footer-shield {
    bottom: 25px;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-arrow .footer-shield {
    bottom: 50px;
  }
}

footer {
  background: rgba(0, 40, 85, 0.975) url("https://www.columbiasouthern.edu/media/klgnfpou/stripes-pattern.png") center repeat;
  text-align: center;
}
footer .content {
  padding: 50px 0 10px;
}
footer .content p a {
  color: #DFD1A7;
}
footer .content p a:hover, footer .content p a:focus {
  color: #fff;
}
footer p {
  margin: 0 auto 1em;
  color: #fff;
}
footer p:first-child {
  max-width: 1000px;
}
footer p.copyright {
  margin-top: 50px;
  font-size: 0.9375em;
}
footer .copyright {
  padding: 0 0 0.5em;
}
footer .copyright p {
  font-size: 1em;
}

.light .highlight-boxes {
  text-align: center;
  margin-bottom: 10px;
}
.light .highlight-boxes .large-text {
  font-size: 3.25rem;
}
.light .highlight-boxes .uppercase {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .light .highlight-boxes ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .light .highlight-boxes ul {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}