/**
 * Single scholarship styles
 *
 * Only loaded on the single scholarship template, so general styles should
 * be in a different style sheet.
 */

/* NEW CODE FOR THIS PAGE - I KNOW THAT GIT BLAMED IS NOT CHECKED SO I SHALL HIDE */

.entry-content .sc_container {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    max-width: none !important;
}

.sc_mobile_content {
  padding-top: 50px;
  padding-bottom: 30px;
}

.sc_intro-content {
  padding-bottom: 60px;
}

.entry-content .sc_wrapper {
  display: flex;
  width: 1440px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: flex-start;
}

.sc_wrapper .sc_core-content {
  display: flex;
  width: 900px;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}

.sc_wrapper .sc_rail-item {
  display: flex;
  width: 380px;
  min-width: 260px;
  margin-right: 50px;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
  position: sticky;
  top: 8vh;
  overflow: auto;
  box-shadow: 0 6px 16px rgb(0 0 0 / 12%);
  max-height: 82vh;
  border-radius: 8px;
}

.sc_wrapper .right-rail {
  margin-right: 0;
  margin-left: 50px;
  align-items: flex-end;
}

.sc_panel {
  align-self: flex-start;
  background: #fff;
  margin-bottom: 40px;
  padding: 40px;
}

.sc_panel-content {
  display: flex;
  flex-direction: column;
}

.sc_status {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  min-width: 96px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
}

.open-sc, .opening-soon-sc {
  background: #EBFEF9;
  color: #06d6a0;
}

.closed-sc {
  color: #ef476f;
  background: #FEF2F5;
}

.closing-soon-sc {
  color:#FFB300;
  background: #FFFAED;
}

.sc_amount {
  color: #100826;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-top: 10px;
}

.sc_winners {
  align-items: center;
  color: #100826;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  min-height: 40px;
  width: 100%;
}

.sc_button-group {
  margin-top: 32px;
}

.sc_core-info-group {
  margin-top: 24px;
}

.sc_core-info {
  margin-bottom: 20px;
}

.sc_core-info-label {
  color: #76788c;
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sc_core-info-content {
  color: #100826;
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
}

.sc_core-content h1 {
  font-size: 40px;
  margin: 0;
  margin-bottom: 40px;
  position: relative;
  word-break: break-word;
  line-height: 1.25;
}

.sc_tags {
  margin-top:40px;
}

.sc_scholarship-mobile {
  display: none !important;
}

.sc_org-logo {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  object-fit: cover;
  display: flex;
  /* border: 1px solid #efefef; */
  cursor: inherit;
}

.sc_funding-group {
  margin-bottom: 40px;
  align-items: center;
  display: flex;
  color: rgba(16,8,38,.5);
    font-size: 14px;
    line-height: 100%;
    margin-left: 4px;
}

.sc_organization {
  align-items: center;
  color: #100826;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.scholarship-eligibility-and-requirements li:before {
  color: #047eb3;
}

.sc_scholarship-desktop {
  margin-bottom: 40px;
}

.sc_eligibi_label {
  color: #100826;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .sc_intro-content{
    max-width: 73.6rem;
    width: 94.84536082%;
    margin: auto;
  }
}

@media (max-width: 1024px) {
  .entry-content .sc_wrapper {
    width: 100%;
    max-width: none;
    flex-direction: column;
  }

  .sc_mobile_header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sc_core-content h1 {
    margin-top: 40px;
  }

  .sc_core-content h1 {
    margin-bottom: 25px;
  }

  .sc_scholarship-mobile {
    display: block !important;
  }

  .sc_core-content {
    max-width: 100% !important;
    width: 100% !important;
  }

  .sc_left-rail {
    margin-left: auto;
    margin-right: auto !important;
    width: 100% !important;
    padding-bottom: 0 !important;
    position: inherit !important;
    box-shadow: none !important;
    max-height: none !important;
    border-bottom: 1px solid #eee;
    border-radius: 0 !important;
  }

  .sc_scholarship-desktop {
    display: none;
  }

  .sc_panel {
    background-color: transparent;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 30px !important;
  }

  .sc_scholarship-mobile h2 {
    color: #100826;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    line-height: 125%;
    margin-bottom: 23px;
  }

  .entry-content .sc_container {
    padding-bottom: 0;
    margin-bottom: 10px;
    padding-top: 2rem;
  }

  .sc_core-info-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.single-scholarship #site-content {
  overflow: initial;
  padding-bottom: 0;
}

.scholarship-header {
  background-color: #fff;
}

.single-scholarship .scholarship-header {
  padding: 0;
}

.scholarship-header-inner {
  display: flex;
  align-items: flex-end;
  padding: 8rem 1.5rem 2.7rem;
}

