﻿@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url("../apps/js/polls/polls-pack.css");

body, body .dark, body .light, body table, body .neutral, body .pale {
    font-family: "futura-pt", sans-serif;
    font-size: 100%;
}

html {
    height: 100%;
    background: #e6e6e6;
}

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0;
}
.number-2 {
    display:none;
}
.photo_gallery img {
    width: 100%;
    margin-bottom: 20px;
}

body.index #content_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -25px;
}

#header_main,
#footer_main {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

#content_main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

body:before {
    content: "";
    z-index: 99;
    position: absolute;
    top: 0;
    left: -999999px;
    width: 100%;
    height: 130px;
    background: url("../pics/body_bg.png") -714px top no-repeat;
}
.teacher-image {
    width: 570px;
    height: 255px;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    body:before {
        left: 0;
    }
}

@media screen and (min-width: 1350px) {
    body:before {
        background-position: center top;
    }
}

body, #footer_main {
    min-width: 320px;
}

#header_main {
    position: relative;
    z-index: 99;
    width: 100%;
    /*max-width: 1350px;*/
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media screen and (min-width: 992px) {
    #header_main {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    #header_main {
        background:#92b313;
    }
    .teacher-image {
    width: 100%;
    height: 210px;
    margin-bottom: 8px;
}
    .number {
        display:none;
    }
    .number-2 {
        display: block;
    }
}

#skip_to_content {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

    #skip_to_content:focus {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        color: #fff;
    }

#header_title {
    margin: 0;
    font-size: 1rem;
}

    #header_title a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 210px;
        padding: 40px 0 10px 80px;
        height: 75px;
        line-height: 1em;
        font-size: 1em;
        font-weight: 400;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
        text-decoration: none;
        color: white;
        background-image: url("../pics/header.png");
        background-repeat: no-repeat;
        background-position: 6px 45px;
        background-size: auto 70px;
    }

@media screen and (min-width: 768px) {
    #header_title a {
        padding: 13px 0 0 112px;
        height: 96px;
        width: auto;
        font-size: 1em;
        background-position: 8px 2px;
        background-size: auto 100px;
        /* padding: 2px 0 0 143px; */
        /* margin-top: 10px; */
    }
}

@media screen and (min-width: 992px) {
    #header_title a {
        height: 128px;
        padding: 0 0 0 143px;
        background-size: auto;
    }
}

#header_title a span {
    display: inline-block;
    width: 100%;
}

#header_title .bottom-line {
    line-height: 1.1em;
    font-size: 1.5em;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0;
    color: #ffffff;
    text-shadow: 1px gray;
    text-shadow: 1px 1px #00991c;
}

@media screen and (min-width: 768px) {
    #header_title .bottom-line {
        font-size: 2.3em;
        margin-top: -12px;
    }
}

#header_marquee {
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    height: 20px;
    color: white;
}

    #header_marquee .marquee-inner {
        position: absolute;
        display: block;
        width: 200%;
        overflow: hidden;
    }

    #header_marquee .marquee-speed-18 {
        animation: marquee 35s linear infinite;
    }

    #header_marquee .marquee-speed-35 {
        animation: marquee 70s linear infinite;
    }

    #header_marquee .marquee-speed-7 {
        animation: marquee 17.5s linear infinite;
    }

    #header_marquee .marquee-content {
        float: left;
    }

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

@media screen and (max-width: 767px) {
    #header_marquee {
        display: none;
    }
}

#top_bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    background: black;
}

    #top_bar:before {
        content: "";
        z-index: 99;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-bottom: 35px solid black;
        border-left: 12px solid transparent;
    }

#topbar_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}

    #topbar_nav a {
        padding: 0 9px;
        line-height: 1em;
        text-decoration: none;
        color: white;
        border-left: 1px solid white;
    }

        #topbar_nav a svg {
            fill: #343537;
            height: 40px;
            width: 40px;
        }

        #topbar_nav a:hover {
            /*color: #ea5e2f;*/
        }

@media screen and (max-width: 767px) {
    #topbar_nav a {
        padding: 0 8px;
    }
}

#social_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    #social_nav a {
        display: block;
        width: 20px;
        height: 20px;
        overflow: hidden;
        background-color: none;
        margin: 0 8px;
    }

        #social_nav a svg {
            display: block;
            width: 20px;
            height: 20px;
            margin: 0;
            fill: white;
        }

@media screen and (max-width: 991px) {
    #social_nav a {
        margin: 0 4px;
    }
}

#social_nav a:hover svg {
    fill: #ea5e2f;
}

#search {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 18px;
    width: 132px;
    display: block;
    margin: 0 0 15px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

    #search input#q {
        margin: 0;
        height: 18px;
        line-height: 18px;
        border: none;
        vertical-align: top;
        background: transparent;
        -webkit-appearance: none;
        box-sizing: content-box;
    }

    #search .edlio-search-button {
        margin: 0 0 0 -4px;
        vertical-align: top;
    }

    #search input#q {
        color: black;
    }

        #search input#q::-webkit-input-placeholder {
            color: black;
        }

@media screen and (min-width: 1350px) {
    #search {
        margin: 0 10px 0 0;
    }
}

#search input#q {
    padding: 0 10px;
    width: 90px;
    font-size: .75em;
}

#topnav_holder {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
    z-index: 99;
}

    #topnav_holder #topnav_mobile {
        position: absolute;
        display: block;
        height: 4px;
        width: 28px;
        font-size: 0;
        border-top: 14px double white;
        border-bottom: 5px solid white;
    }

    #topnav_holder #topnav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.8s;
    }

        #topnav_holder #topnav.open {
            max-height: 2000px;
        }

    #topnav_holder a {
        text-decoration: none;
    }

    #topnav_holder .level a {
        padding: .5em;
        font-size: 1em;
    }

    #topnav_holder .level:hover > .level {
        display: block;
    }

    #topnav_holder .first a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }

    #topnav_holder .first .level a {
        /*padding-left: 1.5em;*/
    }

    #topnav_holder .first .flyout a {
        padding-left: 2.25em;
    }

    #topnav_holder .second {
        display: none;
    }

