@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.main--courses {
  padding-bottom: 0; }
  .main--courses .content {
    padding-bottom: 0;
    margin-bottom: 0; }
  .main--courses .content__title {
    margin-bottom: 0; }

.courses__grid__container {
  display: flow-root;
  margin: 0 auto;
  padding: 4em 5% 4em;
  position: relative;
  z-index: 1; }
  @media all and (min-width: 1409.7px) {
    .courses__grid__container {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.courses__grid {
  width: 100%;
  position: relative;
  z-index: 3;
  color: #363636; }

.courses__grid__item {
  position: relative;
  padding: 2em;
  background: #F8F8F8;
  margin: 0 0 2em;
  font-weight: 600;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); }

.courses__grid__top {
  font-family: "Avenir Next", sans-serif; }

.courses__grid__school {
  margin: 0 0 0.7em; }

.courses__grid__title {
  font-weight: 800;
  margin: 0 0 1em; }

.courses__grid__details {
  font-size: 0.875em;
  font-family: "Avenir Next", sans-serif; }
  .courses__grid__details p {
    margin: 5px 0 0; }
  .courses__grid__details p:empty {
    display: none; }

.courses__grid__intro {
  padding: 1.6em 0;
  font-weight: 400; }
  .courses__grid__intro p {
    margin: 0;
    line-height: 1.6;
    overflow: hidden;
    max-height: 10em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }

.courses__grid__link {
  position: relative;
  display: inline-block;
  padding: .5em 0;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  .courses__grid__link:before {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 3px;
    background-color: #213B66;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
  .courses__grid__link:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

@-webkit-keyframes loading {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes loading {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@-webkit-keyframes loading2 {
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes loading2 {
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@-webkit-keyframes loading3 {
  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

@keyframes loading3 {
  75% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }

.courses__grid__container {
  position: relative;
  min-height: 510px; }
  .courses__grid__container.vac__loading > svg {
    visibility: visible;
    opacity: 1; }
  .courses__grid__container.vac__loading .courses__grid {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32); }
  .courses__grid__container.vac__loading .courses__grid:after {
    visibility: visible;
    opacity: 1; }
  .courses__grid__container .courses__grid {
    min-height: 430px;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s; }
  .courses__grid__container .courses__grid:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #F8F8F8;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    max-width: 1270px;
    margin: 0 auto;
    border-radius: 17px;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s; }
  .courses__grid__container > svg {
    z-index: 5;
    position: absolute;
    top: 260px;
    left: 0;
    right: 0;
    height: 25px;
    margin: 0 auto;
    overflow: visible;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s; }
    .courses__grid__container > svg path {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      transform-box: fill-box; }
      .courses__grid__container > svg path:nth-child(1) {
        -webkit-animation: 1s ease-in-out infinite loading;
        animation: 1s ease-in-out infinite loading; }
      .courses__grid__container > svg path:nth-child(2) {
        -webkit-animation: 1s ease-in-out infinite loading2;
        animation: 1s ease-in-out infinite loading2; }
      .courses__grid__container > svg path:nth-child(3) {
        -webkit-animation: 1s ease-in-out infinite loading3;
        animation: 1s ease-in-out infinite loading3; }

@media all and (min-width: 725px) {
  .courses__grid__container {
    padding-top: 5em;
    padding-bottom: 5em; }
  #courses__grid__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    gap: 1em; }
  .courses__grid__item {
    width: calc(50% - 1em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0; }
  .courses__grid__intro {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .courses__grid__link {
    -ms-flex-item-align: start;
    align-self: flex-start; } }

@media all and (min-width: 1100px) {
  #courses__grid__list {
    gap: 2em; }
  .courses__grid__item {
    width: calc(33.3333% - 2em);
    padding: 2.125em; } }

.single__vacancy__inner {
  background-color: #fff;
  padding: 2em;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12); }

.single__vacancy__inner__item span {
  font-weight: 600;
  text-transform: uppercase;
  color: #213B66;
  display: block;
  margin: 0 0 .5em;
  font-size: 0.875em; }

.single__vacancy__inner__item h5, .single__vacancy__inner__item #admin__role {
  font-weight: 400;
  font-size: 1.25em;
  margin: 0 0 1em; }

.single__vacancy__inner__item #admin__intro {
  width: 100%; }

@media all and (min-width: 850px) {
  .main--vacancyItem .main__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.custom__edit.vacancies__tip span {
  text-transform: lowercase; }
