html,
body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1260px) {
    .container {
        width: 1260px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }
}

.margin_edge {
    margin: -15px -15px 0px;
}

@media (min-width: 992px) {
    .margin_edge {
        margin: -30px -30px 0px;
    }
}
a.dropdown-toggle:focus {
    outline: 2px solid;
    border-radius: 5px;
}
.clear {
    clear: both;
}

a {
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    transition: color .25s;
}

a[href]:after {
    content: "";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1em;
}

img {
    max-width: 100%;
    height: auto;
}

img#Picture {
    width: 100%;
}

iframe {
    max-width: 100%;
}

/* .img-hover {} */

.img-hover a {
    transition: background .2s;
    border-radius: 5px;
    padding: 15px 0;
}

.img-hover a:hover {
    background: rgba(0, 0, 0, .1);
}

/* .img-opacity {} */

.img-opacity a {
    transition: opacity .2s;
}

.img-opacity a:hover {
    opacity: .75;
}

a.skip-to-content {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
    display: block;
    padding: 5px;
    background: white;
    color: black;
}

a.skip-to-content:active,
a.skip-to-content:focus,
a.skip-to-content:hover {
    left: 0;
    top: 0;
    z-index: 1000;
    width: auto;
    height: auto;
    overflow: visible;
    color: black;
}

/* Page Header ADA Compliance */

#header-logo-link {
    text-indent: -9999px;
}

/* Page Header */

#page-header {
    margin-bottom: 15px;
    padding: 0;
}

#page-header h1 {
    margin: 0 0 10px 0;
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
}

#page-header h1 a {
    color: inherit;
}

/* Breadcrumb */

#page-header .breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #333;
    font-style: italic;
    line-height: 24px;
}

#page-header .breadcrumb>li>.divider {
    padding: 0;
}

#page-header .breadcrumb a {
    color: inherit;
}

#page-header .breadcrumb a:hover {
    text-decoration: none;
}

/* Page Actions */

#page-header .pageactions {
    float: right;
}

#page-header .pageactions a {
    float: left;
    display: block;
    color: inherit;
    margin-left: 20px;
    border-left: 1px solid #ccc;
}

#page-header .pageactions a.print {
    width: 20px;
    height: 50px;
    background: url(../images/icon_print.png) 20px 13px no-repeat;
    text-indent: -9999px;
    padding: 0 30px;
}

#page-header .pageactions a.share {
    height: 50px;
    background: url(../images/icon_share.png) right 13px no-repeat;
    padding: 13px 30px 13px 20px;
}

#content .row {
    position: relative;
}

#sidebar-psuedo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

/* *************** */

/* design */

/* *************** */

body {
    background-color: #252525;
}

#body {
    max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
}

#body-wrapper {
    position: relative;
}

#body-wrapper-psuedo {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 450px;
    background-color: transparent;
    border-bottom: 3px solid rgba(255, 255, 255, 0.25);
    -moz-background-clip: padding;
    /* Firefox 3.6 */
    -webkit-background-clip: padding;
    /* Safari 4? Chrome 6? */
    background-clip: padding-box;
    /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

#body-wrapper-psuedo {
    display: none;
}

#body-content {
    position: relative;
    z-index: 1;
}

.modal-backdrop {
    z-index: 0;
}

/* fix for bootstrap3 modals */

#page-body {
    margin-top: 15px;
    padding-bottom: 30px;
}

#page-body .group-layout.container-fluid {
    padding: 0;
}

#sidebar-body {
    margin-top: 25px;
    font-size: 90%;
    word-wrap: break-word;
}

#sidebar-body .header h2 {
    font-size: 18px;
    margin-top: 0;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}

/* #content>.row {} */

/* #page-header {
    padding-bottom:15px;
} */

#page-header h1 {
    font-size: 30px;
    font-weight: 900;
}

#sidebar-psuedo {
    border-left: 1px solid #cccccc
}

#sidebar-psuedo {
    display: none;
}

#sidebar::before {
    content: "";
    display: block;
    height: 30px;
}

#sidebar.show-related::before {
    height: 70px;
}

#sidebar {
    padding-bottom: 15px;
}

