﻿@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticond41dd41d.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff2") format("woff2"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
.logo-area .school-title{
    display:none;
}
.announcement-listing .announcement {
    margin: 0 30px;
    border-bottom: 1px solid #fff;
    padding-top: 16px;
    padding-bottom: 15px;
}

.announcement-listing span {
    color: #e0ab1b;
    font-weight: 700;
}

.announcement-listing a {
    font-size: 18px;
    display: block;
    color: #fff;
}

.announcement-listing {
    background: #003c72;
    border-radius: 5px;
}

.all-announcement {
    background: #055093;
    padding: 10px 30px;
}

.announcement-listing .all-announcement a {
    display: inline-block;
    border: #fff solid 2px;
    padding: 7px 30px;
    font-size: 16px;
    font-weight: 700;
}

.marquee-tag {
    height: 300px;
    overflow-y: hidden;
}

.rs-title2 p {
    color: #000;
    font-weight: 500;
}

.prin-img img {
    height: 381px;
}

.customer-inner-counter p {
    margin-bottom: 0;
}

.name-principal {
    font-size: 21px;
    margin-top: 24px;
}

    .name-principal span {
        font-size: 18px;
    }

.read-principal {
    padding: 10px 30px 0px;
}

    .read-principal a {
        display: inline-block;
        border: #fff solid 2px;
        padding: 7px 30px;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
    }

        .read-principal a:hover {
            background: #c54409;
            opacity: 0.99;
        }

.admission-open {
    position: fixed;
    right: 0;
    top: 40%;
    text-align: center;
    z-index: 11;
}

    .admission-open .add-contant img {
        height: 45px;
    }

.whatsapp-flex {
    position: fixed;
    left: 30px;
    bottom: 40px;
    z-index: 11;
}

    .whatsapp-flex a i {
        font-size: 37px;
        color: #fff;
        background-color: #2eb700;
        padding: 8px 11px;
        border-radius: 50%;
    }

.padding {
    padding: 5rem 0;
}

.hm-toppers-section {
    z-index: 1;
}

    .hm-toppers-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url(../images/hand-holding-trophy.png) right top / 35% no-repeat;
        z-index: -1;
    }

.doneTranslate {
    transform: translate(0, 0);
    opacity: 1;
    transition: all 1000ms;
}

.heading {
    display: table;
    margin-bottom: 3rem;
}

    .heading .h1 {
        font-size: 3rem;
        font-weight: 700;
    }