@media (min-width: 768px) {
  .scholarship-header-inner {
    padding: 4rem 2.2rem 3.6rem;
  }
}

@media (min-width: 1280px) {
  .scholarship-header-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1110px;
    padding: 21.4rem 0 0;
  }
}

.scholarship-header-col-1 {
  flex-basis: 65%;
}

.scholarship-header-col-1 .has-text-color {
  color: #1b2538;
  font-size: 2.6rem;
}

.scholarship-header-col-2 {
  flex-basis: 35%;
}

.scholarship-header .header-title {
  align-self: flex-end;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: normal;
  margin: 0;
  padding-top: 8rem;
}

@media (min-width: 768px) {
  .scholarship-header .header-title {
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.6923076923;
    margin-bottom: 0.2150em;
    padding-top: 10rem;
  }
}

@media (min-width: 1280px) {
  .scholarship-header .header-title {
    font-size: 4.8rem;
    line-height: 1.2083333333;
    margin-bottom: 0.4375em;
    padding-top: 6rem;
  }
}

.scholarship-detail:first-child {
  margin-top: 6rem;
}

.scholarship-detail h3 {
  color: #ff8b56;
}

.scholarship-background {
  background-color: #e1f2c9;
}

.scholarship-background .alignfull {
  margin-top: 5.5rem;
}

.scholarship-background-col-1 {
  flex-basis: 65%;
}

.scholarship-background-col-2 {
  flex-basis: 5%;
}

.scholarship-background-col-3 {
  flex-basis: 30%;
}

.scholarship-quote-author {
  color: #6d6d6d;
}

.single-scholarship h3 {
  font-size: 2.4rem;
  line-height: 1.25;
}

/* Scholarship requirements */

.scholarship-requirements {
  background-color: #e0f9ff;
}

.scholarship-requirements .wp-block-columns .wp-block-column {
  background-color: #fff;
  flex-basis: 50%;
}

.scholarship-requirements .card-padding {
  padding: 40px;
}

@media (min-width: 768px) {
  .scholarship-requirements-requirements {
    column-count: 2;
    margin: 0;
  }
}

/* Why we love the scholarship */

.scholarship-why-we-love {
  background-color: #e0f9ff;
}

.scholarship-why-we-love h2 {
  font-size: inherit;
}

@media (min-width: 1201px) {
  .scholarship-why-we-love h2 {
    font-size: 6rem;
    margin-bottom: 5.5rem;
  }
}

.scholarship-why-we-love-reasons {
  counter-reset: why-we-love-counter;
  list-style-type: none;
  margin: 5rem 0 0;
}

@media (min-width: 768px) {
  .scholarship-why-we-love-reasons {
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
  }
}

.scholarship-why-we-love-reason {
  background-color: #f68437;
  color: #fff;
  counter-increment: why-we-love-counter;
  margin: 0 0 2em;
  padding: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .scholarship-why-we-love-reason {
    margin-bottom: 0;
    padding: 4rem;
    width: 31%;
  }
}

.scholarship-why-we-love-reason:nth-child(even) {
  background-color: #fff;
  color: #000;
}

.scholarship-why-we-love-reason::before {
  border: 2px solid #fff;
  border-radius: 5rem;
  content: counter(why-we-love-counter);
  display: block;
  font-size: 3rem;
  font-weight: 900;
  height: 4rem;
  line-height: 1.2;
  margin: 0 auto 2rem;
  width: 4rem;
}

@media (min-width: 768px) {
  .scholarship-why-we-love-reason::before {
    height: 5rem;
    margin-bottom: 4rem;
    width: 5rem;
  }
}

.scholarship-why-we-love-reason:nth-child(even)::before {
  border-color: #000;
}

.scholarship-why-we-love-reason .scholarship-why-we-love-reason-title {
  margin: 0 0 2rem;
}

.scholarship-why-we-love-reason-details:last-child {
  margin-bottom: 0;
}

/* Scholarship timeline */

.scholarship-timeline {
  background-color: #fff;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .scholarship-timeline-moment {
    align-items: center;
    display: flex;
  }
}

.scholarship-timeline-moment-date {
  color: #e22658;
  flex-basis: 10%;
  letter-spacing: -0.0415625em;
  line-height: 1.25;
  margin: 3.5rem 0 2rem;
  text-align: center;
}

.scholarship-timeline-moment-details {
  margin: 0;
}

@media (min-width: 768px) {
  .scholarship-timeline-moment-details {
    flex-basis: 90%;
    margin-left: 4.2rem;
  }
}

.scholarship-timeline-moment .scholarship-timeline-moment-details h3,
.scholarship-timeline-moment .scholarship-timeline-moment-details p {
  font-family: inherit;
  letter-spacing: normal;
  line-height: 1.476;
  margin: 0;
}

