﻿/*
    Colors

    Turquoise:  #028572
    Lime Green: #008900
    Blue: #305291

*/


@font-face {
    font-family: "Gotham Book";
    src: url("/fonts/GOTHAM-BOOK_2.otf") format("opentype"), url("/fonts/GOTHAM-BOOK_2.ttf") format("truetype");
}


body {
    font-family: "Gotham Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
    color: #305291;
    text-decoration: none;
}

/*main a {
    border-bottom: 1px solid #305291;
}
*/

main a {
    text-decoration: underline;
}

a:hover {
    color: #028572;
}

a.white-link {
    color: white;
}

a.white-link:hover {
    color: #DDDDDD;
    text-decoration: none;
}


a.white-link-sm {
    color: white;
    font-size: .8rem;
    line-height: 0;
}

a.white-link-sm:hover {
    color: #DDDDDD;
    text-decoration: none;
}

/*Master page*/

.top-alert-fixed {
    position: fixed;
}

.top-alert {
    color: black;
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    padding: 20px;
    width: 100%;
    z-index: 1000;
    /*opacity: .9;*/
}

.alert-bg {
    background: #e73236;
}

.alert-teal {
    background: #00a890;
}

.news-bg {
    background: #8ed169;
}

.search-bg {
    background: #305291;
}

.search-modal {
    min-width: 70%;
    max-width: 80%;
}


@media screen and (max-width: 550px) {
    .search-modal {
        min-width: 70%;
        max-width: 96%;
    }
}


.show {
    padding-right: 0px !important;
}


.top-alert-btn {
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    display: inline-block;
    font-weight: bold;
    padding: 6px;
    cursor: pointer;
    color: black;
}

.top-alert-btn:hover {
    opacity: .8;
    border: 0px;
    color: #EFEFEF;
    text-decoration: none;
}

.top-alert-btn-bg {
    background: #c42326;
    color: white;
}

.top-news-btn-bg {
    background: #5eb445;
}

.top-teal-btn-bg {
    background: #01947f;
}

.alert-modal {
    color: white;
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
}


.alert-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.alert-body {
    text-align: left;
    font-size: .8rem;
}

/*Google Translate*/
@media (max-width: 400px) {
    .goog-te-banner-frame.skiptranslate {
        display: none !important;
    }

    body {
        top: 0px !important;
    }
}

.goog-te-gadget .goog-te-combo {
    margin: 0;
    border: 1px solid #305291;
    border-radius: 2px;
    padding: 3px;
    font-size: .76rem;
    cursor: pointer;
    font-family: "Gotham Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.translate-box {
    position: absolute;
    top: 0px;
    /*  right: 153px;*/
    right: 0px;
}

.translate-box-alert {
    top: 80px;
}

.translate-box-two-alert {
    top: 160px;
}


/*.smallemployment {
    float: left;
    display: block;
}

.largeemployment{
    display: none;
}*/

@media (max-width: 600px) {
    .translate-box-alert {
        top: 110px;
    }


    .translate-box-two-alert {
        top: 210px;
    }
}

/*@media (max-width: 960px) {
    .translate-box {
        right: 0px;
    }

    .smallemployment {
        display: none;
    }

    .largeemployment {
        display: block;
  
    }

    .largeemployment-img {
        max-width: 600px;
        height: auto;
    }
}

@media (max-width: 570px) {

    .largeemployment-img {
        max-width: 340px;
        height: auto;
    }
}*/

/*End Google Translate */

/*.header-image {
    margin-top: 50px;
    margin-bottom: 30px;
}

.header-icons {
    position: absolute;
    right: 20px;
    top: 130px;
}

.header-icons-alert {
    top: 210px;
}*/


