html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Montserrat-Regular';
    background: white;
}
a {
    display: inline-block;
    transition: .2s ease;
}
a:link, a:visited {
	-webkit-transition: all 0.2s ease-in-out;
	transition: .2s ease;
	color: #0e7098;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f88904;
}
#show_accessibility, #show_accessibility_small, #show_logo_bw, #show_logo_bw_small {
    display: none;
}
.main-padding, .icon-menu {
    padding: 0 50px;
}
.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.admin-bar {
    position: relative;
    float: right;
    margin-bottom: -150px;
    right: 150px;
}
.main-padding a:link:after, .main-padding a:visited:after, .darkest-grey-background a:link:after, .darkest-grey-background a:visited:after, .blue-background a:link:after, .blue-background a:visited:after, .green-background a:link:after, .green-background a:visited:after, .brown-background a:link:after, .brown-background a:visited:after, .grey-background a:link:after, .grey-background a:visited:after, .district-status a:link:after, .district-status a:visited:after, .top-nav a:hover:after, .top-nav a:link:after {
    font-family: Font Awesome\ 5 Pro;
    font-size: 12px;
    padding: 0 0 0 8px;
    vertical-align: middle;
    content: "\f0da";
    font-weight: 900;
}

a:link.down-arrow:after, a:visited.down-arrow:after {
    content: "\f0dd";
}

a:link.up-arrow:after, a:visited.up-arrow:after {
    content: "\f0de";
}

.darkest-grey-background a:link:after, .darkest-grey-background a:visited:after, .grey-background a:link:after, .grey-background a:visited:after {
    color: #F7941E;
}

.main-padding a:link:after, .main-padding a:visited:after {
    color: #0e7098;
}

.main-padding.img-responsive a:link:after, .main-padding.img-responsive a:visited:after {
    content: "" !important;
    color: red;
}

.main-padding a:link.btn-primary:after, .main-padding a:visited.btn-primary:after {
    color: white;
}

.main-padding a:hover:after, .main-padding a:focus:after {
    color: #57B7DF;
}

.main-padding a:link.map-enlarge:after, .main-padding a:visited.map-enlarge:after, .main-padding a:link img.img-responsive::after {
    content: "";
}

a:hover:after, a:focus:after, a:hover, a:focus {
    color: #57B7DF;
}

    a:hover img, a:focus img {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

@font-face {
    font-family: 'Teko-SemiBold';
    src: URL('/styles/fonts/Teko-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: URL('/styles/fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: URL('/styles/fonts/Montserrat-Bold.ttf') format('truetype');
}

.container-fluid, .container {
    padding-right: 0;
    padding-left: 0;
}


/* Add a hover effect (blue shadow) */
img.thumbnail:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
/*Bootstrap Change End*/

/*ADA compliance to skip to content */
.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active, a.skip:focus, a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}

h1 {
    border-top: 2px solid white;
    color: #414142;
    width: 100%;
    font-family: 'Montserrat-Regular';
    margin: 0;
    padding: 30px 50px;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    background: #57B7DF;
    display: inline-flex;
    display: -webkit-inline-flex; /*Safari*/
    justify-content: center;
    -webkit-justify-content: center; /* Safari 8 */
}

    h1 span.welcome-banner {
        font-size: 18px;
        color: #414142;
        background: white;
        padding: 5px 20px 0 20px;
        margin-right: 20px;
        font-family: 'Teko-SemiBold';
        -webkit-clip-path: polygon(100% 0, 100% 54%, 100% 100%, 0 100%, 6% 53%, 0 0);
        clip-path: polygon(100% 0, 100% 54%, 100% 100%, 0 100%, 6% 53%, 0 0);
    }

    h1.district-status, h2.district-status {
        padding: 0;
        background: #ffff00;
        color: #414142;
        font-family: 'Teko-SemiBold';
        display: flex;
        display: -webkit-flex; /*Safari*/
        justify-content: center;
        flex-direction: column;
        -webkit-flex-direction: column; /*Safari*/
    }

        h1.district-status span.main-title {
            display: inline-flex;
            display: -webkit-inline-flex; /*Safari*/
        }

.page-title {
    background: #57B7DF;
    display: flex;
    display: -webkit-flex; /*Safari*/
    justify-content: center;
    padding: 20px;
    color: #404040;
    font-family: 'Montserrat-Regular';
}

.district-status-border {
    height: 12px;
    width: 100%;
    padding: 0 0 15px 0;
    background: url(/images/icons/alert-bk.svg) repeat-x;
}

.district-status span {
    padding-right: 20px;
    display: flex;
    display: -webkit-flex; /*Safari*/
    justify-content: center;
}

    .district-status span.colon-fix {
        font-family: 'Montserrat-Regular';
        font-size: 30px;
        line-height: 22px;
    }

h2 {
    color: #414142;
    font-family: 'Teko-SemiBold';
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: .03rem;
}

    h2 span {
        padding: 0 10px;
    }

    h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
        color: #414142;
        font-family: 'Teko-SemiBold';
        /* 	line-height: 30px;
	font-weight: normal;
	letter-spacing: .03rem;
	text-transform: uppercase; */
        text-decoration: none;
    }

h3 a:hover, h3 a:focus {
    color: black;
}

h3 {
    font-size: 18px;
    font-family: 'Montserrat-Regular';
}

h4 {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

    h4 a:hover, h4 a:focus {
        font-family: 'Montserrat-Regular';
        font-size: 14px;
    }

.list-group-item {
    color: #4D4D4F;
}

img.bgimage {
    width: 100%;
    height: 400px;
    display: flex;
    display: -webkit-flex; /*Safari*/
    object-fit: cover;
}

img {
    border: none;
    display: block;
}

a:link.btn-primary, a:visited.btn-primary, a:link.btn-success, a:visited.btn-success, a:link.btn-warning, a:visited.btn-warning, a:link.btn-alert, a:visited.btn-alert, button.btn-success, button.btn-success, button.btn-warning, button.btn-warning, button.btn-primary, button.btn-primary {
    text-transform: uppercase;
}

a:link.btn-primary, a:visited.btn-primary {
    text-decoration: none;
    color: black;
}

.btn-warning a:link:after, .btn-success a:link:after, .btn-primary a:link:after, .btn-danger a:link:after {
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=8);
}

.btn-warning a:hover:after, .btn-success a:hover:after, .btn-primary a:hover:after, .btn-danger a:hover:after, .btn-warning a:focus:after, .btn-success a:focus:after, .btn-primary a:focus:after, .btn-danger a:focus:after {
    color: white;
    opacity: 0.5;
    filter: alpha(opacity=5);
}

