@font-face {
    font-family: 'agendalight';
    src: url('../fonts/agenda-l-webfont.woff2') format('woff2'),url('../fonts/agenda-l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    background-color: #fff
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea, input {
    outline: none
}

body > img {
    display: none
}

.rmSlide iframe {
    display: none
}

#fluencyAdminHeader {
    position: relative;
    z-index: 9999
}

    #fluencyAdminHeader *, #fluencyAdminHeader *:before, #fluencyAdminHeader *:after, a.previewSetting, a.previewSetting:before, a.previewSetting:after {
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important
    }

.mainPanel > #_atssh {
    top: 0;
    left: -9000px
}

.nofeature {
    display: none
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.no-margin {
    margin-left: 0;
    margin-right: 0
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0
}

.container-fluid {
    padding: 0
}

.row-bs {
    margin: 0;
    position: relative
}

.accessibility, #skip, .hidden {
    display: none
}

.clear:before, .clear:after {
    content: " ";
    display: table
}

.clear:after {
    clear: both
}

strong, b {
    font-weight: bold
}

em, i {
    font-style: italic
}

a {
    color: #4d4c4c;
    text-decoration: none;
    outline: none;
    -webkit-transition: background-color 0.3s ease-out,color 0.3s ease-out,opacity 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out,color 0.3s ease-out,opacity 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out,color 0.3s ease-out,opacity 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out,color 0.3s ease-out,opacity 0.3s ease-out;
    transition: background-color 0.3s ease-out,color 0.3s ease-out,opacity 0.3s ease-out
}

body.noTrans a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

a:link, a:visited, a:focus, a:active {
    color: #4d4c4c;
    outline: none
}

a:hover {
    color: #888
}

html, body, body > form {
    height: 100%
}

body {
    font-family: Arial,Helvetica,sans-serif;
    color: #4d4d4d
}

.content-template .mainPanel {
    height: 100%
}

#wrapper {
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    position: relative
}

.fullscreen #wrapper {
    z-index: 7;
    overflow: hidden
}

