@charset "UTF-8";
/* CSS Document */

.preview {
    width: 100%;
    height: 30px;
    background-color: #000000;
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none;
}

#cover {
    position: fixed; 
    height: 100%; 
    width: 100%; 
    top:0; 
    left: 0; 
    background: #000; 
    z-index:9999;
}

sup {
    position: initial !important;
    font-size: .7em !important;
    vertical-align: super !important;
    line-height: initial !important;
    top: initial !important;
}

.hero-content sup {
  vertical-align: top !important;
}

header {
    background: initial;
    background-color: #0D2C62 !important;
}

.heroChoice {
    font-size: 1.2rem;
    line-height: 140%;
    font-family: arial,helvetica,sans-serif;
}

.noHero {
    /*display: none;*/
}

.hero {
    /*background: url(../images/uncp-mba-hero-003.jpg) center top no-repeat;*/
    background: url("../../images/hero.jpg") center top no-repeat;
    background-size: auto;
    background-size: cover;
    padding: 65px 0 45px;
    position: relative;
    text-align: right;
    /*display: block;*/
    min-height: 600px;
}

.hero-buttons {
    padding: 35px 0 0;
    display: flex;
    justify-content: center;
}

.hero-buttons-footer {
    padding: 35px 0 0;
    display: flex;
    justify-content: center;
}

.hero-button-request {
    margin: 0 20px;
}

.hero-button-request-footer {
    margin: 0 20px;
    text-align: right !important;
}

.hero-button-request a.button {
    transition-duration: 0.4s !important;
    border-width: 2px !important;
    border: 2px solid #0D2C62 !important;
    background: #0D2C62 !important;
    color: #FFFFFF !important;
    margin: 0 20px;
}

.hero-button-request-footer a.button {
    transition-duration: 0.4s !important;
    border-width: 2px !important;
    border: 2px solid #0D2C62 !important;
    background: #0D2C62 !important;
    color: #FFFFFF !important;
    margin: 0 20px;
}

.hero-button-request a.button:hover,
.hero-button-request a.button:focus {
    background: #FFFFFF !important;
    color: #0D2C62 !important;
    border: 2px solid #0D2C62 !important;
}

.hero-button-request-footer a.button:hover,
.hero-button-request-footer a.button:focus {
    background: #FFFFFF !important;
    color: #0D2C62 !important;
    border: 2px solid #0D2C62 !important;
}

.hero-button-apply {
    margin: 0 20px;
}

.hero-button-apply-footer {
    margin: 0 20px;
    text-align: left !important;
}

.hero-button-apply a.button {
    transition-duration: 0.4s !important;
    border-width: 2px !important;
    border: 2px solid #f1b300 !important;
    background: #f1b300 !important;
    color: #FFFFFF !important;
    margin: 0 20px;
}

.hero-button-apply-footer a.button {
    transition-duration: 0.4s !important;
    border-width: 2px !important;
    border: 2px solid #f1b300 !important;
    background: #f1b300 !important;
    color: #FFFFFF !important;
    margin: 0 20px;
}

.hero-button-apply a.button:hover,
.hero-button-apply a.button:focus {
    background: #FFFFFF !important;
    color: #f1b300 !important;
    border: 2px solid #f1b300 !important;
}

.hero-button-apply-footer a.button:hover,
.hero-button-apply-footer a.button:focus {
    background: #FFFFFF !important;
    color: #f1b300 !important;
    border: 2px solid #f1b300 !important;
}

/*
.hero-buttons a.button {
    transition-duration: 0.4s !important;
    border-width: 2px !important;
    border: 2px solid #0D2C62 !important;
}

.hero-buttons a.button {
    background: #0D2C62 !important;
    color: #FFFFFF !important;
}

.hero-buttons a.button:hover,
.hero-buttons a.button:focus {
    background: #FFFFFF !important;
    color: #0D2C62 !important;
    border: 2px solid #0D2C62 !important;
}
*/
.button {
    background: #0D2C62;
    color: #fff;
    border-radius: 5px;
    padding: 19px;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 100%;
    width: 100%;
    max-width: 252px;
    border: 2px solid #0D2C62 !important;
}

.button:hover, .button:focus {
    background: #FFFFFF !important;
    color: #0D2C62 !important;
    border: 2px solid #0D2C62 !important;
}

.cta {
    /*background: url("../images/cta-bg.jpg") center top no-repeat !important;
    background-size: auto !important;
    background-size: cover !important;*/
    background: #E5EDFB;
    padding: 45px 0;
    border-bottom: 1px solid #0D2C62 !important;
}

.cta .container > div {
  text-align: center !important;
  padding: 0 !important;
}

.show-link {
  display: table;
  width: 100%;
  background: #E5EDFB;
  color: #111;
  font-size: 1.4rem;
  border: thin solid #0d2d62;
  box-sizing: border-box;
  padding: 11px;
  text-decoration: none;
}

