:root {
  --unicolor: #009dbb;
}

.hidden {
  display: none;
}


/* PARSLEYS ERROR MESSAGES */

.parsley-errors-container {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  padding-top: 10px;
}

.parsley-errors-container 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;
}

.parsley-errors-container 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 {
  content: "";
  top: -14px;
  left: 13px;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #BD362F;
}

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

@media (max-width: 500px) {
  .parsley-errors-container {
    width: 95%;
    position: absolute;
    margin: -2px 0 10px 0;
    z-index: 6;
  }

  .checking .parsley-errors-container {
    position: relative;
    margin: -3px 0 10px 0;
  }
}

.form-inputs .form-control {
  color: #1f1e1e;
  font-size: 16px;
  font-weight: 700;
  min-height: 40px;
  line-height: 38px;
  padding: 0;
  position: relative;
  z-index: 5;
  box-shadow: none;
  outline-color: transparent;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  transition: .2s ease-in-out;
}

.form-inputs.material-input .form-control {
  min-height: 49px;
}

.form-inputs .form-control.bg-transparent {
  background: transparent;
}

.form-inputs.material-input p {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 0;
  color: #636363;
  font-size: 16px;
  font-weight: 700;
  transition: .2s ease-in-out;
}

.form-inputs.material-input.focus p {
  font-size: 12px;
  font-weight: 700;
  top: -20px;
  color: #999999;
}

.log .fit-form .form-wrapper form .step-link.title,
.log .fit-form .form-wrapper form .step-links.title,
.log .log-form form .step-link,
.log .log-form form .step-links {
  display: none;
}

.log .fit-form .form-wrapper form .checking input[type=checkbox]+label:before,
.log .log-form .form-wrapper form .checking input[type=checkbox]+label:before {
  content: '';
  background-image: url('/public/assets/images/icons/check_grey.svg');
  background-size: 100%;
  background-repeat: no-repeat;
}

form ul.btn-box {
  background: white;
  text-align: center;
  padding: 10px;
}

.log-form ul.btn-box li a {
  width: 80%;
}

.log-form fieldset {
  margin: 0px;
}

.log .log-form .form-wrapper ul {
  margin: 0px;
}

@media (max-width: 649px) {

  /*.log .fit-form .form-wrapper #match_form fieldset,*/
  .log .log-form .form-wrapper form fieldset {
    padding: 20px 0px;
  }

  .log .log-form .form-wrapper form .input {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .log .fit-form .form-wrapper form .input p,
  .log .log-form .form-wrapper form .input p {
    position: absolute;
    top: 10px;
    padding-right: 30px;
  }

  .log .fit-form .form-wrapper form .input input:focus+p,
  .log .log-form .form-wrapper form .input input:focus+p {
    top: -20px;
  }

  .log .fit-form .form-wrapper form .input.focus p,
  .log .log-form .form-wrapper form .input.focus p {
    top: -20px;
  }
}

.log .fit-form .form-wrapper form .tooltip-section>span,
.log .log-form .form-wrapper form .tooltip-section>span {
  left: auto;
  right: 0%;
  top: -15px;
}

.log .log-form .form-wrapper form .form-row .form-group label.for-multiple {
  line-height: 80%;
}

.form-group {
  padding-left: 3px !important;
}

.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;
}

.select2-container--default .select2-results>.select2-results__options[id*="select2-matching_criteria"] {
  max-height: 300px;
}

strong.select2-results__group.matching-criteria-label.hide-group+ul {
  height: 0;
  overflow: hidden;
}


strong.select2-results__group.matching-criteria-label {
  border: 1px solid #cdcdcd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}


strong.select2-results__group.matching-criteria-label::before {
  content: '-';
  order: 2;
}

strong.select2-results__group.matching-criteria-label.hide-group::before {
  content: '+';
}

/* PROGRESS BAR */

.progress-bar {
  width: 100%;
  height: 3px;
  background: #d8d8d8;
  border-radius: 5px;
  margin-bottom: 28px;
}

.progress-bar .current-progress {
  line-height: 45px;
  height: 3px;
  width: 1%;
  background-color: #009dbb;
  color: #252525;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
}

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

.mobile-nav .social-wrapper .follow-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  padding: 0 0 0 0;
}