.loaded body {
    overflow: visible
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #fff;
    z-index: 9999;
    display: none
}

    .preloader.preloader-on {
        display: block
    }

    .preloader img {
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .preloader:after {
        content: "";
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 175px;
        height: 175px;
        border-radius: 100%;
        border: 5px solid #E4002B;
        border-right-color: transparent;
        border-left-color: transparent;
        animation: preloader_wings 1.5s infinite linear
    }

@keyframes preloader_wings {
    0% {
        transform: rotate(0deg)
    }

    50% {
        border-top-color: #00A499;
        border-bottom-color: #E4002B;
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loaded .preloader {
    display: none
}

.important-notice-wrapper {
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998
}

.important-notice-background {
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%
}

.important-notice {
    height: 380px;
    left: 50%;
    margin-left: -365px;
    margin-top: -190px;
    background-image: url(../Images/logo.png);
    background-repeat: no-repeat;
    background-position: 555px center;
    position: absolute;
    top: 50%;
    width: 730px;
    z-index: 9999;
    background-size: 20%;
    background-color: #fff
}

.notice-content {
    padding: 40px 200px 40px 30px;
    position: relative;
    font-size: 0.95em
}

    .notice-content h2.notice-title {
        color: #4d4d4d;
        font-family: Georgia,"Times New Roman",Times,serif;
        display: block;
        font-size: 1.6em;
        line-height: normal;
        padding-bottom: 1.5em;
        padding-top: 0;
        font-weight: normal
    }

    .notice-content .blogentries ul li h2.blogTitle, .notice-content .blogentries ul li .blogDate {
        display: none
    }

    .notice-content p.more h2.blogTitle {
        display: block
    }

.important-notice .notice-close {
    float: right;
    position: absolute;
    right: 30px;
    top: 30px
}

    .important-notice .notice-close a {
        color: #fff;
        display: block;
        padding: 8px 20px;
        text-transform: uppercase;
        font-weight: normal;
        background-color: #4d4d4d;
        transition: background-color 0.3s ease-out 0s;
        font-size: 0.7em
    }

        .important-notice .notice-close a:focus, .important-notice .notice-close a:hover, .important-notice .notice-close a:active {
            background-color: #888
        }

.notice-content .blogentries div.blogEntriesRssLinkPanel {
    display: none
}

.notice-content p.rss {
    border: medium none;
    height: 14px;
    left: 30px;
    margin: 0;
    position: absolute;
    top: 46px;
    width: 16px
}

.notice-content .BlogFeatureList {
    padding-bottom: 0
}

.notice-copy {
    width: 520px;
    height: 300px;
    overflow: hidden
}

    .notice-copy .blogentries, .notice-copy .blogentries .BlogTagList, .notice-copy .BlogFeatureList, .notice-copy .blogentries ul li .blogBody, .notice-copy .sws-inline-content p:first-child {
        margin-top: 0
    }

.notice-content p.rss a {
    background: url(../Images/rss-icon.png) no-repeat 0 0;
    display: block;
    height: 14px;
    text-indent: -9999em;
    font-size: 0;
    text-transform: capitalize;
    width: 16px
}

    .notice-content p.rss a:focus, .notice-content p.rss a:hover, .notice-content p.rss a:active {
        background-position: 0 bottom
    }

header.header {
    display: none
}

.splash .left-zone.school-zone, .splash .right-zone.school-zone {
    width: 50%;
    float: left;
    height: 100vh;
    overflow: hidden;
    position: relative;
    transition: background-size .1s ease-in;
    -moz-transition: background-size .1s ease-in;
    -web-kit-transition: background-size .1s ease-in
}

    .splash .left-zone.school-zone > span, .splash .right-zone.school-zone > span {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: -1px;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -web-kit-transition: all .4s ease;
        z-index: -1
    }

    .splash .left-zone.school-zone:hover > span, .splash .right-zone.school-zone:hover > span {
        top: -25px;
        left: -25px;
        right: -25px;
        bottom: -25px
    }

body:not(.editmode) .splash .left-zone.school-zone, body:not(.editmode) .splash .right-zone.school-zone {
    width: 100%
}

.splash .left-zone.school-zone {
    border-top: 6px solid #00A499;
    border-bottom: 6px solid #00A499
}

.splash .right-zone.school-zone {
    border-top: 6px solid #E4002B;
    border-bottom: 6px solid #E4002B
}

body:not(.editmode) .school-zone .backgrund-div {
    display: none
}

.editmode .left-zone.school-zone .backgrund-div {
    max-width: 250px;
    min-height: 300px;
    float: left
}

.editmode .right-zone.school-zone .backgrund-div {
    max-width: 250px;
    max-height: 300px;
    float: right
}

.left-zone.school-zone .school-name, .right-zone.school-zone .school-name {
    position: absolute;
    margin-top: 0;
    bottom: 120px;
    width: 565px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

body:not(.editmode) .left-zone.school-zone .school-name, body:not(.editmode) .right-zone.school-zone .school-name {
    bottom: 65px;
    padding-left: 45px;
    z-index: 100
}

body:not(.editmode) .right-zone.school-zone .school-name {
    width: 420px
}

body:not(.editmode) .left-zone.school-zone > a, body:not(.editmode) .right-zone.school-zone > a {
    font-size: 0;
    z-index: 1100;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

body:not(.editmode) .left-zone.school-zone:before, body:not(.editmode) .right-zone.school-zone:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 90
}

body:not(.editmode) .left-zone.school-zone:hover:before, body:not(.editmode) .right-zone.school-zone:hover:before {
    background-color: rgba(0,0,0,0.3)
}

body:not(.editmode) .left-zone.school-zone .school-name h1, body:not(.editmode) .right-zone.school-zone .school-name h1 {
    color: #FFFFFF;
    font-family: "Proxima-Nova", 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.47px;
    text-transform: uppercase;
    line-height: 24px;
    min-height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 60px;
    border-radius: 5px;
    position: relative
}

body:not(.editmode) .left-zone.school-zone .school-name h1 {
    background-color: #00A499
}

body:not(.editmode) .right-zone.school-zone .school-name h1 {
    background-color: #E4002B
}

    body:not(.editmode) .left-zone.school-zone .school-name h1:before, body:not(.editmode) .right-zone.school-zone .school-name h1:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        height: 95px;
        width: 95px;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-image: url(../Images/infant-logo.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    body:not(.editmode) .left-zone.school-zone .school-name h1:after, body:not(.editmode) .right-zone.school-zone .school-name h1:after {
        content: "";
        position: absolute;
        height: 12px;
        width: 9px;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../Images/arrow-left.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    body:not(.editmode) .right-zone.school-zone .school-name h1:before {
        background-image: url(../Images/bee_logo_new.png)
    }

.splash .welcome .hexagon-logo {
    margin-bottom: 65px
}

.splash .welcome .text1 {
    margin-bottom: 150px
}

.splash .welcome .text2 {
    margin-bottom: 40px
}

body:not(.editmode) .welcome {
    position: absolute;
    left: 50%;
    top: 47px;
    width: 450px;
    z-index: 100;
    text-align: center;
    margin-top: 70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 200
}

    body:not(.editmode) .welcome .text1 h3 {
        color: #fff;
        font-family: 'agendalight';
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0.71px;
        line-height: 37px;
        text-transform: uppercase;
        position: relative;
        margin: 0
    }

    body:not(.editmode) .welcome .text2 h3 {
        color: #fff;
        font-family: 'Vodka Pen W00 Regular';
        font-size: 55px;
        line-height: 35px;
        text-align: center;
        position: relative;
        margin: 0;
        font-weight: 700
    }

        body:not(.editmode) .welcome .text1 h3:after, body:not(.editmode) .welcome .text2 h3:after {
            content: "";
            display: block;
            height: 1px;
            background-color: #fff;
            width: 95px;
            left: 50%;
            position: absolute;
            bottom: -15px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    body:not(.editmode) .welcome .hexagon-logo a {
        font-size: 0
    }

    body:not(.editmode) .welcome .hexagon-logo a {
        position: relative;
        display: block;
        margin: 0 auto;
        width: 170px;
        height: calc(170px/1.55);
        border-radius: 20px/10px;
        background: #fff;
        z-index: 10
    }

        body:not(.editmode) .welcome .hexagon-logo a:before, body:not(.editmode) .welcome .hexagon-logo a:after {
            position: absolute;
            width: inherit;
            height: inherit;
            border-radius: inherit;
            background: inherit;
            content: "";
            top: 50%;
            left: 50%;
            z-index: -1
        }

        body:not(.editmode) .welcome .hexagon-logo a:before {
            -webkit-transform: translate(-50%,-50%) rotate(60deg);
            -ms-transform: translate(-50%,-50%) rotate(60deg);
            transform: translate(-50%,-50%) rotate(60deg)
        }

        body:not(.editmode) .welcome .hexagon-logo a:after {
            -webkit-transform: translate(-50%,-50%) rotate(-60deg);
            -ms-transform: translate(-50%,-50%) rotate(-60deg);
            transform: translate(-50%,-50%) rotate(-60deg)
        }

        body:not(.editmode) .welcome .hexagon-logo a img {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%)
        }

@media (max-width: 1200px) {
    .left-zone.school-zone .school-name {
        width: 465px
    }
}

@media (max-width: 991px) {
    body:not(.editmode) .welcome {
        position: relative;
        left: auto;
        top: inherit;
        width: 100%;
        z-index: 100;
        text-align: center;
        margin-top: 0;
        padding-top: 50px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 200;
        padding-bottom: 40px;
        background-color: #00A499
    }

    .splash .welcome .text1 {
        margin-bottom: 50px
    }

    .splash .left-zone.school-zone, .splash .right-zone.school-zone {
        width: 100%;
        height: 300px
    }

    .splash .left-zone.school-zone, .splash .right-zone.school-zone {
        background-size: 100% auto
    }

        .splash .left-zone.school-zone:hover, .splash .right-zone.school-zone:hover {
            background-size: 103% auto
        }
}

@media (max-width: 680px) {
    body:not(.editmode) .left-zone.school-zone .school-name, body:not(.editmode) .right-zone.school-zone .school-name {
        width: 300px;
        padding: 0
    }

        body:not(.editmode) .left-zone.school-zone .school-name h1, body:not(.editmode) .right-zone.school-zone .school-name h1 {
            padding-left: 5px;
            padding-right: 35px;
            text-align: center
        }

            body:not(.editmode) .left-zone.school-zone .school-name h1:before, body:not(.editmode) .right-zone.school-zone .school-name h1:before {
                content: "";
                position: absolute;
                left: 0;
                top: -90px;
                left: 50%;
                height: 95px;
                width: 95px;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover
            }

    body:not(.editmode) .welcome .text2 h3 {
        font-size: 40px
    }
}

@media (max-width: 600px) {
    .splash .left-zone.school-zone, .splash .right-zone.school-zone, .splash .left-zone.school-zone:hover, .splash .right-zone.school-zone:hover {
        background-size: cover
    }
}