@media screen and (min-width: 992px) {
    #topnav_holder {
        position: relative;
    }

        #topnav_holder #topnav_mobile {
            display: none;
        }

        #topnav_holder #topnav {
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            position: static;
            max-height: none;
            overflow: visible;
        }

            #topnav_holder #topnav section:last-child:hover .dropdown {
                left: auto;
                right: 0;
            }

                #topnav_holder #topnav section:last-child:hover .dropdown .flyout {
                    right: 100%;
                    left: auto;
                }

        #topnav_holder .first > header,
        #topnav_holder .first a {
            width: auto;
        }

        #topnav_holder .first:hover > .dropdown {
            display: block;
            position: absolute;
            left: 0;
        }
}

@media screen and (min-width: 992px) {
    #topnav_holder .first:hover .second {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #topnav_holder .second {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        position: absolute;
        /*left: 0;*/
        padding: 20px;
        /*width: 100%;*/
        max-width: 984px;
    }

    #topnav_holder .column {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    #topnav_holder .menu-blurb {
        width: 40%;
        margin-left: 15px;
    }

        #topnav_holder .menu-blurb h2 {
            margin: 0;
        }

        #topnav_holder .menu-blurb .menu-image {
            width: 100%;
        }
}

@media screen and (max-width: 991px) {
    #topnav_holder .mm-extra-content {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    #topnav_holder {
        width: auto;
        margin: 0;
    }
}

#topnav_mobile {
    top: 46px;
    right: 10px;
}

#topnav {
    background: #ea5e2f;
}

    #topnav .first > header a {
        height: 40px;
        padding: 0 10px;
        font-size: 1em;
        font-weight: 400;
        color: white;
    }

    #topnav .first .level {
        background: #ea5e2f;
    }

        #topnav .first .level a {
            color: white;
        }

    #topnav .first:hover > header a {
        color: white;
        background: #343537;
    }

@media screen and (min-width: 992px) {
    #topnav .first:hover > header a {
        background: none;
        /*color: #343537;*/
    }
}

#topnav .first:hover .third:hover header a,
#topnav .first:hover .level a:hover {
    color: white;
    background: #343537;
}

@media screen and (min-width: 992px) {
    #topnav .first:hover .third:hover header a,
    #topnav .first:hover .level a:hover {
        background: none;
        /*color: #343537;*/
    }
}

@media screen and (min-width: 992px) {
    #topnav {
        background: transparent;
    }

        #topnav .first > header a {
            height: 60px;
            padding: 0 7px;
            font-size: 1em;
            color: white;
        }

        #topnav .second {
            max-width: 100%;
        }

        #topnav .menu-blurb {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 60%;
            color: #00518a;
        }

            #topnav .menu-blurb .info {
                color: white;
            }

            #topnav .menu-blurb .menu-image {
                margin: 0 0 15px;
            }
}

@media screen and (min-width: 1350px) {
    #topnav .first > header a {
        padding: 0 18px;
        font-size: 1.125em;
    }
}

@media screen and (max-width: 991px) {
    #topnav .first .menu-map {
        display: none !important;
    }
}

#topnav .first .menu-map .menu-blurb {
    line-height: 2em;
    color: white;
}

    #topnav .first .menu-map .menu-blurb h2 {
        color: white;
    }

    #topnav .first .menu-map .menu-blurb .more {
        color: #343537;
        background: white;
        padding: 10px;
        display: block;
        text-align: center;
        border-radius: 3px;
        font-size: 1.5em;
        font-weight: 700;
        margin-top: 20px;
        margin-right: 20px;
    }

        #topnav .first .menu-map .menu-blurb .more:hover {
            color: white !important;
            background: black !important;
        }

#content_main {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 5%);
    max-width: calc(1350px - 5%);
    position: relative;
    z-index: 9;
    padding: 25px 2.5%;
    min-height: 400px;
    overflow: visible;
    margin-top: 20px;
    margin-bottom: 20px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}

    #content_main .pages-left-column-wrapper {
        overflow: hidden;
    }