.show-content p.links a {
  font-family: open sans,arial,helvetica,sans-serif;
  text-decoration: none;
  font-weight: 700;
  color: #0d2d62;
  font-size: 1.3rem;
  line-height: 100%;
}

body.popup-form .infoForm .button {
    display: block;
    transition-duration: 0.4s !important;
    background: #0D2C62 !important;
    border: 2px solid #0D2C62 !important;
    width: 252px;
    padding: 18.5px 18px;
    font-size: 1.8rem;
    line-height: 100%;
}

body.popup-form .infoForm .button2 {
    display: block;
    transition-duration: 0.4s !important;
    background: #f1b300 !important;
    border: 2px solid #f1b300 !important;
    width: 252px;
    padding: 18.5px 18px;
    font-size: 1.8rem;
    line-height: 100%;
    color: white;
    margin-top: 20px;
}

body.popup-form .infoForm .button:hover {
    background: #FFFFFF!important;
    color: #0D2C62 !important;
    border: 2px solid #0D2C62 !important;
}

body.popup-form .infoForm .button2:hover {
    background: #FFFFFF!important;
    color: #f1b300 !important;
    border: 2px solid #f1b300 !important;
}

.list-inline-xs {
    margin-left: -3px;
    margin-right: -3px;
}

.list-inline-xs > li {
  padding-left: 3px;
  padding-right: 3px;
}

.list-inline > li {
  display: inline-block;
}

