.footer {
  background-color: #18111e;
  border-top: 5px solid #1493a4;
}

.vision-mission {
    padding: 80px 0;
    text-align: center;
}

.vision-mission hr {
    width: 1px;
    height: 100%;
    border: none;
    border-left: 1px solid #eee;
    margin: 0 auto;
}

.vision-mission h2 {
    font-size: 47px;
}

.vision-mission h2:after {content: "";display: block;width: 130px;height: 3px;background: #87b738;margin: 20px auto 30px;}

.vision-mission .col-sm-5:last-child h2:after {
  background: #1493a4;
}

.register-lead {
    background-color: #372249;
}

.brand a {
    text-align: center;
    padding: 18px 0;
}

.sticky .brand a {
  padding: 6px 0;
}

.brand i.logo {
    background-image: url(../i/2025/logo.png?v=2);
    width: 160px;
    height: 113px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto 3px;
}

.sticky .brand i.logo {
  width: 97px;
  height: 55px;
}

.brand a span {
    color: #fff;
    font-family: 'kionaregular', sans-serif;
    letter-spacing: 4px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.inner .brand a span {
  color: #18111e;
}

.sticky .brand a span {
  font-size: 9px;
  color: #fff;
  line-height: 12px;
}

.course-intro {
    background-color: #18111e;
    border-bottom: 5px solid #9ecc36;
}

.hero-urban .slideshow img {
    min-width: 100%;
    max-width: 110%;
    height: auto;
    margin: auto;
    bottom: 0;
    right: 0;
}

.hero-urban .slideshow {
    z-index: 1;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.3;
}

.hero-urban .container {
    z-index: 10;
    position: relative;
}

.hero-urban:before {content: "";}

.hero-urban {
    position: relative;
    overflow: hidden;
    height: 800px;
    height: 100vh;
    background-color: #010101;
}

.hero-urban .container,
.hero-urban .row,
.hero-urban .col-sm-10 {
  height: 100%;
}

.hero-urban .col-sm-10 {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.uva-hero h1,
.hero-urban h1 {
    font-size: 62px;
    color: #fff;
    line-height: 0.9;
}
.uva-hero h1 em,
.hero-urban h1 em {
    display: block;
    font-size: 36px;
    font-style: normal;
    letter-spacing: 11px;
    color: #87b738;
}
.uva-hero ul,
.hero-urban ul {
  margin-top: 80px;
}
.uva-hero ul li a:before,
.hero-urban ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f101";
  color: #2ac3d7;
}
.uva-hero ul li,
.hero-urban ul li {
  display: inline-block;
}
.uva-hero ul li a,
.hero-urban ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 300;
  font-family: 'kionaregular', sans-serif;
}
.uva-hero ul li:nth-child(2),
.hero-urban ul li:nth-child(2) {
  border-left: 1px solid rgba(255,255,255,0.25);
  border-right: 1px solid rgba(255,255,255,0.25);
  margin: 0 15px;
  padding: 0 15px;
}

.uva-hero ul li a:hover,
.uva-hero ul li a:focus,
.hero-urban ul li a:hover,
.hero-urban ul li a:focus {
  color: #2ac3d7;
}

.about-intro-block p {
    font-weight: 800;
    font-size: 29px;
    line-height: 1.25;
}
.staffbox {
    padding-left: 26px;
    text-align: center;
}

.staffbox img {
    max-width: 100%;
    height: auto;
}

.staffbox h4 {
    font-size: 27px;
}

.staffbox p {
    margin: 0;
    font-size: 16px;
    height: 50px;
    color: #9ecc36;
}

.staffbox ul li {
    margin: 0 0 50px;
}

.staffbox ul li:last-child {
    margin: 0;
}

.page-intro p {
    color: #ccc;
    font-size: 16px;
}

.btm-quote {
    padding: 20px 50px;
    background-color: #f9f9f9;
    text-align: center;
    margin: 20px 0 0;
}

.enroll-links {
    margin: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 50px 0;
    text-align: center;
}

.enroll-links ul, .enroll-links ul li a {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.enroll-links ul li a {
    background: #ccc;
    width: 300px;
    height: 100px;
    font-size: 16px;
    color: #fff;
}

.enroll-links ul li:nth-child(2) {
    margin: 0 20px;
}

.enroll-links ul li.blue a { background-color: #1493a4; }
.enroll-links ul li.green a { background-color: #7aae24; }
.enroll-links ul li.purple a { background-color: #462862; }


.enroll-links ul li a:hover, .enroll-links ul li a:focus {
    background: #000;
}
.fc-view:before {
  background: #1493a4;
}

.pg-content.pg-course-bottom.pg-extra-curricular.orange ul:before {
  background-color: #503969;
}

.blue .course-box p:before {
    background-color: #1493a4;
}


.developmental-stages ul {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 30px;
}

.developmental-stages ul li {
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  margin: 0 0 10px;
  background: #f5f5f7;
  font-size: 18px;
  padding: 20px 20px 20px 80px;
  position: relative;
}

.developmental-stages ul li p {
  margin: 0;
}

.developmental-stages ul li h3 {
  font-size: 24px;
}

.developmental-stages ul li h3,
.developmental-stages ul li p {
  position: relative;
  z-index: 2;
}

.developmental-stages ul li h3 em {
  z-index: 1;
  position: absolute;
  top: -10px;
  left: -63px;
  font-size: 70px;
  font-style: normal;
}

.developmental-stages ul li:nth-child(5) {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}

.pg-extra-curricular hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 50px 0;
}

.course-box.cb3up ul {
    margin: 10px 0 0;
    min-height: 1px;
}

.course-box.cb3up {
    margin: 0;
    padding: 0;
}

.program-links a:nth-child(3) img {
    top: -60px;
    left: -230px;
}

.program-links a:nth-child(2) img {
    top: -60px;
    right: -40px;
    left: auto;
}

.enroll-links ul li a {
    position: relative;
    text-align: right !important;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    padding: 20px 20px 20px 120px;
    height: 130px;
}

.enroll-links ul li a strong {
    position: absolute;
    font-weight: 300;
    font-family: 'kionaregular', sans-serif;
    font-size: 60px;
    left: 20px;
}

.enroll-links ul li a strong:after {content: ".";}

.course-intro,
.page-intro {
  margin-top: 162px;
}

@media (min-width: 992px) {

  .course-box.cb3up ul {
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .course-box.cb3up ul li {
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    margin: 12px -0px 0;
  }

}


@media (max-width: 1199px) {

  .developmental-stages ul li {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 10px !important;
  }

  .about-intro-block p {
      font-size: 20px;
  }
  .hero-urban h1 {
      font-size: 43px;
  }

  .hero-urban h1 em {
      font-size: 27px;
  }
    .brand i.logo {
        width: 102px;
        height: 73px;
    }
  .sticky .brand i.logo {
      width: 87px;
      height: 54px;
  }
  .brand a span {
      font-size: 11px;
      line-height: 14px;
  }


  .vision-mission h2 {
      font-size: 35px;
  }

  .footer form input[type="email"] {
      width: 100%;
  }

  .footer form input[type="email"] + input {
      width: 100%;
  }

  .footer .brand a img {
      max-height: 90px;
  }

  .hero-urban {
    height: 600px;
  }
  .register-lead h2 {
      font-size: 34px;
  }  .course-intro, .page-intro {
        margin-top: 122px;
    }
}

@media (max-width: 991px) {

  .enroll-links ul li a {
      position: relative;
      text-align: center !important;
      padding: 20px;
      height: 130px;
  }

  .enroll-links ul li a strong {
      position: relative;
      font-size: 45px;
      left: 0;
      display: block;
      margin: 0 0 5px;
  }

  .enroll-links ul li a strong:after {content: ".";}

  .footer form input[type="email"] {
      width: 100%;
  }

  .footer form input[type="email"] + input {
      width: 100%;
  }

  .footer .brand a img {
      max-height: 90px;
  }

  .hero-urban ul li:nth-child(2) {
      border: none;
      border-top: 1px solid rgba(255,255,255,0.25);
      border-bottom: 1px solid rgba(255,255,255,0.25);
      margin: 15px 0;
      padding: 15px 0;
  }

  .hero-urban:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    display: block;
    z-index: 2;
    background: #000;
    opacity: 0.8;
  }


  .hero-urban {
    background-image: url(../i/2021/slide2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hero-urban ul li {display: block;}

  .hero-urban h1 em {
      font-size: 17px;
  }

  .hero-urban ul {
      margin-top: 50px;
  }
  .hero-urban .slideshow {
      display: none;
  }

  .pg-content.pg-about-us .col-sm-12 .col-sm-3,
  .pg-content.pg-about-us .col-sm-12 .col-sm-6 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .staffbox {padding: 0;}

  .staffbox img {
      max-width: 300px;
  }
}

@media (max-width: 767px) {
  .course-box ul li {
      border-bottom: 1px solid #ccc;
      text-align: center;
      font-size: 16px;
  }

  .pg-course-bottom h2 {
    font-size: 25px !important;
    letter-spacing: 0;
}
.tuition-box.teal {
    margin-top: 50px;
}
.pg-content.pg-admissions h2 {
  font-size: 26px !important;
}
.tuition-box h3 {
    font-size: 20px !important;
}

.tuition-box.teal ul li em {
    margin-top: 20px;
}
.pg-course-bottom .course-box p {
  margin-top: 10px !important;
}

  /*.course-intro ul.nav li:last-child {*/
  /*    max-width: 100%;*/
  /*    -webkit-flex: 0 0 100%;*/
  /*    -ms-flex: 0 0 100%;*/
  /*    flex: 0 0 100%;*/
  /*}*/
    .courses-photo:after {
    background: #000 !important;
    opacity: 0.4 !important;
}
  .course-box ul {
      padding-bottom: 25px;
  }
  .course-intro .col-md-3 {
      -webkit-order: 2;
      order: 2;
      margin-top: 7px !important;
  }
  .course-box ul li:last-child {
      margin: 0;
      border: 0;
  }
  .course-box h3 {
    font-size: 18px;
}
  .pg-extra-curricular img,
  .pg-kindergarten img {
      margin: 20px 0;
  }
  .program-links a img {
      width: 100% !important;
      max-width: unset !important;
      height: auto !important;
      min-height: unset !important;
      max-height: unset !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      top: 0 !important;
      margin: auto !important;
  }


  .program-links a {
      max-width: 100% !important;
      -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
  }

  .hero-urban {
      margin: 70px 0 0;
  }
  .developmental-stages ul {padding: 0;}
  .header .mopt a i {
    background: #87b738 !important;
  }
  .program-links {
    display: block;
}

.program-links a {
    max-width: 100%;
    margin: 0;
}.course-intro {
    margin-top: 74px !important;
}
.course-intro ul.nav {
    margin-top: 15px !important;
}
.courses-photo {
    padding: 50px 20px !important;
}
  .header .col-7 a {
      display: flex;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flex;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin: 22px 0 0;
      font-family: 'kionaregular', sans-serif;
      color: #fff;
  }

  .inner .header:not(.sticky), .inner .header.sticky, .header, .header.sticky {
    border-top: 3px solid #2ac3d7 !important;
  }

  .header .col-7 a span {
      color: #fff;
  }

  .header .col-7 a img {
      max-width: 53px;
      margin-right: 5px;
  }

  .vision-mission hr {
      width: 100%;
      height: 1px;
      border: none;
      border-top: 1px solid #eee;
      margin: 30px auto;
  }

  .vision-mission h2 {
      font-size: 28px;
  }

  .vision-mission h2:after {
      width: 70px;
      height: 2px;
      margin: 7px auto 21px;
  }

  .hero-urban {
      height: 400px;
  }

  .hero-urban h1 {
      font-size: 28px;
  }

  .hero-urban h1 em {
      font-size: 14px;
      margin: 7px 0 0;
      font-weight: 700;
  }

  .btm-quote {
      padding: 20px;
  }

}


.careers-box {
    background: #f9f9f9;
    padding: 30px;
}

.pg-contact-us hr {
    margin: 60px 0;
    border: none;
    border-top: 1px solid #eee;
}

.pg-contact-us iframe {
    width: 100%;
    height: 312px;
    margin: 0;
}


.careers-box h2 i {color: #6f2084;}

@media (min-width: 768px) {
  .donor-table td:nth-child(1), .donor-table th:nth-child(1) {
    max-width: 490px;
  }
}

.donor-table td, .donor-table th {
    text-align: center;
}

.donor-table table {
    width: 100%;
    border-collapse: collapse;
}

.donor-table tbody tr td:nth-child(1) {
    text-align: left;
}

.donor-table tbody tr td {
    padding: 13px;
}

.donor-table tbody tr:nth-child(2n+2) {
    background: #f9f9f9;
}

.donor-table thead {
    background-color: #18111e;
    border-top: 5px solid #9ecc36;
}

.donor-table thead th {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
}


.donor-table tbody td strong {
  display: inline-block;
  background-image: url(../i/icons/icon-check-blue.svg);
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {

  .donor-table table, .donor-table table * {
      display: block;
  }

  .donor-table tbody td strong {
      width: 20px;
      position: relative;
      top: -6px;
      margin-left: 5px;
  }

  .donor-table table tr td:nth-child(1) {
      background: #222;
      color: #fff;
        text-align: center;
      font-weight: bold;
      font-size: 16px;
  }

  .donor-table table thead {display: none;}
  .donor-table table tr td:nth-child(2):before {content: "Bronze: ";font-weight: bold;}
  .donor-table table tr td:nth-child(3):before {content: "Silver: ";font-weight: bold;}
  .donor-table table tr td:nth-child(4):before {content: "Gold: ";font-weight: bold;}
  .donor-table table tr td:nth-child(5):before {content: "Platinum: ";font-weight: bold;}
  .donor-table table tr td:nth-child(6):before {content: "Diamond: ";font-weight: bold;}

}

.our-donors {
    text-align: center;
    padding: 30px 0;
}

.our-donors img {
  max-width: 150px;
}

.pg-content.pg-admissions .tuition {
    padding-top: 30px;
}

.ccm-custom-style-container.our-donors p {
    display: inline;
    margin: 0 10px;
}

.ccm-custom-style-container.our-donors h1 {
    margin-bottom: 25px;
}
@media(max-width: 1500px){
  .pg-about-us .col-sm-3:nth-child(3) .staffbox ul li:first-of-type {
    margin-bottom: 21px !important;
  }
}

#donor-logos {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px 0 70px;
}

#donor-logos img {
    max-height: 90px;
    width: auto;
    margin: 0 20px;
}


@media (max-width: 767px) {

#donor-logos img {
  max-height: 50px;
}

}

html .pg-content.pg-admissions .brochure h2 {
  font-size: 37px;
  text-align: center;
  font-weight: 600;
  margin: 0 !important;!i;!;!i;!;
}

html .pg-content.pg-admissions .brochure h2 + p {
  text-align: center;
  font-weight: 300;
  max-width: 85%;
  margin: 10px auto 50px;
}

.brochure .ccm-form fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.brochure .ccm-form fieldset .mb-3 {
  flex: 0 0 49%;
  max-width: 49%;
}

.brochure .ccm-form fieldset .mb-3 .small {
  font-size: 75%;
  color: #666;
}


.pg-content .brochure .form-group.captcha {
  max-width: 257px;
  margin: 0 auto;
}

.pg-content .brochure .form-actions {
  text-align: center;
}

.pg-content .brochure .ccm-form {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
}

.footer ul {
  display: block;
  text-align: center;
}

.footer p {
  text-align: center;
}

@media (max-width: 991px) {

  
.brochure .ccm-form fieldset .mb-3 {
  flex: 0 0 100%;
  margin: 5px 0;
}

.pg-content .brochure .ccm-form { 
  max-width: 100%;
}
  
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
}


.uva-hero {
    position: relative;
    overflow: hidden;
    height: 800px;
    height: 100vh;
    background-color: #010101;
    background-image: url(../i/bg-fallback.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.uva-hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
}

.uva-hero .uva-hero-content {
  z-index: 80;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.uva-hero video {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uva-video {
    width: clamp(533px, 41.67vw, 800px);
    height: clamp(300px, 23.44vw, 450px);
    display: none;
}


.uva-video .closeThis {
    width: clamp(27px, 2.08vw, 40px);
    height: clamp(27px, 2.08vw, 40px);
    display: block;
    background: #fff;
    color: #000;
    border-radius: 100%;
    text-align: center;
    line-height: clamp(27px, 2.08vw, 40px);
    font-size: clamp(20px, 1.56vw, 30px);
    position: absolute;
    top: clamp(-20px, -1.04vw, -13px);
    right: clamp(-20px, -1.04vw, -13px);
    z-index: 100;
}

.uva-video .closeThis:hover, 
.uva-video .closeThis:focus {
    background: #999;
    color: #666;
}

.uva-hero p a {
    background-color: #1493A4;
    border: 2px solid #1493A4;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(16px, 1.09vw, 21px);
    color: #fff;
    padding: clamp(9px, 0.68vw, 13px) clamp(20px, 1.56vw, 30px) clamp(8px, 0.63vw, 12px);
    transition: all 0.3s;
    margin: 0 clamp(3px, 0.26vw, 5px);
}

.uva-hero p a + a {
    background-color: transparent;
    border-color: #94C83D;
}

.uva-hero p a:hover, .uva-hero p a:focus {
    background-color: #fff;
    color: #333;
    border-color: #fff;
}


.uva-hero ul {
    margin: clamp(27px, 2.08vw, 40px) 0 clamp(53px, 4.17vw, 80px);
}

.uva-hero h1 {
    margin: clamp(67px, 5.21vw, 100px) 0 0;
    font-size: clamp(41.333333333333336px, 3.2291666666666665vw, 62px);
}

.uva-hero h1 em {
  font-size: 58%;
}

.uva-hero ul li a {
    font-size: clamp(14px, 0.8333333333333334vw, 16px);
    letter-spacing: clamp(3.3333333333333335px, 0.2604166666666667vw, 5px);
}

.avm {
  border-bottom: 20px solid #f5f5f7;
}

.uva-intro {
    text-align: center;
    padding: clamp(60px, 4.69vw, 90px) 0;
}

.uva-intro h2 {
    font-size: clamp(27px, 2.14vw, 41px);
    letter-spacing: -0.clamp(3px, 0.26vw, 5px);
    margin: 0 0 clamp(10px, 0.78vw, 15px);
}

.uva-intro ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.uva-intro ul li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: clamp(20px, 1.56vw, 30px);
    color: #777;
    font-size: clamp(13px, 0.8333333333333334vw, 16px);
}

.uva-intro ul li strong {
    display: block;
    font-size: clamp(17px, 1.04vw, 20px);
    line-height: 1;
    color: #222;
    margin: 0 0 clamp(3px, 0.21vw, 4px);
}

.uva-intro ul li strong span {
    background: #ccc;
    width: clamp(67px, 5.21vw, 100px);
    height: clamp(67px, 5.21vw, 100px);
    border-radius: 100%;
    margin: 0 auto clamp(13px, 1.04vw, 20px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.uva-intro ul li strong span svg {
    width: 50%;
    height: auto;
}

.uva-intro ul li:nth-child(1) strong span,
.uva-intro ul li:nth-child(4) strong span,
.uva-intro ul li:nth-child(7) strong span,
.uva-intro ul li:nth-child(10) strong span { 
  background: #75AC19; 
}

.uva-intro ul li:nth-child(2) strong span,
.uva-intro ul li:nth-child(5) strong span,
.uva-intro ul li:nth-child(8) strong span,
.uva-intro ul li:nth-child(11) strong span {
  background: #1493A4; 
}


.uva-intro ul li:nth-child(3) strong span,
.uva-intro ul li:nth-child(6) strong span,
.uva-intro ul li:nth-child(9) strong span { 
  background: #6F2084; 
}

@media (max-width: 991px) {
.uva-intro ul li {
    flex: 0 0 50%;
    max-width: 50%;
}


}

@media (max-width: 767px) {

.uva-video {
    width: 280px;
    height: 158px;
}

.uva-hero {
  height: auto;
  margin: 74px 0 0;
  padding: 60px 15px;
  overflow: visible;
}

.uva-hero video {
  display: none;
}

.uva-hero .uva-hero-content {
    position: relative;
}

.uva-hero .uva-hero-content h1 {
    margin: 0;
    font-size: 29px;
}

.uva-hero .uva-hero-content h1 em {
    font-size: 13px;
    letter-spacing: 4px;
}

.uva-hero p a {
    font-size: 12px;
    padding: 10px 10px;
}

.uva-hero ul li {
    display: block;
}

.uva-hero ul li:nth-child(2) {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 8px 0;
    margin: 8px 0;
}

}


.tuition-box sub {
    font-size: 24px;
    letter-spacing: 0px;
}

.tuition-box ul li strong.price {
    min-height: 80px;
}


.course-box p {
    min-height: 200px;
    display: flex;
    align-items: center;
}


.enroll-links h2 {
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    margin: 0 0 22px;
}

.tuition-intro h2 {
        margin: 0;
    font-size: 37px;
    line-height: 1;
        color: #000;
        font-weight: 700;
}



.tuition-box > h2 { 
    font-weight: 700;
    line-height: 1.25;
    color: #000;
    margin: 0;
    font-size: 37px;
}

hr {
    background: none !important;
    border: 0;
    border-top: 1px solid #eee;
}

.ministry {
    display: flex;
    align-items: center;
    padding: clamp(10.666666666666666px, 0.8333333333333334vw, 16px) clamp(16px, 1.25vw, 24px);
    color: #FFF;
    grid-gap: clamp(10.666666666666666px, 0.8333333333333334vw, 16px);
    border-radius: 8px;
    font-family: 'kionaregular';
    font-size: clamp(12px, 0.9375vw, 18px);
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: 1px solid #FFF;
    flex-direction: column;
    justify-content: center;
    width: clamp(133.33333333333334px, 10.416666666666666vw, 200px);
    text-align: center;
}

.ministry svg {
    display: block;
    width: clamp(40px, 2.6041666666666665vw, 50px);
    height: clamp(40px, 2.6041666666666665vw, 50px);
}

.ministry svg * {
    fill: #B96DFF;
}

.footer ul li {
    margin: 0;
}

.footer ul.footer-social li {
    margin: 0 10px 0 0;
}

@media (max-width: 767px) {
    .ministry {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .uva-hero {
        padding-bottom: 200px;
    }
}