@media screen and (max-width:991px) {
    #content_main table {
        display: block;
        overflow-x: auto;
    }

    #content_main .bell-schedule {
        display: table;
    }

    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
        font-size: .85em;
    }

    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
        width: auto;
    }

    #content_main #more-videos {
        display: none;
    }

    #content_main #staff_list_public .user-info-wrapper span[id*="staff"] {
        display: block;
    }

    #content_main #staff_list_public .user-info-wrapper .user-position-public {
        display: block;
        margin-left: 0;
        width: 100%;
    }

    #content_main #staff_list_public .user-info-wrapper p {
        display: block;
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #content_main .news-list article .column {
        width: 100%;
    }

    #content_main .show-news .attached-images {
        float: none;
        margin: 0 auto 1em;
    }

    #content_main .single-video #big-video,
    #content_main .below-start #big-video {
        width: 100% !important;
    }

    #content_main .video-list .thumb_wrap {
        display: block;
        float: none;
    }

    #content_main .video-list li .description {
        padding-left: 0;
    }

    #content_main .video-list li .video-list-date {
        padding-left: 0;
    }

    #content_main .bell-schedule {
        width: 100%;
    }

    #content_main .pages-column .stack-photo figcaption,
    #content_main .slideshow-wrapper .slide .slide-caption {
        font-size: .7em;
    }

    #content_main .video-list-top .controls,
    #content_main .video-list-top #controls2,
    #content_main .video-list-top #controls3 {
        display: none;
    }

    #content_main #album_thumbnails table img {
        width: 90%;
        height: 90%;
        position: relative;
    }

    #content_main #edlio_search_form {
        max-width: 400px;
        width: auto;
    }

        #content_main #edlio_search_form input {
            width: 200px;
        }

    #content_main #contact_form {
        width: 100%;
    }

        #content_main #contact_form table {
            display: table;
            font-size: 12px;
            width: 280px !important;
        }

        #content_main #contact_form #f_name {
            width: 200px !important;
        }

        #content_main #contact_form #f_email {
            width: 200px !important;
        }

        #content_main #contact_form #f_message {
            width: 200px !important;
        }

    #content_main #calendar_wrapper .right-column {
        float: none;
        width: 100%;
    }

        #content_main #calendar_wrapper .right-column #calendar_grid table {
            display: table;
        }

    #content_main .pages-column .page-block-text,
    #content_main .pages-column .page-block-photos {
        width: 100%;
    }

    #content_main .pages-left-column-wrapper {
        margin-left: 0 !important;
        float: none;
    }

        #content_main .pages-left-column-wrapper .pages-left-column {
            margin-left: 0 !important;
        }

    #content_main .pages-right-column {
        float: none;
        width: 100% !important;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.index #content_main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#content_main .pages-content-wrapper {
    overflow: visible;
}

#content_main img.sub {
    border: none;
}

.index #content_main {
    background: transparent;
    box-shadow: none;
}

.pageTitle {
    margin: 0 0 15px;
    padding: 0;
    font-family: "Roboto Condensed", serif;
    font-size: 2em;
    font-weight: 700;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    color: #343537;
}

.right-column-page-navigation {
    margin-bottom: 1.25em;
    background: #ea5e2f;
}

@media screen and (max-width: 767px) {
    .right-column-page-navigation {
        margin: 20px auto;
    }
}

.right-column-page-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-column-page-navigation a {
    text-decoration: none;
    color: inherit;
    display: block;
    font-weight: 400;
    padding: .8em 6% .8em 10%;
    width: 84%;
    margin: 0;
    line-height: auto;
}

    .right-column-page-navigation a:hover {
        text-decoration: underline;
    }

    .right-column-page-navigation a .inner {
        text-decoration: none;
    }

        .right-column-page-navigation a .inner:hover {
            text-decoration: underline;
        }

.right-column-page-navigation ul {
    padding: 5px 0;
}

.right-column-page-navigation li a {
    color: white;
}

.right-column-page-navigation li.active a {
    background: #343537;
    color: white;
}

#index_top {
    position: relative;
    max-height: 800px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    #index_top {
        margin-top: -25px;
    }
}

#index_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px;
    position: relative;
    width: 96%;
    margin: 0 2%;
}

@media screen and (min-width: 768px) {
    #index_main {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto;
    }
}

#index_linktop {
    position: relative;
    z-index: 9;
    margin-top: -14px;
    background: url("../pics/linktop_bg.png") top center no-repeat;
}

@media screen and (max-width:991px) {
    #index_linktop {
        margin-top: 0;
        background-position: right top;
    }
}

@media screen and (min-width: 992px) {
    #quicklinks_top .section-title {
        margin: 0 50px 0 20px;
    }
}

@media screen and (min-width: 1350px) {
    #quicklinks_top .section-title {
        margin: 0 70px 0 0;
    }
}

@media screen and (min-width: 992px) {
    #quicklinks_bottom .section-title {
        margin: 0 20px 0 50px;
    }
}

@media screen and (min-width: 1350px) {
    #quicklinks_bottom .section-title {
        margin: 0 0 0 70px;
    }
}

#index_linkbottom {
    position: relative;
    z-index: 999;
    margin-bottom: -12px;
    background: url("../pics/linkbottom_bg.png") top center no-repeat;
}

@media screen and (max-width: 991px) {
    #index_linkbottom {
        margin-bottom: 0;
        background-position: left top;
    }
}

#bg_content {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

    #bg_content .image {
        width: 100vw;
        height: 100vh;
        background-size: cover;
        background-position: center center;
    }

    #bg_content:before {
        content: "";
        z-index: 8;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(52, 53, 55, 0.85);
    }

#shuffle_main {
    position: relative;
    width: 100%;
}

    #shuffle_main .caption {
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        line-height: 1.5em !important;
        font-family: "Roboto Condensed", serif;
        font-size: 2.25em;
        font-weight: 300;
        background: linear-gradient(to left, rgba(0, 0, 0, 0.6), transparent) !important;
    }

@media screen and (min-width: 992px) {
    #shuffle_main .caption {
        left: 40% !important;
        width: 60% !important;
        padding: 0 10% 0 10% !important;
    }
}

@media screen and (max-width: 767px) {
    #shuffle_main .caption {
        display: none !important;
    }
}

#shuffle_main .caption:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 100px;
    left: 35%;
    width: 663px;
    height: 547px;
    background: url("../pics/image_matte.png") no-repeat center center;
}

@media screen and (min-width: 992px) {
    #shuffle_main .caption:before {
        left: 12%;
    }
}

#shuffle_main .caption h1 {
    z-index: 99;
    margin: 230px 0 0 0;
    line-height: 1em !important;
    text-transform: uppercase;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 2.75em;
    font-weight: 700 !important;
}

@media screen and (min-width: 992px) {
    #shuffle_main .caption h1 {
        margin: 160px 100px 0 0;
        text-align: left;
    }
}