.mobile-nav .social-wrapper .follow-us a {
  width: 30px;
  height: 30px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

/* FOOTER NEW STYLE */

.footer .footer-info {
  background: #f2f2f2;
}

.footer .footer-info .powered-by span {
  color: var(--white-grey);
  display: inline-block;
  margin-bottom: 7px;
  font-size: 14px;
}

.footer .footer-info .powered-by .logo-advent {
  width: 100%;
  margin-bottom: 0;
}

.footer .footer-info .powered-by .logo-advent svg {
  width: 100%;
  max-width: 150px;
  overflow: visible;
}

.footer .footer-info .right-info {
  gap: 20px;
  max-width: 900px;
}

.footer .footer-info .right-info .column {
  margin-right: initial;
}

.footer .footer-info .right-info .column.about {
  min-width: 220px;
}

.footer address {
  display: flex;
  font-style: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer p.copyright {
  color: var(--white-grey);
  font-size: 14px;
  margin: 0
}

.footer .footer-info .text p {
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .footer .footer-info .right-info address {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
  }

  .footer .footer-info .right-info .copyright {
    text-align: center;
  }

  .footer .footer-info .right-info .column {
    margin-bottom: 0
  }

  .footer .footer-info h3 {
    margin-bottom: 0;

  }

  .footer .footer-info .right-info .column+.column {
    border-top: 1px solid #b0b0b0;
  }

  .footer .footer-info .right-info ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }

  .footer .footer-info .right-info .active+ul {
    max-height: none;
  }

  .footer .footer-info .right-info .column h3:after,
  .footer .footer-info .right-info .column h3.active:after {
    color: var(--grey);
    border-color: var(--grey);
  }
}



/* ----------------------------------------------------------------------------------------------- */

.footer svg path,
.footer svg polygon,
.footer svg rect {
  fill: var(--grey) !important;
}

.footer .footer-info .text p,
.footer .footer-info .right-info ul li a,
.footer .footer-bottom ul li a {
  color: var(--white-grey);
}

.footer .menu-ttl,
.footer .footer-bottom .right-bottom p,
.footer .footer-info .email-box a,
.footer .footer-info .right-info ul li a:hover,
.footer .footer-bottom ul li a:hover,
.footer .footer-bottom .right-bottom p a:hover {
  color: var(--grey) !important;

}

.footer .footer-info .email-box a {
  border-color: var(--white-grey);
}

.footer .footer-info .follow-us .facebook {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cpath id='Fill-1' style='fill:%23333;' d='M19.3,6.3h-2.2c-2.6,0-4.2,1.6-4.2,4.3v2h-2.2c-0.2,0-0.3,0.1-0.3,0.3v2.9 c0,0.2,0.1,0.3,0.3,0.3h2.2v7.2c0,0.2,0.1,0.3,0.3,0.3h2.9c0.2,0,0.3-0.1,0.3-0.3v-7.2h2.7c0.2,0,0.3-0.1,0.3-0.3v-2.9 c0-0.1,0-0.2-0.1-0.2c0-0.1-0.1-0.1-0.2-0.1h-2.6V11c0-0.8,0.2-1.2,1.3-1.2h1.5c0.1-0.1,0.2-0.2,0.2-0.5V6.6 C19.6,6.4,19.5,6.3,19.3,6.3'/%3E%3C/svg%3E");
}

.footer .footer-info .follow-us .linkedin {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cg id='Symbols_1_'%3E%3Cg id='Footer-new_1_' transform='translate(-1278.000000, -375.000000)'%3E%3Cg id='Footer_1_'%3E%3Cg transform='translate(0.000000, 36.000000)'%3E%3Cg id='Group_1_' transform='translate(1240.000000, 339.000000)'%3E%3Cpath id='Fill-1_1_' style='fill:%23333;' d='M45.2,21.8h3.4V11.7h-3.4V21.8z M46.9,6.8c-1.1,0-1.9,0.8-1.9,1.8 s0.7,1.7,1.9,1.7l0,0c1.2,0,1.9-0.8,1.9-1.7C48.8,7.6,48.1,6.8,46.9,6.8z M61,16v5.8h-3.4v-5.4c0-1.4-0.5-2.3-1.7-2.3 c-0.9,0-1.5,0.6-1.8,1.2C54,15.5,54,15.8,54,16.1v5.7h-3.4c0,0,0-9.2,0-10.1H54v1.4l0,0l0,0l0,0c0.5-0.7,1.3-1.7,3.1-1.7 C59.3,11.4,61,12.9,61,16z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.footer .footer-info .follow-us .instagram {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23333;' d='M19,6.3h-8c-2.6,0-4.7,2.1-4.7,4.7v8c0,2.6,2.1,4.7,4.7,4.7h8c2.6,0,4.7-2.1,4.7-4.7v-8 C23.7,8.4,21.6,6.3,19,6.3z M22.7,19c0,2-1.7,3.7-3.7,3.7h-8c-2,0-3.7-1.7-3.7-3.7v-8C7.3,9,9,7.3,11,7.3h8c2,0,3.7,1.7,3.7,3.7V19 z'/%3E%3Cpath style='fill:%23333;' d='M15,10.2c-2.6,0-4.8,2.1-4.8,4.8s2.1,4.8,4.8,4.8s4.8-2.1,4.8-4.8S17.6,10.2,15,10.2z M15,18.7 c-2.1,0-3.7-1.7-3.7-3.7c0-2.1,1.7-3.7,3.7-3.7c2.1,0,3.7,1.7,3.7,3.7C18.7,17.1,17.1,18.7,15,18.7z'/%3E%3Cpath style='fill:%23333;' d='M19.9,8.6c-0.8,0-1.4,0.6-1.4,1.4s0.6,1.4,1.4,1.4s1.4-0.6,1.4-1.4S20.6,8.6,19.9,8.6z M19.9,10.3 c-0.2,0-0.4-0.2-0.4-0.4s0.2-0.4,0.4-0.4c0.2,0,0.4,0.2,0.4,0.4C20.3,10.2,20.1,10.3,19.9,10.3z'/%3E%3C/g%3E%3C/svg%3E");
}

.footer .footer-info .follow-us .twitter {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23333;' d='M21.8,7.6c-0.8,0.9-1.6,1.8-2.4,2.8c-1,1.1-1.9,2.3-2.9,3.4l-0.1,0.1c1.9,2.8,3.9,5.7,5.9,8.5 c-0.1,0-0.1,0-0.1,0c-1.4,0-2.7,0-4.1,0c-0.1,0-0.1,0-0.2-0.1c-1.3-1.8-2.5-3.7-3.8-5.5L14,16.7c-0.4,0.4-0.7,0.8-1.1,1.3 c-1.3,1.5-2.5,2.9-3.8,4.4c0,0.1-0.1,0.1-0.2,0.1c-0.4,0-0.8,0-1.2,0c1.9-2.2,3.8-4.4,5.7-6.6l-0.1-0.1c-1.8-2.6-3.6-5.3-5.4-7.9 c0-0.1-0.1-0.1-0.1-0.2c1.4,0,2.9,0,4.3,0c0,0,0,0,0,0.1c1.2,1.8,2.4,3.5,3.6,5.3c0,0,0,0.1,0.1,0.1c1.6-1.8,3.1-3.6,4.7-5.5 C20.9,7.6,21.4,7.6,21.8,7.6z M20.5,21.5c0-0.1-0.1-0.1-0.1-0.2c-0.8-1.1-1.6-2.2-2.3-3.4c-2.2-3.1-4.3-6.2-6.5-9.3 c-0.1-0.1-0.2-0.2-0.3-0.2c-0.5,0-1.1,0-1.6,0H9.6c0,0.1,0.1,0.1,0.1,0.1c3,4.2,5.9,8.5,8.9,12.7c0.1,0.1,0.1,0.1,0.2,0.1 c0.6,0,1.1,0,1.7,0C20.4,21.5,20.4,21.5,20.5,21.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.footer .footer-info .follow-us .youtube {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cpath style='fill:%23333;' d='M23.7,10.6c-0.2-0.8-0.8-1.4-1.6-1.6C20.7,8.6,15,8.6,15,8.6S9.3,8.6,7.9,9c-0.8,0.2-1.4,0.8-1.6,1.6 C5.9,12,5.9,15,5.9,15s0,3,0.4,4.4c0.2,0.8,0.8,1.4,1.6,1.6c1.4,0.4,7.1,0.4,7.1,0.4s5.7,0,7.1-0.4c0.8-0.2,1.4-0.8,1.6-1.6 c0.4-1.4,0.4-4.4,0.4-4.4S24.1,12,23.7,10.6z M13.2,17.7v-5.5l4.7,2.7L13.2,17.7z'/%3E%3C/svg%3E");
}

.footer .footer-info .follow-us .pinterest {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23333;' d='M15.2,6.2c-4.8,0-7.4,3.1-7.4,6.5c0,1.6,0.9,3.5,2.3,4.1c0.2,0.1,0.3,0.1,0.4-0.1 c0-0.2,0.2-0.9,0.3-1.2c0-0.1,0-0.2-0.1-0.3c-0.5-0.5-0.8-1.5-0.8-2.4c0-2.3,1.9-4.6,5-4.6c2.7,0,4.7,1.8,4.7,4.3 c0,2.9-1.5,4.9-3.5,4.9c-1.1,0-1.9-0.9-1.7-1.9c0.3-1.3,0.9-2.6,0.9-3.6c0-0.8-0.5-1.5-1.4-1.5c-1.1,0-2,1.1-2,2.6 c0,0.9,0.3,1.6,0.3,1.6s-1,4.4-1.2,5.2c-0.3,1.4,0,3.7,0.1,3.9c0,0.1,0.1,0.1,0.2,0.1c0.1-0.1,1.4-2.1,1.8-3.4 c0.1-0.5,0.7-2.5,0.7-2.5c0.4,0.7,1.4,1.2,2.6,1.2c3.4,0,5.8-3,5.8-6.6C22.1,8.8,19.1,6.2,15.2,6.2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* END FOOTER NEW STYLE */


.mobile-nav .social-wrapper .follow-us .facebook {
  background: url(/public/assets/images/icons/social/desktop/facebook.svg) center no-repeat;
}

.mobile-nav .social-wrapper .follow-us .linkedin {
  background: url(/public/assets/images/icons/social/desktop/linkedin.svg) center no-repeat;
}

.mobile-nav .social-wrapper .follow-us .instagram {
  background: url(/public/assets/images/icons/social/desktop/instagram_rev.svg) center no-repeat;
  width: 20px;
  margin-left: 5px;
}

.mobile-nav .social-wrapper .follow-us .twitter {
  background: url(/public/assets/images/icons/social/desktop/twitter-X.svg) center no-repeat;
  width: 20px;
  margin-left: 12px;
}

.mobile-nav .social-wrapper .follow-us .youtube {
  background: url(/public/assets/images/icons/social/desktop/youtube_rev.svg) center no-repeat;
  width: 20px;
  margin-left: 10px;
}

.mobile-nav .social-wrapper .follow-us .pinterest {
  background: url(/public/assets/images/icons/social/desktop/pinterest_rev.svg) center no-repeat;
  width: 20px;
  margin-left: 10px;
}

.footer .footer-bottom ul li a {
  background-image: url(/public/assets/images/icons/external-link.svg);
  background-blend-mode: difference;
}

.footer .footer-info .logo-20ty {
  max-width: 150px;
}

.footer .footer-info .email-box a svg {
  width: 16px;
}

.footer .footer-info .img-box svg {
  max-width: 105px;
}

/* 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: #333;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  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: 13px;
  width: 12px;
  height: 2px;
}

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

.component-toggles .toggle-section .section .question img,
.component-toggles .toggle-section .section .question svg {
  position: absolute;
  top: auto;
  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,
.component-toggles .toggle-section .section .question.active svg {
  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,
  .component-toggles .toggle-section .section .question svg {
    top: 45px;
  }
}

@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;
}

.btn-box .blue-button {
  background-color: #009dbb;
  border: 1px solid #009dbb;
  color: #fff;
  height: 40px;
  padding: 12px 60px;
  font-size: 12px;
  transition: all .2s ease-in-out;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}

.btn-box .blue-button:hover {
  background-color: #05859f;
}

.header  nav ul.right-menu .prof .dropdown ul li a svg {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.header  nav ul.right-menu .prof .dropdown ul li a svg use {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  fill: #bebebe;
}

.header  nav .toggle-btn .expand-menu+.dropdown .buttons a {
  border: none;
}

.header  nav .logo {
  width: 135px;
  flex-shrink: 0;
}

/* Fixes for paths in app.css*/

.header  nav ul.main-menu li+li::before {
  background-image: url(/public/assets/images/icons/arrows/arrow-nav.svg);
}

.heading-image.homepage-heading .header-caption .right-info .find-program h3:before {
  background-image: url(/public/assets/images/icons/icon-search.svg);
}

.heading-image.homepage-heading .bottom-link a:after {
  background-image: url(/public/assets/images/icons/arrows/arrow-right.svg);
}

@font-face {
  font-family: 'HK Grotesk';
  src: url(/fonts/hinted-subset-HKGrotesk-Bold.eot);
  src: url(/fonts/hinted-subset-HKGrotesk-Bold.eot?#iefix) format("embedded-opentype"), url(/public/assets/fonts/hinted-subset-HKGrotesk-Bold.woff2) format("woff2"), url(/public/assets/fonts/hinted-subset-HKGrotesk-Bold.woff) format("woff"), url(/public/assets/fonts/hinted-subset-HKGrotesk-Bold.ttf) format("truetype"), url(/fonts/hinted-subset-HKGrotesk-Bold.svg#HKGrotesk-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url(/fonts/hinted-subset-HKGrotesk-Medium.eot);
  src: url(/fonts/hinted-subset-HKGrotesk-Medium.eot?#iefix) format("embedded-opentype"), url(/public/assets/fonts/hinted-subset-HKGrotesk-Medium.woff2) format("woff2"), url(/public/assets/fonts/hinted-subset-HKGrotesk-Medium.woff) format("woff"), url(/fonts/hinted-subset-HKGrotesk-Medium.ttf) format("truetype"), url(/fonts/hinted-subset-HKGrotesk-Medium.svg#HKGrotesk-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url(/fonts/hinted-subset-HKGrotesk-Regular.eot);
  src: url(/fonts/hinted-subset-HKGrotesk-Regular.eot?#iefix) format("embedded-opentype"), url(/public/assets/fonts/hinted-subset-HKGrotesk-Regular.woff2) format("woff2"), url(/public/assets/fonts/hinted-subset-HKGrotesk-Regular.woff) format("woff"), url(/fonts/hinted-subset-HKGrotesk-Regular.ttf) format("truetype"), url(/fonts/hinted-subset-HKGrotesk-Regular.svg#HKGrotesk-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* MATCH FORM FIXED */
.match-form-fixed {
  overflow: hidden;
}

[data-widget="matching-form"] [data-btn="back"] {
  display: none;
}


.match-form-fixed .select2-container {
  z-index: 9999999;

}

.match-form-fixed [data-widget="matching-form"] .log-form {
  height: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.match-form-fixed [data-widget="matching-form"] [data-btn="back"] {
  position: fixed;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 0;
  font-size: 40px;
  text-decoration: none;
  color: #333;
  background: transparent;
  transition: background .3s;
}

.match-form-fixed [data-widget="matching-form"] [data-btn="back"]:hover {
  background: #e7e7e7;
}

/* END MATCH FORM FIXED */

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

a.link::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  display: inline-block;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  right: -4px;
  transition: right .3s;
}

a.link:hover::after {
  right: -10px;
}

.get .swiper .swiper-container .swiper-slide ul li::after {
  background: url("/public/assets/images/backgrounds/check.png") no-repeat;
}

.get .entries {
  background: url("/public/assets/images/backgrounds/homepage-section1.jpg") no-repeat;
}

@media screen and (max-width: 768px) {
  .get .entries {
    height: auto;
    background: none;
  }

  .get .entries .swiper-container .swiper-slide .left,
  .get .swiper .swiper-container .swiper-slide .left {
    margin-bottom: 10px;
  }
}

.article .webinar-profile .link {
  background: none;
}

.all-articles.all-videos .article .article-img-box .link {
  background-image: url(/public/assets/images/icons/play-icon.svg);
}

.inner-video .title-box .b-school .link {
  background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat right 7px;
}

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

.all-articles.all-videos.related-videos .article .heading-box .link {
  background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat right 4px;
}

.school-videos-page .school-videos .school .label .link {
  background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat right 6px;
}

.work-steps .working-steps .steps::after {
  background: url(/public/assets/images/icons/arrows/right.png) no-repeat center;
}

.work-steps.work-steps-new .working-steps .steps::after {
  background: url(/public/assets/images/icons/arrows/right_black.png) no-repeat center;
}

.log .fit-form ul li.current::after {
  background: url("/public/assets/images/icons/arrows/current-arrow.png") no-repeat;
}

.log .log-form .form-wrapper .steps ul li.current::after {
  background: url("/public/assets/images/icons/arrows/current-arrow.png") no-repeat;
}

@media (max-width: 320px) {
  .log .log-front .log-info .btn-box .link {
    background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat 97% 6.5px;
  }
}

.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;
}

@media screen and (max-width: 600px) {
  .school-browse-listing.match-school .school-browse-box .link {
    /* background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat 97% 6px; */
  }
}

@media screen and (max-width: 768px) {
  .school-browse-box .school-info .link {
    /* background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat 97% 6px; */
  }
}

.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%;
}

.webinar-records .record .watch .article .webinar-profile .link {
  background: none;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link {
  background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat 97% 6px;
}

.container.cultural-fit .fitting-schools .school-browse-listing.match-school .school-info .options .link:hover {
  background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat right 6px;
}

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

.container.school-videos-page.cultural-fit.user-profile .results-tabs .year-tabs #two.list .school-browse-listing.match-school .school-browse-box .options .link {
  background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat 97% 3px;
}

.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;
}

.school-heading .content .main-info .info .button .btn.favorite {
  background-color: #009dbb;
  color: white;
  outline-color: white;
}

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

.blue-link,
.blue-text {
  color: #009dbb;
}

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


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

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

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

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

.container.cultural-fit .compare .search #compare .form-row .form-group label {
  width: 100%;
  color: rgba(98, 98, 98, 0.99);
  font-size: 22px;
  font-weight: 400;
  top: 10px;
  opacity: 1;
}


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


/* .container.cultural-fit .compare .search #compare {
    width: 100%;
    border-bottom: 1px solid #b3b3b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.container.cultural-fit .compare .search #compare .form-row {
    width: 100%; }
.container.cultural-fit .compare .search #compare .form-row .form-group select {
    border: none !important; }
.container.cultural-fit .compare .search #compare .form-row .form-group label{
    width: 100%;
    color: rgba(98, 98, 98, 0.99);
    font-size: 24px;
    font-weight: 400;
    top: 30px;
    opacity: 1; }
.container.cultural-fit .compare .search #compare .form-row .form-group .select2-selection__choice {
    padding: 10px;
    font-size: 16px; }
.container.cultural-fit .compare .search #compare .form-row .form-group .select2-search__field {
    color: rgba(98, 98, 98, 0.99);
    font-size: 36px;
    font-weight: 400;
    border: none; }
.container.cultural-fit .compare .search #compare .form-row .form-group .select2-selection--multiple {
    border: none !important; }
.container.cultural-fit .compare .search #compare .form-row .form-group .select2-selection--multiple::after {
    display: none; }
.container.cultural-fit .compare .search #compare .form-row .form-group.selected label {
    opacity: 0; }
.container.cultural-fit .compare .search #compare .btn {
    width: 50px;
    height: 50px;
    background-color: #009dbb;
    line-height: 50px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding:0;}
/* End Cultural fit - compare yourself form */

.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 */

.school-heading .btn-box.with-fav a,
.chart-container .btn-box,
.program.apply .btn-box a {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program.apply .btn-box a svg {
  margin-right: 7px;
}

.school-heading .btn-box.with-fav {
  display: flex;
}

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

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

.btn.btn-favorite svg {
  width: 25px;
}

.btn.btn-favorite.active svg path {
  fill: #009dbb !important;
}

/*.school-heading .btn-box.with-fav .add-favorite .svg path {
    fill: transparent;
}
.school-heading .btn-box.with-fav .add-favorite .svg #Fill-1 {
    fill: #000;
}
.school-heading .btn-box.with-fav .add-favorite.active .svg #Fill-1 {
    fill: #009dbb;
}*/


/* 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,
  .component-toggles .toggle-section .section .question.active svg {
    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 */


/*
.container.cultural-fit.user-profile .results-tabs .year-tabs .list .personal-info .info-section .prof-edits .form-row .form-group .form-element,
.container.cultural-fit.user-profile .results-tabs .year-tabs .list .personal-info .info-section .prof-edits .form-row .form-group .form-element.edittttt{
        margin-bottom: 0px;
}
.container.cultural-fit.user-profile .results-tabs .year-tabs .list .personal-info .info-section .prof-edits .form-row .form-group{
        margin-bottom: 30px;
}

.prof-edits .input.form-group .parsley-errors-container{
    margin-top: -40px;
}

.prof-edits .input.form-group.selects .parsley-errors-container{
    padding-top: 10px;
}
*/

.container.cultural-fit.user-profile .results-tabs .year-tabs .list .personal-info .info-section .prof-edits .form-row .form-group.selects {
  padding-bottom: 16px;
}

.container.cultural-fit.user-profile .results-tabs .year-tabs .list .personal-info .info-section .prof-edits .form-row .form-group .form-element {
  margin-bottom: 0px;
}

.container.cultural-fit.user-profile .results-tabs .year-tabs .list .personal-info .info-section .prof-edits .form-row .form-group .form-element[type="text"]:disabled {
  margin-bottom: 0px;
}

.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: 99999;
}

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

.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: 9999;
  margin-top: 0;
}

.component-modal.ask-question.active {
  z-index: 9999;
}

.component-modal {
  visibility: hidden;
}

.component-modal.active,
.component-modal.run {
  visibility: visible;
}




/* END Header */

a.btn.next-swiper-slide {
  visibility: hidden;
}

a.btn.previous-swiper-slide {
  visibility: hidden;
}


/* 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 .get .swiper .swiper-container .swiper-slide 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;
}

.match-form-text {
  padding: 0 45px;
}


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

@media (max-width: 768px) {
  .log .log-form .form-wrapper #match_form_ li {
    display: list-item;
  }

  .log .log-form .form-wrapper li.disabled .tab-count.small-screen,
  .log .log-form .form-wrapper li.done .tab-count.small-screen {
    display: none;
  }

  .log .log-form .form-wrapper li.current .tab-count.small-screen {
    display: block;
  }

  .log .log-form .form-wrapper .steps ul li p span {
    display: inline;
  }

  .log .log-form .form-wrapper .tab-count.small-screen {
    right: 0px;
  }

  .log .log-form .form-wrapper li a {
    float: left;
    padding-top: 22px;
  }

  .log .log-form .form-wrapper li div.tab-count.small-screen {
    float: right;
  }
}

.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 */

.log .log-form .form-wrapper form .tooltip-section>span::before {
  width: 200px;
  z-index: 10000;
}

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


/* end fix for buttons in match results */


/* fix for long school names */

.school-heading .content .main-info h1.name {
  margin-top: -20px;
  margin-bottom: 105px;
}

@media screen and (max-width: 1280px) {
  .school-heading .content .main-info h1.name {
    margin-bottom: 160px;
  }
}

@media screen and (max-width: 1024px) {
  .school-heading .content .main-info h1.name {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .school-heading .content .main-info h1.name {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}


/* end fix for long school names */


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


/* footer partners link */

.footer .footer-bottom {
  margin-top: 0px;
}

.flex-row.our-partners {
  margin-bottom: 40px;
}

.flex-row.our-partners a {
  color: white;
  text-decoration: 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;
}

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


/* 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 css for our sponsors link in footer */


/* Another CTA button in Home page */

.heading-image.homepage-heading .header-caption .right-info .find-program form {
  width: 380px;
}

.heading-image.homepage-heading .header-caption .right-info .find-program {
  max-width: 540px;
  padding: 14px;
}

.heading-image.homepage-heading .header-caption .right-info .find-program h3 {
  max-width: 520px;
}

.heading-image.homepage-heading .header-caption .right-info .find-program.school {
  background: none;
  border: 1px solid white;
  padding: 8px 14px;
}

.heading-image.homepage-heading .header-caption .right-info .find-program.school h3 {
  font-size: 16px;
  line-height: 22px;
}

.homepage-heading a.find-program.mba {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-left: 55px;
  text-transform: uppercase;
  margin: 0;

  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  margin-top: 20px;
  background-color: var(--unicolor);
  padding: 15px;
}

.homepage-heading a.find-program.mba::before {
  content: '';
  /* background-image: url('/public/assets/images/icons/match-icon.png'); */
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15.6 16.6' style='enable-background:new 0 0 15.6 16.6;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Ccircle style='fill:none;stroke:%23fff;stroke-miterlimit:10;' cx='6.2' cy='6.2' r='5.7'%3E%3C/circle%3E%3Cline style='fill:none;stroke:%23fff;stroke-miterlimit:10;' x1='11' y1='12' x2='15.3' y2='16.2'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #ffffff85;
}

.homepage-heading a.find-program.mba::after {
  content: '';
  width: 12px;
  height: 9px;
  border: 6px solid;
  border-color: transparent transparent transparent #fff;
  transition: margin .3s;
  margin-left: 10px;
}

.homepage-heading .find-program.mba:hover:after {
  margin-left: 15px;
}

@media screen and (max-width: 1280px) {
  .heading-image.homepage-heading .header-caption .left-info .animating-title .box img {
    height: 230px;
  }

  .heading-image.homepage-heading .header-caption .left-info h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .find-program.mba .flex-row {
    flex-direction: row;
  }

  .find-program.school .flex-row {
    flex-direction: row;
  }
}

@media screen and (max-width: 600px) {
  .heading-image.homepage-heading .header-caption .right-info .find-program.mba .flex-row {
    align-items: flex-start;
  }

  .heading-image.homepage-heading .header-caption .right-info .find-program h3 {
    width: auto;
  }

  .heading-image.homepage-heading .header-caption .right-info .find-program.mba img,
  .find-program.mba .flex-row h3 a .arrow {
    display: none;
  }

  .heading-image.homepage-heading .header-caption .right-info .find-program form {
    width: auto;
  }

  .find-program.school .flex-row {
    flex-direction: column;
  }
}


/* END Another CTA button in Home page */


/* Compare on browse */

.compare-school-profile {
  /*z-index: 1000000000;*/
}

.compare-school-profile .select2-container {
  /*z-index: 1000000099;*/
}

.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;
}

@media screen and (max-width: 768px) {
  .header  nav ul.right-menu.user {
    width: 120px;
    justify-content: space-between;
  }

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


/* END Favorite schools menu in header*/


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

.container.cultural-fit.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 */


/* Account */

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {}

.user-profile .results-tabs ul.select2-selection__rendered .select2-selection__choice {
  font-size: 16px;
}

.user-profile .results-tabs ul.select2-selection__rendered .select2-selection__choice {
  max-width: 200px;
  padding-left: 0;
}

.container.cultural-fit.user-profile .results-tabs .year-tabs .list .personal-info .info-section .prof-edits .form-row {
  align-items: stretch;
}


/* END Account */


/* Phone number in profile*/

.log .log-form .form-wrapper form .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.log .log-form .form-wrapper form .form-row.phone .form-group {
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 48%;
  flex: 1 0 48%;
  max-width: 48%;
}

.log .log-form .form-wrapper form .form-row.phone .input {
  padding-right: 25px;
  width: 100%;
}

@media (max-width: 768px) {
  .log .log-form .form-wrapper form .phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .log .log-form .form-wrapper form .form-row.phone .form-group,
  .log .log-form .form-wrapper form .form-row.phone .input {
    /* margin: 0 30px; */
    height: 40px;
    width: 100%;
    max-width: 100%;
  }

  .log .log-form .form-wrapper form .form-row.phone .input {
    display: block;
  }

  .log .log-form .form-wrapper form .form-row.phone .form-group {
    padding: 0 35px 30px 0px;
    margin-left: 60px;
    margin-bottom: 0px;
  }

  .log .log-form .form-wrapper form .form-row.phone .input {
    padding: 0 15px;
  }

  .log .log-form .form-wrapper form .form-row.phone .input p {
    left: 15px;
    top: 5px;
  }

  .log .log-form .form-wrapper form .form-row.phone .input.focus p {
    font-size: 12px;
    font-weight: 700;
    top: -20px;
    color: #999999;
  }
}

@media (max-width: 649px) {

  /*.log .fit-form .form-wrapper #match_form fieldset,*/
  .log .log-form .form-wrapper form fieldset {
    padding: 20px 0px;
  }

  .log .log-form .form-wrapper form .input {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .log .fit-form .form-wrapper form .input p,
  .log .log-form .form-wrapper form .input p {
    position: absolute;
    top: 10px;
    padding-right: 30px;
  }

  .log .fit-form .form-wrapper form .input input:focus+p,
  .log .log-form .form-wrapper form .input input:focus+p {
    top: -20px;
  }

  .log .fit-form .form-wrapper form .input.focus p,
  .log .log-form .form-wrapper form .input.focus p,
  .log.reg .log-form.register-form .form-wrapper form .name .input.focus p {
    top: -20px;
  }

  .log.reg .log-form.register-form .form-wrapper form .name .input input:focus+p,
  .log.reg .log-form.register-form .form-wrapper form .phone .input input:focus+p {
    top: -20px;
  }
}

@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 .log-form .form-wrapper form .form-row.phone .input {
    padding: 0;
  }

  .log.reg .log-form .form-wrapper form .form-row.phone .input p {
    left: 0;
  }
}

.container.cultural-fit.user-profile .results-tabs .year-tabs .list .personal-info .info-section .prof-edits .form-row {
  justify-content: flex-start;
}


/* 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 .item-content-intro {}

.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;
}

.article-content {
  h2 {
    font-size: 1.3em;
  }

  strong {
    font-weight: 700;
  }

  em {
    font-style: italic;
  }

  ul {
    list-style-type: disc;
    list-style-position: inside;
    padding: 10px 0;
  }

  ol {
    list-style-type: descimal;
    list-style-position: inside;
    padding: 10px 0;
  }
}

.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;
}

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

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

.blog-created {
  color: #009dbb;
  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;
}


/* END BLOG */


/* Blog */

.blog-index {
  width: 1200px;
}

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

@media screen and (max-width: 500px) {
  .blog-article.media-center {
    h1 {
      font-size: 24px;
      line-height: 1.2;
    }

  }
}


/* 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: #009dbb
}


/* link to login on registration forms */

.register-form .title-box,
.match-form-text .title-box,
.log-form .title-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}

.register-form .title-box .title-link,
.match-form-text .title-box .title-link,
.log-form .title-box .title-link {
  margin-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  text-align: center;
}

.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;
  margin-top: -2px;
}


/* END link to login on registration form */


/* side buttons on Profile page*/

@media screen and (max-width: 768px) {
  .side-buttons.visible {
    display: block;
  }
}


/* 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 */
.log .log-form .form-wrapper form .form-group.cv label {
  position: relative;
  top: 0;
}

.input-file {
  display: flex;
}

.sure-modal.date .calendar .input-file input[type="file"],
input[type="file"] {
  margin: 0 20px;
  width: auto;
}

#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%;
  }

  .log .fit-form .form-wrapper form .tooltip-section>span::before,
  .log .log-form .form-wrapper form .tooltip-section>span::before {
    right: -0%;
  }
}


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


/* New design of Fit */

.counter.fit-counter .count {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  max-width: 33%;
}

.counter.fit-counter .count:last-child {
  border: none;
}

.container.school-videos-page.cultural-fit .stand {
  margin-top: 20px;
  margin-bottom: 0
}

.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;
}

p.counting.tuition-fee-euro {
  font-size: 1.2em !important;
}


/* 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 {
  nav{
    width: 100%;
    display: flex;
  }
  
  .toggle-btn {
    display: none;
  }
  &.business{
    nav{
      justify-content: space-between;
    }

  }
}


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

@media screen and (max-width: 768px) {
  .articles-container {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .articles-container.homepage:not(.webinars) {
    margin-bottom: 0px;
  }

  .articles-container.homepage.webinars {
    padding-bottom: 50px;
  }
}


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

.diversity.career {
  /* border-bottom: none; */
}


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

#candidate-swiper .swiper-slide {
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  /*background: black*/
}

#candidate-swiper.swiper-container {
  width: 100%;
  height: 100%;
}

#candidate-swiper .swiper-pagination-bullet {
  background: #eaeaea;
  box-shadow: 0 0 2px red;
  height: 12px;
  width: 12px;
  opacity: 0.5;
}

#candidate-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 14px;
  width: 14px;
  opacity: 1;
}

