/*General*/ 
.more-link {
    margin: 0;
    padding: 0;
}

a {
    color: var(--dark-blue);
}


/*.view-header>* {
    margin-bottom: 3rem;
}*/
.view-header .title {
    color: #fff;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 3rem;
    font-size: var(--font-xl);
    text-transform: uppercase;
}

/*.view-header .title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 0;
    transform: translateX(0);
    background-color: #bac5c6;
    height: 1px;
    width: 33.333333%;
}*/

.views-exposed-form label {
    color: var(--blue);
    text-transform: uppercase;
    font-family: var(--lato);
    font-size: var(--font-m);
    font-weight: bold;
    margin-right: 1rem;
}

.views-exposed-form label+* {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.views-exposed-form .form--inline {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*    margin-left: -8px;
    margin-right: -8px;*/
    margin-bottom: 1rem;
}

.views-exposed-form .form--inline::after {
    content: normal;
}

.views-exposed-form .form-control {
    /*    background-color: var(--grey) !important;
    font-size: var(--font-s);
    font-family: var(--lato);
    border-bottom: 0;
    font-weight: 600;
    color: var(--dark-grey);*/
    border: 1px solid var(--dark-grey);
}

.views-exposed-form .form--inline>* {
    /*flex: 0 0 auto;*/
    order: 2;
    /*    padding-left: 8px;
    padding-right: 8px;*/
    margin-right: 0;
}

/*.views-exposed-form .form--inline>.form-item-year {
    order: 1;
}*/

.views-exposed-form .form-type-textfield {
    position: relative;
}

.views-exposed-form .form-type-textfield::before {
    content: '\f002';
    font-weight: 900;
    font-family: var(--awesomeF);
    color: var(--dark-grey);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.views-exposed-form .form-type-textfield input {
    padding-right: 2rem;
}

/*.bef-exposed-form .form--inline>.form-item {
    float: none;
    width: 100%;
    margin: .5rem 0;
}*/

.bef-exposed-form .form-radios .form-item input {
    display: none;
}

.bef-exposed-form .form-radios .form-item label {
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    padding: .5rem;
}

.bef-exposed-form .form-radios .form-item.isChecked label {
    color: var(--orange);
}

/*.path-search h2 {
    margin-top: 30px;
}*/

.pager ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: var(--lato);
    margin-bottom: 0;
}

.pager ul>li {
    border: 0 border-radius: 0;
    background-color: transparent;
    flex: 0 0 auto !important;
    padding: 0 !important;
    margin-right: 10px;
}

.pager ul>li:not(:first-child) {
    margin-left: -2px !important;
}

.pager .page-item.active .page-link {
    background-color: var(--orange);
    color: #fff;
    border: none;
    border-radius: 50%;
}

.pager ul>li>a {
    color: var(--body-color);
    display: block;
    font-weight: bold;
    padding: .7rem 1.1rem;
    border: 1px solid #E6E6E6;
    border-radius: 50px;
}

.pager__item--first a,
.pager__item--previous a,
.pager__item--next a,
.pager__item--last a {
    border: none !important;
}

.pager__item--first .page-link:hover,
.pager__item--previous a:hover,
.pager__item--next a:hover,
.pager__item--last a: hover,
.page-link:hover {
    background-color: none !important;
}

.page-item.disabled .page-link {
    border: none;
}

.path-search .region-content .search-form {
    display: none;
}

.path-search .region-content h2 {
    text-align: center;
}


.search-result__snippet strong {
    color: var(--dark-blue);
}

.search-results li {
    border-bottom: 1px solid var(--dark-grey) !important;
    margin-bottom: 30px;
    margin-left: 0;
}

.v-label {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.v-wrapper {
    font-family: var(--lato);
    height: 100%;
    color: initial;
}

.v-wrapper:hover {
    text-decoration: none;
    color: initial;
}

.v-wrapper>.v-image {
    margin-bottom: 1rem;
}

/*.v-wrapper>.v-desc .v-title {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}*/

.v-title {
    font-size: var(--font-m);
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.v-icon-wrapper {
    margin-bottom: 2rem;
    display: flex;
    align-items: flex-start;
}

.v-icon-wrapper::before {
    font-weight: 900;
    color: #fff;
    border: 2px solid #fff;
    padding: 0.5rem;
    border-radius: 100%;
    display: inline-flex;
    width: 2.8rem;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.v-grouping:not(:last-child) {
    margin-bottom: 4rem;
}

.v-grouping-title {
    color: var(--dark-red);
}

.v-grouping-title>* {
    text-transform: none;
    letter-spacing: 0;
}

.v-image-wrapper {
    position: relative;
    color: #fff;
    font-family: var(--lato);
}


.v-image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to top, #000, transparent);
    opacity: .7;
    z-index: 1;
}

.v-image-wrapper .v-title {
    font-weight: bold;
    margin-bottom: 0;
}

.v-image-wrapper .v-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8% 7%;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
}

.v-image-wrapper .v-desc .v-body {
    overflow: hidden;
    transition: .2s ease-in-out;
    margin: 0;
}

.v-image-wrapper .v-desc .v-body>* {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.v-image-wrapper:hover .v-desc .v-body {
    margin: 1rem 0;
}

.v-image-wrapper:hover .v-desc .v-body>* {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.v-image-wrapper .v-desc a {
    color: #fff;
}

.v-image-wrapper .v-link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.v-image-wrapper .v-link>a {
    margin: 0;
}

.v-image-wrapper:hover .v-link {
    opacity: 1;
    visibility: visible;
}

.v-image-wrapper:hover .v-link>a {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.v-images {
    position: relative;
}

.v-images .v-hidden-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease-in-out;
}


.v-images:hover .v-hidden-image {
    opacity: 1;
    visibility: visible;
}

.v-file-wrapper {
    padding: 3rem 2rem;
    background-color: var(--grey);
    height: 100%;
    background-image: url(/sites/default/files/dev/sis-semi-transparent.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.v-file-wrapper .v-desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.v-file-wrapper .v-title {
    color: var(--dark-red);
}

.v-file-wrapper .v-date-source {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--blue);
    font-size: var(--font-xs);
    list-style: none;
    font-weight: 500;
}

.v-file-wrapper .v-date-source>* {
    margin-right: 2rem;
}

.v-file-wrapper .v-date-source>*::before {
    font-family: var(--awesomeF);
    margin-right: .5rem;
    font-size: 1rem;
    font-weight: 900;
}

.v-file-wrapper .v-date-source .v-date::before {
    content: "\f133";
}

.v-file-wrapper .v-date-source .v-source::before {
    content: "\f1ea";
}

.v-accordion .v-grouping {
    margin-bottom: 0;
}

.v-accordion .v-grouping:first-child .v-grouping-content {
    display: block;
}

.v-accordion .v-grouping-title {
    border: 1px solid #E8E8E8;
    padding: 1.5rem 4rem 1.5rem 2rem;
    cursor: pointer;
    position: relative;
}

.v-accordion .v-grouping-title>* {
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.v-accordion .v-grouping-title::after {
    content: "";
    background-image: url('/sites/default/files/dev/i-chevron-down.svg');
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: .5s ease;
}


.v-accordion .v-grouping-title.active::after {
    transform: translateY(-50%) rotate(-180deg);
}

.v-accordion .v-grouping-title.active {
    background-color: var(--light-red);
}

.v-accordion .v-grouping-content {
    display: none;
    border: 1px solid #E8E8E8;
    border-top: 0;

}

.v-accordion .v-grouping-content .v-wrapper {
    padding: .5rem 0;
    margin: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}

.v-accordion .v-grouping-content .v-wrapper:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}

.v-date {
    color: var(--orange);
    margin-bottom: 1rem;
    font-weight: bold;
}

.v-image img {
    width: 100%;

}

/*.v-border .view-content>* {
    padding-top: 15px;
    padding-bottom: 15px;
}

.v-border .view-content {
    margin-top: -15px;
    margin-bottom: -15px;
}*/

/*Listing*/
.view.listing.type-c .v-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.view.listing.type-c .v-desc {
    padding: 2rem 2.5rem;
    color: #fff;
    max-width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.view.listing.type-c .v-desc .v-title {
    text-align: left;
}

.view.listing.type-c .v-desc a {
    color: #fff;
}


/*.view.listing.type-c .view-content .row>.column:nth-child(odd) .v-desc {
    background-color: var(--dark-blue);
}

.view.listing.type-c .view-content .row>.column:nth-child(even) .v-desc {
    background-color: var(--dark-red);
}*/

.view.listing.type-c .view-content .v-desc {
    background-color: var(--dark-red);
}


@media(max-width: 767px) {
    /*    .views-exposed-form .form--inline>* {
        flex: 0 0 100%;
        max-width: 100%;
    }*/

    .v-accordion .v-grouping-content .v-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media(max-width: 575px) {
    .v-icon-wrapper::before {
        font-size: 1rem;
    }

    .v-icon-wrapper>* {
        margin-left: 2rem;
    }
}

@media(min-width: 992px) {

    /*    .view.listing .view-filters,
    .view.listing .view-header,
    .view.listing .view-content,
    .view.listing .view-empty,
    .view.listing .view-footer {
        margin-left: calc(8.333333333% - 30px);
        margin-right: calc(8.333333333% - 30px);
    }

    .view.listing .view-content .listing-row {
        margin-left: -45px;
        margin-right: -45px;
    }

    .view.listing .view-content .listing-row>* {
        padding-left: 45px;
        padding-right: 45px;
    }*/

    .view.listing .view-content .listing-row .column {
        margin-bottom: 4rem;
    }

    .view.listing.type-c .listing-row .column {
        margin-bottom: calc(4rem - 50px);
    }

    /*    .view.listing.type-c .view-images,
    .view.listing.type-c .view-image {
        margin-right: 8.333333333%;
    }*/
    .view.listing.type-c .v-images {
        margin-right: 30px;
    }

    .view.listing.type-c .v-desc {
        width: 400px;
        transform: translateY(-50px);
        margin-left: auto
    }

}

/*Listing E*/
.listing-e .v-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.listing-e .v-wrapper .mfp-audio {
    margin-top: 0;
}

.listing-e .v-wrapper .mfp-audio::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: 0;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.listing-e .v-wrapper>.v-image {
    margin-bottom: 0;
}

/*.listing-e .v-wrapper .mfp-audio::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}*/

.listing-e .v-wrapper .mfp-audio:hover::before {
    opacity: 1;
}

/*.listing-e .v-images,
.listing-e .v-image {
    margin-bottom: 1rem;
}*/

.listing-e .v-images img,
.listing-e .v-image img {
    width: 100%;
}

.listing-e .v-title {
    margin-bottom: 0;
}

.listing-e .v-desc {
    background-color: var(--dark-blue);
    color: #fff;
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.listing-e .v-desc:hover {
    text-decoration: none;
}

.listing-e .v-desc a {
    color: #fff;
}

.listing-e .v-desc:hover {
    color: var(--orange);
}


.listing-e .v-remark {
    margin-top: .5rem;
}

.listing-e .v-remark>* {
    margin-bottom: 0;
}


/*Listing F*/
.listing-f .v-title {
    color: var(--dark-blue);
}


.listing-g .block-menu .navbar-nav {
    flex-direction: row;
}

.listing-g .block-menu .navbar-nav>li:not(:last-child)::after {
    content: "|";
    margin: 0 .3rem;
    display: inline-block;
}

.listing-g .block-menu .navbar-nav>li>a {
    display: inline-block;
    text-transform: uppercase;
}

/*Listing G*/
.listing-g .view-header>h1 {
    font-family: var(--avenir);
}

.listing-g .v-image {
    margin-bottom: 2rem;
}

.listing-g .col-left .view-filters {
    margin-bottom: 3rem;
}

.listing-g .col-left .view-filters .views-exposed-form .form--inline {
    justify-content: flex-start;
}

.listing-g .col-left .view-filters .views-exposed-form .form--inline>.form-item {
    width: 100%;
}

.listing-g .col-left .attachment .view-header>h4,
.listing-g .col-left .attachment .view-footer>h4 {
    font-family: var(--avenir);
    margin-bottom: 1rem;
}

.listing-g .col-left .attachment .view-content ul>li {
    margin-bottom: 1rem;
}

.listing-g .col-left .attachment .view-footer {
    margin-top: 5rem;
}

.listing-g .pager .pager__item:not(.pager__item--next):not(.pager__item--previous) {
    display: none;
}

.listing-g .pager ul>li>a {
    background-color: transparent;
    font-size: 0;
}

.listing-g .pager .pager__item--previous>a>span,
.listing-g .pager .pager__item--next>a>span {
    display: none;
}

.listing-g .pager .pager__item--previous>a::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    color: inherit;
}

.listing-g .pager .pager__item--next>a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    color: inherit;
}

@media(max-width: 767px) {
    .listing-g .view-header {
        flex-direction: column-reverse;
    }

    .listing-g .col-right {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*Listing H*/
.listing-h .view-content>.row {
    margin-left: -8px;
    margin-right: -8px;
}

.listing-h .view-content>.row>.column {
    padding-left: 8px;
    padding-right: 8px;
}

.listing-h .v-title {
    font-size: 1rem;
    color: var(--dark-blue);
    margin-bottom: .5rem;
}

/*Listing I*/
.listing-i .view-header {
    margin-bottom: 2rem;
}

.listing-i .v-wrapper {
    margin-bottom: 5rem;
}

.listing-i .media>img {
    margin-right: 3rem !important;
    width: 138px !important;
    height: 125px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.listing-i .v-university {
    color: var(--dark-blue);
    font-size: 1.375rem;
    font-weight: bold;
    padding-bottom: 1.5rem;
    position: relative;
}

.listing-i .v-title {
    font-size: var(--font-r);
    margin-bottom: 0.5rem;
}

.listing-i .v-remark {
    color: var(--orange);
    font-style: italic;
}

/*Listing J*/
.listing-j .v-image {
    position: relative;
}

.listing-j .v-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 2rem;
    background-color: transparent;
    color: #fff;
    transition: .25s all cubic-bezier(.455, .03, .515, .955) .16s;
    z-index: 2;
}

.listing-j .v-wrapper:hover .v-desc {
    background-color: var(--dark-blue);
    padding: 2rem;

}

.listing-j .v-title {
    font-size: var(--font-xr);
    color: var(--orange);
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.5rem;
    font-weight: 900;
}

.listing-j .v-image {
    overflow: hidden;
}

.listing-j .v-image img {
    transition: .25s transform cubic-bezier(.455, .03, .515, .955) .16s;
    transform: translateY(0);
}

.listing-j .v-wrapper:hover .v-image img {
    transform: translateY(-100px);
}

.listing-j .v-wrapper:hover .v-image:before {
    background-color: rgba(0, 0, 0, .6);
}

.listing-j .v-image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
    transition: .25s background-color cubic-bezier(.455, .03, .515, .955) .16s;

}

.listing-j .v-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    height: 1px;
    width: 40px;
    opacity: .38;
}

.listing-j .v-body {
    font-weight: 700;
}

.listing-j .v-link {
    font-size: var(--font-s);
    font-weight: 700;
}

/*Listing F*/
.listing-f .v-wrapper>img {
    filter: grayscale(1);
    transition: .25s all ease-in-out;
}

.listing-f .v-wrapper:hover>img {
    filter: grayscale(0);
}

/*Slideshow*/
.view-slideshow a:hover {
    color: #fff;
    text-decoration: none;
}

.view-slideshow .view-content {
    padding: 0;
    margin-bottom: 0;
}

.view-slideshow .jumbotron {
    height: 100vh;
}

.view-slideshow video {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.view-slideshow .desc-wrapper {
    padding-top: 10rem;
    z-index: 3;
}

.view-slideshow .slick-arrow::before {
    color: #fff;
    font-size: var(--font-r);
}

.view-slideshow .slick-prev {
    height: 100%;
    left: 0;
    padding: 0 5% 0 15px;
    background: linear-gradient(to right, rgba(0, 0, 0, .5), transparent);
}

.view-slideshow .slick-next {
    height: 100%;
    right: 0;
    padding: 0 15px 0 5%;
    background: linear-gradient(to left, rgba(0, 0, 0, .5), transparent);
}

.view-slideshow .slick-slide {
    padding: 0;
}

.view-slideshow .slider-title {
    font-size: var(--font-xl);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.view-slideshow .slick-dots {
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

@media(min-width: 576px) {
    .view-slideshow .slick-dots {
        max-width: 540px;
    }
}

@media(min-width: 768px) {
    .view-slideshow .slick-dots {
        max-width: 720px;
    }
}

@media(min-width: 992px) {
    .view-slideshow .slider-title {
        font-size: var(--font-xxl);
    }

    .view-slideshow .slick-dots {
        max-width: 960px;
    }
}

@media(min-width: 1200px) {
    .view-slideshow .slick-dots {
        max-width: 1140px;
    }
}

/*SLideshow A*/
/*.slideshow-A .slick-list {
    margin-left: calc(8.333333333% - 30px);
    margin-right: calc(8.333333333% - 30px);
}

.slideshow-A .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
}*/

/*Schools*/
.view-schools .v-wrapper {
    width: 100%;
}

.view-schools .v-wrapper .v-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.view-schools .v-wrapper>.v-desc .v-title {
    font-weight: 500;
    font-size: var(--font-l);
    text-align: left;
}

.view-schools .v-wrapper>.v-image {
    margin-bottom: 0;
}

.view-schools .v-wrapper .v-desc {
    padding: 30px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
}

.view-schools .v-wrapper .v-desc a {
    color: #fff;
}

/*.view-schools .view-content {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}*/

.view-schools .v-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.view-schools.front .view-content {
    justify-content: space-between;
}

.view-schools.front .v-title {
    font-size: var(--font-l);
    font-weight: 600;
}

.view-schools.front .v-wrapper:first-child {
    margin-top: 5.625rem;
}

.view-schools.front .v-wrapper:first-child .v-desc {
    background-color: var(--dark-red);
}

.view-schools.front .v-wrapper:last-child .v-desc {
    background-color: var(--dark-blue);
    margin-right: 15px;
}

.view-schools.contact .v-wrapper .v-desc {
    background-color: var(--dark-blue);
}

.view-schools.contact .v-phones-wrapper::before {
    content: '\f095';
    font-family: var(--awesomeF);
}

.view-schools.contact .v-address-wrapper::before {
    content: '\f3c5';
    font-family: var(--awesomeF);
}

.view-schools.contact .v-email-wrapper::before {
    content: '\f0e0';
    font-family: var(--awesomeF);
}

.view-schools.contact .v-hours-wrapper::before {
    content: '\f017';
    font-family: var(--awesomeF);
}

.view-schools.contact .v-phone ul {
    list-style: none;
    padding-left: 0;
}

.view-schools.contact .v-phone ul li {
    margin: 0;
}


.view-schools .v-subtitle {
    font-family: var(--lato);
    font-size: var(--font-xs);
    text-transform: uppercase;
    margin-bottom: .5rem;
    letter-spacing: 1px;
}

@media(min-width: 768px) {
    .view-schools.contact .v-wrapper {
        display: flex;
        flex-direction: column;
        height: inherit;
        margin-bottom: 8rem;
    }

    .view-schools.contact .v-wrapper.even>.row {
        flex-direction: row-reverse;
    }

    .view-schools.contact .v-wrapper .v-desc {
        flex: 1;
    }

    .view-schools.front .v-wrapper:first-child .v-image {
        margin-right: 8.333333333%;
    }
}


@media(min-width: 992px) {
    .view-schools.front .v-wrapper:first-child {
        width: 50%;
    }

    .view-schools.front .v-wrapper:last-child {
        width: 43%;
        margin-top: -3.5rem;
    }

    .view-schools.front .v-wrapper:last-child .v-image {
        height: 580px;
    }

    /*    .view-schools.contact .v-wrapper:first-child {
        width: 41.6666666667%;
        padding-right: 0;
    }*/

    /*    .view-schools.contact .v-wrapper:last-child {
        margin-left: 8.3333333333%;
        width: 41.6666666667%;
        padding-right: 0;
    }*/

    .view-schools.contact .v-wrapper .v-desc {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /*margin-top: 45px;*/
        min-width: calc(100% + 45px);
        /*margin-right: calc(-8.333333333% - 45px);*/
    }

    .view-schools.contact .v-wrapper.odd .v-desc {
        transform: translate(-45px, 45px);
        /*margin-right: calc(-8.333333333% - 45px);*/
    }

    .view-schools.contact .v-wrapper.even .v-desc {
        transform: translate(0, 45px);
        /*margin-right: calc(-8.333333333% - 45px);*/
    }

    /*    .view-schools .v-wrapper .v-desc {
        width: 340px;
        margin-top: -50px;
    }*/
}


@media(min-width: 1199px) {
    /*    .view-schools .v-wrapper .v-desc {
        width: 500px;
        margin-top: -50px;
    }*/
}

/*@media(max-width: 767px) {
    .view-schools .view-content {
        flex-direction: column;
    }
}*/

@media(max-width: 575px) {

    .view-schools .v-wrapper .v-desc {
        padding: 2rem 15px;
    }

    .view-schools.contact .v-address-wrapper::before {
        font-size: 1rem;
    }
}

/*Statistics*/
.view-statistics .view-content {
    font-family: var(--lato);
}

.view-statistics .v-icon {
    margin-bottom: 1rem;
}

.view-statistics .v-number span {
    font-size: var(--font-xxl);
    font-weight: bold;
}

.view-statistics .v-title {
    font-size: var(--font-s);
    font-weight: bold;
}

@media(min-width: 992px) {
    .view-statistics .v-wrapper {
        padding: 0 4rem;
    }
}

/*Testimonial*/
.view-testimonials .left-col {
    z-index: 1;
}

.view-testimonials .v-desc {
    padding: 4rem 2rem 2rem;
}

.view-testimonials .v-body {
    position: relative;
}

.view-testimonials .v-body:before {
    content: url('/sites/default/files/dev/i-quote.svg');
    position: absolute;
    right: 0;
    top: -45px;
}


.view-testimonials .v-title {
    font-size: var(--font-l);
    color: var(--blue);
    font-family: var(--marckscript);
}

.view-testimonials .v-remark {
    color: var(--blue);
    font-family: var(--lato);
}

@media(min-width: 768px) {
    .view-testimonials .row {
        height: 100%;
    }

    .view-testimonials .v-desc {
        padding: 4rem 7rem 6rem;
        margin-top: 2rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .view-testimonials .v-body:before {
        left: calc(100% + 30px);
        top: -15px;
    }
}

/*Latest News*/
.page-node-type-media .n-featured>.container {
    padding-top: 100px;
}

.view-medias.news .v-time-place {
    font-size: var(--font-xs);
    text-transform: uppercase;
    margin-bottom: .5rem;
    font-weight: bold;
    letter-spacing: 1px;
}

@media(max-width: 767px) {
    .view-medias.main .attachment-after { padding-left: 0 !important; }
}

/*Global Network*/
.view-global-network {
    position: relative;
}

.view-global-network .view-header>* {
    margin-bottom: 0;
}

.view-global-network .view-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.view-global-network .v-country {
    margin-bottom: .5rem;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .2s ease-in-out;
}

.view-global-network .v-marker {
    position: absolute;
    text-align: center;
    color: var(--yellow);
    text-transform: uppercase;
    font-family: var(--lato);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.5vw;
    color: #fff;
    cursor: pointer;
}

.view-global-network .v-marker:hover {
    color: var(--yellow);
}

.view-global-network .v-marker:hover .v-country {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.view-global-network .v-marker#marker-21 {
    top: 57%;
    left: 66%;
}

/*Milestone*/
/*.view-milestones.past>.v-list {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}*/


.view-milestones {
    text-align: left;
    position: relative;
}

/*.view-milestones .v-year {
    font-size: var(--font-xl);
    font-family: var(--lato);
    letter-spacing: 3px;
    padding: .5rem 1.5rem;
    display: inline-block;
    margin-bottom: 2rem;
}*/

/*.view-milestones.past .v-image {
    position: relative;
}

.view-milestones.past .v-image:before {
    content: "";
    width: 15px;
    height: 90px;
    display: block;
    position: absolute;
    right: -15px;
    top: 45px;
    background-color: var(--yellow);
}*/

/*.view-milestones.past>.v-list {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}*/
.view-milestones .v-year {
    color: var(--dark-blue);
    font-size: var(--font-l);
}

.view-milestones .v-title {
    color: var(--dark-blue);
    font-size: var(--font-xl);
    font-family: var(--futura-heavy);
}

.view-milestones .v-body {
    font-size: var(--font-xr);
}

.view-milestones.past {
    padding-bottom: 3rem;
}

.view-milestones.past>.v-list::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    background-color: #d1d0d0;
}

.view-milestones.past>.v-list .v-wrapper {
    margin-top: 6rem;
    margin-bottom: 6rem;
    /*min-height: 100vh;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*.view-milestones.present {
    background-color: #e6e6e6;
    padding: 3rem 0;
}*/
.view-milestones.present .v-image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.view-milestones.present .v-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, hsla(0, 0%, 5%, 0) 29.22%, #0e0e0e);
}

.view-milestones.present .v-desc {
    position: relative;
    color: #fff;
    padding: 60px 30px;
}

.view-milestones.present .v-year,
.view-milestones.present .v-title {
    color: #fff;
}

/*.view-milestones.present .v-list .v-wrapper {
    margin-bottom: 3rem;
}*/

.view-milestones .v-wrapper {
    /*    -webkit-filter: blur(2px);
    filter: blur(2px);*/

    position: relative;
}

.view-milestones .v-wrapper>* {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s ease;
}

.view-milestones .v-wrapper.animate>* {
    transform: translateY(0);
    opacity: 1;
    /*    -webkit-filter: blur(0);
    filter: blur(0);*/
}

@media(min-width: 992px) {
    .view-milestones .v-wrapper.animate>*:first-child {
        transition-delay: .2s;
    }
}

.view-milestones.past>.row .v-desc {
    padding: 15px;
    transition-duration: .5s;
    /*transform: translateY(-30px);*/
}

.view-milestones.past>.row .v-wrapper.animate .v-desc {
    /*transform: translateY(0);*/
}


/*.view-milestones.past>.row>.column:nth-last-child(even) .v-year,
.view-milestones>.row.odd-result+.attachment .v-year {
    background-color: var(--dark-blue);
    color: #fff;
}

.view-milestones.past>.row>.column:nth-last-child(odd) .v-year,
.view-milestones>.row.even-result+.attachment .v-year {
    background-color: var(--dark-red);
    color: #fff;
}*/

/*@media(min-width: 992px) {
    .view-milestones.past>.row>.column:nth-last-child(2n+2):not(:last-child) {
        margin-left: calc(58.3333333333% - 15px);
    }
}*/


    .view-milestones.past>.v-list>.row:nth-last-child(2n+2):not(:last-child) {
        flex-direction: row-reverse;
    }

    .view-milestones.past>.v-list>.row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .view-milestones.past>.v-list>.row>* {
        padding-left: 30px;
        padding-right: 30px;
    }

    .view-milestones.present .v-desc {
        width: 50%;
        padding: 20vh 45px;
    }


    .view-milestones.past .v-wrapper::before {
        content: "";
        position: absolute;
        height: 30px;
        width: 7px;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        background-color: var(--dark-blue);
        opacity: 0;
        transition: .5s ease;
    }

    .view-milestones.past>.v-list .v-wrapper.animate::before {
        top: 50%;
        opacity: 1;
    }
}

@media(min-width: 1200px) {

    .view-milestones.past .v-wrapper::before {
        left: 50%;
    }
}


@media(max-width: 991px) {
    .view-milestones.past>.v-list {
        align-items: center;
    }
    .view-milestones.present .v-desc { width: 100%; padding: 30px; }

    .view-milestones.past>.v-list::before,
    .view-milestones.past .v-wrapper::before { content: normal; }

    .view-milestones>.v-list .v-wrapper { margin-top: 30px !important; margin-bottom: 30px !important; }
}


/*New Campus*/
.new-campus-map {
    position: relative;
}

.new-campus-map .view-header {
    position: relative;
}

.new-campus-map .view-content {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.new-campus-map .view-content li {
    margin-top: 0;
}

.new-campus-map .marker-label {
    background-color: rgba(49, 124, 211, .6);
    padding: .5rem 1rem;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-size: var(--font-xs);
    text-align: center;
    position: absolute;
    bottom: 3rem;
    width: 160px;
}

.new-campus-map .markers {
    margin-top: 0;
    list-style: none;
}

.new-campus-map .marker svg {
    font-size: 3rem;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    position: relative;
    left: 130px;
    bottom: -15px;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.new-campus-map .marker {
    position: absolute;
}

/*Cafeteria*/
.new-campus-map #marker-350 {
    top: 43%;
    left: 8%;
}

/*SIS House*/
.new-campus-map #marker-351 {
    top: 14%;
    left: 22%;
}

/*Library*/
.new-campus-map #marker-352 {
    top: 38%;
    left: 38%;
}

/*Secondary school block*/
.new-campus-map #marker-353 {
    top: 22%;
    left: 45%;
}

/*Primary school block*/
.new-campus-map #marker-355 {
    top: 34%;
    left: 63%;

}


/*Administrator office block*/
.new-campus-map #marker-354 {
    top: 64%;
    left: 60%;
}

@media(max-width: 991px) {
    .new-campus-map .marker-label {
        display: none;
    }

    .new-campus-map .marker svg {
        left: 0;
        bottom: 0;
        font-size: 4vw;
    }

    /*Cafeteria*/
    .new-campus-map #marker-350 {
        top: 38%;
        left: 15%;
    }

    /*SIS House*/
    .new-campus-map #marker-351 {
        top: 9%;
        left: 34%;
    }

    /*Library*/
    .new-campus-map #marker-352 {
        top: 25%;
        left: 48%;
    }

    /*Secondary school block*/
    .new-campus-map #marker-353 {
        top: 17%;
        left: 57%;
    }

    .new-campus-map #marker-354 {
        top: 59%;
        left: 80%;
    }

    /*Primary school block*/
    .new-campus-map #marker-355 {
        top: 29%;
        left: 75%;

    }
}

/*Teachers*/
/*.view-teachers .v-wrapper {
    font-family: var(--opensans);
}

.view-teachers .v-wrapper>.v-desc .v-title {
    text-align: left;
    margin-bottom: 0;
}

/* Events  */
.view-id-medias .nav{
    display: block;
}