#shuffle_main .caption h2 {
    z-index: 99;
    margin: 230px 0 0 0;
    line-height: 1em !important;
    text-transform: uppercase;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 2.75em;
    font-weight: 700 !important;
}

@media screen and (min-width: 992px) {
    #shuffle_main .caption h2 {
        margin: 160px 100px 0 0;
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    #shuffle_main .caption p {
        margin: 5px 0;
        font-size: 1.35em;
        line-height: 1.2em;
    }
}

.content-container {
    margin: 0 0 1em;
    margin: 0;
}

    .content-container .section-title {
        margin: 0;
        font-weight: 400;
    }

        .content-container .section-title a {
            display: block;
            width: auto;
            margin: 0;
            padding: 0;
            text-decoration: none;
            color: inherit;
        }

            .content-container .section-title a:hover {
                text-decoration: none;
            }

    .content-container .read-more-link {
        text-decoration: none;
        display: inline-block;
    }

        .content-container .read-more-link:hover {
            text-decoration: underline;
        }

    .content-container .section-title {
        width: 100%;
        margin: 30px 0;
        text-transform: uppercase;
        text-shadow: 0 2px 2px rgba(76, 175, 80, 0.51);
        line-height: 1em;
        font-size: 2.25em;
        font-weight: 700;
        color: #009021;
    }

.section-title {
    width: 100%;
    margin: 10px 0;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(48, 49, 48, 0.51);
    line-height: 1em;
    font-size: 2em;
    font-weight: 700;
    color: #101010;
}

@media screen and (min-width: 768px) {
    .content-container .section-title {
        font-size: 2.625em;
    }
}

@media screen and (min-width: 992px) {
    .content-container .section-title {
        margin: 40px 0;
        font-size: 3em;
    }
}

.content-container .item {
    margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
    .content-container .item {
        margin: 0 0 2em;
    }
}

.content-container .item-text {
    width: 100%;
    line-height: 1.5em;
    font-family: "Roboto Condensed", serif;
    font-weight: 400;
    color: black;
}

@media screen and (min-width: 992px) {
    .content-container .item-text {
        font-size: 1.125em;
    }
}

.content-container .read-more-link-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media screen and (min-width: 768px) {
    .content-container .read-more-link-group {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
}

.content-container .read-more-link {
    position: relative;
    margin: 10px 0;
    padding: 0 20px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", serif;
    font-size: 1.125em;
    font-weight: 700;
    color: white;
    background: #ea5e2f;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    .content-container .read-more-link {
        margin: 40px 5px;
    }
}

@media screen and (min-width: 992px) {
    .content-container .read-more-link {
        margin: 40px 20px;
    }
}

.content-container .read-more-link:hover {
    text-decoration: none;
    background: #343537;
}

.content-container [class*="-name"] {
    margin: 0 0 30px;
    font-size: 1em;
}

    .content-container [class*="-name"] a {
        font-family: "Roboto Condensed", serif;
        font-size: 1.625em;
        font-weight: 700;
        text-transform: uppercase;
        color: #ea5e2f;
    }

.content-container a {
    text-decoration: none;
    color: #ea5e2f;
}

    .content-container a:hover {
        text-decoration: underline;
    }

.news-container .news-item-image-holder {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 768px) {
    .news-container .news-item-image-holder {
        width: 50%;
        overflow: hidden;
    }
}

@media screen and (min-width: 992px) {
    .news-container .news-item-image-holder {
        height: 650px;
    }
}

@media screen and (max-width: 767px) {
    .news-container .news-item-image-holder {
        height: 200px;
    }
}

.news-container .item {
    margin: 0;
    padding: 0;
}

.news-container .news-list article {
    background: transparent;
    border: 0;
}

.news-container .item-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .news-container .item-article {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.news-container .item-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: url("../pics/news_bg.jpg") left top repeat-x;
}

@media screen and (min-width: 768px) {
    .news-container .item-wrapper {
        width: 50%;
        height: 462px;
    }

        .news-container .item-wrapper:before {
            content: "";
            z-index: 99;
            position: absolute;
            top: 0;
            left: -83px;
            width: 83px;
            height: 100%;
            background: url("../pics/news_matte.png") top center no-repeat;
        }
}

@media screen and (min-width: 992px) {
    .news-container .item-wrapper {
        height: 662px;
    }
}

.news-container .item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 90%;
    padding: 0 5%;
    height: 100%;
}

@media screen and (min-width: 1350px) {
    .news-container .item-content {
        max-width: 625px;
    }
}

.news-container .item-text {
    max-height: 200px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    .news-container .item-text {
        max-height: 330px;
    }
}

@media screen and (max-width: 767px) {
    .news-container .read-more-link {
        margin: 30px auto;
    }
}

.news-container .slick-prev {
    left: 30px;
}

.news-container .slick-next {
    right: 30px;
}

.slick-slider .slick-slide {
    height: auto;
}

.slick-slider .slick-arrow {
    display: block;
    overflow: hidden;
    height: 76px;
    width: 58px;
    white-space: nowrap;
    text-indent: 200%;
    color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 99;
    position: absolute;
    top: calc(50% - 38px);
    border: none !important;
    outline: none !important;
}

@media screen and (max-width: 767px) {
    .slick-slider .slick-arrow {
        top: 70px;
    }
}

.slick-slider .slick-arrow:hover {
    cursor: pointer;
}

@media screen and (max-width:991px) {
    .slick-slider .slick-arrow {
        background-position: center center !important;
    }
}

.slick-slider .slick-prev {
    left: 30px;
    background: url("../pics/prev_button.png");
}

.slick-slider .slick-next {
    right: 30px;
    background: url("../pics/next_button.png");
}