/* Scholarship facts */

.scholarship-facts {
  background-color: #e0f9ff;
}

.scholarship-facts-facts {
  counter-reset: scholarship-facts-counter;
  list-style-type: none;
}

.scholarship-facts-fact {
  align-items: center;
  counter-increment: scholarship-facts-counter;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .scholarship-facts-fact {
    display: flex;
  }
}

.scholarship-facts-fact:last-child {
  margin-bottom: 0;
}

.scholarship-facts-fact::before {
  color: #e22658;
  content: counter(scholarship-facts-counter);
  flex-basis: 10%;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: right;
}

@media (min-width: 768px) {
  .scholarship-facts-fact-wrapper {
    flex-basis: 90%;
    margin-left: 4.2rem;
  }
}

.scholarship-facts-fact .scholarship-facts-fact-wrapper h3,
.scholarship-facts-fact .scholarship-facts-fact-wrapper p {
  font-family: inherit;
  letter-spacing: normal;
  line-height: 1.476;
  margin: 0;
}

/******************************
CSS Addition by Asad
******************************/

.primary-text-color {
  color: #092c4c;
}

.has-bg-color {
  background-color: #092c4c;
}

/******************************************************************************
 Header
******************************************************************************/

@media (max-width: 767px) {
  .wp-block-columns.header-columns.alignfull {
    padding: 0px !important;
  }

  .icon-image-wrapper {
    width: 110px;
    height: 100px;
    background-color: #fff;
    margin-left: 5px;
  }
}

@media (max-width: 991px) {
  .wp-block-column.is-vertically-aligned-top.scholarship-header-col-2 {
    margin-left: 0px !important;
  }

  .wp-block-group.alignfull.has-background.scholarship-header {
    padding: 0 1.5rem;
  }

  .wp-block-columns.header-columns.alignfull {
    display: inherit;
  }
}

@media (min-width: 768px) {
  .wp-block-column.scholarship-header-col-1 {
    flex-basis: 25% !important;
    flex-basis: 1 !important;
  }

  .wp-block-column.scholarship-header-col-2 {
    flex-basis: 75% !important;
    flex-basis: 1 !important;
  }

  .icon-image-wrapper {
    width: 255px;
    height: 236px;
    background-color: #fff;
  }
}

@media (min-width: 992px) {
  .wp-block-group.alignfull.has-background.scholarship-header {
    padding-bottom: 0px !important;
  }
}