#related-links::before {
    content: 'Related';
    display: block;
    margin: -70px 0 0 0;
    height: 71px;
    line-height: 70px;
    /* padding:0 15px; */
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 1px solid #cccccc;
}

#related-links {
    font-size: 16px;
}

/* #related-links li {} */

#related-links li a {
    padding: 15px 0;
    border-bottom: 1px dashed #b9b9b9;
    color: inherit;
}

#related-links li a:hover {
    background: transparent;
}

#sidebar-ad-space {
    margin: 15px 0;
    text-align: center;
}

#sidebar-ad-space img {
    max-width: 100%;
    height: auto;
}

#page-header .breadcrumb {
    padding: 15px 100px 15px 15px;
    border: 1px solid #cccccc;
    background: #f7f7f7;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
}

.pagegroup .section.eventtypelayout_calendar .article {
    border: 1px solid #ccc;
    padding: 0px 15px 15px 15px;
    background: #f7f7f7;
}

.pagegroup .section.eventtypelayout_calendar .header .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#schools-nav {
    float: left;
    height: 100%;
    position: relative;
}

#district-link {
    float: left;
    height: 100%;
    position: relative;
}

#main-nav {
    float: left;
    height: 100%;
    position: relative;
}

#district-link a {
    display: block;
    height: 100%;
    /* vertical-align: middle; */
    padding: 5px 30px;
}

#district-link a:hover {
    background: rgba(255, 255, 255, 0.15);
}

#district-link a img {
    display: block;
    margin: 0 auto;
}

#district-link a .district-title {
    display: none;
}

/* #schools-nav #schools-button {} */

#schools-nav #schools-button .button-inner {
    display: inline-block;
}

#schools-nav #schools-button .icon-schools {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon_schools.png) no-repeat top left;
}

#schools-nav #schools-button .icon-text {
    line-height: 30px;
    margin-left: 10px;
}

#schools-nav #schools-button.open,
#schools-nav #schools-button:hover {
    background-color: white;
    color: #000;
}

#schools-nav #schools-button.open .icon-schools,
#schools-nav #schools-button:hover .icon-schools {
    background-position: bottom left;
}

#schools-collapse {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9998;
}

#schools-collapse.open {
    display: block;
}

#district-menu {
    background: white;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
    color: #19191b;
}

#district-menu .district-link {
    line-height: 25px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    background: #f2f2f2;
    border-bottom: 1px solid #bfbfbf;
    font-weight: bold;
}

#district-menu .district-link a {
    display: block;
    padding: 10px 15px;
}

#district-menu .district-link a:hover {
    text-decoration: none;
    background: white;
}

#district-menu .schools-filter {
    margin: 0 0 5px 0;
    padding-right: 80px;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25);
    font-family: 'Oswald', sans-serif;
    position: relative;
}

#district-menu .school-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    background: white;
}

#district-menu .school-search.open {
    width: auto;
    left: 0;
}

#district-menu .school-search .search-button {
    display: block;
    color: inherit;
    width: 80px;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../images/icon_search_black.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

#district-menu .school-search .search-button:hover {
    background-color: #f2f2f2;
}

#district-menu .school-search .search-input {
    display: none;
    position: absolute;
    top: 0;
    right: 80px;
    left: 0;
    bottom: 0;
}

#district-menu .school-search .search-input label {
    display: none;
}

#district-menu .school-search .search-input input {
    width: 100%;
    height: 78px;
    padding: 20px 20px;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    border: 0;
    background: transparent;
}

/* #district-menu .school-search .search-input input:focus { outline:none; } */

#district-menu .school-search.open .search-input {
    display: block;
}

#district-menu .school-type-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
}

#district-menu .school-type-tabs li {
    margin: 0;
    padding: 0;
    display: table-cell;
}

#district-menu .school-type-tabs li a {
    display: block;
    color: inherit;
    padding: 30px 20px;
    font-size: 18px;
    text-transform: uppercase;
}

#district-menu .school-type-tabs li a:hover {
    background: #f2f2f2;
    text-decoration: none;
}

#district-menu .school-type-tabs li.active a {
    background: #f2f2f2;
    position: relative;
}