#events_container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 140px);
    max-width: calc(1350px - 140px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    #events_container .items-list {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        #events_container .items-list .item {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            width: 300px;
        }

@media screen and (min-width: 768px) {
    #events_container .items-list .item {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 992px) {
    #events_container .items-list .item {
        width: 30%;
    }
}

#events_container .section-title {
    width: auto;
    margin: 90px 0 80px;
    color: white;
}

#events_container .event-date {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 90px;
    height: 90px;
    margin: 0 20px 0 0;
    line-height: 1.1em;
    text-transform: uppercase;
    font-family: "Roboto Condensed", serif;
    font-size: 1.875em;
    font-weight: 700;
    color: white;
    border-radius: 50%;
    border: 3px solid white;
    background: #ea5e2f;
}

#events_container .event-summary {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

    #events_container .event-summary .item-name {
        margin: 0;
    }

        #events_container .event-summary .item-name a {
            font-size: 1.125em;
            font-weight: 700;
            color: white;
        }

    #events_container .event-summary .item-text {
        font-size: 1.125em;
        font-weight: 700;
        color: white;
    }

#events_container .read-more-link {
    margin: 50px 0 90px;
}

#events_container .slick-prev {
    left: -70px;
}

#events_container .slick-next {
    right: -70px;
}

#links_container .links-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#spotlight_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    #spotlight_container {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}

@media screen and (min-width: 992px) {
    #spotlight_container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

#spotlight_container .spotlight-image-holder {
    width: 100%;
    height: 440px;
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 768px) {
    #spotlight_container .spotlight-image-holder {
        width: 50%;
        overflow: hidden;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width: 992px) {
    #spotlight_container .spotlight-image-holder {
        height: 640px;
    }
}

@media screen and (max-width: 767px) {
    #spotlight_container .spotlight-image-holder {
        height: 200px;
    }
}

#spotlight_container .item {
    margin: 0;
    padding: 0;
}

#spotlight_container .item-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    #spotlight_container .item-article {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#spotlight_container .item-wrapper {
    position: relative;
    width: 100%;
    height: 462px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background: url("../pics/spotlight_bg.jpg") right top repeat-x;
}

@media screen and (min-width: 768px) {

    #spotlight_container .item-wrapper {
        margin-top: -25px;
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

        #spotlight_container .item-wrapper:before {
            content: "";
            z-index: 99;
            position: absolute;
            top: 0;
            right: -87px;
            width: 87px;
            height: 100%;
            background: url("../pics/spotlight_matte.png") top center no-repeat;
        }
}

@media screen and (min-width: 992px) {
    #spotlight_container .item-wrapper {
        height: 662px;
    }
}

#spotlight_container .item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 90%;
    padding: 0 5%;
    height: 100%;
}

@media screen and (min-width: 1350px) {
    #spotlight_container .item-content {
        max-width: 625px;
    }
}

#spotlight_container .spotlightmessage-wrapper {
    max-height: 145px;
    overflow: hidden;
}

@media screen and (min-width: 992px) {
    #spotlight_container .spotlightmessage-wrapper {
        max-height: 220px;
    }
}

@media screen and (max-width: 767px) {
    #spotlight_container .spotlightmessage-wrapper {
        margin-bottom: 20px;
    }
}

body .quicklinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1350px;
}

@media screen and (max-width: 767px) {
    body .quicklinks {
        background: #ea5e2f;
    }
}

body .quicklinks .section-title {
    width: auto;
    color: white;
}

@media screen and (max-width: 767px) {
    body .quicklinks .section-title {
        display: none;
    }
}

@media screen and (max-width: 1349px) {
    body .quicklinks .section-title {
        font-size: 1.5em;
    }
}

body .quicklinks a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 258px;
    width: 160px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Roboto Condensed", serif;
    font-size: 1.125em;
    font-weight: 700;
    color: white;
}

@media screen and (min-width: 768px) {
    body .quicklinks a {
        width: 140px;
    }
}

@media screen and (min-width: 992px) {
    body .quicklinks a {
        height: 258px;
        width: 180px;
        font-size: 1.3125em;
    }
}

@media screen and (min-width: 1350px) {
    body .quicklinks a {
        height: 258px;
        width: 220px;
        font-size: 1.5em;
    }
}

body .quicklinks a:before {
    content: "";
    z-index: 8;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -60px;
    width: 100px;
    height: 100px;
    background: #ea5e2f;
    border: 8px solid white;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

@media screen and (min-width: 1350px) {
    body .quicklinks a:before {
        top: 20px;
        width: 140px;
        height: 140px;
        margin-left: -78px;
    }
}

body .quicklinks a svg {
    z-index: 9;
    fill: #343537;
    height: 60px;
    width: 60px;
    margin: 40px 0 50px;
}

@media screen and (min-width: 1350px) {
    body .quicklinks a svg {
        width: 90px;
        height: 90px;
    }
}

body .quicklinks a span {
    display: inline-block;
    width: 100%;
}

body .quicklinks a:hover {
    text-decoration: none;
    color: #343537;
}

    body .quicklinks a:hover:before {
        background: #343537;
    }

    body .quicklinks a:hover svg {
        fill: #ea5e2f;
    }

#quicklinks_top a:nth-of-type(1) svg {
    margin: 20px 0 50px;
}

#quicklinks_top a:nth-of-type(3) svg {
    margin: 30px 0 50px;
}

#quicklinks_bottom a:nth-of-type(2) svg {
    margin: 20px 0 50px;
}

#quicklinks_bottom a:nth-of-type(4) svg {
    margin: 20px 0 50px;
}

#quicklinks_bottom .section-title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