#candidate-swiper .swiper-slide h1 {
  color: white;
}

#candidate-swiper .swiper-wrapper .swiper-slide .title-box.first {
  align-items: center;
}

#candidate-swiper .swiper-wrapper .swiper-slide .title-box.first h1 {
  text-align: center;
}

#candidate-swiper .title-box p {
  font-size: 26px;
  width: 95%;
}

#candidate-swiper .title-box:not(.first) p {
  text-align: left;
}

#candidate-swiper .title-box.first p {
  text-align: center;
}

#candidate-swiper a.btn.blue {
  border: none;
  font-size: 20px;
}

#candidate-swiper .swiper-slide .text-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.heading-image #candidate-swiper .text-container .img {
  width: auto;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

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

#candidate-swiper .swiper-wrapper .swiper-slide .title-box {
  width: 90%;
}

@media screen and (max-width: 1400px) {
  #candidate-swiper.swiper-container {
    /*height: 600px;*/
  }

  #candidate-swiper .title-box p {
    font-size: 20px;
  }

  #candidate-swiper a.btn.blue {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #candidate-swiper.swiper-container {
    /*height:100%;*/
  }
}

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

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

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

.unimy-partnering {
  background: #eaeaea;
  text-align: center;
  text-transform: uppercase;
}

.unimy-partnering .partners-listing {
  display: flex;
  justify-content: center;
}

.unimy-partnering .partners-listing .img-box {
  margin: 0 20px;
}


/* 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 {
  margin: 0;
}

.testimonials .title-box .box,
.client-plans .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: #009dbb;
}

.container.cultural-fit.cultural-fit-premium #bubblechart .highcharts-point.highcharts-point-hover {
  stroke-width: 2px;
  stroke: #009dbb;
}

.cultural-fit-premium .select2-container--default .select2-selection--single {
  padding-bottom: 35px;
}

.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 */


/* OFFERS landing page */

.offers-section {
  padding: 85px 0 0px 0;
  margin: 0px;
}

.client-plans.offers-section {
  padding-bottom: 60px;
}

.get-in-touch.offers-section {
  padding-top: 65px;
  padding-bottom: 60px;
}

.why-unimy {
  padding-top: 5px;
}

.heading-image.heading-background.landing-offers .header-caption .title-box .title {
  font-size: 56px;
}

.heading-image.heading-background.landing-offers .header-caption .title-box h2 {
  font-size: 37px;
  text-transform: uppercase;
}

.offers-section .title-box {
  margin-top: 0;
}

.offers-section .title-box .box {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.candidate-dashboard .offers-section .title-box {
  margin-bottom: 0px;
}

.btn-box .offers-btn {
  background-image: linear-gradient(to right, #007591, #00a7c9);
  color: white;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-box .offers-btn.contact::before {
  content: '';
  width: 38px;
  height: 28px;
  display: inline-block;
  background: url("/public/assets/images/icons/contact-form.svg") no-repeat;
}

.btn-box .offers-btn.contact.wide-button {
  width: 290px;
  margin-top: 0px;
}

.btn-box .offers-btn.contact.wide-button::before {
  left: 82px;
}

.btn-box .offers-btn.download {
  padding-left: 55px;
}

.btn-box .offers-btn.download::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 23px;
  width: 48px;
  height: 28px;
  display: inline-block;
  background: url("/public/assets/images/icons/download.svg") no-repeat;
}

.landing-offers .heading-image.heading-background .header-caption .title-box h1,
.landing-offers .header-caption .title-box h2 {
  text-align: center;
  color: white;
  width: 100%;
}


/* END OFFERS landing page */


/* Why UNIMY */

.why-unimy {
  margin-top: 0px;
}

.why-unimy .why-unimy-content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -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: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  padding-top: 50px;
}

.container.school-videos-page.consult .explore-degree {
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.container.school-videos-page.consult.webinar-inner .about-hosts {
  margin-bottom: 0;
}


.why-unimy .why-unimy-content .title-box .box {
  margin-top: 0;
  text-align: left;
}

.why-unimy .why-unimy-content .left,
.why-unimy .why-unimy-content .right {
  width: 50%;
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}


.why-unimy .why-unimy-content .right .img-box {
  float: right;
}

.why-unimy .why-unimy-content .left {
  margin-right: 70px;
}

.why-unimy .why-unimy-content .left img,
.why-unimy .why-unimy-content .right img {
  width: 100%;
  height: auto;
}

.why-unimy .why-unimy-content .title-box {
  margin-top: 0;
}

.why-unimy .why-unimy-content ul li {
  padding-left: 30px;
  color: #545050;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
}

.why-unimy .why-unimy-content ul li::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: #009dbb;
  border-radius: 50%;
  background-image: url('/public/assets/FR/src/images/icons/check.svg');
}

@media screen and (max-width: 1024px) {
  .why-unimy .why-unimy-content {
    flex-direction: column;
  }

  .why-unimy .why-unimy-content .right,
  .why-unimy .why-unimy-content .left {
    width: 100%;
    margin-right: 0px;
  }

  .why-unimy .why-unimy-content:not(.first) .right {
    margin-top: 30px;
  }

  .why-unimy .why-unimy-content.first .left {
    margin-top: 30px;
  }

  .why-unimy .why-unimy-content.first {
    flex-direction: column-reverse;

  }
}


/* END Why Unimy */


/* Schools slider */

.they-trusted {
  margin-bottom: 95px;
  position: relative;
}

.they-trusted .schools-nav .schools-next,
.they-trusted .schools-nav .schools-prev {
  position: absolute;
  bottom: 100px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-bottom: -45px;
}

.they-trusted .schools-nav .schools-prev {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0;
}

.they-trusted .schools-nav .schools-next {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}

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

  .they-trusted .schools-nav .schools-next,
  .they-trusted .schools-nav .schools-prev {
    width: 20px;
    height: 20px;
  }
}

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

.schools-slider .schools-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;
}

.schools-slider .school-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-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.schools-slider .school-box .img-box {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
  width: 100%;
}

.schools-slider .school-box .img-box img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: auto;
  display: block;
}

.schools-slider .school-box:hover .img-box {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.they-trusted img {
  max-height: 90px;
}

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


/* END Schools slider */


/* Unique slider */

.unique {
  position: relative;
}

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

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

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

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

  .unique .unique-nav .unique-next,
  .unique .unique-nav .unique-prev {
    width: 20px;
    height: 20px;
  }
}

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

.unique-slider .unique-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: top;
}

.unique-slider .unique-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;
}

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

.unique-slider .unique-box .left h5 {
  margin-block-start: 5px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

.unique-slider .unique-box .left p {
  line-height: 30px;
  padding-right: 15px;
}

.unique-slider .unique-box .left li {
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}

.unique-slider .unique-box .left li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("/public/assets/images/backgrounds/dot.png") no-repeat;
}

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

.unique-box .left,
.unique-box .right {
  width: 50%;
  flex-basis: 50%
}

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

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

@media screen and (max-width: 1024px) {
  .unique-slider .unique-box {
    flex-direction: column;
  }

  .unique-box .left,
  .unique-box .right {
    width: 100%;
  }

  .unique .unique-content .unique-slider {
    padding: 0 10px;
  }

  .unique .unique-nav .unique-prev {
    left: 0;
  }

  .unique .unique-nav .unique-next {
    right: 0;
  }
}

.unique-border {
  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);
}

.unique .unique-content {
  background: white;
  padding: 85px 20px 50px 20px;
}


/* Unique slider */


/* Offers landing page - Client Plans */

.client-plans .plans.table-holder {
  margin-top: 0;
}

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

.client-plans table.compare-plans tr td {
  font-size: 18px;
}

#plans-table th.left,
#plans-table td.left {
  text-align: left;
}

.client-plans table.compare-plans tr td {
  background: #eaeaea;
}

.client-plans table.compare-plans tr th {
  text-transform: uppercase;
  padding-bottom: 25px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
}

.client-plans table.compare-plans th img,
.client-plans table.compare-plans th svg {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 8px;
}

.client-plans table.compare-plans .blue {
  background: #32aec6;
  color: white;
  width: 28%;
  font-weight: 600;
  padding: 20px;
}

#plans-table td .tick {
  position: absolute;
  margin: -7px 0 0 -7px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: #009dbb;
  border-radius: 50%;
  background-image: url('/public/assets/FR/src/images/icons/check.svg');
}

#plans-table td .tick.no {
  /* background: url(/public/assets/images/backgrounds/check-no.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    margin:-10px 0 0 -9px;
    padding: 0; */
}

.client-plans table.compare-plans .blue-border {
  border-left: 1px solid #32aec6;
  border-right: 1px solid #32aec6;
}

.client-plans table.compare-plans th.blue-border {
  border-top: 1px solid #32aec6;
}

.client-plans table.compare-plans td.blue-border.last,
.client-plans table.compare-plans th.blue-border.last {
  border-bottom: 1px solid #32aec6;
}

.client-plans table.compare-plans .blue-border-Prev,
.client-plans table.compare-plans th.blue-border-Prev {
  border-right: 1px solid #32aec6;
}

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

  .client-plans table.compare-plans tr td,
  .client-plans table.compare-plans tr th {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  #plans-table th {
    font-size: 12px;
    padding: 5px;
    ;
  }

  .client-plans table.compare-plans th svg {
    display: none;
  }
}


/* END Offers landing page - Client Plans */


/* Dashboard */

.candidate-dashboard {
  background: #eaeaea;
  border-bottom: 1px solid #cacaca;
}

.candidate-dashboard-content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -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: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}

.candidate-dashboard-content.left {
  width: 60%;
  flex-basis: 60%
}

.candidate-dashboard-content .right {
  width: 40%;
  flex-basis: 40%
}

.candidate-dashboard-content .right p {
  text-transform: uppercase;
  text-align: left;
  font-size: 24px;
  margin: 0;
  line-height: 34px;
  font-family: Montserrat;
}

.candidate-dashboard-content .right p.strong {
  font-weight: 800;
}

.candidate-dashboard-content .left {
  margin-right: 50px;
}

.candidate-dashboard-content .left img {
  width: 100%;
  height: auto;
}

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

@media screen and (max-width: 1024px) {
  .candidate-dashboard-content {
    flex-direction: column;
  }

  .candidate-dashboard-content .left,
  .candidate-dashboard-content .right {
    width: 100%;
  }
}

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


/* END Dashboard */

.get-in-touch {
  display: block;
  background: #eaeaea;
}


/* Calendar - request call */

.toggle-content {
  display: none;
}

#match-form-message-meeting {
  display: none;
  text-align: center;
  background-color: #c00;
  color: white;
  font-weight: 600;
  padding: 10px;
}

.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 */

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

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

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

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

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

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

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

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

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

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

.container.cultural-fit.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link6 {
  left: calc(83%);
}

.container.cultural-fit.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link6 p {
  width: calc(100%);
}

.premium-texts,
.premium-tab .referral-link {
  display: flex;
  align-items: flex-start;
}

.premium-texts .premium-title {
  width: 20%;
  padding-right: 20px;
}

.premium-texts:not(.code) .premium-texts-content {
  width: 80%;
}

.premium-title h4 {
  font-size: 23px;
  text-transform: uppercase;
  margin: 0;
}

.premium-buttons .btn {
  margin: 10px 5px;
  ;
}

.premium-tab .premium-texts.referral,
.premium-tab .premium-texts.buttons {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.premium-tab .log.reg {
  background: none;
}

.premium-tab .log .log-form .form-wrapper form {
  padding: 0;
}

.premium-tab .log.reg .log-form.register-form {
  padding: 0;
  margin: 0;
  background: none;
  width: 100%;
}

.premium-tab .log.reg .log-form.register-form .input {
  width: 300px;
  margin: 0;
  margin-right: 50px;
}

.premium-tab .log.reg .log-form.register-form button,
.premium-tab .btn-box .btn {
  padding: 12px 60px;
}

#referral-link-code {
  overflow: auto;
  text-align: left;
}

.referral-link button {
  margin-left: 20px;
}

.nowrap {
  white-space: nowrap;
}

.premium-tab .premium-texts.referral h5 {
  margin: 20px 0 0 0;
  font-size: 18px;
}

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

  .premium-texts.buttons,
  .premium-texts.referral {
    flex-direction: column;
  }

  .premium-texts.buttons .premium-title,
  .premium-texts.referral .premium-title {
    width: 100%;
  }

  .premium-texts.buttons .premium-texts-content,
  .premium-texts.referral .premium-texts-content {
    width: 100%;
  }

  #referral-link-code {
    width: 90%;
  }

  .referral-link button {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .referral-link {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .premium-texts.code {
    flex-direction: column;
  }

  .premium-texts.code .premium-title {
    width: 100%;
  }

  .nowrap {
    /* white-space: normal; */
  }

  .container.cultural-fit.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;
  }

  .container.cultural-fit.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link1,
  .container.cultural-fit.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link2,
  .container.cultural-fit.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link3,
  .container.cultural-fit.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link4,
  .container.cultural-fit.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link5,
  .container.cultural-fit.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link6 {
    left: 0;
    margin: 0;
  }

  .container.cultural-fit.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link5 {
    top: 240px;
  }

  .container.cultural-fit.user-profile .results-tabs .year-tabs .ul .tab-link.tab-link6 {
    top: 300px;
  }

  .container.cultural-fit.user-profile .results-tabs .year-tabs .ul .list {
    top: 355px;
  }
}


/* END Premium tab in user dashboard *

/* referral-link reg form*/

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


/* referral-link reg form*/


/* CONSULT scheduled call section */

.consult .section.call .call-inner {
  margin: 20px;
}

.consult .section.call {
  background: #eaeaea;
}


/* END CONSULT scheduled call section */


/* 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: #009dbb;
  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: #009dbb;
}

.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: #009dbb;
    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;
  color: #fff;
}

.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 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.plans ul li::before {
  content: '';
  display: block;
  background: #32aec6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 9px;
  margin-right: 10px;
  flex-shrink: 0;

}

.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: 30px;
  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;
  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;
}

.landing-plans 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;
  }

  .landing-plans 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 PLANS landing page */


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

body.zh-cn .heading-image.homepage-heading .header-caption .left-info h1 {
  font-size: 110px;
  line-height: 130px;
}


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

.button.btn-box.match-log a.link {
  /* 3background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat 97% 6px; */
}

.button.btn-box.match-log a.link:hover {
  /* background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat right 6px; */
}

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

.heading-image.heading-background.heading-background-new {
  height: 80vh;
}

.heading-image.heading-background.heading-background-new.match .btn-box .btn {
  border: none;
}

.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);
}

.heading-image.heading-background-new.match .btn-box .btn {
  padding: 20px 35px;
}

.heading-background-new.match .title-box {
  width: 60vw;
}

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

.match-index .steps-container .home-match,
.fit-index .steps-container .home-match {
  padding-bottom: 0 !important;
}

.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;
}

.match-index .log .log-front .log-info {
  padding-right: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
}

.match-index .log .log-front .img-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
}

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

.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;
}

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

.fit-dimensions h4 {
  font-size: 36px;
  text-transform: uppercase;
  color: #333;
}

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

/* .header.no-heading-image {
  background: gray;
} */

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

.fit-results .stand {
  margin-top: 180px;
}

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

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

.share-div {
  border-bottom: 1px solid #ebeff1;
  padding-bottom: 30px;
}


.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;
}

.container.cultural-fit .compare svg {
  width: 130px;
  margin-right: 20px;
}

.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:nth-child(even) {
    background: #F5F5F5;
    box-shadow: 0 -5px 15px -5px  rgba(203, 198, 198, 0.8);
} */


/* .fit-results .fit-results-schools:hover{
    background-color: #ebeff1;
} */

.fit-results .fit-results-schools {
  border-bottom: 1px solid #ebeff1;
}

.fit-results .school-browse-box {
  border: none;
}

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

.fit-results .cultural-fit .fitting-schools .school-browse-listing.match-school {
  border-bottom: none;
  padding-top: 50px;
  margin-bottom: 0;
}

.cultural-fit.first.fit-results-schools {
  width: 100%;
  padding: 0;
  margin: 0;
}

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

.fit-results .cultural-fit .fitting-schools .school-browse-listing.match-school {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
}

.fit-results .school-browse-box {
  flex: 1 0 75%;
  max-width: 75%;
}

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

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

.fit-results-schools .school-info .school-description .text {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 800;
}

.fit-results-schools .school-info .school-description .text.description,
.fit-results-schools .school-info .school-description .text.description p {
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  color: #aaa;
  line-height: 23px;
}

.fit-results-schools .school-info .school-description .text span {
  display: inline;
  font-size: 35px;
}

.fit-results-schools .school-info .options {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.fit-results-schools .school-info .options .btn.btn-blue {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-right: 20px;
}

.fit-results-schools .school-info .options .btn {
  margin-right: 20px;
}

.fit-results-schools .school-info .school-description .text a {
  font-size: 18px;
  color: black;
  text-decoration: underline;
  text-decoration-color: #32aec6;
  padding-bottom: 10px;
  background-position-y: 5px;
}

.fit-results .school-browse-listing.match-school .school-browse-box a.link.black {
  padding-right: 20px;
  color: black;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 5px;
}

.btn-groups-fit-results a {
  font-size: 16px;
  text-transform: none;
  background-position-y: 5px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.fit-results .fitting-schools .school-browse-box .school-info .link+.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 {
  align-items: flex-start;
}

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

.school-browse-box .school-info .text span {
  font-weight: 600;
}

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

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

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

.fit-results .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: 1440px) {
  .match-index .log .log-front .log-info {
    padding-right: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
  }

  .match-index .log .log-front .img-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
  }
}