.header-image {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-icons {
    position: absolute;
    right: 20px;
    top: 100px;
}

.header-icons-alert {
    top: 180px;
}

.header-icons-two-alert {
    top: 240px;
}


.header-img {
    height: 50px;
    width: 52px;
    margin: auto;
}

.text-menu {
    margin-right: auto;
    margin-left: auto;
}


/*@media screen and (max-width: 1300px) {*/
/*@media screen and (max-width: 1660px) {*/
@media screen and (max-width: 1840px) {
    .header-icons {
        position: relative;
        right: inherit;
        top: inherit;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 550px) {
    .header-icons {
        position: relative;
        right: inherit;
        top: inherit;
        max-width: 300px;
        margin: auto;
        margin-bottom: 10px;
    }
}

.header-icon {
    background-repeat: no-repeat;
    background-position: top center;
    width: 76px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    margin-top: 6px;
    color: #305291 !important;
    font-size: .62rem;
    padding-top: 52px;
}

.header-icon:hover {
    color: #7BC142 !important;
    text-decoration: none;
}


.header-img-calendar {
    background-image: url('../images/master/top-icons/calendars-295.png');
}

.header-img-calendar:hover {
    background-image: url('../images/master/top-icons/calendars-368.png');
}

.header-img-apple {
    background-image: url('../images/master/top-icons/menus-295.png');
}

.header-img-apple:hover {
    background-image: url('../images/master/top-icons/menus-368.png');
}

.header-img-fees {
    background-image: url('../images/master/top-icons/participation-fees-295.png');
}

.header-img-fees:hover {
    background-image: url('../images/master/top-icons/participation-fees-368.png');
}

.header-img-hac {
    background-image: url('../images/master/top-icons/home-access-center-295.png');
}

.header-img-hac:hover {
    background-image: url('../images/master/top-icons/home-access-center-368.png');
}

.header-img-pp {
    background-image: url('../images/master/top-icons/parent-portal-295.png');
}

.header-img-pp:hover {
    background-image: url('../images/master/top-icons/parent-portal-368.png');
}

.header-img-o365 {
    background-image: url('../images/master/top-icons/office365-295.png');
}

.header-img-o365:hover {
    background-image: url('../images/master/top-icons/office365-368.png');
}

.header-img-school {
    background-image: url('../images/master/top-icons/school-and-bus-locator-295.png');
}

.header-img-school:hover {
    background-image: url('../images/master/top-icons/school-and-bus-locator-368.png');
}


.header-img-vacancy {
    background-image: url('../images/master/top-icons/sun-295.png');
}

.header-img-vacancy:hover {
    background-image: url('../images/master/top-icons/sun-368.png');
}


.header-img-laptop {
    background-image: url('../images/master/top-icons/laptop-295.png');
}

.header-img-laptop:hover {
    background-image: url('../images/master/top-icons/laptop-368.png');
}

/*Coronavirus*/
/*.corona-box {
    position: absolute;
    left: 10px;
    top: 20px;
}

.corona-box-alert {
    top: 96px;
}

.corona-image {
    width: 200px;
    height: auto;
}

    .corona-image:hover {
        opacity: .9;
    }





@media screen and (max-width: 1500px) and (min-width: 1080px) {
    .corona-box {
        position: absolute;
        left: 10px;
        top: 116px;
    }

    .corona-box-alert {
        top: 192px;
    }
}

@media screen and (max-width: 850px) {
    .corona-box {
        position: relative;
        right: inherit;
        top: inherit;
        max-width: 300px;
        margin: auto;
        margin-bottom: 10px;
    }
}*/



.corona-box {
    position: absolute;
    left: 10px;
    top: 15px;
}

.corona-box-alert {
    top: 96px;
}

.corona-box-two-alert {
    top: 176px;
}

.corona-image {
    width: 340px;
    height: auto;
}

.corona-image:hover {
    /* opacity: .9;*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}



.front-image:hover {
    /* opacity: .9;*/
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}


@media screen and (max-width: 768px) {
    .front-image {
        max-width: 340px;
        height: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}




/*@media screen and (max-width: 1660px) and (min-width: 1080px) {*/
@media screen and (max-width: 1840px) and (min-width: 1080px) {
    .corona-box {
        position: absolute;
        left: 10px;
        top: 130px;
    }

    .corona-box-alert {
        top: 192px;
    }

    .corona-box-two-alert {
        top: 264px;
    }
}

.corona-box-image {
    max-width: 375px;
}

/*@media screen and (max-width: 1370px) {*/
@media screen and (max-width: 1520px) {
    .corona-box {
        position: relative;
        right: inherit;
        top: inherit;
        max-width: 340px;
        margin: auto;
        margin-bottom: 10px;
    }

    .corona-box-image {
        max-width: 90%;
    }
}


/*end coronavirus*/

.sub-menu-icon {
    background-repeat: no-repeat;
    background-position: top center;
    width: 44px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    margin-top: 6px;
    padding-top: 52px;
    float: right;
    image-rendering: optimizeQuality;
}


.sub-menu-img {
    background-image: url('../images/master/submenu.png');
}

.sub-menu-img:hover {
    background-image: url('../images/master/submenu-hover.png');
}



.search-img {
    height: 50px;
    width: 52px;
    margin: auto;
}


.search-icon {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.search-icon:hover {
    opacity: .8;
}


.search-menu-icon {
    background-repeat: no-repeat;
    background-position: top center;
    width: 76px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    margin-top: 6px;
    color: white !important;
    font-size: .62rem;
    padding-top: 52px;
}

.search-menu-icon:hover {
    opacity: .8;
    text-decoration: none;
}


.search-menu-calendar {
    background-image: url('../images/master/calendars-white.png');
}

.search-menu-menus {
    background-image: url('../images/master/menus-white.png');
}

.search-menu-hac {
    background-image: url('../images/master/hac-white.png');
}

.search-menu-pp {
    background-image: url('../images/master/parent-portal-white.png');
}

.search-menu-sl {
    background-image: url('../images/master/bus-white.png');
}

.search-menu-vol {
    background-image: url('../images/master/volunteer-white.png');
}

.search-menu-fees {
    background-image: url('../images/master/participation-fees-white.png');
}

.search-menu-bully {
    background-image: url('../images/master/bully-white.png');
}

.search-menu-contact {
    background-image: url('../images/master/contact-us-white.png');
}


/*.search-icon-text {
    text-align: center;
    margin-top: 6px;
    color: white;
    cursor: pointer;
    font-size: .6rem;
}*/



.menu {
    background: #305291;
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    z-index: 11;
}

.sub-menu-left {
    background: #e5e6e7;
    -webkit-box-shadow: 5px 0px 5px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 0px 5px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 0px 5px -2px rgba(0, 0, 0, 0.15);
    z-index: 11;
    text-align: center;
}

.sub-menu-right {
    background: #faf8f8;
    text-align: center;
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: white;
    opacity: .8;
}

.nav-item {
    margin-left: 15px;
    margin-right: 15px;
}


.dropdown-menu-top {
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    min-width: 32rem;
    padding: 0px;
    top: 112%;
    margin-left: -56px;
}

.dropdown-menu-top a {
    color: #305291;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.dropdown-menu-top a:hover {
    color: #5eb445;
    text-decoration: none;
}

.dropdown-menu-boe {
    min-width: 18rem;
    margin-left: -34px;
}

.dropdown-menu-supt {
    min-width: 18rem;
    margin-left: -20px;
}

@media screen and (max-width: 768px) {
    .dropdown-menu-top {
        min-width: unset;
        margin-left: unset;
    }

    .dropdown-menu-boe {
        margin-left: unset;
    }

    .dropdown-menu-supt {
        margin-left: unset;
    }
}



.dropdown-menu-left {
    left: -100%;
}

.dropdown-menu-left-far {
    left: -300%;
}

.search-logo {
    max-width: 175px;
}

.search-icon {
    color: white;
    cursor: pointer;
}

.search-icon-box {
    margin-top: 8px;
}

.search-line {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    border: 1px solid grey;
    background: white;
    padding-left: 10px;
}

.search-student-art {
    width: 100%;
    color: black;
}

.search-art-image {
    width: 100%;
    height: auto;
    max-width: 540px;
    border: 3px solid white;
    border-radius: 3px;
}

.search-art-caption {
    bottom: 10px;
    left: 10px;
    position: absolute;
    color: white;
    font-style: italic;
    text-align: left;
}

.search-art-footer {
    font-size: .8rem;
    font-style: italic;
    color: white;
}

@media screen and (max-width: 768px) {
    .search-art-caption {
        bottom: unset;
        left: unset;
        margin-top: 0px;
        position: relative;
        text-align: center;
    }
}


.search-input {
    /* Tell the input to use all the available space */
    flex-grow: 2;
    /* And hide the input's outline, so the form looks like the outline */
    border: none;
}

.search-input:focus {
    outline: none;
}

.search-btn {
    color: white;
    cursor: pointer;
    background: #305291;
    padding: 10px 30px 10px 30px;
    margin: 5px;
}

.search-btn:hover {
    opacity: .8;
}



.footer {
    background: #305291;
    color: white;
    min-height: 248px;
}

.bottom-logo-box {
    margin-top: 30px;
    margin-left: 40px;
    float: left;
}

.address-box {
    margin-top: 90px;
    margin-left: 20px;
    font-size: .85rem;
    float: left;
}

.icon {
    margin-top: 10px;
    margin-right: 8px;
    display: inline;
}

.bottom-menu {
    margin-right: 16px;
    margin-top: 80px;
    float: right;
    display: block;
    text-align: center;
}


@media screen and (min-width: 1165px) {
    .our-schools-sm {
        display: none;
        width: 100px;
    }

    .bottom-links {
        margin-top: 100px;
    }

    .bottom-menu {
        display: block;
    }

    .bottom-widget {
        display: block;
    }
}

@media screen and (max-width: 1230px) {

    /* .bottom-menu {
        display: none;
    }

    .our-schools-sm {
        margin-top: 16px;
        margin-bottom: 5px;
        display: block;
        width: 130px !important;
    }
*/
    .bottom-links {
        float: none;
        margin-top: 100px;
    }

    .bottom-menu {
        margin-top: 20px;
        float: left !important;
    }
}

@media screen and (max-width: 1030px) {
    .bottom-links {
        margin-top: 20px;
        float: left !important;
    }

    .bottom-menu {
        margin-top: 20px;
        float: left !important;
    }
}

@media screen and (max-width: 700px) {
    .address-box {
        margin-top: 20px;
    }
}

.bottom-links {
    padding-left: 16px;
    border-left: 2px solid white;
    font-size: .85rem;
    float: right;
    cursor: pointer;
}

.bottom-widget {
    float: right;
}

#pl-loginWidget {
    width: 300px !important;
}

.pl-widget-box {
    margin: 20px auto !important;
}

.our-schools {
    color: #305291;
    background: white;
    font-weight: bold;
    padding: 10px;
    font-size: .9rem;
    cursor: pointer;
    margin-top: 10px;
    width: 140px;
    display: block;
}

.schools-menu-container {
    position: relative;
}

.schools-menu {
    -webkit-box-shadow: 0px -2px 22px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -2px 22px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -2px 22px -4px rgba(0, 0, 0, 0.75);
    width: 100%;
    background: #305291;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    line-height: 1.8rem;
    z-index: 1000;
    border-top: 2px solid white;
}

.schools-title {
    font-size: 1.5rem;
}

.schools-list {}

/*End Master page*/


/*Default Page*/
.video-container {
    overflow: hidden;
    min-height: 560px;
    max-height: 700px;
    position: relative;
}

@media screen and (max-width: 992px) {
    .video-container {
        overflow: hidden;
        min-height: 450px;
        max-height: 700px;
        position: relative;
    }
}

@media screen and (max-width: 720px) {
    .video-container {
        overflow: hidden;
        min-height: 270px;
        max-height: 700px;
        position: relative;
    }
}


.front-video {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
}


/*.front-video {
    width: 100%;
    height: auto;
}*/

.press-release {
    border: 2px solid #305291;
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 4px;
}

.press-release-header {
    background: #305291;
    color: white;
    font-weight: bold;
    padding: 10px;
    max-width: 175px;
    /* display: table-cell;*/
    vertical-align: middle;
}

.press-release-body {
    /* display: inline-block;*/
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    font-size: .8rem;
}

@media screen and (max-width: 992px) {
    .press-release-header {
        max-width: none;
        text-align: center;
    }
}


.headline-box {}


.headline-image {
    width: 100%;
    height: auto;
    min-height: 250px;
    -webkit-box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    margin-bottom: 10px;
}

.headline-heading {
    font-weight: bold;
    color: #305291;
    margin-bottom: 5px;
    text-align: left;
}

.headline-body {
    text-align: left;
    font-size: .9rem;
    white-space: pre-line;
}

.slick-container {
    position: relative;
    display: block;
    box-sizing: border-box;
}

@media screen and (max-width: 540px) {
    .slick-container {
        width: 80% !important;
        margin: auto;
    }
}


.prev {
    color: #acadae;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    top: 50%;
    display: block;
    left: -40px;
}

.next {
    color: #acadae;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: -40px;
    display: block;
}

.prev:hover,
.next:hover {
    opacity: .8;
}

.stories-link {
    font-weight: bold;
    color: #305291;
    cursor: pointer;
}

.calendar-all-link {
    font-weight: bold;
    color: white;
    cursor: pointer;
}


.prevcal {
    color: #acadae;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    top: 50%;
    display: block;
    left: -40px;
}

.nextcal {
    color: #acadae;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: -40px;
    display: block;
}

.prevcal:hover,
.nextcal:hover {
    opacity: .8;
}


.calendar-box {
    border-right: 1px solid white;
    padding-right: 20px;
    padding-left: 20px;
}

.calendar-date {
    font-weight: bold;
    color: white;
}

.calendar-info {
    font-size: .9rem;
    min-height: 100px;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.calendar-link {
    font-size: .85rem;
    color: white;
}

.proud-image {
    -webkit-box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    margin-bottom: 20px;
}

.social-button {
    width: 364px;
    height: 146px;
    color: white !important;
    -webkit-box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    margin: auto;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 50px;
    padding-top: 25px;
    cursor: pointer;
    display: block;
}

.social-button:hover {
    opacity: .8;
}

.twitter-button {
    width: 364px;
    height: 146px;
    margin-bottom: 10px;
    -webkit-box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
    box-shadow: 6px 6px 5px -5px rgba(0, 0, 0, 0.39);
}

.twitter-button:hover {
    opacity: .8;
}

@media screen and (max-width: 540px) {
    .social-button {
        width: 96%;
    }

    .twitter-button {
        width: 332px;
        height: 146px;
    }
}

.social-button-fb {
    background: #4267b2;
}

.social-button-inst {
    background: #8134AF;
}

.social-button-youtube {
    background: #305291;
}

.social-button-twitter {
    background: #0f75bc;
}

.social-image {
    display: block;
    margin-top: 10px;
}



.twitter-bird {
    height: 60px;
    width: auto;
    color: #38a1f3;
}

.twitter-header {
    display: inline-block;
}

.twitter-box {
    width: 80%;
    height: 700px;
    overflow: auto;
    box-shadow: 5px 5px 5px -6px rgba(102, 93, 102, 1);
    margin: auto;
    margin-bottom: 20px;
}


hr.smaller-width {
    width: 75%;
    margin: 0 auto;
}

.scroll {
    position: fixed;
    z-index: 5;
    right: 30px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgba(178, 178, 178, 0.7);
    padding: 10px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display: none;
}

.scroll:hover {
    background: rgba(178, 178, 178, 1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}


.hcps-caption {
    /*background: #305291;
    opacity: .5;*/
    background-color: rgba(48, 82, 145, .5);
    right: 5%;
    left: auto;
    padding: 15px;
    max-width: 25%;
    text-align: left;
}

.caption-body {
    font-size: .8rem;
}

.learn-more {
    position: relative;
    bottom: 10px;
    right: 20px;
    padding: 5px;
    color: white;
    background: #305291;
    text-align: center;
    text-decoration: none;
    border: 4px solid #00cce1;
    float: right;
}

.learn-more:hover {
    text-decoration: none;
    color: white;
    opacity: .9;
}


.carousel-image {
    height: auto;
    max-height: 600px;
    min-height: 350px;
    background-size: cover;
    /*TODO - Check this*/
}

@media screen and (max-width: 992px) {
    .hcps-caption {
        background-color: rgba(48, 82, 145, .5);
        left: 15%;
        right: 15%;
        max-width: none;
        text-align: center;
    }

    .learn-more {
        position: relative;
        margin-left: 25%;
        margin-right: 25%;
        display: block;
        padding: 5px;
        color: white;
        background: #305291;
        text-align: center;
    }
}

.virtual-app-danger {
    background: #e73236;
    color: white;
    width: 100%;
    padding: .85rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}

.virtual-app-warning {
    background: #eb9934;
    color: white;
    width: 100%;
    padding: .85rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}

.virtual-app-success {
    background: #13851a;
    color: white;
    width: 100%;
    padding: .85rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}


.covid-stats-danger {
    background: #f2b8b9;
    width: 100%;
    padding: .85rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}

.covid-stats-warning {
    background: #f5d1a4;
    width: 100%;
    padding: .85rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}

.covid-stat {
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 1.2rem;
}

.covid-stat-label {
    padding-top: 1.2rem;
    border-bottom: 2px dotted #999999;
}



/*End Default Page*/

/*Our Schools*/

.sub-menu {
    background: #f6f5f5;
    -webkit-box-shadow: 10px 0px 12px -6px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 10px 0px 12px -6px rgba(0, 0, 0, 0.27);
    box-shadow: 10px 0px 12px -6px rgba(0, 0, 0, 0.27);
    padding: 50px;
    padding-right: 0px;
}



@media screen and (max-width: 992px) {
    .sub-menu {
        padding: 30px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 540px) {
    .sub-menu {
        padding: 20px;
    }
}

.sub-menu-header {
    font-weight: bold;
    font-size: 1.2rem;
    color: #009E86;
    cursor: pointer;
    margin-bottom: 20px;
    display: block;
}

.sub-menu-link {
    color: #305291;
    margin-top: 15px;
    font-weight: bold;
    display: block;
}

.sub-menu-link-under {
    color: #305291;
    font-weight: bold;
    font-style: italic;
    font-size: .9rem;
    display: block;
}

.menu-link-active {
    color: #0e8773;
    text-decoration-line: underline;
}

.close-submenu {
    color: #007A68;
}

/*.main-content-menu {
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 40px;
}*/


.main-content-menu {
    padding-left: 30px;
    padding-top: 16px;
    padding-right: 30px;
}



.main-content-no-menu {
    padding-top: 20px;
}

.main-content-header {
    color: #305291;
    font-size: 1.8rem;
    margin-top: 14px;
    margin-bottom: 6px;
}

.main-content-subheader {
    color: #009E86;
    font-size: 1.4rem;
    font-weight: bold;
}

@media screen and (max-width: 720px) {
    .main-content-header {
        font-size: 1.4rem;
    }

    .main-content-subheader {
        color: #00A890;
        font-size: 1.1rem;
    }
}


.main-content-midheader {
    color: #305291;
    font-size: 1.3rem;
    padding: 0px 20px 5px 20px;
    border-bottom: 2px solid #AAAAAA;
    display: inline-block;
    margin: auto;
}


.school-link {
    font-size: 1.3rem;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
}

.school-link-elem {
    color: #305291;
}

.school-link-middle {
    color: #00a78b;
}

.school-link-high {
    color: #5eb445;
}

.highlight-box {
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    width: 80%;
    color: white;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.highlight-button {
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    text-align: center;
    color: white;
    padding: 10px;
    margin: auto;
    width: 50%;
}

.blue-bg {
    background-color: #305291 !important;
}

.teal-bg {
    background-color: #028572 !important;
}

.light-blue-bg {
    background-color: #e5f9f3 !important;
}

.green-bg {
    background-color: #008900 !important;
}

/* NOT FOR TEXT not ACCESSIBLE*/
.lime-green-bg {
    background-color: #88c33a !important;
}

.turqoise-bg {
    background-color: #028572 !important;
}

.blue-border {
    border: 1px solid #305291 !important;
}

.green-border {
    border: 1px solid #5eb445 !important;
}

.green-border-5px {
    border: 5px solid #008900 !important;
}

.turqoise-border {
    border: 1px solid #00A890 !important;
}

.lime-bg {
    background-color: #008900 !important;
}

.lime-border {
    border: 1px solid rgb(118, 189, 34) !important;
}


.white-header-md {
    font-size: 1.2rem;
    font-weight: bold;
}

.white-header-lg {
    font-size: 1.6rem;
    font-weight: bold;
}

.blue-color {
    color: #305291 !important;
}

.green-color {
    color: #008900 !important;
}

/*NOT FOR TEXT - not accessible*/
.lime-green-color {
    color: #88c33a !important;
}

.turqoise-color {
    color: #028572 !important;
}

.bg-usa {
    color: #000;
    background: linear-gradient(110deg, #dd0000 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #FFFFFF 66%, #305291 66%);
}

.text-gold {
    color: gold;
    font-weight: bold;
}

.section-image-container {
    overflow: hidden;
    /*min-height: 480px;
    max-height: 600px;*/
    position: relative;
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    /*  z-index: 2; */
}

@media screen and (max-width: 992px) {
    .section-image-container {
        overflow: hidden;
        /*  min-height: 350px;
        max-height: 600px;*/
        position: relative;
        -webkit-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
        box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
        z-index: 2;
    }
}

@media screen and (max-width: 720px) {
    .section-image-container {
        overflow: hidden;
        /* min-height: 170px;
        max-height: 600px;*/
        position: relative;
        -webkit-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
        -moz-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
        box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
        z-index: 2;
    }
}


.section-image {
    display: block;
    width: 100%;
    height: auto;
    /* position: absolute;*/
}

/*.section-image-container {
    overflow: hidden;
    min-height: 480px;
    max-height: 600px;
    position: relative;
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.48);
    box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.48);
}

@media screen and (max-width: 992px) {
    .section-image-container {
        overflow: hidden;
        min-height: 350px;
        max-height: 600px;
        position: relative;
        -webkit-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.48);
        -moz-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.48);
        box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.48);
        z-index: 2;
    }
}

@media screen and (max-width: 720px) {
    .section-image-container {
        overflow: hidden;
        min-height: 170px;
        max-height: 600px;
        position: relative;
        -webkit-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.48);
        -moz-box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.48);
        box-shadow: 0px 10px 14px -4px rgba(0,0,0,0.48);
        z-index: 2;
    }
}


.section-image {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
}*/

/*End Our Schools*/

/* Pages */

/*#quotes{
    margin: 40px;
    
}*/

.calendar-header {}

.textItem {
    display: none;
}


.hectorbox {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 582px;
    border: 1px solid #CCCCCC;
}

.hectorimg {
    margin: auto;
    max-width: 730px;
}


.calendar-chevron {
    cursor: pointer;
    color: #999999;
}

.calendar-chevron:hover {
    color: #CCCCCC;
}


.calendartable {}

.calendartable td {
    border: 0px;
    text-align: center;
    font-weight: bold;
    color: #757575;
    min-height: 100px;
    /* height: 50px; */
}

.calendartable th {
    border: 0px;
    text-align: center;
    font-weight: bold;
}

.datenumber {
    height: 100%;
    line-height: 50px;
}

.calendar-today {
    color: #008900 !important;
}

.calendar-hasevent {
    color: black !important;
    cursor: pointer;
}

.calendar-inner-box {
    border-right: 1px solid white;
    padding-right: 20px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
}

.calendar-inner-date {
    font-weight: bold;
    color: #305291;
}

.calendar-inner-info {
    font-size: .9rem;
    color: #305291;
    margin-top: 10px;
    margin-bottom: 10px;
}

.calendar-inner-link {
    font-size: .85rem;
    color: #5eb445;
}

.hasevent {
    border: 3px solid #CCCCCC !important;
    border-radius: 5px;
}


.soclosed {
    border: 3px solid #5eb445 !important;
    border-radius: 5px;
}

.sclosed {
    border: 3px solid #4db4e7 !important;
    border-radius: 5px;
}

.soearly {
    border: 3px solid #5c52a7 !important;
    border-radius: 5px;
}

.searly {
    border: 3px solid #f5d1a4 !important;
    border-radius: 5px;
}

.lastday {
    border: 3px solid red !important;
    border-radius: 5px;
}

.lastdaypk {
    border: 3px solid #990000 !important;
    border-radius: 5px;
}

.covid19 {
    border: 3px solid orange !important;
    border-radius: 5px;
}

.makeupday {
    border: 3px solid yellow !important;
    border-radius: 5px;
}

.anticipated {
    border: 3px solid red !important;
    border-radius: 5px;
}

.weatherdayused {
    border: 3px solid navy !important;
    border-radius: 5px;
}

.asyncday {
    border: 3px solid orange !important;
    border-radius: 5px;
}

.cal-icon {
    margin-bottom: -5px;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.blackevent {
    border: 3px solid black !important;
    border-radius: 5px;
    cursor: pointer
}

.toty-blog-box {
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 674px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
}

.toty-blog-img {
    border-bottom: 5px double #CCCCCC;
}

.toty-col {
    border: 1px dotted #CCCCCC;
    background: #EFEFEF;
}

div.left {
    float: left;
}

.together-image-tile {}

.together-image-tile:hover {
    opacity: .9;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

@media (max-width: 767px) {
    .together-image-tile {
        width: 50%;
        margin-bottom: 1rem;
    }
}

.coviddashlink {
    font-size: 1.2rem;
}

.coviddashactive {
    color: #00A890;
    font-weight: bold;
}

.blur {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.blur-svg {
    display: none;
}

.blur-overlay {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 1;
    opacity: .9;
    background: white;
    margin-top: 2rem;
    padding: 2rem;
    font-size: 1.5rem;
    /*margin: 1rem;
    padding: 1rem;*/
    width: 100%;
}



/* End Pages*/
/*General*/
.btn-primary {
    background: #305291;
    border-color: #305291;
}

.btn-primary:hover {
    color: #fff;
    background-color: #00A890;
    border-color: #00A890;
}

.cursorpoint {
    cursor: pointer;
}

.blue-row {
    background: #305291;
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.green-row {
    background: #7BC142;
    -webkit-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 10px 14px -4px rgba(0, 0, 0, 0.48);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}


.heading {
    text-align: center;
    padding: 5px;
    margin: 30px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 1.2rem;
    font-weight: bold;
}

.heading-no-change {
    text-align: center;
    padding: 5px;
    margin: 30px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 1.2rem;
    font-weight: bold;
}


.large-lime-heading {
    color: #7BC142;
    font-size: 2rem;
    text-transform: uppercase;
}

.small-lime-heading {
    color: #008900;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.blue-paragraph-text {
    font-size: 16px;
    color: rgb(18, 70, 121);
    line-height: 1.69;
}



.green-heading {
    color: #008900 !important;
    border-bottom: 2px solid #008900 !important;
    font-size: 1.4rem !important;
}

.turqoise-heading {
    color: #00A890;
    border-bottom: 2px solid #00A890;
    font-size: 1.4rem;
}

.blue-heading {
    color: #305291;
    border-bottom: 2px solid #305291;
    font-size: 1.4rem;
}

.blue-heading-no-border {
    color: #305291;
    font-size: 1.5rem;
}


.gray-heading {
    color: #767474;
    border-bottom: 1px solid #767474;
    font-size: 1.4rem;
}

.white-heading {
    color: white;
    border-bottom: 1px solid white;
    font-size: 1.4rem;
}

.dragHandle {
    width: 15px;
    height: 15px;
    background-color: #5eb445;
    cursor: move;
    border: 1px solid #CCCCCC;
}

.reorderCue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}


.hover-shadow-green {
    -webkit-box-shadow: 0px 10px 14px -4px #7BC142;
    -moz-box-shadow: 0px 10px 14px -4px #7BC142;
    box-shadow: 0px 10px 14px -4px #7BC142;
}

.hover-only-shadow-green:hover {
    -webkit-box-shadow: 0px 0px 14px 0px #7BC142;
    -moz-box-shadow: 0px 0px 14px 0px #7BC142;
    box-shadow: 0px 0px 14px 0px #7BC142;
}

.covid19faqbutton {
    width: 100%;
    height: 200px;
}

@media (max-width: 767px) {
    .covid19faqbutton {
        height: 50px;
        margin-top: 5px;
    }

    .covid19faqbutton>h2 {
        font-size: 1.5rem;
    }
}


.up-arrow {
    border-color: #E4F1CD transparent;
    border-style: solid;
    border-width: 0px 50px 40px 50px;
    height: 0px;
    width: 0px;
    margin: auto;
}

.light-green-box {
    background: #E4F1CD;
}

.selected-box-green {
    border: 2px solid #7BC142;
}

.covid-faq-item {
    border-bottom: #00A890 2px solid;
    border-radius: 1.2rem;
    padding: 1.2rem;
}

.covid-faq-item:nth-child(odd) {
    background: #F2F2F2;
}


.light-gray-box {
    background: #e5e5e5;
}

.up-arrow-light-gray {
    border-color: #e5e5e5 transparent;
    border-style: solid;
    border-width: 0px 50px 40px 50px;
    height: 0px;
    width: 0px;
    margin: auto;
}


.curr-submit-btn {
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    display: inline-block;
    font-weight: bold;
    padding: 6px;
    width: 100%;
    cursor: pointer;
    background: #305291;
    transition: opacity .5s ease-in-out;
    color: white;
    border: 0px;
    border-radius: .25rem;
}

.curr-submit-btn:hover {
    opacity: .8;
    border: 0px;
    color: #EFEFEF;
    text-decoration: none;
}

.curr-submit-error {
    background: #e73236;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    display: inline-block;
    font-weight: bold;
    padding: 6px;
    width: 100%;
    color: white;
    border-radius: .25rem;
}

.curr-is-invalid {
    border-color: #dc3545;
}


.curr-success {
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.27);
    display: inline-block;
    font-weight: bold;
    padding: 6px;
    width: 100%;
    background: #00A890;
    transition: opacity .5s ease-in-out;
    color: white;
    border: 0px;
    border-radius: .25rem;
}


.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


.boeimage {
    background: white;
    padding: 0rem 1.8rem 1.1rem 1.8rem;
}

.boecontainer {
    background: #124679;
    border-right: 6px solid #124679;
    color: white;
    padding-bottom: 1rem;
}

.boename {
    font-size: 1.3rem;
    font-weight: bold;
}

.boetext {
    font-size: .9rem;
    min-height: 70px;
}

.boeinfo {
    margin: .5rem 1rem 0rem 1.3rem;
}

.boebutton {
    background-color: #88A2BC;
    min-width: 30%;
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-block;
    color: white;
    text-align: center;
}

.boebutton:hover {
    color: white;
}

.boebiobox {
    background: #4D749B;
    color: white;
    padding: 1rem;
    position: absolute;
    top: -50px;
    margin: -2rem;
    display: none;
    z-index: 2;
}



.cacouter {
    background-color: pink;
    width: 40px;
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.cacinner {
    font-size: 13px;
    color: #878787;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #DDD;
}

.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.caccontainer {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: auto 1fr;
    color: white;
}

.cacvertical {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-align: center;
    color: white;
}

.cacvertical.turqoise-bg {
    color: black;
}

.caccontainer .turqoise-bg {
    color: black;
}

.cacbutton {
    color: white;
    background-color: #008900;
    padding: 1rem;
}

.cacbutton:hover {
    color: white;
    text-decoration: none;
    opacity: .9;
}

.cacyear {
    font-size: 22px;
    font-family: "Gotham";
    color: rgb(18, 70, 121);
}

.cacgreenlink {
    color: white;
}

.cacgreenlink:hover {
    color: #5eb445;
    text-decoration: none;
}


.green-link {
    color: #008900;
}

.viewtopicsbox {
    background: #e4e4e4;
    color: black;
    opacity: .9;
    padding: 1rem;
    position: absolute;
    top: -10px;
    margin: -2rem;
    display: none;
    z-index: 2;
}

.balancing-box {
    background: #CCF4EC;
    width: 100%;
    padding: 1rem;
    font-weight: bold;
}

.balancing-subheader {
    color: orange;
    margin-top: 1.2rem;
}

.balancing-header {
    color: #2D675C;
    border-top: 2px solid #24A78F;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
    font-weight: bold;
}

.balancing-header-2 {
    color: #2D675C;
    border-top: 2px dotted #24A78F;
    width: 100%;
    margin-top: 1.7rem;
    margin-bottom: 1.2rem;
}

.balancinghover {
    opacity: 1;
}

.balancinghover:hover {
    opacity: .8;
}


.paymentbox {
    height: 250px;
    width: 100%;
    text-align: left;
    padding: 1.5rem;
    color: white;
}

.paymentimg {
    min-height: 150px;
    display: flex;
    align-items: center;
}

.paymenthr {
    height: 0;
    border: 0;
    border-top: 1px solid #305291;
}

#toggleCarousel {
    left: 3%;
    position: absolute;
    bottom: 5%;
    z-index: 1;
    background: #305291;
    color: white;
    border: white;
    opacity: .9;
}

#toggleToyCarousel {
    left: 15%;
    position: absolute;
    bottom: 5%;
    z-index: 1;
    background: #305291;
    color: white;
    border: white;
    opacity: .9;
}

#toggleSupCarousel {
    left: 15%;
    position: absolute;
    bottom: 5%;
    z-index: 1;
    background: #305291;
    color: white;
    border: white;
    opacity: .9;
}

#togglePBISCarousel {
    left: 15%;
    position: absolute;
    bottom: 5%;
    z-index: 1;
    background: #305291;
    color: white;
    border: white;
    opacity: .9;
}

#toggleMorphist {
    background: #305291;
    color: white;
    border: white;
    opacity: .9;
    margin-right: 10px;
    display: inline;
}

/*skip to main content*/
.skip-to-content-link {
    background: #00A890;
    height: 30px;
    color: black;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}

.skip-to-content-link:hover {
    color: white;
}

/*End General*/

/*Start Accessibility*/

#newsFlashModal .alert-body a {
    color: #2D4C86 !important;
}

#newsFlashModal .alert-body a span {
    color: #2D4C86 !important;
}

.blue-on-green-link {
    color: #2D4C86;
}

/*End Accessibility*/

.green-heading-noborder {
    color: #008900;
    font-size: 1.8rem;
    margin-top: 14px;
    margin-bottom: 6px;
}

.green-hr {
    border-color: #008900;
}

.light-blue-hr {
    border-color: #6acce1;
    border-width: 3px;
}

.contact-hr {
    border-color: #305291;
    border-width: 2px;
    width: 50%;
    margin-inline-end: auto;
    margin-inline-start: 0px;
}

.blue-box-resume {
    background-color: #e7ecf1;
    padding: 15px;
}

.btn-teal {
    background-color: #028572;
    color: white;
    border-color: #028572;
}

.btn-teal:hover,
.btn-teal:active,
.btn-teal:focus {
    opacity: .9;
    color: white;
}

.btn-very-round {
    padding-block: 1.5rem;
    border-radius: 30px;
}

.btn-good-green {
    color: white;
    background-color: #008900;
    border-color: #008900;
}

.btn-good-green:hover,
.btn-good-green:active,
.btn-good-green:focus {
    opacity: .9;
    color: white;
}

a.btn-arrow {
    background: white;
    border-color: black;
    border-radius: 33px;
    border-style: solid;
    border-width: 4px;
    color: black;
    display: block;
    font-size: 20px;
    font-weight: bold;
    min-height: 65px;
    height: fit-content;
    padding: 14px 75px 13px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    max-width: 500px;
    width: 100%;
}

a.btn-arrow::after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-100 -100 840 840'><path d='m 566.6,342.6 c 12.5,-12.5 12.5,-32.8 0,-45.3 l -160,-160 c -12.5,-12.5 -32.8,-12.5 -45.3,0 -12.5,12.5 -12.5,32.8 0,45.3 L 466.7,288 H 96 c -17.7,0 -32,14.3 -32,32 0,17.7 14.3,32 32,32 H 466.7 L 361.3,457.4 c -12.5,12.5 -12.5,32.8 0,45.3 12.5,12.5 32.8,12.5 45.3,0 l 160,-160 z' style='fill:%23ffffff'/></svg>");
    background-position: 0, 0;
    background-repeat: no-repeat;
    color: white;
    content: '';
    display: block;
    font-size: 45px;
    height: calc(100% + 6px);
    /* margin-left: 10px;
    padding-left: 3px; */
    position: absolute;
    right: -3px;
    top: -3px;
    width: 63px;
    transition: background-position .2s, transform .2s;
}

a.btn-arrow::before {
    content: '';
    background-color: black;
    border-radius: 33px;
    display: block;
    position: absolute;
    height: calc(100% + 6px);
    right: -3px;
    top: -3px;
    width: 63px;
}

a.btn-arrow:hover::after {
    background-position: 5px, 0;
}

a.btn-arrow[data-toggle="collapse"]:hover::after {
    transform: rotate(90deg);
    background-position: 0, 0;
}

a.btn-arrow[data-toggle="collapse"][aria-expanded="true"]::after {
    transform: rotate(90deg);
    background-position: 5px, 0;
}

a.btn-arrow-1 {
    border-color: #00457c;
}

a.btn-arrow-1::before {
    background-color: #00457c;
}

a.btn-arrow-2 {
    border-color: #0e8773;
}

a.btn-arrow-2::before {
    background-color: #0e8773;
}

a.btn-arrow-3 {
    border-color: #7ac142;
}

a.btn-arrow-3::before {
    background-color: #7ac142;
}

.btn-arrow-container {
    max-width: 500px;
    width: 100%;
}

.turqoise-link {
    color: #028572;
    font-weight: bolder;
}

.yellowBorder {
    border: 3px solid #fdd001
}

.yellowHr {
    border-color: #fdd001
}

.coppin-hr {
    border-color: #ffc522;
    height: 3px;
}

.coppon-container {}


.coppin-header {
    background: #ffc522;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}


.banner-header {
    width: 100%;
}

/*Custom Navbar media queries*/
@media(min-width: 1266px) {
    .d-custom-xl-none {
        display: none !important;
    }

    .d-custom-xl-block {
        display: block !important;
    }
}

@media(min-width: 1079.98px) {

    .navbar-expand-custom-lg>.container,
    .navbar-expand-custom-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media(min-width: 1080px) {
    .navbar-expand-custom-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-custom-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-custom-lg .container,
    .navbar-expand-custom-lg .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-custom-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom-lg .navbar-toggler {
        display: none;
    }
}

.blue-hr {
    border-color: #305291;
    border-width: 2px;
}

/*Superintendent Dashboard styles*/

.select-area {
    border: 1px solid gray;
    padding-left: 0px;
    padding-right: 0px;
}

.icon-img {
    width: 50px;
    height: 50px;
    margin-right: 2px;
}

.data-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid lightgray;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
}

.data-btn2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid lightgray;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
}

.data-btn-active {
    border: 2px solid #028572;
    background-color: lightgray;
}

.data-btn:hover {
    opacity: .7;
    border: 2px solid #208572;
}

.data-btn2:hover {
    opacity: .7;
}

.sup-dashboard {
    display: none;
}

.sup-dashboard2 {
    display: none;
}

.goal-one {
    background-color: rgb(73, 140, 65);
    color: white;
}

.goal-two {
    background-color: rgb(15, 133, 115);
    color: white;
}

.goal-three {
    background-color: rgb(23, 43, 84);
    color: white;
}

.goal-four {
    background-color: rgb(73, 127, 42);
    color: white;
}

.img-btn {
    width: 100%;
}

ul.blue-leaf-list>li {
    list-style-image: url('/images/BlueLeafBullet.png');
}

ul.greenbox-list>li {
    list-style-image: url('/images/greenbox.png');
}


.dotted-border-top-bottom {
    border-top: 2px dotted black;
    border-bottom: 2px dotted black;
}

.fontsize18 {
    font-size: 18px;
}

.green-box {
    border: 8px solid #008900;
    border-radius: 20px;
    padding: 10px 30px;
}

.heading-green {
    font-size: 2.0rem;
    color: #008900;
    font-weight: bold;
}

.white-color {
    color: white;
}

.small-heading {
    font-size: 1.2rem;
}

.hr-75 {
    width: 75%;
    margin-left: 0px;
}

/*ELA*/
.light-blue-box {
    margin-left: 20px;
    margin-right: 20px;
    background-color: #f0fafc;
    padding: 20px;
}

.light-blue-arrow {
    border-color: #f0fafc transparent;
    border-style: solid;
    border-width: 0px 50px 40px 50px;
    height: 0px;
    width: 0px;
    margin: auto;
}

/*For Pause and Play slideshow button in Carousel*/
.pause-carousel-btn {
    left: 15%;
    position: absolute;
    bottom: 5%;
    z-index: 1;
    background: #305291;
    color: white;
    border: white;
    opacity: .9;
}

@media screen and (max-width: 1520px) {}