#footer_main {
    width: 100%;
    height: auto;
    background: url("../pics/footer_bg.jpg") center top no-repeat;
}

    #footer_main #footer_inner {
        position: relative;
        width: 100%;
        max-width: 1350px;
        height: auto;
        margin: 0 auto;
    }

    #footer_main #footer_inner {
        background: none;
    }

    #footer_main #footer_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

@media screen and (min-width: 768px) {
    #footer_main #footer_inner {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 1350px) {
    #footer_main #footer_inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) {
    #footer_main #footer_inner {
        height: 257px;
    }
}

@media screen and (max-width: 991px) {
    #footer_main #footer_inner {
        background: url("../pics/spotlight_bg.jpg") top center no-repeat;
        background-size: cover;
    }
}

#footer_main #footer_inner .section-title {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #343537;
}

#footer_address {
    font-style: normal;
    margin: 40px 0 25px;
    line-height: 1.8em;
    text-transform: uppercase;
    color: #343537;
    font-family: "Roboto Condensed", serif;
    font-size: 1.125em;
    font-weight: 700;
}

    #footer_address a {
        color: inherit;
        font-size: inherit;
    }

    #footer_address #footer_address_title {
        display: block;
        margin: 0 0 10px;
        font-family: "futura-pt", sans-serif;
        font-weight: 400;
        font-style: italic;
    }

        #footer_address #footer_address_title span {
            display: inline-block;
            width: 100%;
        }

        #footer_address #footer_address_title .top-line {
            line-height: 1em;
        }

        #footer_address #footer_address_title .bottom-line {
            display: block;
            font-size: 1.35em;
            font-weight: 700;
        }

    #footer_address .footer-info-block {
        display: block;
    }

@media screen and (max-width: 767px) {
    #footer_address {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

        #footer_address #footer_address_location {
            display: block;
        }
}

#google_tools {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (min-width: 1350px) {
    #google_tools {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

#footer_section {
    width: 160px;
    margin: 0 0 20px;
}

@media screen and (min-width: 992px) {
    #footer_section {
        width: 160px;
        margin: 0;
        margin-right: 40px;
    }
}

@media screen and (min-width: 1350px) {
    #footer_section {
        width: 300px;
        margin-right: 60px;
    }
}

#footer_section #social_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

@media screen and (min-width: 992px) {
    #footer_section #social_nav {
        margin: 0 0 38px;
    }
}

#footer_section #social_nav .section-title {
    font-size: 1.5em;
}

#footer_section #social_nav a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: none;
    margin: 0 8px;
}

    #footer_section #social_nav a svg {
        display: block;
        width: 30px;
        height: 30px;
        margin: 0;
        fill: black;
    }

    #footer_section #social_nav a:hover svg {
        fill: #ea5e2f;
    }

#footer_motto {
    width: 100%;
    padding: 6px 0;
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 1.25em;
    font-style: italic;
    font-weight: 700;
    background: #ea5e2f;
}

@media screen and (min-width: 992px) {
    #footer_motto {
        width: 200px;
        padding: 25px 0 0;
        font-size: 1.5em;
        background: none;
    }
}

@media screen and (min-width: 1350px) {
    #footer_motto {
        width: 320px;
        font-size: 1.75em;
    }
}

#footer_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 300px;
}

    #footer_nav a {
        width: 46%;
        padding: 5px 2%;
        line-height: 1em;
        text-transform: uppercase;
        text-decoration: none;
        font-family: "Roboto Condensed", serif;
        font-size: .95em;
        font-weight: 700;
        color: black;
    }

        #footer_nav a:hover {
            color: #ea5e2f;
        }

#edlio_login {
    text-decoration: none;
    color: white;
}

    #edlio_login svg {
        width: 24px;
        height: 16px;
        fill: white;
    }

    #edlio_login:hover {
        color: #ea5e2f;
    }

        #edlio_login:hover svg {
            fill: #ea5e2f;
        }

#edlio_logo {
    display: block;
    width: 140px;
    height: 20px;
    overflow: hidden;
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: transparent;
}

    #edlio_logo svg {
        display: block;
        width: 140px;
        height: 20px;
        margin: 0;
        fill: rgba(255, 255, 255, 0.4);
    }

    #edlio_logo svg {
        display: block;
    }

@media screen and (max-width: 991px) {
    #edlio_logo {
        background: #343537;
    }

        #edlio_logo svg {
            margin: 0 auto;
        }
}

#mobile_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: #ea5e2f;
}

    #mobile_nav a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: .75em;
        text-decoration: none;
        color: white;
    }

        #mobile_nav a svg {
            width: 28px;
            height: 28px;
            margin-bottom: 5px;
            fill: white;
        }

        #mobile_nav a:hover {
            color: #343537;
        }

            #mobile_nav a:hover svg {
                fill: #343537;
            }

@media screen and (min-width: 768px) {
    #mobile_nav {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #footer_main {
        padding-bottom: 64px;
    }
}

/*# sourceMappingURL=main.css.map */

.maincontent_fluid {
    width: 100%;
    float: left;
    background: #009725;
}


.l_news:before {
    content: "";
    padding-bottom: 50px;
    padding-left: 5%;
    background-color: #ff7f00;
    float: left;
}

.news_hd {
    width: 14%;
    display: block;
    background-color: #ff7f00;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    float: left;
    font-weight: 700;
}

.news_right {
    width: 77%;
    display: block;
    background-color: #009725;
    color: #fff;
    position: relative;
    float: left;
    height: 50px;
    padding-right: 2%;
    line-height: 50px;
    background-attachment: scroll;
    background-image: url(../images/right_red.png) !important;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 2%;
}
/*.l_news:after {
    content: "";
    padding-bottom: 50px;
    padding-right: 7%;
    background-color: #28265c;
    float: right;
}*/
.ptb-30 {
    padding: 30px 0;
    width: 100%;
    float: left;
    background: white;
}