@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;
  }

  .fit-results .stand {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .container.cultural-fit .compare .search #compare .form-row {
    flex-direction: column;
    align-items: center;
  }

  .container.cultural-fit .compare svg {
    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;
  }

  .school-browse-box .school-info .school-description h3,
  .school-browse-box .school-info .school-description h3 a {
    margin-bottom: 20px;
  }

  .fit-results .school-browse-box .school-info .school-description {
    align-items: center;
  }

  .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 .school-browse-box .school-info .school-description {
    justify-content: center;
    flex-wrap: wrap;
  }

  .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;
  }

  .heading-image.heading-background.heading-background-new .header-caption .title-box .title {
    font-size: 28px;
  }

  .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;
  }

  .match-index .log .log-info {
    text-align: left;
  }

  .heading-background-new.match .title-box {
    width: 90%;
  }

  .match-index .log .log-front .img-wrapper {
    max-width: 100%;
  }

  .match-index .log .log-front .log-info {
    max-width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 600px) {
  .fit-results .school-browse-listing.match-school .school-browse-box .link {
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .form-row.flexible {
    flex-direction: column;
  }

  .how-to-help.faq.fit {
    margin-top: 0;
    border-top: none;
  }

  .match-index .button.btn-box,
  .heading-background-new .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,
  .log .log-form .form-wrapper form .button.mobile-only {
    display: block;
  }

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

  .log .log-form .form-wrapper form .button.btn-box.ranking-filt.mobile-only {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .desktop-only,
  .log .log-form .form-wrapper form .button.desktop-only {
    display: none !important;
  }

  .match-index .log .log-front .img-wrapper {
    display: none;
  }

  .heading-image.heading-background.heading-background-new .header-caption {
    /* top: auto; */
  }

  .heading-image.heading-background-new.match .btn-box .btn,
  .heading-image.heading-background-new .btn-box .btn,
  .match-index .button.btn-box button,
  .fit-index .button.btn-box button {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 15px;
  }

  .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 */

.container.school-videos-page.webinar-inner .about-hosts,
.container.school-videos-page.webinar-inner .event-registration {
  margin: 65px 0;
  padding-bottom: 65px;
  border-bottom: 1px solid #dfdfdf;
}

.container.school-videos-page.webinar-inner .event-registration {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.container.school-videos-page.webinar-inner .event-registration .label h2 {
  margin: 0;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.event-registration .log.reg {
  background-color: white;
}

.event-registration .log .log-form .form-wrapper form {
  padding-top: 0;
}

.event-registration .log .log-form .form-wrapper form fieldset {
  padding-top: 0;
}

.event-registration .log.reg .log-form.register-form {
  width: 100%;
  max-width: 1100px;
  background-color: white;
  padding: 0 40px;
}

.event-registration .title-box {
  margin: 10px 0 30px 0;
}

.event-registration p {
  margin: 5px 30px;
}

.event-unsubscription .form-wrapper p {
  width: 100%;
  margin: 8px 0 10px 10px;
  color: white;
}

.event-unsubscription .form-wrapper form input {
  margin-top: 13px;
}

.event-unsubscription .form-wrapper form .input {
  display: flex;
  color: white;
}

@media screen and (max-width: 1024px) {
  .event-registration .log.reg .log-form.register-form {
    padding: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container.school-videos-page.webinar-inner .event-registration {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container .event-registration .label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }

  .container .event-registration .label h2 {
    text-align: center;
    margin-bottom: 35px;
  }

  .event-registration .log.reg .log-form.register-form .form-wrapper form {
    background-color: red;
    padding: 0px;
  }

  .event-registration p {
    margin: 5px 0px;
  }

  .event-unsubscription .form-wrapper p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
  }

  .event-unsubscription .form-wrapper form input {
    margin-top: 12px;
  }

  .event-registration .log .log-form .form-wrapper form .form-row .form-group label.for-multiple {
    line-height: 110%;
    top: -20px;
  }
}


/* END Register for event */


/* Fix for labels of selected selects on mobile */

@media (max-width: 649px) {

  .log .fit-form .form-wrapper form .form-row .form-group.selected label.for-multiple,
  .log .log-form .form-wrapper form .form-row .form-group.selected label.for-multiple {
    font-size: 12px;
    color: #999999;
  }
}


/* END Fix for selected labels on bobile */


/* WHITEPAPER landing page  redesign*/

.whitepaper {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.whitepaper-image {
  flex-grow: 1;
  background: url('/public/assets/images/backgrounds/whitepaper/background_image_desktop.png');
  background-size: cover;
  background-position: right center;
  margin-right: -150px;
  position: relative;
  background-repeat: no-repeat;
}

.whitepaper-info {
  width: 40%;
  padding: 50px 1% 50px 40px;
  background: url('/public/assets/images/backgrounds/whitepaper/bg_gradient_desktop.jpg');
  background-position: right center;
  background-repeat: no-repeat;
  max-width: 800px;
}

.whitepaper-info>div {
  position: relative;
  z-index: 2;
}

.whitepaper-info h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
}

.whitepaper-info h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 40px;
}

.whitepaper-info p {
  font-size: 18px;
}

.whitepaper-info ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #2a2828;
}

.whitepaper-info ul 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;
}

.whitepaper-form {
  flex-shrink: 0;
  width: 35%;
  background: #e0e0e0;
}

.whitepaper .log.reg {
  background: none;
  max-width: 500px;
  padding: 50px 40px;
}

.whitepaper .log .log-form {
  display: block;
  opacity: 1;
  height: auto;
  padding: 0;
  background: none;
}

.whitepaper-form .whitepaper-logo {
  display: block;
  max-width: 180px;
}

.whitepaper-form h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.whitepaper-form .form-heading p {
  font-size: 18px;
  margin-top: 15px;
}

.whitepaper-form h4 {
  font-size: 20px;
}

.whitepaper .log .log-form .form-wrapper {
  padding: 0;
}

.whitepaper .log .log-form .form-wrapper form {
  padding: 0;
}

.whitepaper .log .log-form .form-wrapper form fieldset {
  padding: 0;
  padding-top: 20px;
  width: 100%;
  background: none;
}

.whitepaper .log .log-form .form-wrapper form .input {
  margin-bottom: 30px;
}

.whitepaper .log .log-form .form-wrapper form input {
  border-bottom: 1px solid #b8b8b8 !important;
}

.whitepaper .btn-box .btn.blue {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .whitepaper-image {
    width: calc(15% + 150px);
  }

  .whitepaper-info {
    width: 45%;
  }

  .whitepaper-form {
    width: 40%;
  }
}

@media screen and (max-width: 1000px) {
  .whitepaper-image {
    display: none;
  }

  .whitepaper-info,
  .whitepaper-form {
    width: 50%;
  }
}

@media screen and (max-width: 820px) {
  .whitepaper {
    flex-wrap: wrap;
  }

  .whitepaper .whitepaper-image {
    width: 100%;
    display: block;
    margin-right: 0;
    height: 250px;
    background: url('/public/assets/images/backgrounds/whitepaper/background_image_mob.png');
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 9999;
    position: relative;
    margin-bottom: -60px;
  }

  .whitepaper-info {
    background-color: #e0e0e0;
    background-image: url('/public/assets/images/backgrounds/whitepaper/bg_gradient_mob.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .whitepaper .whitepaper-info {
    width: 100%;
    order: 1;
  }

  .whitepaper .whitepaper-form {
    width: 100%;
    order: 0;
    position: relative;
  }

  .whitepaper-form::before {
    content: '';
    background-color: #e0e0e0;
    background-image: url('/public/assets/images/backgrounds/whitepaper/bg_gradient_mob.jpg');
    width: 100%;
    height: 900px;
    position: absolute;
    transform: rotate(180deg);
    background-size: 100% auto;
    background-position: bottom left;
    background-repeat: no-repeat;
  }

  .whitepaper .log.reg {
    max-width: none;
  }
}

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

  .whitepaper .log.reg,
  .whitepaper-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .whitepaper .log .log-form .form-wrapper form .input,
  .whitepaper .log .log-form .form-wrapper form .button {
    margin-left: 0;
    margin-right: 0;
  }

  input {
    -webkit-appearance: none;
    border-radius: 0;
  }
}


/** LAST_POST FROM BLOG */

.last_post_content {
  display: flex;
  flex-direction: row;
}

.blog .news .post:last-child {
  margin-right: 0px;
}

.news {
  margin-bottom: 20px;
}

.last_post_content img {
  margin-right: 30px;
}


/** END LAST_POST FROM BLOG */


/* PREPARE */

.prepare-index .prepare-heding-text {
  text-transform: uppercase;
  font-size: 36px;
  color: black;
  font-weight: 700;
  line-height: 36px;
  font-family: Montserrat
}

.prepare-index .container h2 {
  font-size: 36px;
  text-transform: uppercase;
}

.prepare-index .container h2 a {
  color: #009DBB;
  text-decoration: none;
}

.prepare-index .materials {
  margin-top: 80px;
}

.prepare-index .container .text {
  color: #2A2828;
  width: 70%;
}

.prepare-index .container h2.big-screen {
  display: flex;
  flex-direction: column;
}

.prepare-index .container h2.small-screen {
  display: none;
}

.prepare-index .prepare-map {
  background: #eee;
  padding-top: 30px;
  padding-bottom: 50px;
}

.prepare-index .container h4 {
  font-size: 24px;
  text-transform: uppercase;
}

.prepare-index .prepare-map .container .lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.prepare-index .prepare-map .container .list {
  -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: 10px 20px;
  width: 32%;
  text-align: center;
  background: white;
}

.prepare-index .prepare-map .container .list:nth-child(even) {
  background: none;
}

.prepare-index .prepare-map .container .list .list-element {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

.prepare-index .prepare-map .container .list .list-element span {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.preparation-map {
  margin-top: 50px;
}

.prepare-index .container.match-info .log-match {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}

.prepare-index .container.match-info .log-match .log-info {
  flex: 1 1 59%;
}

.prepare-index .container.match-info .log-match .img-wrapper {
  flex: 1 1 39%;
}

.prepare-index .container.match-info .log-match .log-info h2 {
  margin-top: 0px;
}

.prepare-index .googlemap {
  height: 600px;
}

.prepare-index .how-to-help.faq.fit {
  border-top: none;
  margin-top: 0px;
}

.prepare-index .location {
  min-height: 250px;
  margin: 20px 20px;
}

.location .schools {
  position: absolute;
  left: 5%;
  top: 50px;
  width: 90%;
  background: #fff;
  padding: 30px 45px;
  min-height: 95px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 5000;
}

.location .schools .select2-container {
  width: 100% !important;
}

.location .schools .small-text {
  margin-top: 15px;
}

.location .schools a.link {
  background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat 95% 2px;
}

.location .schools a.link:hover {
  background: url(/public/assets/images/icons/arrows/arrow-right.svg) no-repeat right 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  max-width: 90%;
}

@media screen and (max-width: 1024px) {
  .prepare-index .container h2.big-screen {
    display: none;
  }

  .prepare-index .container h2.small-screen {
    display: block;
  }

  .prepare-index .container .text {
    width: 100%;
  }

  .prepare-index .container.match-info .log-match {
    flex-direction: column;
  }

  .prepare-index .container.match-info .log-match .img-wrapper,
  .prepare-index .container.match-info .log-match .img-wrapper {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 767px) {
  .prepare-index .prepare-map .container .lists {
    flex-direction: column;
  }

  .prepare-index .prepare-map .container .list {
    width: 100%;
  }

  .prepare-index .container h2 {
    font-size: 28px;
  }

  .location .schools {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .prepare-index .container.match-info .log-match .img-wrapper {
    display: none;
  }
}


/* END PREPARE */

.footer {
  border-top: none;
}

/* APPLICATION FORM */

.application-form .match-form-text p {
  text-align: center;
}

.application-form h4 {
  text-align: center;
}


/* .log.application-form .log-form .form-wrapper form .form-row:last-child,
.log.application-form .log-form .form-wrapper form .input:last-child{
    margin-bottom:0;
}

.log.application-form .log-form .form-wrapper form .checking{
    margin-top: 50px;
}

.log.application-form .log-form .form-wrapper form .tooltip-section .form-row{
    margin-bottom:50px;
} */


/* END APPLICATION FORM */

/** Fit comparison on results */


.fit-results .cultural-fit.cultural-fit-premium .compare {
  background: #009dbb;
}


.fit-results .cultural-fit.cultural-fit-premium h3 {
  font-size: 26px;
}

.fit-results .cultural-fit.cultural-fit-premium .explore-degree {
  padding-left: 100px;
  padding-right: 100px;
}

.fit-results .cultural-fit.cultural-fit-premium .container.fit-dimensions h4 {
  font-size: 18px;
}

.fit-results .cultural-fit.cultural-fit-premium h4 {
  color: white;
}

.fit-results .cultural-fit.cultural-fit-premium .compare {
  margin-top: 0;
}

.fit-results .cultural-fit.cultural-fit-premium button.btn,
.fit-results .cultural-fit.cultural-fit-premium a.btn {
  background: white;
  color: #009dbb;
  margin-left: 20px;
}

.fit-results .cultural-fit.cultural-fit-premium .compare .search p {
  font-size: 22px;
  color: white;
  text-transform: none;
  padding-bottom: 10px;
  width: 100%;

}

.fit-results.ranking-index .cultural-fit.cultural-fit-premium .compare .search p {
  width: auto;
}

fit-results.ranking-index .cultural-fit.cultural-fit-premium .compare .ranking-buttons {
  display: flex;
}

.fit-results .cultural-fit.cultural-fit-premium .compare .dimens {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

.fit-results .cultural-fit.cultural-fit-premium .fit-compare-dimensions {
  display: none;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .fit-results .cultural-fit.cultural-fit-premium .explore-degree {
    padding-left: 40px;
    padding-right: 30px;
  }

  .fit-results .cultural-fit.cultural-fit-premium .compare .search {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 1000px) {
  .fit-results .cultural-fit.cultural-fit-premium .compare .dimens {
    flex-direction: column;
  }

  .fit-results .cultural-fit.cultural-fit-premium button.btn {
    margin-top: 30px;
  }
}

/** END Fit comparison on results */

/** LOADING BAR */
.progress-bar-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 65px;
}

.progress-bar-holder .progress-bar {
  width: calc(100% - 50px);
  height: 6px;
  background-color: #999;
}

.progress-bar-holder .progress-bar .current-progress {
  background-color: #666;
  height: 6px;
  width: 0%;
  margin-bottom: 10px;
}

.progress-bar-holder .progress-bar .progress-bar-text {
  margin-top: 10px;
  font-size: 15px;
  color: #666;
  font-weight: 800;
}

.progress-bar-holder svg {
  margin-top: -20px;
  width: 30px;
  height: 30px;
}

.progress-bar-holder svg path {
  fill: #666;
}

@media screen and (max-width: 767px) {
  .progress-bar-holder {
    margin-right: 0;
  }
}

/** END LOADING BAR */

/* APPLICATION SELECT PROGRAM */
.application_selection {
  font-weight: 600;
}

.application_selection button.btn {
  margin-left: 20px;
  margin-top: 20px;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.application_selection button:hover {
  background: rgba(179, 179, 179, 0.2);
}

.application_selection .button button {
  margin: 20px auto;
  border: 1px solid black
}

.application_selection ul li {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

/* END APPLICATION  SELECT PROGRAM */

/** Fix for Gallery in School profile */
@media screen and (max-width: 767px) {
  .videos .gallery {
    height: 400px;
  }
}

@media screen and (max-width: 600px) {
  .videos .gallery {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .videos .gallery {
    height: 250px;
  }
}

@media screen and (max-width: 400px) {
  .videos .gallery {
    height: 200px;
  }
}

/** END Fix for Gallery in School profile */


/* SCHOOL PROFILE NEW */
.school-profile-new .ranks {
  justify-content: space-around;
}

.school-profile-new .chart-container-match {
  margin-bottom: 30px;
}

.school-profile-new .school-heading .btn-box {
  margin-left: 20px;
}

.school-profile-new .chart-container-match img {
  overflow: visible;
  display: inline-block;
  position: relative;
  width: 100%;
}

.admission .text-content p,
.alumni .text-content p,
.cost .text-content p,
.diversity .text-content p,
.program .text-content p,
.ranking .text-content p {
  font-weight: 400;
}

/* END SCHOOL PROFILE NEW */

/** USER POFILE APP STAGES **/
.applications_schools {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-bottom: 30px;

}

form#applications_stages .selects {
  width: 200px;
}

.applications_stages #applications_schools {
  width: 90% !important;
}

form#applications_stages2 {
  width: 100%;
}

.applications_schools .selects .select2-selection--single .select2-selection__rendered {
  opacity: 1;
}

.applications_schools .selects .select2-container--default.select2-container--disabled .select2-selection--single {
  border-bottom: none !important;
}

/** END USER POFILE APP STAGES **/

/** CULTURAL FIT LANDUNG PAGE **/
.cultural-landing {
  color: #35363b;
}

.cultural-landing .top svg {
  width: 90px;
}

.cultural-landing .title-box .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 40px;
}

.cultural-landing h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.cultural-landing p {
  font-size: 16px;
  line-height: 26px;
}

.cultural-landing .top {
  background-color: white;
  margin-top: -85px;
  margin-bottom: 30px;
  padding: 30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 999;
}

.cultural-landing .top h4 {
  margin-top: 0;
}

.cultural-landing .top,
.cultural-landing .comaring,
.cultural-landing .dimensions {
  border-bottom: 1px solid #bebebe;
}

.cultural-landing .top-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cultural-landing .comaring {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -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;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
  margin-top: 70px;
}

.cultural-landing .comaring .title-box .title {
  margin-bottom: 10px;
  margin-top: 0px;
}

.cultural-landing .comaring .left,
.cultural-landing .comaring .right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
}

.cultural-landing .comaring .right .img-box img {
  max-width: 100%;
}

.cultural-landing .comaring .title-box {
  margin-top: 0;
}

.cultural-landing .comaring .left {
  padding-right: 30px;
}

.cultural-landing .comare-dimensions {
  margin-bottom: 50px;
}

.cultural-landing .comare-dimensions .title-box .title {
  margin-top: 50px;
  margin-bottom: 10px;
}

.cultural-landing .comare-dimensions .btn-box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.fit-info-header .read-more-text {
  display: none;
}

.heading-image.heading-background.cultural .header-caption {
  align-items: flex-start;
}

.heading-image.heading-background.cultural button {
  color: white;
  border: 1px solid white;
}

.heading-image.heading-background.cultural.main-heading .header-caption {
  align-items: center;
}


@media screen and (max-width: 992px) {
  .cultural-landing .comaring {
    flex-direction: column;
  }

  .cultural-landing .comaring .left,
  .cultural-landing .comaring .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }

  .cultural-landing .comaring .right .img-box img {
    margin-top: 30px;
    ;
  }
}

@media screen and (max-width: 768px) {
  .cultural-landing .title-box .title {
    font-size: 26px;
  }

  .cultural-landing h4 {
    font-size: 14px;
  }

  .cultural-landing .top-flex {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}

.cultural-landing .dimensions {
  margin-top: 30px;
  padding-bottom: 70px;
  margin-bottom: 20px;
  position: relative;
}


.cultural-landing .dimensions .title-box .title {
  margin-top: 40px;
  margin-bottom: 10px;
}

/* dimensions slider */

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

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

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

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

  .dimensions .dimensions-nav .dimensions-next,
  .dimensions .dimensions-nav .dimensions-prev {
    width: 20px;
    height: 20px;
  }
}

.dimensions-slider {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: calc(100% - 200px);
  margin: 50px auto 0 auto;
}

.dimensions-slider .dimensions-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: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.dimensions-slider .dimensions-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;
}

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

.dimensions-slider .dimensions-box .left h5 {
  margin-block-start: 25px;
}

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

.dimensions-box h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.dimensions-box p {
  font-size: 16px;
  color: #555;
}

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

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

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

@media screen and (max-width: 1024px) {
  .dimensions-slider .dimensions-box {
    flex-direction: column;
  }

  .dimensions .dimensions-content .dimensions-slider {
    padding: 0 10px;
  }

  .dimensions .dimensions-nav .dimensions-prev {
    left: 0;
  }

  .dimensions .dimensions-nav .dimensions-next {
    right: 0;
  }

  .dimensions-slider {
    width: calc(100% - 100px);
  }

  .cultural-landing .dimensions {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .dimensions-slider {
    width: calc(100% - 50px);
  }

  .cultural-landing .dimensions {
    padding-bottom: 10px;
  }
}

/* dimensions slider */

.btn-box .btn.white-btn {
  border: 1px solid #ababab;
  color: #666;
  text-transform: none;
  font-size: 14px;
  height: 59px;
  padding: 15px;
}

.btn-box .btn.white-btn:hover {
  background: none;
  color: #666;
}

.button.btn-box.match-log.cultural {
  align-items: start;
  width: 100%;

}

.button.btn-box.match-log.cultural .fit-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  width: 100%;
}

.btn-box.match-log.cultural .btn.blue {
  margin-right: 30px !important;
}


@media screen and (max-width: 480px) {
  .fit-index .btn-box .btn.white-btn {
    width: 100%;
    font-weight: 600;
    padding: 20px 15px;
  }

  .btn-box.match-log.cultural .btn.blue {
    margin-right: 0px !important;
  }
}

/**  END CULTURAL FIT LANDUNG PAGE */

/** Login with Google*/

.social-login-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

/**END  Login with Google*/


/** 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%);
  z-index: 1000;
}

.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 {
    margin-right: 0px;
    width: 100%;
    padding-left: 0px;
  }

  .webinar-records .record .picture a {
    margin-right: 0px;
    width: clac(100% - 0px);
    text-align: center;
    margin-bottom: 20px;
    padding: 0 0px;
  }

  .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% - 60px);
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

/** END PAST EVENTS */

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

.school-comments .form-row {
  margin-top: 20px;
}

.school-comments .form-element,
.school-comments textarea,
.school-comments .select2-container--default .select2-selection--single {
  background: #E9F0FD !important;
  padding: 5px;
  color: #626262;
  font-weight: 600;
}

.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: #009dbb;
}

.school-comments .custom-tooltip .data-tooltip:after {
  padding: 10px !important;
  z-index: 10000;
  background: #009dbb;
}

.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: #009dbb;
}

.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 */


/** BLOG */
.container.blog-list {
  width: 100%;
  transition-property: transform, -webkit-transform;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 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);
  text-wrap: nowrap;
}