.btn-primary {
    -moz-box-shadow: 0px 1px 0px 0px #adadad;
    -webkit-box-shadow: 0px 1px 0px 0px #adadad;
    box-shadow: 0px 1px 0px 0px #adadad;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #57B7DF), color-stop(1, #3f839e));
    background: -moz-linear-gradient(top, #57B7DF 5%, #3f839e 100%);
    background: -webkit-linear-gradient(top, #57B7DF 5%, #3f839e 100%);
    background: -o-linear-gradient(top, #57B7DF 5%, #3f839e 100%);
    background: -ms-linear-gradient(top, #57B7DF 5%, #3f839e 100%);
    background: linear-gradient(to bottom, #57B7DF 5%, #3f839e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57B7DF', endColorstr='#3f839e',GradientType=0);
    background-color: #57B7DF;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #3f839e;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 24px;
    text-decoration: none;
    margin: 5px;
}

    .btn-primary a {
        color: white;
    }

    .btn-primary:hover, .btn-primary:focus {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bf7118), color-stop(1, #F7941E));
        background: -moz-linear-gradient(top, #bf7118 5%, #F7941E 100%);
        background: -webkit-linear-gradient(top, #bf7118 5%, #F7941E 100%);
        background: -o-linear-gradient(top, #bf7118 5%, #F7941E 100%);
        background: -ms-linear-gradient(top, #bf7118 5%, #F7941E 100%);
        background: linear-gradient(to bottom, #bf7118 5%, #F7941E 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf7118', endColorstr='#F7941E',GradientType=0);
        background-color: #F7941E;
        border: 1px solid #bf7118;
    }

    .btn-primary:active {
        position: relative;
        top: 1px;
    }

.btn-success {
    -moz-box-shadow: 0px 1px 0px 0px #adadad;
    -webkit-box-shadow: 0px 1px 0px 0px #adadad;
    box-shadow: 0px 1px 0px 0px #adadad;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #B0D67A), color-stop(1, #8eaa63));
    background: -moz-linear-gradient(top, #B0D67A 5%, #8eaa63 100%);
    background: -webkit-linear-gradient(top, #B0D67A 5%, #8eaa63 100%);
    background: -o-linear-gradient(top, #B0D67A 5%, #8eaa63 100%);
    background: -ms-linear-gradient(top, #B0D67A 5%, #8eaa63 100%);
    background: linear-gradient(to bottom, #B0D67A 5%, #8eaa63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0D67A', endColorstr='#8eaa63',GradientType=0);
    background-color: #B0D67A;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #8eaa63;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 24px;
    text-decoration: none;
    margin: 5px;
}

    .btn-success a:link, .btn-success a:visited {
        color: black;
        text-decoration: none;
        font-family: 'Montserrat-Regular';
    }

    .btn-success:hover, .btn-success:focus {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9C8679), color-stop(1, #726259));
        background: -moz-linear-gradient(top, #9C8679 5%, #726259 100%);
        background: -webkit-linear-gradient(top, #9C8679 5%, #726259 100%);
        background: -o-linear-gradient(top, #9C8679 5%, #726259 100%);
        background: -ms-linear-gradient(top, #9C8679 5%, #726259 100%);
        background: linear-gradient(to bottom, #9C8679 5%, #726259 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9C8679', endColorstr='#726259',GradientType=0);
        background-color: #9C8679;
        border: 1px solid #726259;
    }

    .btn-success:active {
        position: relative;
        top: 1px;
    }

.btn-warning {
    -moz-box-shadow: 0px 1px 0px 0px #adadad;
    -webkit-box-shadow: 0px 1px 0px 0px #adadad;
    box-shadow: 0px 1px 0px 0px #adadad;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F7941E), color-stop(1, #aa6516));
    background: -moz-linear-gradient(top, #F7941E 5%, #aa6516 100%);
    background: -webkit-linear-gradient(top, #F7941E 5%, #aa6516 100%);
    background: -o-linear-gradient(top, #F7941E 5%, #aa6516 100%);
    background: -ms-linear-gradient(top, #F7941E 5%, #aa6516 100%);
    background: linear-gradient(to bottom, #F7941E 5%, #aa6516 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7941E', endColorstr='#aa6516',GradientType=0);
    background-color: #F7941E;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #aa6516;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 24px;
    text-decoration: none;
    margin: 5px;
}
.btn-warning a:link, .btn-warning a:visited, a:link.btn-warning, a:visited.btn-warning {
	color: black;
	text-decoration: none;
	font-family: 'Montserrat-Regular';
}
.btn-warning:hover, .btn-warning:focus {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9C8679), color-stop(1, #726259));
	background: -moz-linear-gradient(top, #9C8679 5%, #726259 100%);
	background: -webkit-linear-gradient(top, #9C8679 5%, #726259 100%);
	background: -o-linear-gradient(top, #9C8679 5%, #726259 100%);
	background: -ms-linear-gradient(top, #9C8679 5%, #726259 100%);
	background: linear-gradient(to bottom, #9C8679 5%, #726259 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9C8679', endColorstr='#726259',GradientType=0);
	background-color: #9C8679;
	border: 1px solid #726259;
}
.btn-warning:active {
	position: relative;
	top: 1px;
}
.div a:link .fa {
    color: white;
}
.navbar-top {
    width: 100%;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 4000;
    position: relative;
    top: 0;
    float: left;
}
.top-nav div {
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    color: #333333;
    display: inline-flex;
    display: -webkit-inline-flex; /*Safari*/
    justify-content: center;
    -webkit-justify-content: center; /* Safari 8 */
	text-align: right;
	padding-right: 15px;
}
.top-nav div span {
	padding-right: 10px;
	color: white;
}
.search-nav a span.fa-home {
    padding-left: 35px;
}
nav.search-nav {
    top: 0;
    float: left;
    position: fixed;
    z-index: 4001;
    background: #57B7DF;
    display: inline-flex;
    display: -webkit-inline-flex; /*Safari*/
    width: 100%;
    margin: auto;
    height: 40px;
}

.search-nav a {
    color: #333333;
    padding-top: 5px;
}

    .search-nav a span {
        color: white;
    }

.top-nav {
    height: 40px;
    width: 100%;
    padding: 5px 20px 0 20px;
}

    .top-nav a:hover, .top-nav a:focus {
        background: #414142;
        display: block;
        color: #F7941E;
    }

.search-nav div.top-nav {
    display: inline-flex;
    display: -webkit-inline-flex; /*Safari*/
    justify-content: right;
    -webkit-justify-content: right; /* Safari 8 */
}

.searchbox form {
    width: calc(100% - 0px);
    line-height: 30px;
}
/*search box*/
.searchbox input {
    background: #b9d4df;
    margin: 0;
    border: none;
    color: #333333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0 10px;
    border: 1px solid white;
    height: 25px;
}

.searchbox button:hover, .searchbox button:focus, .search-nav .fa-home:hover, .search-nav .fa-home:focus {
    background: none;
    border: none;
    color: white;
}
.searchbox button {
	position: absolute;
	top: 0;
/* 	right: 50px; */
}
/*Google translate start */
div.ct-language {
    position: relative;
    padding-top: 3px;
}

    div.ct-language svg {
        padding-right: 5px;
        font-size: 25px;
    }

    div.ct-language:hover, div.ct-language:focus {
        background: #414142;
        color: #F7941E;
        cursor: pointer;
        height: 100%;
    }

.ct-language:hover .ct-language__dropdown, .ct-language:focus .ct-language__dropdown {
    max-height: 240px;
}

.ct-language__dropdown {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 90%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: left;
    padding-top: 0;
    z-index: 2000;
    width: 200px;
    flex-grow: 1;
}
	ul.ct-language__dropdown {
        background: #414142;
	}
    .ct-language__dropdown li {
        padding: 0 10px;
    }

        .ct-language__dropdown li a {
            display: block;
            color: white;
            font-size: 14px;
        }

        .ct-language__dropdown li:first-child {
            padding-top: 10px;
        }

        .ct-language__dropdown li:last-child {
            padding-bottom: 10px;
        }

    .ct-language__dropdown:before {
        content: '';
        position: absolute;
        top: 0;
        left: 10px;
        margin: auto;
        width: 8px;
        height: 0;
    }

button.contrast, button.contrast_back, .font-settings-button {
    position: relative;
}

button.contrast:hover, button.contrast:focus, button.contrast_back:hover, button.contrast_back:focus, .main_login:hover, .main_login:focus {
	background: #414142;
	color: #F7941E;
	cursor: pointer;
	height: 100%;
	margin: 0 15px;
}

.contrast_back {
    display: none;
}

nav.important-nav {
    position: fixed;
    background: white;
    height: 100px;
    top: 25px;
    width: 100%;
    z-index: 3000;
    float: left;
}

a img.main_logo {
    height: 75px;
}

div.main-logo {
    padding-top: 10px;
}

.main-logo img {
    display: inline;
}

.school-logo a img, .main-logo a img {
    padding: 5px 5px 5px 35px;
    display: inline-block;
    flex-grow: 1;
}

.main-buttons {
    text-align: right;
    padding-top: 30px;
}

    .main-buttons a:link, .main-buttons a:visited {
        text-align: center;
        background: #333333;
        padding: 10px;
        margin: 0 5px;
        max-width: 200px;
    }

    .main-buttons a:hover, .main-buttons a:focus {
        background: #414142;
    }

    .main-buttons a:link:after, .main-buttons a:visited:after {
        color: #F7941E;
        font-family: Font Awesome\ 5 Pro;
        font-size: 12px;
        padding: 0 0 0 8px;
        vertical-align: middle;
        content: "\f0da";
        font-weight: 900;
    }

    .main-buttons a:hover:after, .main-buttons a:focus:after {
        color: #57b7df;
    }
/*Main navigation*/
.green-logo {
    background: #b0d67a;
    width: 25%;
    margin: auto -2px;
    border-bottom: 2px solid white;
}

.blue-logo {
    background: #57b7df;
    width: 25%;
    margin: auto -2px;
    border-bottom: 2px solid white;
}

.brown-logo {
    background: #9c8679;
    width: 25%;
    margin: auto -2px;
    border-bottom: 2px solid white;
}

.orange-logo {
    background: #f7941e;
    width: 25%;
    margin: auto -2px;
    border-bottom: 2px solid white;
}

.school-first-color {
    width: 25%;
    margin: auto -2px;
    border-bottom: 2px solid white;
}

.green-bar {
    background: #b0d67a;
    width: 25%;
    height: 10px;
}

.blue-bar {
    background: #57b7df;
    width: 25%;
    height: 10px;
}

.brown-bar {
    background: #9c8679;
    width: 25%;
    height: 10px;
}

.orange-bar {
    background: #f7941e;
    width: 25%;
    height: 10px;
}

.school-first-color-bar {
    width: 25%;
    height: 10px;
}

.navbar-collapse {
    padding-right: 1px;
    padding-left: 1px;
}

.dropdown.orange-logo form button, .dropdown.brown-logo form button, .dropdown.blue-logo form button, .dropdown.green-logo form button, .school-first-color form button {
    text-decoration: none;
    text-transform: uppercase;
    height: 50px;
    display: block;
    width: 100%;
}

.dropdown {
    letter-spacing: .07rem;
    font-size: 20px;
    font-family: 'Teko-SemiBold';
    display: inline-flex;
    display: -webkit-inline-flex; /*Safari*/
    justify-content: center;
    -webkit-justify-content: center; /* Safari 8 */
    color: black;
}

.navbar {
    position: relative;
    top: 125px;
    margin-bottom: 0;
    border: none;
}

.dropdown-toggle {
    width: 50px;
}
/* centered navigation end*/
.navbar-default {
    display: block;
    padding-top: 0;
    border: none;
    z-index: 1000;
    box-shadow: inset 0 0 0 rgba(255,255,255),inset 0 0 0 rgba(0,0,0);
    background: white;
    background-image: none;
    border-color: white;
    height: 50px;
}

    .navbar-default > div > .green-logo:hover, .navbar-default > div > .green-logo:focus, .navbar-default > div > .orange-logo:hover, .navbar-default > div > .orange-logo:focus, .navbar-default > div > .brown-logo:hover, .navbar-default > div > .brown-logo:focus, .navbar-default > div > .blue-logo:hover, .navbar-default > div > .blue-logo:focus, .navbar-default > div > .school-first-color:hover, .navbar-default > div > .school-first-color:focus {
        color: white;
        box-shadow: 0 -45px 0 0 #414142 inset;
    }

.orange-logo:hover {
    color: white;
    box-shadow: 0 -45px 0 0 #414142 inset;
}

.dropdown-menu > div > a {
    color: #F3F3F4;
}

.dropdown-menu.single, .dropdown-menu.multi-column {
    background: #4D4D4F;
    border-radius: 0;
    margin: 0;
}

.dropdown-menu.multi-column {
    width: 200%;
}

.dropdown-menu div a {
    padding: 5px 15px;
    font-weight: 300;
}

.dropdown-menu li {
    list-style: none;
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 15px;
    line-height: 1.428571429;
    white-space: normal;
    color: white;
    font-size: 16px;
    width: 50%;
    float: left;
}

    .multi-column-dropdown div a {
        line-height: 1.428571429;
        white-space: normal;
    }

span.fa-caret-down {
    font-size: 14px;
    padding-left: 10px;
    opacity: .5;
    top: -2px;
    position: relative;
}

div.no-dropdown.normal a {
    background: none;
    border: none;
    text-align: center;
    display: block;
    width: 50px;
    height: 100%;
    color: white;
}

div.no-dropdown.school-header {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex; /*Safari*/
    width: 5%;
    height: 50px;
}

div.no-dropdown.normal a:hover, div.no-dropdown.normal a:focus {
    color: #414142;
    border: none;
    position: relative;
}

button {
    background: none;
    border: none;
}

.dropdown div p {
    color: white;
    font-size: 16px;
    font-family: 'Montserrat-Regular', 'Teko-SemiBold', arial;
    border-bottom: 3px dashed #9c8679;
    margin-right: 50px;
}

.dropdown div span {
    color: white;
    font-size: 16px;
    font-family: 'Montserrat-Regular', 'Teko-SemiBold', arial;
}

.dropdown div p a:link, .dropdown div p a:visited {
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    color: #F3F3F4;
}

.dropdown div p a:hover, .dropdown div p a:focus {
    font-size: 16px;
    line-height: 30px;
    color: white;
}

    .dropdown div p a:hover:after, .dropdown div p a:focus:after {
        color: #F7941E;
        font-family: Font Awesome\ 5 Pro;
        font-size: 12px;
        padding: 0 0 0 8px;
        vertical-align: middle;
        content: "\f0da";
        font-weight: 900;
    }

.dropdown div a:link, .dropdown div a:visited {
    text-decoration: none;
    padding: 0;
    line-height: 30px;
    color: #F3F3F4;
    font-size: 12px;
    font-family: 'Montserrat-Regular', 'Teko-SemiBold', arial;
    display: block;
}

.dropdown div a:hover, .dropdown div a:focus {
    color: white;
    display: block;
}

    .dropdown div a:hover:after, .dropdown div a:focus:after {
        color: #F7941E;
        font-family: Font Awesome\ 5 Pro;
        padding: 0 0 0 8px;
        content: "\f0da";
        font-size: 12px;
        font-weight: 900;
    }

.dropdown div a img {
    height: 50px;
    display: inline-block;
}
/*Google translate end */
#body {
    width: 100%;
    margin: 0;
    padding: 0 0 127px 0;
    min-height: 100%;
    background: white;
    position: relative;
    top: 127px;
    float: left;
}

.school-header a img.main_logo {
    height: 40px;
    display: inline-flex;
    display: -webkit-inline-flex; /*Safari*/
}

.searchbox.searchpage {
    display: inline-block;
    width: 100%;
}
    /*search box*/
    .searchbox.searchpage input {
        background: #4D4D4F;
        color: #F0F1F1;
        width: 400px;
    }

    .searchbox.searchpage form {
        margin: auto;
        text-align: center;
    }

.float-nav {
    min-height: 25px;
    background: #414142;
    z-index: 999;
    line-height: 30px;
    width: 100%;
    margin: auto;
    position: relative;
    float: left;
}

    .float-nav a:link, .float-nav a:visited {
        margin: 0 auto;
        font-family: 'Teko-SemiBold', arial;
        padding: 15px 10px 10px 10px;
        color: white;
        text-decoration: none;
        font-size: 14px;
    }

    .float-nav a:hover, .float-nav a:focus {
        color: #f5bd7b;
    }

    .float-nav li a:after, .float-nav li a:after {
        font-family: Font Awesome\ 5 Pro;
        display: inline-block;
        padding-left: 8px;
        vertical-align: middle;
        content: "\f0da";
        font-size: 10px;
        font-weight: 900;
    }

    .float-nav ul {
        margin: 0;
        text-align: center;
    }

    .float-nav li {
        list-style: none;
        display: inline;
    }

iframe {
    border: 0;
}

#upcoming_events iframe {
    width: 100%;
    height: 244px;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 10px;
    height: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .vid iframe,
    .vid object,
    .vid embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 325px;
    }

.main_content {
    min-height: 100%;
    margin: 0;
    background: white;
}

    .main_content a:link:after, .main_content a:visited:after {
        color: #F7941E;
        font-family: Font Awesome\ 5 Pro;
        font-size: 12px;
        padding: 0 0 0 8px;
        vertical-align: middle;
        content: "\f0da";
        font-weight: 900;
    }

    .main_content a:hover:after, .main_content a:focus:after {
        color: #57B7DF;
    }

a.btn-primary.no-arrow:after, .main-blocks a:after, a:link.no-arrow:after, a:visited.no-arrow:after {
    content: "";
    padding: 0;
}

.bus-info div {
    height: 50px;
    padding: 15px;
}

div .bus-info {
    height: 50px;
    padding: 15px;
    background: #F3F3F4;
}

.body-content {
    padding: 0;
    background: #F3F3F4;
    width: 100%;
}

.light-background {
    background: #f3f3f4;
}

.public_blog {
    border-bottom: 2px solid #414142;
}

.form-rows {
    background: #F3F3F4;
    border: 2px solid #c2c2c4;
    padding: 20px;
    margin: 10px;
}

.main-padding .form-rows {
    margin: 2px;
}

.carousel {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    height: 465px;
    max-width: 1270px;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}
/* .carousel-inner > .item {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0, rgba(0,0,0,0.07885160900297616) 15%);
	background-size:cover;
	z-index: 2;
    content: '';
    position:absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
} */
.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

.item img {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.carousel-caption {
    position: absolute;
    max-width: 800px;
    height: 400px;
    top: 100px;
    left: 0;
    background: none;
}

.slider {
    position: absolute;
    max-width: 70%;
    min-width: 40%;
    left: 0;
    bottom: 200px;
    text-align: left;
    font-size: 20px;
    font-family: 'Teko-SemiBold';
    z-index: 200;
    max-height: 50px;
}

    .slider a, .slider .no-link-slide {
        color: #f7941e;
        display: block;
        background: #414142;
        padding: 10px 5px 10px 50px;
        text-decoration: none;
        line-height: 30px;
        letter-spacing: .03rem;
    }

        .slider a:hover, .slider a:focus {
            color: white;
            background: #f7941e;
        }
/* .slider a span, .slider span {
	color: #f7941e;
	font-size: 16px;
	padding-left: 5px;
	opacity: 0.5;
	filter: alpha(opacity=5);
} */
.slider-white {
    position: absolute;
    display: block;
    margin-top: 10px;
    text-align: left;
    padding: 30px 50px 20px 50px;
    max-width: 100%;
    min-width: 60%;
    bottom: 100px;
    line-height: 25px;
    min-height: 115px;
    font-size: 14px;
    color: black;
    z-index: 199;
    background: white;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 100px;
    z-index: 9;
    padding: 0 0 0 50px;
}

    .carousel-indicators li, .carousel-indicators li.active {
        width: 16px;
        height: 16px;
        border: 2px solid white;
        opacity: 0.7;
        filter: alpha(opacity=7);
    }

.green-content {
    background: #b0d67a;
    padding: 0;
    margin: 0;
    min-height: 100%;
}

    .green-content a:link, .green-content a:visited, .green-content h2 a:visited, .green-content h2 a:visited {
        color: #414142;
    }

    .green-content a:hover, .green-content a:focus, .green-content h2 a:hover, .green-content h2 a:focus {
        color: #999;
    }

    .green-content a:link span, .green-content a:visited span, .green-content span {
        color: white;
        padding: 0 10px;
        text-decoration: none;
    }

    .green-content li:before {
        content: "• ";
        color: white;
    }

.green-month {
    background: #9C8679;
    color: white;
    padding-left: 70px;
    font-size: 20px;
    font-family: 'Teko-SemiBold';
}

.deadlines a, .news-events a, .greensheets a, .calendars a, .upcoming-events a {
    margin-left: 20px;
}

.upcoming-events div a {
    margin: 0;
}

.deadlines h2 a:link span, .deadlines h2 a:visited span, .news-events h2 a:link span, .news-events h2 a:visited span, .greensheets h2 a:link span, .greensheets h2 a:visited span, .calendars h2 a:link span, .calendars h2 a:visited span {
    font-size: 12px;
}

.green-content li:before, .deadlines li:before, .news-events li:before { /* the custom styled bullets */
    display: none;
}

.green-content h2 a {
    border-bottom: 3px dashed #cff990;
    line-height: 30px;
    text-transform: uppercase;
}

.deadlines {
    background: #414142;
    padding: 20px 30px;
    margin: 0;
    height: 225px;
    color: #F3F3F4;
}

    .deadlines a:link, .deadlines a:visited, .deadlines h2 a:link, .deadlines h2 a:visited {
        color: white;
        text-decoration: none;
    }

    .deadlines a:hover, .deadlines a:focus, .deadlines h2 a:hover, .deadlines h2 a:focus {
        background: linear-gradient(90deg,#F7941E, #B0D67A);
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        text-shadow: none;
    }

    .deadlines a:link span, .deadlines a:visited span, .deadlines span {
        color: #F7941E;
        padding: 0 22px;
        text-decoration: none;
        display: inline;
    }

    .deadlines li a:after, .news-events li a:after {
        font-family: Font Awesome\ 5 Pro;
        display: inline-block;
        padding-left: 8px;
        vertical-align: middle;
        content: "\f0da";
        font-size: 12px;
        font-weight: 900;
    }

    .deadlines li a:after {
        color: #F7941E;
    }

    .deadlines h2 a {
        text-decoration: none;
        border-bottom: 3px dashed #9c8679;
    }

        .deadlines h2 a:hover, .deadlines h2 a:focus {
            color: #F7941E;
        }

.news-events li a:after {
    color: white;
}

.news-events li a:hover:after, .news-events li a:focus:after {
    color: #4D4D4F;
}

.news-events li, .deadlines li {
    line-height: 22px;
    margin-bottom: 8px;
}

.news-events {
    background: #b0d67a;
    padding: 20px 30px;
    margin: 0;
    height: 240px;
}

    .news-events a:link, .news-events a:visited, .news-events h2 a:link, .news-events h2 a:visited, .news-events h2 {
        color: #414142;
        text-decoration: none;
    }

        .news-events a:hover, .news-events a:focus, .news-events h2 a:hover, .news-events h2 a:focus {
            color: black;
        }

        .news-events a:link span, .news-events a:visited span, .news-events span {
            color: white;
            padding: 0 18px;
            text-decoration: none;
        }

    .news-events a:hover span, .news-events a:focus span {
        color: black;
    }

    .news-events ul, .deadlines ul {
        list-style: none;
        margin: 5px 0;
    }

    .news-events h2 a {
        border-bottom: 3px dashed #cff990;
    }

        .news-events h2 a:hover, .news-events h2 a:focus {
            color: white;
        }

.greensheets {
    background: white;
    padding: 0 2.5%;
    display: flex;
    display: -webkit-flex; /*Safari*/
    flex-direction: column;
    -webkit-flex-direction: column; /*Safari*/
    align-items: stretch;
}

    .greensheets a:link span, .greensheets a:visited span, .greensheets span {
        padding: 0 10px;
        text-decoration: none;
    }

    .greensheets a:hover, .greensheets a:focus, .greensheets {
        color: #b0d67a;
    }

        .greensheets span {
            padding: 20px 0 0 0;
        }

        .greensheets h2 a, .calendars h2 a, .our-staff h2 a, .bus-status h2, .upcoming-events h2 a {
            border-bottom: 3px dashed #ccc;
        }
.green-date {
    font-size: 10px;
    letter-spacing: .05rem;
    background: #B0D67A;
    font-family: 'Montserrat-Bold';
    color: #414142;
    padding: 10px;
    text-align: center;
    display: flex;
    display: -webkit-flex; /*Safari*/
    flex-direction: column;
    -webkit-flex-direction: column; /*Safari*/
    align-items: stretch;
    min-height: 100px;
    width: 10%;
    text-transform: uppercase;
    float: left;
    position: relative;
}
.green-date span {
	font-family: 'Montserrat-Regular';
	font-size: 22px;
	line-height: 25px;
	color: #414142;
	padding: 0;
	letter-spacing: .1rem;
	font-weight: normal;
	margin: 0;
}
.upcoming-events {
    padding: 0 40px;
}
.upcoming-events svg {
	margin-right: 40px;
}
.district {
    font-family: 'Montserrat-Regular', 'Teko-SemiBold', arial;
    background: #F3F3F4;
    color: #414042;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    display: flex;
    display: -webkit-flex; /*Safari*/
    flex-direction: column;
    -webkit-flex-direction: column; /*Safari*/
    align-items: stretch;
    min-height: 100px;
    line-height: 18px;
    width: 90%;
    float: left;
    position: relative;
}

.school {
    font-family: 'Montserrat-Regular', 'Teko-SemiBold', arial;
    background: white;
    color: #414042;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    display: flex;
    display: -webkit-flex; /*Safari*/
    flex-direction: column;
    -webkit-flex-direction: column; /*Safari*/
    align-items: stretch;
    min-height: 100px;
    line-height: 18px;
    width: 80%;
    float: left;
    position: relative;
}

.directions-spud .svg-inline--fa {
    font-size: 20px;
    width: 50px;
}

.calendars {
    /* 	padding: 0 60px;
	min-height: 380px; */
    color: #F7941E;
}

    .calendars p a:link, .calendars p a:visited {
        color: #76777a;
        font-family: 'Montserrat-Regular', 'Teko-SemiBold', arial;
        font-weight: bold;
    }

    .calendars a:link span, .calendars a:visited span, .calendars span {
        color: #f7941e;
        font-weight: bold;
        padding: 0 10px;
        text-decoration: none;
    }

h2 a svg {
    margin-left: 10px;
}

.calendars span {
    color: #f7941e;
    padding: 20px 20px 0 0;
}

.calendars h2 a {
    line-height: 30px;
    text-transform: uppercase;
}

    .calendars h2 a:hover, .calendars h2 a:focus, .calendars p a:hover, .calendars p a:focus {
        color: #F7941E;
    }

.calendars p {
    padding-top: 40px;
}

    .calendars p a {
        text-decoration: none;
    }

.year-calendars h2 a {
    font-family: 'Montserrat-Bold', 'Teko-SemiBold', arial;
    font-size: 12px;
    border: none;
    float: right;
    color: #414142;
}

.icon-menu, .school-details {
    background: #57b7df;
    line-height: 20px;
    width: 100%;
    display: inline-flex;
    display: -webkit-inline-flex; /*Safari*/
    justify-content: space-between;
    -webkit-justify-content: space-between; /*Safari*/
    flex-flow: wrap;
    -webkit-flex-wrap: wrap; /*Safari*/
    height: 100%;
    color: white;
}
.icon-menu a {
	text-decoration: none;
}
.icon-menu a:link svg, .icon-menu a:visited svg {
	color: white;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
}
.icon-menu a:hover svg, .icon-menu a:focus svg, .icon-menu a:hover, .icon-menu svg:hover, .main-blocks a:hover svg, .main-blocks a:focus svg {
	color: #414142;
}
.school-information {
    padding-bottom: 20px;
}
.school-details {
    height: 200px;
    font-family: 'Teko-SemiBold';
}
.school-details div {
	border-right: 3px dashed #F3F3F4;
	width: 33.3%;
	text-align: center;
	margin: 20px 0;
	padding: 10px 40px;
	line-height: 30px;
}
.school-details div:last-child {
	border: none;
}
.school-details span {
	font-family: 'Montserrat-Regular', 'Teko-SemiBold', arial;
	font-size: 18px;
	padding-top: 5px;
	width: 100%;
	display: block;
}

.directions-row {
    width: 100%;
}

.directions-spud {
    min-height: 40px;
    line-height: 30px;
}

    .directions-spud img {
        padding: 10px;
        margin: 0 auto;
        max-height: 100px;
        float: left;
    }

.school-map-details {
    background: #333333;
    color: white;
    height: 400px;
    margin: 0;
    padding: 0 50px;
    display: block;
    line-height: 20px;
}

    .school-map-details div {
        display: block;
    }

    .school-map-details h2 {
        background: #333333;
        color: white;
        padding: 0 20px;
        font-size: 20px;
    }

.directions-spud a:link, .directions-spud a:visited {
    text-decoration: none;
    color: white;
}

.directions-spud a:hover, .directions-spud a:focus {
    color: #F7941E;
}

.directions-spud a:link:after, .directions-spud a:visited:after {
    font-family: Font Awesome\ 5 Pro;
    padding-left: 8px;
    vertical-align: middle;
    content: "\f0da";
    font-size: 12px;
    color: white;
    font-weight: 900;
    opacity: 0.5;
    filter: alpha(opacity=5);
}

.school-map {
    margin: 0;
    display: block;
    padding: 0;
}

.school-building {
    padding: 0;
}

    .school-building img {
        object-fit: cover;
        height: 400px;
    }

a svg path, a svg polygon {
    transition: .2s ease;
}

.cls-1 {
    stroke: none;
}

.myfwcs a:hover svg path, .myfwcs a:hover svg polygon {
    fill: #414142;
}

.myfwcs.main-blocks a h2 {
    margin-top: 15px;
}

.main-blocks {
    padding: 40px 20px;
    display: flex;
    display: -webkit-flex; /*Safari*/
    justify-content: center;
    text-align: center;
}

    .main-blocks a:link, .main-blocks a:visited {
        color: white;
    }

        .main-blocks a:link h2, .main-blocks a:visited h2 {
            color: #333333;
            font-family: 'Montserrat-Bold', 'Teko-SemiBold', arial;
            font-size: 14px;
            line-height: 20px;
        }

            .main-blocks a:link h2:after, .main-blocks a:visited h2:after {
                font-family: Font Awesome\ 5 Pro;
                padding-left: 8px;
                vertical-align: middle;
                content: "\f0da";
                font-size: 12px;
                color: white;
                font-weight: 900;
                opacity: 0.5;
                filter: alpha(opacity=5);
            }

    .main-blocks a svg {
        height: 40px;
        margin: 0 auto;
    }

    .main-blocks svg:hover path {
        stroke: #414142;
        -webkit-transition: all 0.2s ease-in-out;
    }

    .main-blocks a:hover h2:after, .main-blocks a:focus h2:after {
        opacity: 1;
        filter: alpha(opacity=1);
    }

    .main-blocks a:hover h2, .main-blocks a:focus h2 {
        color: white;
    }

.light-box {
    background: #f3f3f4;
    padding: 10px 60px;
}

    .light-box p a:link, .light-box p a:visited {
        color: #76777a;
        font-family: 'Montserrat-Regular', 'Teko-SemiBold', arial;
        font-weight: bold;
    }

    .light-box span {
        color: #f7941e;
    }

    .light-box a:link span, .light-box a:visited span {
        color: #f7941e;
        font-weight: bold;
        padding: 0 10px;
        text-decoration: none;
    }
/*Content styles for all other pages*/
.bus-status h2 span {
    font-size: 12px;
    font-family: 'Montserrat-Regular', 'Teko-SemiBold', arial;
}

.bus-status h2, .our-staff h2 {
    margin-left: 75px;
}

    .bus-status h2 small {
        color: #333333;
    }

.bus-status, .our-staff, .upcoming-events {
    margin: 0;
    line-height: 50px;
}

    .bus-status div:hover {
        background: #F3F3F4;
    }

    .bus-status div.darkest-grey-background:hover, .bus-status div.grey-background:hover {
        background: #333333;
    }

    .bus-status div {
        border: 1px solid #F0F1F1;
        padding: 0 50px;
    }

    .bus-status .row {
        border: 1px solid #b7b7b7;
    }

.bus-information {
    padding: 0 50px;
}

.bus-department a:link:after, .bus-department a:visited:after, .bus-map a:link:after, .bus-map a:visited:after, .bus-phone a:link:after, .bus-phone a:visited:after {
    font-family: Font Awesome\ 5 Pro;
    padding-left: 8px;
    vertical-align: middle;
    content: "\f0da";
    font-size: 12px;
    color: #f7941e;
    font-weight: 900;
}

div.bus-map a:link, div.bus-map a:visited, div.bus-department a:link, div.bus-department a:visited, div.bus-phone a:link, div.bus-phone a:visited {
    color: black;
}

div.bus-map a:hover, div.bus-map a:focus, div.bus-department a:hover, div.bus-department a:focus, div.bus-phone a:hover, div.bus-phone a:focus {
    display: block;
    padding: 0;
}

.department-type h2 {
    background: #B0d67A;
    padding: 15px 50px;
    display: flex;
    display: -webkit-flex; /*Safari*/
    width: 100%;
    margin: 0;
    font-size: 26px;
    color: black;
}

.school-info div.darkest-grey-background {
    background: #333333;
    padding: 20px 50px;
    display: block;
    height: 50px;
    margin: 0;
    color: #B0D67A;
}

.school-info div.grey-background {
    background: #414142;
    padding: 20px 50px;
    display: block;
    height: 50px;
    margin: 0;
    color: #B0D67A;
}

.school-logos a img {
    text-align: center;
    padding: 10px 0;
    max-height: 70px;
    max-width: inherit;
}

.content-gray {
    background: #4D4D4F;
    padding: 10px;
}

/**************START STREET GUIDE LOOKUP*********************/
#schoolBoundary li {
    border-bottom: 1px solid #ababab;
    margin: 0;
    font-weight: bold;
    list-style: none;
}

#schoolBoundary {
    margin-top: -25px;
    padding: 0;
    z-index: 1;
    background: #F3F3F4;
    border: 1px solid #a1a1a3;
    display: block;
    width: 50%;
}

#search_submit button {
    margin: 0 0 0 20px;
}

h4#results-text {
    display: none;
}

#results {
    z-index: 1000;
    position: relative;
}

ul#results {
    min-width: 400px;
    margin: -1px -10px 0 0;
    float: left;
    display: none;
    background-color: #4D4D4F;
    border: 1px solid #ababab;
    padding: 5px;
    list-style-type: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
    z-index: 1000;
    position: relative;
}

    ul#results a:link, ul#results a:visited {
        color: #F3F3F4;
        text-decoration: none;
    }

    ul#results a:hover, ul#results a:focus {
        color: #F7941E;
    }

    ul#results a:link:after ul#results a:link:after {
        font-family: Font Awesome\ 5 Pro;
        display: inline-block;
        padding-left: 8px;
        vertical-align: middle;
        content: "\f0da";
        font-size: 12px;
        font-weight: 900;
    }

    ul#results li.pitem {
        font-weight: bold;
        padding: 4px;
        cursor: pointer;
        transition: background-color .3s ease-in-out;
        list-style-type: none;
        -moz-transition: background-color .3s ease-in-out;
        -webkit-transition: background-color .3s ease-in-out;
        margin: 2px 0 0 0;
        z-index: 1000;
        position: relative;
    }

    ul#results li h3 {
        padding: 0;
    }

    ul#results li {
        border-bottom: 1px solid #ababab;
    }
        /* 	ul#results li:hover {
	background-color: #F8CC98;
} */
        ul#results li:first-child {
            border-top: none;
        }

        ul#results li h3, ul#results li h4 {
            transition: color .3s ease-in-out;
            -moz-transition: color .3s ease-in-out;
            -webkit-transition: color .3s ease-in-out;
            color: #616161;
        }

        ul#results li:hover h3, ul#results li:hover h4 {
            color: #3b3b3b;
            font-weight: bold;
        }

#all_results {
    clear: both;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 310px;
}

    #all_results p {
        font-size: 14px;
        color: green;
        padding: 0;
        margin: 0;
        height: 20px;
        z-index: 0;
        position: relative;
    }

#pstreetName {
    color: #4D4D4F;
}
/**************END STREET GUIDE LOOKUP*********************/
.ordered-lists a {
    text-decoration: none;
    font-family: 'Teko-SemiBold';
    font-size: 24px;
}

.ordered-lists li {
    list-style: none;
}

.ordered-lists a:after {
    color: #414142;
    font-family: Font Awesome\ 5 Pro;
    font-size: 12px;
    padding: 0 8px 0 8px;
    content: "\f0da";
    font-weight: 900;
}

.search-rows {
    height: 250px;
}

.search-link a:after {
    color: white;
    font-family: Font Awesome\ 5 Pro;
    font-size: 12px;
    padding: 0 8px;
    content: "\f0da";
    font-weight: 900;
    text-align: right;
}

.search-description {
    font-family: 'Montserrat-Regular', arial;
    font-size: 12px;
    margin: 0;
    padding: 10px;
    background: white;
}

.pagination a {
    color: #414142;
    text-decoration: none;
    padding: 10px;
}

    .pagination a:link, .pagination a:visited {
        color: #414142;
        font-size: 16px;
        width: 36px;
        height: 36px;
        position: relative;
        z-index: 1;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-in-out;
        display: inline-flex;
        display: -webkit-inline-flex; /*safari */
    }

    .pagination a:hover, .pagination a:focus {
        box-shadow: 0 0 0 4px rgb(247, 148, 30);
        color: #57B7DF;
        position: relative;
    }

    .pagination a:hover, .pagination a:focus {
        box-shadow: 0 0 0 4px rgb(247, 148, 30);
        position: relative;
    }

.main_content .pagination a:link:after {
    content: "";
}
/*Search page start*/
.bottom-footer h2 {
    color: #57B7DF;
}

    .bottom-footer h2:before {
        content: '-------- ';
        letter-spacing: .20rem;
        color: #9C8679;
    }

    .bottom-footer h2:after {
        content: ' --------';
        letter-spacing: .20rem;
        color: #9C8679;
    }

.bottom-footer p a:link, .bottom-footer p a:visited {
    color: #F7941E;
}

.bottom-footer p a:hover, .bottom-footer p a:focus {
    color: #B0D67A;
}

.bottom-footer p {
    width: 100%;
}

.bottom-footer h2 a {
    color: #b0D67A;
}
/*Search page end*/
/*Content End*/
.comment {
    width: 400px;
    background-color: #f0f0f0;
    margin: 10px;
}

.fa-angle-up {
    margin-top: -17px;
}

.nav-pills li a {
    font-weight: bold;
    color: white;
}

    .nav-pills li a:hover {
        color: #4f4e4e;
    }
/*Footer Area*/
/* Slider */
.no-photo {
    width: 170px;
}

.slick-slide {
    margin: 0px;
}

.staff-lookup {
    width: 50%;
    padding: 10px 0;
}

    .staff-lookup a {
        text-decoration: none;
        color: #333;
    }

        .staff-lookup a:hover, .staff-lookup a:focus {
            color: white;
        }

    .staff-lookup p span {
        padding-right: 10px;
        color: #F7941E;
    }

.school-staff {
    padding: 10px 20px 10px 0;
    font-family: 'Teko-SemiBold';
    display: inline-flex;
    display: -webkit-inline-flex; /*safari*/
    justify-content: center;
    -webkit-justify-content: center; /* Safari 8 */
}

.school-staff-info {
    background: #F3F3F4;
    padding: 10px 10px 15px 10px;
    width: 200px;
}

.staff-content {
    display: inline-flex;
    display: -webkit-inline-flex; /*safari*/
    width: 100%;
}

    .staff-content img, .not-available, .school-staff img {
        padding-right: 5px;
        display: block;
        width: 170px;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

.staff-information {
    font-family: 'Teko-SemiBold';
    width: 70%;
}

.staff-department {
    background: #57B7DF;
    font-family: 'Teko-SemiBold';
    color: #333;
    font-size: 16px;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    display: block;
}

    .staff-department:hover, .staff-department:focus {
        background: #F7941E;
        color: white;
    }

.staff-info svg {
    padding: 8px 10px 0 0;
    font-size: 25px;
}

.staff-department.staff-info p a:hover, .staff-department.staff-info p a:focus {
    color: #F7941E;
}

.staff-department a:link:after, .staff-department a:visited:after {
    font-family: Font Awesome\ 5 Pro;
    padding-left: 8px;
    vertical-align: middle;
    content: "\f0da";
    font-size: 12px;
    color: white;
    font-weight: 900;
    opacity: 0.5;
    filter: alpha(opacity=5);
}
.staff-info {
    background: #F3F3F4;
    padding: 10px 10px 15px 10px;
    background-size: cover;
    height: 80%;
}
.staff-info a:hover, .staff-info a:focus {
	color: #f7941e;
}
.slick-slide img {
    float: left;
}
.slick-slider {
    object-fit: cover;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    object-fit: cover;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: inline-flex;
    display: -webkit-inline-flex; /*Safari*/
}

.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.instagram {
    margin: 0;
    padding: 0;
    position: static;
}
.instagram .slide img {
	object-fit: cover;
}
.slide img {
    height: 250px;
}
.slide {
    display: inline-flex;
    margin: 0;
    padding: 0;
}
/*Social Media*/
.social-background {
    background: #4d4d4f;
    margin: 0;
    padding: 0;
}

.social-media {
    font-size: 30px;
    padding: 30px 20px 0 20px;
    background: #B0D67A;
    height: 320px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 92%, 0 100%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 92%, 0 100%, 0 0);
    margin: -10px 0 -60px 0;
}

    .social-media ul {
        padding: 10px 0 5px 0;
        width: 100%;
        display: flex;
        display: -webkit-flex; /*Safari*/
        flex-direction: row;
        -webkit-flex-direction: row; /*Safari*/
        justify-content: space-around;
    }

    .social-media li {
        text-align: center;
        display: inline-block;
        padding: 0 5px;
        width: 16.5%;
        height: 45px;
    }

    .social-media a:link, .social-media a:visited {
        color: #414142;
        font-size: 25px;
        width: 36px;
        height: 36px;
        position: relative;
        z-index: 1;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .social-media a:hover, .social-media a:focus {
        box-shadow: 0 0 0 4px rgb(207, 249, 144);
        color: white;
        position: relative;
    }

.social-follow {
    border-top: 3px dashed #cff990;
    padding: 10px 0;
    text-align: center;
}

.social-media-banner {
    display: flex;
    display: -webkit-flex; /* Safari 8 */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 8 */
    justify-content: center;
    -webkit-justify-content: center; /* Safari 8 */
}

    .social-media-banner:before {
        content: '--';
        letter-spacing: .15rem;
        color: #cff990;
        margin: -5px 0 0 0;
    }

    .social-media-banner:after {
        content: '--';
        letter-spacing: .15rem;
        color: #cff990;
        margin: -5px 0 0 0;
    }

.subscription {
    width: 100%;
    text-align: center;
}

    .subscription span.input-group-addon {
        background-color: #333;
        color: white;
        border: 2px solid #333;
    }

    .subscription .form-control {
        border: 2px solid #333;
        background: #B0D67A;
    }

    .subscription button {
        width: 30px;
    }

    .subscription .form-control::-moz-placeholder {
        color: #333;
    }

.poly-social {
    display: flex;
    display: -webkit-flex; /* Safari 8 */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 8 */
    justify-content: center;
    -webkit-justify-content: center; /* Safari 8 */
    font-size: 18px;
    background: white;
    padding: 8px 20px;
    height: 35px;
    margin: 0;
    font-family: 'Teko-SemiBold';
    -webkit-clip-path: polygon(100% 0, 94% 50%, 100% 100%, 0 100%, 7% 50%, 0 0);
    clip-path: polygon(100% 0, 94% 50%, 100% 100%, 0 100%, 7% 50%, 0 0);
}

.h2-icons {
    float: left;
    font-size: 50px;
}

.news-events.h2-icons, .deadlines.h2-icons, .bus-status.h2-icons, .upcoming-events.h2-icons {
    padding-bottom: 20px;
}

.calendars svg.h2-icons, .greensheets svg.h2-icons {
    padding-bottom: 0;
    margin-top: 20px;
}

.app-footer {
    background: #4d4d4f;
    text-transform: uppercase;
    color: #F3F3F4;
    height: 120px;
    display: flex;
    display: -webkit-flex; /* Safari 8 */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 8 */
    justify-content: center;
    -webkit-justify-content: center; /* Safari 8 */
    padding: 0 0;
    vertical-align: middle;
}

div.fwcs-app, div.app-banner, div.apple, div.android {
    padding: 30px 10px 0 10px;
    text-align: center;
}

.poly-app {
    font-size: 18px;
    background: white;
    padding: 6px 20px;
    font-family: 'Teko-SemiBold';
    color: #414142;
    -webkit-clip-path: polygon(100% 0, 100% 54%, 100% 100%, 0 100%, 6% 53%, 0 0);
    clip-path: polygon(100% 0, 100% 54%, 100% 100%, 0 100%, 6% 53%, 0 0);
}

.fwcs-app {
    font-size: 30px;
}

.app-footer div a:link, .app-footer div a:visited {
    color: #F7941E;
    font-size: 36px;
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
}

.app-footer div a:hover, .app-footer div a:focus {
    box-shadow: 0 0 0 4px rgb(247, 148, 30);
    color: white;
    position: relative;
}

.bottom-footer {
    background: #333;
    text-transform: uppercase;
    color: #ccc;
    padding: 25px 0;
    font-size: 9px;
    line-height: 25px;
    letter-spacing: .15rem;
    text-align: left;
}

    .bottom-footer ul {
        padding-top: 20px;
    }

    .bottom-footer li a:link, .bottom-footer li a:visited {
        text-transform: uppercase;
        font-family: 'Montserrat-Regular';
        font-size: 11px;
        letter-spacing: .1rem;
        text-decoration: none;
        color: #EEE;
    }

    .bottom-footer li a:hover, .bottom-footer li a:focus {
        color: #57B7DF;
    }

    .bottom-footer li a span {
        display: inline-block;
        padding-left: 8px;
        vertical-align: middle;
        font-size: 12px;
        color: #57B7DF;
    }

    .bottom-footer .legal-content li:first-child:after {
        content: "●";
        padding-left: 12%;
    }

.container-fluid {
    padding: 0;
    margin: 0;
}

.back-to-top {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    bottom: 0;
    right: 20px;
    position: fixed;
    opacity: 0.95;
    filter: alpha(opacity=95);
    margin: 0;
    padding: 5px 10px;
    z-index: 900;
}

a.back-to-top {
    color: #414142;
    background: white;
}

.late-bus-alert {
    background: #fff340;
    min-height: 30px;
}

    .late-bus-alert a {
        color: #414142;
    }

        .late-bus-alert a:hover, .late-bus-alert a:focus {
            background: #dbdcdd;
        }

/*Foodservice menu hack*/
div.col-lg-4.dot-four {
    width: 20%;
    border: 1px solid #000;
}

.calendar-days {
    height: 360px;
    font-size: 12px;
    text-align: center;
}

.calendar-week {
    height: 50px;
    text-align: center;
}

.events {
    font-family: Calliehand, "MV Boli", Arial, San Serif;
    color: #A4D555;
    background: #841983;
    font-size: 20px;
    list-style: none;
    padding: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .events li:before {
        content: "\2666";
        padding: 30px;
    }

.nutrients-hack {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 0;
}

form.custom-select {
    text-align: center;
}

.custom-select select {
    background: #414142;
    color: white;
}

.custom-select {
    overflow: hidden;
    background: none;
    color: #414142;
    padding: 15px;
    font-size: 20px;
    border: 2px solid #B0D67A;
    width: 350px;
}

    .custom-select select {
        border: 2px solid #F7941E;
        color: #EEE;
        background: transparent;
        font-size: 20px;
        font-weight: bold;
        padding: 2px 10px;
        width: 378px;
        *width: 350px;
        -webkit-appearance: none;
    }

select.custom-select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/icons/down-carrot.png), -webkit-linear-gradient(white, white 40%, white);
    background-color: #B0D67A;
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 2px solid #F7941E;
    color: #414142;
    font-size: inherit;
    margin: 20px;
    overflow: hidden;
    font-size: 20px;
    padding: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}

.custom-submit {
    background: none;
    color: #414142;
    padding: 15px;
    font-size: 20px;
    border: 2px solid #57B7DF;
}

.greenfwcstext {
    color: #B0D67A;
}

.orangefwcstext {
    color: #F7941E;
}

.brownfwcstext {
    color: #9C8679;
}

.bluefwcstext {
    color: #57B7DF;
}
/*Foodservice menu calendar hack end*/
.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
    bottom: 18px;
    position: absolute;
}
.padding {
    padding: 20px;
}
.margin {
    margin: 20px;
}
/*Custom fonts*/
.orange-font, .main-buttons a.orange-font {
    color: #f7941e;
}
.green-font, .main-buttons a.green-font {
    color: #b0d67a;
}
.brown-font, .main-buttons a.brown-font {
    color: #9c8679;
}
.light-brown-font, .main-buttons a.light-brown-font { /*for ADA compliance on darker-grey-background*/
    color: #af9d94;
}
.blue-font {
    color: #57B7DF;
}
.red-font {
    color: #ff0000;
}
.yellow-font {
    color: #ffff00;
}
.white-font {
    color: #FFFFFF;
}
.small-font {
    font-size: 16px;
}
.medium-font {
    font-size: 36px;
}
.large-font {
    font-size: 100px;
}
.block-link {
    vertical-align: middle;
}
.block-link a {
	height: 150px;
	width: 100%;
	font-size: 35px;
	text-align: center;
	color: black;
	display: block;
	margin: 10px;
}
.vertical-font {
    transform: rotate(-90deg);
    float: left;
    margin: 0 auto;
    position: relative;
    top: 60px;
    left: 0;
}
.orange-background {
    background: #f7941e;
    color: black;
    padding: 20px 50px;
}
.green-background {
    background: #b0d67a;
    color: black;
    padding: 20px 50px;
}
.brown-background {
    background: #9c8679;
    color: black;
    padding: 20px 50px;
}
.red-background {
    background: #ff0000;
    color: black;
    padding: 20px 50px;
    color: white;
}
.blue-background {
    background: #57B7DF;
    color: black;
    padding: 20px 50px;
}
.yellow-background {
    background: #f4f43a;
    color: black;
    padding: 20px 50px;
}
.light-grey-background {
    background: #F3F3F4;
    padding: 20px 50px;
    display: block;
    color: #282525;
}
.light-grey-background a:hover, .light-grey-background a:focus, h2.orange-background a:hover, h2.orange-background a:focus {
	color: #57B7DF;
}
.background-block a:link, .background-block a:visited {
    color: white;
}
.background-block a:hover, .background-block a:focus {
    color: red;
}
.grey-background {
    background: #414142;
    padding: 20px 50px;
    display: block;
    color: #F0F1F1;
}

.darkest-grey-background {
    background: #333333;
    padding: 20px 50px;
    display: block;
    color: #F0F1F1;
}
.orange-background h2, .green-background h2, .brown-background h2, .blue-background h2, .yellow-background h2 {
    color: black;
    margin: 0;
}
.orange-background h2 a, .green-background h2 a, .brown-background h2 a, .blue-background h2 a, .yellow-background h2 a {
	color: black;
}
.darkest-grey-background a, .darkest-grey-background h2 a, .darkest-grey-background h3 a {
    color: #F7941E;
}
.darkest-grey-background h2, .grey-background h2, .darkest-grey-background.custom-submit, .grey-background.custom-submit {
    color: white;
    border-bottom: 3px dashed #9c8679;
    margin: 0 0 10px 0;
}
.darkest-grey-background h3 a, .darkest-grey-background h2 a:hover, .darkest-grey-background h2 a:focus {
	color: #B0D67A;
}
.darkest-grey-background a:hover, .darkest-grey-background a:focus, .darkest-grey-background h3 a:hover, .darkest-grey-background h3 a:focus, .blue-background a, h2.orange-background a, h2.red-background a {
	color: white;
}
h2.blue-background.text-center, h2.blue-background.text-center a, h2.green-background.text-center {
    border: none;
}
.darkest-grey-background h2.green-background a, .darkest-grey-background h2.blue-background a {
    color: black;
}
.darkest-grey-background h2.green-background a:hover, .darkest-grey-background h2.green-background a:focus, .darkest-grey-background h2.blue-background a:hover, .darkest-grey-background h2.blue-background a:focus, h2.red-background a:hover, h2.red-background a:focus {
	color: black;
}
/* .blue-background a:hover, .blue-background a:focus {
	color: #333333;
	background: #9C8679;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
} */
h2.blue-background.search-link a:hover, h2.blue-background.search-link a:focus {
    background: #F7941E;
}
.border-bottom {
    border-bottom: 2px solid #282525;
}
a.blue-background, a.orange-background, a.green-background, a.brown-background {
    display: block;
}
/*custom fonts end*/
#vmap {
    width: 1400px;
    height: 700px;
    margin: 0 auto;
    text-align: center;
}

.block-link.yellow-background a:hover, .block-link.orange-background a:hover, .block-link.red-background a:hover, .block-link.yellow-background a:focus, .block-link.orange-background a:focus, .block-link.red-background a:focus {
    background: #F3F3F4;
    padding: 0;
    color: black;
}

.nav-tabs a {
    color: #473d37;
}

.athletics div {
    background: #e2d6ce;
}

.athletics .nav-tabs {
    padding: 0 50px;
}

.nav-tabs li {
    padding: 10px 10px 0 10px;
    width: 15%;
}

    .nav-tabs li a.active {
        background: #9c8679;
        border-top: 4px solid #473d37;
        color: white;
    }

.card-header div, .card-header-orange div, .card-header-green, .card-header-yellow div {
    padding: 5px;
    background: #57B7DF;
    margin: 0;
    border-bottom: 2px solid white;
}

.card-header-orange div {
    background: #F7941E;
}

    .card-header-orange div a {
        color: black;
    }

.card-header-green div {
    background: #B0D67A;
}

.card-header-yellow div {
    background: #f4f43a;
    color: black;
}

.card-header div button {
    color: black;
    font-weight: bold;
    text-align: left;
}

.btn-link:focus, .btn-link:hover, .btn-link {
    color: black;
}

.card-body {
    padding: 2px 10px;
}

.card-header-orange div a:hover {
    background: #9C8679;
}

.mb-0:hover {
    background: #B0D67A;
}

.mb-1:hover {
    background: #9C8679;
}

.mb-0 a:hover {
    color: black;
}

.btn {
    white-space: normal;
}

.border {
    border: 1px solid red;
}
.main-padding div.orange-border {
    margin: 0;
}
.orange-border, .green-border, .brown-border, .blue-border, .grey-border, .light-grey-border, .dark-grey-border {
    color: black;
    padding: 20px 10px;
    margin: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.green-border {
    border: 4px solid #b0d67a;
}

.orange-border {
    border: 4px solid #f7941e;
}

.brown-border {
    border: 4px solid #9c8679;
}

.blue-border {
    border: 4px solid #57B7DF;
}

.grey-border {
    border: 4px solid #414142;
}

.light-grey-border {
    border: 4px solid #F3F3F4;
}

.dark-grey-border {
    border: 4px solid #333333;
}

.btn-module span {
	font-size: 8px;
}
.saraAnimation.active{
    margin-left: -800px;
}
.saraAnimation {
	position: relative;
	height: 100%;
	background: white;
}
.saraAnimation a:link, .saraAnimation a:visited {
	color: #F7941E;
}
.animationButton {
	transition: 0.3s;
	color: white;
	width: 40px;
	height: 40px;
	font-size: 16px;
	position: absolute;
	z-index: 1;
}
.animation {
	z-index: 2;
	position: relative;
	float: right;
}
.animationButton button {
		right: 181px;
	top: 20px;
	padding-top: 0;
	padding-left: 35px;				   
	border-radius: 6px;
	transform: rotate(-135deg);
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background: transparent;
	border-color: transparent;
	transform: rotate(135deg);
	padding: 0;
	top: 15px;
	position: relative;
	right: 30px;
}
.green-background.buttons {
	margin:10px;
	padding: 20px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	transition: transform .2s;
	color: black;
	min-height: 25em;
	line-height: 1.6em;
    background: #b0d67a;
    color: black;
}

.green-background.buttons:hover {
	display: block;
	transform: scale(1.1);
}

.main-blocks.grey-background {
	max-width: 15em;
	padding: 20px 15px;
	border: 4px solid white;
	font-size: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	transition: transform .2s;
}
.main-blocks.grey-background:hover {
	display: block;
	transform: scale(1.1);
}
.below-padding {
	padding-bottom: 20px;
}
.icon-menu a:hover svg, .icon-menu a:focus svg, .icon-menu a:hover, .icon-menu svg:hover, .main-blocks a:hover svg, .main-blocks a:focus svg {
	color: white;
}
.main-blocks.grey-background span {
	font-size: 20px;
}