@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .sticky-header.header-interiors {
    background: none;
  }
}
@media screen and (min-width: 992px) {
  .sticky-header.header-interiors:before {
    content: "";
    background: linear-gradient(90deg, rgba(4, 14, 35, 0.93) 0%, rgba(23, 62, 146, 0.93) 100%);
    backdrop-filter: blur(7.5px);
    width: 100%;
    height: 140px;
    position: absolute;
    top: 0;
  }
}
.header .breadcrumb-container {
  display: none !important;
}

.hero-scholarship {
  padding-top: 35px;
  padding-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .hero-scholarship {
    padding-top: 73px;
    padding-bottom: 125px;
  }
}
.hero-scholarship .banner-title {
  text-align: center;
  font-size: 38px;
}

@media screen and (min-width: 1200px) {
  .hero-scholarship .banner-title {
    text-align: left;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .hero-scholarship .banner-title {
    font-size: 42px;
  }
}
.hero-scholarship .banner-title span {
  color: #70CFFA;
}

.hero-scholarship .col-md-6 {
  z-index: 9;
}

.hero-scholarship .col-md-6:first-child {
  padding-top: 30px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .hero-scholarship .col-md-6:first-child {
    padding-left: 90px;
    padding-top: 40px;
    width: 50%;
  }
}
.hero-scholarship .col-md-6:last-child {
  width: 100%;
  padding-right: 0px;
}

@media screen and (min-width: 1200px) {
  .hero-scholarship .col-md-6:last-child {
    width: 50%;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-scholarship .col-md-6:last-child .mb-v {
    display: none;
  }
}
.hero-scholarship .col-md-6 .bottom-content {
  text-align: right;
  margin-top: 70px;
  position: relative;
}

.hero-scholarship .col-md-6 .bottom-content .care-img {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 30%;
}

@media screen and (min-width: 480px) {
  .hero-scholarship .col-md-6 .bottom-content .care-img {
    width: 40%;
  }
}
.hero-scholarship .left-content {
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero-scholarship .left-content {
    display: initial;
    width: 610px;
    max-width: 610px;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    height: 710px;
    z-index: 1;
    position: absolute;
    top: 56px;
    right: 0;
  }
}
@media (min-width: 1235px) {
  .hero-scholarship .left-content {
    width: 640px;
    max-width: 640px;
  }
}
@media (min-width: 1400px) {
  .hero-scholarship .left-content {
    width: 680px;
    max-width: 680px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-scholarship .left-content {
    width: 715px;
    max-width: 715px;
  }
}
@media (min-width: 1490px) {
  .hero-scholarship .left-content {
    width: 750px;
    max-width: 750px;
  }
}
.hero-scholarship .left-content .ds-v {
  position: absolute;
  left: 55px;
  bottom: 30px;
}

.hero-scholarship .money {
  margin-top: 50px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 1200px) {
  .hero-scholarship .money {
    text-align: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.hero-scholarship .money .text {
  padding-left: 15px;
  color: #FFF;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.hero-scholarship .money .text span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 1300px) {
  .hero-scholarship .money .text span {
    font-size: 24px;
  }
}
.hero-scholarship .email {
  margin-top: 60px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 1200px) {
  .hero-scholarship .email {
    text-align: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.hero-scholarship .email .text {
  padding-left: 15px;
  color: #FFF;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.hero-scholarship .email .text a {
  color: #FFF;
  display: block;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

@media (min-width: 1300px) {
  .hero-scholarship .email .text a {
    font-size: 24px;
  }
}
.scholarship-details {
  padding-bottom: 160px;
}

@media screen and (min-width: 1200px) {
  .scholarship-details {
    padding-bottom: 65px;
  }
}
.scholarship-details .breadcrumb-container {
  background: none;
}

.scholarship-details .breadcrumb-container .breadcrumb {
  padding: 30px 0 18px;
}

.scholarship-details .breadcrumb-container a {
  color: #143851;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.scholarship-details .breadcrumb-container a:after {
  color: #143851;
}

.scholarship-details .breadcrumb-container span {
  color: #143851;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.scholarship-details .row {
  flex-direction: column-reverse;
}

@media screen and (min-width: 1200px) {
  .scholarship-details .row {
    flex-direction: row;
  }
}
.scholarship-details .col-6 {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .scholarship-details .col-6 {
    width: 50%;
  }
}
.scholarship-details .col-6 h2 {
  color: #143851;
  font-family: var(--secondary-font), sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 39px;
  margin-bottom: 24px;
}

.scholarship-details .col-6:last-child .entry-content {
  padding-top: 30px;
}

@media screen and (min-width: 1200px) {
  .scholarship-details .col-6:last-child .entry-content {
    padding-top: 105px;
  }
}
.scholarship-details .col-6 .call-out-box {
  margin-top: 60px;
}

.scholarship-details .col-6 .call-out-box p {
  color: #143851;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.scholarship-details .col-6 .call-out-box p a {
  color: #0E47C4;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (min-width: 480px) {
  .scholarship-details .col-6 .call-out-box p a {
    font-size: 24px;
  }
}
.scholarship-details .col-6 .call-out-box img {
  float: left;
  position: relative;
  margin-right: 12px;
  top: 10px;
  margin-top: initial;
  margin-bottom: initial;
}

.scholarship-details .col-6 .bg-image {
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.15));
  position: relative;
  margin-top: 40px;
  background: url(../images/path.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .scholarship-details .col-6 .bg-image {
    margin-top: 80px;
    max-width: none;
    margin-left: initial;
    margin-right: initial;
  }
}
.scholarship-details .col-6 .bg-image .svg {
  text-align: center;
  border-radius: 25px;
  border: 8px solid #FFF;
  background: #071F53;
  position: absolute;
  bottom: -100px;
  right: 0px;
  padding: 30px 5px;
}

@media screen and (min-width: 768px) {
  .scholarship-details .col-6 .bg-image .svg {
    border-radius: 25px;
    border: 8px solid #FFF;
    bottom: -100px;
    right: 0px;
    padding: 45px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .scholarship-details .col-6 .bg-image .svg {
    border-radius: 50px;
    border: 15px solid #FFF;
    padding: 120px 85px;
    bottom: -270px;
    right: 105px;
  }
}
.scholarship-details .col-6 .bg-image .svg svg {
  width: 55%;
}

@media screen and (min-width: 768px) {
  .scholarship-details .col-6 .bg-image .svg svg {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .scholarship-details .col-6 .bg-image .svg svg {
    width: 100%;
  }
}
.topics__box-content {
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  min-height: 372px;
}

.topics__box-content .right-col {
  width: 100%;
  padding: 30px 20px;
}

@media screen and (min-width: 480px) {
  .topics__box-content .right-col {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .topics__box-content .right-col {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 992px) {
  .topics__box-content .right-col {
    width: 70%;
    padding: 60px 80px 60px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .topics__box-content .right-col {
    padding: 60px 160px 60px 60px;
  }
}
@media (min-width: 1400px) {
  .topics__box-content .right-col {
    padding: 60px 285px 60px 120px;
  }
}
.topics__box-content .right-col h2 {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .topics__box-content .right-col h2 {
    text-align: left;
  }
}
.topics__box-content .right-col .mb-icon {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .topics__box-content .right-col .mb-icon {
    display: none;
  }
}
.topics__box-content .right-col .call-out-box {
  margin-top: 20px;
}

.topics__box-content .right-col .call-out-box p {
  color: #143851;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.topics__box-content .right-col .call-out-box p a {
  color: #0E47C4;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (min-width: 768px) {
  .topics__box-content .right-col .call-out-box p a {
    font-size: 24px;
  }
}
.topics__box-content .right-col .call-out-box img {
  float: left;
  position: relative;
  margin-right: 12px;
  top: 10px;
  margin-top: initial;
  margin-bottom: initial;
}

.topics__box-content .right-col ul {
  padding-left: 0px;
}

.topics__box-content .right-col ul li {
  padding-left: 45px;
  margin-bottom: 25px;
}

.topics__box-content .right-col ul li:before {
  content: "";
  background: url(../images/list-icon.svg);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 0;
}

.topics__box-content .left-col {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .topics__box-content .left-col {
    position: relative;
    width: 30%;
    background-size: cover !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.topics__box-content .left-col .desk-icon {
  display: none;
}

@media screen and (min-width: 992px) {
  .topics__box-content .left-col .desk-icon {
    display: initial;
  }
}
.topics__box-content .left-col svg {
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.15));
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1400px) {
  .topics__box-content:last-child .right-col {
    padding: 60px 230px 60px 120px;
  }
}
.dates {
  padding-top: 45px;
}

.dates h2 {
  margin-bottom: 58px;
}

.dates__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .dates__box {
    justify-content: space-between;
  }
}
.dates__box-content {
  width: 100%;
  margin-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .dates__box-content {
    width: 52%;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 992px) {
  .dates__box-content {
    width: 44%;
  }
}
@media screen and (min-width: 1200px) {
  .dates__box-content {
    width: 32%;
  }
}
.dates__box-content.blue {
  border-radius: 50px;
  border-top: 5px solid #70CFFA;
  background: #071F53;
}

.dates__box-content.blue .info {
  text-align: center;
  padding: 55px 30px;
}

@media screen and (min-width: 768px) {
  .dates__box-content.blue .info {
    padding: 65px 60px;
  }
}
.dates__box-content.blue .info .heading {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 10px;
}

.dates__box-content.blue .info .description {
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.dates__box-content.white .info {
  max-width: 343px;
}

.dates__box-content.white .info .heading {
  margin-top: 24px;
}

.dates__box-content.white .info .description {
  color: #404040;
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.prizes {
  background: url(../images/scholarship_prizes.jpg);
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (min-width: 992px) {
  .prizes {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.prizes h2 {
  color: #fff;
  margin-bottom: 30px;
}

.prizes .sub-title {
  color: #FFF;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
}

.prizes__box {
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media screen and (min-width: 1440px) {
  .prizes__box {
    justify-content: space-between;
  }
}
.prizes__box-content {
  width: 445px;
  border-radius: 40px;
  border: 1px solid #FFF;
  padding-left: 70px;
  padding-right: 70px;
  margin-bottom: 100px;
}

@media screen and (min-width: 1440px) {
  .prizes__box-content {
    margin-bottom: 0px;
  }
}
.prizes__box-content .counter {
  color: #143851;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  width: 102px;
  height: 102px;
  border: 10px solid #11446C;
  background: #70CFFA;
  border-radius: 100%;
  line-height: 77px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
}

.prizes__box-content .heading {
  margin-top: 25px;
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .prizes__box-content .heading {
    margin-top: 35px;
  }
}
.prizes__box-content .charge {
  color: #70CFFA;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

@media screen and (min-width: 1200px) {
  .prizes__box-content .charge {
    font-size: 80px;
    line-height: 96px;
  }
}
.prizes__box-content .content {
  color: #FFF;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  padding-top: 15px;
  padding-bottom: 65px;
}

@media screen and (min-width: 1200px) {
  .prizes__box-content .content {
    padding-bottom: 90px;
  }
}
.prizes__box-content:last-child {
  margin-bottom: 0px;
}

.prizes .bottom-content {
  padding-top: 10px;
}

.prizes .bottom-content .call-out-box {
  margin-top: 60px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.prizes .bottom-content .call-out-box p {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.prizes .bottom-content .call-out-box p a {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (min-width: 480px) {
  .prizes .bottom-content .call-out-box p a {
    font-size: 24px;
  }
}
.prizes .bottom-content .call-out-box img {
  float: left;
  position: relative;
  margin-right: 12px;
  top: 10px;
  margin-top: initial;
  margin-bottom: initial;
}

.faq-questions {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-questions .accordion-item button {
  padding-right: 0px;
  padding-left: 0px;
  border: 0px;
  background: none;
  box-shadow: none;
  color: #143851;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 39px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 6px;
  border-radius: 0px !important;
}

.faq-questions .accordion-item button:after {
  background-size: 1.3rem;
  filter: brightness(0) saturate(100%) invert(12%) sepia(64%) saturate(1867%) hue-rotate(205deg) brightness(92%) contrast(94%);
}

.faq-questions .accordion-item .accordion-body {
  padding-left: 0px;
  padding-bottom: 5px;
}

.faq-questions .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.faq-questions .bottom-content .call-out-box {
  position: relative;
  margin-top: 60px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .faq-questions .bottom-content .call-out-box {
    left: 80px;
  }
}
.faq-questions .bottom-content .call-out-box p {
  color: #143851;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.faq-questions .bottom-content .call-out-box p a {
  color: #0E47C4;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (min-width: 480px) {
  .faq-questions .bottom-content .call-out-box p a {
    font-size: 24px;
  }
}
.faq-questions .bottom-content .call-out-box img {
  margin-left: 10px;
  float: left;
  position: relative;
  margin-right: 12px;
  top: 10px;
  margin-top: initial;
  margin-bottom: initial;
}

.faq-questions .bottom-content .call-out-box:before {
  content: "Additional questions?";
  color: #143851;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 7px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  display: block;
}

@media screen and (min-width: 768px) {
  .faq-questions .bottom-content .call-out-box:before {
    position: absolute;
    width: 100px;
    text-align: right;
    margin-left: -165px;
    margin-bottom: initial;
    display: initial;
  }
}
@media screen and (min-width: 768px) {
  .faq-questions .bottom-content .call-out-box:after {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    height: 58px;
    width: 1px;
    position: absolute;
    top: 7px;
    margin-left: -8px;
  }
}
.cta {
  margin-bottom: 100px;
}

.cta .content {
  position: relative;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1200px) {
  .cta .content {
    background: url(../images/cta-path.png);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: repeat-y;
    background-size: 25%;
  }
}
.cta .content .info {
  padding-top: 80px;
  padding-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 480px) {
  .cta .content .info {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .cta .content .info {
    max-width: 665px;
    padding-left: 120px;
    padding-right: initial;
  }
}
.cta .content .info h2 {
  color: #143851;
  margin-bottom: 19px;
}

.cta .content .info ul {
  padding-left: 0px;
}

.cta .content .info ul li {
  padding-left: 45px;
  margin-bottom: 25px;
}

.cta .content .info ul li:before {
  content: "";
  background: url(../images/list-icon.svg);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cta .content img {
  display: none;
}

@media screen and (min-width: 1200px) {
  .cta .content img {
    display: initial;
    width: 35%;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}
@media (min-width: 1400px) {
  .cta .content img {
    width: auto;
  }
}

/*# sourceMappingURL=scholarship.css.map*/