.blog-index article.article .article-info-top .categories a {
  color: #009dbb;
  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: #009dbb;
  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: #009dbb;
  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 #009dbb;
}

.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 #009dbb;
  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: #009dbb;
  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: 80px;
}

.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: #009dbb;
  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, #007591, #00a7c9);
  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: #009dbb;
  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: #009dbb;
  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*/

/** end BLOG */



/** NEW SCHOOL PROFILE */

.school-profile .school-heading .content .main-info .info>div a,
.school-profile .btn-box .btn {
  margin-right: 20px;
}

.school-profile .program.school-info .btn-box .btn {
  padding: 5px 30px;
}

.school-profile .program.apply .btn-box .btn {
  padding: 15px 30px;
  /* background: red;
    display: flex;
	justify-content: center;
	align-items: center;
    width: auto;    
   */
}

.school-profile .accredits {
  display: flex;
  flex-direction: row;
  padding: 50px 0 40px 0;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #c8c8c8;
}

.school-profile .accredits.mobile {
  display: none;
}

.school-profile .accredits .accredits-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 150px;
}

.school-profile .accredits .accredits-item svg {
  width: 35px;
}

.school-profile .accredits.desc .accredits-item svg {
  width: 45px;
  height: 45px;
}

.school-profile .accredits .accredits-item .accredit-label {
  font-size: 16px;
  margin: 20px 0 5px 0;
}

.school-profile .accredits .accredits-item .value {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.school-profile .numbers-list {
  margin: 30px 0;
}

.numbers-list div.list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
}

.numbers-list .circle {
  flex: 0 0 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px !important;
  width: 60px !important;
  background-color: #009dbb;
  color: white;
  font-size: 22px;
  border-radius: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 1280px) {
  /* .chart-container-match .container{
        display: flex;
        flex-direction: column;
    }
    .chart-info{
        flex: 1 0 100%;
    } */

  .chart-container-match .container {
    display: block;
  }

  .chart-container-match .container .chart-info,
  .chart-container-match .container .chart {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }

  .chart-container-match .container .chart {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .school-profile .school-heading .content .main-info .name {
    text-align: left
  }

  .school-profile .school-heading .content .main-info {
    margin: 0;
    align-items: flex-start;
  }

  .school-profile .school-heading .content .main-info .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .school-profile .school-heading .content .main-info .info>div {
    margin: 0
  }


  .school-profile .accredits.mobile {
    display: flex;
    border-bottom: none;
    margin: 0;
    padding-top: 20px;
  }

  .school-profile .accredits.desktop {
    display: none;
  }

  .school-profile .school-heading .content .main-info .info>div p:first-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}

@media screen and (max-width:600px) {
  .school-profile .btn-box .btn {
    font-size: 12px;
  }

  .school-profile .school-heading .content .main-info .info>div a {
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;

  }

  .school-profile .school-heading .content .main-info .info>div p:last-child {
    text-align: left;
  }

  .school-profile .accredits .accredits-item {
    width: 33%;
  }
}

.school-profile .ranks-new {
  display: flex;
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.school-profile .ranks-new.align-bottom {
  align-items: flex-end;
}

.school-profile .ranks-new.heading {
  padding: 60px 0;
  border-bottom: 1px solid #c8c8c8;
}

.school-profile .ranks-new .rank {
  display: flex;
  flex: 0 0 calc(25% - 10px);
  flex-direction: column;
  margin-bottom: 40px;
  margin-right: 10px;
}

.school-profile .chart-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.school-profile .chart-holder .stacked-bar-chart {
  width: 45%;
  justify-content: space-between;
  margin-bottom: 20px;

}

.school-profile .ranks-new p.adm-label,
.school-profile .stacked-bar-chart p.adm-label {
  font-size: 16px;
  font-weight: 600;
  color: #828282;
  text-transform: none;
  margin: 0;
}

.school-profile .ranks-new p.border {
  border-bottom: 1px solid #009dbb;
  width: 150px;
  margin: 10px 0 20px 0;
}

.school-profile .ranks-new p.counting {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: black;
}

.school-profile .text-content ul {
  list-style: none;
  padding: 0;
  margin-left: 30px;
  list-style-position: outside;
}

.school-profile .text-content ul li {
  display: list-item;
}

.school-profile .text-content ul li:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-left: -30px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #009dbb;
  /* background: url("/public/assets/images/icons/bullet.svg") no-repeat; */
}

.school-profile .btn-box .match {
  padding-left: 85px;
}

.school-profile .btn-box .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;
}

.school-profile .program {
  border-bottom: 1px solid #c8c8c8;
}

.school-profile .program.no-border {
  border-bottom: none;
}

.school-profile .program .text-content {
  padding-left: 20px;
}

.school-profile .program .accredits {
  border: none;
  padding-top: 0;
}

.school-profile .program .other-programs {
  display: flex;
  align-items: center;
}

.school-profile .program .other-programs .btn-box {
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: space-between;
  justify-content: flex-start;
}

.school-profile .program .other-programs .btn-box a {
  margin-bottom: 20px;
}

.school-profile .ranks-new .rank.lang p.counting {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.school-profile .ranks-new .rank.lang .counting-lang p {
  display: inline-block;
}

.school-profile .ranks-new .rank.lang .counting-lang .counting.min {
  font-size: 16px;
  font-weight: 200;
  margin-left: 5px;

}

.school-profile .container .program.social {
  margin: 50px 0;
  padding: 30px;
  background: #F2F2F2;
}

.school-profile .container .program.social .text-content {
  display: flex;
  justify-content: center;

}

.school-profile .container .program.social .text-content a {
  color: #009dbb;
  margin-right: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.program.apply .btn-box {
  display: flex;
}

@media screen and (max-width:600px) {
  .school-profile .program .text-content p {
    font-size: 15px;
  }

  .school-profile .ranks-new p.adm-label {
    font-size: 13px;
  }

  .school-profile .ranks-new p.counting {
    font-size: 22px;
    font-weight: 600;
  }

  .school-profile .program .accredits {
    justify-content: center;
  }

  .school-profile .program .other-programs {
    flex-direction: column;
    align-items: center;
  }

  .school-profile .program .other-programs .btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .school-profile .program .btn-box a,
  .school-profile .chart-container .btn-box a {
    margin-top: 20px;
    margin-right: 0;
    width: 100%
  }

  .school-profile .program .text-content {
    padding-left: 0px;
  }

  .school-profile .chart-container .container .chart-info h3 {
    font-size: 20px;
  }

  .school-profile .chart-holder .stacked-bar-chart {
    width: 100%;
  }

}

/** END NEW SCHOOL PROFILE */


.progress-bar {
  text-align: center;
}

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

.component-modal.run h5 {
  margin-top: 50px;
}

.blog-article {
  margin-top: 150px;
}


@media screen and (max-width: 480px) {
  .heading-image .img {
    /* width: auto;
        position: absolute; 
        left: 50%;  */
    top: calc(50% + 20px);
    /* webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);  */
  }

}

/** Social SHARE */

.social-sharing {
  display: flex;
  justify-content: space-around;

}

.social-sharing a {
  display: block;
  background: #009dbb;
  height: 50px;
  width: 100px;
  margin-right: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-sharing a span.social-icon {
  display: block;
  width: 30px;
  height: 30px;
}

/* .social-sharing a span.social-icon.icon-facebook{
    width:50px;
    height: 50px;
} */

.social-sharing .icon-facebook {
  background: url(/public/assets/images/icons/social/desktop/facebook.svg) center no-repeat;
}

.social-sharing .icon-twitter {
  background: #009dbb url(/public/assets/images/icons/social/desktop/twitter_rev.svg) center no-repeat;
}

.social-sharing .icon-pinterest {
  background: #009dbb url(/public/assets/images/icons/social/desktop/pinterest_rev.svg) center no-repeat;
}

.social-sharing .icon-linkedin {
  background: #009dbb url(/public/assets/images/icons/social/desktop/linkedin.svg) center no-repeat;
}




/** END SOCIAL SHARE */

.visit-website {
  margin-top: 30px;
}

.visit-website a {
  color: black;
}

.container.other-results .fitting-schools .best-fit h4 {
  font-size: 30px;
}

/** CONSULT Redesign */
.heading-image.lets-talk {
  background: none;
  margin-bottom: 100px;
  margin-top: 50px;
}

.heading-image.heading-background.lets-talk {
  height: 60vh;
}

.heading-image.lets-talk p {
  width: 50%;
}

.consult .btn-box .contact {
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.consult .btn-box .contact::before {
  content: '';
  width: 38px;
  height: 28px;
  display: inline-block;
  background: url("/public/assets/images/icons/book_icon.svg") no-repeat;
}

.message-box.calendar-warning {
  margin-bottom: 30px;
}

.message-box.calendar-warning ul {
  margin-top: 10px;
}

.message-box.calendar-warning ul li {
  color: black
}

.container.school-videos-page.consult.webinar-inner .about-hosts {
  display: block;
}

.container.school-videos-page.webinar-inner.consultants .about-hosts .info .hosts .host {
  flex: 1 0 20%;
  padding: 0;
  margin-right: 50px;
}

.container.school-videos-page.webinar-inner.consultants .about-hosts .info .hosts .host:last-child {
  margin-right: 0;
}

.container.consult .counter {
  border-bottom: none;
}

.container.school-videos-page.webinar-inner.consultants .about-hosts .info .bio,
.container.school-videos-page.webinar-inner.consultants .about-hosts .info p {
  font-weight: 400;
  margin-bottom: 0;
}

.container.school-videos-page.webinar-inner.consultants .about-hosts .info blockquote {
  padding: 0;
  margin: 20px 0 10px 0;
}

.message-box.calendar-warning p {
  margin-block-end: 5px;
}

.modal-content.modal-dialog.calendar ul {
  margin-left: 20px;
  margin-right: 10px;
}

.modal-content.modal-dialog.calendar ul li {
  margin-bottom: 10px;
}

.fc-time-grid-event.fc-short .fc-time:after {
  display: none;
}

.modal-content.modal-dialog.calendar .message-box.error {
  background-color: #c00;
  color: white;
  padding: 5px;
}

.container.school-videos-page.webinar-inner.consultants .about-hosts .info blockquote:before,
.container.school-videos-page.webinar-inner.consultants .about-hosts .info blockquote:after {
  content: '';
  display: block;
  background-image: url('/public/assets/images/icons/upper-quotation.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.container.school-videos-page.webinar-inner.consultants .about-hosts .info blockquote:after {
  background-image: url('/public/assets/images/icons/lower-quotation.svg');
}

@media screen and (max-width: 768px) {
  .heading-image.lets-talk p {
    width: 60%;
  }

  .heading-image.heading-background.lets-talk {
    height: 60vh;
  }
}

#consultancies-requests-calendar td.fc-widget-content {
  background: #F3F3F3;
}


/** CONSULT Redesign  END */

.component-accounts-login .social-login-buttons .btn.connect-facebook,
.component-accounts-login .social-login-buttons .btn.connect-linkedin {
  background-color: #009dbb;
  border-color: #009dbb;
}

.component-accounts-login .social-login-buttons .btn.connect-facebook {
  background: url(/public/assets/images/icons/social/desktop/facebook.svg) bottom 20px left 20px no-repeat;
}

.component-accounts-login .social-login-buttons .btn.connect-linkedin {
  background: url(/public/assets/images/icons/social/desktop/linkedin.svg) bottom 20px left 20px no-repeat;
}

/** Fit redesign **/
.fit-index .cultural-fit-premium {
  margin-top: 50px;
}

.container.cultural-fit.cultural-fit-premium .compare img {
  width: 130px;
  margin-right: 30px;
}


.fit-index .stand.log-front .fit-index-buttons .fit-info a,
.fit-index .stand.log-front .fit-index-buttons .fit-info button,
.fit-index .fit-index-buttons .fit-info a,
.fit-index .fit-index-buttons .fit-info button {
  margin-right: 30px;
  margin-bottom: 30px;
}

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

  .fit-index .stand.log-front .fit-index-buttons .fit-info a,
  .fit-index .fit-index-buttons .fit-info a {
    width: 100%;
  }

  .container.cultural-fit.cultural-fit-premium .compare {
    flex-direction: column;
  }

  .container.cultural-fit.cultural-fit-premium .compare img {
    margin-right: 0;
  }

  .fit-results .cultural-fit.cultural-fit-premium button.btn {
    margin-left: 0;
  }

  .container.cultural-fit.cultural-fit-premium .compare .search p {
    text-align: center;
    margin-top: 20px;
  }
}

.sure-modal.date.ask-question .calendar .form-group.full {
  max-width: 100%;
}


/* MEDIA CENTER */

.blog-gray.blog-most-popular span.pr-manager {
  font-size: 14px;
}

.sure-modal.ask-question.newsletter .form-row.buttons {
  justify-content: center;
  margin-top: 20px;
}



.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: #009dbb;
  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);
  }
}

@media screen and (max-width: 768px) {
  .container.blog-list.media-center .blog-left-column .blog-most-popular {
    display: block;
  }
}

.blog-article.media-center .subscribe-div {
  border: 2px solid #CCC;
  padding: 20px;
  margin-top: 50px;
}

.blog-article.media-center .subscribe-div .button.btn-box {
  margin-top: 30px;
  margin-left: 15px;
}

.blog-article.media-center .subscribe-div .loading-div {
  margin-left: 15px;
}

/* END MEDIA CENTER */


/** APPLY page**/
.container.apply .how-to-help.faq.fit {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.container.apply.why-unimy .why-unimy-content {
  border: none;
}

.container.apply .explore-degree {
  margin-bottom: 50px;
  border: none;
}

.container.apply .explore-degree.counter {
  background: #eaeaea;
}

.container.apply .apply-schools {
  margin-bottom: 50px;
}

.container.apply .apply-schools .toggle-section {
  padding: 20px;
  border: 1px solid #eaeaea;
}

.container.apply .apply-schools .region-section:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.container.apply .apply-schools .region-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333;

}

.container.apply .apply-schools .region-section .region {
  flex: 1 0 20%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 20%;
}

.container.apply .apply-schools .region-section .icon {
  margin-left: 100px;
  flex: 1 0 10%;
  max-width: 30px;
}

.container.apply .apply-schools .region-section .schools {
  /*display: none;*/
}

.container.apply .apply-schools .region-section .schools-holder {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex: 1 0 65%;
}

.container.apply .apply-schools .region-section .schools a {
  /* margin-left: 20px; */
}

/* .container.apply .apply-schools .region-section .schools a{
    color: #333;
    font-size: 18px;
    text-transform: none;
    width: 40%;
    margin-bottom: 15px;
} */
/* .container.apply .apply-schools .region-section .schools a::after{
    color: #009dbb;
} */


.application.school-profile .accredits .accredits-item {
  width: 200px;
}

.container.school-videos-page.apply.webinar-inner .about-hosts {
  display: block;
}

.sure-modal.select-program-container .message {
  padding: 5px;
}

.sure-modal.select-program-container .message .message-content {
  padding: 45px 35px 15px 35px;
}