/* #district-menu .school-type-tabs li.active a::before { position: absolute; bottom: -11px; left: 50%; display: inline-block; margin-left: -20px; width: 0; height: 0; border-top: 10px solid #c3c3c3	; border-right: 20px solid transparent; border-left: 20px solid transparent; content: ""; } */

#district-menu .school-type-tabs li.active a::after {
    position: absolute;
    bottom: -9px;
    left: 50%;
    display: inline-block;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-top: 10px solid #f2f2f2;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    content: "";
    -webkit-filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.25));
    -moz-filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.25));
    -ms-filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.25));
    -o-filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.25));
}

#district-menu .schools-list {
    max-height: 425px;
    min-height: 50px;
    overflow: auto;
    background-color: #f2f2f2;
}

#district-menu .schools-list .school {
    display: none;
    border-bottom: 1px dashed #b6b6b6;
}

#district-menu .schools-list .school.active {
    display: block;
}

#district-menu .district-schools .school a {
    display: block;
    color: inherit;
    padding: 10px 20px;
    white-space: normal;
    transition: color 0;
}

#district-menu .district-schools .school a:hover {
    background-color: white;
    text-decoration: none;
}

#district-menu .district-schools .school img {
    margin-right: 10px;
}

#district-menu .district-schools .school .title {
    display: block;
    font-weight: bold;
    margin-left: 60px;
    font-size: 20px;
    line-height: 24px;
}

#district-menu .district-schools .school .subtitle {
    display: block;
    margin-left: 60px;
    font-size: 14px;
}

#mainnav {
    color: white;
    position: relative;
    margin: 0 -15px;
}

#mainnav #mainnav-collapse {
    background: white;
    display: none;
}

#mainnav #mainnav-collapse.open {
    display: block;
}

#mainnav .nav {
    margin-bottom: 10px;
}

#mainnav .nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

#mainnav .search .form-control {
    border: 0;
}

#mainnav .search .form-control::-webkit-input-placeholder {
    color: white;
}

#mainnav .search .form-control:-moz-placeholder {
    color: white;
}

/* Firefox 18- */

#mainnav .search .form-control::-moz-placeholder {
    color: white;
}

/* Firefox 19+ */

#mainnav .search .form-control:-ms-input-placeholder {
    color: white;
}

#mainnav #quick-nav {
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: 'Oswald', sans-serif;
    border-right: 1px dashed rgba(255, 255, 255, 0.25);
}

#mainnav #quick-nav li {
    padding: 0;
}

#mainnav #quick-nav li a {
    color: inherit;
    transition: color 0;
}

/* #mainnav #quick-nav li a:hover {} */

#mainnav .nav>li>a {
    color: inherit;
}

#mainnav .nav>li>a:hover {
    background: rgba(255, 255, 255, 0.25);
}

#mainnav .nav>li.open>a,
#mainnav .nav>li>.open>a:hover,
#mainnav .nav>li>.open>a:focus {
    color: inherit;
    background: rgba(255, 255, 255, 0.25);
}

/* #mainbody {} */

#mainbody>.container {
    background: white;
}

@media (max-width: 991px) {
    #mainbody {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Main Nav */

#mainnav {
    line-height: 1;
    font-size: 20px;
    padding: 0.5em 1em;
    /*
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.50) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.50) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.50) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.50) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.50) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88000000', endColorstr='#ff000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
*/
}

#mainnav-top {
    position: relative;
    /* border-bottom:2px solid white; */
    /* margin-bottom:10px; */
}

#mainnav-collapse {
    padding: 0;
    max-height: none;
}

#mainmenu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

#schools-button {
    height: 100%;
    float: left;
    background: transparent;
    padding: 0 30px;
    border: none;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: 'Oswald', sans-serif;
    transition: background-color .12s;
}

#mainnav-button {
    height: 100%;
    float: left;
    padding: 0 30px;
    border: none;
    border-radius: 0;
    background: transparent;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: 'Oswald', sans-serif;
    transition: background-color .12s;
}

#main-nav #mainnav-button .button-inner {
    display: inline-block;
}

#mainnav-button .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: white;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

