﻿.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 30px;
            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: 170px;
        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: 24%;
}




.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: 33%;
}

@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: 21px;
}

@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: 26px;
        color: #fff;
       
    }

        .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;
    }
}
.prin-img img{
    height: 362px;
}
.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(../img/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);
}

.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;
}

        /*.rs-quality-services.negative-margin {
    margin-top: -70px;
}*/
       .bg6 { 
          background: url(../img/bg/bg6.jpg);
          background-size:cover;
        }
       .pb-50{
           padding-bottom: 50px !important;
       }
       .pt-120{
           padding-top:120px !important;
       }
       .rs-title2 .white-color{
           color: #fff;
           font-weight: 600;
       }
       .rs-services-section .service-tabs-area .tab-icon {
  padding-bottom: 24px;
}
.rs-services-section .service-tabs-area .tab-icon i:before,
.rs-services-section .service-tabs-area .tab-icon i {
  font-size: 50px;
  color: #03438f;
}
.rs-services-section .service-tabs-area .content-title h4 {
  margin: 0 0 16px;
  font-size: 24px;
}
.rs-services-section .service-tabs-area .services-list .sub-title {
  font-weight: 500;
  color: #0a0a0a;
  font-size: 18px;
  margin: 12px 0 15px;
  display: block;
  line-height: 30px;
}
.rs-services-section .service-tabs-area .services-list ul {
  margin-left: 20px;
}
.rs-services-section .service-tabs-area .services-list ul li {
  position: relative;
  padding-left: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
}
.rs-services-section .service-tabs-area .services-list ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\f11b";
  font-family: Flaticon;
  color: #03438f;
  font-weight: 700;
  font-size: 14px;
}
.rs-services-section .service-tabs-area .read-more {
  margin-top: 38px;
}
.rs-services-section-2 .nagetive-margin {
  margin-top: -243px;
}
.rs-services-section-2 .construction-message {
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
  border-radius: 5px;
  padding: 34px 40px;
  background: #ffffff;
}
.rs-services-section-2 .single-customer + .single-customer {
  padding-left: 30px;
}
.rs-services-section-2 .single-customer .custom-text {
  position: relative;
  padding-left: 50px;
  padding-top: 14px;
}
.rs-services-section-2 .single-customer .custom-text i {
  position: absolute;
  border-radius: 2px;
  text-align: center;
  left: 0;
  line-height: 40px;
  color: #03438f;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 700;
}
.rs-services-section-2 .single-customer .custom-text i,
.rs-services-section-2 .single-customer .custom-text i:before {
  font-size: 36px;
}
.rs-services-section-2 .single-customer .custom-text .info-text {
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-services-section-2 .single-customer .custom-text .info-text span {
  display: block;
  line-height: 18px;
}
.rs-services-section-2 .rs-customer-logo ul {
  text-align: center;
}
.rs-services-section-2 .rs-customer-logo ul li {
  display: inline-block;
  padding: 44px 32px;
}
.rs-services-section-2 .rs-customer-logo ul li a {
  display: block;
}
.rs-services-section-2 .rs-customer-logo ul li:first-child {
  padding-left: 0;
}
.rs-services-section-2 .rs-customer-logo ul li:last-child {
  padding-right: 0;
}
.rs-services-section-2 .service-item {
  border: 1px solid #ebebeb;
  background: #ffffff;
  z-index: 1;
  padding: 42px 22px 25px;
}
.rs-services-section-2 .service-item h4 {
  margin: 15px 0 12px;
}
.rs-services-section-2 .service-item h4 a {
  color: #0a0a0a;
}
.rs-services-section-2 .service-item .serice-icon i:before,
.rs-services-section-2 .service-item .serice-icon i {
  color: #03438f;
  font-size: 50px;
}
.rs-services-section-2 .service-item p {
  margin-bottom: 18px;
}
.rs-services-section-2 .service-item .read-more a {
  color: #03438f;
  font-weight: 500;
}
.rs-services-section-2 .service-item .read-more i {
  font-size: 18px;
  position: relative;
  top: 2px;
  transition: all 0.3s ease 0s;
  left: 0;
}
.rs-services-section-2 .service-item .read-more:hover i {
  left: 4px;
}
.rs-services-section-2 .service-item:hover h4 a {
  color: #03438f;
}
.rs-services-section-2.services-inner .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #03438f;
  z-index: 0;
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.rs-services-section-2.services-inner .service-item:hover:before {
  transform: scaleY(1);
}
.rs-services-section-2.services-inner .service-item:hover p {
  color: #cccccc;
}
.rs-services-section-2.services-inner .service-item:hover h4 a,
.rs-services-section-2.services-inner .service-item:hover .read-more a,
.rs-services-section-2.services-inner .service-item:hover .serice-icon i:before {
  color: #ffffff;
}
.rs-services-section2 .project-item {
  position: relative;
}
.rs-services-section2 .project-item img {
  border-radius: 5px;
}
.rs-services-section2 .project-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  background: linear-gradient(#4c5e62, #533108);
  background: -webkit-linear-gradient(#4c5e62, #533108);
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.rs-services-section2 .project-item .title {
  font-weight: 700;
  position: absolute;
  z-index: 11;
  margin: 0;
  bottom: 20px;
  left: 25px;
}
.rs-services-section2 .project-item .title a {
  color: #ffffff;
}
.rs-services-section2 .project-item .service-icon {
  position: absolute;
  top: 35px;
  left: 25px;
  color: #03438f;
}
.rs-services-section2 .project-item .service-icon i,
.rs-services-section2 .project-item .service-icon i:before {
  font-size: 45px;
}
.rs-services-section2 .project-item .hover-title,
.rs-services-section2 .project-item .title {
  line-height: 1.4;
}
.rs-services-section2 .project-item .hover-text {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.rs-services-section2 .project-item .hover-text .hover-title {
  margin: 0 0 15px;
}
.rs-services-section2 .project-item .hover-text .hover-title a {
  color: #ffffff;
}
.rs-services-section2 .project-item .hover-text .hover-title a:hover {
  color: #03438f;
}
.rs-services-section2 .project-item .hover-text .view-details {
  font-weight: 500;
  position: relative;
}
.rs-services-section2 .project-item .hover-text .view-details:before {
  font-family: Flaticon;
  font-size: 14px;
  color: #03438f;
  position: absolute;
  content: "\f100";
  left: 0;
  right: -110px;
}
.rs-services-section2 .project-item .hover-text .view-details:hover:before,
.rs-services-section2 .project-item .hover-text .view-details:hover {
  color: #ffffff;
}
.rs-services-section2 .project-item:hover:before,
.rs-services-section2 .project-item:hover .title a,
.rs-services-section2 .project-item:hover .service-icon {
  opacity: 0;
  visibility: hidden;
}
.rs-services-section2 .project-item:hover .hover-text {
  opacity: 1;
  visibility: visible;
}
.rs-services-section2 .nav-style .owl-controls .owl-nav {
  left: 0;
  position: static;
}
.rs-services-section3 .serive-item {
  position: relative;
  padding: 0;
  margin: 0;
}
.rs-services-section3 .serive-item img {
  border-radius: 5px;
}
.rs-services-section3 .serive-item .service-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 215px;
  padding: 26px 0 12px;
}
.rs-services-section3 .serive-item .service-text a {
  color: #ffffff;
}
/*.rs-quality-services.negative-margin {
  margin-top: -70px;
}*/
.rs-quality-services .service-items {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #414882;
  transition: all 0.3s ease 0s;
}
.rs-quality-services .service-items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #03438f;
  z-index: 0;
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
}
.rs-quality-services .service-items .service-content {
  position: relative;
  z-index: 10;
 padding: 9px 23px 25px;
  transition: all 0.3s ease 0s;
  height:305px;
}
.rs-quality-services .service-items .service-content p,
.rs-quality-services .service-items .service-content .title,
.rs-quality-services .service-items .service-content .service-icon {
  margin: 0 0 14px;
}
.rs-quality-services .service-items .service-content .service-icon {
  color: #f57c27;
}
.rs-quality-services .service-items .service-content .service-icon i,
.rs-quality-services .service-items .service-content .service-icon i:before {
  font-size: 50px;
}
.rs-quality-services .service-items .service-content .title a {
  color: #ffffff;
}
.rs-quality-services .service-items .service-content p {
  color: #ccc;
}
.rs-quality-services .service-items .service-content .view-details {
  position: relative;
  color: #f57a25;
}
.rs-quality-services .service-items .service-content .view-details:before {
  font-family: Flaticon;
  font-size: 14px;
  color: #f57a25;
  position: absolute;
  content: "\f100";
  top: 0;
  right: -20px;
  transition: all 0.3s ease 0s;
}
.rs-quality-services .service-items .service-content .view-details:hover:before {
  right: -25px;
}
.rs-quality-services .service-items:hover {
  border-color: #03438f;
}
.rs-quality-services .service-items:hover:before {
  transform: scaleY(1);
}
.rs-quality-services .service-items:hover .service-content .view-details,
.rs-quality-services .service-items:hover .service-content .view-details:before,
.rs-quality-services .service-items:hover .service-content .service-icon {
  color: #ffffff;
}
.service-sidebar .full-content .services-single .top-side blockquote {
  padding: 30px 40px;
  margin: 30px 0;
  position: relative;
  background: #f7f7fc;
}
.service-sidebar .full-content .services-single .top-side blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #03438f;
}


.service-icon img{
    height:150px;
}

.stage-image{
    float: right;
    padding: 15px 0px 15px 15px;
    height: 250px;
    width: 350px;
}

@media screen and (max-width:900px){
    .stage-image {
   
   padding: 0px;
  
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}
}