.toggleHeader {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.toggleBtn {
    border: 0;
    flex: 1 0 0;
    padding: 1rem;
    border-radius: 10px 10px 0 0;
    background-color: transparent;
    border-top: 4px solid transparent;
    font: 600 1.25rem / 1 'Poppins', sans-serif;
    color: #212121;
}

    .toggleBtn.active {
        background-color: #fff;
        border-top-color: #116a36;
        color: #116a36;
    }

.toggleWrapper {
    min-height: 407px;
    padding: 3rem 4rem;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.hm-toppers-wrapper::before, .hm-toppers-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(../images/bg/awards-lines.png) 0 bottom / contain no-repeat;
    opacity: .25;
    z-index: -1;
}

.hm-toppers-wrapper::after {
    transform: rotateY(180deg);
}

.oppersContainer .inner {
    padding: 0 2rem;
    text-align: center;
}

.inner .img-fluids {
    position: relative;
}

.topper-position {
    position: absolute;
    right: 5.25rem;
    top: 1rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-image: linear-gradient(#ffde5a, #fdca06);
    font: 600 1rem / 1 'Poppins', sans-serif;
}

.inner img {
    border-radius: 50%;
    max-width: 225px;
    margin: 0 auto;
    height: 225px;
}

.hm-toppers-section .owl-nav .owl-prev, .hm-toppers-section .owl-nav .owl-next {
    position: absolute;
    color: #ffffff;
    transition: 0.8s;
    background-size: cover;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #116a36;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.hm-toppers-section .owl-nav .owl-prev {
    left: -50px;
}

.hm-toppers-section .owl-nav .owl-next {
    right: -50px;
}

@media screen and (max-width:900px) {
    .read-principal {
        padding: 10px 0px 0px;
    }
}

.toppersBox-detail {
    margin-top: 1rem;
    text-align: center;
}

    .toppersBox-detail p:nth-child(1) {
        text-transform: uppercase;
        font-size: 20px;
    }

    .toppersBox-detail .marks {
        display: block;
        font-size: 1.5rem;
        font-weight: 600;
        margin: 5px 0;
        color: #116a36;
    }

.toggleBtn:focus {
    outline: none;
}

.news__and__updates {
    padding: 70px 0;
    position: relative;
}

    .news__and__updates::before {
        background: rgba(2, 27, 73, 0.9);
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        right: 0;
        top: 0px;
        width: 32%;
        height: 100%;
    }

    .news__and__updates .heading__holder {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 52px;
        flex-wrap: wrap;
    }

        .news__and__updates .heading__holder .heading {
            margin-bottom: 0;
            margin-left: 12px;
            font-weight: 700;
            font-size: 42px;
            line-height: 44px;
            color: #000000;
        }

    .news__and__updates .read-more {
        color: #444444;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .news__and__updates .news__holder {
        position: relative;
    }

.news__holder img {
    border-radius: 20px;
    width: 100%;
    height: 222px;
}

.news__and__updates .news__holder .date {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #000;
    margin-top: 28px;
    margin: 0 0 3px;
}

.news__and__updates .news__holder .news__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #444444;
}

    .news__and__updates .news__holder .news__title::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.news__and__updates .more__news__holder:first-child {
    padding-top: 0;
}

.news__and__updates .more__news__holder {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #000;
    padding: 16px 0;
    position: relative;
}

    .news__and__updates .more__news__holder img {
        width: 80px;
        border-radius: 10px;
        height: 70px;
    }

    .news__and__updates .more__news__holder .date {
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #000;
        margin-bottom: 8px;
    }

    .news__and__updates .more__news__holder .title {
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
        color: #444444;
    }

        .news__and__updates .more__news__holder .title::before {
            content: "";
            left: 0;
            top: 0;
            position: absolute;
            width: 100%;
            height: 100%;
        }

.news__and__updates .sidebar {
    padding-left: 100px;
}

    .news__and__updates .sidebar .title {
        color: #fff;
        position: relative;
        z-index: 2;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        color: #ffffff;
    }

    .news__and__updates .sidebar .quick-links {
        padding-left: 0;
        position: relative;
        z-index: 2;
        margin-top: 40px;
    }

        .news__and__updates .sidebar .quick-links li {
            list-style: none;
            padding: 20px 0;
            border-bottom: 0.5px solid #ffffff;
        }

            .news__and__updates .sidebar .quick-links li a {
                color: #fff;
            }

.PhotoGalleryArea {
    padding: 50px 0;
    background: url(../images/bg/Facilities-background.png);
    width: 100%;
}

    .PhotoGalleryArea .heading2 {
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 43px;
        color: #fff;
        position: relative;
        margin-top: 30px;
    }

.galleryInner {
    background: #11994d;
    padding: 20px 0;
    border-radius: 20px;
}

.ButtonD1 {
    background: #363075;
    line-height: 35px;
    display: inline-block;
    padding: 0 6px 3px 25px;
    border-radius: 25px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .ButtonD1:hover {
        color: #fff;
    }

.gimgCover img {
    height: 200px;
    width: 100%;
    border-radius: 5px;
}

.galler_heading {
    font-size: 19px;
    font-weight: 700;
    color: #f3efef;
    margin-top: 10px;
}

.Grydate {
    color: #fff;
}

@media screen and (max-width:900px) {
    .PhotoGalleryArea .heading2 {
        font-size: 26px;
    }
}

.quick-link-item {
    display: flex;
    column-gap: 30px;
    margin-top: 20px;
}

    .quick-link-item li p a {
        font-size: 18px !important;
        font-weight: 600 !important;
    }


.services-list-item p {
    font-size: 19px;
    margin-bottom: 0.5rem;
}
/* pop up */

.overlay-main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 /50%);
    z-index: 9999999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-main-content {
    z-index: 999;
}

.close-button {
    text-align: right;
}

    .close-button i {
        position: relative;
        top: 0;
        right: 0;
        color: #000;
        background: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        border: 2px solid #000;
        cursor: pointer;
    }

.img-and-content {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
    padding: 10px 50px;
    box-shadow: 0px 0px 11px 0px #ccc;
    text-decoration: none !important;
}

    .img-and-content h1 {
        font-size: 27px;
        margin-bottom: 0.7rem;
        font-weight: 700;
    }

span.content__popup {
    width: 290px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 10px;
}

.img-and-content .text-popup {
    font-size: 14px;
    font-family: 'Glory', sans-serif;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    letter-spacing: 0px;
    font-style: normal;
    color: #000;
    line-height: 22px;
}

.see_morew__btn {
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 2px 10px 3px 10px;
    font-weight: 600;
    text-shadow: 0 0 black;
    font-size: 12px;
    font-style: italic;
    width: auto;
    margin-top: 4px !important;
    margin: 0 auto;
    font-family: 'Glory', sans-serif;
    color: #000;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 1px;
    transition: ease all 500ms;
}

span.see_morew__btn:hover {
    color: green;
    transition: ease all 500ms;
}

.topheadingpopup {
    font-family: 'Glory', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}
.table-data{
    width:100%;
    overflow-x:scroll;
}
@media screen and (max-width:767px) {
    span.content__popup {
        width: 220px;
    }

    .topheadingpopup {
        font-size: 14px;
        line-height: 18px;
    }

    .img-and-content .text-popup {
        font-size: 13px;
        margin-right: 0px;
        line-height: 18px;
    }

    .see_morew__btn {
        font-size: 11px;
    }

    .img-and-content img {
        width: 98px;
    }
}

.about-left-image img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.rs-about-constructions img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.gallery-blocks .leader_b img, .product-grid .shop-item img {
    height: 200px;
}

.table-data table tr th, td {
    border: 1px solid #000;
    text-align: center;
}

.table-data table tr th {
    background: #03438f;
    color: #fff;
    font-size: 17px;
}
/*========================= footer =======================*/


@charset "UTF-8";





.fs_style_14:before {
    left: 21px;
    content: "\E904";
}

.fsStyleDefaultButton {
    margin: 0 20px 10px 0;
    padding: 15px 30px 13px;
    border: 1px solid #9a060b;
    font-family: ff-scala-sans-pro,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    color: #9a060b;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    display: inline-block;
}

    .fsStateSelected .fsStyleDefaultButton, .fsStyleDefaultButton.on, .fsStyleDefaultButton:focus, .fsStyleDefaultButton:hover {
        background: #9a060b;
        color: #fff;
        transition: .3s;
        border-color: #9a060b;
    }

    .fsStyleDefaultButton em {
        display: block;
        margin-top: 8px;
        font-style: normal;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        text-transform: none;
    }

    .fsStyleDefaultButton.fsLoadMoreButton {
        margin-bottom: 0;
    }

    .fsStyleDefaultButton.fsSelectAll {
        margin-bottom: 5px;
        padding: 7px 12px;
        font-size: .875em;
        line-height: 1.2;
    }

.juicer-feed .j-paginate {
    margin: 0 20px 10px 0;
    padding: 15px 30px 13px;
    border: 1px solid #9a060b;
    font-family: ff-scala-sans-pro,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    color: #9a060b;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    display: inline-block;
}

    .fsStateSelected .juicer-feed .j-paginate, .juicer-feed .j-paginate.on, .juicer-feed .j-paginate:focus, .juicer-feed .j-paginate:hover {
        background: #9a060b;
        color: #fff;
        transition: .3s;
        border-color: #9a060b;
    }

    .juicer-feed .j-paginate em {
        display: block;
        margin-top: 8px;
        font-style: normal;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        text-transform: none;
    }

.ui-widget button {
    border: 1px solid #9a060b;
}

.fsAccount input[type=submit] {
    border-style: solid;
}

.fsStyleUpdateButton {
    margin: 0 20px 10px 0;
    padding: 15px 30px 13px;
    border: 1px solid #9a060b;
    font-family: ff-scala-sans-pro,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: .4px;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    color: #9a060b;
    cursor: pointer;
    text-align: center;
    transition: .3s;
    display: inline-block;
}

    .fsStateSelected .fsStyleUpdateButton, .fsStyleUpdateButton.on, .fsStyleUpdateButton:focus, .fsStyleUpdateButton:hover {
        background: #9a060b;
        color: #fff;
        transition: .3s;
        border-color: #9a060b;
    }

    .fsStyleUpdateButton em {
        display: block;
        margin-top: 8px;
        font-style: normal;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        text-transform: none;
    }

.fsElement {
    margin-bottom: 40px;
}

    .fsElement.fsLayout {
        margin-bottom: 20px;
    }

    .fsElement:last-child {
        margin-bottom: 0;
    }

.fsElementHeaderContent {
    margin-bottom: 20px;
}

.fsElementFooterContent {
    margin-top: 20px;
}

.fsPanel {
    margin-bottom: 0;
}

.fsStyleDefaultField {
    border: 1px solid #cfcfcf;
}

.fsList article {
    margin-bottom: 20px;
}

.fsListNav .fsStyleDefaultList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fsListNav .fsStyleDefaultList .fsListItem a {
        display: inline-block;
        padding: 0;
    }

        .fsListNav .fsStyleDefaultList .fsListItem a:focus, .fsListNav .fsStyleDefaultList .fsListItem a:hover {
            color: #9a060b;
            background: rgba(0,0,0,0);
        }

    .fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded > .fsResourceCollectionLink {
        margin-bottom: 10px;
    }

.fsListNav .fsListLevel1 > .fsListItem {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.fsListNav .fsListLevel2 > .fsListItem {
    padding-left: 10px;
}

.fsListNav .fsListLevel3 > .fsListItem {
    padding-left: 20px;
}

.fsListNav .fsListLevel4 > .fsListItem {
    padding-left: 30px;
}

.fsListNav .fsListLevel5 > .fsListItem {
    padding-left: 40px;
}

.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
    padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*=true] {
    padding-top: 0;
    padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal article {
    padding-bottom: 0;
}

.fsSlideshow .fsNextButton, .fsSlideshow .fsPrevButton {
    overflow: hidden;
}

    .fsSlideshow .fsNextButton:before, .fsSlideshow .fsPrevButton:before {
        color: #57585a;
        font-size: 45px;
        transition: .3s;
        display: inline-block;
        line-height: 1;
        width: auto;
        height: auto;
        position: absolute;
    }

    .fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before, .fsSlideshow .fsPrevButton.fsLeftArrow:before, .fsSlideshow .fsPrevButton.fsRightArrow:before {
        position: absolute;
        top: 50%;
        transform: translate3d(0,-50%,0);
    }

    .fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsPrevButton.fsLeftArrow:before {
        left: 0;
    }

    .fsSlideshow .fsNextButton.fsRightArrow:before, .fsSlideshow .fsPrevButton.fsRightArrow:before {
        right: 0;
    }

    .fsSlideshow .fsNextButton:focus:before, .fsSlideshow .fsNextButton:hover:before, .fsSlideshow .fsPrevButton:focus:before, .fsSlideshow .fsPrevButton:hover:before {
        color: rgba(87,88,90,.5);
        transition: .3s;
    }

.fsSlideshow .fsPager {
    margin-bottom: 0;
    margin-top: 20px;
}

    .fsSlideshow .fsPager li {
        width: 12px;
        height: 12px;
        position: relative;
        vertical-align: middle;
    }

        .fsSlideshow .fsPager li button {
            width: 100%;
            height: 100%;
            padding: 0;
            color: #57585a;
        }

            .fsSlideshow .fsPager li button:before {
                content: "";
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: rgba(87,88,90,.25);
                transition: .3s;
                opacity: 1;
            }

            .fsSlideshow .fsPager li button:focus:before, .fsSlideshow .fsPager li button:hover:before {
                background-color: #57585a;
                transition: .3s;
            }

            .fsSlideshow .fsPager li button:focus {
                outline: 1px dashed rgba(87,88,90,.25);
            }

        .fsSlideshow .fsPager li.slick-active button:before {
            opacity: 1;
            background-color: #57585a;
        }

.fsDialogCloseButton {
    opacity: 1;
}

    .fsDialogCloseButton:after, .fsDialogCloseButton:before, .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
        background: #57585a;
    }

    .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
        background: #000;
    }