#mainnav-button .icon-bar+.icon-bar {
    margin-top: 5px;
}

#mainnav-button .icon-text {
    margin-left: 10px;
    display: block;
    text-transform: uppercase;
}

#mainnav-button.open,
#mainnav-button:hover {
    background: white;
}

#mainnav-button.open .icon-bar,
#mainnav-button:hover .icon-bar {
    background-color: black;
}

#mainnav-button.open .icon-text,
#mainnav-button:hover .icon-text {
    color: black;
}

#mainnav-button:active {
    background-color: rgba(255, 255, 255, 0.25);
}

#mainnav {
    color: white;
    font-size: 18px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

#mainnav .brand {
    display: inline-block;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-family: 'Oswald', sans-serif;
}

#mainnav .brand a {
    float: left;
    padding: 0;
    transition: background-color .12s;
}

#mainnav .brand a:hover {
    text-decoration: none;
}

#mainnav .brand .logo {
    width: 80px;
    height: 80px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}

#mainnav .brand .title,
#mainnav .brand .title2,
#mainnav .brand .title3 {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
    padding: 0;
}

#mainnav .brand .title {
    line-height: 1;
    font-size: 18px;
    padding-top: 12px;
}

#mainnav .brand .title2 {
    line-height: 1;
    font-size: 38px;
    padding-bottom: 12px;
}

#mainnav .brand .title3 {
    line-height: 1;
    font-size: 16px;
    padding-bottom: 12px;
    border-top: 1px dashed rgba(255, 255, 255, .35);
    padding-top: 10px;
    font-weight: normal;
    text-transform: none;
    overflow: hidden;
}

.skin-style-school #mainnav .brand .logo {
    display: none;
    background-size: 100%;
}

.skin-style-school #mainnav .brand .title {
    font-size: 30px;
    padding-top: 10px;
}

.skin-style-school #mainnav .brand .title2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
}

/* .skin-style-school #mainnav .brand .title,
.skin-style-school #mainnav .brand .title2 {} */

@media (max-width: 991px) {
    #mainnav {
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    #district-menu .schools-list {
        max-height: none;
    }
}

@media (min-width: 768px) {
    #mainnav .brand {
        font-size: 25px;
    }
    .skin-style-school #mainnav .brand .logo {
        display: block;
        width: 90px;
        height: 90px;
        margin-top: 0;
    }
    .skin-style-school #mainnav .brand .title {
        font-size: 36px;
        padding-top: 10px;
    }
    .skin-style-school #mainnav .brand .title2 {
        font-size: 24px;
    }
    .skin-style-school #mainnav .brand .title,
    .skin-style-school #mainnav .brand .title2,
    .skin-style-school #mainnav .brand .title3 {
        margin-left: 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #mainnav .brand .title {
        font-size: 18px
    }
    #mainnav .brand .tagline {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    #mainnav {
        padding: 0;
    }
    .skin-style-school #mainnav .brand .logo {
        width: 170px;
        height: 170px;
        margin-top: 0;
    }
    .skin-style-school #mainnav .brand .title {
        font-size: 48px;
        padding-top: 45px;
        white-space: nowrap;
    }
    .skin-style-school #mainnav .brand .title2 {
        font-size: 30px;
        padding-bottom: 13px;
        font-weight: normal;
        text-transform: none;
    }
    .skin-style-school #mainnav .brand .title,
    .skin-style-school #mainnav .brand .title2,
    .skin-style-school #mainnav .brand .title3 {
        margin-left: 180px;
    }
}

#mainnav a {
    color: inherit;
    word-wrap: break-word;
}

#mainnav-collapse {
    color: #19191b;
}

/* #mainnav .nav-panel {} */

/* #mainnav .nav-panel .nav-panel {} */

#mainnav .nav-item {
    border-top: 1px solid #ccc;
    position: relative;
    min-width: 250px;
}

#mainnav .nav-item .nav-item.first {
    border-top: 0;
}

#mainnav .nav-item .nav-item {
    /* border-bottom:0; */
    /* border-top:1px dashed rgba(0,0,0,0.25); */
    padding: 0;
    margin: 0;
    /* -webkit-column-break-inside: avoid; */
}

