.hidden {
  display: none;
}


/* PARSLEYS ERROR MESSAGES */

.parsley-errors-container {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 9;
  width: 100%;
}

.parsley-errors-container ul.parsley-errors-list,
ul.parsley-errors-list {
  display: none;
  color: white;
  font-size: 11px;
  text-align: left;
  font-weight: 300;
  border-radius: 2px;
  position: relative;
  background: #BD362F;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  transition: .2s ease-in-out;
}
ul.parsley-errors-list li{
  color: white;
  font-size: 11px;
  text-align: left;
  font-weight: 300;
}
ul.parsley-errors-list li::after{
  background: none;
}


.parsley-errors-container ul.parsley-errors-list.filled,
ul.parsley-errors-list.filled{
  display: block;
  margin: 6px 0px 10px 0px;
  padding: 2px 5px 2px 5px;
}

.parsley-errors-container ul.parsley-errors-list:before,
ul.parsley-errors-list:before{
  content: "";
  top: -14px;
  left: 13px;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #BD362F;
}

.parsley-errors-container ul li,
ul.parsley-errors-list li {
  list-style: none;
  line-height: normal;
  display: inline-block;
}

.ranks .rank:nth-child(2) p::before {
  content: none;
}

.ranks .rank:nth-child(2) p .counting {
  padding-left: 0px;
}

.ranks .rank:first-child p::after {
  background: none;
}

.select2-results__options .select2-results__option:first-child {
  opacity: 1;
  z-index: auto;
  position: static;
}

.school-browse-box .img-box {
  background-color: #fff;
  border: 1px solid #EDEDED;
}


/* AGE row */

.form-row.аgе {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-row.аgе p {
  margin: 0 0 25px;
  padding-left: 15px;
  font-size: 16px;
  width: 100%;
}

.form-row.аgе .form-group {
  max-width: 25%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

@media (max-width: 767px) {
  .form-row.аgе {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
  .form-row.аgе p {
    padding-left: 0;
  }
  .form-row.аgе .form-group {
    width: 100%;
    margin-bottom: 30px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .form-row.аgе .form-group:last-child {
    margin-bottom: 0;
  }
}


/* TOGGLES */

.component-toggles {
  border-top: none;
  padding: 20px 50px 40px 50px;
  border: 1px solid #EBEBEE;
  margin-bottom: 20px;
}

.component-toggles .toggle-section {
  border-bottom: 1px solid #c8c8c8;
  cursor: pointer;
}

.component-toggles .toggle-section:last-child {
  border: none;
}

.component-toggles .toggle-section:last-child .section .question {
  padding-bottom: 0;
}

.component-toggles .toggle-section .section {
  overflow: hidden;
}

.component-toggles .toggle-section .section .question {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.component-toggles .toggle-section .section .question .label {
  color: #000000;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  transition: .4s ease-in-out;
  padding: 0;
}

.component-toggles .toggle-section .section .question .icon {
  width: 40px;
  height: 40px;
}

.component-toggles .toggle-section .section .question .icon .icon-shape::before {
  top: 19px;
  left: 12px;
  width: 14px;
  height: 2px;
}

.component-toggles .toggle-section .section .question .icon .icon-shape::after {
  top: 13px;
  left: 18.5px;
  height: 14px;
  width: 1px;
}

.component-toggles .toggle-section .section .question img {
  position: absolute;
  top: auto;
  width: 40px;
  left: -100px;
  transition: .5s ease-in-out;
}

.component-toggles .toggle-section .section .question .text {
  display: none;
  margin-right: 60px;
  margin: 0;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  -webkit-box-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
}

.component-toggles .toggle-section .section .question .text span {
  display: block;
  margin-top: 30px;
}

.component-toggles .toggle-section .section .question.active .label {
  transition: .4s ease-in-out;
  max-width: 40%;
  padding-left: 90px;
  padding-right: 20px;
}

.component-toggles .toggle-section .section .question.active img {
  left: 20px;
}

@media screen and (max-width: 1024px) {
  .component-toggles .toggle-section .section .question .label {
    -webkit-box-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: 60%;
  }
  .component-toggles .toggle-section .section .question .text span {
    margin-top: 20px;
  }
  .component-toggles .toggle-section .section .question.active .label {
    -webkit-box-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 40%;
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .component-toggles .toggle-section .section .question {
    flex-wrap: wrap;
  }
  .component-toggles .toggle-section .section .question .label {
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: calc(100% - 55px);
    padding-top: 5px;
  }
  .component-toggles .toggle-section .section .question .text {
    margin-top: 30px;
    order: 3;
    -webkit-box-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .component-toggles .toggle-section .section .question .icon {
    order: 2;
  }
  .component-toggles .toggle-section .section .question.active .label {
    max-width: 100%;
  }
  .component-toggles .toggle-section .section .question.active .text .label {
    max-width: 100%;
  }
  .component-toggles .toggle-section .section .question img {
    top: 17px;
  }
}

@media screen and (max-width: 600px) {
  .component-toggles .toggle-section .section .question .label {
    font-size: 14px;
    max-width: calc(100% - 80px);
  }
  .component-toggles .toggle-section .section .question.active .label {
    font-size: 14px;
    max-width: calc(100% - 80px);
  }
}

@media screen and (max-width: 418px) {
  .component-toggles {
    padding: 20px 20px 40px 20px;
  }
  .component-toggles .toggle-section .section .question .label {
    line-height: 20px;
  }
  .component-toggles .toggle-section .section .question .icon .icon-shape::after {
    left: 18px;
  }
  .component-toggles .toggle-section .section .question.active .label {
    padding-left: 74px;
  }
}

.log.fit .log-form .form-wrapper form h5,
.log.fit .fit-form .form-wrapper form h5 {
  text-transform: initial;
}

.modal span img {
  float: right;
}

.title-box .title-link a:after {
  background-image: url(/public/assets/images/icons/arrows/arrow-white-right.svg);
}

.inner-video .video-wrapper .youtube-poster:before {
  background-image: url(/public/assets/images/icons/play-icon.svg);
}

.school-image {
  background: url("/public/assets/images/backgrounds/gradient.png") no-repeat center;
}

.year-tabs .list .classes .topics .topic::before {
  background: url("/public/assets/images/backgrounds/check.png") no-repeat center;
}

.webinar-records .record .video .all-articles.all-videos .article .article-img-box .link {
  background: url(/public/assets/images/icons/play-sm.png) no-repeat 50% 50%;
}

.container.consult .questions .row .section ul li::after {
  background: url(/public/assets/images/backgrounds/check.png) no-repeat;
}

.container.consult .questions .row .section ul li::after {
  background: url(/public/assets/images/backgrounds/check.png) no-repeat;
}

.container.school-videos-page.webinar-inner .about-hosts .info ul li::after {
  background: url(/public/assets/images/backgrounds/check.png) no-repeat;
}

.ranks .rank:first-child p::after {
  background: none;
}


/*.ranks .rank.ft p::after {
    background: url("/public/assets/images/icons/arrows/g-up-lg.png");
}*/

.alumni .text-content ul li .arrow {
  background: url("/public/assets/images/icons/arrows/g-up-md.png");
}

@media screen and (max-width: 768px) {
  .ranks .rank:first-child p::after {
    background: url("/public/assets/images/icons/arrows/g-up-md.png") no-repeat;
  }
  .ranks .rank.ft p::after {
    background: url("/public/assets/images/icons/arrows/g-up-md.png") no-repeat;
  }
}


/* END Fixes for paths in app.css*/

.program .button .btn {
  white-space: nowrap;
  margin: 0 10px 20px 0;
}

.program .button .btn:nth-of-type(2) {
  width: auto;
  margin: 0 10px 20px 0;
}

.program .button .btn:nth-of-type(3) {
  width: auto;
  margin: 0 10px 20px 0;
}

.explore-degree {
  margin-bottom: 0;
}

p.search-summary {
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: 600;
}


/* Cultural fit - compare yourself form (redeclare) */

.compare .search #compare .form-row .form-group .select2-selection--multiple::after {
  display: none;
}

.compare .search #compare .form-row .form-group.selected label {
  opacity: 0;
}

.compare .search #compare .form-row .form-group .select2-selection__choice {
  padding: 8px;
  font-size: 16px;
}

.compare .search #compare .form-row .form-group label {
  width: 100%;
  color: rgba(98, 98, 98, 0.99);
  font-weight: 400;
  bottom: 5px;
  opacity: 1;
  top: auto;
}

.compare form .form-group {
  margin-right: 20px;
}

.compare img {
  max-width: 150px;
}

.title-box p {
  width: 70%
}


/* CTA on account */

.personal-info .steps .step,
.match-school .steps .step,
.fitting-schools .steps .step {
  margin: 20px;
}

.personal-info .steps .step h5,
.match-school .steps .step h5,
.fitting-schools .steps .step h5 {
  margin-top: 20px;
}

.step .cta-icon {
  float: left;
  padding-right: 30px;
}

.step .cta-text {
  width: 30%;
  float: left;
  display: inline;
  min-width: 300px;
}


/* end  CTA on account */

.sure-modal.date .select2-container--default .select2-selection--single {
  border-bottom-color: transparent !important;
  border-bottom-style: solid !important;
  border-bottom-width: thin !important;
}

.web-info.school-info .school-location {
  background-image: url(/images/location-icon.svg);
  background-size: 11px 15px;
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 18px;
}


/* Favorite school on School profile */

.chart-container .btn-box {
  justify-content: flex-start;
}

.school-heading .btn-box.with-fav .btn.btn-favorite {
  margin: 0;
}


/* END Favorite school on School profile */

.school-browse-listing.match-school .school-browse-box .match-buttons .top-buttons .refresh {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .header.user.headroom--top {
    background: none;
  }
  .title-box p {
    width: 100%
  }
  .container.cultural-fit .compare .search #compare .btn {
    z-index: 99999999;
  }
}


/*  FIT tab /accounts */

@media screen and (max-width: 605px) {
  .component-toggles .toggle-section .section .question.active img {
    left: 0px;
  }
  .component-toggles .toggle-section .section .question.active p.label {
    padding-left: 50px;
  }
}

.fitting-schools.user .container {
  padding: 0px;
}


/*  end FIT tab /accounts */


/* PROFILE PAGE */

.school-browse-box .school-buttons.match-buttons .refresh {
  padding: 0 10px;
}


/* END PROFILE PAGE */


/* Header - bring it to the top (some form elements were above it) */

#header {
  z-index: 9999;
}

.select2-container {
  z-index: 99999;
}

.user-profile .personal-info .select2-container,
.cultural-fit .select2-container {
  z-index: 9990;
}

.compare-school-profile {
  z-index: 9999;
}

.component-modal.sure-modal.active,
.component-modal.run {
  z-index: 99999;
}

.component-modal.ask-question.active {
  z-index: 99999;
}
.component-modal.ask-question.active .select2.select2-container {
  margin-top: 30px;
  /* margin-bottom: 30px; */

}

.sure-modal.date.ask-question {
   .select2-selection--single .select2-selection__rendered {
      border: none;
   }
  .select2-container--default .select2-selection--single {
    border-bottom-color: #d8d8d8 !important;
    border-bottom-style: solid !important;
    border-bottom-width: thin !important;
    border-top: none !important;
  }
  textarea{
    border: 1px solid #d8d8d8;
    padding:10px;
  }
}


.loading-container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.loading-div {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}

.loading-div div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #a08c5b;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-div div:nth-child(1) {
  left: 8px;
  animation: loading-div1 0.6s infinite;
}

.loading-div div:nth-child(2) {
  left: 8px;
  animation: loading-div2 0.6s infinite;
}

.loading-div div:nth-child(3) {
  left: 32px;
  animation: loading-div2 0.6s infinite;
}

.loading-div div:nth-child(4) {
  left: 56px;
  animation: loading-div3 0.6s infinite;
}

@keyframes loading-div1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes loading-div3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes loading-div2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}


/* END Header */


/* Bring mobile nav above header */

.mobile-nav {
  z-index: 1000000000;
}


/* Bring notification messages above mobile nav and header */

#toast-container {
  z-index: 1000000001;
}

@media screen and (max-width: 600px) {
  .explore-degree .form-row .form-group.range-slider-group {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}

.mobile-nav ul {
  margin-bottom: 0px;
}

.mobile-nav ul.extra-menu li.login-out {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid rgba(179, 179, 179, 0.2);
  margin-bottom: 20px;
}

.container.consult .section-two-module h3 span {
  text-transform: none;
}

.working-steps #what-you-get-for-free li::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("/public/assets/images/backgrounds/check.png") no-repeat;
}

.working-steps #what-you-get-for-free li {
  padding-left: 30px;
  color: #545050;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
}


/* FIX for tab-count in <768px */

@media (max-width: 768px) {}

.log .log-form .form-wrapper .tab-count.small-screen {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}


/* END FIX for tab-count in <768px */


/* "Make" select2 readonly */

select[readonly].select2-hidden-accessible+.select2-container {
  pointer-events: none;
  touch-action: none;
  opacity: 0.5;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
  background: #cc0000;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
  display: none;
}

.select2-container .select2-results__option--highlighted[aria-selected] ul,
.select2-container .select2-results__option:hover ul {
  background: #f9fbff !important;
}

.select2-container .select2-results__option[role=group]:hover {
  background-color: #f9fbff !important;
  color: #343434 !important;
}

.select2-container--default .select2-results__option[aria-disabled=true]:hover {
  color: #999 !important;
  background: none !important;
}


/* end "Make" select2 readonly */

span.required {
  color: #ce0c0c;
}


/* fix for buttons in match results */

.school-browse-box .school-buttons.match-buttons {
  justify-content: flex-start;
}

.school-browse-box .school-buttons.match-buttons .top-buttons .btn-box {
  margin: 0px 0px 0 0;
}

.school-browse-box .school-buttons.match-buttons .btn-box {
  margin: 20px 0px 0 0;
}


/*fix for school heading in screens <768 */

@media screen and (max-width: 768px) {
  .school-heading .content .main-info .info {
    align-items: flex-start;
  }
  .school-heading .content .main-info .info p {
    text-align: left;
  }
  .ranks .rank:first-child p::after {
    background: none;
  }
}


/* END footer partners link */


/* link to Programe website in Profile page */

.school-heading .content .main-info .info p a {
  color: black;
}


/* END link to Programe website in Profile page */


/* fix for link to website in profile */

.school-heading .content .main-info .info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}


/* END fix for link to website in profile */

.highcharts-legend-item {
  display: none;
}

.school-browse-listing.match-school.selected-school {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 50px;
}

.school-browse-listing.match-school.selected-school .school-browse-box {
  border: none;
  padding: 0;
}


/* fix for filters in Latest Videos slider */