.fsElementDialog {
    color: #57585a;
}

.fs_style_1 {
    display: block;
    width: 100%;
    position: relative;
    font-family: ff-scala-sans-pro,sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    color: #007070;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 2px solid #9a060b;
}

@media (min-width:800px) {
    .fs_style_1 {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 36px;
        padding-left: 16px;
    }
}

blockquote {
    display: block;
    width: 100%;
    padding-right: 70px;
    margin: 50px 0;
    position: relative;
    padding-left: 71px;
    font-family: ff-scala-sans-pro,sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    color: #007070;
}

@media (max-width:799px) {
    blockquote {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        padding: 0 0 0 63px;
    }
}

blockquote:before {
    position: absolute;
    content: "\E90D";
    width: 20px;
    height: 20px;
    left: 16px;
    top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: IcoMoon;
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
    color: #fff;
}

@media (max-width:799px) {
    blockquote:before {
        top: 7px;
    }
}

blockquote:after {
    position: absolute;
    content: "\E910";
    width: 53px;
    height: 54px;
    left: 0;
    top: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: IcoMoon;
    font-size: 54px;
    font-weight: 400;
    color: #9a060b;
}

@media (max-width:799px) {
    blockquote:after {
        top: 0;
    }
}

blockquote p {
    margin: 0;
}

cite {
    position: relative;
    display: block;
    margin-top: 20px;
    text-align: right;
    font-family: ff-scala-sans-pro,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    text-transform: capitalize;
    padding-right: 31px;
    color: #57585a;
}

@media (max-width:799px) {
    cite {
        padding-right: 0;
    }
}

cite:before {
    content: "-";
}

.fs_style_2 {
    display: block;
    width: 100%;
    position: relative;
    margin: 50px 0;
    font-family: ff-scala-sans-pro,sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    color: #007070;
    padding: 30px 0;
    box-shadow: inset 0 -3px 0 #f79638,inset 0 3px 0 #f79638;
}

@media (max-width:799px) {
    .fs_style_2 {
        margin: 40px 0;
    }
}

.fs_style_2 p {
    margin: 0;
}

.fsNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fsNavigation a, .fsNavigation li.fsNavCurrentPage > a, .fsNavigation li.fsNavCurrentPageAncestor > a {
    color: #9a060b;
    background: rgba(0,0,0,0);
}

.fsNavigation a {
    display: block;
    padding: 10px 0;
}

    .fsNavigation a:focus, .fsNavigation a:hover {
        color: #9a060b;
        background: rgba(0,0,0,0);
    }

.fsNavigation .fsNavLevel2 > li > a {
    padding-left: 10px;
}

.fsNavigation .fsNavLevel3 > li > a {
    padding-left: 20px;
}

.fsNavigation .fsNavLevel4 > li > a {
    padding-left: 30px;
}

.fsNavigation .fsNavLevel5 > li > a {
    padding-left: 40px;
}

.fsBreadcrumb {
    margin-bottom: 50px;
    width: 100%;
    display: block;
}

    .fsBreadcrumb > header {
        display: none;
    }

    .fsBreadcrumb.breadcrumb-empty, .home .fsBreadcrumb {
        display: none !important;
    }

@media (max-width:799px) {
    .fsBreadcrumb {
        display: none;
    }
}

.fsBreadcrumb > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

.fsBreadcrumb ul {
    display: flex;
    flex-flow: row wrap;
}

    .fsBreadcrumb ul li {
        display: flex;
    }

        .fsBreadcrumb ul li, .fsBreadcrumb ul li a {
            font-family: ff-scala-sans-pro,sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 14px;
            color: #636363;
            text-transform: uppercase;
        }

            .fsBreadcrumb ul li a {
                padding: 0;
                text-decoration: none;
            }

                .fsBreadcrumb ul li a:focus, .fsBreadcrumb ul li a:hover {
                    color: #242424;
                    text-decoration: underline;
                }

            .fsBreadcrumb ul li .fsNavBreadcrumbSeperator {
                margin: 0 6px;
                font-size: 0;
                display: flex;
            }

                .fsBreadcrumb ul li .fsNavBreadcrumbSeperator:before {
                    position: relative;
                    content: "\F105";
                    font-family: IcoMoon;
                    font-size: 14px;
                    line-height: 1;
                    font-weight: 300;
                    color: #959595;
                    height: 100%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: -1px;
                }

            .fsBreadcrumb ul li:last-child {
                color: #242424;
            }

.nav-site-map ul {
    margin: 0 0 0 20px;
    padding: 0;
}

    .nav-site-map ul.fsNavLevel1 {
        margin-left: 0;
        list-style: none;
    }

@media (min-width:600px) {
    .nav-site-map ul.fsNavLevel1 {
        column-count: 2;
        column-gap: 0;
        column-rule: 0;
        min-height: 0;
    }

        .nav-site-map ul.fsNavLevel1 li {
            break-inside: avoid-column;
        }
}

.nav-site-map ul.fsNavLevel1 > li > a {
    margin-bottom: 20px;
    font-weight: 700;
}

.nav-site-map ul.fsNavLevel2 {
    list-style: disc;
}

.nav-site-map ul.fsNavLevel3 {
    list-style: circle;
}

.nav-site-map ul.fsNavLevel4 {
    list-style: square;
}

.nav-site-map ul.fsNavLevel5 {
    list-style: disc;
}

.nav-tier ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-tier ul li a {
        display: block;
        padding: 10px;
        color: #9a060b;
        background: rgba(0,0,0,0);
    }

        .nav-tier ul li a:focus, .nav-tier ul li a:hover {
            color: #9a060b;
            background: #e5e5e5;
        }

    .nav-tier ul li.fsNavCurrentPage > a {
        color: #9a060b;
        background: #cfcfcf;
    }

        .nav-tier ul li.fsNavCurrentPage > a:focus, .nav-tier ul li.fsNavCurrentPage > a:hover {
            color: #007070;
            background: #e5e5e5;
        }

    .nav-tier ul li.fsNavCurrentPageAncestor {
        background: #e5e5e5;
    }

        .nav-tier ul li.fsNavCurrentPageAncestor > a {
            color: #9a060b;
            background: rgba(0,0,0,0);
        }

            .nav-tier ul li.fsNavCurrentPageAncestor > a:focus, .nav-tier ul li.fsNavCurrentPageAncestor > a:hover {
                color: #9a060b;
                background: #e5e5e5;
            }

.nav-tier .fsNavLevel1 {
    padding-left: 0;
}

    .nav-tier .fsNavLevel1 > li {
        border-bottom: 1px solid #e5e5e5;
    }

        .nav-tier .fsNavLevel1 > li:last-child {
            border-bottom: none;
        }

.nav-tier .fsNavLevel2 > li > a {
    padding-left: 20px;
}

.nav-tier .fsNavLevel3 > li > a {
    padding-left: 30px;
}

.nav-tier .fsNavLevel4 > li > a {
    padding-left: 40px;
}

.nav-tier .fsNavLevel5 > li > a {
    padding-left: 50px;
}

.nav-sub {
    padding: 15px 30px;
    background: #f8f8f8;
    margin-bottom: 70px;
    display: none;
}

@media (max-width:799px) {
    .nav-sub {
        margin-bottom: 40px;
    }
}

.nav-sub.mobile-nav-sub {
    display: block;
    margin-bottom: 0;
    padding: 0 10px;
    background: rgba(0,0,0,0);
}

    .nav-sub.mobile-nav-sub > header {
        display: block;
    }

@media screen and (max-width:799px) {
    .nav-sub > header {
        display: block;
        position: relative;
        background-color: rgba(0,0,0,0);
        color: #242424;
        transition: .3s;
        cursor: pointer;
        padding: 0;
    }

        .nav-sub > header .fsElementTitle {
            margin-top: 0;
            font-weight: 400;
            font-size: 17px;
            line-height: 20px;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 700;
            line-height: 19px;
            padding: 24px 35px 18px 32px;
            text-transform: uppercase;
            color: #242424 !important;
            border-bottom: 5px solid #9a060b;
        }

        .nav-sub > header:focus-within, .nav-sub > header:hover {
            background-color: rgba(0,0,0,0);
            color: #242424;
        }
}