/* #mainnav .nav-item .nav-item.first { border-top:0; } */

/* #mainnav .nav-item .collapse {
    padding:10px;
} */

/* #mainnav .nav-item .nav-panel {} */

/* #mainnav .nav-item .nav-panel::before { content: " "; position:absolute; top:10px; left:0; right:0; height:0; border-bottom:1px solid #eee; } */

#mainnav .nav-toggle {
    position: relative;
}

#mainnav .nav-item a {
    display: block;
    padding: 10px 15px;
}

/* #mainnav .nav-item.dropdown>.nav-toggle a {
    margin-right:45px;
} */

ul.menu-items .dropdown-toggle.menu-item-focus:focus-visible, header .menu-items-wrap .menu-items>li.nav_search>a:focus-visible {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}

ul.menu-items .dropdown-toggle.menu-item-focus:hover {
    outline: 0;
}

#mainnav .nav-item:hover {
    background: #f2f2f2;
}

#mainnav .nav-item a:hover {
    text-decoration: none;
}

/* #mainnav .nav-item .nav-item a:hover { text-decoration:none; background:#333; color:white; } */

#mainnav .nav-item button {
    border: 0;
    background: transparent;
    padding: 0 15px;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: inherit;
}

#mainnav .nav-item button.collapsed b:before {
    content: "\e114";
}

#mainnav .nav-item button b:before {
    content: "\e113";
}

#mainnav .nav-item button:hover {
    background: rgba(0, 0, 0, 0.15);
}

#mainnav .mainnav-dropdown {
    position: relative;
    padding-top: 60px;
}

#mainnav .search {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
}

#mainnav .search .form-group {
    display: block;
}

#mainnav .search .form-control {
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    color: black;
    -webkit-font-smoothing: antialiased;
}

#mainnav .search .form-control::-webkit-input-placeholder {
    color: black;
}

#mainnav .search .form-control:-moz-placeholder {
    color: black;
}

#mainnav .search .form-control::-moz-placeholder {
    color: black;
}

#mainnav .search .form-control:-ms-input-placeholder {
    color: black;
}

#mainnav .search .submit {
    cursor: pointer;
    top: 0;
}

@media (min-width: 768px) {
    #mainnav .search {
        margin: 10px;
    }
}

@media (max-width: 991px) {
    #mainnav .nav-item .collapse .nav-panel {
        width: auto !important;
    }
    #mainnav .nav-panel .nav-panel {
        background: #f2f2f2;
        border-top: 1px solid #333;
    }
}

@media (min-width: 992px) {
    #mainnav .nav-item .collapse {
        background: white;
        position: absolute;
        top: 0;
        /* bottom:0; */
        right: 100%;
    }
    #mainnav .nav-item .collapse.over {
        display: block;
    }
    #mainnav .nav-item .collapse.in {
        display: none;
    }
    #mainnav .nav-item .collapse.in.over {
        display: block;
    }
    /* #mainnav .nav-item .collapse .nav-panel {
        -webkit-column-width: 150px; -webkit-column-gap:15px; -webkit-column-fill:auto;
        overflow: auto;
    } */
    /* #mainnav .nav-item:hover .collapse { display:block; } */
    #mainnav .nav-item .nav-panel {
        width: 100%;
        height: 100%;
    }
    #mainnav .nav-panel .nav-panel {
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
        background: white;
    }
    #mainnav .nav-item button {
        display: none;
    }
    /* #mainnav .menu-style-dropdown {} */
    #mainnav .menu-style-super {
        font-size: 14px;
    }
    /* #mainnav .menu-style-super .nav-panel {} */
    #mainnav .menu-style-super .nav-panel-level-1 {
        padding: 0 20px 10px;
    }
    #mainnav .menu-style-super .nav-panel .nav-panel {
        padding: 5px 0 0;
        border: 0;
        box-shadow: none;
    }
    #mainnav .menu-style-super .nav-item {
        display: inline-block;
        min-width: 0;
        width: 125px;
        vertical-align: top;
        border-top-width: 0;
        margin-right: 30px;
    }
    #mainnav .menu-style-super .nav-item:hover {
        background: transparent;
    }
    #mainnav .menu-style-super .nav-item a {
        padding: 7px 0;
        font-family: "Oswald", sans-serif;
        font-size: 18px;
    }
    #mainnav .menu-style-super .nav-item .nav-item {
        display: block;
        border-top-style: dashed;
        border-top-width: 1px;
        margin: 0;
    }
    #mainnav .menu-style-super .nav-item .nav-item a {
        color: inherit;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 14px;
    }
    #mainnav .menu-style-super .nav-item .nav-item.first {
        border-top-width: 0;
    }
    #mainnav .menu-style-super .nav-item .collapse {
        display: block;
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
    }
}