.icon-xxs.icon-rect, .icon-xxs.icon-rounded, .icon-xxs.icon-circle, .icon-xxs.icon-outlined {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

a.icon {
  transition: .3s;
}
.icon-gray-light-filled {
  border: none;
  color: #888888;
  background: #e5e5e5;
}

.icon-xxs {
  font-size: 18px;
  line-height: 18px;
}
.icon-circle {
  border-radius: 50%;
}
.icon-rect, .icon-circle, .icon-rounded, .icon-outlined {
  width: 70px;
  height: 70px;
  font-size: 44px;
  line-height: 70px;
  text-align: center;
  border: 2px solid transparent;
}

.icon {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 36px;
  line-height: 42px;
  font-style: normal;
}

a, a:focus, a:active, a:hover {
  text-decoration: none;
}

a {
  transition: all 0.2s ease-in-out;
}

a.icon.fa-facebook:hover {
  background: #395b98;
  color: #fff;
}

a.icon.fa-twitter:hover {
  background: #2ca7e0;
  color: #fff;
}

a.icon.fa-youtube:hover {
  background: #FF0000;
  color: #fff;
}

a.icon.fa-instagram:hover {
  background-image: -webkit-linear-gradient(-45deg, #ffdc80, #e1306c 50%, #405de6);
  background-image: -o-linear-gradient(-45deg, #ffdc80, #e1306c 50%, #405de6);
  background-image: linear-gradient(-45deg, #ffdc80, #e1306c 50%, #405de6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDC80', endColorstr='#FF405DE6', GradientType=1);
  color: #fff;
}

/*.list-inline-madison a:hover {
  color: #0d2d62;
}*/

.icon-xxs.icon-rect, .icon-xxs.icon-rounded, .icon-xxs.icon-circle, .icon-xxs.icon-outlined {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

a, a:focus, a:active, a:hover {
  text-decoration: none;
}

.middle.callouts-form .left .callout-hr {
  border-bottom: 2px solid #0D2C62;
  max-width: 399px;
  margin: 30px auto;
}

.middle.callouts-form .left h2::before {
  content: "";
  position: absolute;
  top: 1%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #0D2C62;
}

.middle.callouts-form {
    background: #E5EDFB;
    max-width: 100%;
    padding: 30px 0 0;
    border-bottom: 1px solid #0D2C62;
    border-top: 1px solid #0D2C62;
}

.infoForm {
  margin: 0 0 24px;
    margin-left: 0px;
  background: #E5EDFB;
  padding: 20px;
}

.tuition {
  background: #fff !important;
    padding: 50px 0;
    margin: 50px 0 0;
    border-top: 1px solid #0D2C62;
    display: none;
}

.table {
  display: table;
  width: 100%;
  margin: 0 0 1.3em;
  table-layout: fixed;
}

.quick-facts .table {
  table-layout: fixed;
  text-align: center;
  width: 100%;
  margin: 30px 0 0;
}

.table > div {
  display: table-row;
}

.quick-facts .table > div > div:first-child {
  padding-left: 0;
}
.quick-facts .table > div > div {
  padding: 0 1.8%;
    padding-left: 1.8%;
  vertical-align: baseline;
}
.table > div > div:first-child {
  padding-left: 0;
}
.table > div > div {
  display: table-cell;
  padding: 0 18px;
}

.mobile-form {
    display: none;
}

.hero .transparency {
    background: #00000061;
}

.middlebutton {
    display: none;
    
}

.middle.programs .content {
    display: table;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 800px) {
  .hero {
    background-image: none !important;
    background: #e0e0e0 !important;
  }
    
    .infoForm-container {
    margin: 0 auto !important;
    max-width: 400px !important;
    width: 92% !important;
    text-align: center !important;
  }
    
    .mobile-form .infoForm {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
    
    .infoForm {
    background: #FFFFFF;
    max-width: 100%;
    color: #0D2C62;
    padding: 30px 0;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #0D2C62;
  }
    
    .cta {
    background: #0D2C62 !important;
  }
    .quick-facts .table > div > div:first-child {
    margin-top: 15px;
}

    .quick-facts .table > div > div:first-child {
    padding-left: 0;
}
    
    .quick-facts .table > div > div {
    display: block;
    padding: 0;
    padding-left: 0px;
    margin: 50px 0;
    margin-top: 50px;
  }
    
    .mobile-form {
        display: block;
    }
    
    
    
    .hero-button-request {
      margin: 10px 20px;
    }
    
    .hero-button-apply {
      margin: 10px 20px;
    }
    
    .middlebutton {
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 1000px) {
    .hero {
    background: url(../images/hero-middle.jpg) right center no-repeat;
    background-size: auto;
    background-size: cover;
    text-align: center;
    min-height: 400px;
  }
    
    .hero-buttons {
      padding: 35px 0 0;
      display: block;
      justify-content: center;
      flex-direction: column;
    }
    
    .hero-buttons-footer {
      padding: 35px 0 0;
      display: block;
      justify-content: center;
      flex-direction: column;
    }
    
    .hero-button-request {
      margin: 10px 20px;
    }
    
    .hero-button-request-footer {
      margin: 10px 20px;
      padding: 0px !important;
      text-align: center !important;
    }
    
    .hero-button-apply {
      margin: 10px 20px;
    }
    
    .hero-button-apply-footer {
      margin: 10px 20px;
      padding: 0px !important;
      text-align: center !important;
    }
    
    .middle.callouts-form {
        background: #E5EDFB;
        max-width: 100%;
        padding: 30px 0 0;
        border-bottom: 1px solid #0D2C62;
        border-top: 1px solid #0D2C62;
        display: none;
    }
    
    .hero-button-request a.button {
        transition-duration: 0.4s !important;
        border-width: 2px !important;
        border: 2px solid #0D2C62 !important;
        background: #0D2C62 !important;
        color: #FFFFFF !important;
        margin: 0;
    }
    
    .hero-button-apply a.button {
        transition-duration: 0.4s !important;
        border-width: 2px !important;
        border: 2px solid #f1b300 !important;
        background: #f1b300 !important;
        color: #FFFFFF !important;
        margin: 0;
    }
    
    .hero-button-request-footer a.button {
        transition-duration: 0.4s !important;
        border-width: 2px !important;
        border: 2px solid #0D2C62 !important;
        background: #0D2C62 !important;
        color: #FFFFFF !important;
        margin: 0 !important;
    }
    
    .hero-button-apply-footer a.button {
        transition-duration: 0.4s !important;
        border-width: 2px !important;
        border: 2px solid #f1b300 !important;
        background: #f1b300 !important;
        color: #FFFFFF !important;
        margin: 0 !important;
    }
    
}

@media screen and (max-width: 1200px) {
    .show-hide {
    margin: 0 0 34px;
    }
    
}


.cta a.btn-blue, .hero-content a.btn-blue, .callouts-form div .hero-content a.btn-blue {
    border: 2px solid #0D2C62 !important;
    background: #0D2C62 !important;
    color: #FFFFFF !important;
}
.cta a.btn-blue:hover, .cta a.btn-blue:focus,  div .hero-content a.btn-blue:hover, div .hero-content a.btn-blue:focus, .callouts-form .hero-content a.btn-blue:hover, .callouts-form .hero-content a.btn-blue:focus {
    background: #FFFFFF !important;
    color: #0D2C62 !important;
    border: 2px solid #0D2C62 !important;
}
.cta a.btn-gold, div .hero-content a.btn-gold, .callouts-form div .hero-content a.btn-gold {
    background: #f1b300 !important;
    color: #FFFFFF !important;
    border: 2px solid #f1b300 !important;
}
 .cta a.btn-gold:hover, .cta a.btn-gold:focus,  div .hero-content a.btn-gold:hover, div .hero-content a.btn-gold:focus,  .callouts-form  div .hero-content a.btn-gold:hover, .callouts-form  div .hero-content a.btn-gold:focus{
    background: #FFFFFF !important;
    color: #f1b300 !important;
    border: 2px solid #f1b300 !important;
}