/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* Uncomment and set these variables to customize the grid. */
/*grid with 12 colm*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  position: relative;
  max-width: 1176px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.container--mt {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .container--mt {
    margin-top: 25px;
  }
}

.container-angular {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 60px;
  padding-top: 60px;
}
@media (min-width: 767px) {
  .container-angular {
    margin: 0 auto 80px;
    padding-top: 60px;
  }
}
.container-angular--padding {
  padding-left: 15px;
  padding-right: 15px;
}

.full-content, .media-block__video iframe, .media-block__image iframe, .media-block__video:after, .media-block__image:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col {
  max-width: 100%;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 15px;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

/*col-xs-1 to col-xs-12*/
.col-xs-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/*col-xs-offset-1 to col-xs-offset-12*/
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

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

.middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

/*768px*/
@media (min-width: 768px) {
  /*col-sm-1 to col-sm-12*/
  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /*col-sm-offset-1 to col-sm-offset-12*/
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
/*992px*/
@media (min-width: 992px) {
  /*col-md-1 to col-md-12*/
  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /*col-md-offset-1 to col-md-offset-12*/
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
/*1200*/
@media (min-width: 1200px) {
  /*col-lg-1 to col-lg-12*/
  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /*col-lg-offset-1 to col-lg-offset-12*/
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.check-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
.check-list li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFC800;
  transform: rotate(45deg);
}
.check-list--green li:after {
  border-color: #47a247;
}
.check-list--blue li:after {
  border-color: #0046b4;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .node-city-full__field-media-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .node-city-full__field-media-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .media-section #school-location-cta a, .media-section .btn-action a {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .media-section #school-location-cta a + .btn, .media-section .btn-action a + .btn {
      margin-top: 10px;
    }
  }
  .media-section #school-location-cta a:focus, .media-section .btn-action a:focus {
    outline: none;
  }
  .media-section #school-location-cta a:hover, .media-section .btn-action a:hover {
    color: #fff;
  }
  .media-section #school-location-cta a:disabled, .media-section .btn-action a:disabled, .media-section #school-location-cta a.disabled, .media-section .btn-action a.disabled, .media-section #school-location-cta a[disabled], .media-section .btn-action a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .media-section #school-location-cta a, .media-section .btn-action a {
    padding: 12px 24px;
    font-size: 14px;
  }
  .media-section #school-location-cta a, .media-section .btn-action a {
    background-color: #0046b4;
    color: #fff;
  }
  .media-section #school-location-cta a:hover, .media-section .btn-action a:hover {
    background-color: #336bc3;
  }
  .media-section #school-location-cta a:active, .media-section .btn-action a:active, .media-section #school-location-cta a.active, .media-section .btn-action a.active {
    background-color: #002a6c;
  }
  .media-section .btn-action a:nth-last-of-type(1):nth-of-type(2) {
    background-color: transparent;
  }
  .media-section .btn-action a:nth-last-of-type(1):nth-of-type(2) {
    box-shadow: inset 0 0 0 1px #0046b4;
    color: #0046b4;
  }
  .media-section .btn-action a:hover:nth-last-of-type(1):nth-of-type(2), .media-section .btn-action a:active:nth-last-of-type(1):nth-of-type(2), .media-section .btn-action a.active:nth-last-of-type(1):nth-of-type(2) {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #336bc3;
    color: #336bc3;
  }
  .media-section .btn-action a.btn-invert:nth-last-of-type(1):nth-of-type(2) {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .media-section .btn-action a.btn-invert:hover:nth-last-of-type(1):nth-of-type(2), .media-section .btn-action a.btn-invert:active:nth-last-of-type(1):nth-of-type(2), .media-section .btn-action a.btn-invert.active:nth-last-of-type(1):nth-of-type(2) {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #0046b4;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
@media (min-width: 768px) {
  .node-city-full__field-title h1,
.node-city-full__field-title .tit-page {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .node-city-full__field-title {
    -webkit-box-flex: 1;
    flex: 1 100%;
  }
}
.node-city-full__field-media-description {
  max-width: 950px;
}
@media (min-width: 768px) {
  .node-city-full__field-media-description {
    -webkit-box-flex: 1;
    flex: 1 48%;
  }
}
.node-city-full__field-media-description p {
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
}
.node-city-full__field-media-description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .node-city-full__field-media-description p {
    font-size: 18px;
    line-height: 1.3;
  }
}
.node-city-full__field-media-description a {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .node-city-full__field-media-description a {
    font-size: 18px;
    line-height: 1.3;
  }
}

.media-section {
  margin: 0 auto 25px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .media-section {
    margin: 0 auto 25px;
    padding-top: 60px;
  }
  .media-section .container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
.media-section .btn-action {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .media-section .btn-action {
    margin-top: 0;
    margin-left: 130px;
  }
}
.media-section .btn-action a {
  display: block;
  padding: 12px 32px;
  text-align: center;
  text-transform: uppercase;
}
.media-section .btn-action a + a {
  margin-top: 10px;
}
.media-section #school-location-cta {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .media-section #school-location-cta {
    display: none;
  }
}
.media-section #school-location-cta a {
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .media-section #school-location-cta a {
    max-width: 100%;
  }
  [class*=general-information-right] .media-section #school-location-cta a {
    min-width: 264px;
  }
}