#footer {
    color: white;
}

#footer a {
    color: inherit;
}

#footer-inner {
    padding: 10px 15px;
    border-radius: 0 0 3px 3px;
}

#footer-icons {
    float: left;
    margin-right: 15px;
}

#footer-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-icons ul li {
    margin: 0;
    padding: 0;
    float: left;
}

#footer-icons ul li a {
    width: 21px;
    height: 27px;
    text-indent: -9999px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}

#footer-icons ul li.digitalbell a {
    background-image: url(../images/icon_digital_bell.png);
}

#footer-text {
    float: left;
    line-height: 27px;
    font-size: 14px;
}

#footer .social {
    float: left;
    margin: 3px 10px 3px 0;
    padding: 0;
    list-style: none;
}

#footer .social li {
    float: left;
    padding: 0;
    margin-right: 5px;
}

#footer .social li a {
    display: block;
    overflow: hidden;
    padding: 10px 7px;
    width: 21px;
    height: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
}

#footer .social li.facebook a {
    background-image: url(../images/icon_social_facebook.png);
}

#footer .social li.twitter a {
    background-image: url(../images/icon_social_twitter.png);
}

#footer .social li.youtube a {
    background-image: url(../images/icon_social_youtube.png);
}

#footer .social li.instagram a {
    background-image: url(../images/icon_social_instagram.png);
}

#footer .social li.rss a {
    background-image: url(../images/icon_social_rssfeed.png);
}

#footer .social li.district {
    display: none;
}

#bottom {
    padding-bottom: 20px;
}

#bottom-menu {
    color: rgba(255, 255, 255, 0.65);
    padding: 10px 0 15px;
    text-align: center;
}

#bottom-menu a {
    color: inherit;
}

#powered-by {
    text-align: center;
    position: relative;
    font-family: 'Georgia';
    padding: 0 0 40px 0;
}

#powered-by .digital-bell {
    display: block;
    line-height: 1.25em;
    color: #fff;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); padding:0px 0 10px 0; */
}

#powered-by .digital-bell .powered {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
    font-style: italic;
    display: none;
}

#powered-by .digital-bell .bell-logo {
    display: inline-block;
    width: 274px;
    height: 50px;
    background: url(../images/powered-by-db.png) no-repeat top left;
    text-indent: -9999px;
    margin: 0;
}

#powered-by a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    color: inherit;
    transition: background-color 0.2s;
}

#powered-by a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width:481px) {
    #bottom-menu {
        float: left;
        text-align: left;
    }
    #powered-by {
        float: right;
    }
}

/* Announcements */

/* #announcements {} */

/* #announcements-wrapper {} */

#announcements-ticker {
    color: white;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding-left: 30px;
    background: url(../images/icon_announcements.png) no-repeat top left;
    margin: 10px 5px;
}

#announcements-ticker ul {
    margin-bottom: 0;
}

#announcements-ticker li {
    height: 100%;
}

#announcements-ticker a {
    color: inherit;
}

#announcements-ticker::before {
    content: "Announcement!";
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-left: 26px;
    display: none;
}

/* Alerts */

.site-alert {
    background-color: #e59e23;
    color: #fff;
    font-family: Oswald;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
}

.site-alert a {
    color: #fff;
}

.site-alert.urgent {
    background-color: #d50000;
}

.site-alert .alert-title::before {
    content: "Attention!";
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 0;
}

.site-alert.urgent .alert-title::before {
    content: "Alert!";
}

/* .site-alert .alert-heading { float:left; } */