.sure-modal.select-program-container .message-content .school-name {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .container.apply .why-unimy .why-unimy-content .left {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .container.apply .title-box .title {
    font-size: 30px;
  }

  .container.apply.why-unimy .why-unimy-content .left {
    display: block;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  .container.apply .apply-schools .region-section {
    flex-direction: column;
    align-content: flex-start;

  }

  .container.apply .apply-schools .region-section .icon {
    display: none;
  }

  .container.apply .apply-schools .region-section .region {
    margin-bottom: 20px;
  }

  .container.apply .apply-schools .region-section .schools-holder {
    width: 100%;
  }

}

.modal-header span[data-action="close-modal"] {
  cursor: pointer;
}

.container.browse.apply {
  margin-top: 100px;
}

.container.browse.apply .form-row {
  align-items: flex-end;
}

.school-profile .apply-program .logo {
  width: 260px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.apply-page .apply-program.program {
  padding-right: 0;
}

.apply-program.program .program-name {
  margin-bottom: 30px;
}

.apply-program.program .program-name a {
  font-size: 18px;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}

.apply-page .school-profile .ranks-new p.counting {
  font-size: 18px;
  font-weight: 600;
}

.apply-page .school-profile .ranks-new .rank {
  flex: 0 0 calc(14% - 10px);
  /*flex: 0 0 auto;*/
}

.apply-page .school-profile .school-buttons {
  color: #666;
  font-weight: 600;
}

.apply-page .school-profile .school-buttons span {
  color: black
}

.apply-page .school-profile .school-buttons .app-buttons {
  margin-right: 20px;
}

.apply-page .school-profile .school-buttons .btn-groups-browse-actions {
  display: flex;
  align-items: center;

}

.apply-page .work-steps .working-steps .steps {
  flex-basis: calc(30% - 30px);
  margin-right: 30px;
}

.apply-page .work-steps .working-steps .steps::after {
  right: -26%;

}

@media (max-width: 1440px) {
  .apply-page .work-steps .working-steps .steps::after {
    right: -15%;
  }
}

@media screen and (max-width: 1280px) {
  .apply-page .work-steps .working-steps .steps::after {
    display: none;
  }
}

.apply-page .school-profile .ranks-new p.adm-label.waiver {
  margin-top: -24px;
}

@media screen and (max-width: 768px) {
  .apply-page .work-steps .working-steps .steps {
    margin-right: 0px;
  }

  .apply-program.program .program-name a {
    text-transform: none;
  }

  .school-profile .apply-program .logo {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .school-profile .apply-program .ranks-new {
    flex-direction: column;
  }

  .apply-page .school-profile .apply-program .ranks-new p.adm-label,
  .apply-page .school-profile .apply-program .ranks-new p.counting,
  .apply-page .school-profile .school-buttons {
    font-size: 15px;
  }

  .apply-page .school-profile .apply-program .ranks-new p.adm-label {
    margin-right: 5px;
  }

  .apply-page .school-profile .ranks-new .rank {
    flex-direction: row;
    margin-bottom: 15px;
  }

  .apply-page .school-profile .ranks-new .rank .border {
    display: none;
  }

  .apply-page .school-profile .school-buttons .btn-groups-browse-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .apply-page .school-profile .school-buttons .app-buttons {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%
  }

  .apply-page .school-profile .ranks-new p.adm-label.waiver {
    margin-top: 0px;
  }
}


/** END APPLY page**/

.select-program-container h5 {
  text-align: center;
}

.select-program-container a {
  color: black;
}

.apply .explore-degree {
  margin-top: -90px;
}

/* Cultural fit ranking*/
.cf-ranking:before {
  background-image: url("/public/assets/images/icons/noun-ranking-local.svg");
  position: relative;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 0px;
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 1px;
}

.cf-ranking.worldwide:before {
  background-image: url("/public/assets/images/icons/noun-ranking-worldwide.svg");
  top: 1px;
  width: 13px;
  height: 13px;
  margin-right: 3px;
}

.cf-ranking {
  margin-bottom: 2px;
  color: #009dbb;
  font-weight: 600;
}

.school-info .school-description .cf-ranking-holder {
  margin-top: 12px;
  margin-bottom: 10px;
}

/* END Cultural fit ranking*/

/** Articles on position */

.articles-on-positions-container {
  margin-top: 30px;
  display: block;
  clear: both;
}

.articles-on-positions-container p {
  font-weight: 600;
}

.articles-on-positions {
  display: flex;
  flex-wrap: wrap;
}

.articles-on-positions-article {
  display: flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 40px;
  width: 280px;
}

.articles-on-positions-article:last-child {
  margin-right: 0
}

.articles-on-positions-article-picture {
  margin-right: 20px;
}

.articles-on-positions-article-title a {
  text-transform: uppercase;
  color: black;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.school-browse-box .school-info {
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .fit-results .fitting-schools .school-browse-box .articles-on-positions-article-title {
    text-align: start;
  }

  .articles-on-positions-article {
    margin-right: 0px;
    width: 100%;
  }
}

.event-thankyou .articles-on-positions-container {
  border: 1px solid white;
  padding: 0 20px 20px 20px;
  color: white;
}

.event-thankyou .articles-on-positions-container .articles-on-positions-article-title a {
  color: white;
}

.event-thankyou .articles-on-positions-article {
  margin-bottom: 0;
}

.chart-container .container .chart-info p.article-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #2a2828;
}

.chart-container .container .chart-info .article-text p {
  margin-bottom: 5px;
  margin-top: 10px;
}

.chart-container .container .chart-info .article-text {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #2a2828;
}


.read-more-link {
  color: black;
  text-decoration: underline;
}



/** END Articles on position */

/** FIT Homepage */
.get.get-homepage .swiper {
  width: 100%;
}

.homepage .container.cultural-fit .stand {
  margin-top: 50px;
  margin-bottom: 50px;
}

.fit-results.homepage a {
  margin-right: 30px;
}

.fit-results.homepage.fit-index {
  margin-top: 100px;
}

.fit-results.homepage.fit-index .stand {
  border-bottom: 1px solid #c8c8c8;
  margin-top: 0;
  padding-bottom: 50px;
}

.articles-container.blog-homepage .title-box {
  align-items: center;
}

.articles-container.blog-homepage .title-box h2 {
  margin: 0 0 0 15px;
}

.articles-container.blog-homepage article.article.single {
  margin: 0;
}

.articles-container.blog-homepage article.article.single .article-img-box h4 {
  font-size: 36px;
  text-align: left;
  padding: 0;
  width: 60%;
  margin: 20px 0;
}

.articles-container.blog-homepage .article.article.single .article-img-box figcaption {
  justify-content: center;
  align-items: flex-start;
  padding: 0 40px;
  color: white;
  font-weight: 600;
}

.articles-container.blog-homepage .article.article.single .article-img-box figcaption .btn-box {
  margin-top: 40px;
}

.articles-container.blog-homepage .title-box {
  margin-top: 0;

}

.articles-container.blog-homepage .title-box .title-link.center {
  margin-right: auto;
}

.articles-container.blog-homepage .article {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .container.cultural-fit .stand {
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .fit-results.homepage.fit-index .stand {
    flex-direction: column;
  }

  .fit-results.homepage .container.cultural-fit .stand .talk {
    flex: 1 0 100%;
    max-width: 100%;
    margin-right: 0px
  }

  .fit-results.homepage .container.cultural-fit .stand .chart-spider.personal {
    flex: 1 0 100%;
    max-width: 95%;

  }
}

@media screen and (max-width: 768px) {
  .articles-container.blog-homepage article.article.single {
    font-size: 13px;
  }

  .articles-container.blog-homepage article.article.single .article-img-box h4 {
    font-size: 18px;
    width: 100%;
  }

  .articles-container.blog-homepage .article.article.single .article-img-box figcaption .btn-box {
    margin-top: 15px;
  }

  .articles-container.blog-homepage .title-link.center {
    display: none;
  }
}

/** END FIT Homepage */

.container.school-videos-page.webinar-inner .about-hosts .info ul li,
.container.school-videos-page.webinar-inner .about-web .info ul li {
  color: #2c2c2c;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: inside;
}

.container.school-videos-page.webinar-inner .about-web .info ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

/** FIT INFO page */

.heading-image.heading-background.cultural {
  height: 560px;
  margin-bottom: 0;
}

.container .fit-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 100px;
}

.heading-background.cultural.main-heading .container .fit-info-header {
  margin-top: 50px;
}

.cultural-landing .couple-dimensions-holder {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 50px;
}

.cultural-landing .couple-dimensions-holder:nth-child(2n+1) {
  background: #F2F2F2;
}

.cultural-landing .couple-dimensions {
  display: flex;
  justify-content: space-between;
}

.cultural-landing img.couple-dimension-image {
  width: 100%;
}

.cultural-landing .couple-dimensions .dimension {
  flex: 1 0 50%;
  max-width: calc(50% - 30px);
}

.cultural-landing .couple-dimensions .title-box .title {
  margin-top: 0;
  margin-bottom: 15px;
}

.couple-dimensions .dimension-details {
  display: flex;
  align-items: flex-start;
}

.couple-dimensions .dimension-details img {
  margin-right: 40px;
}

.couple-dimensions .dimension-details p {
  margin: 0;
}

.cultural-landing .fit-divider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 40px 0 35px;
  align-items: center;
}

.cultural-landing .fit-divider div {
  border-radius: 50%;
  background: #009dbb;
  color: white;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.couple-dimensions-holder .articles-on-positions {
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: column;

}

.couple-dimensions-holder .articles-on-positions-article {
  /* flex: 1 0 33%;
    max-width: calc(33% - 20px); */
  flex: 1 0 100%;
  width: auto;
}

.cultural-landing .schools {
  margin: 30px 0 80px 0;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.cultural-landing .schools .schools-holder {
  display: flex;
  flex-wrap: wrap;

}

.cultural-landing .schools .schools-holder a {
  display: block;
  margin: 20px;
  width: 200px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.cultural-landing .dimension .fit-ranking {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0px;

}

.cultural-landing .dimension .fit-ranking h5 {
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #c8c8c8;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
}

.cultural-landing .dimension .fit-ranking a.school-link {
  color: black;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 10px;

}

.sure-modal.fit-rankings .message {
  max-height: 80vh;
  width: 60vw;
  max-width: 800px;
}

.sure-modal.fit-rankings .message .rankings-content {
  overflow-y: scroll;
  max-height: calc(80vh - 200px);
  margin-bottom: 20px;
}

.cultural-landing .heading-image.heading-background.cultural {
  height: 600px;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
}

.cultural-landing .heading-image.heading-background.cultural.structured_vs_flexible {
  background-image: url("/public/assets/images/elements/index/cultural/structured_vs_flexible.webp");
}

.cultural-landing .heading-image.heading-background.cultural.explicit_vs_intuitive {
  background-image: url("/public/assets/images/elements/index/cultural/explicit_vs_intuitive.webp");
}

.cultural-landing .heading-image.heading-background.cultural.long_term_vs_ad_hoc {
  background-image: url("/public/assets/images/elements/index/cultural/long_term_vs_ad_hoc.webp");
}

.cultural-landing .heading-image.heading-background.cultural.persinal_vs_collective {
  background-image: url("/public/assets/images/elements/index/cultural/persinal_vs_collective.webp");
}

.cultural-landing .heading-image.heading-background.cultural.liberal_vs_classical {
  background-image: url("/public/assets/images/elements/index/cultural/liberal_vs_classical.webp");
}

.cultural-landing .heading-image.heading-background.cultural.formal_vs_informal {
  background-image: url("/public/assets/images/elements/index/cultural/formal_vs_informal.webp");
}


.heading-image.heading-background.cultural picture {
  opacity: 0.5;
}

.cultural-landing img.couple-dimension-image {
  height: 600px;
}

.cultural-landing .heading-image.heading-background.cultural h4 {
  color: white
}

.comare-dimensions.couple-dimensions {
  align-items: center;
  margin-top: 30px;

}

@media screen and (max-width: 1400px) {
  .cultural-landing .heading-image.heading-background.cultural {
    /* height: 400px; */
    /* background: none; */
  }

  .cultural-landing img.couple-dimension-image {
    /* height: 400px; */
  }
}

@media screen and (max-width: 1024px) {
  .couple-dimensions .dimension-details {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .cultural-landing .couple-dimensions {
    flex-direction: column;
  }

  .cultural-landing .couple-dimensions .dimension {
    flex: 1 0 100%;
    max-width: 100%;
    align-items: center;
  }

  .cultural-landing .couple-dimensions .dimension.right {
    margin-top: 50px;
  }

  .comare-dimensions.couple-dimensions svg {
    width: 100%;
  }

  .container .fit-info-header {
    margin-top: 20px;
  }


  .couple-dimensions .dimension-details,
  .cultural-landing .couple-dimensions .title-box {
    align-items: center;
  }

  .couple-dimensions .dimension-details img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cultural-landing .couple-dimensions .title-box .title {
    text-align: center;
  }

  .couple-dimensions-holder .articles-on-positions {
    flex-direction: column;
  }

  .couple-dimensions-holder .articles-on-positions-article {
    flex: 1 0 100%;
    max-width: 100%
  }

  .sure-modal.fit-rankings .message {
    max-height: 90vh;
    width: 90vw;
  }

  .sure-modal.date.fit-rankings {
    padding-top: 20%;
  }

  .cultural-landing .heading-image.heading-background.cultural {
    /* height: 300px; */
  }

  .cultural-landing img.couple-dimension-image {
    /* height: 300px; */
  }
}

/** END FIT Info page */

/** FIT RESULTS FILTERING */
.fit-results .explore-degree {
  margin-top: 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 */

/** RANKING */
.ranking-index.steps-holder {
  margin: 0px 0 50px 0;
  background: #eee;
  position: relative;
  z-index: 20;

}

.ranking-index form {
  width: 600px;
  ;
}

.ranking-index .why-text .section-footer {
  border-top: 1px solid #c8c8c8;
  padding-top: 25px;
  margin-top: 25px;
}

.ranking-index .count h3 {
  text-align: center;
}

/* .ranking-counters {
  background: #eee;
} */

.ranking-index .work-steps-new .button.btn-box.match-log {
  flex-direction: row;
  gap: 30px;
}

.ranking-index .work-steps .working-steps .steps::after {
  top: 20px;
}

.rankings-form [data-id='3'] .checking div {
  margin-bottom: 20px;
}

.rankings-form [data-id='3'][data-type='personal'] .checking div {
  margin-bottom: 0px;
}

.rankings-form [data-id='3'] .checking div span {
  margin-top: 5px;
}

.ranking-counters .explore-degree.explore-degree-new {
  margin-top: -120px;
}

.ranking-counters .count.animate-box {
  text-align: center;
}

.ranking-index .container:not(.cultural-fit) {
  margin-top: 50px;
}

.ranking-index .how-to-help.faq.fit {
  border: none;
  margin-top: 0;
}

.ranking-index .why {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  /* border-bottom: 1px solid #c8c8c8; */
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-top: none;

}

.ranking-index .work-steps {
  border-bottom: none;
  padding-top: 10px;
  ;
}

.ranking-index .why .why-image {
  flex: 1 0 30%;
}

.ranking-index .why .why-image img {
  width: 100%;
}

.ranking-index .start {
  text-align: center;
  color: #333;

}

.ranking-index .start .title-box {
  display: block
}

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

.ranking-index .log .log-form .form-wrapper form .form-row.inputs {
  gap: 30px;
}

.heading-image.heading-background.ranking .header-caption .title-box p {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}

.rankings-form .log .log-form .form-wrapper form .form-row.inputs {
  margin-bottom: 0;
}

.rankings-form .log .log-form .form-wrapper form fieldset[data-id="3"] .checking input[type=checkbox]+label {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.rankings-form .log .log-form .form-wrapper form fieldset[data-id="3"][data-type="personal"] .checking input[type=checkbox]+label {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;

}

.rankings-form .log .log-form .form-wrapper form fieldset[data-id="3"] .checking input[type=checkbox]+label span {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  margin-left: 32px;
  display: block;
}

.rankings-form .log .log-form .form-wrapper form fieldset[data-id="3"][data-type="personal"] .checking input[type=checkbox]+label span {
  margin-left: 0px;
  display: inline;
}


.rankings-form p.questions-counter {
  white-space: no-wrap;
  display: flex;
}

.rankings-form ul.button.btn-box {
  padding-bottom: 40px;
}




@media screen and (max-width: 768px) {
  .ranking-index .work-steps.work-steps-new .working-steps .steps .title h4 {
    font-size: 18px;
  }

  .ranking-index .work-steps .working-steps {
    align-items: flex-start;

  }

  .ranking-index .work-steps-new .button.btn-box.match-log.ranking-buttons {
    flex-direction: column;
  }

  .ranking-index .work-steps.work-steps-new .btn-box.match-log .btn {
    margin-bottom: 0
  }

  .ranking-index .compare img {
    margin-bottom: 20px;
  }


  .ranking-index .why {
    flex-direction: column;
  }

  .ranking-index .why .why-image {
    flex-basis: 100%;
  }

  .rankings-form .log-form ul.btn-box li a {
    width: 100%;
  }

  .rankings-form .pull-right {
    float: none !important;
  }

  .ranking-counters .explore-degree.explore-degree-new {
    display: block;
  }

  .ranking-counters .explore-degree.explore-degree-new {
    margin-top: 10px
  }
}

.container.filters-container {
  margin-top: 150px;
}

.container.filters-container p {
  color: #666;
  font-weight: 600;
}


.ranking-results .ranking-filters {
  background: #efefef;
  padding: 30px 40px 20px 40px;
  ;
  margin-top: 60px;
}

.ranking-results .ranking-filters h4 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.ranking-filters.log.fit .filters-holder.log-form,
.ranking-filters .filters-holder {
  display: flex;
  opacity: 1;
  gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  background: none;
}

.ranking-filters.log .filters-holder.log-form .form-container.form-wrapper form fieldset {
  padding-left: 0;
}

.ranking-filters.log.fit .filters-holder.log-form .form-container.form-wrapper {
  display: block;
  min-width: calc(100% - 170px);
  padding: 0;

}

.ranking-filters.log.fit .filters-holder.log-form .form-container.form-wrapper form {
  display: block;
  padding: 0;
}

/* .ranking-filters .form-container{
  min-width: calc(100% - 170px)
} */

.ranking-filters .form-container .form-container-button {
  display: flex;
  gap: 20px;
  justify-content: space-between;

}

.ranking-filters.log .log-form .form-wrapper form fieldset {
  padding-bottom: 20px;
  padding-top: 0;
}

.ranking-filters.log.fit .ranking-form form fieldset {
  background: none;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 20px;
  justify-content: flex-start;
  /* margin-bottom: 40px; */
  /* margin-top: 30px; */
  border: none;
  /* padding-left: 30px; */
}

.ranking-form input[type=checkbox]+label {
  display: block;
  margin: .2em 0;
  cursor: pointer;
  padding: .2em 0;
  color: #282828;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  /* text-indent: -30px; */

}

.ranking-form input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.ranking-form input[type=checkbox]+label:before {
  content: "\2714";
  background-color: #e3dfdf;
  border-radius: .2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: .2em;
  padding-bottom: .3em;
  margin-right: .5em;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}

.ranking-form input[type=checkbox]+label:active:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.ranking-form input[type=checkbox]:checked+label:before {
  background-color: #009dbb;
  color: #fff
}

.ranking-form input[type=checkbox]:checked+label {
  color: #009dbb;
}

.ranking-form .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ranking-form .btn-box button {
  width: 200px;
}

.ranking-form div[data-panel=form] {
  display: none;
  width: 800px;
}

@media (max-width: 649px) {
  .ranking-filters.log.fit .log-form {
    background: #efefef;
  }
}

@media screen and (max-width: 550px) {
  .ranking-filters .filters-holder {
    flex-direction: column;
    justify-content: center;
  }

  .ranking-form div[data-panel=form] {
    width: 100%;
    max-width: 280px;
  }

  .ranking-form form fieldset {
    row-gap: 20px;
  }

  .ranking-form div[data-panel=form] {
    width: 100%;
  }

  .ranking-filters.log .log-form .form-wrapper form fieldset {
    padding-bottom: 20px;
    padding-top: 20px;
  }

}

.ranking-table {
  margin-top: 80px;
  font-size: 16px;
  color: #333;
}

.ranking-table a {
  color: #333;
  text-decoration: none;
}

.ranking-table .button.btn-box {
  margin-top: 30px;
}

.ranking-table .add-favorite svg g path {
  fill: #ccc;
}

.ranking-table .add-favorite.active g path {
  fill: #009dbb
}

.ranking-table .add-favorite svg path {
  fill: white;
}

.ranking-table .table.table-striped>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.538462;
  vertical-align: top;
  border-top: 1px solid #cad6e2
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f2f5f8
}

.ranking-table .dataTables_paginate,
.ranking-table .dataTables_length {
  display: none
}

.ranking-table .ranking-text {
  padding-top: 50px;
  color: #666;
  font-weight: 600;

}

.ranking-table .ranking-text ul {
  list-style: disc;
  padding: 0;
  margin-left: 20px;
}

.ranking-table .ranking-text p:last-child {
  margin-bottom: 0;
}

.container.submit-result {
  background: #009dbb;
  color: white;
  padding-top: 10px;
  padding-bottom: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container.submit-result h4 {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 20px;
}

.submit-result .submit-result-text-holder {
  display: flex;
  gap: 10px;
  width: 70%;
  align-items: center;
}

.submit-result .btn-box .btn.blue {
  border-color: white;
  margin-top: 20px;
}

.submit-result .btn-box .disabled,
.submit-result .btn-box .disabled:hover {
  background: grey;
  color: #eee;
  cursor: default;
}

.submit-result .submit-result-text-holder .submit-result-text-why {
  padding-right: 20px;
  border-right: 1px solid white;
  font-size: 40px;
  font-weight: 800;
  text-align: right;
  line-height: 35px;
}

.container.cultural-fit.ranking-index .compare {
  margin-bottom: 0;
}

.ranking-counters .explore-degree p {
  font-weight: 600;
  color: #333;
}

.ranking-counters .counter .count img {
  margin-bottom: 0;
}

.ranking-counters .counter .count,
.counter .info {
  justify-content: flex-start;
}

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

  .match .btn.desk,
  .match-index .btn.desk {
    display: none;
  }
}

@media screen and (min-width: 769px) {

  .match .btn.mob,
  .match-index .btn.mob {
    display: none;
  }
}

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

  div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-x: auto;
    max-width: 100%;

  }

  .table-responsive {
    width: 100%;
    max-width: 100%;
  }
}

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

  .submit-result .submit-result-text-holder .submit-result-text {
    line-height: 1.8em;
  }

  .submit-result .submit-result-text-holder .submit-result-text-why {
    border-right: none;
    border-bottom: 1px solid white;
    text-align: center;
  }

  .submit-result .submit-result-text-holder {
    flex-direction: column;
  }

  .container.cultural-fit.user-profile .results-tabs .year-tabs .ul .list {
    padding-bottom: 80px;
  }

  .heading-image.heading-background-new.ranking .btn-box .btn {
    margin-bottom: 20px;
  }

}


.container .arroww {
  background: url("/public/assets/images/icons/arrows/current-arrow-top.png") no-repeat bottom center;
  height: 20px;
}

.radius p label {
  height: auto;
  min-height: 50px;
  line-height: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/** RANKING */

.footer .footer-bottom {
  margin-top: 50px
}

.user-profile .record.school-browse-listing.match-school {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}

.user-profile .record.school-browse-listing.match-school:not(.active) {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-text {
  margin-top: 20px;
  font-size: 11px;
  color: #919191;
}

.landing-offers.landing-businessSolutions .why-unimy .why-unimy-content .left img,
.landing-offers.landing-businessSolutions .why-unimy .why-unimy-content .right img {
  max-width: 759px;
}

@media screen and (min-width: 1660px) {
  .heading-image.homepage-heading .header-caption .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .heading-image.homepage-heading .header-caption .left-info {
    position: relative;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

.school-profile .school-image picture img {
  filter: brightness(50%);
}

.school-profile .school-heading {
  position: relative;
  z-index: 1000;
}

/** RANKING index */
.ranking-index .why {
  /* border-top: 1px solid #c8c8c8; */
  /* padding-top: 50px; */
  margin-top: 70px;
  flex-direction: row;

  .why-text .title-box {
    margin-top: 0;
  }

  &:nth-of-type(2) {
    flex-direction: row-reverse;
    margin-top: 50px;
  }

}

.ranking-index .explore-degree-new {
  /* box-shadow: none; */
  /* -webkit-box-shadow: 10px 2px 15px rgba(203, 198, 198, 0.8);
  box-shadow: 10px 2px 15px rgba(203, 198, 198, 0.8);
  border-bottom: none; */
  padding-top: 0;
  padding-bottom: 0;

  .counter {
    border: none;
  }

  .ranking-announcement {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 15px;
    background: #009dbb;
    text-align: center;

    a {
      color: white;
      font-weight: 600;
      text-decoration: none;
    }

    .announcement-arrow {
      border: 5px solid white;
      border-radius: 12px;
      background: white;
      width: 25px;
      height: 25px;

    }
  }
}

.ranking-index.ranking-counters .container {
  margin-top: 0;
}

.ranking-index.ranking-counters .explore-degree.explore-degree-new {
  margin-top: -150px;
}

.ranking-index .schools-100 {
  display: flex;
  gap: 50px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin-top: 50px;

  .school-column {
    flex: 1 0 50%;
    max-width: calc(50% - 25px);

    a {
      display: block;
      color: #2a2828;
      text-decoration: none;
      margin-bottom: 15px;

      &:last-of-type {
        margin-bottom: 0;
      }
    }
  }
}

.ranking-index .all-articles {
  padding-top: 0px;
  padding-bottom: 20px;
}

/* ----------------RANKING BY CATEGORY -- RANKING INDEX------------------- */


:root {
  --blue: #009dbb;
  --blue-dark: #05859f;
  --grey: #2a2828;
  --white-grey: #666;
  --dark-bg: #23262b;
  --dark-border-color: #595d63;
  --dark-txt-color: #b9c1cd;
}

.rankings-by-category {
  margin-bottom: 55px;
}

.rankings-by-category .tabs {
  gap: 8px;
  flex-wrap: wrap;
}

.rankings-by-category .btn {
  background-color: transparent;
  border: 1px solid var(--grey);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--grey);
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  min-width: 160px;
  outline: none;
  padding: 20px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  white-space: nowrap;
}

.rankings-by-category .btn.solid {
  background-color: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.rankings-by-category .btn.grey {
  background: #f2f2f2;
  border: none;
  color: var(--grey);
}

.rankings-by-category .btn.grey:hover {
  background: #e5e5e5;
}

.rankings-by-category .btn.slim {
  padding: 15px 40px;
}

.rankings-by-category .skeleton {
  position: relative;
}

.rankings-by-category .skeleton:before {
  background: #e6e6e6;
  border-radius: 5px;
  bottom: -1px;
  content: "";
  display: none;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 9;
}

.rankings-by-category.skeleton-loader.active .skeleton:before {
  display: block;
}

.rankings-by-category .rankings-by-category {
  margin: 60px 0 50px;
}

.rankings-by-category .rankings-by-category h2 {
  margin-top: 40px;
}

.rankings-by-category .ranking-table .svg-box.swipe-icon {
  width: 40px;
  position: sticky;
  top: 20px;
  right: 20px;
  left: auto;
  margin-left: auto;
  z-index: 3;
  background: #fff;
  padding: 5px;
  /* box-shadow: -3px 2px 9px -2px #0000002b; */
  border-radius: 2px;
}

.rankings-by-category .ranking-table .svg-box.swipe-icon svg {
  display: block;
  width: 30px;
}

.rankings-by-category .ranking-table .svg-box.swipe-icon::after {
  content: 'swipe';
  font-size: 14px;
  position: relative;
  top: -3px;
}

.rankings-by-category .ranking-table {
  margin-top: 30px;

}

.rankings-by-category .ranking-table a.school-logo {
  width: 80px;
  height: 50px;
  display: inline-block;
  padding: 8px;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.rankings-by-category .ranking-table a.school-logo svg {
  max-height: 25px;
  width: 100%;
  opacity: 0.7;
}

.rankings-by-category .ranking-table a.school-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.rankings-by-category td {
  position: relative;
  vertical-align: middle !important;
}

.rankings-by-category td.favorite {
  width: 40px;
}

.rankings-by-category td.favorite>div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.rankings-by-category .flexy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rankings-by-category .flexy.x-start {
  justify-content: flex-start;
}

.rankings-by-category .flexy.y-start {
  align-items: flex-start;
}

.rankings-by-category td:not(.school-box):not(.country) {
  text-align: center;
}

.rankings-by-category table.dataTable thead>tr>th.sorting:before,
.rankings-by-category table.dataTable thead>tr>th.sorting:after,
.rankings-by-category table.dataTable thead>tr>th.sorting_asc:before,
.rankings-by-category table.dataTable thead>tr>th.sorting_asc:after,
.rankings-by-category table.dataTable thead>tr>th.sorting_desc:before,
.rankings-by-category table.dataTable thead>tr>th.sorting_desc:after,
.rankings-by-category table.dataTable thead>tr>th.sorting_asc_disabled:before,
.rankings-by-category table.dataTable thead>tr>th.sorting_asc_disabled:after,
.rankings-by-category table.dataTable thead>tr>th.sorting_desc_disabled:before,
.rankings-by-category table.dataTable thead>tr>th.sorting_desc_disabled:after,
.rankings-by-category table.dataTable thead>tr>td.sorting:before,
.rankings-by-category table.dataTable thead>tr>td.sorting:after,
.rankings-by-category table.dataTable thead>tr>td.sorting_asc:before,
.rankings-by-category table.dataTable thead>tr>td.sorting_asc:after,
.rankings-by-category table.dataTable thead>tr>td.sorting_desc:before,
.rankings-by-category table.dataTable thead>tr>td.sorting_desc:after,
.rankings-by-category table.dataTable thead>tr>td.sorting_asc_disabled:before,
.rankings-by-category table.dataTable thead>tr>td.sorting_asc_disabled:after,
.rankings-by-category table.dataTable thead>tr>td.sorting_desc_disabled:before,
.rankings-by-category table.dataTable thead>tr>td.sorting_desc_disabled:after {
  left: -10px;
  right: auto;
  display: none;
}

.rankings-by-category table.dataTable thead>tr>th.sorting {
  text-decoration: underline;
}

.rankings-by-category table>thead>tr>th {
  vertical-align: middle !important;
  line-height: 1;
}



.rankings-by-category table>thead>tr>th.industry-th,
.position-th,
.region-th,
.place-th {
  width: 150px !important;

}

th.center {
  text-align: center !important;
}

@media screen and (max-width: 1200px) {
  .rankings-by-category table>thead>tr>th.region-th {
    width: 70px !important;
  }

  .rankings-by-category table>thead>tr>th.industry-th {
    width: 120px !important;
  }
}

@media screen and (min-width: 769px) {
  .school-th {
    min-width: 220px !important;
  }
}



/* ----------------END RANKING BY CATEGORY------------------- */



.log .log-form .form-wrapper .steps ul li a span.step_number {
  display: inline;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .ranking-index .why {
    flex-direction: column;

    &:nth-of-type(2) {
      flex-direction: column;
    }
  }

  .explore-degree.animate-box .counter {
    flex-direction: column
  }

  .explore-degree.animate-box .counter .count,
  .explore-degree.animate-box.counter .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%
  }

  .ranking-index.ranking-counters .explore-degree.explore-degree-new {
    margin-top: 0px;
  }

  .ranking-index.ranking-counters .container {
    margin-top: 20px;
  }

  .rankings-by-category .tabs .btn {
    min-width: calc(50% - 5px);
  }
}

@media screen and (max-width: 550px) {
  .ranking-index .schools-100 {
    flex-direction: column;
    gap: 0;

    .school-column {
      max-width: 100%;
    }
  }

  .rankings-by-category .tabs .btn {
    width: 100%;
  }
}

/** End RANKING index */



/** layyout styles */

.flexy{
  display: flex;
  align-items: center;
  &.x-start{
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1101px) {
  .only-mob-3 {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) {
  .only-desk-3 {
    display: none !important;
  }
}


@media screen and (min-width: 1025px) {
  .only-mob-2 {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .only-desk-2 {
    display: none !important;
  }
}


@media screen and (min-width: 769px) {
  .only-mob {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .only-desk {
    display: none !important;
  }
  .header.header  {
    height: auto;
    padding-right: 16px;
  }
}
/** end layout */


/** SEARCH FROM in HEADER */
header.header  {

  nav{
    min-height:60px;
  }

  .navbar-form{
      position: relative;
  }

  input{
      height: 30px;
      min-height: 30px;
      width: 100%;
      max-width: 150px;
      border: none;
      box-shadow: none;
      border-radius: 3px;
      background: #fff;
      font-size: 14px;
      padding: 3px 10px;
      display: inline-block;
      color: black;
      font-family: "Hanken Grotesk", sans-serif;
      font-weight: 500;
  }

  .btn-search{
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 6px 9px 6px 6px;
      background: white;
      outline: none;
      box-shadow: none;
      border: none;
      z-index: 10000;

      svg{
          width: 18px;
          height: 18px;
          opacity: 80%;
      }
  }
  
}
    

#mobSearchForm{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 1s ease, opacity 2s ease, margin-bottom 2s ease;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 100%;
    right: 0;
    width: 100%;
    padding: 20px 40px;
    background: black;


    &.expanded{
        max-height: 100px; 
        opacity: 1;
        margin-bottom: 10px;
    }
    input{
        background: white;
        color: black;
        padding: 5px 20px;
        width: calc(100% );
        max-width: 100%;
    }

    .btn-search{
        right: 54px;

    }
}

#searchToggleBtn{
    position: relative;
    cursor: pointer;

    svg {
        width: 20px;
        height: 20px;

        path {
            fill: white !important;
        }
    }  
}
/** -end SEARCH FROM in HEADER */


/** NEW HEADER and MENU */
header.header  {
    background: black; 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    min-height: 100px;
    border-bottom: none;
    padding: 0 40px;
    font-family: "Hanken Grotesk", sans-serif;

    .logo{
      img{
        width: 105px;
        height: auto;
      }
    }

    .left-nav-holder, 
    .right-nav-holder {
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .right-nav-holder {
        justify-content: flex-end;
    }
    
    nav {
        width: auto;

        ul.right-menu {
            margin-left: 0;

            &:not(.user)&:not(.lang) li{
                padding:0;
            }
        }

        .toggle-btn{
            flex-direction: row;
            align-items: center;

            &.anonymous{
                display:flex;
            }

            &.favorites{
              margin-left: 15px;
            }

             button{
                padding: 0;
                width: 24px;
                height: 26px;
                span, span:last-child{
                    width: 24px;
                    margin: 5px auto;
                    left: 0;
                }
                &.active span:nth-child(3){
                    margin: 0px auto;
                }
            } 
            .icon-s{
                position:relative;
                bottom: auto;
                left: auto;
            }
            .count{
                right:70px;
                top: 33px;
                left: -10px;
            }
        }

        .toggle-btn button.active span:last-child{
            width: 24px;
        }
    }
    
    


    .MainNavigation {
        position:relative;
        padding: 0 0 0 20px;

        &>ul{
          gap: 15px;
        }

        .Item {
            display: flex;
            font-size: 14px;
            font-weight: 500;
            padding: 32px 10px;
            text-transform: uppercase;
            text-decoration: none;
            color: white;
            font-weight: 400;
            /* transition: all 0.3s ease-out; */
            word-spacing: 0.2em;

            a {
                color: white;
                text-decoration: none;
                display: inline;
                padding: 0;
                position: relative;



                &::before {
                    content: " ";
                    position: absolute;
                    height: 2px;
                    background: transparent;
                    left: 0;
                    right: 0;
                    bottom: -7px;
                    transition: all 0.3s ease-out;
                    transform: scaleX(0);
                    transform-origin: bottom right;
                    transition: transform 0.25s ease-out;
                }

                &.Active:before{
                    background: #009DBB;
                    font-weight: 600;
                    transform: scaleX(1);
                }

                &.DisabledLink {
                    pointer-events: none;
                }
            }
            &:hover{
                a:before{
                    background: #009DBB;
                    transform: scaleX(1);
                    transform-origin: bottom left;  
                }
            }

            & .MobileDropdown {
                display: none;
            }
        }

        .Dropdown {
            position: absolute;
            top: 100%;
            left: 35px;
            width: 100vw;
            padding: 25px 16000px;
            margin: 0 -16000px;
            z-index: 9999;
            visibility: hidden;
            opacity: 0;
            background-color:  rgb(20, 20, 20); /*rgba(0, 0, 0, 0.85);*/
            display: flex;
            gap: 40px;
            overflow: initial;
            max-height: initial;
            min-height: 200px;

            section {
                /* margin-right: 40px; */
                flex: 0 0 auto;
                color: #fff;
                line-height: 25px;
                padding-bottom: 0;

                h4 {
                    font-size: 14px;
                    font-weight: 500;
                    text-transform: uppercase;
                    font-family: "Hanken Grotesk", sans-serif;
                    margin-bottom: 10px;
                    margin-top: 0;
                    word-spacing: 0.3em;

                    a::before {
                        content: " ";
                        position: absolute;
                        height: 1px;
                        background: white;
                        left: 0;
                        right: 0;
                        bottom: 1px;
                        width: 40px;
                    }

                    a.Active::before,
                    a:hover::before{
                        background: #009DBB;
                        height:2px;
                    }
                }

                ul {
                    padding: 0 0px 0 0;
                    flex-direction: column;
                }


                li {
                    padding: 2px 0px;
                }

                a {
                    color: #fff;
                    font-size: 14px;
                    line-height: 17px;
                    font-weight: 400;
                    text-decoration: none;
                    transition: all 0.3s ease-out;
                    position: relative;
                    padding: 8px 0;
                    display: block;

                    &.Active {
                        color: #009DBB;
                        font-weight: 500;
                    }

                    &:hover{
                      color: #009DBB;;
                    }
                }
            }


        }

        &>ul>li {
            display: inline-block;
            /* position: relative; */
            position: static !important;
            z-index: 100;
        }

        &>ul>li:hover {
            background-color: rgb(20, 20, 20); /*92%black */
            /* background-color: rgb(64, 64, 64); /* 75%black */

            .Dropdown {
                visibility: visible;
                opacity: 1;
            }
        }  
    }
}

@media  screen and (max-width: 1366px){
  header.header{
    .MainNavigation {
        ul{
          flex: 0 1 0%;

          li:nth-child(3){
            min-width: 90px;
          }
          li:nth-child(5){
            min-width: 150px;
          }
        }

        ul li:first-child .Dropdown{
          padding: 25px 16000px 25px 15830px;

          section{
              max-width: 170px;
          }
        }
    }

  }
}

@media  screen and (min-width: 768px) {
    header.header {
        nav {
            .toggle-btn {
                & button {
                    &.active span:nth-child(3) {
                        margin: -5px auto;
                    }
                }
            }
        }
    }
}

/** Mobile nav */
@media  screen and (max-width: 1024px) {
  header.header{
    .btn-search{
      background: transparent;
    }
  }
    body.active{
      overflow:hidden;
    }
    body.active::after {
        opacity: 1;
        z-index: 10000
    }

    body.active .header {
        z-index: 1
    }

    /* .mobile-nav {
        display: block;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        padding: 10px 25px 0;
        background-color: #21262e;
        color: #fff;
        z-index: 100000;
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%)
    } */
/* 
    .mobile-nav .toggle-dropdown {
        position: absolute;
        right: -0px;
        top: -0px;
        width: 56px;
        height: 76px;
        background-color: #009dbb;
        border: none
    }

    .mobile-nav .toggle-dropdown span {
        display: block;
        background: #fff;
        width: 26px;
        height: 1px;
        margin: 5px auto;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    .mobile-nav .toggle-dropdown.active {
        padding-right: 12px;
        padding-top: 10px
    }

    .mobile-nav .toggle-dropdown.active span {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }

    .mobile-nav .toggle-dropdown.active span:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(4px,1px);
        -ms-transform: rotate(45deg) translate(4px,1px);
        transform: rotate(45deg) translate(4px,1px)
    }

    .mobile-nav .toggle-dropdown.active span:nth-child(2) {
        opacity: 0
    }

    .mobile-nav .toggle-dropdown.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(8px,-4px);
        -ms-transform: rotate(-45deg) translate(8px,-4px);
        transform: rotate(-45deg) translate(8px,-4px)
    }

    .mobile-nav a {
        color: #fff
    }

    .mobile-nav ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .mobile-nav ul:first-child {
        position: relative
    }

    .mobile-nav ul li {
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid rgba(179,179,179,.2)
    }

    .mobile-nav ul li a {
        font-family: Montserrat,sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%
    }

    .mobile-nav .extra-menu {
        margin-bottom: 20px
    }

    .mobile-nav .extra-menu .button {
        border-bottom: none;
        padding: 0
    }

    .mobile-nav .extra-menu .button a {
        padding: 20px 20px;
        font-size: 11px;
        border: 1px solid #fff;
        display: block
    }

    .mobile-nav .extra-menu .more {
        padding-bottom: 30px
    }

    .mobile-nav .extra-menu .more p {
        border: none;
        font-family: Montserrat,sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        color: #b3b3b3;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .mobile-nav .extra-menu .more p svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .mobile-nav .extra-menu .more p svg use {
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        fill: #b3b3b3
    }

    .mobile-nav .extra-menu .more ul {
        display: none;
        margin-bottom: 0
    }

    .mobile-nav .extra-menu .more ul li {
        padding: 0;
        border: none
    }

    .mobile-nav .extra-menu .more ul li:last-child {
        margin-bottom: 0
    }

    .mobile-nav .extra-menu .more ul li a {
        color: #bebebe;
        font-family: "HK Grotesk";
        font-size: 13px;
        font-weight: 500;
        line-height: 30px;
        text-transform: initial
    }

    .mobile-nav .extra-menu .more.active p {
        color: #fff;
        padding-bottom: 14px
    }

    .mobile-nav .extra-menu .more.active p svg {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .mobile-nav .extra-menu .more.active p svg use {
        fill: #fff
    }

    .mobile-nav .social-wrapper p {
        color: #009dbb;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase
    }

    .mobile-nav .social-wrapper .social-menu {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .mobile-nav .social-wrapper .social-menu li {
        border: none;
        padding: 0;
        margin: 0 5px 0 0
    }

    .mobile-nav .social-wrapper .social-menu li a {
        display: inline-block
    } */

    .mobile-nav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .mobile-nav {
      background-color: #2a2828a3;
      position: fixed;
      left: 0;
      top: 0;
      transform: translateX(-120%);
      transition: all 1s;
      z-index: 100000;
      width: 100%;
      display: block;
      padding:0;
      &.active {
        transform: translateX(0);
      }
      .mobile-nav-wrapper {
        background-color: var(--grey);
        padding: 10px 25px 0;
        height: calc(100vh - 90px);
        width: calc(100% - 60px);
        max-width: 400px;
        overflow: auto;
        scrollbar-width: thin;
      }
      .toggle-mobile-menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        border: none;
        background-color: var(--blue);
        background-image: url("/public/assets/images/icons/close-x.svg");
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
        &.active {
          padding-right: 12px;
          padding-top: 10px;
        }
      }

      a{
        text-decoration: none;
      }
      ul.user-menu {
          padding: 20px 0;
          justify-content: flex-start;
          flex-direction: row;
          gap: 20px;
          border-bottom: 1px solid rgba(179, 179, 179, 0.2);

          li {
              padding: 20px 0;
              border: none;
          }

          .shorlists {
              display: block;
              padding: 0;

              .wrapper-section {
              width: 54px;
              height: 54px;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              position: relative;
              background-color: #565c64;

              .count {
                  position: absolute;
                  width: 17px;
                  height: 17px;
                  border-radius: 50%;
                  line-height: 17px;
                  background: #fff;
                  font-size: 9px;
                  font-weight: 700;
                  color: var(--grey);
                  text-align: center;
                  top: 0;
                  right: 0;
              }

              img {
                  width: 20px;
                  height: 20px;
              }
              }
          }


          .prof {
              padding: 0;
              align-self: stretch;

              p {
                  align-items: center;
                  color: #fff;
                  cursor: pointer;
                  display: flex;
                  font-family: var(--title-font);
                  font-size: 11px;
                  font-weight: 700;
                  justify-content: center;
                  text-transform: uppercase;
                  height: 100%;

              }

              img.tog-img {
                  margin-left: 5px;
                  transition: 0.3s ease-in-out;
              }
              .toggle-dropdown.active{
                  img.tog-img {
                      transform: rotate(180deg);
                  }
              }

              .dropdown {
                  left : 10px;
                  z-index: 9999;

                li:last-child{
                  border: none;
                }
              }
          }

          .profile {
              position: relative;
              flex: 0 0 50px;
              padding:0;

              .prof-icon {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  gap: 5px;
                  background: var(--blue);
                  border-radius: 50%;
                  height: 54px;
                  width: 54px;
                  padding: 15px;
                  &:hover {
                      background: var(--blue-dark);
                  }
                  svg {
                      width: 15px;
                  }
              }

              &.active:after {
                  transform: rotate(180deg);
              }
          }

          .lang {
              position: relative;

              a {
                  color: #fff;
                  font-family: var(--title-font);
                  font-size: 12px;
                  font-weight: 700;
                  text-transform: uppercase;
              }

          }

          .toggle-btn {
              align-items: center;
              display: flex;
              justify-content: center;
              position: relative;


              .icon-s {
                  position: absolute;
                  bottom: 19px;
                  right: 8px;
                  overflow: hidden;
                  transition: 0.2s ease-in-out;
                  z-index: -1;
                  width: 28px;
              }
              .count {
                  background: #fff;
                  border-radius: 50%;
                  color: var(--grey);
                  font-size: 9px;
                  font-weight: 700;
                  height: 17px;
                  line-height: 17px;
                  position: absolute;
                  right:25px;
                  text-align: center;
                  top: 20px;
                  width: 17px;
              }
          }

          .dropdown {
              position: absolute;
              right: 0;
              top: calc(100% - 11px);
              opacity: 0;
              visibility: hidden;
              transition: all 0.2s;
              border: 1px solid rgba(179, 179, 179, 0.2);

              &.active {
                  opacity: 1;
                  visibility: visible;
              }

              &.list {
                  background: var(--grey);
                  min-width: 172px;
                  padding: 10px 0;

                  li{
                      padding: 5px 0;
                  }

                  a {
                      color: #bebebe;
                      margin: 3px 0;
                      font-size: 15px;
                      font-weight: 500;

                      &:before {
                          content: "";
                          width: 3px;
                          background: transparent;
                          height: 20px;
                          display: block;
                          margin-right: 15px;
                          transition: all 0.3s;
                      }

                      img {
                          border-radius: 50%;
                          margin-right: 5px;
                      }

                      svg {
                          margin-right: 10px;
                      }

                      &:hover {
                          color: #fff;
                          &:before {
                              content: "";
                              background: var(--blue);
                          }
                      }
                  }
              }

              ul {
                  flex-direction: column;
                  li {
                  line-height: 40px;
                  position: relative;
                  }
              }
          }
      }

      ul.MainNavigationMob{
          a {
              font-family: 'Montserrat', sans-serif;
              font-size: 13px;
              text-transform: uppercase;
              font-weight: 700;
              color: #fff;
              padding-top: 5px;
              padding-bottom: 5px;
              
              &.Active{
                  color: #009DBB;
              }

              &.DisabledLink{
                cursor: default;
              }
          }

          .toggle-first-level, .toggle-sec-level{
              width: 40px;
              height: 40px;
              cursor: pointer;
              padding-top: 12px;
          }

          .toggle-sec-level{
            padding-top: 5px;
          }
          

          li.first-level-holder{
              padding: 10px 0 5px 0;
              border-bottom: 1px solid rgba(179, 179, 179, 0.2);

              .Item{
                  display: flex;
                  gap: 30px;
                  align-items: flex-start;
                  justify-content: space-between;
                  padding:  0px 0;


                  img.tog-img {
                      transition: 0.3s ease-in-out;
                      padding-left: 10px;
                      padding-right: 10px;
                  }

                  a{
                    min-height: 40px;
                    line-height: 30px;
                  }
              }

              .Dropdown{
                  display: block; 
                  padding-left: 30px;
                  margin-top: 0px;

                  section.second-level-holder{
                      max-height: 0;
                      opacity: 0;
                      padding-bottom: 0;
                      margin-top: 0px;

                      transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease, margin 0.5s;

                        &:not(:last-child){
                          border-bottom: 1px solid rgba(179, 179, 179, 0.2);
                      }

                      h4{
                          display: flex;
                          visibility: collapse;
                          gap: 30px;
                          max-height: 0;
                          opacity: 0;
                          padding: 0;
                          transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
                          margin:0;
                          align-items: flex-start;
                          justify-content: space-between;

                          a, div{
                            max-height: 0;
                          }

                          &.Active{
                              max-height: 100px;
                              opacity: 1;
                              visibility: visible;
                              /* padding-top: 10px; */
                              /* padding-bottom: 10px; */

                              a, div{
                                max-height: 100px;
                                min-height: 40px;
                                line-height: 30px;
                              }
                          }

                          img.tog-img {
                              transition: 0.3s ease-in-out;
                              padding-left: 10px;
                              padding-right: 10px;
                          }
                      }

                      ul{
                          padding-left: 30px;
                          /* margin-top: 10px; */

                          li{
                              max-height: 0;
                              opacity: 0;
                              padding: 0;

                              transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
                              border-bottom: 1px solid rgba(179, 179, 179, 0.2);

                              &.Active{
                                  max-height: 30px;
                                  opacity: 1;
                                  padding: 15px 0 30px 0;
                              }
                              &:last-child{
                                  border-bottom: none;;
                              }
                              a{
                                text-transform: none;
                                font-weight: 500;
                                max-height: 0;
                                display: none;
                              }
                          }                     
                      }

                      &.Expanded {
                          h4{
                              visibility: visible;
                              max-height: 100px;
                              opacity: 1;
                              padding-top: 10px;
                              padding-bottom: 10px;
                              border-bottom: 1px solid rgba(179, 179, 179, 0.2);

                              img.tog-img {
                                  transform: rotate(180deg);
                              }

                              a, div{
                                max-height: 100px;
                                min-height: 40px;
                                line-height: 30px;
                              }
                          }

                          ul li{
                              max-height: 100px;
                              opacity: 1;
                              padding: 10px 0 10px 0;

                              a{
                                max-height: 100px;
                                display: block;
                              }
                          }
                      }

                      &.Active{
                          max-height: 600px;
                          opacity: 1;
                          /* border-bottom: none; */
                          
                          /* h4{
                              border-bottom: 1px solid rgba(179, 179, 179, 0.2); 
                          } */
                      }
                      
                  }

                  &.Active{
                      max-height: 600px;
                      opacity: 1;
                      margin-top: 10px;
                  }   
              }

              &.Expanded{
                  .Item{
                      border-bottom: 1px solid rgba(179, 179, 179, 0.2);
                      padding-bottom: 10px; 

                      img.tog-img {
                          transform: rotate(180deg);
                      }
                  }
                  .Dropdown{
                      section.second-level-holder{
                          max-height: 600px;
                          opacity: 1; 
                          margin-top: 10px;

                          h4{
                              visibility: visible;
                              max-height: 100px;
                              opacity: 1;
                              /* padding-top: 10px; */
                              padding-bottom: 5px;

                              a, div{
                                max-height: 100px;
                                min-height: 40px;
                                line-height: 30px;
                              }
                          }                       
                      }
                  }
              }

              &.Active{
                  .Item{
                      border-bottom: 1px solid rgba(179, 179, 179, 0.2);
                      padding-bottom: 10px;
                  }
              }

              &.Active:not(.second-level-active) {
                  .Item{
                      border-bottom: none;
                  }
              }

              &.Active:not(.Expanded){
                  .Dropdown   section.second-level-holder:not(.Expanded):not(.third-level-active) h4{
                      border: none;
                  }
                  .Dropdown   section.second-level-holder:not(.Expanded){
                      border: none;
                  }
              }
          }
      }
    }
}

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

  .mobile-nav .toggle-dropdown{
    background: none;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
  }
    header.header.user {
        background-color:black;
    }

    header.header {
        height: 60px ;
        min-height: 60px;
        .left-nav-holder, .right-nav-holder {
            gap: 0px;
        }

        .logo{
          img{
            width: 80px;
          }
        }
    }
}

/** end New header and menu */

.header nav .toggle-btn  .dropdown.fav-programs {
    position: absolute;
    right: -16px;
    top: 100%;
    background: #fff;
    min-width: 316px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 0
}

.header nav .toggle-btn  .dropdown.fav-programs:after {
    content: '';
    position: absolute;
    top: -8px;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent
}

.header nav .toggle-btn  .dropdown.fav-programs.active {
    visibility: visible;
    opacity: 1
}

.header nav .toggle-btn  .dropdown.fav-programs ul {
    height: 270px;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px
}

.header nav .toggle-btn  .dropdown.fav-programs ul li {
    width: 100%;
    padding: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header nav .toggle-btn  .dropdown.fav-programs ul li .label {
    margin: 0 0 15px;
    color: #1f2630;
    font-family: "HK Grotesk";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.header nav .toggle-btn  .dropdown.fav-programs ul li+li {
    min-height: 78px;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.header nav .toggle-btn  .dropdown.fav-programs ul li+li .img-wrapper {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    background-color: #ededed
}

.header nav .toggle-btn  .dropdown.fav-programs ul li+li .close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.header nav .toggle-btn  .dropdown.fav-programs ul li+li .close path {
    fill: rgba(0,0,0,.5)
}

.header nav .toggle-btn  .dropdown.fav-programs ul li+li .info {
    margin: 0
}

.header nav .toggle-btn  .dropdown.fav-programs ul li+li .info .name {
    display: block
}

.header nav .toggle-btn  .dropdown.fav-programs ul li+li .info .location {
    padding-top: 0
}

.header nav .toggle-btn  .dropdown.fav-programs ul li+li .info .location img {
    margin-right: 5px;
    width: 9px;
    height: 12px
}

.header nav .toggle-btn  .dropdown.fav-programs ul li:hover {
    border-color: #ddd8d8
}

.header nav .toggle-btn  .dropdown.fav-programs ul li:hover .close {
    opacity: 1;
    z-index: 1
}

.header nav .toggle-btn  .dropdown.fav-programs .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header nav .toggle-btn  .dropdown.fav-programs .buttons a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    text-decoration: none;
    margin: 0;
    line-height: 45px;
    text-align: center;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f2f2f2;
    color: #323131;
    padding: 0
}

.header nav .toggle-btn .dropdown.fav-programs .buttons a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    text-decoration: none;
    margin: 0;
    line-height: 45px;
    text-align: center;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f2f2f2;
    color: #323131;
    padding: 0;
    border: none;
}

.header nav .toggle-btn .dropdown.fav-programs .buttons a.blue {
    background-color: #009dbb;
    color: #fff
}



.header nav .toggle-btn .dropdown.language {
    position: absolute;
    right: -16px;
    top: 100%;
    background: #171a1f;
    padding: 15px;
    min-width: 234px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.header nav .toggle-btn .dropdown.language:after {
    content: '';
    position: absolute;
    top: -8px;
    right: 28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #171a1f transparent
}

.header nav .toggle-btn .dropdown.language.active {
    visibility: visible;
    opacity: 1
}

.header nav .toggle-btn .dropdown.language ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header nav .toggle-btn .dropdown.language ul li {
    margin: 3px 0
}

.header nav .toggle-btn .dropdown.language ul li a {
    padding: 7px 10px;
    color: #bebebe;
    font-family: "HK Grotesk";
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block
}

.header nav .toggle-btn .dropdown.language ul li a:hover {
    color: #fff
}