.filters {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.filters .filters-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media screen and (max-width: 1280px) {
  .filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}


/* END fix for filters in Latest Videos slider */


/* fix for buttons in browse */

.browse .school-buttons div.btn-groups-browse-actions.two-items {
  display: flex;
  justify-content: space-between;
}


/* END fix for buttons in browse */


/* css for our sponsors link in footer */

.footer .partners.right-info {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .partners.right-info h3 {
  margin-inline-end: 0;
}

.footer .partners.right-info a {
  /*text-decoration:none;*/
  color: black;
}

@media screen and (max-width: 768px) {
  .footer .partners {
    padding: 10px 0 0 0;
  }
  .footer .partners.right-info {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-bottom: -20px;
  }
}


/* END Another CTA button in Home page */

.remove {
  background-image: url(/public/assets/images/icons/remove-icon.svg);
  width: 32px;
  margin-left: 10px;
  display: inittial;
}

.compare-school-profile .school-title {
  display: flex;
  justify-content: space-between;
}


/* End Compare on browse */


/* Favorite schools menu in header*/

.header nav .toggle-btn.anonymous {
  display: none;
}

.toggle-btn .dropdown ul li p.info {
  width: 200px;
}


/* END Favorite schools menu in header*/


/* Remove button on Favorie schools tab on /account */

.user-profile .results-tabs .year-tabs .list .webinar-records .record .watch .button.btn-box .btn.rem {
  border: 1px solid black;
}


/* END Remove button on Favorie schools tab on /account */

@media (max-width: 500px) {
  .log.reg form fieldset>div {
    margin-left: 10px;
    margin-right: 10px;
  }
  .log.reg .log-form.register-form .form-wrapper form .form-row,
  .log.reg .log-form .form-wrapper form fieldset .checking {
    margin-left: 10px;
    margin-right: 10px;
  }
  .log.reg .log-form.register-form .form-wrapper form .form-row.phone .form-group {
    padding-right: 0;
    margin-bottom: 0;
  }
  .log.reg .log-form .form-wrapper form .form-row.phone .input p {
    left: 0;
  }
}


/* END Phone number in profile*/


/* fix for FAQ in match */

.log .log-front {
  border-bottom: 0px;
}


/* END fix for FAQ in match */


/* BLOG */

.blog-section {
  padding: 0px 0px;
}

.item-content-title a {
  color: black;
  outline: none;
  text-decoration: none;
}

.item-content-intro {
  color: #333;
}

.blog-section-items {
  padding: 20px 0px 0px 0px;
}

.blog-section-item {
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 0px solid #DDDDDD;
}

.blog-section-item .item-content {
  padding: 20px;
}

.blog-section-item .item-content .img-responsive {
  margin-bottom: 20px;
}

.blog-section-item .item-content .item-content-title {
  color: black;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
}

.blog-section-item .item-content .read-more {
  color: #13284c;
  font-weight: bold;
  text-decoration: underline;
}

.blog-article-item {
  padding: 0px 0px 20px 0px;
}

.blog-article-item .article-title {
  color: black;
  font-size: 24px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  line-height: normal;
  padding: 0px 0px 20px 0px;
}

.blog-article-item .article-image {
  padding: 0px 0px 20px 0px;
}

.blog-article-item .article-image img {
  width: 100%;
}

.blog-article-item .article-content {
  text-align: justify;
  padding-bottom: 20px;
}

.blog-article-item .article-content a {
  color: #1BAF77;
}

.blog-article-item .social-sharing {
  margin-bottom: 10px;
}

.blog-latest-articles {
  margin: 0px 0px 20px 0px
}

.blog-latest-articles .widget-heading {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  padding: 10px 5px;
  text-align: center;
  border: #000000 solid 1px;
  text-transform: uppercase;
  background-color: #13284c;
}

.latest-article-item {
  padding: 15px;
  font-size: 13px;
  min-height: 70px;
  background: white;
  font-weight: bold;
  line-height: normal;
  border-bottom: 1px solid #13284c;
}

.latest-article-item a:hover {
  color: #666;
}

.latest-article-item .latest-article-image {
  float: left;
  margin: 0px 10px 10px 0px;
}

.latest-view-all {
  color: white;
  display: block;
  text-align: right;
  background: #13284c;
  padding: 3px 10px 3px 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.latest-view-all i.fa {
  font-size: 14px;
  margin-left: 5px;
}

.blog-heading {
  padding: 10px 10% 20px 10%;
  display: flex;
}

.item-content-heading {
  display: flex;
  margin-bottom: 20px;
}

.blog-created,
.blog-author,
.blog-categories a {
  padding: 0 20px;
}

.item-content-heading .blog-created {
  padding-left: 0;
}

.blog-created {
  color: var(--main-bg-color);
  font-weight: 600;
}

.blog-categories a {
  color: black;
  text-decoration: none;
}

.blog-categories a:hover {
  text-decoration: underline;
}

.more-blog-posts .all-articles.all-videos .article .article-img-box .link {
  background-image: none;
}

.heading-image.heading-background.blog .title-box p{
    color: white;
}

/* END BLOG */


/* Blog */

.blog-index {
  width: 1200px;
}

@media screen and (max-width: 1280px) {
  .blog-index {
    width: 100%;
  }
}


/* END Blog */

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.pagination li a {
  margin: 0 15px;
  border: 1px solid gray;
  padding: 5px 10px;
  text-decoration: none;
  color: black
}

.pagination li.active a,
.pagination li a:hover {
  background: var(--main-bg-color);
}


/* link to login on registration forms */

.register-form .title-box .title-link a,
.match-form-text .title-box .title-link a,
.log-form .title-box .title-link a {
  margin-left: 10px;
}


/* END link to login on registration form */


/* END side buttons on Profile page*/


/* allow input field to show for select2 so filtering when typing is possible */

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: inline-block !important;
  border-color: #CCC;
}


/* END allow input field to show for select2 so filtering when typing is possible */


/* CV upload input */

.sure-modal.date .calendar .input-file input[type="file"],
input[type="file"] {
  padding-bottom: 5px;
}

#match_form_ input[type="file"] {
  border-bottom: 1px solid #d8d8d8 !important;
  width: 100%;
  margin: 0;
}


/* END CV upload input */


/* fix for tooltips in Mach and Fit forms */

@media screen and (max-width: 600px) {
  .custom-tooltip .data-tooltip:after {
    left: -350%;
  }
}


/* END fix for tooltips in Mach and Fit forms */


/* New design of Fit */

.stand.log-front .button button {
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .container.cultural-fit .stand .talk .button .btn {
    min-width: auto;
  }
}


/* END New design of Fit */


/* tuition fee in EUR */

.ranks {
  align-items: flex-start;
}

span.counting.tuition-fee-euro {
  font-size: 1.2em;
}


/* ENDtuition fee in EUR */


/* Tabs for programe structure */

.year-tabs .ul .tab-link.tab-link1,
.year-tabs .ul .tab-links.tab-link1 {
  left: 0%;
}

.year-tabs .ul .tab-link.tab-link2,
.year-tabs .ul .tab-links.tab-link2 {
  left: 25%;
}

.year-tabs .ul .tab-link.tab-link3,
.year-tabs .ul .tab-links.tab-link3 {
  left: 50%;
}

.year-tabs .ul .tab-link.tab-link4,
.year-tabs .ul .tab-links.tab-link4 {
  left: 75%;
}

.year-tabs .ul .tab-link,
.year-tabs .ul .tab-links {
  width: 24.5%
}

@media screen and (max-width: 768px) {
  .year-tabs .ul .tab-link.tab-link1,
  .year-tabs .ul .tab-links.tab-link1 {
    left: 0;
  }
  .year-tabs .ul .tab-link.tab-link2,
  .year-tabs .ul .tab-links.tab-link2 {
    left: 0;
  }
  .year-tabs .ul .tab-link.tab-link3,
  .year-tabs .ul .tab-links.tab-link3 {
    left: 0;
  }
  .year-tabs .ul .tab-link.tab-link4,
  .year-tabs .ul .tab-links.tab-link4 {
    left: 0;
  }
  .year-tabs .ul .tab-link,
  .year-tabs .ul .tab-links {
    width: 100%
  }
}


/* END Tabs for programe structure */


/* sub-region filter */

.dropdown.filters .custom-tooltip .data-tooltip {
  margin-top: -10px;
  margin-left: 10px;
}

.sub-region-group .custom-tooltip .data-tooltip {
  margin-top: 0px;
}

.dropdown.filters .custom-tooltip .data-tooltip:after,
.sub-region-group .custom-tooltip .data-tooltip:after {
  padding: 5px;
  z-index: 1000000;
}

.dropdown.filters label[for="filter-item-sub-region"] {
  width: auto;
}


/* END sub-region filter */


/* dropdawn for favorite schools */

.dropdown.active .info .name a {
  color: #333;
}

.dropdown.active .info .name a:hover {
  color: #333;
  text-decoration: underline;
}


/* END dropdawn for favorite schools */


/* Header for Offers */

.header.offers .toggle-btn {
  display: none;
}

.client-plans table.compare-plans,
.client-plans table.compare-plans td,
.client-plans table.compare-plans th {
  border-collapse: collapse;
  border: 2px solid #c8c8c8;
  text-align: center;
}

.client-plans table.compare-plans .gold-border {
  border-left: 2px solid #b19c63;
  border-right: 2px solid #b19c63;
}

.client-plans table.compare-plans th.gold-border {
  border-top: 2px solid #b19c63;
}

.client-plans table.compare-plans td.gold-border.last,
.client-plans table.compare-plans th.gold-border.last {
  border-bottom: 2px solid #b19c63;
}

.client-plans table.compare-plans .gold-border-Prev,
.client-plans table.compare-plans th.gold-border-Prev {
  border-right: 2px solid #b19c63;
}


/* END Header for Offers */


/* Fix for main navigation in >768 <=1024 */

@media screen and (max-width: 1024px) {
  .header.user nav .main-menu {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .header.user nav .main-menu {
    display: none;
  }
  .header.offers .toggle-btn {
    display: flex;
  }
  .header.offers nav {
    justify-content: space-between;
  }
}


/* END Fix for main navigation in >768 <=1024 */


/* PIE CHARTS */

.chart.pie-chart {
  /*height: 100% !important;*/
  width: 90%;
  margin: 5px 5px 5px 100px;
}

.text-content .chart.pie-chart ul li span:first-child {
  width: auto;
}

.chart.pie-chart tspan {
  font-size: 12px;
  font-weight: 200;
}

.chart.pie-chart span {
  font-size: 16px;
  color: rgb(42, 40, 40);
}

.pie-chart-container .text-content {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: nowrap;
}

.pie-chart-container .text-content.no-flex {
  display: block;
}

.pie-chart-container .chart.pie-chart #container {
  width: 100%;
}

.multi-charts-holder {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: nowrap;
}

.multi-charts-holder>.chart.pie-chart {
  margin-left: 0px;
}

.multi-charts-holder>.chart.pie-chart~.chart.pie-chart {
  margin-left: 100px;
}

.alumni {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 2048px) {
  .pie-chart-container .text-content {
    flex-wrap: wrap;
  }
  .multi-charts-holder {
    flex-wrap: wrap;
  }
  .chart.pie-chart {
    height: auto;
    width: 100%;
    margin: 0px;
  }
  .pie-chart-container .text-content ul li:last-child {
    margin-bottom: 35px;
  }
  .pie-chart-container .chart.pie-chart #container {
    height: 200px;
  }
  .chart.pie-chart {
    margin-bottom: 35px;
  }
  .multi-charts-holder>.chart.pie-chart~.chart.pie-chart {
    margin-left: 0px;
  }
}


/* END PIE CHARTS */


/* Fix for buttons "See prrograme structure" */

@media screen and (max-width: 768px) {
  .program .button .btn:last-of-type,
  .admission .button .btn:last-of-type,
  .cost .button .btn:last-of-type,
  .ranking .button .btn:last-of-type,
  .diversity .button .btn:last-of-type,
  .alumni .button .btn:last-of-type {
    width: auto;
  }
}


/* Language switcher */

.header nav ul.right-menu.lang {
  margin-left: 5px;
}

.right-menu.lang img,
.extra-menu li.lang img {
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .right-menu.lang {
    display: none;
  }
}


/* END Language switcher */

.alumni {
  border-bottom: 1px solid #c8c8c8;
}


/* CANDIDATE LANDING PAGE */

.get.candidates .swiper .swiper-container .right {
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  width: 30%;
}

.get.candidates .swiper .swiper-container .left {
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  width: 70%;
}

.get.candidates .swiper p {
  font-weight: 600;
}

.get.candidates .swiper .swiper-container .swiper-slide:nth-child(2n) .left {
  padding-left: 200px;
}

.get.candidates .swiper .swiper-container .swiper-slide:nth-child(2n+1) .left {
  padding-right: 40px;
}

@media screen and (max-width: 992px) {
  .get.candidates .swiper .swiper-container .left,
  .get.candidates .swiper .swiper-container .right {
    -ms-flex: 1 0 80%;
    flex: 1 0 80%;
    min-width: 80%;
  }
  .get.candidates .swiper .swiper-container .swiper-slide:nth-child(2n) .left {
    padding-left: 0px;
  }
  .get.candidates .swiper .swiper-container .swiper-slide:nth-child(2n+1) .left {
    padding-right: 0px;
  }
}

.number-box {
  margin-top: 25px;
  margin-right: 25px;
}

.we-helped {
  margin-bottom: 40px;
}

.we-helped h3 {
  text-align: center;
}

.we-helped .button {
  text-align: center;
}


/* END CANDIDATE LANDING PAGE */


/* Testimonials slider */

.testimonials {
  margin-bottom: 55px;
  position: relative;
}

.testimonials .testimonials-nav .testimonials-next,
.testimonials .testimonials-nav .testimonials-prev {
  position: absolute;
  bottom: 200px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-bottom: -15px;
}

.testimonials .testimonials-nav .testimonials-prev {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 50px;
}

.testimonials .testimonials-nav .testimonials-next {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 50px;
}

@media screen and (max-width: 600px) {
  .testimonials .testimonials-nav .testimonials-next,
  .testimonials .testimonials-nav .testimonials-prev {
    width: 20px;
    height: 20px;
  }
}

.testimonials-slider {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 93%;
  margin: 0 auto;
}

.testimonials-slider .testimonials-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-slider .testimonials-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.testimonials-slider .testimonials-box .img-box img {
  margin: auto;
  display: block;
  max-width: 100%;
}

.testimonials-slider .testimonials-box .left h5 {
  margin-block-start: 5px;
}

@media screen and (max-width: 600px) {
  .testimonials-slider .testimonials-box .img-box img {
    max-width: 90%;
  }
}

.testimonials .title-box,
.they-trusted .title-box {
  margin: 0;
}