@media screen and (max-width:799px) and (min-width:800px) {
    .nav-sub > header {
        cursor: default;
    }
}

@media screen and (max-width:799px) {
    .nav-sub > header .fsElementTitle {
        position: relative;
        padding-right: 40px;
    }

    .nav-sub > header .nav-toggle {
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate3d(0,-50%,0);
        right: 30px;
        color: inherit;
        cursor: pointer;
        font-size: 0;
        line-height: 1;
    }

        .nav-sub > header .nav-toggle:after {
            content: "\E90C";
            font-size: 19px;
            font-family: IcoMoon;
            color: #242424;
        }

    .nav-sub > .fsElementContent {
        position: relative;
        display: block;
        background-color: #f8f8f8;
    }

        .nav-sub > .fsElementContent ul li a {
            display: block;
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
            padding: 8px 10px;
            color: #57585a;
            background: rgba(0,0,0,0);
        }

            .nav-sub > .fsElementContent ul li a:focus, .nav-sub > .fsElementContent ul li a:hover {
                color: #007070;
                background: rgba(0,0,0,0);
            }

        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover {
            color: #9a060b;
            background: rgba(0,0,0,0);
        }

        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
            background: rgba(0,0,0,0);
        }

            .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover {
                color: #9a060b;
                background: rgba(0,0,0,0);
            }

        .nav-sub > .fsElementContent .fsNavLevel1 {
            padding: 15px 30px;
        }

            .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
                font-size: 17px;
                line-height: 25px;
                padding: 17px 30px 13px 0;
            }

        .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
            font-size: 16px;
            line-height: 24px;
            padding-left: 20px;
        }

        .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
            padding-left: 40px;
        }

        .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
            padding-left: 60px;
        }

        .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
            padding-left: 80px;
        }

    .nav-sub.active-nav > header {
        color: #242424;
        background-color: rgba(0,0,0,0);
    }

        .nav-sub.active-nav > header .nav-toggle:after {
            content: "\E907";
            font-size: 15px;
            padding-right: 1px;
        }
}

@media (min-width:800px) {
    .nav-sub {
        display: block;
    }

        .nav-sub.mobile-nav-sub {
            display: none;
        }
}

.nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

@media (max-width:799px) {
    .nav-sub > .fsElementContent {
        background: #f8f8f8;
    }
}

@media (min-width:800px) {
    .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1;
    }
}

.nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
}

.fsHeader .nav-sub {
    display: block;
}

@media (min-width:800px) {
    .fsHeader .nav-sub {
        display: none;
    }
}

.nav-sub.nav-sub-empty {
    display: none !important;
}

.nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav-sub ul li {
        position: relative;
    }

        .nav-sub ul li a {
            display: block;
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
            padding-top: 10px;
            padding-bottom: 6px;
            padding-right: 30px;
            color: #57585a;
            background: rgba(0,0,0,0);
            text-decoration: none;
        }

            .nav-sub ul li a:focus, .nav-sub ul li a:hover {
                color: #007070;
                background: rgba(0,0,0,0);
                text-decoration: underline;
            }

        .nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPage > a:focus, .nav-sub ul li.fsNavCurrentPage > a:hover {
            color: #9a060b;
            background: rgba(0,0,0,0);
        }

        .nav-sub ul li.fsNavCurrentPageAncestor {
            background: rgba(0,0,0,0);
        }

            .nav-sub ul li.fsNavCurrentPageAncestor > a, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus, .nav-sub ul li.fsNavCurrentPageAncestor > a:hover {
                color: #9a060b;
                background: rgba(0,0,0,0);
            }

    .nav-sub ul.fsNavLevel1 .fsNavParentPage .expand-nav {
        position: absolute;
        right: 0;
        top: 8px;
        padding: 0;
        font-size: 0;
        background: rgba(0,0,0,0);
        border: 0;
        width: 35px;
        height: 40px;
        z-index: 100;
        cursor: pointer;
        overflow: hidden;
        transition: all .3s ease;
    }

        .nav-sub ul.fsNavLevel1 .fsNavParentPage .expand-nav:after {
            position: absolute;
            content: "\E908";
            font-family: IcoMoon;
            font-size: 10px;
            line-height: 1;
            font-weight: 400;
            color: #9a060b;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all .3s;
        }

    .nav-sub ul.fsNavLevel1 .fsNavParentPage .fsNavPageInfo {
        display: none;
    }

    .nav-sub ul.fsNavLevel1 > .fsNavParentPage > .fsNavPageInfo {
        margin-bottom: 15px;
        position: relative;
    }

    .nav-sub ul.fsNavLevel1 .fsNavParentPage .fsNavPageInfo, .nav-sub ul.fsNavLevel2 > .fsNavParentPage > .fsNavPageInfo {
        position: relative;
    }

.nav-sub .fsNavParentPage > .fsNavPageInfo:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background: #f79638;
}

.nav-sub .fsNavLevel2 .fsNavParentPage > .fsNavPageInfo:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background: #f8f8f8;
}

.nav-sub li.fsNavParentPage.active > .expand-nav:after {
    transform: rotate(180deg);
}

.nav-sub ul.fsNavLevel1 .fsNavParentPage.fsNavCurrentPage > .fsNavPageInfo, .nav-sub ul.fsNavLevel1 .fsNavParentPage.fsNavCurrentPageAncestor > .fsNavPageInfo {
    display: block;
}

.nav-sub ul.fsNavLevel1 .fsNavParentPage.fsNavCurrentPage > .expand-nav:after, .nav-sub ul.fsNavLevel1 .fsNavParentPage.fsNavCurrentPageAncestor > .expand-nav:after {
    transform: rotate(180deg);
}

.nav-sub ul.fsNavLevel1 .fsNavParentPage.fsNavCurrentPage.active > .expand-nav:after, .nav-sub ul.fsNavLevel1 .fsNavParentPage.fsNavCurrentPageAncestor.active > .expand-nav:after {
    transform: rotate(0deg);
}

.nav-sub .fsNavLevel1 {
    padding-left: 0;
}

@media screen and (max-width:799px) {
    .nav-sub .fsNavLevel1 {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.nav-sub .fsNavLevel1 > li {
    border-bottom: 1px solid #e5e5e5;
}

    .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none;
    }

    .nav-sub .fsNavLevel1 > li > a {
        font-size: 17px;
        line-height: 25px;
        padding: 17px 30px 13px 0;
    }

.nav-sub .fsNavLevel2 > li > a {
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
}

.nav-sub .fsNavLevel2 > li.fsNavParentPage > .expand-nav {
    top: 0;
}

.nav-sub .fsNavLevel2 > li.fsNavParentPage > .fsNavPageInfo:before {
    left: 20px;
}

.nav-sub .fsNavLevel2 > li.fsNavParentPage > .fsNavPageInfo:after {
    left: 0;
}

.nav-sub .fsNavLevel3 > li > a {
    padding-left: 40px;
}

.nav-sub .fsNavLevel3 > li.fsNavParentPage > .fsNavPageInfo:before {
    left: 40px;
}

.nav-sub .fsNavLevel3 > li.fsNavParentPage > .fsNavPageInfo:after {
    left: 20px;
}

.nav-sub .fsNavLevel3 li.fsNavParentPage .expand-nav {
    top: -1px;
}

.nav-sub .fsNavLevel4 > li > a {
    padding-left: 60px;
}

.nav-sub .fsNavLevel4 > li.fsNavParentPage > .fsNavPageInfo:before {
    left: 60px;
}

.nav-sub .fsNavLevel4 > li.fsNavParentPage > .fsNavPageInfo:after {
    left: 40px;
}

.nav-sub .fsNavLevel5 > li > a {
    padding-left: 80px;
}

.nav-sub .fsNavLevel5 > li.fsNavParentPage > .fsNavPageInfo:before {
    left: 80px;
}

.nav-sub .fsNavLevel5 > li.fsNavParentPage > .fsNavPageInfo:after {
    left: 60px;
}

.nav-main {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.fsHeader .nav-main {
    display: none;
}

@media (min-width:1000px) {
    .fsHeader .nav-main {
        display: block;
    }
}

.nav-main .fsNavLevel1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

    .nav-main .fsNavLevel1 > li {
        position: relative;
    }

        .nav-main .fsNavLevel1 > li:not(:last-child) {
            border-right: 1px solid #e5e5e5;
        }

        .nav-main .fsNavLevel1 > li.menu-item-open > a, .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li[class*=fsNavCurrentPage] > a {
            color: #9a060b;
            background: rgba(0,0,0,0);
        }

        .nav-main .fsNavLevel1 > li > a {
            display: block;
            font-size: 15px;
            font-weight: 700;
            line-height: 18px;
            text-transform: uppercase;
            text-decoration: none;
            color: #57585a;
            background: rgba(0,0,0,0);
            padding: 28.5px 10px;
        }

@media (min-width:1300px) {
    .nav-main .fsNavLevel1 > li > a {
        padding: 28.5px 19px;
    }
}

.nav-main .fsNavLevel1 > li > a:focus {
    color: #9a060b;
    background: rgba(0,0,0,0);
    text-decoration: none;
}

html.js .nav-main .fsNavLevel1 > li, html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open {
    position: relative;
}

    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden;
    }

    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo, .menu-item-open html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo, html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
        max-height: 9999px;
    }