.text-center {
    text-align: center;
}

.sperater {
    width: 170px;
    display: inline-block;
    margin: 0 0 5px;
}

    .sperater::after, .sperater::before {
        content: "";
        position: absolute;
        width: 27%;
        top: 50%;
        border: 1px solid #00807d;
    }

    .sperater i:first-child {
        margin: 0;
    }

    .sperater i {
        background: #f0a30a;
    }

    .sperater .active {
        border: 1px solid;
        background: 0 0;
        height: 12px;
        width: 12px;
    }

    .sperater i {
        height: 9px;
        width: 9px;
        display: inline-block;
        margin: 0 0 0 6px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sperater::after, .sperater::before {
        content: "";
        position: absolute;
        width: 27%;
        top: 50%;
        border: 1px solid #00807d;
    }

    .sperater::before {
        left: 0;
    }

    .pace, .sperater::after {
        right: 0;
    }

.sperater, .zoom {
    position: relative;
}

.contact p {
    text-align: justify;
    font-size: 22px;
    line-height: 33px;
    color: #636262;
    margin-bottom: 12px;
}

p {
    text-align: justify;
    font-size: 18px;
    line-height: 27px;
    color: #636262;
    margin-bottom: 10px;
    margin-top: 0px;
}

.aside-list {
    padding-left: 0;
}

    .aside-list li {
        margin-bottom: 10px;
        display: inline-block;
        list-style: none;
        /*margin-right:14px;*/
    }

        .aside-list li a {
            display: block;
            background: #f0a30a;
            padding: 10px 20px;
            color: #fff;
            border-radius: 15px;
            font-size: 22px;
            font-family: Algerian;
            text-decoration: none;
        }

.first-box-details {
    margin: 0;
    float: left;
    height: 300px;
    cursor: pointer;
    margin-right: 25px;
    -webkit-transform: matrix(0.9613,0.2756,-0.3756,0.9613,0,-46);
    -ms-transform: matrix(0.9613,0.2756,-0.3756,0.9613,0,-46);
    -o-transform: matrix(0.9613,0.2756,-0.3756,0.9613,0,-46);
    transform: matrix(0.9613,0.2756,-0.3756,0.9613,0,-46);
    background: #333;
    height: 413px;
    width: 220px;
}

.content-text-details {
    width: 245px;
    float: left;
    margin: 0;
    margin-top: 40%;
    transform: rotate(-16deg);
}

    .content-text-details h3 {
        color: #07DFFD !important;
        font-size: 30px;
        text-transform: uppercase;
        text-align: left;
        font-weight: 800;
        padding-left: 15px;
        padding-top: 38px;
    }

    .content-text-details p {
        text-align: left;
        font-size: 12px;
        font-weight: 800;
        padding-left: 8px;
        font-weight: 500;
        color: #fff;
        line-height: 14px;
        padding-right: 35px;
    }

        .content-text-details p a {
            color: #fff;
            text-transform: uppercase;
            margin-top: 5px;
            font-size: 14px;
            border: solid 2px #fff;
            text-align: center;
            width: 100px;
            float: left;
            padding: 5px 5px;
        }

.about {
    background-color: rgba(255,255,255,0);
    background-image: url(../images/White-BG.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
    /* padding-right: 30px; */
    padding-bottom: 32px;
    /*padding-left: 30px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.imgg img {
    border-radius: 30px 0px 30px 0px;
}

.imgg {
    margin-top: 30px;
}

.strengths {
    padding: 0px;
    margin-bottom: 20px;
}

.align_center {
    text-align: center;
}

    .align_center p {
        text-align: center;
        color: black;
    }

.admission {
    background-color: #f26900;
    padding: 2% 0px 2% 0px;
    border-radius: 6px 0px 0px 6px;
}

.admission1 {
    background-color: #fff7b2;
    border: 1px solid #f26900;
    padding: 0px 20px 0px 20px;
    border-radius: 0px 6px 6px 0px;
    height: 109px;
    padding: 2% 0px 2% 0px;
}

.admsn {
    border-radius: 2px;
    margin-top: 20px;
}

.fac {
    margin-top: 20px;
}

.fusion-text p {
    color: white !important;
    margin-bottom: 15px;
    line-height: 19px;
}

.fusion-footer-copyright-area {
    background-color: #ff7417;
    border-color: #fcc006;
    border-top-width: 1px;
    padding-top: 18px;
    padding-bottom: 16px;
    color: white;
    /* font-weight: bold; */
    font-size: 19px;
    text-align: center;
    width: 100%;
    float: left;
}

.facilities {
    width: 100%;
    float: left;
    /*background: linear-gradient( to right, #009827 0%, #039827 50%, #ffffff 50%, #ffffff 100% );*/
}
/*.facilities h1 {
        color:white;
    }*/
.facilities1 {
    width: 100%;
    float: left;
    /*background: linear-gradient( to right, #009827 0%, #039827 50%, #ffffff 50%, #ffffff 100% );*/
}
/*.facilities h1 {
        color:white;
    }*/
.contact1 {
    background: url(../images/BackgroundTULIP.jpg);
    background-size: 100% 100%;
}

.fusion-button.button-2 {
    background: #ff7417;
    margin-top: 20px;
}

.button-pill, .fusion-body .fusion-button-pill, .fusion-button-pill {
    border-radius: 7px !important;
    padding: 9px 29px;
    /* line-height: 17px; */
    font-size: 21px;
    text-decoration: none;
    color: white;
    /* margin-top: 30px; */
}

input, textarea {
    width: 100%;
    margin-bottom: 10px;
    padding:2px;
}

input {
    height: 36px;
}

.contact1 input {
    border: 0px;
}

label {
    font-weight: bold;
}

textarea {
    margin-bottom: 17px;
}

.syllabuslink {
    border: 1px solid #e4e4e4;
    float: left;
    width: 100%;
    padding: 4px 5px 4px 0px;
    margin: 0px 0 5px 0;
    line-height: 14px;
}

    .syllabuslink p {
        padding: 3px 0 3px 0;
    }

.cs-btn-default {
    height: 39px;
    color: #ffffff;
    background-color: #40a101;
    /* padding: 8px 0px; */
    font-size: 16px;
    line-height: 43px;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    /* margin-top: 13px; */
    width: 100%;
    float: left;
    text-align: center;
    color: white;
}

.vi {
    float: left;
    background: #009827;
    color: white;
    border: 0px;
    /* font-weight: bold; */
    font-size: 17px;
    margin-top: 30px;
    height: 46px;
}

.vi1 {
    float: left;
    background: #ff7417;
    color: white;
    border: 0px;
    /* font-weight: bold; */
    font-size: 17px;
    margin-top: 30px;
    height: 46px;
}

.headings {
    max-width: 100%;
    margin-bottom: 30px;
}

@media screen and (min-width: 1200px) and (max-width:1350px) {
    #topnav .first > header a {
        height: 60px;
        padding: 0 17px;
        font-size: 1em;
        color: white;
    }

    #header_title a {
        height: 128px;
        padding: 0 0 0 132px;
        background-size: auto;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 24px !important;
    }

    .kids_achi_box {
        float: left !important;
        padding-left: 15px;
    }

    .kids_corner {
        height: 284px!important;
    }

    .white_box {
        height: auto !important;
    }

    .toppers {
        width: 100% !important;
    }

    .hbdy {
        width: 100% !important;
    }

    .full_box {
        width: 100% !important;
    }

    #header_title .bottom-line {
        line-height: 1.1em;
        font-size: .9em !important;
    }

    .contact p {
        text-align: left;
        font-size: 16px;
        line-height: 33px;
        color: #636262;
        margin-bottom: 12px;
    }
}