.site-alert .alert-title {
    padding: 15px 0 15px 140px;
    position: relative;
    display: block;
    z-index: 5;
}

.site-alert.urgent .alert-title {
    padding-left: 140px;
}

.site-alert .alert-close {
    background: url(../images/icon_close.png) center center no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    z-index: 10;
    position: relative;
}

/* Page Groups */

.pagegroup {
    margin-bottom: 30px;
}

.pagegroup_textblocks .article {
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .pagegroup {
        margin-bottom: 15px;
    }
}

.pagegroup .header h2 {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #bebebe;
    font-size: 30px;
}

.group-layout-column .pagegroup .header h2 {
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    margin-top: 0;
    border-bottom: 2px solid #bfbfbf;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.group-layout-row {
    margin-bottom: 20px;
}

.skin-style-district .group-layout-column .pagegroup .header h2 {
    font-size: 20px;
    line-height: 20px;
    font-family: "Oswald", sans-serif;
}

.skin-style-school .group-layout-column .pagegroup .header h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom-width: 5px;
}

.skin-style-school .group-layout-column .pagegroup .image-blocks .header h2 {
    margin-bottom: 0;
    border-bottom-width: 0;
}

/* .pagegroup.groupicon .header h2 {} */

.pagegroup.groupicon .header h2::before {
    content: " ";
    background-color: #bfbfbf;
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.pagegroup.groupicon-stack .header h2::before {
    background-image: url(../images/icon_stack.png);
}

.pagegroup.groupicon-video .header h2::before {
    background-image: url(../images/icon_video.png);
}

.pagegroup.groupicon-calendar .header h2::before {
    background-image: url(../images/icon_calendar.png);
}

.pagegroup.groupicon-news .header h2::before {
    background-image: url(../images/icon_news.png);
}

.pagegroup.groupicon-mug .header h2::before {
    background-image: url(../images/icon_meetings.png);
}

.pagegroup.groupicon-link .header h2::before {
    background-image: url(../images/icon_link.png);
}

.pagegroup.groupicon-document .header h2::before {
    background-image: url(../images/icon_document.png);
}

/* bootstrap */

#copy .list-group-item {
    background-color: #f7f7f7;
}

#copy .list-group-item .url {
    font-style: italic;
}

#copy .list-group-item .url a {
    font-weight: 700;
    text-decoration: underline;
    font-style: normal;
}

#copy .list-group-item .abstract {
    display: block;
}

#copy .pagegroup_files .list-group-item {
    background-color: #f7f7f7;
    background: url("../images/icon_file.png") no-repeat 10px 12px #f7f7f7;
    padding-left: 35px;
    transition: background-color .2s;
}

#copy .pagegroup_files .list-group-item:hover {
    background-color: #ededed;
}

#copy .pagegroup_files .files-list-simple li {
    background: url("../images/icon_file.png") no-repeat 10px 12px #f7f7f7;
    padding-left: 35px;
}

.element_posttypes .filelist h4.filelist_title {
    font-weight: 600;
    margin-top: 30px;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.element_links .btn-default {
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#DD000000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    transition: none;
    font-size: 18px;
}

.element_links .btn-default:hover,
.element_links .btn-default:focus,
.element_links .btn-default:active,
.element_links .btn-default.active {
    background-image: none;
}

.profilerolelayout_grid {
    overflow: hidden;
}

.ad-render {
    text-align: center;
}

.element_pagetypes ul li .list-group-item-image {
    margin-right: 10px;
}

.element_textblocks {
    word-wrap: break-word;
}

/* ADA compliance adjustments */

.posttypelayout_carousel .post-carousel .record-title {
    color: #feb228 !important;
}

#events-calendar .calendar table td.other-month {
    color: #262626;
    font-weight: 500 !important;
}

#events-calendar .calendar table td {
    color: #262626 !important;
    font-weight: 600 !important;
}

#events-list ul li .cal-date .month {
    color: #262626 !important;
    font-weight: 600 !important;
}

#events-list ul li .date {
    color: #262626 !important;
    font-weight: 600 !important;
}

#events-list ul li .cal-date .day {
    color: black !important;
}