html:not(.js) .nav-main .fsNavLevel1 > li {
    position: relative;
}

    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden;
    }

    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        max-height: 9999px;
    }

@media (max-width:599px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px;
    }
}

.nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo, .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nav-main .fsNavPageInfo {
    display: block;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 50% !important;
    top: calc(100% - 8px) !important;
    transform: translateX(-50%);
    right: auto !important;
    max-height: unset !important;
    bottom: auto;
    text-align: left;
    width: 220px;
    z-index: 300;
    opacity: 0;
    height: auto;
    pointer-events: none;
    visibility: hidden;
    transition: all .4s;
    overflow: inherit !important;
}

.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 19px !important;
    left: auto !important;
    transform: none !important;
}

.nav-main .fsNavLevel2 {
    background: #fff;
    padding: 36px 31px;
    box-shadow: 0 2px 6px rgba(0,0,0,.25),inset 0 4px 0 #9a060b;
    border-radius: 0 0 20px 20px;
}

    .nav-main .fsNavLevel2 li:not(:last-child) {
        margin-bottom: 12px;
    }

    .nav-main .fsNavLevel2 li a {
        display: block;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        text-decoration: none;
        text-transform: none;
        padding: 0;
        color: #57585a;
        background: rgba(0,0,0,0);
    }

        .nav-main .fsNavLevel2 li[class*=fsNavCurrentPage] > a, .nav-main .fsNavLevel2 li a:focus, .nav-main .fsNavLevel2 li a:hover {
            color: #9a060b;
            background: rgba(0,0,0,0);
        }

.nav-main.sticky-nav-main {
    margin-right: 2px;
}

    .nav-main.sticky-nav-main .fsNavLevel1 > li > a {
        color: #fff;
        padding: 9.5px 15px;
    }

@media (min-width:1200px) {
    .nav-main.sticky-nav-main .fsNavLevel1 > li > a {
        padding: 9.5px 22px;
    }
}

.nav-main.sticky-nav-main .fsNavLevel1 > li > a:focus, .nav-main.sticky-nav-main .fsNavLevel1 > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

.nav-main.sticky-nav-main .fsNavLevel1 > li:hover > a {
    color: #fff;
}

.nav-main.sticky-nav-main .fsNavLevel1 > li[class*=fsNavCurrentPage] > a {
    color: #fff;
    text-decoration: underline;
}

.nav-main.sticky-nav-main .fsNavPageInfo {
    top: 100% !important;
}

.nav-main.sticky-nav-main .fsNavLevel2 {
    box-shadow: 0 2px 6px rgba(0,0,0,.25),inset 0 4px 0 #f79638;
}

.drawer-ribbon {
    position: relative;
    height: 50px;
}

@media (min-width:1000px) {
    .drawer-ribbon {
        display: none;
    }
}

.mobile-toggle {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    right: 7px;
    left: auto;
    z-index: 9000;
    max-width: 32px;
    width: 100%;
    height: 36px;
    cursor: pointer;
}

@media (min-width:1000px) {
    .mobile-toggle {
        display: none;
    }
}

.mobile-toggle > header {
    display: none;
}

.mobile-toggle:after, .mobile-toggle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 50%;
    content: "";
    background: #fff;
}

.mobile-toggle:before {
    margin-top: -.33333em;
    transform: translate(-50%,-50%);
    transition: margin-top .3s,transform .3s;
}

.mobile-toggle:after {
    box-shadow: 0 .33333em 0 0 #fff;
    transform: translate(-50%,-50%);
    transition: box-shadow .3s,transform .3s;
}

.drawer-is-active .mobile-toggle:before {
    margin-top: 0;
    transform: translate(-50%,-50%) rotate(-45deg);
}

.drawer-is-active .mobile-toggle:after {
    box-shadow: none;
    transform: translate(-50%,-50%) rotate(45deg);
}

@media (max-width:999px) {
    body.drawer-is-active {
        overflow-y: hidden;
    }
}

.fsMenu {
    position: absolute;
    right: 0;
    top: 0;
    min-height: unset;
    height: 100vh;
    overflow-y: auto;
    max-width: 100%;
    width: 100%;
    background: #9a060b;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 9000;
    transform: translateX(50%);
    transition: all .4s;
    padding: 77px 20px 40px;
}

@media (min-width:1000px) {
    .fsMenu {
        display: none;
    }
}

.drawer-is-active .fsMenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}

.fsMenu .close--mobile {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0;
    cursor: pointer;
}

    .fsMenu .close--mobile:before {
        position: absolute;
        content: "\E912";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: IcoMoon;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }

    .fsMenu .close--mobile > header {
        display: none;
    }

.fsMenu .mobile--main--nav {
    display: block;
    width: 100%;
    margin-bottom: 29px;
    position: relative;
}

    .fsMenu .mobile--main--nav > header {
        display: none;
    }

    .fsMenu .mobile--main--nav .fsNavLevel1 li {
        position: relative;
    }

    .fsMenu .mobile--main--nav .fsNavLevel1 > li {
        border-bottom: 1px solid hsla(0,0%,100%,.5);
    }

        .fsMenu .mobile--main--nav .fsNavLevel1 > li:first-child {
            border-top: 1px solid hsla(0,0%,100%,.5);
        }

        .fsMenu .mobile--main--nav .fsNavLevel1 > li > a {
            display: block;
            position: relative;
            font-family: ff-scala-sans-pro,sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 19px;
            text-transform: uppercase;
            text-decoration: none;
            padding: 16.5px 50px 12.5px 36.5px;
            color: #fff;
        }

            .fsMenu .mobile--main--nav .fsNavLevel1 > li.fsNavCurrentPage > a, .fsMenu .mobile--main--nav .fsNavLevel1 > li.fsNavCurrentPageAncestor > a, .fsMenu .mobile--main--nav .fsNavLevel1 > li > a:focus, .fsMenu .mobile--main--nav .fsNavLevel1 > li > a:hover {
                color: #fff;
                text-decoration: underline;
            }

    .fsMenu .mobile--main--nav .fsNavLevel2 li a {
        display: block;
        position: relative;
        padding: 0 45px 0 68px;
        margin-bottom: 15px;
        font-family: ff-scala-sans-pro,sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        color: #fff;
        text-decoration: none;
        text-transform: none;
    }

        .fsMenu .mobile--main--nav .fsNavLevel2 li.fsNavCurrentPage > a, .fsMenu .mobile--main--nav .fsNavLevel2 li.fsNavCurrentPageAncestor > a, .fsMenu .mobile--main--nav .fsNavLevel2 li a:focus, .fsMenu .mobile--main--nav .fsNavLevel2 li a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavParentPage .expand-nav {
        position: absolute;
        z-index: 1;
        font-size: 0;
        background: rgba(0,0,0,0);
        width: 35px;
        height: 35px;
        right: 23px;
        top: 7px;
        cursor: pointer;
    }

        .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavParentPage .expand-nav:before {
            position: absolute;
            content: "\E90C";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: IcoMoon;
            font-size: 11px;
            font-weight: 400;
            color: #fff;
        }

    .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
        display: none;
        position: relative;
    }

    .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage > .fsNavPageInfo, .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor > .fsNavPageInfo {
        display: block;
    }

    .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage > .expand-nav:before, .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor > .expand-nav:before {
        content: "\E907";
    }

    .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage.active > .expand-nav:before, .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor.active > .expand-nav:before {
        content: "\E90C";
    }

    .fsMenu .mobile--main--nav .fsNavLevel1 > li.fsNavParentPage > .fsNavPageInfo {
        padding-bottom: 15px;
        padding-top: 4.5px;
    }

    .fsMenu .mobile--main--nav .fsNavLevel1 li.fsNavParentPage.active > .expand-nav:before {
        content: "\E907";
    }

    .fsMenu .mobile--main--nav .fsNavLevel2 li.fsNavParentPage .expand-nav {
        top: -6px;
        height: 30px;
    }

    .fsMenu .mobile--main--nav .fsNavLevel3 > li > a {
        padding-left: 78px;
    }

    .fsMenu .mobile--main--nav .fsNavLevel4 > li > a {
        padding-left: 88px;
    }

    .fsMenu .mobile--main--nav .fsNavLevel5 > li > a {
        padding-left: 98px;
    }