.testimonials .title-box .box,
.they-trusted .title-box .box,
.client-palns .title-box .box,
.candidate-dashboard .title-box .box,
.get-in-touch .title-box .box {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.testimonials-box p {
  font-size: 20px;
  font-style: italic;
}

.testimonials-box .testimonial-author {
  text-align: center;
  font-style: normal;
  font-weight: 800;
}

.testimonials .swiper-pagination-new {
  text-align: center;
}

.testimonials .testimonials-content .testimonials-slider {
  padding: 0 50px;
}

@media screen and (max-width: 1024px) {
  .testimonials-slider .testimonials-box {
    flex-direction: column;
  }
  .testimonials .testimonials-content .testimonials-slider {
    padding: 0 10px;
  }
  .testimonials .testimonials-nav .testimonials-prev {
    left: 0;
  }
  .testimonials .testimonials-nav .testimonials-next {
    right: 0;
  }
}

.testimonials-box h5 {
  font-size: 30px;
}

.testimonials {
  padding: 20px;
  background-image: -webkit-repeating-linear-gradient(45deg, #fff, #fff 3px, #f6f6f6 3px, #f6f6f6 6px);
  background-image: -o-repeating-linear-gradient(45deg, #fff, #fff 3px, #f6f6f6 3px, #f6f6f6 6px);
  background-image: repeating-linear-gradient(45deg, #fff, #fff 3px, #f6f6f6 3px, #f6f6f6 6px);
}

.testimonials .testimonials-content {
  background: white;
}


/* Testimonials slider */

* Fits compare */ .fits-compare-rsults {
  margin-top: 20px;
}

.fits-compare-rsults .container {
  padding: 0;
}


/* END Fits compare */


/* BUBBLE chart */

.container.cultural-fit.cultural-fit-premium #bubblechart {
  min-height: 700px;
}

.container.cultural-fit.cultural-fit-premium .bubble p.y {
  left: -55px;
  bottom: 125px;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-point {
  /*fill: inherit;*/
  stroke: var(--main-bg-color);
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-point.highcharts-point-hover {
  stroke-width: 2px;
  stroke: var(--main-bg-color);
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-label text {
  font-size: 9px !important;
  font-weight: 100 !important;
}

.container.cultural-fit.cultural-fit-premium .bubble .zoom-text {
  text-align: right;
  color: #626262;
  font-size: 14px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .container.cultural-fit.cultural-fit-premium .bubble p.y,
  .container.cultural-fit.cultural-fit-premium .bubble p.x {
    display: none;
  }
}


/* END bubble chart */


/* Why UNIMY */

.title-box.offers .title {
  text-transform: none;
  text-align: center;
  font-size: 40px;
}

.title-box.offers {
  align-items: center;
}

.title-box.offers h2 {
  color: white;
}

.why-steps .steps .step p {
  font-size: 18px;
}

.why-steps .steps .step>.svg {
  margin-bottom: 0;
}

.home-match.why-steps .steps {
  margin: 0;
}


/* END Why Unimy */


/* END Plans */


/* END Dashboard */

.container.get-in-touch {
  display: block;
  background: #eaeaea;
  padding: 20px 0 30px 0;
}


/* Calendar - request call */

.toggle-content {
  display: none;
}

#match-form-message-meeting {
  text-align: center;
  color: #c00;
}

.toggle-match-form .toggle-content .icon.toggle-match {
  float: right;
}


/* #request_meeting{
     z-index: 1000;
 }
*/


/* #request-status{
     z-index: 5000;
 }
*/

.component-modal[data-element="request-status"] .modal-dialog {
  width: 40%;
}

.component-modal[data-element="request-status"] .btn-box {
  margin-top: 50px;
}

.calendar-warning ul {
  list-style-type: circle;
  color: #c00
}

@media screen and (max-width: 768px) {
  .modal-content.modal-dialog.calendar {
    align-items: flex-start;
  }
}


/* END Calendar */


/* Notype classes */

.year-tabs .list .classes.notype {
  padding: 20px 0 0 0;
}


/* END Notype classes */


/* Premium tab in user dashboard */

.user-profile .results-tabs .year-tabs .ul .tab-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  max-width: 20%;
  width: calc(20% -10px);
}

.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link1 p {
  width: calc(100% - 5px);
}

.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link2 {
  left: calc(20%);
}

.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link2 p {
  width: calc(100% - 5px);
}

.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link3 {
  left: calc(40%);
}

.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link3 p {
  width: calc(100% - 5px);
}

.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link4 {
  left: calc(60%);
}

.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link4 p {
  width: calc(100% - 5px);
}

.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link5 {
  left: calc(80%);
}

@media screen and (max-width: 767px) {
  .user-profile .results-tabs .year-tabs .ul .tab-link {
    position: absolute;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    overflow: visible;
  }
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link1,
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link2,
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link3,
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link4,
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link5 {
    left: 0;
    margin: 0;
  }
  .user-profile .results-tabs .year-tabs .ul .tab-link.tab-link5 {
    top: 240px;
  }
  .user-profile .results-tabs .year-tabs .ul .list {
    top: 295px;
  }
}


/* referral-link reg form*/

.log.reg .log-form.register-form h4 {
  text-align: center;
}


/* referral-link reg form*/


/* MATCH - Model-run */

.school-browse-box .school-info .model-run-info .model-run-title {
  color: #1f2630;
  font-family: "HK Grotesk";
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/* END MATCH - Model-run */


/* Fit chart in compare yourself */

.container.cultural-fit .comparison-results .fitting-schools .school-browse-listing.match-school .spider-wrapper.modal {
  z-index: 9990;
}


/* Study in NE */

.heading-image.heading-background.studyinNE {
  height: 75vh;
}

.heading-image.heading-background.studyinNE h1 {
  text-transform: uppercase;
}

.studyinNE h2 {
  font-size: 36;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.studyinNE .btn-box .btn {
  margin-top: 30px;
}

.studyinNE p .btn-fit.btn-s {
  width: 30%;
  min-width: 200px;
  margin: 5px auto;
}

.studyinNE p.center {
  text-align: center;
}

.studyinNE .texts {
  padding: 0 60px;
}

.studyinNE p,
.studyinNE li {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #585858;
  margin-bottom: 20px;
}

.studyinNE ul {
  margin-left: 50px;
}

.studyinNE ul li::before {
  content: "\2022";
  color: #32aec6;
  display: inline-block;
  width: 50px;
  font-weight: bold;
  font-size: 70px;
  vertical-align: top;
  margin-left: -50px;
}

.studyinNE-map,
.studyinNE-fit-map {
  padding: 40px 0;
  border-bottom: 1px solid #bebebe;
}

.studyinNE-map img {
  width: 100%;
  margin: 30px 0;
}

.studyinNE-fit-map img {
  width: 100%;
  margin: 30px 0;
}

.index-compare-school-profile .text {
  background: var(--main-bg-color);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
  color: white;
  text-transform: uppercase;
}

.index-compare-school-profile .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 15px 8px 0 8px;
  border-top-color: var(--main-bg-color);
}

.index-compare-school-profile table.compare-table:not(.table-header) tbody td {
  border-left: 1px solid #c8c8c8;
  border-spacing: 15px;
}

.index-compare-school-profile table.compare-table:not(.table-header) tbody td:first-of-type {
  border-left: 0px
}

.index-compare-school-profile table.compare-table tr td,
table.compare-table tr th {
  padding: 10px 20px;
  width: 20%;
  color: #585858;
}

.index-compare-school-profile table.compare-table.table-header tr td .school-title>span {
  font-size: 20px;
  line-height: 26px;
  ;
}

.index-compare-school-profile .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal;
}

.index-compare-school-profile .btn-blue {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .heading-image.heading-background.studyinNE {
    height: 50vh;
  }
  .studyinNE h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .studyinNE-fit-map {
    padding: 20px 0;
  }
  .studyinNE-map img {
    margin: 20px 0;
  }
  .studyinNE p,
  .studyinNE li {
    font-size: 16px;
    line-height: 16px;
    color: #585858;
    margin-bottom: 10px;
  }
  .studyinNE .texts {
    padding: 0 20px;
  }
  .compare-table.table-header {
    display: none;
  }
  .index-compare-school-profile table.compare-table.table-header tr td .school-title>span {
    font-size: 14px;
    line-height: 16px;
  }
  .index-compare-school-profile .select2-container .select2-selection--single {
    font-size: 14px;
    line-height: 16px;
  }
  /* table.compare-table,
  .compare-table thead,
  .compare-table tbody,
  .compare-table th,
  .compare-table td,
  .compare-table tr {
    display: block;
  } */
  .index-compare-school-profile table.compare-table tr td,
  .index-compare-school-profile table.compare-table tr th {
    border: none;
    border-bottom: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-left: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    white-space: nowrap;
    height: auto;
  }
  .index-compare-school-profile table.compare-table tr td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    /* white-space: no-wrap; */
    font-size: 16px;
  }
  .index-compare-school-profile table.compare-table tr td:nth-of-type(1) {
    padding-left: 10px;
    width: 100%;
    font-weight: 600;
    background: var(--main-bg-color);
    color: #eaeaea;
  }
  .index-compare-school-profile table.compare-table tr td:nth-of-type(1) span {
    display: inline;
  }
  /*
    Label the data
    */
  .index-compare-school-profile table.compare-table tr td:nth-of-type(1):before {
    width: 0%;
  }
  .index-compare-school-profile table.compare-table tr td:nth-of-type(2):before {
    content: "ESMT Berlin";
  }
  .index-compare-school-profile table.compare-table tr td:nth-of-type(3):before {
    content: "Maastricht school of management";
  }
  .index-compare-school-profile table.compare-table tr td:nth-of-type(4):before {
    content: "Technical university of Denmark";
  }
  .index-compare-school-profile table.compare-table tr td:nth-of-type(5):before {
    content: "Technical university of Munich";
  }
  .index-compare-school-profile .btn-s {
    white-space: normal;
    padding: 10px;
    width: 200px;
  }
  .index-compare-school-profile table.compare-table .btn-blue {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .heading-image.heading-background.studyinNE {
    height: 45vh;
  }
  .studyinNE .texts {
    padding: 0 10px;
  }
  .index-compare-school-profile table.compare-table tr td {
    text-align: right;
  }
  .index-compare-school-profile table.compare-table tr td:first-of-type {
    text-align: left;
  }
  .index-compare-school-profile table.compare-table tr td:before {
    font-size: 14px;
    white-space: normal;
    text-align: left;
  }
  .index-compare-school-profile table.compare-table tr td:nth-of-type(1) span {
    display: block;
  }
  .index-compare-school-profile .btn-s {
    white-space: normal;
    padding: 10px;
    width: 150px;
  }
  .studyinNE-fit-map {
    padding: 10px 0;
  }
  .studyinNE-map img {
    margin: 10px 0;
  }
  .heading-image.match.studyinNE .btn-box {
    margin-top: 0px;
  }
  .studyinNE .btn-box .btn {
    margin-top: 10px;
  }
}


/* END Study in NE */


/* PLANS landing page */

.heading-image.heading-background.plans h1,
.heading-image.heading-background.plans h2 {
  text-transform: uppercase;
}

.plans h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #333;
}

.plans .testimonials h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #585858;
  padding-top: 20px;
}

.plans .testimonial-author {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plans .initials {
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  background: #DCDCDC;
  border-radius: 50%;
  margin-right: 20px;
}

.heading-image.heading-background.plans .header-caption .title-box p {
  font-size: 22px;
  width: 100%;
}

.plans .texts {
  padding: 0 60px;
  border-bottom: 2px solid #bebebe;
}

.plans .texts.no-border {
  border: none;
}

.plans p,
.plans li {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #585858;
  margin-bottom: 20px;
}

.plans ul {
  margin-left: 50px;
}

.plans ul li::before {
  content: "\2022";
  color: #32aec6;
  display: inline-block;
  width: 50px;
  font-weight: bold;
  font-size: 70px;
  line-height: 20px;
  vertical-align: top;
  margin-left: -55px;
}

.plans .btn-fit.btn-blue {
  width: 400px;
  font-size: 14px;
  margin: 30px 0;
}

.plans p.center {
  text-align: center;
}

.plans p span {
  text-transform: uppercase;
  font-weight: 600;
}

.plans p.small {
  font-size: 16px;
}

.plans p.gray {
  color: gray;
}

.plans .img-box {
  border-bottom: 2px solid #bebebe;
}

.plans .img-box img {
  width: 100%;
  margin: 30px 0;
}

.plans.table-holder {
  background-color: white;
  margin-top: -85px;
  margin-bottom: 65px;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
  z-index: 999;
}

table.compare-plans {
  width: 100%;
}

table.compare-plans,
table.compare-plans td,
table.compare-plans th {
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
  text-align: center;
}

table.compare-plans td {
  border-spacing: 15px;
}

table.compare-plans .blue {
  background: #32aec6;
  color: white;
  font-weight: 600;
  padding: 10px;
}

table.compare-plans tr td,
table.compare-plans tr th {
  padding: 10px 20px;
  width: 20%;
  color: #333;
  width: 33%;
  font-size: 20px;
  font-weight: 600;
}

table.compare-plans th {
  font-size: 25px;
}

table.compare-plans tr.small-screens {
  font-size: 16px;
  font-weight: 600;
}

table.compare-plans:not(.compare-header) tr td:nth-of-type(1) {
  width: 1%;
}

table.compare-plans caption,
table.compare-plans tr.small-screens {
  display: none;
}

table.compare-plans .gray {
  background: #eaeaea;
}

@media screen and (max-width: 1024px) {
  .heading-image.heading-background.plans h2 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .heading-image.heading-background.plans .header-caption .title-box p {
    font-size: 16px;
  }
  .plans h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .plans .testimonials h3 {
    font-size: 15px;
  }
  .plans p,
  .plans li {
    font-size: 16px;
    line-height: 16px;
    color: #585858;
    margin-bottom: 10px;
  }
  .plans ul li::before {
    width: 30px;
    font-size: 40px;
    line-height: 10px;
    margin-left: -33px;
  }
  .plans .texts {
    padding: 0 20px;
  }
  .plans .btn-fit.btn-blue {
    width: 250px;
    font-size: 15px;
    padding: 10px;
  }
  .plans p.small {
    font-size: 13px;
  }
  .plans.table-holder {
    margin: -65px 20px 30px 20px;
  }
  table.compare-plans td.big-screens {
    display: none;
  }
  table.compare-plans caption {
    display: table-caption;
  }
  table.compare-plans tr.small-screens {
    display: table-row;
  }
  table.compare-plans thead {
    display: none;
  }
  table.compare-plans tr td,
  table.compare-plans tr th {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .heading-image.plans .button.btn-box {
    width: 200px;
  }
  .heading-image.match.plans .btn-box .btn {
    padding: 10px;
  }
  .plans .testimonial-author {
    flex-direction: column;
  }
  .plans .initials {
    margin: 0 0 10px 0;
  }
}


/* END Study in NE */


/* fix for h1 on home page in zh-cn */


/* COVID-19 */

.covid {
  background: gray;
  color: white;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .covid {
    font-size: 14px;
  }
}


/* END COVID-19 */


/* MATCH and FIT new design */

.match-index .school-videos-page .title-box p,
.fit-index .school-videos-page .title-box p {
  color: #2A2828;
}

.fit-index .icon-wrapper,
.match-index .icon-wrapper {
  max-width: 65px;
  max-height: 60px;
  height: 100%;
  margin: 20px 0;
}

.fit-index .container.cultural-fit .stand .talk p {
  color: #2A2828;
}

.button.btn-box.match-log {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.work-steps-new .button.btn-box.match-log {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.log .log-front .log-info .btn-box.match-log .btn,
.log .log-front .talk .btn-box.match-log .btn,
.fit-results .talk .btn-box.match-log .btn,
.fit-results .btn-box.match-log a,
.work-steps.work-steps-new .btn-box.match-log .btn {
  margin-right: 0;
  margin-bottom: 20px;
}

.fit-index .stand.log-front .button button {
  margin-right: 0px;
}

.explore-degree.explore-degree-new {
  margin-top: -125px
}

.explore-degree-new {
  -webkit-box-shadow: 0 2px 15px rgba(203, 198, 198, 0.8);
  box-shadow: 0 2px 15px rgba(203, 198, 198, 0.8);
  border-bottom: none;
  padding: 20px 0;
}

.explore-degree-new.counter .info h3 {
  line-height: 25px;
}

.explore-degree.explore-degree-new.animate-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.counter .info h3 span.no-wrap {
  color: #333;
  white-space: no-wrap;
  padding: 0;
}

.home-match .steps.no-slide {
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-match .steps.no-slide .steps-wrapper {
  background: white;
}

.home-match .steps.no-slide .step {
  padding-top: 20px;
  padding-bottom: 10px;
}

.home-match .steps.no-slide .step h5 {
  margin-bottom: 0;
}

.home-match .steps.no-slide .step.selected>.svg {
  margin-bottom: 0;
}

.home-match .steps.no-slide .step.selected h5 {
  margin-top: 25px;
}

.home-match .steps.no-slide .step h5 svg {
  margin-left: 0;
}

.home-match .steps.no-slide .step.selected,
.work-steps.work-steps-new {
  background: #eee;
}

.home-match .steps.no-slide .step:not(.selected) {
  opacity: 0.3;
}

.work-steps.work-steps-new .working-steps {
  margin-top: 50px;
}

.work-steps.work-steps-new .button.btn-box.match-log {
  margin-top: 40px;
}

.match-index .log .log-front,
.fit-index .log .log-fron {
  align-items: center;
}

.mobile-only,
.button.btn-box.match-log.mobile-only {
  display: none;
}

.fit-results-container,
.fit-results-school,
.match-results {
  margin-top: 150px;
}

.match-index .title-box .title,
.match-index .log .log-info h3,
.fit-index .title-box .title,
.fit-index .log .log-info h3,
.container.fit-dimensions h4,
.container.cultural-fit .fitting-schools .best-fit h4,
.fit-results h4 {
  text-transform: uppercase;
  font-size: 36px;
}

.fit-results a.link.dimensions::before {
  content: '?';
  display: block;
  font-weight: 600;
  font-size: 17px;
  color: var(--main-bg-color);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--main-bg-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.fit-results .talk {
  margin-right: 20px;
}

.container.cultural-fit .compare h4 {
  font-size: 26px;
}

.heading-image.no-image {
  background: none;
  min-height: 50px;
}

.fit-results .container.cultural-fit .stand .talk h4 {
  font-size: 36px;
  width: 80%;
  max-width: 400px;
}

.fit-results .stand {
  margin-bottom: 30px;
}

a.question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.fit-results .best-fit {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.fit-results .best-fit h4 {
  width: 50%;
}

.container.cultural-fit .compare {
  background-color: #f5f5f5;
}

.container.cultural-fit .compare h4 {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.compare .form-row {
  align-items: flex-end;
}

.compare-fixed {
  background: white url(/public/assets/images/icons/fit-results.png) center left no-repeat;
  height: 80px;
  /* background: white; */
  box-shadow: 0 2px 15px rgba(203, 198, 198, 0.8);
  width: 100%;
  padding: 10px 10px 0 80px;
  ;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  z-index: 99999999;
  justify-content: space-between;
}

.compare-fixed a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.compare-fixed a span:nth-child(2) {
  text-align: right;
}

.fit-results .fit-results-schools {
  border: 1px solid #dfdfdf;
  padding: 1.5% 3%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.fit-results .fit-results-schools .school-description h3 {
  line-height: 1;
  margin-bottom: 25px;
}

.fit-results .fit-results-schools .school-description h3 .university-name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 7px;
  color: #474646;
}

.fit-results-schools .school-description .personal-fit .label,
.more-options-container .personal-fit .label,
.personal-match .label {
  text-transform: uppercase;
  color: #474646;
  font-size: 14px;
}

.personal-match span.label {
  display: inline-block;
  max-width: 85px;
}

.fit-results .school-browse-box .school-info .school-program-profile p {
  font-weight: normal;
  margin-bottom: 10px;
}

.fit-results-schools .btn-info-box {
  display: flex;
  align-items: center;
}

.fit-results-schools .personal-fit {
  margin-right: 20px;
}

.fit-results .fitting-schools .match-school {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.no-wrap {
  white-space: nowrap;
}

.fit-results .school-browse-box {
  flex: 1 0 75%;
  max-width: 75%;
  padding: 0;
  border: none;
  margin: 0;
}
.fit-results .cultural-fit-matching-chart-content.spider-wrapper {
    flex: 1 0 25%;
    max-width: 25%;
}
.fit-results .cultural-fit-matching-chart-content.spider-wrapper.component-modal-chart,
.container.cultural-fit .fitting-schools .school-browse-listing.match-school .spider-wrapper {
    flex-basis: 50%;
    max-width: 50%;
}

.school-browse-box .img-box {
  box-shadow: 0 2px 10px rgba(203, 198, 198, 0.8);
  /* border: 1px solid #ebeff1; */
}

.fit-results-schools .school-info .school-description h3 a {
  text-transform: uppercase;
  font-size: 22px;
}

.fit-dimensions {
  margin-top: 40px;
}

.fit-results .fitting-schools .school-browse-box .school-info .link {
  margin-left: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 5px;
}

.btn-groups-fit-results a:hover {
  background-position-y: 5px;
}

.fit-results .school-browse-box .img-box {
  height: 160px;
}

.fit-dimensions .component-toggles {
  border: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.fit-dimensions .component-toggles .toggle-section {
  border: 1px solid #CCC;
  margin-bottom: 20px;
  padding: 0 20px;
}

.fit-dimensions .component-toggles .toggle-section .section .question {
  padding: 10px 0;
}

.fit-dimensions .component-toggles .toggle-section .section .question::before {
  display: none;
}

.fit-dimensions .component-toggles .toggle-section .section .question .label {
  font-weight: 600;
  font-size: 16px;
}

.black {
  color: black;
}

.blue,
.school-browse-box .school-info .text span.blue {
  color: #32aec6;
}

@media screen and (max-width: 1280px) {
  .match-index .home-match .steps .steps-wrapper,
  .fit-index .home-match .steps .steps-wrapper {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
}

@media screen and (max-width: 1024px) {
  .container.cultural-fit .compare .search #compare .form-row {
    flex-direction: column;
    align-items: center;
  }
  .container.cultural-fit .compare img {
    display: none;
  }
  .container.cultural-fit .compare .search #compare .btn-box {
    margin-top: 30px;
  }
  .match-index .btn-box .btn .fit-index .btn-box .btn,
  .fit-results .btn-box .btn {
    font-size: 12px;
  }
}

@media screen and (max-width: 992px) {
  .fit-results .best-fit h4 {
    width: 60%;
  }
  .fit-results .school-browse-box {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1 0 70%;
    max-width: 70%;
  }
  .fit-results .school-browse-box .img-box {
    margin-bottom: 20px;
  }
  .fit-results .fitting-schools .school-browse-box .school-info {
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .btn-groups-fit-results {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fit-results .school-browse-listing.match-school .school-browse-box a.link.black {
    margin-right: 0;
  }
  /* .fit-results .cultural-fit-matching-chart-content, */
  .fit-results .modal-chart-expand,
  .fit-results .modal-chart-overlay {
    display: none;
  }
  .fit-results .school-browse-listing.match-school .school-browse-box .img-box,
  .fit-results .school-browse-listing.match-school .school-browse-box .school-info {
    flex: 1 0 100%;
    width: 100%;
  }
  .btn-groups-fit-results a {
    white-space: normal;
  }
  .fit-results .school-browse-box {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .fit-results .fit-results-schools {
    margin-top: 50px;
  }
  .fit-results-schools .personal-fit {
    margin-right: 0px;
  }
  .fit-results .progress-ring-wrapper{
    padding-left: 20px;
    width: 60px;
  }

  .fit-results .school-browse-box .school-info .school-description {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0;
  }
  .fit-results .school-browse-box .school-info .school-description .text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .fit-index .container.cultural-fit .stand .talk {
    margin-right: 0;
    max-width: 100%;
  }
  .match-index .home-match .steps .step,
  .fit-index .home-match .steps .step {
    text-align: left;
  }
  .match-index .title-box .title span,
  .fit-index .title-box .title span {
    display: inline;
  }
  .match-index .title-box .title,
  .fit-index .title-box .title,
  .work-steps.work-steps-new .working-steps .steps .title h4,
  .match-index .log .log-info h3,
  .fit-index .log .log-info h3,
  .fit-index .container.cultural-fit .stand .talk h4,
  .fit-results .container.cultural-fit .stand .talk h4,
  .fit-results h4 {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
  }
  .work-steps.work-steps-new .title-box,
  .match-index .title-box p,
  .fit-index .title-box p {
    text-align: left;
  }
  .work-steps.work-steps-new .working-steps .steps {
    text-align: left;
  }
  .explore-degree.explore-degree-new {
    display: none;
  }
}

@media screen and (max-width: 480px) {
    .fit-results .u-btn{
        white-space: normal;
    }
  .form-row.flexible {
    flex-direction: column;
  }
  .how-to-help.faq.fit {
    border-top: none;
  }
  .match-index .button.btn-box {
    width: 100%;
  }
  .fit-index .chart-spider.personal {
    margin-top: 0;
  }
  .fit-index .chart-spider .highcharts-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-only {
    display: block;
  }
  .button.btn-box.match-log.mobile-only {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  .desktop-only {
    display: none !important;
  }
  .home-match .steps.no-slide .step.selected {
    width: 100%;
  }
  .home-match .steps.no-slide .step.selected p {
    color: #2A2828;
  }
  .home-match .steps.no-slide .step:not(.selected) {
    display: none;
  }
}


/* END MATCH and FIT new design */


/* Register for event */

.more-options-container .school-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .more-options-container .school-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
}


/** MATCH RESULTS*/

.school-browse-listing.match-school .school-browse-box .school-program-profile.link+.link {
  margin-top: 20px;
}

/** PAST EVENTS */

.webinar-records .record .picture{
    margin-right: 30px;
    width: 400px;
    padding-left: 30px;
}

.webinar-records .record.past .picture a img{
  -webkit-filter:grayscale(90%);
   filter:grayscale(90%);
}

.webinar-records .record .web-info .info,
.webinar-records .record .web-info .topic{
    margin-top: 30px;
    text-transform: uppercase;
}

.webinar-records .record .watch{
    width: 250px;
    padding-right: 30px;
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .webinar-records .record{
        flex-direction: column;
    }
    .webinar-records .record .picture a{
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 30px;
    }
    .webinar-records .record .picture a img{
        width: 100%;
    }

    .webinar-records .record .web-info{
        flex-basis: 100%;
        max-width: 100%;
        padding: 30px;
    }
    .webinar-records .record .watch{
        width: 100%;
        padding: 0 30px  !important;
    }
}

.webinar-records .record.past{
    background: #f2f2f2;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-top: 40px;
}

h4.event_status.event_status_past{
    background: #f2f2f2;
    margin-bottom: 0;
    padding: 30px;
}

.inner-video.event-video .video-wrapper{
    padding: 0;
}

.inner-video.event-video .video-wrapper iframe,
.inner-video.event-video .video-wrapper .video-picture{
    width: 600px;
    height: 350px;
}

.inner-video.event-video .video-wrapper .video-picture:before {
    content:'';
    width:100px;
    height:100px;
    position:absolute;
    left: 300px;;
    top:180px;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background-image:url(/public/assets/images/icons/play-icon.svg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100%;
}

.inner-video.event-video .video-wrapper{
    height: 400px;
}
.inner-video.event-video{
    margin-bottom: 0px;
}
.school-heading .content .main-info .info p.past-event{
    text-transform: uppercase;
    color: black;
}

.container.connect .record .picture{
    position: relative;
}
.container.connect .record .picture div{
    position: absolute;
    bottom: 10px;
    left: 30px;
    background: #333;
    background-color: rgba(46, 46, 53, 0.6);
    padding: 5px 15px 5px 15px;
    width: calc(100% - 30px);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}
/** END PAST EVENTS */

.blog-articles-pagination{
    margin-top: 30px; 
    text-align: center;
}

/** GRAD events */
.grad-events .um-difference{
    border-top: none;
    border-bottom: 1px solid rgb(200, 200, 200);
    padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
    .get.grad-events .swiper .swiper-container .swiper-slide .left {
        margin-bottom: 50px;
    }

    .get.grad-events {
        padding-bottom: 0;
    }
}

.grad-list .counter .count p .count-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #333333;
    font-family: 'Montserrat';
    margin-bottom: 5px;
}

.grad-list  .counter .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex: 1 0 33%;
    max-width: 33%;
}

.heading-image h4{
    color: white;
    font-size: 24px;
    font-weight: 200;
    margin-top: 0;
}

.heading-image.grad-list .u-btn.solid{
    background: none;
    padding: 20px 50px;
    border: 1px solid white;
}

.grad-list .counter .count:last-child {
    border-right: none;
}

.grad-list .button.btn-box.match-log{
    align-items: flex-start;
}

.grad-list .buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-content: space-around;
    align-items: center;

}

.grad-list .buttons a{
    margin: 0 0 20px 0;
}


.grad-list .stand.log-front .buttons button.u-btn{
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.grad-list  button.u-btn.w-bcgr,
.grad-list  a.u-btn.w-bcgr{
    background: white;
    color: rgb(177, 156, 99);
    border: 1px solid rgb(177, 156, 99);
}

.fit-index.grad-list .title-box .title,
.fit-index.grad-view .title-box .title{
    font-size: 30px;
    color: black;
}

.grad-list .grad-events{
    border-bottom: 1px solid #ccc;
}

.grad-list.grad-view .grad-events{
    border-bottom: none;
}

.grad-list.grad-view  .how-to-help.faq.fit{
    border: none
}

.grad-view .grad-events.get .swiper .swiper-container .swiper-slide{
    align-items: flex-start;
}

.grad-list .grad-events.get .swiper .swiper-container .left {
  flex: 1 0 40%;
  max-width: 40%;
}

.grad-list .grad-events.get .swiper .swiper-container .right {
    padding-left: 40px;
    padding-right: 10px;
    flex: 1 0 60%;
    max-width: 60%;
    margin-left: 0;
}

.grad-list .section-two-module ul li::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 18px;
    /* border-radius: 50%; */
    display: inline-block;
    background: url('/public/assets/images/icons/check.svg') no-repeat;
    background-size: 14px;
    background-position: center;
    background-color: var(--main-bg-color);
  }

.grad-list .why-attend{
    padding-top: 65px;
    padding-bottom: 0px;
    background: #f2f2f2;
}
div.center{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.grad-view .container.cultural-fit .stand,
.grad-list .container.cultural-fit .stand {
    gap: 50px;
}

.grad-view .giveaways,
.grad-list .giveaways{
    margin-top: 65px;
    padding-bottom: 65px;
    border-bottom: 1px solid #c8c8c8;
}

.program-profile .articles-container{
    border-bottom: none;
    padding-bottom:0;
}

.program-profile .articles-container.upcomming-events .all-articles{
    gap: 30px;
}
.program-profile .articles-container.upcomming-events .all-articles article{
    flex: 1 0 33%;
    max-width: calc(33% - 20px);
    margin:0;
}
.program-profile .events{
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 20px;
    padding-top: 30px;
}

@media screen and (max-width: 768px) {
    .program-profile .articles-container.upcomming-events .all-articles article{
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .grad-view .container.cultural-fit .stand,
    .grad-list .container.cultural-fit .stand{
        flex-direction: column;
        gap:0;
    }
    .grad-view .container.cultural-fit .stand .talk h4,
    .grad-list .container.cultural-fit .stand .talk h4{
        position: relative;
    }
}
.grad-list .why-holder{
    color: #333;
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
	align-content: space-between;

}
.grad-list .why-holder .why{
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: calc(33% - 15px);
    padding: 20px 20px 20px 0;
    margin-bottom: 0px;
}

/* @media screen and (max-width: 768px) {
  .grad-list .why-holder{
      gap: 0px;
  }
} */
@media screen and (max-width: 500px) {
  .grad-list .why-holder{
    flex-direction: column;
  }
  .grad-list .why-holder .why{
    width: 100%
  }
}




.grad-list .why-holder .why svg,
.grad-list .why-holder .why img{
    min-width: 60px !important;
    width: 70px !important;
}

.grad-list .why-holder .why h4{
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.grad-list .list-grad-events{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 80px;
}

.grad-list .list-grad-events article{
    flex: 1 0 30%;
    max-width: 30%;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    margin-bottom: 20px;
    margin-right: 5%;

}
.grad-list .list-grad-events article:nth-child(3n){
    margin-right: 0px;
}
.grad-list .list-grad-events article a{
    text-decoration: none;
    display: block;
}


.grad-list  .list-grad-events .article-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 30px 10px 30px;
}

.grad-list  .list-grad-events .article-header h6{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(177, 156, 99);
    margin-top: 0;
    margin-bottom: 18px;
}

.grad-list  .list-grad-events .article-dates p{
    font-size: 20px;
    margin-top:0;
    font-weight: 800;
    position: relative;

}
.grad-list  .list-grad-events .article-dates p:before {
    content : "";
    position: absolute;
    left    : 0;
    bottom  : -20px;
    height  : 1px;
    width   : 150px;
    border-bottom: 1px solid rgb(177, 156, 99);;
  }

.grad-list  .list-grad-events .article-icon p{
    margin-top:0;
    text-transform: uppercase;
    font-weight: 600;
}


.grad-list  .list-grad-events .article-body{
    padding: 0 30px 20px 30px;
}



.grad-list  .list-grad-events .article-body h6{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin:10px 0 0 0;
    color: black;
    /* margin-top: 20px;
    margin-bottom: 18px; */
}




.article-header svg{
    width: 60px;
}

.grad-list  .article-header .article-dates{
    display: block;
}
.grad-list  .article-header .article-icon{
    display: flex;
    flex-direction: column;
	align-items: center;
}


.grad-list article .img-box{
    overflow: hidden;
    margin-bottom: 20px;
}
.grad-list article .img-box img{
    width: 100%;
}

.grad-event .header-caption .container{
    display: flex;
    /* flex-direction: row-reverse; */
    align-items: baseline;
    /* justify-content: space-between */
}

.grad-event .header-caption .container .spots{
    /* background: rgb(177, 156, 99) url('/public/assets/images/icons/events/grad/clock-white.svg') no-repeat 25% 40%; */
    background: rgb(177, 156, 99);  
    width: 250px;
    height: 250px;
    border: 1px solid  rgb(177, 156, 99);
    border-radius: 50%;
    opacity: 0.85;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-left: 120px; */
    /* padding-top: 80px; */
    color: white;
    font-size: 30px;
    text-transform: uppercase;
}

.grad-event .header-caption .container .spots .spots-number{
    font-size: 70px;
    font-weight: 800;
    line-height: 50px;
}

.log .soon{
    margin-top: 50px;
    font-size: 20px;
    color: rgb(177, 156, 99);
}

@media screen and (max-width: 992px) {
    .grad-list .list-grad-events{
        flex-direction: column;
        align-items: center;
    }
    .grad-list .list-grad-events article{
        flex: 1 0 100%;
        max-width: 530px;
        margin-top: 50px;
    }
    .grad-list .list-grad-events article:not(:last-child){
        margin-right: 0;
    }
    .grad-list .grad-events.get .swiper .swiper-container .left,
    .grad-list .grad-events.get .swiper .swiper-container .right{
        flex: 1 0 100%;
        max-width: 100%;
    }
    .grad-event .header-caption .container{
        flex-direction: column;
    }
}

@media screen and (max-width: 992px) {
  .grad-list .why-holder .why{
    flex-direction: column;
    align-items: center;
  }
  .grad-list .why-holder .why svg{
    margin-bottom: 20px;
  }
}
.no-wrap{
    white-space: nowrap;
}

.grad-view .event-dates{
    background: #f2f2f2;
    margin: 20px 0;
}

.grad-view .event-dates .dates{
    padding: 35px;
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
    flex-wrap: wrap;
}

.grad-view .event-dates .dates .date-item{
    /* flex: 1 0 25%;
    max-width: calc(25% - 20px); */
    min-width: 150px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.grad-view .event-dates .dates .date-item.grad-location p{
    margin-block-start: 19px !important;
    /* margin-top: 18px !important;
    align-items: flex-start; */

}
.grad-view .event-dates .dates .date-item:last-child{
    margin-right: 0;
}
.grad-view .event-dates .dates .date-item span{
    font-size: 16px;
}

.grad-view .event-dates .btn-box{
    border-top: 3px solid white;
    padding: 35px;
    text-align: center;

}

.grad-view  .event-dates label{
    color: #666;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.grad-view  .event-dates label:after {
    content : "";
    position: absolute;
    left    : 0;
    bottom  : -10px;
    height  : 1px;
    width   : 150px;
    border-bottom: 1px solid rgb(177, 156, 99);
  }

.grad-view  .event-dates p{
    color: black;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.school-program-profile.school-program-profile-mobile{
    display: none;
}
@media screen and (max-width: 768px) {
    .grad-view .event-dates .dates{
        flex-direction: column;
        align-items: center;

    }
    .grad-view .event-dates .dates .date-item{
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
    }
    .fit-results .fitting-schools .match-school {
        display: block;
        padding-top: 30px;
        /* padding-bottom: 30px; */
    }
    
    .fit-results .highcharts-container svg{
        /* max-width: 300px;
        max-height: 260px; */
    }
    .fit-results .cultural-fit-matching-chart-content:not(.component-modal-chart),
    .fit-results .chart-spider.personal {
        flex: 1 0 100%;
        max-width: 100%;
        /* margin-top: 30px; */
        padding: 0 10px 0 15px;;
    }
    .fit-results .chart-spider.matching {
        padding: 0 10px 0 55px;
        height: 300px;
    }
    .fit-results .cultural-fit-matching-chart-content:not(.component-modal-chart) svg {
        margin-left: 0;
    }

    .fit-results .cultural-fit-matching-chart-content{
        display: block;
    }
    .fit-results .school-program-profile{
        display: none;
    }
    .fit-results .school-program-profile.school-program-profile-mobile{
        display: block;
    }

    .fit-results .school-description{
        margin-bottom: 0;
    }
}

.grad-view  .event-agenda{
    margin-top: 20px;
    margin-bottom: 20px;
}

.grad-view  .event-agenda .agenda{
    border: 1px solid #ccc;
    padding: 30px;
    display: flex;
    font-size: 18px;
    line-height: 24px; 
    font-weight: 500;
    font-family: Montserrat;

}

.grad-view  .event-agenda .agenda .agenda-column{
    flex: 1 0 50%;
    max-width: calc(50%-20px);
    border-right: 1px solid #ccc;
    margin-right: 20px;
    padding-right: 30px;
}
.grad-view  .event-agenda .agenda .agenda-column:last-child{
    border: none;
    margin-right: 0;
}

.grad-view  .event-agenda .agenda-item{
    display: flex;
	justify-content: space-between;
    margin-bottom: 50px;
    gap: 30px;
}

.grad-view  .event-agenda .agenda-item:last-child{
    margin-bottom: 0;
}

.grad-view  .event-agenda .agenda-item-left{
    flex: 1 0 30%;
    max-width: 30%;
    /* text-align: right; */
}

.grad-view  .event-agenda .agenda-item-right{
    flex: 1 0 70%;
    max-width: 70%;
}


.grad-view  .event-agenda .agenda .agenda-item-right{
    font-weight: 500;
    line-height: 28px;
}

.grad-view  .event-agenda .agenda-item-left .timezone,
.grad-view  .event-agenda .agenda-item-right .hosted{
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #666;
    font-weight: 200;
}
.grad-view  .event-agenda .agenda-item-left .time{
    position: relative;
}

.grad-view  .event-agenda .agenda-item-left .time:after{
    content : "";
    position: absolute;
    left    : 0;
    bottom  : -10px;
    height  : 1px;
    width   : 150px;
    border-bottom: 1px solid rgb(177, 156, 99);
}

.grad-view  .event-agenda .agenda-item-left span{
    font-weight: 200;
}

.grad-view  .event-agenda .agenda-item-right .schools{
    font-weight: 600;
    text-transform: none;
    margin-top: 0;
}


@media screen and (max-width: 1200px) {
    .grad-view  .event-agenda .agenda-item{
        flex-direction: column;
    }
    .grad-view  .event-agenda .agenda-item-left{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 992px) {
    .grad-view  .event-agenda .agenda{
        flex-direction: column;
    }
    .grad-view  .event-agenda .agenda-column.left .agenda-item:last-child{
        margin-bottom: 50px;
    }

    .grad-view  .event-agenda .agenda .agenda-column{
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        border: none;
        margin-right: 0;
        padding-right: 0px;
    }
    .grad-view  .event-agenda .agenda-item{
        flex-direction: row;
    }
    .grad-view  .event-agenda .agenda-item-left{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 650px) {
    .grad-view  .event-agenda .agenda-item{
        flex-direction: column;
    }
    .grad-view  .event-agenda .agenda-item-left{
        margin-bottom: 15px;
    }
    .grad-view  .event-agenda .agenda-item-left,
    .grad-view  .event-agenda .agenda-item-right{
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.grad-view .stats figcaption h3{
    color: white;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 10px;
}
.grad-view .stats section{
    justify-content: space-between;
}

@media screen and (max-width: 1124px) {
    /* .grad-view .stats section .article {
      width: 33%;
    } */
    .article .article-img-box h4 {
      margin: 0 0 20px 0;
    }
  }

/* @media screen and (max-width: 992px) {
    .grad-view .stats section .article{
      width: 80%;
      margin: auto;
    }
} */





.grad-list .list-grad-events article:nth-child(3n){
    margin-right: 0px;
}

.container.stats article{
    flex: 1 0 30%;
    max-width: 30%;
    margin-right: 5%px;
    margin-left: 0;
}

.container.stats article:nth-child(3n){
    margin-right: 0px;

}
@media screen and (max-width: 768px){
    .container.stats .all-articles .article {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%;
        margin: auto;
    }
    .grad-list .list-grad-events article{
        margin-right: 0px;
    }
  }








.grad-view .container.featered-schools,
.grad-view .container.participating-schools{
    margin-top: 50px;
    margin-bottom:0;
}

.grad-view .featered-schools .featured-schools-container,
.grad-view .participating-schools .participating-schools-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between; */
    padding-bottom: 20px;
}

.grad-view .featered-schools .featured-schools-container .school{
    margin-bottom: 20px;
    width: 20%;
    text-align: center;
}
.grad-view .participating-schools .participating-schools-container{
    align-items: stretch ;
    gap: 20px;
}

.grad-view .participating-schools .participating-schools-container .school{
    border: 1px solid  #ccc;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    /* flex: 1; */
    width: calc(25% - 15px);
}
.grad-view .participating-schools .participating-schools-container .school.without-programs{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* .grad-view .participating-schools .participating-schools-container .school .subject-areas-holder{
    margin-bottom: 20px;
} */
.grad-view .participating-schools .participating-schools-container .school .subject-area-holder{
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    cursor: pointer;
}
.grad-view .participating-schools .participating-schools-container .school .subject-area-holder:last-child{
    border: none;
}
.grad-view .participating-schools .school  h5{
    font-size: 20px;
    text-transform: uppercase;
    margin-top:0;
    margin-bottom: 20px;
}

.grad-view .participating-schools .participating-schools-container .school .subject-area{
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
}
.grad-view .participating-schools .participating-schools-container .school .subject-area.active{
    color: rgb(177, 156, 99);
}
.subject-area .subject-area-name{
    width: calc(100% - 20px);
}
.subject-area .icon{
    width: 20px;
    height: 20px;
}
.subject-area .icon .icon-shape::before{
    top: 9px;
    left: 4px;
}
.subject-area .icon .icon-shape::after{
    top: 5px;
    left: 8px;
}
.subject-area.active .icon .icon-shape::after{
    height:0;
}

.grad-view .participating-schools .participating-schools-container .school .programs-holder{
    display: none;
    font-size: 16px;
    padding-right: 30px;
}
.grad-view .participating-schools .participating-schools-container .school .programs-holder .subject-program:not(:first-child){
    margin-top: 10px;
}

.school .programs-holder a{
    color: black;
    text-decoration: none; 
}

.grad-view .participating-schools .participating-schools-container .school .school-details{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content:flex-start;
    font-size: 14px;
    font-weight: 600;
    text-align: left;  
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    min-height: 120px; 
}
.grad-view .participating-schools .participating-schools-container .school.without-programs .school-details{
    border: none;
    padding: 0;  
}
.grad-view .participating-schools .school .country{
    font-weight: 400;
    margin-top: 5px;
}
.grad-view .participating-schools .participating-schools-container .school .school-details a{
    color: black;
    text-decoration: none;
    font-weight: 600px;
}

.grad-view .participating-schools.partners .participating-schools-container .school .school-details{
    border-bottom:none;
}
.grad-view .participating-schools.partners .participating-schools-container .school .school-details .school-name{
    text-align: center;
    width: 100%;
}
.grad-view .participating-schools.partners .participating-schools-container .school {
    width: calc(20% - 20px)
}





.grad-view .container.participating-schools .all-schools{
    display: none;
}

.grad-view .discover-dream{
    background: #f2f2f2;
    padding: 70px 0;
}

.grad-view .discover-dream .discover-dream-container{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.grad-view .discover-dream .discover-dream-container .discover-item{
    display: flex;
    align-items: center;

    flex: 1 0 32%;
    flex-direction: column;
    text-align: center;
}

.grad-view .discover-dream .discover-dream-container .discover-item svg{
    width: 100px;
    height: 100px;
}
.grad-view .discover-dream .discover-dream-container .discover-item h5{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:0;
}
.grad-view .discover-dream .discover-dream-container .discover-item p{
    font-size: 17px;
}

.grad-view .articles-container{
    border-top: 1px solid #c8c8c8;
    margin: 0;
    padding-top: 50px;
}
    

@media screen and (max-width:767px) {
    .grad-view .featered-schools .featured-schools-container,
    .grad-view .participating-schools .participating-schools-container{
        flex-direction: column;
        align-items: flex-start;
    }

    .grad-view .participating-schools.partners .participating-schools-container .school,
    .grad-view .participating-schools .participating-schools-container .school{
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    .participating-schools-container .school .subject-areas-holder{
        width: 100%;
    }
    .grad-view .participating-schools .participating-schools-container .school a{
        min-width: 130px;
    }
    .grad-view .participating-schools .participating-schools-container .school .school-details{
        width: 100%;
        flex-direction: column;
        /* align-items: center; */
        /* justify-content: center; */
        text-align:center;
        row-gap: 10px;
    }
    .grad-view .discover-dream .discover-dream-container{
        flex-direction: column;
    }
    .grad-view .discover-dream .discover-dream-container .discover-item{
        margin-bottom: 50px;
        align-items: center;

    }

}

.heading-image.grad-view-heading,
.heading-image.grad-thankyou-heading {
    background-image: url('/public/assets/images/backgrounds/events/grad/view/heading.webp');
  }
/* .heading-image.grad-view-heading.unimy-grad-fair-manila,
.heading-image.grad-thankyou-heading.unimy-grad-fair-manila {
    background-image: url('/public/assets/images/backgrounds/events/grad/view/heading-manila.webp');
} */
  @media screen and (min-width:768px) and (max-width:1400px) {
    .heading-image.grad-view-heading,
    .heading-image.grad-thankyou-heading {
      background-image: url('/public/assets/images/backgrounds/events/grad/view/heading-medium.webp');
    }
    /* .heading-image.grad-view-heading.unimy-grad-fair-manila,
    .heading-image.grad-thankyou-heading.unimy-grad-fair-manila {
      background-image: url('/public/assets/images/backgrounds/events/grad/view/heading-manila-medium.webp');
    } */
  }
  
  @media screen and (max-width:767px) {
    .heading-image.grad-view-heading,
    .heading-image.grad-thankyou-heading {
      background-image: url('/public/assets/images/backgrounds/events/grad/view/heading-small.webp');
    }
    .heading-image.grad-view-heading.unimy-grad-fair-manila,
    .heading-image.grad-thankyou-heading.unimy-grad-fair-manila {
      background-image: url('/public/assets/images/backgrounds/events/grad/view/heading-manila-small.webp');
    }
  }

  .heading-image.grad-list-heading{
    background-image: url('/public/assets/images/backgrounds/events/grad/list/1920x800px_main-page-2.webp');
  }
  
  @media screen and (min-width:768px) and (max-width:1400px) {
    .heading-image.grad-list-heading {
      background-image: url('/public/assets/images/backgrounds/events/grad/list/1366x800px_main-page-2.webp');
    }
  }
  
  @media screen and (max-width:767px) {
    .heading-image.grad-list-heading {
      background-image: url('/public/assets/images/backgrounds/events/grad/list/540x640px_main-page-2.webp');
    }
  }

  .heading-image.grad-thankyou-heading{
      height: 70vh;
  }

.grad-thankyou .u-btn.solid.add-calendar{
    background: white;
    border-color: rgb(177, 156, 99);
    color: rgb(177, 156, 99);
    margin: 40px 0;
}
/* .grad-thankyou .u-btn.solid:hover{
    background: white;
} */

.grad-thankyou .explore-degree.explore-degree-new.thankyou{
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.grad-thankyou .explore-degree.explore-degree-new.thankyou svg{
    width: 50px;
    margin-top: 30px;
}
.grad-thankyou .explore-degree.explore-degree-new.thankyou h2{
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
}
.grad-thankyou .explore-degree.explore-degree-new.thankyou .event-dates{
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
}
.grad-thankyou .explore-degree.explore-degree-new.thankyou .event-dates svg{
    width: 25px;
    margin: 0 10px;
}

.grad-thankyou .explore-degree.explore-degree-new.thankyou .event-dates .date-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
    margin-right: 20px;
    white-space: normal;
    color: #333;
    font-weight: 600;
}

@media screen and (max-width: 650px) {
    .grad-thankyou .explore-degree.explore-degree-new.thankyou .event-dates{
        flex-direction: column;
        align-items:flex-start;
    }
    .grad-thankyou .explore-degree.explore-degree-new.thankyou .event-dates .date-item{
        margin-bottom: 20px;
    }
}

.grad-thankyou .get .swiper .swiper-container .right{
    margin-left: 20px;
}


.grad-thankyou .participating-schools{
    margin-top: 75px;
    border-bottom: 1px solid rgb(177, 156, 99);
    padding-bottom: 50px;
}

.grad-thankyou .participating-schools .u-btn.solid{
    margin-bottom:0;
}

.grad-thankyou .participating-schools .all-schools-button,
.grad-view  .participating-schools .all-schools-button{
    text-align: center;
}

.grad-thankyou .participating-schools .schools,
.grad-thankyou .participating-schools .all-schools{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.grad-thankyou .participating-schools .school{
    flex: 1 0 50%;
    max-width: calc(50% - 35px);
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */

}

.grad-thankyou .participating-schools .all-schools{
    display: none;
}

@media screen and (max-width: 992px) {
    .grad-thankyou .participating-schools .school{
        flex: 1 0 100%;
        max-width: 100%
    }
}

.grad-thankyou .participating-schools .school .school-logo{
    width: 140px;
    height: 140px;
    border: 1px solid #eaeaea;
    display: flex;
	justify-content: center;
	align-items: center;
    margin-right: 40px;
}

.grad-thankyou .participating-schools .school .school-name{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.grad-thankyou .participating-schools .school .school-name a{
    color: black;
    text-decoration: none;
}

.grad-thankyou .participating-schools .school .school-date{
    font-size: 16px;
    text-transform: uppercase;
}

.grad-thankyou .participating-schools .school .school-date span{
    font-weight: 600;
}

.grad-thankyou .participating-schools .school .school-deatils{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.grad-thankyou .participating-schools .school .school-buttons{
    margin: 0;
}
.grad-thankyou .participating-schools .school .school-deatils .u-btn.solid{
    margin-top: 0;
    margin-bottom:0;
}

@media screen and (max-width: 650px) {
    .grad-thankyou .participating-schools .school{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;

    }

    .grad-thankyou .participating-schools .school .school-logo,
    .grad-thankyou .participating-schools .school .school-name,
    .grad-thankyou .participating-schools .school .school-date,
    .grad-thankyou .participating-schools .school .school-buttons{
        margin-top: 20px;
    }
    .grad-thankyou .participating-schools .school .school-logo{
        margin-right: 0;
    }
    .grad-thankyou .participating-schools .school .school-name{
        text-align: center;
    }

    .grad-view figure figcaption h3{
        margin-top: 0;
    }
}


.grad-view  .side-buttons {
    opacity: 0;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 50%;
    transition: .2s ease-in-out;
    transform: translateX(100px);
}

.grad-view  .side-buttons li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}
.grad-view .side-buttons  a.icon{  
    background: rgb(177, 156, 99);
    width: 50px;
    height: 50px;
    border: 1px solid  rgb(177, 156, 99);
    border-radius: 50%;
    display: flex;
    justify-content: center;
	align-items: center;
    padding: 0;
}

.grad-view .side-buttons  svg{
    width: 30px;
    transition: .2s .1s ease-in-out;

}  

.grad-view .side-buttons  span {
    color: #000000;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .2s ease-in-out;
    text-align: right;
    opacity: 0;
}

.grad-view  .side-buttons:hover span,
.grad-view  .side-buttons.expand span{
    opacity: 1;
    transform: translateX(-15px);
}

.grad-view  .side-buttons.visible {
    opacity: 1;
    transform: translateX(0px);
}


.get.grad-events .swiper .swiper-container .left, 
.get.grad-events .swiper .swiper-container .right{
    max-width: calc(50% - 25px);
}
.get.grad-events .swiper .swiper-container .right{
    margin-left: 50px;
}
@media screen and (max-width: 992px) {
    .get.grad-events .swiper .swiper-container .left, 
    .get.grad-events .swiper .swiper-container .right{
        max-width: 100%;
    }
    .get.grad-events .swiper .swiper-container .right{
        margin-left: 0px;
    }
}


/** END GRAD event

/** ANNOUNCEMENTS **/
.announcemets{
    background:  rgb(160, 140, 91);
    padding: 15px;
    color: white;
    text-align: center;
    font-size: 24px;
}
.announcemet{
    display: flex;
    align-items: center;
    justify-content: center;
}    

.announcemet-desktop p,
.announcemet-mobile a, .announcemet-mobile a:active, .announcemet-mobile a:visited,
.announcemet-mobile a p, .announcemet-mobile a:active p, .announcemet-mobile a:visited p{
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.announcemet-desktop a{
    border: 1px solid white;
    margin-left: 20px;
}

.announcemet-mobile{
    display: none;
}

.consult .announcemets,
.match .announcemets,
.cultural-fit .announcemets{
    position: relative;
    margin-top:  -140px;
    z-index:  10000;
}

.consult .explore-degree,
.match .explore-degree,
.cultural-fit .explore-degree{
    margin-top: 0;
}

@media screen and (max-width: 650px) {
    .announcemet-mobile{
        display: flex;
    }
    .announcemet-desktop{
        display: none;
    }
    .consult .announcemets,
    .match .announcemets,
    .cultural-fit .announcemets{
        margin-top:  -0px;
    }

}

.announcemet.announcemet-mobile a{
    display: flex;
    flex-direction: row;
}
.announcemet.announcemet-mobile a svg{
    width: 20px;
    margin-left: 20px;
}

/** END ANNOUNCEMENTS **/

/** GRAD hosts **/
.section.about-grad-hosts{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.section.about-grad-hosts .grad-host{
    flex: 1 0 30%;
}

.grad-host .name{
    font-size: 25px;
    font-weight: 600;
}

.grad-host .img-wrapper{
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

/** END Grad hosts **/

/** BLOG */
.container.blog-list{
  width: 100%;
  transition-property: transform, -webkit-transform;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-top: 50px;
}

.container.blog-list .blog-left-column {
  flex: 0 0 calc(33% - 50px);
  margin-right: 70px;
}

.container.blog-list .blog-right-column {
  flex: 0 0 calc(66%);
}

.container.blog-list .blog-gray {
  background-color: #f2f2f2;
  padding: 35px;
  margin-bottom: 35px;
  position: relative;
  z-index: 999;
}
.blog-gray.blog-categories-desktop h4,
.blog-gray.blog-categories-mobile h4,
.blog-gray.blog-most-popular h4{
  margin-top:0;
  font-size:22px;
  text-transform: uppercase;
}
.blog-gray.blog-categories-mobile h4{
  margin-bottom:0;
}
.blog-categories-mobile{
  display: none;
}

.container.blog-list .blog-index{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
/* align-items: flex-start; */
align-content: flex-start;
  width: auto;
}

.container.blog-list .blog-index article.article{
  margin: 0px 0px 40px 0;
  width: calc(50% - 35px);
  display: flex;
  flex-direction: column
}

.blog-index article.article .article-img-box{
  margin-bottom: 0;
  background: none;
}

.blog-index article.article .article-info{
  border: 2.5px solid #dadada;
  border-top: none;
  padding: 25px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-index article.article .article-info-top{
  display: flex;
justify-content: space-between;
  align-items: center;

}
.blog-index article.article .article-info-top .data-categories{
  display: flex;
  flex-direction: row;
}
.blog-index article.article .article-info-top .data {
  color: #666;
  padding-right: 16px;
  margin-right: 13px;
  border-right: 1px solid rgba(151, 151, 151, 0.44);
}
.blog-index article.article .article-info-top .categories a{
color: rgb(160, 140, 91);
font-weight: 600;
}

.blog-index article.article .article-info-top .share{
  text-align: right;
  margin-left: 20px;
}

.blog-index article.article .article-info-top .share svg{
width: 20px;
}
.blog-index article.article .article-info .article-info-content{
  display: flex;
  flex-direction: column;
  flex: 1
}

.blog-index article.article .article-info .article-info-content h4 a{
  color: black;
  text-decoration: none;
  font-size: 20px;
}

.blog-index article.article .article-info .blog-intro{
  margin: 20px 0;
}

.blog-index article.article .article-info .blog-footer
{
  flex:1;
  display: flex;
  flex-direction: row;
justify-content: space-between;
align-items: flex-end;
}

.blog-index article.article .article-info .blog-footer .blog-author{
  padding:0;
  color: #666;
}
.blog-index article.article .article-info .blog-footer .blog-author .author{
  font-weight: 600;
}
.blog-index article.article .article-info .blog-footer .blog-author span{
  white-space: nowrap;
}


.blog-index article.article .article-info .blog-footer .blog-more a{
  color: black;
  font-weight: 600;

}

.blog-search form{
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog-search .form-group{
  flex: 0 0 calc(100% - 100px);

}

.blog-search .button .btn.blue{
  background: rgb(160, 140, 91);
  color: white;
  width: 180px;
  /* height: 60px; */
  padding: 20px;
  border: none;
  /* top: 10px; */
}

.blog-search .form-group{
width: 200px;
margin-right: 30px;
}

.blog-categories-desktop div a,
.blog-categories-mobilediv  a{
  margin-bottom: 20px;
  /* display: block; */
}

.blog-most-popular .most-popular-item{
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.blog-most-popular .most-popular-item span {
  flex: 0 0 54px;
  margin-right: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgb(160, 140, 91);
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blog-most-popular .most-popular-item a,
.blog-categories-desktop a,
.blog-categories-mobile a{
  text-decoration: none;
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.blog-categories-desktop .category-child{
  margin-left: 20px;
}

.blog-list .category-descr{
background: #f2f2f2;
font-size: 20px;
margin-bottom: 30px;
padding: 20px;
}

.blog-categories-desktop a{
display: inline-block;
}
.blog-category a{
margin-right: 20px;
}

.blog-categories-desktop .blog-category.selected a,
.blog-categories-desktop a.selected{
display: inline-block;
border-bottom: 3px solid rgb(160, 140, 91);
}

.blog-categories-desktop .triangle {
display: inline-block;
cursor: pointer;
width: 15px;
height: 15px;
background: gray;
clip-path: polygon(0% 40%, 50% 90%, 100% 40%); 
}

.blog-categories-desktop .triangle.active {
display: inline-block;
cursor: pointer;
width: 15px;
height: 15px;
background: gray;
clip-path: polygon(0% 100%,  50% 50%, 100% 100%); 
}
.blog-categories-desktop .category-children{
display: none;
flex-direction: column;
align-items: baseline;
}
.blog-categories-desktop .category-children.selected{
display: flex;
}

footer h3 a{
color:white;
text-decoration: none;
}

.articles-container .article .article-img-box figcaption{
justify-content: space-around;
background-color: rgba(0, 0, 0, 0.4);
}

.articles-container .article .article-img-box figcaption h4{
  padding: 0 20px;
}

@media screen and (max-width: 1280px) {
  /* .blog-search{
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .blog-search .button .btn.blue{
      margin-top: 20px;;
  } */
}

@media screen and (max-width: 1024px) {
  .container.blog-list .blog-index{
      flex-direction: column;
  }
  .container.blog-list .blog-left-column {
      flex: 0 0 250px;
  }
  .container.blog-list .blog-index article.article{
      margin: 0px 0px 40px 0;
      width: 100%;
  }
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
  .blog-categories-mobile{
      display: block;
  }
  .blog-categories-desktop{
      display: none;
  }
  .container.blog-list{
      flex-direction: column;
  }
  .container.blog-list .blog-left-column  .blog-search,
  .container.blog-list .blog-left-column  .blog-most-popular{
      display: none;
  }
  .container.blog-list .blog-left-column {
      width: 100%;
      margin-right: 0px;
  }
  .container.blog-list .blog-right-column {
      width: 100%;
  }
}
@media (max-width: 500px) {
.blog-search form{
  flex-direction: column;
}
.blog-search .button .btn.blue{
  margin-top:20px;
}
}
/** Social SHARE in BLOG */
.container.blog-list .social-share-holder{
  display: none;
  position: absolute;
  top: 0;
  left: 100px;
  border: 1px solid rgb(160, 140, 91);
  background: white;
  padding: 10px;
}

.container.blog-list .social-sharing{
  display: flex;
  justify-content: space-around;
}

.container.blog-list .social-share-holder a:last-child{
  margin-right: 0px;
}

.container.blog-list .social-share-holder a{
  color : rgb(160, 140, 91);
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container.blog-list a.share-facebook svg{
  height: 20px;
}

.container.blog-list a.share-twitter svg{
  height: 16px;
}
.container.blog-list a.share-pinterest svg{
  height: 20px;
}

.container.blog-list a.share-linkedin svg{
  height: 16px;
}
/** END SOCIAL SHARE in BLOG*/

/** ARTICLE in BLOG */
.container.blog-article{
  width: 100%;
  transition-property: transform, -webkit-transform;
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  padding-bottom: 50px;
  margin-top: 120px;
}

.container.blog-article .article-left-column,
.container.blog-article .article-right-column {
  width: 300px;
  flex-shrink: 0;
  /* flex: 0 0 300px; */
}


.container.blog-article .article-center-column {
  /* flex: 1 0 calc(100% - 700px); */
  margin-right: 50px;
}

.container.blog-article .blog-index{
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-between;
align-content: flex-start;
  width: auto;
}

.container.blog-article .blog-index article.article{
  margin: 0px 0px 40px 0;
  /* width: calc(10% - 35px); */
  display: flex;
  flex-direction: column
}

.container.blog-article .blog-index article.article{
  margin: 0px 0px 40px 0;
  width: 100%;
  display: flex;
  flex-direction: column
}

.container.blog-article h1{
  margin-top: 0;
}
.container.blog-article .article-heading{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 30px;
}

.container.blog-article .article-heading .article-date{
  display: flex;
}

.container.blog-article .article-heading .article-date .article-updated{
  color: #666;
  margin-right: 20px;
}

.container.blog-article .article-heading .article-date .article-categories{
  margin-left: 20px;
}
.container.blog-article .article-heading .article-date .article-categories a{
  color: rgb(160, 140, 91);
  font-weight: 600;
}

.container.blog-article .article-author .author{
  padding:0;
  color: #666;
  font-weight: 600;
}
.container.blog-article .article-author span{
  white-space: nowrap;
  font-weight: 400;
  color: #666;
}
.container.blog-article .article-content img{
  width: 100%;
}

.container.blog-article .blog-index article.article .article-info .article-info-content h4 a{
  font-size: 16px;
  font-weight: 600;
}
.container.blog-article .blog-index article.article .article-info .article-info-content h4{
  margin-bottom: 0;
}
.container.blog-article .article-right-column{
  position: sticky;
  top: 50px;
  align-self: flex-start;
}

.article-content .btn-box .article-btn {
  background-image: linear-gradient(to right, rgb(219, 201, 155), #ccc192);
  color: white;
  border: none;
  height: 60px;
  padding-left: 85px;
  padding-right: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 14px;
}

.article-content .btn-box .article-btn.custom{
    padding-left: 30px;
}  

.article-content .btn-box .article-btn.match::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 25px;
  width: 48px;
  height: 50px;
  display: inline-block;
  background: url("/public/assets/images/icons/match-icon-white.svg") no-repeat;
}

.article-content .btn-box .article-btn.fit::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 25px;
  width: 48px;
  height: 50px;
  display: inline-block;
  background: url("/public/assets/images/icons/fit-icon-white.svg") no-repeat;
}

.blog-articles-pagination{
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 1280px) {
  .container.blog-article .article-left-column{
      display: none;
  }
  .container.blog-article .article-center-column {
      flex: 1 0 calc(100% - 300px);
  }
  .container.blog-article .article-heading{
      flex-direction: column;
  }
  .container.blog-article .article-heading .article-author{
      display: flex;
      margin-top: 20px;
      justify-content: space-between;
    align-items: center;
  }
  .container.blog-article .article-author span{
      white-space: normal;
  }
  .container.blog-article .article-heading .article-author .social-share-holder{
      display: block;
  }
}

@media screen and (max-width: 1024px) {
  .container.blog-article{
      flex-direction: column;
      align-items: stretch;
  }
  .container.blog-article .article-center-column {
      width: calc(100%-20px);
      margin-right: 0px;
  }
  .container.blog-article .article-right-column{
      /* flex-basis: 1 0 auto; */
      /* width: calc(100%-20px); */
  }
  .container.blog-article .blog-index{
      width: 100%;
  }
  .container.blog-article .article .article-img-box figure img{
      width: 100%;
  }
}

.article-comments{
  margin: 50px 0;
  border-top: 1px solid #acacac;
}
.article-comments-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-comments-heading h3,
.recommended-articles h3{
  text-transform: uppercase;
  font-size: 24px;
}
.sure-modal.article-comments .form-row .textarea{
  color:#626262;
  font-family:"HK Grotesk";
  font-size:16px;
  font-weight:600;
  margin: 20px 16px;
  width: 100%;
}

.sure-modal.article-comments .form-row .textarea textarea {
width: 100%;
border-color: #d8d8d8;
padding: 15px;
font-weight: 400;
font-size: 16px;
}

.comments-pagination{
  text-align: center;
  margin-top: 50px;
}

comment.comment{
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #acacac;
  padding: 30px 0;
}

comment.comment .comment-left{
  display: flex;
  align-items: flex-start;
}

comment.comment .comment-img-box .initials{
  display: block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  background: #e7e7e7;
  color: rgb(160, 140, 91);
  text-align: center;
  font-size: 18px;
}

comment.comment .img-wrapper {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
}

comment.comment .comment-author{
  width: 200px;
  display: flex;
  flex-direction: column;
}

comment.comment .comment-author .author{
  font-weight: 600;
}

comment.comment .comment-author .created{
  font-weight: 200;
  color: #7c7c7c;
  font-size: 14px;
  margin-top: 10px;
}

comment.comment .comment-comment{
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .article-comments-heading{
      flex-direction: column;
      align-items: flex-start;
  }
  .article-comments{
      margin: 0px;
  }
  .comment{
      flex-direction: column;
  }
  .comment .comment-comment{
      margin-top: 20px;
  }
  .comments-pagination button{
      width: 100%;
  }
}
/** end ARTICLE in BLOG*/

/** Social SHARE in ARTICLE */
.container.blog-article .social-share-holder{
  padding-right: 40px;
}
.container.blog-article .article-heading .article-author .social-share-holder{
  padding: 0;
}

.container.blog-article .social-sharing{
  display: flex;
  flex-direction: column;
align-items: flex-end;
}
.container.blog-article .article-heading .article-author .social-sharing{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}


.container.blog-article .social-share-holder a{
  color : rgb(160, 140, 91);
  margin-bottom: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.container.blog-article a.share-facebook svg{
  height: 25px;
}

.container.blog-article a.share-twitter svg{
  height: 20px;
}
.container.blog-article a.share-pinterest svg{
  height: 25px;
}

.container.blog-article a.share-linkedin svg{
  height: 20px;
}

.article-author .social-share-holder{
  display: none;
}
/** END SOCIAL SHARE in ARTICLE*/

.heading-image.blog {
    background-image: url('/public/assets/images/backgrounds/blog/index/Blog.webp');

}

@media screen and (min-width:768px) and (max-width:1400px) {
    .heading-image.blog {
      background-image: url('/public/assets/images/backgrounds/blog/index/Blog-medium.webp');
    }
  }
  
  @media screen and (max-width:767px) {
    .heading-image.blog {
      background-image: url('/public/assets/images/backgrounds/blog/index/Blog-small.webp');
    }
  }

  

/** end BLOG */

/**  SCHOOL COMMENTS */
.comments-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #009dbb;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.comments-btn svg {
    width: 30px;
    height: 30px;
    margin-right: 7px;
}

.coments-children{
    display: none;
}
.coments-children.active{
  display: block;
}

.sure-modal.school-comments .message{
    width: 620px;
}

.sure-modal.comment-modal input,
.sure-modal.comment-modal input,
.sure-modal.comment-modal .form-element,
.school-comments .sure-modal.comment-modal textarea, 
.school-comments .sure-modal.comment-modal .select2-container--default .select2-selection--single{
    background-color: white !important;

}

.school-comments .form-row{
    margin-top: 40px;
}
.school-comments .form-element, 
.school-comments textarea,
.school-comments  .select2-container--default .select2-selection--single{
    background: #E9F0FD !important;
    color: #626262;
    font-weight: 600;
    padding: 0px;
    font-weight: 600;
    width: 95%;
}
.school-comments textarea{
    padding: 5px;
    margin: 0 0 15px 0 ;
    width: 100%
}

.school-comments form .form-group label:not(.input-file-lbl) ,
.school-comments form .form-group.focus label:not(.input-file-lbl),
.school-comments form .form-group.selected label:not(.input-file-lbl),
.school-comments form .textarea label{
    position: relative;
    color: gray;
    font-size: 11px;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    bottom: auto;
}

.school-comments .form-row .textarea{
    margin: 0 15px;
}
.school-comments .form-row .textarea textarea{
    width: 100%
}
.school-comments .label-tooltip{
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}

.school-comments .custom-tooltip .data-tooltip{
    width: 15px;
    height: 15px;
    font-size: 11px;
    line-height: 15px;
    margin-top:0;
    background:rgb(160, 140, 91);
    z-index: 109999999
}
.school-comments .custom-tooltip .data-tooltip:after{
    padding: 10px !important;
    z-index: 10000;
    background: rgb(160, 140, 91);
}
.school-comments label{
    color: gray;
    font-size: 11px;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.school-comments .label-tooltip label{
    margin: 0;
}
.school-comments-list .comments-holder{
  margin-top: 30px;
}
.school-comments-list .comments-holder:first-child{
  margin-top: 0px;
}
.school-comments-list .comments-pagination{
  margin-top: 20px;

}
.school-comments-list .comments-pagination a{
  color: gray;
  font-weight: 600;
  text-decoration:none;
}
.school-comments-list comment.comment{
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
}

.school-comments-list comment.comment-child{
    margin-left:200px;
    border-top: 1px solid #eaeaea;
}
.school-comments-list comment.comment:not(.comment-child):first-child{
    padding-top: 0;
    border-top: none;
}
.school-comments-list comment.comment:not(.comment-child):last-child{
  border-bottom: 1px solid #eaeaea;
}

.school-comments-list comment.comment .comment-left{
    flex-basis: 250px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 50px;
    display:flex;
}

.school-comments-list comment.comment .comment-right{
  flex-basis: calc(100% - 250px);
  flex-grow: 0;
  flex-shrink: 0;

}
.school-comments-list comment.comment .img-wrapper{
    width: 43px
    ;height: 43px;
    min-width: 43px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}

.school-comments-list comment.comment .img-wrapper span.initials{
    display: block;
    height:43px;
    line-height: 43px;
    background: #DCDCDC;
    text-align: center;
    font-weight: 600;
    color: rgb(160, 140, 91);
}

.school-comments-list comment.comment .comment-left .comment-author{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}
.school-comments-list comment.comment .comment-author .author-name{
    font-size: 16px;
    font-weight: 600;
}

.school-comments-list comment.comment .comment-author .author-current{
    font-size:14px;
    color: gray;
    font-weight: 600;
    margin-top:10px;
}

.school-comments-list comment.comment .comment-author .created{
    font-size:14px;
    color: gray;
    margin-top: 10px;
    white-space: nowrap;
}

.school-comments-list comment.comment .comment-right .comment-links{
    display:flex;
    margin-top: 20px;
}
.school-comments-list comment.comment .comment-right .comment-links a {
    color: gray;
    font-weight: 600;
    text-decoration: none;
}
.school-comments-list .link-after-arrow{
    display: flex;
    align-items: center;
}
.school-comments-list  .comment-link{
  margin-right: 40px;
}
.triangle {
    /* width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 0;
    border-top: 8px solid gray;
    margin-top:20px; */
    width: 10px;
    height: 10px;
    background: gray;
    clip-path: polygon(0% 20%, 50% 70%, 100% 20%); 
    margin: 0 5px;   
  }

  .form-row.comment-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;


  }
  .form-row.comment-row .form-group{
    flex: 40% 1 0;
  }

@media (max-width: 649px) {
  .school-comments-list comment.comment{
    flex-direction: column;
  }
  .school-comments-list comment.comment .comment-left{
    flex-basis: 100%;
    padding-right: 0px;
  }
  .school-comments-list comment.comment .comment-right{
    flex-basis: 100%;
  }
  .school-comments-list comment.comment .comment-left .comment-img-box{
    flex: 60px 0 0;
  }
  .school-comments-list comment.comment .comment-left .comment-author{
    flex: calc(100% - 60px) 0 0;
  }
  .school-comments-list comment.comment-child{
    margin-left: 29px;
  }

  .school-comments-list comment.comment .comment-author .created,
  .school-comments-list comment.comment .comment-author .author-current{
    margin-top:0;
  }
  .school-comments-list comment.comment .comment-left .comment-author{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .school-comments-list comment.comment .comment-comment{
    margin-top: 10px;
  }

}
/** END SCHOOL COMMENTS */

/** fix for Speakers in Event page */
.container.school-videos-page.webinar-inner .about-hosts .info .hosts{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.container.school-videos-page.webinar-inner .about-hosts .info .hosts .host,
.event .section.about-hosts .host{
    flex: 1 0 350px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.container.school-videos-page.webinar-inner .about-hosts .info .hosts .host .name, 
.container.school-videos-page.webinar-inner .about-web .info .hosts .host .name {
    color: #333;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 5px;
}
.container.school-videos-page.webinar-inner .about-hosts .info p{
    margin: 0;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.container.school-videos-page.webinar-inner .about-hosts .info p.bio{
    margin: 15px 0 0 0;
}
.container.school-videos-page.webinar-inner .about-hosts .info .hosts .host .img-wrapper{
    width: 155px;
    height: 155px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 40px;
}
/* END speakers on event page */

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 30px 20px 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1280px){
  .article {
    margin: 0 15px 20px 15px;
  }
}

.event .section.event-registration {
    border-bottom: 1px solid #dfdfdf;
}

.section.event-registration .form-row.age p{
    color: #666;
}

/* Fix for crm multivalue selects */
.form-builder-component .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:nth-child(n+4) {
    display:list-item !important;
  }

  .all-articles{
    gap: 1%;
  }
/* Fix for homepage events grid */
  .articles-container.homepage .article{
    width: 32%;
    margin:0;
    /* margin-left: 1%;
    margin-right: 1% */
  }
  /* .articles-container.homepage .article:nth-child(1){
    margin-left: 0;
  }
  .articles-container.homepage .article:nth-child(3){
    margin-right: 0;
  } */

  @media screen and (max-width: 768px) {
    .articles-container.homepage .article{
        width: 100%;
        margin-left: 0%;
        margin-right: 0%
      }
  }

  .date-item.grad-location svg{
    width: 24px;
    height: 24px;
  }
  .date-item.grad-location a{
    color: #333;
    /* text-decoration: none; */
  }


  .grad-view .container.participating-schools{
    margin-bottom: 50px;
  }

  .other-schools-container{
    /* margin-top: 98px; */
    padding-top: 20px;
    padding-bottom: 20px;
    background: #a08c5b;
  }

  form.other-schools{
    display: flex;
    gap: 10px;
  }
  form.other-schools svg{
    width: 30px;
    margin-top: 5px;
  }
  form.other-schools button{
    width: 50px;
    height: 20px;
    padding: 12px;
    line-height: 1px;
    background:  rgb(177, 156, 99);
    color: white;
    border: none;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin-left: 10px;
    margin-top: 5px;
;
}
  form.other-schools .form-group{
    width: 500px;
    margin-bottom:0;
  }
  form.other-schools .form-group label:not(.input-file-lbl){
    color: white;
  }
  form.other-schools .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent;
  }  

  p.rogram-profile.view-grad .school-heading{
    margin-top: 30px;
  }

  .program-profile .school-heading.other-schools{
    margin-top: 140px;
  }
  .program-profile .school-heading.other-schools.second{
    margin-top: 40px;
  }

@media screen and (max-width: 768px) {
  .school-heading .school-attributes{
        overflow-x: hidden;
        overflow-y: hidden;

  }
  .school-heading  .attribute-box .icon-wrapper {
    margin-bottom: 0px;
  }
  .school-heading .attribute-box p span.result{
    font-size: 14px;
  }
  .fit-results .user-progress{
    margin-bottom:0;
  }

  .fit-results .chart-spider.personal {
    margin-top: 0px;
  }
  .log.fit .chart-spider.personal {
    padding-top:60px;
  }
  .chart-spider.personal .highcharts-container {
    padding-top: 40px;
  }
  .fit-results .container.cultural-fit .stand {
    margin-top: 0;
  }
  .fit-results   .school-browse-box .school-info .school-description h3 {
    margin-left: 0px;
  }
  .fit-results .chart-spider.matching .highcharts-axis-labels.highcharts-xaxis-labels text {
    visibility: visible;
  }
  .fit-results .chart-spider{
    /* width: 90%; */
  } 

  .other-schools-container{
    margin-top: 20px;
  }
  .school-heading.other-schools.second            {
    margin-top: 20px !important;
  }
  .program-profile .school-heading.other-schools{
    /* margin-top: 40px !important; */
  }

  .grad-list .log.fit .img-box img,
  .grad-view .log.fit .img-box img{
    width: 100%;
  }

  form.other-schools .form-group{
    width: 300px;
    margin-bottom:0;
  }
}

form .form-row.cv .form-group{
    margin-bottom: 60px;
}
.agenda-note{
    font-size: 14px; 
    line-height: 22px; 
    font-weight: 500;
}

.container.cultural-fit .stand .talk .button.btn-box p.text-about-button {
    margin-bottom: 5px;
}

.grad-thankyou .fit-button-with-event{
    text-align: center;
    margin-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c8c8c8;
}
.grad-thankyou  .fit-button-with-event .text{
    font-size: 18px;
    font-weight: 600;
    margin: 20px auto;
    color: #333;
}

.grad-thankyou  .get.grad-events{
    padding-bottom:10px;
}

.highcharts-credits{
    display: none;
}

/** Program profile for Grad */
.program-profile.view-grad .school-heading .content{
    align-items:flex-start
}

.program-profile.view-grad .program-name-box{
    margin-bottom: 5px;
}

.program-profile.view-grad .program-name{
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

/** END Program profile for Grad */

.radius p label{
    display: flex;
    align-items: center; 
    line-height: 20px; 
    padding-right: 10px;
}

/* .grad-list .giveawais-list{
    display: flex;
    gap: 50px;
} */

.grad-list .giveawais-list .left,
.grad-list .giveawais-list .right{
    flex: 1 0 50%;
    max-width: calc(50% - 25px);
}

@media screen and (max-width: 768px) {
    .grad-list .giveawais-list{
        flex-direction: column;
        gap: 20px;
    }
    
    .grad-list .giveawais-list .left,
    .grad-list .giveawais-list .right{
        flex: 1 0 100%;
        max-width: 100%;
    }

    .grad-list .section-two-module ul li::after {
        top: 4px;
    }
}

.program .text-content ul li{
    display: list-item;
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 16px;
}

.program .text-content ul{
    padding-left: 20px;
    margin: 0px 0 20px 0;
}

.program .text-content p{
    font-weight: normal;
    color: black;
}

.program-profile .school-heading .school-title-wrapper.sticky>.container {
    flex-direction: column
}

.program-profile.view-grad .school-title-wrapper.sticky .program-name{
    margin-top: 10px;
}

.program-profile.view-grad .school-title-wrapper.sticky .btn-box{
    margin: 0 20px;
}

.program-profile.view-grad .school-title-wrapper.sticky .btn-box.with-fav.top{
    display: none;
}

@media screen and (max-width: 500px) {
    .school-heading .school-attributes {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .school-attributes {
        gap: 20px;
        align-items: center;
    }
    
    .school-heading .school-attributes .attribute-box {
        margin: 0;
    }

    .program .text-content ul li,.grad-view .giveaways ul li {
        font-size:14px;
    }

}

.giveawais-list p{
  margin-top:40px;
}

.grad-participating-universities .schools-slider .schools-wrapper {
  align-items: start;
}

.grad-participating-universities .schools-slider .school-box {
    align-items: center;
    justify-content: flex-start;
}

.grad-participating-universities .school-image{
  height: 90px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;

}

.grad-participating-universities{
  margin-top: 50px;
}
.grad-participating-universities .school-name{
  margin-top: 20px;
  text-align: center;
}
.grad-participating-universities .school-name a{
  color: black;
  text-decoration: none;
}
.grad-participating-universities .school-name a:hover{
  text-decoration: underline;
}

.grad-participating-universities  .show-all .schools-wrapper {
      flex-wrap: wrap;
      justify-content: flex-start;
      transform: none !important;
}
.grad-participating-universities  .show-all .schools-wrapper     .school-box{
    margin: 0 !important;
    margin-bottom: 30px !important;
    width: 50% !important;
    /* padding: 0 10px 0 10px; */
}
.grad-participating-universities  .show-all .schools-wrapper    .swiper-slide-duplicate {
    display: none;
}

.grad-participating-universities  .show-all .schools-nav  .schools-next,
.grad-participating-universities  .show-all .schools-prev {
    display: none;
}
.grad-participating-universities  .show-all .swiper-schools {
    width: 100%;
}

.grad-participating-universities .button.btn-box{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.grad-participating-universities  .show-all .schools-slider{
  width: 100%;
}


.grad-participating-universities  .schools-slider  {
  width: calc(100% - 40px);
  margin: auto;
  overflow: hidden;
  position: relative
}

@media screen and (max-width: 768px) {
  .grad-participating-universities .school-image img {
    min-height: auto;
  }
}

/** FIT RESULTS FILTERING */
.fit-results  .fit-filtering{
  background: #f2f2f2;
  margin-bottom: 50px;
}
.fit-results .explore-degree{
  margin-top: 0;
}
.fit-results .fit-filtering .form-row .form-group:not(:first-child){
  margin-left: 15px;
}
.fit-results .fit-filtering .form-row .form-group:not(:last-child){
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .fit-results .fit-filtering .form-row .form-group:not(:first-child){
    margin-left: 0;
  }
  .fit-results .fit-filtering .form-row .form-group:not(:last-child){
    margin-right: 0;
  }
}

/* PAGE LOADING */
.page-loading {
  overflow: hidden;
  min-height: 100px;
  display: none;
  align-items: center;
  justify-content: center;
}
.sk-three-bounce {
  width:80px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width:20px;
  height:20px;
  display:inline-block;
  border-radius: 100%;
  background-color: #32475C;
  -webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;
          animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay:-.32s;
          animation-delay:-.32s;
}
.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay:-.16s;
          animation-delay:-.16s;
}
@-webkit-keyframes sk-three-bounce{
  0%,100%,80% {
      -webkit-transform:scale(0);
              transform:scale(0);
  }
  40% {
      -webkit-transform:scale(1);
              transform:scale(1);
  }
}
@keyframes sk-three-bounce{
  0%,100%,80% {
      -webkit-transform:scale(0);
              transform:scale(0);
  }
  40% {
      -webkit-transform:scale(1);
              transform:scale(1);
  }
}
/** FIT RESULTS FILTERING */

/** GRAD 2024 */
.header nav .logo.right img {
  width: 190px;
}

.header .logo.right{
  margin-left: auto;
}
.header nav ul.right-menu {
  margin-left: 0 !important;
}
.mobile-nav .grad-logo{
  color: var(--main-bg-color);
}
.container.schedule{
  margin-top: 65px;
}

.container.schedule .grad-schedule{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}
.container.schedule .grad-schedule .schedule-item{
  flex: 0 1 calc(25% - 25px);
  /* max-width: calc(25% - 45px); */
  min-width: 200px;
  background: #f2f2f2;
}
.container.schedule .grad-schedule .schedule-header{
  background: var(--main-bg-color);
  padding: 20px;
  color: white;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.container.schedule .grad-schedule .schedule-body{
  padding: 10px 20px 10px 20px;
}

.container.schedule .grad-schedule .schedule-event{
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.container.schedule .grad-schedule .schedule-event .schedule-loc{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.container.schedule .grad-schedule .schedule-event .date{
  font-size: 16px;
  white-space: nowrap;
}

.container.schedule .grad-schedule .schedule-event .schedule-country{
  font-weight: 400;
  text-transform: uppercase;
}

main.grad-list .grad-partners{
  /* background: var(--main-bg-color-hover); */
}

.grad-partners .title-box{
  background: var(--main-bg-color);
  padding: 20px;
}

.grad-list .grad-partners .title-box .title{
  margin-bottom: 0;
  color: white;
  text-align: center;
  width: 100%;
}

.grad-partners .they-trusted .schools-nav .schools-next,
.grad-partners .they-trusted .schools-nav .schools-prev {
  border-color: #333;
  border-width: 2px;
}

.grad-partners  .they-trusted .schools-nav .schools-next,
.grad-partners .they-trusted .schools-nav .schools-prev {
  bottom: 50px;
}
.grad-partners  .they-trusted .schools-nav .schools-next{
  right: 20px;
}
.grad-partners .they-trusted .schools-nav .schools-prev {
  left: 20px;
}


.grad-partners .schools-slider{
  margin-top: 50px;
  margin-bottom: 50px;
}

.grad-partners .schools-slider img{
  /* max-height: 50px; */
  /* width: 150px; */
}

.grad-partners .they-trusted{
  margin-bottom:20px;
}

/* .grad-partners .schools-wrapper .school-box{
  width: auto !important;
  padding: 0 30px;
} */

.grad-list .get.grad-events{
  border-bottom: none;
}

.get.grad-events{
  margin-bottom: 0;
}

.mobile-nav ul li a{
  text-decoration: none;
}






@media screen and (max-width: 768px) {
  .header .logo.right{
    display: none;
  }
  .header nav ul.right-menu {
    margin-left: auto !important;
  }
  .container.schedule .grad-schedule .schedule-item{
    min-width: 100%;
  }
  .get.grad-events{
    margin-bottom: 50px;
  }
}


/** GRAD 2024 **/
.header nav{
  justify-content: space-between;
}

.header .header-logo-nav{
  display: flex;
}

.header .grad-logo{
  padding-top: 25px;
}

.header .header-btn{
  background: white;
  height: 58px;
  margin-top: 23px;
  color: black;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid white;
  display: flex;
justify-content: center;
align-items: center;
}

.header .header-btn:hover{
  border-color: var(--main-bg-color-hover);
}

.header .header-btn span{
  font-size: 50px;
  line-height: 14px;
  margin-top: -11px;
  display: block;
}

@media screen and (max-width: 768px) {
  .header .header-btn{
    margin-top: 18px;
    padding: 5px 10px 5px 0;
    height: 44px;
  }
}

.heading-image.grad-list-heading-2024{
  background-image: url('/public/assets/images/elements/grad/index/grad-fair.webp');
}

.heading-image.grad-list-heading-2024 h4{
  font-weight: 600;
}

.heading-image.grad-list-heading-2024 .u-btn.solid{
  background-color: var(--main-bg-color);
  border: none;
}
.heading-image.grad-list-heading-2024 .header-caption{
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  gap: 50px;
}
.header-stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  height: 100%;
  padding-top: 100px;
  gap: 80px;
}
.header-stats .stat{
  border-left: 4px solid white;
  padding: 0 20px;
  color: white;
  font-weight: 600

}
.header-stats .stat .number{
  font-size: 50px;
}


@media screen and (max-width: 768px) {
  .heading-image.grad-list-heading-2024 .header-caption {
    gap: 0;
  }
  .heading-image.grad-list-heading-2024 .header-caption .header-stats{
    display: none;
  }
}
.grad-list-2024 .grad-block{
  margin-top: 80px;
}

.grad-list-2024 .border_bottom{
  border-bottom: 1px solid #ccc;
}
.grad-list-2024 .border-bottom-gold{
  border-bottom: 4px solid var(--main-bg-color);
}
.grad-list-2024 .padding_bottom{
  padding-bottom: 50px;
}
.grad-list-2024 .padding_bottom_big{
  padding-bottom: 80px;
}

.grad-list-2024 .text-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}
.grad-list-2024 .text-block p{
  font-size: 20px;
  font-weight: 400;
}
.grad-list-2024 .text-block h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.grad-list-2024 .text-block .img-box{
  flex: 1 0 35%;
}
.grad-list-2024 .text-block .img-box img{
  width: 100%;
}
.grad-list.grad-list-2024 .why-attend{
  background: none;
}
.grad-programs{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: stretch;
}

.grad-programs .programs-item{
  border: 1px solid #ccc;
  padding: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 37px;
  flex: 0 1 calc(25% - 25px);
  min-width: 300px;
}

.grad-list-2024 .best-fit .text-block .img-box{
  flex: 1 0 50%;
}
.grad-list-2024 .faq{
  padding-top: 70px;
}

@media screen and (max-width: 500px) {
  .grad-programs .programs-item{
    min-width:100%;
  }
}

@media screen and (max-width: 768px) {
  .grad-list-2024 .grad-block{
    margin-top: 50px;
  }
  .grad-list-2024 .text-block{
    flex-direction: column;
    gap: 30px;
  }
  .grad-list-2024 .text-block .img-box{
    flex: 1 0 100%;
  }
}

.grad-list-2024 container.schedule .grad-schedule{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}
.grad-list-2024 .container.schedule .grad-schedule .schedule-item{
  flex: 0 1 calc(50% - 25px);
  min-width: 300px;
  background: #f2f2f2;
}
.grad-list-2024 .container.schedule .grad-schedule .schedule-header{
  background: var(--main-bg-color);
  padding: 20px;
  color: white;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat';
  text-align: center;
}
.grad-list-2024 .container.schedule .grad-schedule .schedule-body{
  padding: 10px 20px 10px 20px;
}

.container.schedule .grad-schedule .schedule-event{
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 20px 0;
  gap: 20px;
}
.container.schedule .grad-schedule .schedule-event .location{
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  min-height: auto;
  padding: 0;
  border: none;
}
.container.schedule .grad-schedule .schedule-event .date{
  white-space: nowrap;
}
.container.schedule .grad-schedule .schedule-event .location a,
.container.schedule .grad-schedule .schedule-event .date a{
  text-decoration: none;
  color: white;
}


.container.schedule .grad-schedule .schedule-event .location,
.container.schedule .grad-schedule .schedule-event .date{
  flex: 1 0 50%;
  color: white;
  font-size: 22px;
}


.container.schedule .grad-schedule .schedule-event .schedule-country{
  font-weight: 400;
  text-transform: uppercase;
}

.heading-image.grad-list-heading-2024 .header-title{
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .grad-list-2024 .container.schedule .grad-schedule .schedule-item{
    flex: 0 1 100%;
  }
}

.heading-image.grad-list-heading-2024 .header-caption .title-box .title {
  font-size: 40px;
}

.heading-image.grad-list-heading-2024.grad-event .header-caption .title-box .title {
  margin-bottom: 10px;
}

.heading-image.grad-list-heading-2024 h4{
  font-size: 26px;
}

.heading-image.grad-list-heading-2024 h3{
  color: white;
  font-size: 24px;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 40px;;

}

.heading-image.grad-list-heading-2024 .header-caption hr{
  width: 50%;
  margin: 40px 0;
  align-items: stretch;

}

.grad-list-2024  .agenda-venue{
  display: flex;
  gap: 50px;
}

.grad-list-2024  .agenda-venue-item{
  flex: 1 0 50%;
  max-width: calc(50% - 25px);
}

.grad-list-2024  .agenda-venue .agenda-venue-content{
  border: 1px solid #ccc;
  padding: 40px;
  font-size: 20px;
  height: calc(100% - 70px);
}

.grad-list-2024  .agenda-venue .agenda-venue-content .title{
  color: var(--main-bg-color);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
  
}

.grad-list-2024  .agenda-venue .agenda-venue-content .agenda-item{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 50px;

  font-weight: 500;
  margin-bottom: 15px;
}

.grad-list-2024  .agenda-venue .agenda-venue-content .agenda-item .time{
  flex: 1 0 30%;
  border-bottom: 1px solid var(--main-bg-color);
  padding-bottom: 10px;
}
.grad-list-2024  .agenda-venue .agenda-venue-content .agenda-item .text{
  flex: 1 0 70%;
  max-width: calc(70% - 50px);
}
.grad-list-2024  .agenda-venue .agenda-venue-content svg{
  width: 15px;
}
.grad-list-2024  .agenda-venue .agenda-venue-content img:not(.svg){
  width: 100%;
}

.grad-list-2024  .grad-partners  .they-trusted .schools-nav .schools-next,
.grad-list-2024  .grad-partners .they-trusted .schools-nav .schools-prev {
  bottom: 160px;
}
.grad-list-2024  .grad-partners .schools-slider{
  padding: 0 30px;
}
.grad-list-2024 .grad-partners .they-trusted{
  margin-bottom:0;
}


.grad-list-2024  .grad-block.giveaways p{
  font-size: 17px;
}
.grad-list-2024  .grad-block.giveaways ul{
  padding-left: 20px;
  margin: 0px 0 20px 0;
}

.grad-list-2024  .grad-block.giveaways ul li{
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 30px;
}


.grad-list-2024 .grad-block.giveaways ul li::after{
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  background: url('/public/assets/images/icons/check.svg') no-repeat;
  background-size: 14px;
  background-position: center;
  background-color: var(--main-bg-color);
}

.grad-list-2024 .incetives_more{
  display: none;
}
.grad-list-2024 .incetives_more.active{
  display: block;
}


.grad-list-2024 .giveaways .text-block{
  align-items: flex-start;
}

.grad-list-2024 .giveaways .text-block .img-box{
  padding-top: 50px;
}
.grad-list-2024.grad-view .giveaways,
.grad-list-2024.grad-list .giveaways{
    margin-top: 65px;
    padding-bottom: 0;
    border-bottom: none;
}

.grad-list-2024 .region-events{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
.grad-list-2024 .region-events .event{
  flex: 1 1 300px;
}
.grad-list-2024 .region-events .event{
  /* max-width: calc(25% - 38px); */
  /* max-width: 400px; */
}
.grad-list-2024 .region-events .event figure{
  height: 300px;
}
.grad-list-2024 .region-events figure {
  width: 100%;
}

.grad-list-2024 .region-events figure img{ 
  filter: brightness(50%);
}
.grad-list-2024 .region-events figcaption{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  font-size: 24px;
  color: white;
}
.grad-list-2024 .region-events figcaption h3{
  font-weight: 600;
  text-transform: uppercase;
  margin:0;
}
.grad-list-2024 .region-events figcaption h4{
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom:0;
}
.grad-list-2024 .region-events figcaption h5{
  font-weight: 200;
  margin-top: 10px;
  margin-bottom:0;
  font-size: 26px;

}

.grad-list-2024 .region-events figcaption hr{
  width: 50px;
  margin: 10px 0;
  height: 2px;
  color: white;
  background: white;
}

.grad-list-2024 .grad-block.explore{
  background: #eee;
}
.grad-list-2024 .grad-block.explore .explore-content{
  margin: 80px 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  flex-direction: column;
}


@media screen and (max-width: 992px) {
  .grad-list-2024  .agenda-venue{
    flex-direction: column;
  }
  .grad-list-2024  .agenda-venue-item{
    flex: 1 0 100%;
    max-width: 100%;
  }
  .grad-list-2024  .agenda-venue .agenda-venue-content{
    height: auto;
  }
}


 /** GRAD 2024 */
.sure-modal.date.ask-question {
  .textarea{
    width: 100%;
    
    textarea{
      width: 100%;
    }
  }
  
  .button.btn-box{
    margin: 10px 0;
  }
}

.school-videos-page.consult .counter .info{
  flex: none;
}
.consult .explore-degree{
  align-items: flex-start;
}
.container.schools{
  margin-top: 50px;

  .consult-schools-wrapper{
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
  
    .school{
      display: flex;
      align-items: center;
      justify-content: center;
      aspect-ratio: 1/1;
      background: #f5f5f5;
      padding: 20px;
      width: 230px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      position: relative;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform,-webkit-transform;
    }
  }
}


.container.help {
  ol {
    list-style: none;
    counter-reset: list-counter;
  }

  ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;

  }

  ol li::before {
    content: counter(list-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a08c5b;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
  }
}

.heading-image.consult h4{
  font-size: 18px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .container.consult .explore-degree {
      display: block !important;
  }

  .work-steps.consult .working-steps .steps  {
    align-items: flex-start;
  }

  .work-steps.consult .working-steps.consult .btn-box .u-btn {
    margin-left: 0;
  }

  .container.consult .explore-degree.counter {
    padding-left: 0;
    padding-right:0;

    .count {
      padding-left: 0;
      padding-right:0;
  
    }
  }


}