.media-block {
  position: relative;
  max-width: 1590px;
  margin: 30px auto 0;
  padding: 0 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .media-block {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
}
.media-block:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  height: 1px;
  width: 100%;
  max-width: 1176px;
  background-color: #aaa;
  transform: translateX(-50%);
}
.media-block__video, .media-block__image {
  position: relative;
  height: 194px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.media-block__video:after, .media-block__image:after {
  content: "";
  cursor: pointer;
  background: rgba(0, 0, 0, 0.01);
}
@media (min-width: 768px) {
  .media-block__video, .media-block__image {
    height: 100%;
    -webkit-box-flex: 1;
    flex: 1 50%;
    width: calc(50% - 8px);
    max-width: 772px;
  }
}
.media-block__video *:not(.contextual):not(.oembed-lazyload__yt-spinner):not(.oembed-lazyload__yt-icon), .media-block__image *:not(.contextual):not(.oembed-lazyload__yt-spinner):not(.oembed-lazyload__yt-icon) {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.media-block__video .oembed-lazyload__yt-icon, .media-block__image .oembed-lazyload__yt-icon {
  width: 68px;
  height: 48px;
}
.media-block__video + .media-block__image-gallery, .media-block__image + .media-block__image-gallery {
  margin-top: 16px;
}
.media-block__video + .media-block__image-gallery > button, .media-block__image + .media-block__image-gallery > button {
  border: none;
}
@media (min-width: 768px) {
  .media-block__video + .media-block__image-gallery, .media-block__image + .media-block__image-gallery {
    -webkit-box-flex: 1;
    flex: 1 50%;
    width: calc(50% - 8px);
    max-width: 772px;
    margin-left: 16px;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .media-block__video + .media-block__image-gallery > button > div > .media-container:first-child, .media-block__image + .media-block__image-gallery > button > div > .media-container:first-child {
    display: block;
  }
}
.media-block__image-gallery {
  position: relative;
  display: flex;
  cursor: pointer;
}
.media-block__image-gallery > button.media-block__image-gallery-button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.media-block__image-gallery > .gallery-items {
  display: flex;
  flex: 1 0 100%;
  height: 50%;
  gap: 16px;
}
.media-block__image-gallery > .gallery-items .gallery-items__button {
  border: none;
  background-color: transparent;
}
.media-block__image-gallery > .gallery-items .gallery-items__button > .media-container {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.hide-highlights-map .media-block__image-gallery > .gallery-items .gallery-items__button > .media-container {
  height: 100%;
}
.media-block__image-gallery > .gallery-items .gallery-items__button > .media-container + .media-container {
  margin-left: 16px;
}
.media-block__image-gallery > .gallery-items .gallery-items__button > .media-container * {
  width: 100%;
  height: 100%;
}
.media-block__image-gallery > .gallery-items .gallery-items__button > .media-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .media-block__image-gallery > .gallery-items > .media-container {
    -webkit-box-flex: 1;
    flex: 1 50%;
    width: calc(50% - 4px);
    height: 112px;
    overflow: hidden;
  }
  .media-block__image-gallery .media-container + .media-container {
    margin-left: 8px;
  }
}
.media-block__image-gallery .school-location-container, .media-block__image-gallery .media-block__image-bottom {
  width: 100%;
  flex-grow: 1;
  height: calc(50% - 16px);
  margin-top: 16px;
  border-radius: 15px;
  overflow: hidden;
}
.media-block__image-gallery .school-location-container.full-map, .media-block__image-gallery .media-block__image-bottom.full-map {
  height: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .media-block__image-gallery .school-location-container, .media-block__image-gallery .media-block__image-bottom {
    display: none;
  }
}
.media-block__image-gallery-number {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  min-width: 50px;
  height: 32px;
  padding: 7px 10px;
  border: none;
  border-radius: 20px;
  background: #0046b4;
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .media-block__image-gallery-number span {
    display: none;
  }
}

.media-block-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: none;
  height: 0;
  background: #020202;
  pointer-events: none;
  overflow: auto;
}
.media-block-modal--open {
  opacity: 1;
  height: 100vh;
  padding: 0;
  z-index: 999;
  pointer-events: initial;
}
@media (min-width: 768px) {
  .media-block-modal--open {
    padding: 25px;
  }
}
.media-block-modal__content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 15px 15px;
}
.media-block-modal__content .node-city-full__field-subtitle, .media-block-modal__content .node-city-full__field-title h1, .media-block-modal__content .node-city-full__field-title .tit-page,
.media-block-modal__content .node-school-full__field-subtitle,
.media-block-modal__content .node-school-full__field-title h1,
.media-block-modal__content .node-school-full__field-title .tit-page {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
.media-block-modal__content .node-city-full__field-title .tit-page, .media-block-modal__content .node-city-full__field-title h1, .media-block-modal__content .node-city-full__field-title,
.media-block-modal__content .node-school-full__field-title .tit-page,
.media-block-modal__content .node-school-full__field-title h1,
.media-block-modal__content .node-school-full__field-title {
  margin-bottom: 5px;
}
.media-block-modal__content .node-city-full__field-city-name, .media-block-modal__content .node-city-full__field-title,
.media-block-modal__content .node-school-full__field-city-name,
.media-block-modal__content .node-school-full__field-title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.media-block-modal .btn-close {
  width: 45px;
  height: 45px;
  margin-bottom: 30px;
  border: 2px solid #FFFCFC;
  background: none;
}
.media-block-modal .btn-close:after, .media-block-modal .btn-close:before {
  height: 25px;
  background: #fff;
}
.media-block-modal__tab {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.media-block-modal__tab ul {
  list-style: none;
}
.media-block-modal__tab ul li {
  display: inline-flex;
  margin-right: 15px;
}
.media-block-modal__tab ul li a {
  display: block;
  opacity: 0.4;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  outline: none;
}
.media-block-modal__tab ul li a span {
  display: inline-block;
}
.media-block-modal__tab ul li a:hover {
  opacity: 1;
}
.media-block-modal__tab ul li a.active {
  opacity: 1;
}
.media-block-modal__tab ul li a .icon {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  margin-right: 3px;
}
.media-block-modal__tab ul li a .icon--map {
  top: 1px;
}
.media-block-modal__tab-content {
  margin-top: 15px;
}
.media-block-modal__tab-content .container {
  height: 506px;
  padding: 0;
}
@media (max-width: 480px) {
  .media-block-modal__tab-content .container {
    height: 50vh;
  }
}
.media-block-modal__tab-content .container .school-location {
  height: 506px;
}
.media-block-modal__tab-content .container.video *:not(.contextual):not(.oembed-lazyload__yt-spinner):not(.oembed-lazyload__yt-icon):not(#map *), .media-block-modal__tab-content .container.map *:not(.contextual):not(.oembed-lazyload__yt-spinner):not(.oembed-lazyload__yt-icon):not(#map *) {
  width: 100%;
  height: 100%;
}
.media-block-modal__tab-content .container.video img, .media-block-modal__tab-content .container.map img {
  display: block;
  object-fit: cover;
}
.media-block-modal__tab-content .container.video .oembed-lazyload__button--hidden, .media-block-modal__tab-content .container.map .oembed-lazyload__button--hidden {
  height: 0;
}
.media-block-modal__tab-content .container.video .oembed-lazyload__yt-icon, .media-block-modal__tab-content .container.map .oembed-lazyload__yt-icon {
  width: 68px;
  height: 48px;
}
.media-block-modal__tab-content .container.photo .media-slider {
  height: 100%;
  width: 100%;
}
.media-block-modal__tab-content .container.photo .swiper-container {
  max-width: 900px;
}
.media-block-modal__tab-content .container.video .field--name-field-remote-video:after {
  display: none;
}
.media-block-modal__tab-content .container .media-slider .swiper-pagination-fraction {
  top: 100%;
  right: auto;
  left: 50%;
  width: auto;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .media-block-modal__tab-content .container .media-slider .swiper-pagination-fraction {
    top: -72px;
    right: 0;
    left: auto;
    margin-top: 0;
    transform: translateY(0);
  }
}
.media-block-modal__tab-content .container .media-slider .swiper-pagination-fraction .swiper-pagination-current {
  color: #fff;
  font-size: 18px;
}
.media-block-modal__tab-content .container .media-slider__navigation {
  width: auto;
  height: auto;
  font-size: 0;
}
.media-block-modal__tab-content .container .media-slider__navigation .swiper-button-next,
.media-block-modal__tab-content .container .media-slider__navigation .swiper-button-prev {
  width: 24px;
  height: 48px;
  border: none;
  color: #fff;
  background-color: unset;
}
.media-block-modal__tab-content .container .media-slider__navigation .swiper-button-next:after,
.media-block-modal__tab-content .container .media-slider__navigation .swiper-button-prev:after {
  content: "";
  display: block;
  width: 24px;
  height: 48px;
  font-family: none;
  background: url("../../../images/icons/line-arrow-left.svg") center no-repeat;
  background-size: 48px;
}
.media-block-modal__tab-content .container .media-slider__navigation .swiper-button-next {
  right: 10px;
  left: auto;
}
.media-block-modal__tab-content .container .media-slider__navigation .swiper-button-next:after {
  background: url("../../../images/icons/line-arrow-right.svg") center no-repeat;
  background-size: 48px;
}
@media (min-width: 768px) {
  .media-block-modal__tab-content .container .media-slider__navigation .swiper-button-next {
    right: -25px;
  }
}
.media-block-modal__tab-content .container .media-slider__navigation .swiper-button-prev {
  right: auto;
  left: 10px;
}
@media (min-width: 768px) {
  .media-block-modal__tab-content .container .media-slider__navigation .swiper-button-prev {
    left: -25px;
  }
}
.media-block-modal__tab-content .container .swiper-container {
  position: static;
  width: 100%;
  height: 100%;
}
.media-block-modal__tab-content #school-location-gallery, .media-block-modal__tab-content #school-location-gallery .school-location {
  height: 506px;
  width: 100%;
}
@media (max-width: 767px) {
  .media-block-modal__tab-content {
    margin-top: 0;
  }
}
.media-block-modal .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.media-block-modal .swiper-slide .media-container {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.media-block-modal .swiper-slide .media-container > div:not(.contextual) {
  width: 100%;
  height: 100%;
}
.media-block-modal .swiper-slide .media-container > div:not(.contextual) img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*# sourceMappingURL=schools-media-gallery.css.map */
