/**
* 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;
}

.page-template-scholarship .main-content {
  padding: 0;
}

.page-template-scholarship .intro-scholarship {
  padding: 40px 0;
  background-image: url(../images/bg-intro-scholarship.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .intro-scholarship {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-scholarship .intro-scholarship {
    padding: 133px 0 159px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-scholarship .intro-scholarship .content {
    max-width: 630px;
  }
}
.page-template-scholarship .intro-scholarship .content h2 {
  margin-bottom: 21px;
}

.page-template-scholarship .intro-scholarship .content .btn-wrapper {
  margin-top: 31px;
}

@media (max-width: 767px) {
  .page-template-scholarship .intro-scholarship .content .btn-wrapper {
    text-align: center;
  }
}
.page-template-scholarship .intro-scholarship .content .btn-wrapper .btn {
  max-width: 258px;
  width: 100%;
}

.page-template-scholarship .intro-scholarship .image-holder {
  position: relative;
  margin: 0 auto 140px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .intro-scholarship .image-holder {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-scholarship .intro-scholarship .image-holder {
    margin-bottom: 84px;
  }
}
.page-template-scholarship .intro-scholarship .image-holder .img-intro {
  filter: drop-shadow(5px 7px 15px rgba(0, 0, 0, 0.1));
}

.page-template-scholarship .intro-scholarship .note {
  position: absolute;
  bottom: -100px;
  left: 50%;
  padding: 20px;
  max-width: 311px;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border-left: 5px solid #D9C77D;
  box-shadow: 5px 7px 15px 1px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .intro-scholarship .note {
    bottom: -84px;
    padding: 30px 34px 16px;
  }
}
.page-template-scholarship .intro-scholarship .note .text {
  margin-top: 16px;
  color: #454545;
  font-size: 16px;
  line-height: 27px;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .intro-scholarship .note .text {
    font-size: 17px;
    line-height: 30px;
  }
}
.page-template-scholarship .scholarship-contest {
  padding: 40px 0;
  background: url(../images/bg-pattern-small.jpg);
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .scholarship-contest {
    padding: 91px 0 217px;
  }
}
.page-template-scholarship .scholarship-contest .content-holder {
  text-align: center;
}

.page-template-scholarship .scholarship-contest .content-holder .top-content {
  margin: 0 auto;
  max-width: 700px;
}

.page-template-scholarship .scholarship-contest .content-holder .top-content h2 {
  margin-bottom: 22px;
}

.page-template-scholarship .scholarship-contest .content-holder .top-content .text-bold {
  margin: 24px auto 22px;
  max-width: 470px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.page-template-scholarship .scholarship-contest .content-holder .items {
  margin: 30px auto 7px;
  max-width: 752px;
}

.page-template-scholarship .scholarship-contest .content-holder .items .row {
  margin: 0 -15px;
}

.page-template-scholarship .scholarship-contest .content-holder .items .col-item {
  margin-bottom: 15px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .scholarship-contest .content-holder .items .col-item {
    border-right: 1px solid #CFCFCF;
  }
}
.page-template-scholarship .scholarship-contest .content-holder .items .col-item:last-child {
  border-right: none;
}

@media (max-width: 991px) {
  .page-template-scholarship .scholarship-contest .content-holder .items .col-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .page-template-scholarship .scholarship-contest .content-holder .items .col-item:last-child .item {
    border-bottom: none;
  }
}
.page-template-scholarship .scholarship-contest .content-holder .items .item {
  margin: 0 auto;
  max-width: 201px;
}

@media (max-width: 767px) {
  .page-template-scholarship .scholarship-contest .content-holder .items .item {
    padding-bottom: 15px;
    border-bottom: 1px solid #CFCFCF;
  }
}
.page-template-scholarship .scholarship-contest .content-holder .items .item .icon-holder {
  margin-bottom: 16px;
}

.page-template-scholarship .scholarship-contest .content-holder .items .item .text {
  color: #454545;
  font-size: 18px;
  font-weight: 700;
}

.page-template-scholarship .scholarship-contest .content-holder .bottom-content {
  margin: 0 auto;
  max-width: 588px;
}

.page-template-scholarship .scholarship-contest .content-holder .bottom-content p {
  margin-bottom: 30px;
}

.page-template-scholarship .scholarship-contest .content-holder .bottom-content p:last-child {
  margin-bottom: 0;
}

.page-template-scholarship .helpful-tips {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .helpful-tips {
    margin-top: -166px;
    margin-bottom: 80px;
  }
}
.page-template-scholarship .helpful-tips .content-holder {
  padding: 15px;
  margin: 0 auto;
  max-width: 857px;
  background-color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .helpful-tips .content-holder {
    padding: 27px 35px;
    display: flex;
    align-items: center;
  }
}
.page-template-scholarship .helpful-tips .content-holder .image-holder {
  position: relative;
  max-width: 201px;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .helpful-tips .content-holder .image-holder {
    flex: 0 0 201px;
    margin-top: -22px;
    margin-right: 37px;
  }
}
@media (max-width: 767px) {
  .page-template-scholarship .helpful-tips .content-holder .image-holder {
    margin: 0 auto 20px;
  }
}
.page-template-scholarship .helpful-tips .content-holder .image-holder .title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  line-height: 43px;
  transform: translate(-50%, -50%);
}

.page-template-scholarship .helpful-tips .content-holder .image-holder .title span {
  color: var(--color-tertiary);
}

.page-template-scholarship .helpful-tips .content-holder .info-holder {
  padding: 11px 0;
  max-width: 525px;
}

.page-template-scholarship .helpful-tips .content-holder .info-holder ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) {
  margin-bottom: 0;
}

.page-template-scholarship .helpful-tips .content-holder .info-holder ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
  line-height: 28px;
}

.page-template-scholarship .helpful-tips .content-holder .info-holder ul.list-check:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:before {
  width: 24px;
  height: 24px;
  background-image: url(../images/icons/icon-check.svg);
}

.page-template-scholarship .important-dates {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .important-dates {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-scholarship .important-dates {
    padding-bottom: 111px;
  }
}
.page-template-scholarship .important-dates .section-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .important-dates .section-title {
    margin-bottom: 46px;
  }
}
.page-template-scholarship .important-dates .items {
  margin: 0 auto;
  max-width: 1299px;
}

.page-template-scholarship .important-dates .items .row {
  margin: 0 -15px;
}

.page-template-scholarship .important-dates .items .col-item {
  margin-bottom: 15px;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .page-template-scholarship .important-dates .items .col-item:last-child {
    margin-bottom: 0;
  }
}
.page-template-scholarship .important-dates .item {
  padding: 30px 15px;
  margin: 0 auto;
  max-width: 413px;
  color: #454545;
  text-align: center;
  background-color: #fff;
  border-top: 5px solid #2058B4;
  box-shadow: 5px 7px 15px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .important-dates .item {
    padding: 62px 15px;
  }
}
.page-template-scholarship .important-dates .item .icon-holder {
  margin-bottom: 17px;
}

.page-template-scholarship .important-dates .item .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .important-dates .item .title {
    font-size: 17px;
  }
}
.page-template-scholarship .important-dates .item .date {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .important-dates .item .date {
    font-size: 25px;
  }
}
.page-template-scholarship .faq {
  padding: 40px 0;
  background: url(../images/bg-pattern-small.jpg);
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .faq {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-scholarship .faq {
    padding: 88px 0 132px;
  }
}
.page-template-scholarship .faq .section-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-scholarship .faq .section-title {
    margin-bottom: 54px;
  }
}
.page-template-scholarship .form-section {
  position: relative;
  padding-top: 100px;
}

@media screen and (min-width: 1200px) {
  .page-template-scholarship .form-section {
    padding-bottom: 30px;
  }
  .page-template-scholarship .form-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1336px;
    background-image: url(../images/bg-scholarship-form-section.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1199px) {
  .page-template-scholarship .form-section {
    padding-top: 50px;
    padding-bottom: 25px;
    background-image: url(../images/bg-scholarship-form-section.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.page-template-scholarship .form-section .content-holder {
  margin: 0 auto;
  max-width: 616px;
  text-align: center;
}

.page-template-scholarship .form-section .content-holder h2 {
  margin-bottom: 24px;
}

.page-template-scholarship .form-section .content-holder ol {
  margin-top: 43px;
}

.page-template-scholarship .form-section .content-holder ol li {
  padding: 12px 20px 10px 35px;
  margin-bottom: 16px;
  min-height: 58px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  border: 2px solid var(--color-tertiary);
}

.page-template-scholarship .form-section .content-holder ol li:before {
  top: 50%;
  left: -21px;
  font-size: 20px;
  width: 46px;
  height: 38px;
  border-radius: 0;
  transform: translateY(-50%);
  clip-path: polygon(0% 0%, 79% 0%, 100% 50%, 79% 100%, 0% 100%);
}

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