.scholarship-icons {
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.wp-block-columns.header-columns {
  display: inline-flex;
  vertical-align: bottom;
  align-items: flex-end;
}

.header-image-wrapper.header-image {
  background-color: #092c4c;
  background-image: linear-gradient(180deg, rgba(2, 40, 74, 0),
      #092c4c 44% 100%), url("../images/header-img-mobile.jpg");
  background-size: 100% 75%, contain;
  background-repeat: no-repeat;
  display: block;
}

@media (min-width: 768px) {
  .header-image-wrapper.header-image {
    background-image: linear-gradient(to bottom, rgba(2, 40, 74, 0),
        rgba(9, 44, 76, 1) 75% 100%), url("../images/header-img.png");
    background-size: cover;
  }
}

.wp-block-column.is-vertically-aligned-top.scholarship-header-col-2 {
  align-self: center;
}

.inner-boxes-heading-header {
  color: #fff;
}

.scholarship-icons {
  background-color: #fff;
  padding: 10px;
}

.scholarship-header {
  background: transparent !important;
}

.scholarship-header-col-2 img {
  width: 36px !important;
  height: auto !important;
}

.header-title-logo-wrapper {
  align-items: flex-end;
  display: flex;
}

.header-org-logo {
  aspect-ratio: 1 / 1;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin-right: 2rem;
  max-width: 26.4rem;
  width: 30.303030303%;
}

.header-org-logo+.header-title {
  margin-bottom: 1.5rem;
  padding-top: 0;
  width: 65.1515151515%;
}

@media (min-width: 768px) {
  .header-org-logo {
    margin-bottom: 2.9rem;
    width: 32.1158690176%;
  }

  .header-org-logo+.header-title {
    /*line-height: 1.2222222222;*/
    line-height: 1.1;
    margin-bottom: 4.4rem;
    padding-top: 0;
    width: 65.9949622166%;
  }
}

@media (min-width: 1280px) {
  .header-title-logo-wrapper {
    display: block;
  }

  .header-org-logo {
    float: left;
    height: 23.6rem;
    margin-bottom: 0;
    margin-right: 3.1rem;
    padding: 0;
    width: 25.5rem;
  }

  .header-org-logo+.header-title {
    padding-top: 0;
    width: auto;
  }

  .header-logo-shim {
    padding-bottom: 3.6rem;
  }
}

/******************************************************************************
 Table of Content Section
******************************************************************************/

.entry-content .scholarship-table-of-content.wp-block-columns.alignwide {
  display: flex;
  margin: 0 auto;
  max-width: 1110px;
  padding: 4.2rem 0;
  width: 100%;
}

.scholarship-table-of-content-col-1 {
  flex-basis: 25% !important;
  flex-grow: 0 !important;
  width: 25%;
}

.scholarship-table-of-content-col-2 {
  flex-basis: 75%;
  padding-left: var(--wp--style--block-gap, 2em);
  width: 75%;
}

.scholarship-table-of-content-col-1 .explore-similar-title {
  border-bottom: 1px solid #e6e7e8;
  color: #092c4c;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0.01em;
  margin: 0 0 1.25em;
  padding-bottom: 0.5em;
  width: 100%;
}

.component-tag-list {
  margin-bottom: 0.7rem;
  display: inline-block;
}

.component-tag-list .component-tag-list-tags {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.component-tag-list .component-tag-list-tag {
  margin: 0 1.3rem 1.3rem 0;
  padding: 0;
  width: fit-content;
}

.component-tag-list .component-tag-list-tag:last-child {
  margin-right: 10px;
}

.component-tag-list-link {
  background-color: #f3f7ff;
  color: #092c4c;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285714286;
  padding: 6px 16px;;
  text-decoration: none;
}

a.component-tag-list-link:hover,
a.component-tag-list-link:active {
  text-decoration: underline;
}

.entry-content .scholarship-table-of-content .wp-block-column.scholarship-column-75 {
  margin-bottom: 0;
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .scholarship-table-of-content-col-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 1280px) {
  .entry-content .scholarship-table-of-content.wp-block-columns.alignwide {
    margin-bottom: 0;
    margin-top: 0;
    max-width: none;
    padding: 3.6rem 2.2rem;
  }
}

@media (max-width: 1024px) {
  .entry-content .scholarship-table-of-content.wp-block-columns.alignwide {
    display: flex;
    flex-direction: column-reverse;
  }

  .explore-similar-title{
    margin-top: 45px!important;
    margin-bottom: 20px!important;
  }

  .scholarship-table-of-content-col-1 {
    width: 100%;
  }

  .scholarship-table-of-content-col-2 {
    width: 100%;
    padding-left: 0;
  }

  .tag-lists-container{
    display: flex;
    justify-content: space-between;
  }

  .component-tag-list-tags{
    margin-bottom: 16px;
  }

  .component-tag-list-title{
    margin-top: 0!important;
  }
}

/******************************************************************************
 Key Information of Scholarship
******************************************************************************/

.entry-content .scholarship-key-information.wp-block-group.alignfull.has-bg-color {
  margin: 0;
  padding: 2.8rem 2rem;
}

.scholarship-key-information h2 {
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.25;
  margin: 0 auto 2em;
  text-align: center;
}

.entry-content .scholarship-key-information .scholarship-key-information-content {
  column-gap: 3.6rem;
  margin: 0;
  padding: 0;
}

.scholarship-key-information h3.has-background-block {
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.1666666667;
  margin: 0 0 1.3333333333em;
  padding: 1.375em 0 1.4166666667em;
  text-align: center;
}

h3.has-background-block-green {
  background-color: #15b780;
}

h3.has-background-block-blue {
  background-color: #1aace3;
}

.has-border-block {
  border-style: solid;
  border-width: 2px;
  margin: 0 0 1.7rem;
  padding: 2.2rem 1.8rem;
}

.has-green-border-block {
  border-color: #15b780;
}

.has-blue-border-block {
  border-color: #1aace3;
}

.scholarship-key-information .has-border-block h4 {
  font-size: 1.8rem;
  letter-spacing: normal;
  line-height: 1.1666666667;
  margin: 0 0 1em;
}

.border-blocks-list,
.has-border-block p {
  font-size: 1.8rem;
  line-height: 1.1666666667;
  margin: 0;
}

.border-blocks-list li {
  margin-bottom: 0.75em;
}

.border-blocks-list li:last-child {
  margin-bottom: 0;
}

.scholarship-key-information .btn-container {
  margin: 7.3rem auto 2.9rem;
  text-align: center;
}

.btn-container .btn-apply-scholarship {
  border-radius: 4px;
  display: block;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  padding: 0.7222222222em 2em;
  text-align: center;
}

@media (min-width: 768px) {
  .entry-content .scholarship-key-information.wp-block-group.alignfull.has-bg-color {
    padding: 4.2rem 2.2rem;
  }

  .scholarship-key-information .wp-block-group__inner-container {
    max-width: 73.6rem;
    width: 94.84536082%;
  }

  .scholarship-key-information h2 {
    font-size: 3.6rem;
    margin-bottom: 1.1111111111em;
    max-width: 51rem;
  }

  .scholarship-key-information .btn-container {
    margin: 4.4rem auto 0.8rem;
  }

  .btn-container .btn-apply-scholarship {
    display: inline-block;
  }
}

/******************************************************************************
 Scholarship Timeline
******************************************************************************/

.scholarship-program-timeline-block {
  background-color: rgba(243, 246, 250, 0.7);
  margin: 0;
  padding: 2rem 2rem 5rem;
}

.scholarship-program-timeline-block h2 {
  color: #092c4c;
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.25;
  margin: 0 auto 0.875em;
  text-align: center;
}

.scholarship-program-timeline-block .timeline-book-image,
.scholarship-program-timeline-block .timeline-rule {
  display: none;
}

.scholarship-program-timeline-block .timeline-moment {
  margin: 0 0 3rem;
}

.scholarship-program-timeline-block .timeline-date {
  background-color: #1aace3;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.2142857143;
  margin: 0;
  padding: 0.5714285714em 2.4285714286em 0.7142857143em 0.7857142857em;
}

.scholarship-program-timeline-block .timeline-moment-content {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 0 5px 2px #f3f6fa;
  padding: 2.4rem 1rem;
}

.scholarship-program-timeline-block .timeline-title,
.scholarship-program-timeline-block .timeline-details {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  margin: 0;
}

.scholarship-program-timeline-block .timeline-title {
  color: #092c4c;
  font-weight: 700;
  margin-bottom: 0.7777777778em;
}

.scholarship-program-timeline-block .timeline-details {
  color: #747474;
}

@media (min-width: 768px) {
  .single-scholarship .type-scholarship .entry-content .scholarship-program-timeline-block {
    margin: 0;
    padding-bottom: 0;
    padding-top: 6.8rem;
  }

  .scholarship-program-timeline-block h2,
  .scholarship-program-timeline-block .timeline-container {
    width: 86.9017632242%;
  }

  .scholarship-program-timeline-block h2 {
    font-size: 3.6rem;
    margin-bottom: 0.9166666667em;
    max-width: 50rem;
  }

  .scholarship-program-timeline-block .timeline-container {
    overflow: hidden;
    padding-bottom: 8.3rem;
    position: relative;
  }

  .scholarship-program-timeline-block .timeline-book-image {
    background-color: #092c4c;
    background-image: url('../images/icons/book.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    border-radius: 40px;
    display: block;
    height: 40px;
    margin: 0 !important;
    position: relative;
    width: 40px !important;
    z-index: 10;
  }

  .scholarship-program-timeline-block .timeline-rule {
    background-color: #092c4c;
    display: block;
    left: 19px;
    position: absolute;
    height: 100%;
    width: 2px !important;
    z-index: 1;
  }

  .scholarship-program-timeline-block .timeline-rule+.timeline-moment {
    padding-top: 0.6rem;
  }

  .scholarship-program-timeline-block .timeline-moment {
    padding-left: 4.8rem;
  }

  .scholarship-program-timeline-block .timeline-rule+.timeline-moment::before {
    top: 1.8rem;
  }

  .scholarship-program-timeline-block .timeline-moment::before {
    background-color: #fff;
    border: 0.3rem solid #092c4c;
    border-radius: 1rem;
    content: "";
    height: 1.8rem;
    left: 1.1rem;
    position: absolute;
    width: 1.8rem;
    top: 1.2rem;
    z-index: 5;
  }

  .scholarship-program-timeline-block .timeline-date {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2222222222;
    padding: 0.5555555556em 2.5em 0.5555555556em 1.1111111111em;
    position: relative;
  }

  .scholarship-program-timeline-block .timeline-date::before {
    border-top: 1.3rem solid transparent;
    border-bottom: 1.3rem solid transparent;
    border-right: 1.3rem solid #1aace3;
    content: "";
    height: 0;
    left: -1rem;
    position: absolute;
    top: 0.8rem;
    width: 0;
  }

  .scholarship-program-timeline-block .timeline-moment-content {
    margin-top: -1.5rem;
    padding: 2.7rem 2.3rem;
  }
}

@media (min-width: 1280px) {
  .scholarship-program-timeline-block .timeline-container {
    max-width: 85rem;
  }

  .scholarship-program-timeline-block h2 {
    margin-bottom: 1.8888888889em;
    max-width: 80%;
  }

  .scholarship-program-timeline-block .timeline-moment {
    margin-bottom: 6.5rem;
  }
}

/******************************************************************************
 Scholarship Eligibility & Application Requirements
******************************************************************************/

#site-content .entry-content .scholarship-eligibility-and-requirements {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.scholarship-eligibility-and-requirements .gradient-wrapper {
  background: linear-gradient(180deg, #1aace3 0%, #ade651 148.98%);
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}

.scholarship-eligibility,
.scholarship-requirements {
  padding: 3.2rem 1.8rem 3.8rem;
}

.scholarship-requirements {
  background-color: #092c4c;
}

.scholarship-eligibility-and-requirements h2 {
  color: #100826;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  line-height: 125%;
  margin-bottom: 23px;
}

.scholarship-eligibility-and-requirements p {
  color: #092c4c;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 0 0.8888888889em;
}

.scholarship-eligibility-and-requirements ul {
  color: #092c4c;
  font-size: 1.6rem;
  line-height: 1.1875;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.scholarship-eligibility-and-requirements li {
  margin: 0 0 12px;
  padding-left: 2.8rem;
  color: #100826;
  font-size: 14px;
  line-height: 18px;
}

.scholarship-eligibility-and-requirements li:last-child {
  margin-bottom: 0;
}

.scholarship-eligibility-and-requirements li::before {
  content: "\2714\0020";
  margin-left: -2.8rem;
  margin-right: 1rem;
}

.scholarship-requirements .white-color-texts {
  color: #fff;
}

@media (min-width: 768px) {

  .scholarship-eligibility,
  .scholarship-requirements {
    padding: 3.5rem 4rem 4.5rem;
  }

  .scholarship-eligibility-and-requirements p {
    margin-bottom: 1em;
  }

  .scholarship-eligibility-and-requirements ul {
    font-size: 1.8rem;
  }
}

@media (min-width: 1280px) {
  .scholarship-eligibility-and-requirements .gradient-wrapper {
    max-width: 111rem;
  }

  .scholarship-eligibility-and-requirements-wrapper {
    display: flex;
  }

  .scholarship-eligibility,
  .scholarship-requirements {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
}

/******************************************************************************
 How to Ace the Scholarship
******************************************************************************/

.entry-content .scholarship-how-to-ace-ways-block.wp-block-group.alignfull {
  background-color: #092c4c;
  color: #fff;
  margin: 0;
  padding: 2.8rem 2rem;
}

.scholarship-how-to-ace-ways-block h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
  margin: 0 auto 1.5em;
  text-align: center;
}

.scholarship-how-to-ace-ways-col {
  display: flex;
}

.counting-circle-ace-ways {
  background-color: #1aace3;
  border-radius: 2.25rem;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4.5rem;
  line-height: 4.5rem;
  margin-right: 1.2rem;
  max-width: 4.5rem;
  min-width: 4.5rem;
  text-align: center;
  width: 4.5rem;
}

.how-to-ace-way-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2222222222;
  padding-top: 0.1666666667em
}

.how-to-ace-way-details {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.2777777778;
  margin-bottom: 1.7777777778em;
}

@media (min-width: 768px) {
  .entry-content .scholarship-how-to-ace-ways-block.wp-block-group.alignfull {
    padding: 4.2rem 2.2rem;
  }

  #h-scholarship-how-to-ace-ways {
    font-size: 3.6rem;
    line-height: 1.222222222;
    max-width: 37.2rem;
  }

  .scholarship-how-to-ace-ways-columns {
    max-width: 73.2rem !important;
  }

  .counting-circle-ace-ways {
    border-radius: 3.1rem;
    font-size: 2.4rem;
    height: 6.2rem;
    line-height: 6.2rem;
    margin-right: 3.1rem;
    max-width: 6.2rem;
    min-width: 6.2rem;
    width: 6.2rem;
  }

  .how-to-ace-way-details {
    margin-bottom: 3.3333333333em;
  }
}

@media (min-width: 1280px) {
  .entry-content .scholarship-how-to-ace-ways-block.wp-block-group.alignfull {
    padding-top: 6.8rem;
  }

  #h-scholarship-how-to-ace-ways {
    max-width: 46.4rem;
  }
}

/**********************************
How  It's Judged Section********
********************************/

@media (min-width: 768px) {
  .scholarship-how-its-judged-column {
    flex-basis: 75% !important;
    flex-grow: 0 !important;
    margin: auto;
    display: flex;
    background-color: #fff;
  }

  .scholarship-how-its-judged-wrapper.gradient-border-color {
    padding: 1rem;
    flex-basis: 75% !important;
    position: relative;
    background: linear-gradient(to bottom, #1aace3, #15b780);
    padding: 2px;
  }

  .scholarship-how-its-judged-block h2 {
    font-size: 3.6rem !important;
    margin-bottom: 0.9166666667em;
    margin-top: 2em !important;
    max-width: 50rem;
  }
}

@media (min-width: 1280px) {
  .scholarship-how-its-judged-block h2 {
    margin-bottom: 1.8888888889em;
    max-width: 80% !important;
  }

}

.scholarship-how-its-judged-block .scholarship-how-its-judged-columns {
  margin-top: 0rem !important;
  padding-bottom: 2rem !important;
}

.scholarship-how-its-judged-block h2 {
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.25;
  margin: 0 auto 0.875em;
  text-align: center;
  color: #092C4C;

}

.scholarship-how-its-judged-column {
  flex-grow: 0 !important;
  margin: auto;
  display: flex;
  background-color: #fff;
}

.scholarship-how-its-judged-block {
  padding: 1px 0px 0px 0px !important;
  background-color: rgba(243, 246, 250, 0.7);
}

.scholarship-how-its-judged-block .scholarship-how-its-judged-columns {
  padding: 0px;
}

.scholarship-how-its-judged-wrapper.gradient-border-color {
  padding: 1rem;
  position: relative;
  background: linear-gradient(to bottom, #1aace3, #15b780);
  padding: 2px;
}

.scholarship-how-its-judged-col {
  background-color: #fff;
  padding: 5rem 2.8rem;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .scholarship-how-its-judged-block h2 {
    margin-bottom: 0rem !important;
  }

  .scholarship-how-its-judged-block h2 {
    padding-top: 1rem;
  }

  .how-its-judged-points {
    padding-left: 0px !important;
  }

  .scholarship-how-its-judged-wrapper.gradient-border-color.alignwide {
    width: 100%;
  }

}

/**********************************
*******Why We Love Section********
********************************/
.counting-circle-why-we-love-reasons-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #1aace3, #15b780);
  padding: 3px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 28px;

}

.counting-circle-why-we-love-reasons {
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.scholarship-why-we-love-col-1 .reasons-box-wrapper {
  display: flex;
  margin-top: 1em;
}

.reasons-elements-wrapper {
  padding-left: 1rem;
}

.scholarship-why-we-love-col-1 .why-we-love-reasons-title {
  font-weight: bold;
  color: #092c4c;
}

.scholarship-why-we-love-col-1 .why-we-love-reasons-details {
  color: #092c4c;
}

.scholarship-why-we-love-col-2 .why-we-love-reasons-img-wrapper img {
  z-index: 5;
  position: relative;
  padding-right: 15px;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .scholarship-why-we-love-col-1 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .why-we-love-reasons-img-rectangle {
    position: absolute;
    top: -15px;
    margin-left: 30px;
    z-index: 1;
  }
}

@media only screen and (max-width: 650px) {
  .why-we-love-reasons-img-rectangle {
    padding-top: 40px !important;
    margin-top: -46rem !important;
    margin-left: 2rem !important;
    position: absolute;
    z-index: 1;
  }
}

@media only screen and (max-width: 991px) {
  .wp-block-columns.scholarship-why-we-love-columns.alignfull {
    display: inherit;
  }

  .why-we-love-reasons-img-wrapper img {
    margin: auto;
  }

  .why-we-love-reasons-img-rectangle img {
    margin: auto;
  }

  .why-we-love-reasons-img-rectangle {
    position: relative;
    margin-top: -550px;
    margin-left: 60px;
    z-index: 1;
  }

  .wp-block-column.scholarship-why-we-love-col-2 {
    margin-top: 50px;
  }
}

@media (min-width:651px) and (max-width: 767px) {
  .why-we-love-reasons-img-rectangle {
    padding-top: 40px;
    position: absolute;
    margin-top: -62rem;
    margin-left: 10rem;
    z-index: 1;
  }
}

.scholarship-why-we-love-block h2 {
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.25;
  margin: 0 auto 0.875em;
  text-align: center;
  color: #092C4C;

}


@media (min-width: 768px) {
  .scholarship-why-we-love-block h2 {
    font-size: 3.6rem !important;
    margin-bottom: 0.9166666667em;
    max-width: 50rem;
  }
}

@media (min-width: 1280px) {
  .scholarship-why-we-love-block h2 {
    margin-bottom: 1.8888888889em;
    max-width: 80% !important;
  }

  .scholarship-why-we-love-block .wp-block-group__inner-container.alignfull {
    max-width: 111rem;
  }

}

/**********************************
5 Facts About the Scholarship Section
********************************/
.scholarship-facts-about-scholarship-block {
  background-color: #f3f6fab2;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media only screen and (max-width: 991px) {
  .scholarship-facts-about-scholarship-col {
    flex-basis: 100% !important;
    flex-grow: 0 !important;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .scholarship-facts-about-scholarship-col {
    flex-basis: 100% !important;
    flex-grow: 0 !important;
    margin: auto;
  }
}

@media (max-width: 650px) {
  .counting-circle-facts-about-scholarship {
    width: 55px !important;
    height: 55px !important;
    line-height: 55px !important;
    font-size: 2.5rem !important;
  }

  .counting-circle-facts-about-scholarship-wrapper {
    width: 64px !important;
    height: 64px !important;
  }

  .scholarship-facts-about-scholarship-block.wp-block-group.alignfull.has-background {
    padding: 1rem !important;
  }

  .wp-block-columns.scholarship-facts-about-scholarship.alignfull {
    padding: 0px !important;
  }
}

.counting-circle-facts-about-scholarship-wrapper {
  position: relative;
  background: linear-gradient(to bottom, #1aace3, #15b780);
  padding: 5px;
  width: 170px;
  height: 170px;
}

.counting-circle-facts-about-scholarship {
  width: 160px;
  height: 160px;
  background-color: #fff;
  line-height: 160px;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
  color: #092c4c;
}

.facts-box-wrapper {
  display: flex;
  padding-top: 5rem;
}

.facts-about-scholarship-title {
  color: #092c4c;
  font-weight: bold;
}

.facts-about-scholarship-details {
  color: #747474;
}

.primary-text-color {
  font-size: 18px !important;
}

.facts-elements-wrapper {

  padding-left: 2rem;
}

.scholarship-facts-about-scholarship-block .scholarship-facts-about-scholarship {
  margin-top: 0rem !important;
}

.scholarship-facts-about-scholarship-block h2 {
  font-size: 2.4rem;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 0px !important;
  text-align: center;
  color: #092C4C;

}


@media (min-width: 768px) {
  .scholarship-facts-about-scholarship-block h2 {
    font-size: 3.6rem !important;
    margin-bottom: 0.9166666667em;
    max-width: 50rem;
  }
}

@media (min-width: 1280px) {
  .scholarship-facts-about-scholarship-block h2 {
    margin-bottom: 1.8888888889em;
    max-width: 80% !important;
  }

}

/**
 * Icon boxes -----------------------------------------------------------------
 */

.icon-boxes-wrapper {
  margin: 2.7rem 0 0;
  max-width: 83.6rem;
}

.icon-box {
  border: 1px solid #fff;
  display: flex;
  margin: 0 0 1.6rem;
  padding: 1.6rem;
}

.icon-box:last-child {
  margin-bottom: 0;
}

.icon-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1.8rem;
  width: 36px;
}

.icon-trophy {
  background-image: url('../images/icons/trophy.svg');
}

.icon-calendar {
  background-image: url('../images/icons/calendar.svg');
}

.icon-box-content {
  color: #fff;
}

.icon-box-value,
.icon-box-label {
  display: block;
}

.icon-box-value {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2222222222;
  margin-bottom: 0.1111111111em;
}

.icon-box-label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.125;
}

@media (min-width: 768px) {

  /* `column-gap` is for grid and `gap` isn’t well supported yet */
  .icon-boxes-wrapper {
    display: flex;
    margin: 0;
  }

  .icon-box {
    margin-bottom: 0;
    margin-right: 20px;
    padding: 1.3rem;
    width: 31.6519546028%;
  }

  .icon-box:last-child {
    margin-right: 0;
  }

  .icon-wrapper {
    margin-right: 1.3rem;
  }
}

/**
 * Related scholarships -------------------------------------------------------
 */

.cat-scholarship-container {
  padding-left: 30px;
  padding-right: 30px;
}

.scholarships-related-heading {
  color: #092c4c;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  margin: 0 0 1em;
}

.card-scholarship-single {
  padding: 24px;
}

.card-scholarship-single .cat_scholarship_name {
  margin-bottom: 16px;
}

.card-scholarship-single .cat_scholarship_intro {
  padding: 0;
}

.card-scholarship-single .cat_info_box {
  padding: 0;
}

@media (min-width: 768px) {
  .scholarships-related-heading {
    font-size: 3.6rem;
  }

  .cat_info_box {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .cat_scholarship_base_info {
    margin-right: 16px;
    width: 50%;
  }

  .cat_info_box {
    flex-wrap: nowrap;
  }

  .card-scholarship .cat_item,
  .card-scholarship .cat_item:nth-child(odd) {
    align-items: center;
    margin-right: 12px;
    padding-right: 12px;
  }

  .card-scholarship .cat_item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .cat_item .icon-wrapper {
    align-self: stretch;
  }

  .cat_item_text {
    font-size: 14px;
  }
}

.white-color-texts {
  color: #fff !important;
}