.nav-social .fsNavLevel1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 1;
}

    .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-social .fsNavLevel1 li {
            margin: 0;
            padding: 0;
        }


        .nav-social .fsNavLevel1 a {
            color: #9a060b;
            text-decoration: none;
        }

            .nav-social .fsNavLevel1 a:focus, .nav-social .fsNavLevel1 a:hover {
                color: #e5e5e5;
            }

            .nav-social .fsNavLevel1 a:before {
                font-size: 16px;
                display: block;
            }

.header--utility, .mobile--utility {
    display: block;
    width: 100%;
    position: relative;
}

    .header--utility .fsNavLevel1 > li > a, .mobile--utility .fsNavLevel1 > li > a {
        display: block;
        padding: 9px 0;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        color: #fff;
        text-transform: none;
        text-decoration: none;
    }

        .header--utility .fsNavLevel1 > li.fsNavCurrentPage > a, .header--utility .fsNavLevel1 > li.fsNavCurrentPageAncestor > a, .header--utility .fsNavLevel1 > li > a:focus, .header--utility .fsNavLevel1 > li > a:hover, .mobile--utility .fsNavLevel1 > li.fsNavCurrentPage > a, .mobile--utility .fsNavLevel1 > li.fsNavCurrentPageAncestor > a, .mobile--utility .fsNavLevel1 > li > a:focus, .mobile--utility .fsNavLevel1 > li > a:hover {
            color: #fff;
            text-decoration: underline;
        }

.header--utility {
    margin: 0;
    padding: 0 20px;
    background: #9a060b;
    display: none;
}
.rules p:nth-child(odd) {
    color: #000 
}

.rules p:nth-child(even) {
    color: red;
}
@media (min-width:1000px) {
    .header--utility {
        display: block;
    }
}

@media (min-width:1300px) {
    .header--utility {
        padding: 0 108px 0 20px;
    }
}

.header--utility > header {
    display: none;
}

.header--utility .fsNavLevel1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}

    .header--utility .fsNavLevel1 > li {
        position: relative;
    }

        .header--utility .fsNavLevel1 > li:not(:first-child) {
            margin-left: 32px;
        }

        .header--utility .fsNavLevel1 > li > a {
            padding: 11px 0 7px;
        }

        .header--utility .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 100%;
            width: 180px;
            height: auto;
            z-index: 10;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: all .3s;
        }

        .header--utility .fsNavLevel1 > li.fsNavParentPage.menu-item-open .fsNavPageInfo, .header--utility .fsNavLevel1 > li.fsNavParentPage:hover .fsNavPageInfo {
            opacity: 1;
            visibility: visible;
            pointer-events: all;
        }

        .header--utility .fsNavLevel1 > li.fsNavParentPage.menu-item-open > a, .header--utility .fsNavLevel1 > li.fsNavParentPage:hover > a {
            text-decoration: underline;
        }

        .header--utility .fsNavLevel1 > li.fsNavParentPage:last-child .fsNavPageInfo {
            left: auto;
            right: 0;
            transform: none;
        }