.admsn {
    background: #f26900;
}

@media (min-width:992px) and (max-width:1199px) {
    .fac1 .img1 {
        height: 439px;
    }

    .fac1 .img2 {
        height: 413px;
    }

    .fac1 .img5 {
        height: 409px;
    }

    .fac1 .img6 {
        height: 401px;
    }

    .fac1 .img7 {
        height: 927px;
    }

    .fac1 .img8 {
        height: 500px;
    }

    .fac1 .img9 {
        height: 400px;
    }
       .fac1 .img10 {
        height: 359px;
    }
        .fac1 .img11 {
        height: 343px;
    }
    #header_title .bottom-line {
        font-size: 2em;
        margin-top: -12px;
    }

    .emails {
        display: none !important;
    }
}


@media (max-width:991px) {
    #topnav .first .level {
        background: #ff740f;
    }

    .hidden2 {
        display: none;
    }
}

@media (min-width:992px) {

    .hidden1 {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .gallery img {
        height: 149px;
    }
    #top_bar {
        height: 27px;
    }

    #header_title .bottom-line {
        margin-top: 7px !important;
    }

    #top_bar:before {
        content: "";
        z-index: 99;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-bottom: 27px solid black;
    }
}

@media (max-width:767px) {
    ol li, ul li {
    text-align: justify;
    font-size: 16px !important;
    line-height: 27px;
    color: #636262;
    margin-bottom: 10px;
}
    .headings {
    max-width: 100%;
    margin-bottom: 0px !important;
}
    .emails {
        display: none !important;
    }

    #header_title a {
        padding: 22px 0 1px 68px;
        background-position: 2px 25px !important;
    }

    h2 {
        font-size: 1em !important;
    }

    .admission1 {
        height: auto !important;
    }

    p {
        text-align: justify;
        font-size: 16px !important;
    }
}
/*.widget .fusion-social-networks.boxed-icons .fusion-social-network-icon {
    margin: 0 3.5px 10px;
}
.fusion-social-networks .fusion-social-network-icon {
    display: inline-block;
    margin: 0 10px 10px;
    font-size: 16px;
    color: #46494a;
    text-decoration: none;
    box-shadow: none!important;
}*/
.social li {
    display: inline-block;
    padding: 7px 0px;
    margin-left: 3px;
    list-style: none;
    border-radius: 4px;
    color: white;
}

.social li a{

    padding: 7px 12px;
  
}

    .social li a {
        color: white;
    }

ol {
    padding-left: 25px;
}

@media (min-width:768px) and (max-width:991px) {
    .mentors h1 {
        font-size: 1.5em !important;
    }
    .map1 {
        display: none !important;
    }

    .kids_achi_box {
        float: none !important;
        padding-left: 4%;
    }

    .white_box {
        height: auto !important;
    }

    .toppers {
        width: 48% !important;
    }

    .hbdy {
        width: 48% !important;
    }

    .full_box {
        width: 100% !important;
    }
}

@media (min-width:1200px) {
    .rt {
        display: none;
    }
}

@media (max-width:758px) {
    .news_right {
        width: 56%;
        display: block;
        background-color: #009725;
        color: #fff;
        position: relative;
        float: left;
        height: 50px;
        padding-right: 2%;
        line-height: 50px;
        background-attachment: scroll;
        background-image: url(../images/right_red.png) !important;
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 6%;
    }
    .news_hd {
    width: 34%;
    display: block;
    background-color: #ff7f00;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    float: left;
    font-weight: 700;
}
    .l_news:before {
    content: "";
    padding-bottom: 50px;
    padding-left: 2%;
    background-color: #ff7f00;
    float: left;
}
}