@media (min-width:1300px) {
    .header--utility .fsNavLevel1 > li.fsNavParentPage:last-child .fsNavPageInfo {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.header--utility .fsNavLevel2 {
    background: #fff;
    padding: 25px 31px;
    display: block;
    box-shadow: 0 2px 6px rgba(0,0,0,.25),inset 0 4px 0 #9a060b;
    border-radius: 0 0 20px 20px;
}

    .header--utility .fsNavLevel2 li {
        display: block;
        width: 100%;
    }

        .header--utility .fsNavLevel2 li:not(:last-child) {
            margin-bottom: 12px;
        }

        .header--utility .fsNavLevel2 li a {
            font-size: 15px;
            font-weight: 700;
            line-height: 18px;
            color: #57585a;
            padding: 0;
            display: block;
            text-transform: none;
            text-decoration: none;
        }

            .header--utility .fsNavLevel2 li.fsNavCurrentPage a, .header--utility .fsNavLevel2 li a:focus, .header--utility .fsNavLevel2 li a:hover {
                text-decoration: underline;
            }

.fsHeader .header--sticky .header--utility {
    display: block;
    width: 100%;
    background: rgba(0,0,0,0);
    padding: 0 61px 0 0;
    margin-bottom: 10px;
}

    .fsHeader .header--sticky .header--utility .fsNavLevel2 {
        box-shadow: 0 2px 6px rgba(0,0,0,.25),inset 0 4px 0 #e37e1c;
    }

.mobile--utility {
    display: block;
    margin: 0;
    padding-left: 31px;
    width: 100%;
}

    .mobile--utility > header {
        display: none;
    }

    .mobile--utility .fsNavLevel1 li {
        position: relative;
    }

    .mobile--utility .fsNavLevel1 > li > a {
        display: block;
        padding: 0 50px 0 0;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 700;
        line-height: 18px;
        text-transform: none;
        text-decoration: none;
        color: #fff;
    }

        .mobile--utility .fsNavLevel1 > li.fsNavCurrentPage > a, .mobile--utility .fsNavLevel1 > li.fsNavCurrentPageAncestor > a, .mobile--utility .fsNavLevel1 > li > a:focus, .mobile--utility .fsNavLevel1 > li > a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .mobile--utility .fsNavLevel2 li a {
        padding: 0 50px 0 20px;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-transform: none;
        text-decoration: none;
        color: #fff;
    }

        .mobile--utility .fsNavLevel2 li a:focus, .mobile--utility .fsNavLevel2 li a:hover {
            color: #fff;
            text-decoration: underline;
        }

    .mobile--utility .fsNavLevel1 li.fsNavParentPage .expand-nav {
        position: absolute;
        z-index: 1;
        font-size: 0;
        background: rgba(0,0,0,0);
        width: 20px;
        height: 20px;
        right: 23px;
        top: -1px;
        cursor: pointer;
    }

        .mobile--utility .fsNavLevel1 li.fsNavParentPage .expand-nav:before {
            position: absolute;
            content: "\E90C";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: IcoMoon;
            font-size: 11px;
            font-weight: 400;
            color: #fff;
        }

    .mobile--utility .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
        display: none;
        position: relative;
    }

    .mobile--utility .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage > .fsNavPageInfo, .mobile--utility .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor > .fsNavPageInfo {
        display: block;
    }

    .mobile--utility .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage > .expand-nav:before, .mobile--utility .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor > .expand-nav:before {
        content: "\E907";
    }

    .mobile--utility .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPage.active > .expand-nav:before, .mobile--utility .fsNavLevel1 li.fsNavParentPage.fsNavCurrentPageAncestor.active > .expand-nav:before {
        content: "\E90C";
    }

    .mobile--utility .fsNavLevel1 li.fsNavParentPage.active > .expand-nav:before {
        content: "\E907";
    }

.landing-navigation {
    display: none !important;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 50px;
}

@media (max-width:1199px) {
    .landing-navigation {
        padding: 0 20px;
    }
}

.home .landing-navigation, .landing-navigation.landing-empty {
    display: none !important;
}

.hasBannerSingle .landing-navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (max-width:999px) {
    .hasBannerSingle .landing-navigation {
        display: none;
    }
}

.landing-navigation > header {
    max-width: 200px;
    width: 100%;
}

    .landing-navigation > header h2 {
        display: block;
        padding: 20px 30px 20px 50px;
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
        color: #9a060b;
        margin: 0;
        text-transform: none;
    }

.landing-navigation > .fsElementContent {
    width: calc(100% - 200px);
    padding: 20px 20px 8px 50px;
    box-shadow: inset 1px 0 0 rgba(0,0,0,.2);
}

.landing-navigation .fsNavLevel1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .landing-navigation .fsNavLevel1 li {
        margin: 0 30px 12px 0;
    }

        .landing-navigation .fsNavLevel1 li a {
            font-size: 16px;
            font-weight: 700;
            line-height: 18px;
            color: #57585a;
            padding: 0;
            display: block;
            text-decoration: none;
        }

            .landing-navigation .fsNavLevel1 li.fsNavCurrentPage a, .landing-navigation .fsNavLevel1 li a:focus, .landing-navigation .fsNavLevel1 li a:hover {
                text-decoration: underline;
            }

.fsHeader {
    display: block;
    width: 100%;
    position: relative;
    z-index: 150;
}

    .fsHeader .fsContainer > header {
        display: none;
    }

    .fsHeader .main--header {
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
    }

@media (max-width:999px) {
    .fsHeader .main--header {
        padding-top: 36px;
        background: #9a060b;
    }
}

.fsHeader .header--holder {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 12px 28px 8px;
}

@media (min-width:700px) {
    .fsHeader .header--holder {
        padding: 12px 28px 11px;
    }
}

@media (min-width:1000px) {
    .fsHeader .header--holder {
        padding: 19px 10px 21px 20px;
    }
}

@media (min-width:1300px) {
    .fsHeader .header--holder {
        padding: 19px 89px 21px 50px;
    }
}

.noBanner .fsHeader .header--holder {
    box-shadow: inset 0 -1px 0 0 rgba(36,36,36,.5);
}

.fsHeader .header--holder > .fsElementContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fsHeader .header--sticky {
    display: block;
    margin: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    background: #9a060b;
    padding: 14px 20px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .4s ease-in-out;
}

@media (min-width:1200px) {
    .fsHeader .header--sticky {
        padding: 14px 30px 14px 50px;
    }
}

@media (max-width:999px) {
    .fsHeader .header--sticky {
        display: none;
    }
}

.fsAccountBarVisible .fsHeader .header--sticky {
    top: 45px;
}

.fixed .fsHeader .header--sticky {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.fsHeader .header--sticky > .fsElementContent {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.skip-link {
    margin: 0;
}

    .skip-link a {
        position: fixed;
        top: 0;
        left: 0;
        padding: 1em;
        background: #000;
        color: #fff;
        font-size: 1em;
        line-height: 1;
        text-decoration: underline;
        transition: transform .1s ease-in;
        transform: translateY(-100%);
        z-index: 9000;
    }

        .skip-link a:focus {
            transform: translateY(0);
        }

.site-info-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 0;
    margin: 0;
}

@media (min-width:1000px) {
    .site-info-container {
        margin-right: 20px;
        padding-top: 6px;
    }
}

.site-info-container > header {
    display: none;
}

.site-info-container .fsResourceLink, .site-info-container article, .site-info-container figure, .site-info-container picture {
    display: block;
}

.site-info-container img {
    max-height: 58px;
    min-height: 58px;
    width: auto;
    display: block;
}

@media (min-width:1000px) {
    .site-info-container img {
        max-height: 72px;
        min-height: 72px;
    }
}

.sticky-logo {
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 10px;
}

    .sticky-logo > header {
        display: none;
    }

    .sticky-logo .fsResourceLink, .sticky-logo article, .sticky-logo figure, .sticky-logo picture {
        display: block;
    }

    .sticky-logo img {
        max-height: 48px;
        min-height: 48px;
    }

.fsFooter {
    overflow: hidden;
}

    .fsFooter, .fsFooter .footer--holder {
        position: relative;
        display: block;
        width: 100%;
    }

        .fsFooter .footer--holder {
            margin: 0;
            z-index: 1;
            padding: 59px 40px 63px;
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
        }

@media (max-width:1199px) {
    .fsFooter .footer--holder {
        padding-top: 16px;
        padding-bottom: 40px;
    }
}

@media (max-width:699px) {
    .fsFooter .footer--holder {
        padding: 22px 20px 47px;
    }
}

.fsFooter .footer--holder:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgb(7 21 49 / 80%);
}

.fsFooter .footer--holder > header {
    display: none;
}

.fsFooter .footer--holder > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    z-index: 5;
}

.fsFooter .fsThreeColumnLayout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

@media (max-width:1199px) {
    .fsFooter .fsThreeColumnLayout {
        justify-content: center;
        align-items: center;
    }
}

.fsFooter .fsThreeColumnLayout .fsDiv {
    margin: 0;
    padding: 0;
    position: relative;
}

    .fsFooter .fsThreeColumnLayout .fsDiv:not(:last-child):before {
        position: absolute;
        content: "";
        width: 1px;
        height: 100px;
        right: 0;
        top: 29px;
        background: #fff;
    }

@media (max-width:1199px) {
    .fsFooter .fsThreeColumnLayout .fsDiv:not(:last-child):before {
        top: 0;
    }
}

@media (max-width:699px) {
    .fsFooter .fsThreeColumnLayout .fsDiv:not(:last-child):before {
        width: 134px;
        height: 1px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        right: auto;
    }
}

.fsFooter .fsThreeColumnLayout .fsStyleColumn-1 {
    width: 15%;
}

@media (max-width:1199px) {
    .fsFooter .fsThreeColumnLayout .fsStyleColumn-1 {
        width: 100%;
    }

        .fsFooter .fsThreeColumnLayout .fsStyleColumn-1:before {
            display: none;
        }
}

.fsFooter .fsThreeColumnLayout .fsStyleColumn-4 {
    width: 21%;
}




.fsFooter .fsThreeColumnLayout .fsStyleColumn-2 {
    width: 22.78%;
}

@media (max-width:1199px) {
    .fsFooter .fsThreeColumnLayout .fsStyleColumn-2 {
        width: auto;
        padding-right: 32px;
    }
}

@media (max-width:699px) {
    .fsFooter .fsThreeColumnLayout .fsStyleColumn-2 {
        width: 100%;
        padding-bottom: 23px;
        margin-bottom: 25px;
        padding-right: 0;
    }
}

.fsFooter .fsThreeColumnLayout .fsStyleColumn-3 {
    width: 40.32%;
}

@media (max-width:1199px) {
    .fsFooter .fsThreeColumnLayout .fsStyleColumn-3 {
        width: auto;
        padding-left: 32px;
    }
}

@media (max-width:699px) {
    .fsFooter .fsThreeColumnLayout .fsStyleColumn-3 {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
    }
}

.fsFooter .footer--logo {
    display: block;
    width: 100%;
    margin: 0;
}

@media (max-width:1199px) {
    .fsFooter .footer--logo {
        padding-right: 0;
        margin-bottom: 8px;
    }
}

@media (max-width:699px) {
    .fsFooter .footer--logo {
        margin-bottom: 26px;
    }
}

.fsFooter .footer--logo > header {
    display: none;
}

.fsFooter .footer--logo .fsResourceLink, .fsFooter .footer--logo article, .fsFooter .footer--logo figure, .fsFooter .footer--logo picture {
    display: block;
}

.fsFooter .footer--logo img {
    display: block;
    width: auto;
    margin: 22px auto 0;
    max-height: 102px;
}

@media (max-width:1199px) {
    .fsFooter .footer--logo img {
        max-height: 81px;
    }
}

@media (max-width:699px) {
    .fsFooter .footer--logo img {
        max-height: 73px;
        margin: 0 auto;
    }
}

.fsFooter .footer--logo footer .fsElementFooterContent {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    display: block;
}

    .fsFooter .footer--logo footer .fsElementFooterContent p {
        margin: 0;
    }

@media (min-width:700px) {
    .fsFooter .footer--logo footer .fsElementFooterContent {
        display: none;
    }
}

.fsFooter .footer--contact {
    display: block;
    margin: 0;
    width: 100%;
    padding-top: 29px;
    padding-left: 32px;
}

@media (max-width:1199px) {
    .fsFooter .footer--contact {
        padding-top: 0;
        padding-left: 0;
    }
}

@media (max-width:699px) {
    .fsFooter .footer--contact {
        text-align: center;
    }
}

.fsFooter .footer--contact .fsElementContent {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

    .fsFooter .footer--contact .fsElementContent p {
        margin: 0;
    }

    .fsFooter .footer--contact .fsElementContent a {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #fff;
        text-decoration: underline;
    }

        .fsFooter .footer--contact .fsElementContent a:focus, .fsFooter .footer--contact .fsElementContent a:hover {
            text-decoration: none;
        }

.fsFooter .footer--contact ul, .fsFooter .footer--contact ul li {
    padding: 0;
    margin: 0;
    text-align: left;
}

.fsFooter .footer--contact ul {
    list-style-type: none;
}

.fsFooter .footer--bottom {
    display: block;
    width: 100%;
    margin: 35px 0 0;
}

@media (max-width:1199px) {
    .fsFooter .footer--bottom {
        margin: 36px 0 0;
    }
}

.fsFooter .footer--bottom > .fsElementContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width:1199px) {
    .fsFooter .footer--bottom > .fsElementContent {
        justify-content: space-between;
    }
}

.fsFooter .footer--bottom .fsElement {
    margin: 0;
    display: block;
}

.fsFooter .footer--statement {
    padding-top: 10px;
    padding-right: 55px;
    width: 50%;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}

@media (max-width:1199px) {
    .fsFooter .footer--statement {
        width: 50%;
        padding-right: 30px;
        padding-top: 0;
    }
}

@media (max-width:900px) {
    .fsFooter .footer--statement {
        width:100%;
        text-align:left;
        padding-right:0px;
    }
    .fsFooter .footer--statement .fsElementContent .lm{
        text-align:end
    }

}

.fsFooter .footer--statement p {
    margin: 0;
}

.fsFooter .footer--directions {
    padding-top: 10px;
    width: 28%;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width:1199px) {
    .fsFooter .footer--directions {
        width: 50%;
        padding-top: 0;
    }
}

@media (max-width:699px) {
    .fsFooter .footer--directions {
        width: 100%;
        padding: 0;
    }
}

.fsFooter .footer--directions a {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

    .fsFooter .footer--directions a:focus, .fsFooter .footer--directions a:hover {
        text-decoration: underline;
    }

.fsFooter .footer--directions ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
}

@media (max-width:699px) {
    .fsFooter .footer--directions ul {
        justify-content: center;
        align-items: center;
    }
}

.fsFooter .footer--directions ul li {
    padding: 0;
    margin: 0;
    position: relative;
}

    .fsFooter .footer--directions ul li:not(:last-child) {
        margin-right: 26px;
    }

@media (max-width:699px) {
    .fsFooter .footer--directions ul li {
        margin: 0 6px !important;
    }
}

.fsFooter .footer--directions ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: IcoMoon;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.fsFooter .footer--directions ul li.phone {
    padding-left: 24px;
}

    .fsFooter .footer--directions ul li.phone:before {
        content: "\E90A";
        left: -2px;
    }

.fsFooter .footer--directions ul li.pin {
    padding-left: 26px;
}

    .fsFooter .footer--directions ul li.pin:before {
        content: "\E906";
    }

.fsFooter .nav-social {
    width: 50%;
    padding-right: 4px;
}

@media (max-width:1199px) {
    .fsFooter .nav-social {
        width: 100%;
        padding-right: 0;
        padding-top: 40px;
    }
}

.fsFooter .nav-social .fsNavLevel1 {
    justify-content: flex-end;
}

@media (max-width:1199px) {
    .fsFooter .nav-social .fsNavLevel1 {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

.fsFooter .nav-social .fsNavLevel1 li {
    position: relative;
    z-index: 1;
}

    .fsFooter .nav-social .fsNavLevel1 li:not(:first-child) {
        margin-left: 15px;
    }

@media (max-width:1199px) {
    .fsFooter .nav-social .fsNavLevel1 li {
        margin: 0 11px !important;
    }
}

.fsFooter .nav-social .fsNavLevel1 li:after, .fsFooter .nav-social .fsNavLevel1 li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s;
}

.fsFooter .nav-social .fsNavLevel1 li:before {
    /*content: "\E910";*/
    content: "";
    background: url(../images/icon/social-hover.png);
    filter: brightness(0) invert(1);
    font-family: IcoMoon;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}



.fsFooter .nav-social .fsNavLevel1 li.focus:before, .fsFooter .nav-social .fsNavLevel1 li:focus:before, .fsFooter .nav-social .fsNavLevel1 li:hover:before {
    opacity: 1;
}

.fsFooter .nav-social .fsNavLevel1 li.focus:after, .fsFooter .nav-social .fsNavLevel1 li:focus:after, .fsFooter .nav-social .fsNavLevel1 li:hover:after {
    opacity: 1;
}

.fsFooter .nav-social .fsNavLevel1 li a {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 9px 0 0;
}

@media screen and (max-width:900px) {
    .news__and__updates {
        padding: 40px 0 0;
    }

        .news__and__updates .heading__holder {
            margin-bottom: 30px;
        }

            .news__and__updates .heading__holder .heading {
                font-weight: 700;
                font-size: 22px;
                line-height: 28px;
                color: #000000;
            }

    .heading__holder > div:last-child {
        padding-left: 42px;
    }

    .heading__holder > div {
        margin-bottom: 10px;
    }

    .news__and__updates .col-12:last-child {
        background: rgba(2, 27, 73, 0.9);
        margin-top: 40px;
    }

    .news__and__updates .sidebar {
        padding: 40px 10px;
    }

    .news__and__updates::before {
        background: none;
    }

    .news__and__updates .news__holder .date {
        margin-bottom: 4px;
    }

    .news__and__updates .sidebar .quick-links {
        margin-top: 0px;
    }

    .fsFooter .fsThreeColumnLayout .fsStyleColumn-4 {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
        margin-top: 10px;
    }

    .quick-link-item {
        flex-direction: column;
        row-gap: 11px;
    }

    .fsFooter .nav-social {
        padding-top: 9px;
    }

  
    .topper-position {
        right: 0.25rem;
    }

    .fsFooter .footer--contact .fsElementContent a {
        font-size: 13px;
    }

    .admission-open .add-contant img {
        display: none;
    }

    .rs-my-account .regi-side {
        padding: 30px 13px;
    }

        .rs-my-account .regi-side select.selb {
            width: 87px;
        }

    .services-list-item p {
        font-size: 14px;
    }

    .full-width-header .topbar-section .mail-info li a {
        font-size: 14px;
    }
    .last-contact{
        display:none;
    }
    .sl-txt-white{
        font-size:11px;
    }
    .rs-home-slider .owl-nav .owl-prev, .rs-home-slider .owl-nav .owl-next{
        width: 46px;
    height: 46px;
    line-height: 46px;
    opacity:1;
    
    }
    .logo-area{
            flex-direction: column;
    display: flex;
    }
    .logo-area .school-title{
            font-size: 26px;
    font-weight: 800;
    }
    .school-names{
        display:none;
    }
    .logo-area .school-title{
        display:block;
    }
    .mision-logo{
        margin-top:55px;
    }
    .prin-img img{
        height:250px;
    }
}

.rule-school p {
    margin-bottom: 0.5rem;
}

.top-header {
    padding: 0px;
        position: relative;
    z-index: 5;
    background-color: #1c1156;
}
.top-header marquee {
    position: relative;
    display: flex;
}

.top-header marquee:before {
    background-color: #b0080e;
    content: "Latest News";
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    padding: 5px 0px 5px 10px;
    color: #fff;
  z-index:999;
}
.top-header marquee ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.top-header marquee ul li {
    margin: 0px;
    padding: 7px 10px 0px 0px;
    display: inline-block;
    font-size: 14px;
}
.top-header marquee ul li i {
    
    color: #fff;
    font-weight: 900;
    font-size: 10px;
    padding-right: 5px;
}
.top-header marquee ul li a {
    color: #fff;
    font-weight: 700;
}
.top-header marquee:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 38px;
    background-color: #b0080e;
    left: 103px;
    transform: rotate(45deg);
}
/*========================== footer End ==============================*/


