
@import url('https://fonts.googleapis.com/css?amily=Manrope:400,800&family=Source+Sans+Pro:400,700&display=swap');


    :root {
        --primary-color-1-rgb: 0,0,0;
        --primary-color-2-rgb: 0,0,0;
        --primary-color-3-rgb: 104,92,83;
        --primary-color-4-rgb: 239,238,235;
        --default-text: 0,0,0;
        --default-grey: 174,176,178;
        --black: rgb(0,0,0);
        --black-80: rgba(0,0,0,.8);
        --black-50: rgba(0,0,0,.5);
        --almost-white: rgb(240,240,240);
        --white: rgb(255,255,255);
    }


html,
body {
    font-size: 112.5%;
    height: 100%;
    width: 100%;
}

body {
    background: rgb(255,255,255);
    color: rgb(var(--default-text));
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 166%;
    margin: 0;
    min-width: 100%;
    overflow-x: hidden;
    padding: 0;
    -webkit-text-size-adjust: none;
}

input,
textarea,
select {
    border-radius: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 166%;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
}

table,
td,
tr {
    color: rgb(var(--default-text));
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    line-height: 166%;
}

img,
div.figure {
    border: none;
    height: auto;
    max-width: 100%;
}

button {
    background: none;
    border: none;
    font-family: 'Source Sans Pro', sans-serif;
}

.cf {
    clear: both;
    float: none;
}

input {
    -webkit-border-radius: 0;
}

a,
a:link,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
}

svg {
    height: 40px;
    width: auto;
}

input:focus::placeholder {
    color: transparent !important;
}

.accessible {
    display: none;
}

.accessible:focus {
    display: inline-block;
}

.sr-only {
    border: 0;
    clip: rect(35,31,32,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.screen-reader-only {
    clip: rect(1px 1px 1px 1px);
    clip-path: polygon(0px 0px,0px 0px,0px 0px);
    height: 1px;
    overflow: hidden !important;
    position: absolute;
    width: 1px;
    -webkit-clip-path: polygon(0px 0px,0px 0px,0px 0px);
}

.flex {
    display: flex;
}

.wrapper {
    margin: 0 auto;
    width: 92%;
}

main {
    padding-top: 0;
    position: relative;
    transition: all .3s ease 0s;
}

html.opened_nav,
html.opened_nav body {
    overflow: hidden;
}

html.opened_nav main::before {
    background-color: rgba(0,0,0,0.6);
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    width: 100vw;
    z-index: 990;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    color: rgb(var(--primary-color-1-rgb));
    font-size: 3.333333333333333rem;
    font-weight: 800;
    letter-spacing: 0.9px;
    line-height: 116%;
    text-transform: uppercase;
}

h1::before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 2rem;
    width: 3rem;
}

h2 {
    color: rgb(var(--primary-color-1-rgb));
    font-size: 2rem;
    font-weight: 800;
    line-height: 152%;
}

h3 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.18px;
    line-height: 133%;
}

h4 {
    font-size: 1.555555555555556rem;
    font-weight: 800;
    letter-spacing: 0.45px;
    line-height: 121%;
    text-transform: uppercase;
}

h5 {
    font-size: 1.388888888888889rem;
    font-weight: 400;
    letter-spacing: 0.45px;
    line-height: 136%;
    text-transform: uppercase;
}

h6 {
    color: rgb(var(--primary-color-3-rgb));
    font-size: 1.277777777777778rem;
    font-style: italic;
    font-weight: 700;
    line-height: 148%;
}

.main_body_size ol,
.main_body_size ul {
    display: block;
    margin: 0 0 1em;
    overflow: hidden;
}

hr {
    background: var(--default-grey);
    margin: 1.6rem 0;
}

svg + svg {
    display: none;
}

.mobile {
    display: none;
}

.button {
    align-items: center;
    border: 4px solid rgba(255,255,255,0);
    display: inline-flex;
    font-family: 'Manrope', sans-serif;
    font-size: 1.333333333333333rem;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 100%;
    margin: 1rem;
    padding: 10px calc(1rem + 10px) 10px 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

.button::before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 1rem;
    transition: all .3s ease 0s;
    vertical-align: middle;
    width: 10px;
}

.button:hover::before {
    opacity: 0;
}

.button:hover {
    border: 4px solid rgb(var(--primary-color-2-rgb));
}

.detail_facultylist .button {
    font-size: 0.8rem;
}

blockquote {
    background-color: rgb(var(--primary-color-1-rgb));
    box-sizing: border-box;
    clear: left;
    float: left;
    margin: 2rem 2rem 2rem 0;
    padding: 3rem;
    position: relative;
    width: 32%;
}

blockquote::after {
    border: solid thin var(--white);
    content: "";
    height: calc(100% - 2rem);
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: calc(100% - 2rem);
}

blockquote * {
    position: relative;
    text-align: left !important;
}

blockquote *:not(em) {
    color: var(--white);
    font-family: 'Manrope', sans-serif;
    font-size: 1.166666666666667rem;
    font-weight: 800;
    line-height: 143%;
}

blockquote::before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 2rem;
    position: absolute;
    width: 3rem;
}

blockquote em {
    color: var(--white);
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.7777777777777778rem;
    font-weight: 400;
    margin-top: 1rem;
}

blockquote.full_width {
    clear: both;
    float: none;
    margin: 2rem 0;
    width: 100%;
}

blockquote.float_right {
    clear: right;
    float: right;
    margin: 2rem 0 2rem 2rem;
}

.right_content blockquote {
    float: none;
    width: 100%;
}

.middle_content h3.tool_heading {
    color: rgb(var(--primary-color-1-rgb));
    font-size: 1.555555555555556rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    margin-bottom: 2rem;
    position: relative;
    text-transform: uppercase;
}

.middle_content h3.tool_heading::before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 1rem;
    width: 3rem;
}

.right_per_detail h3.tool_heading {
    background-color: rgb(var(--primary-color-1-rgb));
    color: var(--white);
    font-size: 1.333333333333333rem;
    font-weight: 800;
    margin-bottom: 2rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.right_per_detail h3.tool_heading::before {
    background-color: var(--white);
    content: "";
    display: inline-block;
    height: 2px;
    margin-right: 10px;
    vertical-align: middle;
    width: 1rem;
}

header {
    background-color: var(--white);
    box-shadow: 0 0 20px 0 var(--black-50);
    left: 0;
    line-height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 989;
}

#SkipMain:active ~ header,
#SkipMain:focus ~ header,
#SkipMain:focus-within ~ header {
    margin-top: 60px;
}

.emergency-bar ~ #SkipMain:active ~ header,
.emergency-bar ~ #SkipMain:focus ~ header,
.emergency-bar ~ #SkipMain:focus-within ~ header {
    margin-top: 122px !important;
}

header > .flex {
    justify-content: space-between;
}

.header_left {
    align-items: center;
}

.inside_logo {
    margin-left: 1.5rem;
}

.inside_logo img {
    max-height: 65px;
    width: 100%;
}

header button {
    align-items: center;
    display: flex;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.9px;
    line-height: 100%;
    text-transform: uppercase;
}

.landing_district_name {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 1.33333333rem;
    font-weight: 800;
    line-height: 115%;
    padding-left: 1.5rem;
}

.inside_logo.mobile {
    display: none;
}

#nav_panel {
    background-color: var(--white);
    display: none;
    height: 100%;
    left: 0;
    max-width: 525px;
    position: fixed;
    top: 0;
    transform: translateX(calc(-100% - 100px));
    width: 100%;
    z-index: 999;
}

#nav_panel.opened {
    display: block;
    transform: translateX(0);
}

#nav_button_container {
    align-items: center;
    background-color: rgb(var(--primary-color-1-rgb));
    display: flex;
    justify-content: center;
}

.nav_panel_toggle {
    align-items: center;
    background-color: rgb(var(--primary-color-1-rgb));
    border: 2px solid rgb(var(--primary-color-1-rgb));
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    height: 100%;
    justify-content: center;
    padding: calc(1rem - 4px) calc(2rem - 4px);
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

.nav_panel_toggle:active,
.nav_panel_toggle:focus,
.nav_panel_toggle:hover {
    background-color: var(--black);
    border: 2px solid var(--white);
}

.nav_panel_toggle .button_text {
    display: inline-block;
    padding-left: 1rem;
}

.nav_panel_toggle .button_icon i,
.nav_panel_toggle .button_icon i * {
    color: var(--white);
    font-size: 40px;
    line-height: 40px;
}

.nav_panel_toggle#MenuBtn i {
    font-size: 2rem;
    line-height: 2.5rem;
}

#nav_panel .nav_panel_toggle {
    align-items: center;
    display: flex;
    font-size: 0;
    height: 80px;
    justify-content: center;
    padding: 16px;
    position: absolute;
    right: -80px;
    top: 0;
    width: 80px;
}

#nav_panel .nav_panel_toggle .button_text {
    display: none;
    padding: 0;
}

#schools_menu_container {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
}

.school_nav {
    align-items: center;
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.school_nav ul {
    background-color: var(--white);
    box-shadow: 0 10px 20px 0 var(--black-80);
    display: none;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 1rem 0;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 400px;
}

.school_nav ul.active {
    display: block;
}

.school_nav > li {
    align-items: center;
    display: flex;
    height: 100%;
}

.school_nav ul li a {
    color: rgb(var(--default-text));
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 100%;
    padding: .75rem 2rem;
    text-decoration: none;
    transition: all .3s ease 0s;
}

.school_nav ul li a:active,
.school_nav ul li a:hover,
.school_nav ul li a:focus {
    background-color: rgb(var(--default-text));
    color: var(--white);
}

.schools_dropdown_link {
    color: rgb(var(--default-text));
    cursor: pointer;
    font-size: 1rem;
    height: 100%;
    position: relative;
}

.schools_dropdown_link::after {
    background-color: rgb(var(--primary-color-2-rgb));
    bottom: 1rem;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    width: 100%;
}

.schools_dropdown_link:hover::after,
.schools_dropdown_link:focus::after,
.schools_dropdown_link:focus-within::after,
.schools_dropdown_link.active::after {
    opacity: 1;
}

.schools_dropdown_link .button_icon {
    display: inline-block;
    margin-left: 15px;
}

.schools_dropdown_link .button_icon svg {
    height: 11px;
    width: auto;
}

.schools_dropdown_link .button_icon svg,
.school_dropdown_link .button_icon svg * {
    fill: rgb(var(--default-text)) !important;
}

#header_district_link {
    align-items: center;
    display: flex;
    height: 100%;
    margin-right: 2rem;
}

#header_district_link a {
    align-items: center;
    display: flex;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    height: 100%;
    letter-spacing: 0.9px;
    position: relative;
    text-transform: uppercase;
}

#header_district_link a::after {
    background-color: rgb(var(--primary-color-2-rgb));
    bottom: 1rem;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    width: 100%;
}

#header_district_link a:focus::after,
#header_district_link a:hover::after {
    opacity: 1;
}

.header_right {
    align-items: center;
    display: flex;
}

#schools_menu_container + .headed_icons_container {
    margin-left: 4vw;
}

.headed_icons_container {
    display: flex;
    height: 100%;
}

.utility_item {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.utility_item > a,
.utility_item > button {
    align-items: center;
    background-color: rgb(var(--primary-color-1-rgb));
    border: 2px solid rgb(var(--primary-color-1-rgb));
    cursor: pointer;
    font-size: 0;
    display: flex;
    height: calc(100% - 4px);
    justify-content: center;
    padding: 0 calc(1rem - 4px);
    transition: all .3s ease 0s;
}

header .utility_item > button {
    letter-spacing: 0;
}

.utility_item > button {
    align-items: center;
    background-color: rgb(var(--primary-color-1-rgb));
    display: flex;
    font-size: 0;
    height: 100%;
    justify-content: center;
    padding: 0 1rem;
}

.utility_item a svg,
.utility_item > button svg {
    height: 40px;
    width: auto;
}

.utility_item button.translate_toggle svg {
    height: 30px;
}

.utility_item button.search_toggle svg {
    height: 25px;
}

.utility_item a svg,
.utility_item a svg *,
.utility_item button svg,
.utility_item button svg * {
    fill: var(--white) !important;
}

.utility_item a + a {
    border-left: solid 1px var(--white);
}

.utility_item a:active,
.utility_item a:focus,
.utility_item a:hover,
.utility_item > button:active,
.utility_item > button:focus,
.utility_item > button:hover {
    background-color: var(--black);
    border: 2px solid var(--white);
    outline: none;
}

.utility_item.translate_container a:active,
.utility_item.translate_container a:focus,
.utility_item.translate_container a:hover {
    background-color: var(--white);
    border: 2px solid var(--white);
}

.utility_item a:hover svg,
.utility_item a:hover svg *,
.utility_item button:hover svg,
.utility_item > button:hover svg * {
    fill: var(--white) !important;
}

.utility_item a:focus,
.utility_item a:focus-within,
..utility_item a:focus-visible {
    border: 2px solid var(--black);
}

.utility_link_icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

.translate_toggle,
.search_toggle {
    font-size: 0;
}

.schools_dropdown_link .button_icon {
    transition: all .3s ease 0s;
}

.schools_dropdown_link.active .button_icon {
    transform: rotate(180deg);
}

.utility_item button.translate_toggle.active,
.utility_item button.search_toggle.active {
    background-color: var(--black);
    border: 2px solid var(--black);
}

#searchbox_ {
    margin: 0 auto;
    max-width: max-content;
    position: relative;
}

.search_toggle i,
.translate_toggle i {
    color: var(--white);
    font-size: 1.85rem;
    line-height: 1.85rem;
}

#translate-modal,
#SearchOptions {
    background-color: var(--almost-white);
    box-shadow: 2px 6px 10px 2px rgba(0,0,0,0.25);
    display: none;
    left: 0;
    padding: 2rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    width: calc(100% - 4rem);
    -webkit-box-shadow: 2px 6px 10px 2px rgba(0,0,0,0.25);
}

#translate-modal.active,
#SearchOptions.active {
    display: block;
}

#translate-modal a.goog-logo-link {
    background: none;
}

#translate-modal #google_translate_element .goog-te-gadget-icon {
    left: 0;
    margin: 0 0 0 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#translate-modal .goog-te-gadget-simple {
    background-color: transparent;
    border: none;
    display: block;
    margin: 0 auto;
    max-width: max-content;
    padding: 0;
    position: relative;
}

#translate-modal .goog-te-gadget-simple a {
    background-color: var(--white);
    border: 2px solid var(--white);
    cursor: pointer !important;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    max-width: max-content;
    outline: none !important;
    padding: 10px 10px 10px 32px;
    position: relative;
    transition: all .3s ease 0s;
}

#translate-modal .goog-te-gadget-simple a:focus,
#translate-modal .goog-te-gadget-simple a:focus-visible,
#translate-modal .goog-te-gadget-simple a:focus-within {
    background-color: var(--white) !important;
    border: 2px solid var(--black) !important;
}

#translate {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#google_translate_element {
    width: 100%;
}

.translate_container .nav_panel_toggle,
.search_form_container .nav_panel_toggle {
    font-size: 2rem;
    height: auto;
    padding: 12px 16px;
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.translate_container .title,
.search_container .title {
    color: rgb(var(--default-text));
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.9px;
    line-height: 100%;
    text-transform: uppercase;
}

.search_form_container .search-label {
    font-size: 0;
}

.search_form_container input[type=text] {
    border: solid 2px rgb(var(--default-grey));
    border-radius: 0;
    color: rgb(var(--default-text));
    font-size: 1.3333rem;
    height: 40px;
    line-height: 150%;
    margin: 0 auto;
    min-width: 250px;
    padding: 0 60px 0 5px;
    width: 50%;
}

.search_form_container .search-button {
    background: rgb(var(--primary-color-1-rgb));
    color: var(--white);
    position: absolute;
    right: 8px;
    top: 0;
    height: 100%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer;
    padding: 0 12px;
    transition: all .3s ease 0s;
}

.search_form_container .search-button:hover,
.search_form_container .search-button:focus {
    background: var(--black);
    color: var(--white);
}

footer {
    background-color: rgb(var(--primary-color-1-rgb));
    padding: 5rem 0;
    position: relative;
}

.footer_bg_container {
    background-blend-mode: multiply;
    background-color: rgb(var(--primary-color-1-rgb));
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

footer p {
    margin: 0;
    padding: 0;
}

footer a:not(button) {
    font-weight: 700;
}

footer a:not(button):hover {
    text-decoration: underline;
}

.footer_wrapper {
    color: var(--white);
    margin: 0 auto;
    position: relative;
    width: 92%;
    z-index: 2;
}

.footer_wrapper > .flex {
    justify-content: space-between;
}

.footer_left_col {
    width: 65%;
}

.footer_right_col {
    width: 35%;
}

.footer_name {
    padding-bottom: 1.5rem;
}

.footer_name h2 {
    color: var(--white);
    font-size: 1.666666666666667rem;
    letter-spacing: 0;
    line-height: 100%;
}

.district_logo > a.flex {
    align-items: center;
}

.district_logo span.district_link_name {
    color: var(--white);
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 2.333333333333333rem;
    font-weight: 800;
    padding-left: 1rem;
}

.district_logo img {
    display: block;
    height: auto;
    max-width: 50px;
    width: 100%;
}

.contact_row {
    display: flex;
}

footer address,
footer address *,
.contact_row {
    color: var(--white);
    font-style: normal;
}

footer address,
.contact_info {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.333333333333333rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    width: calc(100% - 160px);
}

.footer_links,
.footer-credit {
    margin-top: 2rem;
}

.footer_links .button {
    align-items: center;
    border: 4px solid rgba(255,255,255,0);
    color: var(--white);
    display: inline-flex;
    font-family: 'Manrope', sans-serif;
    font-size: 1.333333333333333rem;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 100%;
    padding: 10px calc(1rem + 10px) 10px 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

.footer_links .button::before {
    background-color: var(--white);
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 1rem;
    transition: all .3s ease 0s;
    vertical-align: middle;
    width: 10px;
}

.footer_links .button:hover::before {
    opacity: 0;
}

.footer_links .button:hover {
    border: 4px solid var(--white);
}

.contact_left_col {
    margin-right: 1.5rem;
}

.contact_row + .contact_row {
    padding-top: 1.5rem;
}

h3.contact_title {
    color: var(--white);
    font-family: 'Manrope', sans-serif;
    font-size: 1.333333333333333rem;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    width: 160px;
}

h3.contact_title.single_line {
    width: 100%;
}

.footer-credit p {
    color: var(--white);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.footer_top .footer_right_col {
    border-left: solid thin var(--white);
    box-sizing: border-box;
    padding-left: 3vw;
    text-align: right;
}

.footer_bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.footer_logo img {
    height: auto;
    max-width: 485px;
    width: 100%;
}

.back_to_top_container {
    display: flex;
    justify-content: flex-end;
    margin-top: 4rem;
}

button.back_to_top {
    align-items: center;
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-family: "Manrope", sans-serif;
    font-size: 1.333333333333333rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

button.back_to_top .button_icon {
    display: inline-block;
    padding-left: 10px;
}

button.back_to_top svg {
    height: 11px;
    width: auto;
}

button.back_to_top svg,
button.back_to_top svg * {
    fill: var(--white) !important;
}

.cesa_logo {
    margin: 2rem 0 0 auto;
    max-width: 250px;
    width: 100%;
}

.cesa_logo svg {
    height: auto;
    width: 100%;
}

.footer_bottom {
    border-top: solid thin var(--white);
    margin-top: 3rem;
    padding-top: 3rem;
}

footer .social-icons {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .social-icons li + li {
    margin-left: 1rem;
}

footer .social-icons li a,
footer .social-icons li a * {
    transition: all .3s ease 0s;
}

footer .social-icons li a svg {
    height: 56px;
    width: auto;
}

footer .social-icons li a svg,
footer .social-icons li a svg * {
    fill: var(--white) !important;
}

footer .social-icons li a:hover svg,
footer .social-icons li a:hover svg *,
footer .social-icons li a:focus svg,
footer .social-icons li a:focus svg * {
    fill: rgb(255,255,255,0.8) !important;
}

footer .social-icons li span.icon-social-twitter svg {
    height: 49px;
}

footer .social-icons li image {
    opacity: 1;
    transition: all .3s ease 0s;
}

footer .social-icons li a:hover image,
footer .social-icons li a:focus image {
    opacity: .8;
}

.download_app_intro {
    margin: 1rem 0 1rem 1rem;
}

.download_app_title .title_icon {
    display: block;
    font-size: 2em;
    line-height: 100%;
    margin-left: 10px;
}

h3.footer_col_title {
    letter-spacing: -0.01em;
    line-height: 100%;
    padding-left: 1rem;
    position: relative;
}

.download_app_title {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}

h3.footer_col_title:before {
    background-color: var(--white);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

.footer_bottom .footer_left_col {
    width: auto;
}

.footer_bottom .footer_right_col {
    width: auto;
}

.app_icons_container {
    display: flex;
    justify-content: center;
}

.app_qr_container, .app_badges_container {
    margin: 10px;
    max-width: 50%;
}

.app_qr_container svg {
    height: 120px;
}

#sidebar_content .detail_quicklinks {
    margin-bottom: 1.25em !important;
}

#sidebar_content .detail_quicklinks form {
    display: inline-block;
    width: 100%;
}

#sidebar_content .detail_quicklinks form div {
    padding: 0 !important;
    display: inline-block;
    width: 100%;
}

#sidebar_content .detail_quicklinks select {
    float: left;
    height: auto !important;
    font-size: 1.1em;
}

#sidebar_content .detail_quicklinks input[type="submit"] {
    height: auto!important;
    font-size: 1.1em;
    padding: 0;
}

#sidebar_content .detail_quicklinks .right_content a[title="Contract List"],
#sidebar_content .detail_quicklinks .right_content a[title="Expand/Contract List"],
#sidebar_content .detail_quicklinks .right_content a[title="Expand List"] {
    font-size: 1.5em;
    margin: 0;
}

#sidebar_content .detail_quicklinks .right_content a {
    display: inline-block;
    margin: 0.5em 0;
}

#sidebar_content .right_per_detail ul li.upcoming_events_slide,
#sidebar_content .right_per_detail ul li.upcoming_events_slide li {
    display: inline-block;
    width: 100%;
}

#sidebar_content .dateBox {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0.25em 0;
    width: 100%;
}

#sidebar_content .upcoming_events_time {
    display: inline-block;
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.9em;
    overflow: hidden;
    width: 100%;
}

#sidebar_content .upcoming_events_event {
    font-size: 0.9em;
    line-height: 1.05em;
    padding: 0.25em 5% 0.75em;
    width: 90% !important;
}

#sidebar_content .upcoming_events_event a {
    font-family: 'Source Sans Pro', sans-serif;
}

#sidebar_content .upcoming_events_bottom {
    padding-bottom: 0;
}

#sidebar_content .detail_rightnews ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar_content .detail_rightnews ul > li {
    padding-bottom: 1.5rem;
}

#sidebar_content .detail_rightnews ul ul li {
    border-bottom: 1px solid rgb(var(--primary-color-2-rgb));
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
}

#sidebar_content .detail_rightnews ul ul li:last-child {
    background: none !important;
    border: none;
    margin-top: 0px;
    padding-top: 0px;
}

#sidebar_content .detail_rightnews a.right_news_style,
#sidebar_content .detail_rightnews ul li strong {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-decoration: none;
    width: 100%;
}

#sidebar_content .detail_rightslideshow .right_content {
    height: auto;
    padding-top: 15px;
}

#sidebar_content .detail_rightslideshow .right_content img {
    max-width: 100% !important;
    width: 100%;
}

#sidebar_content .detail_rightslideshow .right_content p {
    padding: 0.9em 0 0;
}

#sidebar_content .detail_translator .right_content {
    display: none;
}

.detail_announcements2 p {
    margin: 0;
    padding: 0;
}

#sidebar_content .detail_announcements2r p {
    font-size: 1em !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#sidebar_content .detail_announcements2r h4 {
    color: rgb(var(--primary-color-1-rgb));
    font-family: 'Manrope', sans-serif;
    font-size: 1.4em;
    font-style: 700;
    font-weight: 700;
    line-height: 1.1em;
    margin: 1em 0 0;
    padding: 0 0 0.25em;
    text-decoration: none;
    text-transform: capitalize;
}

#sidebar_content .detail_announcements2r h4:first-child {
    background: none;
    border: none;
    margin-top: 0;
    padding-top: 0;
}

#sidebar_content .detail_announcements2r h4 a {
    text-transform: capitalize;
}

#sidebar_content .detail_announcements2r h4 a:hover,
#sidebar_content .detail_announcements2r a {
    text-decoration: none;
}

#sidebar_content .detail_announcements2r a:hover {
    text-decoration: underline;
}

#sidebar_content .detail_announcements2r ul.bxslider ul li {
    margin: 0 0 1.5em;
}

#sidebar_content .detail_announcements2r img {
    margin: 0 0 1em !important;
    max-width: 100% !important;
}

.miniCalShell .miniCalSort,
.miniCalShell .minCalSortCat {
    text-transform: capitalize;
}

.miniCalShell {
    margin: 0 auto;
    width: 90%;
}

.detail_minical h4 {
    color: rgb(var(--default-text));
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding: 0.6em 0 0;
}

.detail_minical ul {
    margin: 0;
    padding: 0;
}

.detail_minical ul li a {
    display: inline-block;
    font-weight: 700;
    margin: 0.5em 0 0 0;
}

table.minical {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.minical_wrapper table tr td table {
    border-spacing: 0;
    margin-bottom: 0;
}

.minical_wrapper table tr,
.minical_wrapper table tr td {
    vertical-align: middle !important;
}

.minical_wrapper .headerbg td a {
    display: block;
}

.minical_wrapper .headerbg a span.title {
    display: none;
}

.minical_wrapper .headerbg td:first-child,
.minical_wrapper .headerbg td:first-child + td + td,
.minical_wrapper .headerbg td:first-child + td {
    width: auto !important;
}

.minical_wrapper .headerbg td:first-child {
    text-align: left;
}

.minical_wrapper .headerbg td:first-child + td + td a {
    float: right;
}

.minical_wrapper .headerbg td:first-child a {
    margin: 0 0.5em 0 0;
    position: relative;
    z-index: 1;
}

.minical_wrapper .headerbg td:first-child + td + td a {
    margin: 0 0 0 0.5em;
    position: relative;
}

.minical_wrapper {
    padding: 0px;
}

.minical_wrapper .headerbg,
.minical_wrapper .headerbg .headerlink {
    font-weight: normal !important;
    text-decoration: none;
}

.minical_wrapper .headerbg .headertext,
.minical_wrapper .header2bg .header2text {
    color: var(--black);
    font-family: 'Manrope', sans-serif;
    font-size: 1.3em;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0;
}

.minical_wrapper .header2bg .header2text {
    color: var(--black);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.8em;
    padding: 0.8em 0 0.46em 0;
    text-align: center;
}

.minical_wrapper tr.header2bg {
    border-top: none;
}

.minical_wrapper tr.header2bg td {
    background-color: transparent;
}

.minical_wrapper .alternatebg1 {
    background-color: transparent;
    color: rgb(var(--default-text));
    height: 2em;
    padding: 0px 0 0px;
    width: 2.5em;
}

.minical_wrapper .alternatebg2 {
    color: rgb(var(--default-text));
    height: 30px;
    padding: 0;
    width: 2.5em;
}

.minical_wrapper td.headerbg {
    color: rgb(var(--default-text));
    padding: 0;
    height: 2em;
    width: 2.5em;
}

.minical_wrapper .detail_minical {
    padding-bottom: 0;
}

.minical_wrapper .alternatebg1,
.minical_wrapper .alternatebg2,
.minical_wrapper .callink {
    color: rgb(var(--primary-color-1-rgb)) !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: normal !important;
    text-align: center;
}

.minical_wrapper .callink:hover {
    color: var(--black) !important;
    text-decoration: none !important;
}

.minical_wrapper td.headerbg {
    background: rgb(var(--primary-color-1-rgb));
    color: var(--white);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    height: 2em;
    width: 2.5em;
}

.minical_wrapper td.headerbg .headerlink {
    color: var(--white) !important;
    font-weight: normal !important;
}

.minical_wrapper td.headerbg .headerlink:hover {
    color: var(--black) !important;
    font-weight: normal !important;
    opacity: 0.8;
}

.minical_wrapper .alternatebg1,
.minical_wrapper .alternatebg2 {
    background-color: transparent;
}

.redtext {
    color: rgb(206,32,41);
    font-weight: bold;
}

.colorsquare {
    display: none;
}

.detail_padding {
    padding: 0 0 2rem 0;
}

.detail_padding:last-child {
    padding-bottom: 0;
}

.detail_padding a:not(.button) {
    font-weight: 700;
}

.detail_textgraphic .figure img {
    border:1px solid rgb(0,0,0);
    box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.1);
}

.detail_calendar .headerbg,
.detail_member_directory .headerbg,
.miniCalShell .headerbg {
    background: rgb(var(--primary-color-1-rgb));
    border-color: rgb(239,239,239);
    color: var(--white);
}

.detail_calendar table,
.miniCalShell table {
    border-color: transparent;
}

.detail_calendar table table tr,
.miniCalShell table tr {
    border-color: rgb(44,44,44);
}

.detail_calendar .headerbg a,
.detail_member_directory .headerbg a,
.miniCalShell .headerbg a {
    color: var(--white);
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.detail_calendar .headerbg a:hover,
.detail_member_directory .headerbg a:hover,
.miniCalShell .headerbg a:hover {
    color: var(--black);
    text-decoration: none;
}

.detail_calendar .headerbg a span.icon,
.detail_member_directory .headerbg a span.icon,
.miniCalShell .headerbg a span.icon {
    font-size: 1em;
    padding: 0 1em;
}

.detail_calendar .headerbg .headertext,
.detail_member_directory .headerbg .headertext,
.miniCalShell .headerbg .headertext {
    color: var(--white);
    font-family: 'Manrope', sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1em;
    padding: 0.4em 0;
}

.detail_calendar .headerbg,
.detail_calendar .header2bg,
.miniCalShell .header2bg {
    border-color: transparent;
}

.detail_calendar .header2bg,
.miniCalShell .header2bg {
    background-color: rgb(var(--primary-color-2-rgb));
    border-color: rgb(var(--primary-color-2-rgb));
    color: rgb(var(--primary-color-2-rgb));
}

.detail_calendar .header2bg .header2text,
.miniCalShell .header2bg .header2text {
    color: var(--black);
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1em;
    padding: 0.5em 0.5em 0.25em;
    text-align: left;
    text-transform: uppercase;
}

.detail_calendar .borderstyle {
    border: 1px solid rgb(0,0,0);
}

.detail_calendar div table table td table td {
    font-weight: 400;
    padding: 0.1em 0.6em 0;
}

.detail_calendar div table table td table tr:first-child td {
    font-size: 0.9em;
}

.detail_calendar a.callink {
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.85em;
    line-height: 1.1em;
    padding: 0.5em 0;
}

.detail_calendar .calBottomBannerShell .headertext {
    display: none;
}

.detail_calendar .calBottomBannerShell .headerlink {
    display: inline-block;
    padding: 0.5em 0;
}

.detail_calendar .calTopBannerShell select,
.detail_calendar .calTopBannerShell input[type="submit"] {
    font-size: 0.75em;
    height: auto !important;
    line-height: 1em;
    padding: 0;
}

.detail_calendar .caltblDate {
    border-bottom: 2em solid rgb(var(--primary-color-2-rgb));
    width: 100%;
}

.detail_calendar .calYearShell .caltblDate,
.detail_calendar .calMonthShell .caltblDate {
    border: none;
}

.detail_calendar .caltblDate a.callink {
    padding: 0.75em 2.5%;
    width: 95%;
}

.detail_calendar .calDateToolsShell,
.detail_calendar .caltblCat {
    text-transform: capitalize;
}

.detail_calendar .calYearShell .header2bg .header2text {
    border-bottom: 0.25em solid rgb(144,144,144);
}

.detail_calendar .today_highlight {
    background: rgb(255,255,255);
}

.detail_calendar .calListShell .alternatebg1,
.detail_calendar .calListShell .alternatebg2 {
    background: none;
}

.alternatebg1 {
    background-color: rgba(0,0,0,0.1);
}

.alternatebg2 {
    background-color: rgba(0,0,0,0.05);
}

.detail_lunchmenu .headerbg {
    background: rgb(var(--primary-color-1-rgb));
    border-color: rgb(239,239,239);
    color: var(--white);
}

.detail_lunchmenu table {
    border-color: transparent;
}

.detail_lunchmenu table table tr {
    border-color: rgb(239,239,239);
}

.detail_lunchmenu .headerbg a {
font-family: 'Sour ce Sans Pro', sans-serif;
    color: var(--white);
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.detail_lunchmenu .headerbg a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.detail_lunchmenu .headerbg a span.icon {
    font-size: 1em;
    padding: 0 1em;
}

.detail_lunchmenu .headerbg .headertext {
    color: var(--white);
    font-family: 'Manrope', sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1em;
    padding: 0.4em 0;
}

.detail_lunchmenu .headerbg,
.detail_lunchmenu .header2bg {
    border-color: transparent;
}

.detail_lunchmenu .header2bg {
    background-color: rgb(var(--primary-color-2-rgb));
    border-color: rgb(var(--primary-color-2-rgb));
    color: var(--black);
}

.detail_lunchmenu .header2bg .header2text {
    color: var(--black);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1em;
    padding: 0.5em 0.5em 0.25em;
    text-align: left;
    text-transform: uppercase;
}

.detail_lunchmenu .borderstyle {
    border: 1px solid rgb(239,239,239);
}

.detail_lunchmenu .alternatebg1,
.detail_lunchmenu .alternatebg2 {
    background: none;
}

.detail_facultylist .headerbg {
    background-color: rgb(var(--primary-color-1-rgb)) !important;
    color: var(--white);
    font-size: 0.8em;
}

.detail_facultylist tr.headerbg .headertext,
.detail_facultylist tr.headerbg a.headerlink {
    color: var(--white) !important;
    font-family: 'Raleway', sans-serif;
    padding: 0.4em 0.25em;
    text-transform: uppercase;
}

.detail_facultylist tr.headerbg a.headerlink:hover {
    color: #fefefe !important;
}

.detail_facultylist form {
    margin-bottom: 2em;
}

.detail_facultylist form[name="search_results2"] {
    margin: 2em 0 0;
}

.detail_facultylist form input {
    padding: 0 0.5em;
}

.detail_facultylist .alternatebg1 td,
.detail_facultylist .alternatebg2 td {
    font-size: 0.9em;
    line-height: 1.15em;
    padding: 0.75em;
}

.detail_facultylist .inside_bg td {
    padding: 0 0;
}

.detail_facultylist img {
    min-width: 100px;
    padding-right: 5%;
}

.detail_announcements2 h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 1em 0;
    width: 100%;
}

.detail_announcements2 .annShell {
    border-bottom: 2px solid rgb(var(--primary-color-2-rgb));
    display: inline-block;
    margin-bottom: 1.5em;
    width: 100%;
}

.detail_announcements2 .annShell .image img {
    max-width: 45%;
}

.detail_slideshow img {
    max-width: 100% !important;
}

.detail_slideshow div {
    max-width: 100% !important;
    width: auto !important;
}

.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.detail_homework {
    padding: 0 4.3%;
    width: 91.4%;
}

.detail_homework div table table .headerbg {
    background: rgb(var(--primary-color-1-rgb));
}

.detail_homework div table table .headerbg td {
    color: var(--white);
    line-height: 3.25em;
}

.detail_homework div table table .headerbg td.headertext {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.detail_homework div table table .headerbg td a {
    color: var(--white);
    font-size: 0.83em;
    font-weight: 400;
}

.detail_homework div table table .header2bg {
    background: rgb(0,0,0);
    border-color: var(--black);
    color: var(--white);
    font-size: 0.83em;
    line-height: 1.5em;
    text-transform: uppercase;
}

.detail_homework div table table .header2bg td {
    color: var(--white);
}

.detail_scholarships input[name="keywords"],
.detail_scholarships select {
    width: 90% !important;
}

.detail_scholarships .headerbg {
    background: rgb(var(--primary-color-1-rgb));
    color: var(--white);
}

.detail_scholarships .headertext {
    color: var(--white);
}

.detail_iform input {
    margin-bottom: 0.75em;
}

.detail_iform table td {
    padding-left: 0.5em !important;
}

.detail_iform table table td {
    padding-left: 0 !important;
}

.detail_iform table table table td {
    padding-top: 0 !important;
}

.detail_iform p {
    padding-bottom: 0.25em !important;
}

.iform-input-label-checkbox,
.iform-input-label-radio {
    line-height: 1em;
    padding-left: 0.25em;
}

.detail_links tr[aria-label="Item Details"] {
    border-bottom: thin solid #efefef;
    display: block;
    padding: 1rem 0;
}

.detail_links tr[aria-label="Item Details"] table {
    width: 100%;
}

.detail_links tr[aria-label="Item Details"] td > a {
    font-weight: 700;
}

.detail_links tr[aria-label="Item Details"] > td + td {
    padding-left: 2rem !important;
}

.detail_links tr[aria-label="Item Details"] img {
    max-width: 200px;
}

#main_section {
    padding: 3rem 0;
}

.main_body_size {
    width: 100%;
}

.inside #main_section {
    padding: 1rem 0;
}

#banner {
    position: relative;
}

#banner.no-banner {
    padding: 4rem 0 3rem 0;
}

#banner.has_banner {
    margin-bottom: 4rem;
}

.banner_image_container {
    position: relative;
    width: 100%;
    z-index: 1;
}

.banner_img {
    height: 26.35vw;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.banner_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pageTitle.has_banner {
    background-color: rgb(var(--primary-color-1-rgb));
    bottom: -3rem;
    box-sizing: border-box;
    color: var(--white);
    left: 4vw;
    max-width: calc(50% - 4vw);
    position: absolute;
    z-index: 2;
}

.pageTitle.has_banner h1 {
    color: var(--white);
    margin: 0 auto;
    padding: 3rem;
    position: relative;
    z-index: 2;
}

.pageTitle.has_banner::before {
    border: solid thin var(--white);
    content: "";
    display: block;
    height: calc(100% - 2rem);
    left: 1rem;
    position: absolute;
    top: 1rem;
    width: calc(100% - 2rem);
    z-index: 1;
}

#sidebar_content {
    padding-left: 3.38vw;
    width: 375px;
}

.right_hr_top {
    display: none;
}

.inside_nav_container {
    margin-bottom: 4rem;
}

#inside_nav_toggle {
    display: none;
}

.inside_nav_container {
    display: none;
}

#sidebar_content .inside_nav_container {
    display: block;
}

#menu {
    background: none;
    border-right: none;
    float: none;
    font-size: 1rem;
    margin-right: 0;
    width: 100%;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu a {
    transition: all .3s ease 0s;
}

#menu ul li {
    padding: 0;
}

#menu > ul > li > ul > li {
    border-bottom: solid thin var(--default-grey);
    padding: 0.5rem 0;
}

#menu > ul > li > ul > li > span > a,
#menu > ul > li > ul > li > span > span > a {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    letter-spacing: 0.025em;
    position: relative;
    text-transform: uppercase;
}

#menu > ul > li > ul > li > span > a::after,
#menu > ul > li > ul > li > span > span > a::after {
    background-color: rgb(var(--primary-color-2-rgb));
    bottom: -2px;
    content: "";
    display: block;
    height: 2px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    width: 100%;
}

#menu > ul > li > ul > li > span > a:hover,
#menu > ul > li > ul > li > span > span > a:hover,
#menu .has_children_1.active > span > span > a {
    color: rgb(var(--primary-color-1-rgb));
}

#menu > ul > li > ul > li > span > a:hover::after,
#menu > ul > li > ul > li > span > span > a:hover::after,
#menu .has_children_1.active > span > span > a::after {
    opacity: 1;
}

.inside_top_link {
    align-items: center;
    padding: 0.5rem 0;
}

.inside_nav_toggle {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin-left: 8px;
    width: 30px;
}

.inside_nav_toggle svg {
    height: 9px;
    transition: all .3s ease 0s;
    width: auto;
}

.inside_nav_toggle svg path {
    fill: var(--black);
    transition: all .3s ease 0s;
}

.inside_nav_toggle.active svg {
    transform: rotate(180deg);
}

.inside_nav_toggle.active svg path,
.inside_nav_toggle:focus svg path,
.inside_nav_toggle:hover svg path {
    fill: rgb(var(--primary-color-1-rgb));
}

#menu li.has_children_1 > ul {
    display: none;
}

#menu .has_children_1 ul {
    padding-left: 1rem;
}

#menu .has_children_1 ul li {
    padding: 0.5rem 0;
}

#menu .has_children_1 ul a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.9444444444444444rem;
    font-weight: 400;
    letter-spacing: 0.025em;
}

#menu .has_children_1 ul a:hover {
    color: rgb(var(--primary-color-1-rgb));
    font-weight: 700;
}

.right_content td {
    padding: 0.5rem;
}

.right_content td.alternatebg2 {
    background-color: rgb(var(--primary-color-4-rgb));
}

.right_content td.upcoming_events_event {
    background-color: var(--white);
}

.home_button {
    align-items: center;
    border: 4px solid rgba(255,255,255,0);
    display: inline-flex;
    font-family: 'Manrope', sans-serif;
    font-size: 1.333333333333333rem;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 100%;
    padding: 10px calc(1rem + 10px) 10px 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

.home_button::before {
    background-color: var(--white);
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 1rem;
    transition: all .3s ease 0s;
    vertical-align: middle;
    width: 10px;
}

.slide_content .home_button::before {
    display: none;
}

.home_button:hover::before {
    opacity: 0;
}

.home_button:hover {
    border: 4px solid var(--white);
}

h2.section_heading {
    padding-bottom: 4rem;
    text-align: center;
    text-transform: uppercase;
}

.homepage_section {
    padding: 4rem 0;
    position: relative;
}

#hero_section {
    position: relative;
}

.hero_slideshow_container {
    background: transparent;
    overflow: hidden;
    padding: 2rem;
    position: relative;
}

.hero_image_slideshow {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 1;
}

.hero_image_slideshow .slick-list {
    height: 100%;
}

.hero_image_slideshow .slick-track {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.slide_img {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.slide_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.slide_overlay {
    background-color: rgba(255,255,255,0.9);
    box-sizing: border-box;
    position: relative;
    width: calc( 50% - 2rem);
    z-index: 2;
}

.slide_overlay_padding {
    padding: 3rem 2rem 4rem;
}

#hero_logo {
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
}

#hero_logo img {
    display: block;
    height: auto;
    max-height: 200px;
    max-width: 450px;
    width: 100%;
}

#hero_logo + .hero_caption_slidehshow {
    margin: 1rem auto;
}

.hero_caption_slidehshow {
    margin: 0 auto;
    max-width: 80%;
    padding: 1rem 0;
}

h2.hero_title {
    color: rgb(var(--default-text));
}

p.hero_caption {
    font-size: 1.25rem;
    letter-spacing: 0.45px;
    line-height: 150%;
    margin: 0;
    padding: .5rem 0 0 0;
}

.hero_caption_slidehshow .home_button {
    border: 2px solid rgb(var(--primary-color-1-rgb));
    color: rgb(var(--primary-color-1-rgb));
    margin: 1.25rem 0;
}

.hero_caption_slidehshow .home_button:active,
.hero_caption_slidehshow .home_button:hover,
.hero_caption_slidehshow .home_button:focus {
    border: 2px solid var(--black);
    color: var(--black);
}

#hero_nav {
    display: flex;
    align-items: center;
    margin: 1rem 2rem 4rem;
}

#hero_nav ul {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

#hero_nav .slick-dots button {
    background-color: rgb(var(--default-grey));
    font-size: 0;
    height: 2px;
    margin: 0 2px;
    position: relative;
    transition: all .3s ease 0s;
    width: 65px;
}

#hero_nav .slick-dots button:hover::after,
#hero_nav li.slick-active button::after {
    background-color: rgb(var(--primary-color-1-rgb));
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

#hero_nav .slick-autoplay-toggle-button {
    bottom: 0;
    height: 40px;
    left: 0;
    position: relative;
    width: 40px;
}

.slick-autoplay-toggle-button .slick-pause-icon:before,
.slick-autoplay-toggle-button .slick-play-icon:before {
    font-size: 24px;
    line-height: 24px;
}

.hero_links_bar {
    background-color: rgba(var(--primary-color-1-rgb), 0.9);
    bottom: 2rem;
    left: 0;
    padding: 0.5rem 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.alt_hero .hero_links_bar {
    bottom: 0;
}

.hero_links {
    align-items: center;
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero_links li a {
    align-items: center;
    border: thin solid rgba(255,255,255,0);
    box-sizing: border-box;
    color: var(--white);
    display: flex;
    font-family: 'Manrope', sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    padding: 0.5rem;
    transition: all .3s ease 0s;
}

.hero_links li a:hover {
    border: solid thin var(--white);
}

.hero_links .icon {
    display: flex;
    margin-right: 10px;
}

.hero_links a svg {
    height: 45px;
    width: auto;
}

.hero_links a svg,
.hero_links a svg * {
    fill: var(--white) !important;
}

.down_button_container {
    bottom: 20rem;
    position: absolute;
    right: 10vw;
    z-index: 3;
}

.down_button_container button {
    cursor: pointer;
}

.down_button_container .button_icon {
    align-items: center;
    background-color: rgb(var(--primary-color-1-rgb));
    border-radius: 50%;
    display: flex;
    height: 75px;
    justify-content: center;
    position: relative;
    width: 75px;
    z-index: 3;
}

.down_button_container::before {
    background-color: rgba(255,255,255,0.25);
    border-radius: 50%;
    content: "";
    display: block;
    height: 125px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease 0s;
    width: 125px;
    z-index: 1;
}

.down_button_container::after {
    border: solid thin var(--white);
    border-radius: 50%;
    content: "";
    display: block;
    height: 100px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease 0s;
    width: 100px;
    z-index: 2;
}

.down_button_container:hover::before,
.down_button_container:hover::after {
    opacity: 1;
}

.down_button_container svg {
    height: 20px;
    margin-top: 6px;
    width: auto;
}

.hero_image_slideshow.slick-slider {
    margin-bottom: 0;
}

#hero_section.alt_hero .hero_slideshow_container {
    display: flex;
    padding: 0;
}

#hero_section.alt_hero .hero_image_slideshow {
    height: auto;
    left: auto;
    order: 2;
    position: relative !important;
    top: auto;
    width: 50%;
}

#hero_section.alt_hero .slide_overlay {
    background-color: var(--white);
    order: 1;
    width: 50%;
}

#hero_section.school_landing .down_button_container {
    bottom: 15rem;
}

.hero_play_button {
    transition: all .3s ease 0s;
    z-index: 4;
}

.slide_img .hero_play_button {
    background-color: rgba(0,0,0,0.75);
    font-size: 0;
    opacity: 1;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
}

.hero_play_button svg {
    height: auto;
    width: 40px;
}

.hero_play_button svg,
.hero_play_button svg * {
    fill: var(--white) !important;
}

.hero_video_popup .hero_play_button svg,
.hero_video_popup .hero_play_button svg * {
    fill: var(--black) !important;
}

.hero_video_popup .hero_play_button {
    position: relative;
}

.hero_video_popup .hero_play_button svg {
    height: auto;
    width: 50px;
}

.hero_video_popup p {
    font-size: 0.9rem;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}

.hero_video_popup {
    background-color: var(--white);
    box-sizing: border-box;
    left: 50%;
    max-width: 800px;
    opacity: 0;
    padding: 2rem;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease 0s;
    width: 100%;
    z-index: -9999;
}

.hero_video_popup.active {
    opacity: 1;
    z-index: 9999;
}

#section1_anchor {
    position: absolute;
}

#home_section1 > .wrapper {
    max-width: 1772px;
}

#home_section_5 > .wrapper {
    overflow: hidden;
}

.left_stories_column,
.right_stories_container {
    box-sizing: border-box;
    width: 50%;
}

.left_stories_column {
    display: flex;
    flex-direction: column;
    padding-right: 2rem;
}

.right_stories_container {
    padding-left: 2rem;
}

.left_stories_column + .right_stories_container {
    border-left: solid thin rgb(var(--default-grey));
}

.featured_story_item {
    border-bottom: solid thin rgb(var(--default-grey));
    padding: 1.5rem 0;
}

.featured_story_item:first-child {
    padding-top: 0;
}

.featured_story_item .story_content a:hover {
    color: rgb(var(--default-text));
    text-decoration: underline;
}

.announce_img_container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.announce_img_container img {
    display: block;
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.announce_img_container a {
    font-size: 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.announce_img_container a:before {
    border: solid thin rgba(255,255,255,0.8);
    content: "";
    display: block;
    height: calc(100% - 4rem);
    left: 2rem;
    opacity: 0;
    position: absolute;
    top: 2rem;
    transition: all .3s ease 0s;
    width: calc(100% - 4rem);
    z-index: 2;
}

.announce_img_container a:hover:before {
    opacity: 1;
}

.left_stories_container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.left_stories_column .announce_img_container {
    height: 100%;
    margin-bottom: 2rem;
}

.right_stories_container .announce_img_container {
    height: 150px;
    width: 150px;
}

h4.news_title {
    color: rgb(var(--primary-color-1-rgb));
    font-family: 'Manrope', sans-serif;
    font-size: 1.666666666666667rem;
    letter-spacing: 0;
    line-height: 115%;
    text-transform: none;
}

.featured_story_item p {
    font-size: 1.333333333333333rem;
    line-height: 125%;
    margin: 0;
    padding: 1rem 0 0 0;
}

.left_stories_container.featured_style .featured_story_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.left_stories_container.stories_style .featured_story_item {
    padding: 0;
}

.left_stories_container.stories_style .featured_story_item:nth-child(2) {
    margin-top: 2rem;
}

.stories_style .announce_img_container {
    max-height: 485px;
    z-index: 1;
    height: auto;
}

.stories_style .story_content {
    background-color: rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 1rem;
    width: calc(100% - 2rem);
}

.left_stories_column .stories_style .announce_img_container {
    margin-bottom: 0;
}

.stories_style .featured_story_item p {
    padding: 0.5rem 0 0 0;
}

.stories_style .featured_story_item p a {
    font-weight: 700;
}

.stories_style .announce_img_container a:before {
    display: none;
}

.story_col {
    box-sizing: border-box;
    padding: 0;
    width: 50%;
}

.story_col:first-child {
    padding-right: 2rem;
}

.story_col + .story_col {
    border-left: solid thin rgb(var(--default-grey));
    padding-left: 2rem;
}

.right_stories_container.quad_view {
    display: flex;
}

.right_stories_container.quad_view .featured_story_item {
    width: 100%;
}

.right_stories_container.quad_view .featured_story_item .announce_img_container {
    height: 14.3vw;
    margin-bottom: 2rem;
    width: 100%;
}

.right_stories_container.row_view .announce_img_container + .story_content {
    box-sizing: border-box;
    padding-left: 1rem;
    width: calc(100% - 150px);
}

.featured_story_item.row_view p {
    padding: 0.5rem 0 0 0;
}

.featured_announce_item {
    border-bottom: solid thin rgb(var(--default-grey));
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0;
}

.featured_announce_item:first-child {
    padding-top: 0;
}

.featured_announce_item .featured_item_img {
    height: 150px;
    margin: 0 15px 15px 0;
    width: 150px;
}

.featured_announce_item img {
    height: 100%;
    object-fit: cover;
    width: 150px;
}

.featured_item_content {
    width: 100%;
}

.featured_announce_item .featured_item_img ~ .featured_item_content {
    width: calc(100% - 165px);
}

.announce_img_container .news_title {
    display: block;
    position: relative;
}

.featured_announce_item h3,
.announce_img_container .news_title {
    color: rgb(var(--primary-color-1-rgb));
    font-family: 'Manrope', sans-serif;
    font-size: 1.666666666666667rem;
    letter-spacing: 0;
    line-height: 115%;
    text-transform: none;
}

.featured_announce_item h3 a {
    color: rgb(var(--primary-color-1-rgb));
    transition: all .3s ease 0s;
}

.featured_announce_item h3 a:active,
.featured_announce_item h3 a:focus,
.featured_announce_item h3 a:hover {
    color: rgb(0,0,0);
    text-decoration: underline;
}

.featured_announce_item p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 1rem 0;
}

.stories_view_all {
    margin-top: 2rem;
}

.stories_view_all.mobile_only {
    display: none;
}

.stories-wrapper .announce_img_container a {
    font-size: unset;
    outline: none;
    position: relative;
}

.stories-wrapper .announce_img_container a:before {
    display: none;
}

.stories-wrapper .img-wrapper {
    position: relative;
}

.stories-wrapper .announce_img_container a .img-wrapper:after {
    border: solid thin rgba(255, 255, 255, 0.8);
    content: "";
    display: block;
    height: calc(100% - 4rem);
    left: 2rem;
    opacity: 0;
    position: absolute;
    top: 2rem;
    transition: all .3s ease 0s;
    width: calc(100% - 4rem);
    z-index: 2;
}

.stories-wrapper .announce_img_container a:hover .img-wrapper:after,
.stories-wrapper .announce_img_container a:focus .img-wrapper:after {
    opacity: 1;
}

.stories-wrapper .announce_img_container img {
    margin-bottom: 15px;
}

.stories-wrapper .featured_announce_item h3,
.stories-wrapper .announce_img_container .news_title {
    border: 2px solid transparent;
    transition: all .3s ease 0s;
}

.stories-wrapper .announce_img_container a:hover .news_title,
.stories-wrapper .announce_img_container a:focus .news_title {
    text-decoration: underline;
}

.stories-wrapper .announce_img_container a:focus .news_title {
    border: 2px solid black;
}

.stories-wrapper .left_stories_column .announce_img_container {
    height: auto;
    margin-bottom: 0;
}

.stories-wrapper .left_stories_container.featured_style .featured_story_item,
.stories-wrapper .left_stories_container {
    height: auto;
}

.stories-wrapper .featured_story_item p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.stories-wrapper .stories_style .story_content {
    bottom: 6rem;
}

.stories-wrapper .left_stories_container.stories_style .featured_story_item {
    padding: 0 0 2rem;
}

.mobile_news_slider ul.slick-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile_news_slider ul.slick-dots li {
    width: 12.5%;
}

.mobile_news_slider ul.slick-dots button {
    background-color: var(--black);
    font-size: 0;
    height: 2px;
    position: relative;
    transition: all .3s ease 0s;
    width: 100%;
}

.mobile_news_slider ul.slick-dots button:hover::after,
.mobile_news_slider ul.slick-dots li.slick-active button::after {
    background-color: rgb(var(--primary-color-1-rgb));
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

#events_section .bg_img_container {
    height: 100%;
    left: 0;
    opacity: 0.2;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#events_section .bg_img_container img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#events_section > .wrapper {
    position: relative;
    z-index: 2;
}

.event_col_padding {
    background-color: var(--white);
    box-sizing: border-box;
    margin: 0 0.5rem;
    padding: 1rem;
}

.date_top {
    align-items: center;
}

.date_top .calendar {
    text-align: center;
}

.date_top .calendar .month {
    background-color: rgb(var(--primary-color-1-rgb));
    color: var(--white);
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 1.333333333333333rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 100%;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
}

.date_top .calendar .date_num {
    background-color: #efeeeb;
    color: var(--black)000;
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 1.666666666666667rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 100%;
    padding: 0.5rem;
}

.date_day {
    color: var(--black);
    font-family: 'Manrope', sans-serif;
    font-size: 1.33333333rem;
    font-weight: 800;
    line-height: 100%;
}

.calendar + .date_day {
    padding-left: 1rem;
}

#events_section .event_list {
    padding-top: 2rem;
}

#events_section .event_item + .event_item,
#events_section .event_item + .overflow_events {
    padding-top: 2rem;
}

#events_section .event_content p.time {
    color: rgb(var(--primary-color-3-rgb));
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 150%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.overflow_events {
    display: none;
}

.show_events {
    border: solid 2px rgb(var(--primary-color-2-rgb));
    cursor: pointer;
    display: none;
    margin-top: 2rem;
    padding: 0.5rem;
}

.show_events svg {
    height: 7px;
    vertical-align: middle;
    width: auto;
}

#events_section .event_content h6.event_title,
#events_section .event_content h6.event_title a {
    color: var(--default-text);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.333333333rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 125%;
}

#events_section .event_content h6.event_title a:hover {
    color: rgb(var(--primary-color-1-rgb));
}

.events_view_all {
    margin: 3rem 0 0 0;
    text-align: center;
}

.events_carousel ul.slick-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.events_carousel ul.slick-dots li {
    width: 12.5%;
}

.events_carousel ul.slick-dots button {
    background-color: var(--black);
    font-size: 0;
    height: 2px;
    position: relative;
    transition: all .3s ease 0s;
    width: 100%;
}

.events_carousel ul.slick-dots button:hover::after,
.events_carousel ul.slick-dots li.slick-active button::after {
    background-color: rgb(var(--primary-color-1-rgb));
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.events_carousel .slick-slide:has(div:empty) {
    display: none;
}

.events_feed_container .bx-wrapper {
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    padding-top: 2rem;
}

.events_feed_container .bx-wrapper .bx-controls-direction {
    text-align: center;
}

.events_feed_container .bx-wrapper .bx-controls-direction a {
    display: inline-block;
    font-size: 0;
    margin: 0 10px;
    position: relative;
    top: auto;
}

#social_bar {
    background-color: rgb(var(--primary-color-1-rgb));
    padding: 0;
}

.social_bar_content {
    align-items: center;
    justify-content: space-around;
}

.social_bar_item {
    margin: 0.5rem;
}

.social_bar_item a {
    align-items: center;
    border: solid 1px rgba(255,255,255,0);
    color: var(--white);
    display: flex;
    padding: 0.5rem 1rem;
    transition: all .3s ease 0s;
}

.social_bar_item a span.title {
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 1.666666666666667rem;
    font-weight: 800;
    padding-left: 1rem;
}

.social_bar_item a svg {
    height: 45px;
    width: auto;
}

.social_bar_item a svg,
.social_bar_item a svg * {
    fill: var(--white) !important;
}

.social_bar_item a:hover {
    border: solid 1px var(--white);
}

.social_bar_item span.icon {
    align-items: center;
    display: flex;
}

.pathways_container,
.pathways_container .facebook_cols {
    justify-content: space-between;
}

.pathway_item {
    background: var(--black);
    height: calc(30vw - 1rem);
    min-height: 335px;
    overflow: hidden;
    position: relative;
    width: calc(30vw - 1rem);
}

.pathway_img_container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.pathway_img_container img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pathway_item_content {
    display: flex;
    height: 100%;
    width: 100%;
}

.pathway_item .hover_content {
    background-color: rgba(0,0,0,0.6);
    color: var(--white);
    display: flex;
    flex-direction: column;
    height: calc(100% - 2rem);
    justify-content: center;
    opacity: 0;
    padding: 1rem 15%;
    position: relative;
    text-align: left;
    transform: translateY(100%);
    transition: all .3s ease 0s;
    width: 70%;
    z-index: 3;
}

.pathway_item:hover .hover_content,
.pathway_item:focus .hover_content {
    opacity: 1;
    transform: translateY(0);
}

.pathway_item .hover_content * {
    position: relative;
    z-index: 2;
}

.pathway_item .hover_content::before {
    border: solid thin var(--white);
    content: "";
    display: block;
    height: 87%;
    left: 6.5%;
    position: absolute;
    top: 6.5%;
    width: 87%;
    z-index: 1;
}

h4.pathway_title {
    background-color: rgba(0,0,0,0.6);
    bottom: 0;
    color: var(--white);
    font-size: 2rem;
    left: 0;
    letter-spacing: 0.1em;
    padding: 0.5rem 1rem;
    position: absolute;
    transition: all 0.1s;
    width: calc(100% - 2rem);
    z-index: 2;
}

h4.pathway_title.hover_state {
    background: none;
    bottom: auto;
    left: auto;
    padding: 0;
    position: relative;
    padding-bottom: 1rem;
    width: auto;
}

.pathway_item:hover h4.pathway_title:not(.hover_state) {
    opacity: 0;
}

.pathway_item .hover_content p {
    font-family:"Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 166%;
    margin: 0;
    padding: 0;
    padding-bottom: 1rem;
}

#landing-social-feed .landing-feed * {
    float: none;
}

#landing-social-feed .landing-feed ul {
    display: flex;
    justify-content: space-between;
}

#landing-social-feed .cmsFbItem {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

#landing-social-feed .fbDetails.fbDetailsBottom {
    display: none;
}

#landing-social-feed .landing-feed ul li {
    background: var(--black);
    height: calc(30vw - 1rem);
    min-height: 335px;
    overflow: hidden;
    position: relative;
    width: calc(30vw - 1rem);
}

#landing-social-feed .landing-feed ul li .image {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#landing-social-feed .landing-feed ul li .image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#landing-social-feed .landing-feed ul li .image img.fallback-img {
    height: 90%;
    margin: auto;
    object-fit: contain;
    width: 90%;
}

#landing-social-feed .landing-feed ul li .text {
    background-color: rgba(0,0,0,0.6);
    color: var(--white);
    display: flex;
    flex-direction: column;
    height: calc(100% - 2rem);
    justify-content: center;
    left: 0;
    padding: 1rem 15%;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all .3s ease 0s;
    width: 70%;
    z-index: 2;
}

#landing-social-feed .landing-feed ul li .text::before {
    border: solid thin var(--white);
    content: "";
    display: block;
    height: 87%;
    left: 6.5%;
    position: absolute;
    top: 6.5%;
    width: 87%;
    z-index: 1;
}

#landing-social-feed .landing-feed ul li .text p {
    font-family:"Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 166%;
    margin: 0;
    padding: 0;
    padding-bottom: 1rem;
}

#landing-social-feed .landing-feed ul li .text p::after {
    background-image: url(../icons/social/facebook-f-white.svg);
    background-repeat: no-repeat;
    background-size: auto 24px;
    background-position: center center;
    content: "";
    display: block;
    height: 30px;
    margin-top: 2rem;
    width: 30px;
}

#landing-social-feed .landing-feed a.fullpost {
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

#landing-social-feed .landing-feed ul li:focus-within .text,
#landing-social-feed .landing-feed ul li:hover .text {
    top: 0;
}

.cms-w-full blockquote {
    width: 100% !important;
}

.slick-dots li button .slick-dot-icon:before {
    display: none;
}

.slick-autoplay-toggle-button:focus,
.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon,
.slick-dots li button:focus .slick-dot-icon:before,
.slick-dots li.slick-active button:focus .slick-dot-icon {
    color: rgb(var(--primary-color-1-rgb)) !important;
}

/******** MEDIA QUERIES ***************/
@media all and (max-width: 1600px) {
    body {
        font-size: 100%;
    }

    .date_top .calendar .month {
        font-size: 0.8rem;
    }

    .date_top .calendar .date_num {
        font-size: 1rem;
    }

    .date_day {
        font-size: 1.25rem;
    }

    #events_section .event_content h6.event_title,
    #events_section .event_content h6.event_title a {
        font-size: 1rem;
    }

    #events_section .event_content p.time {
        font-size: 0.8rem;
    }

    h4.pathway_title {
        font-size: 1.5rem;
    }

    h4.pathway_title.hover_state,
    .pathway_item .hover_content p {
        padding-bottom: 0.5rem;
    }

    .pathway_item .hover_content p,
    #landing-social-feed .landing-feed ul li .text p {
        font-size: 0.9rem;
        line-height: 140%;
    }

    .pageTitle.has_banner {
        max-width: calc(70% - 4vw);
    }

    .pageTitle.has_banner h1 {
        font-size: 2.5rem;
    }
}

@media all and (max-width: 1600px) and (min-width: 1024px) {
    .stories-wrapper .quad_view .featured_announce_item {
        flex-direction: column;
    }

    .stories-wrapper .quad_view .featured_item_img {
        margin: 0 0 15px;
    }

    .stories-wrapper .quad_view .featured_announce_item .featured_item_img ~ .featured_item_content {
        width: 100%;
    }
}

@media all and (max-width: 1400px) {
    body {
        font-size: 100%;
    }

    .social_bar_item a span.title,
    .hero_links li a {
        font-size: 1.25rem;
    }

    .social_bar_item a svg,
    .hero_links a svg {
        height: 25px;
    }

    .home_button,
    .footer_links .button,
    .button {
        font-size: 1.15rem;
    }

    .pageTitle.has_banner h1 {
        font-size: 1.75rem;
    }

    .banner_img {
        height: 400px;
    }
}

@media all and (max-width: 1300px) {
    .utility_item a,
    .utility_item > button {
        padding: 0 0.5rem;
    }

    #header_district_link a,
    .schools_dropdown_link,
    .translate_container .title,
    .search_container .title {
        font-size: 0.8rem;
    }

    #header_district_link {
        margin-right: 1vw;
    }

    .headed_icons_container {
        margin-left: 1vw !important;
    }

    .search_toggle i,
    .translate_toggle i {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .date_day {
        font-size: 1rem;
    }

    .hero_links_bar {
        padding: 0;
    }

    .social_bar_item a span.title,
    .hero_links li a {
        font-size: .9rem;
        font-weight: 400;
    }

    .social_bar_content,
    .hero_links {
        flex-flow: wrap;
    }

    .hero_links li {
        margin: 0.5rem 0;
    }

    .pathway_item .hover_content,
    #landing-social-feed .landing-feed ul li .text {
        padding: 1rem 10%;
        width: 80%;
    }

    h4.pathway_title {
        font-size: 1.2rem;
    }

    .pathway_item .hover_content p,
    #landing-social-feed .landing-feed ul li .text p {
        font-size: 0.9rem;
        line-height: 115%;
    }

    blockquote,
    blockquote.float_right {
        width: 50%;
    }
}

@media all and (max-width: 1024px) {
    h1 {
        font-size: 2.5rem;
    }

    .ada-tools-wrapper {
        bottom: 70px !important;
    }

    .mobile {
        display: block;
    }

    header {
        position: absolute;
    }

    header > .flex {
        align-items: center;
        justify-content: space-between;
    }

    .header_right {
        align-items: center;
        box-sizing: border-box;
        height: 70px;
        justify-content: space-between;
        padding: 0 1rem;
    }

    .header_left {
        box-sizing: border-box;
        height: 70px;
        justify-content: space-between;
        padding-right: 1rem;
    }

    #nav_button_container {
        background: none;
    }

    .schools_dropdown_link::after,
    #header_district_link a::after {
        bottom: 10px;
    }

    .inside_logo.mobile {
        display: block;
        margin-left: 0;
    }

    .inside_logo.mobile img {
        display: block;
    }

    .headed_icons_container {
        background-color: rgb(var(--primary-color-1-rgb));
        bottom: 0;
        height: auto;
        left: 0;
        margin-left: 0 !important;
        position: fixed;
        width: 100%;
    }

    .header_icons {
        height: 60px;
        justify-content: space-around;
        width: 100%;
    }

    #translate-modal {
        bottom: 100%;
        box-shadow: 0 -12px 5px rgba(0,0,0,0.4);
        top: auto;
    }

    #ADATools.active-modal {
        z-index: 0;
    }

    .utility_item a svg,
    .utility_item > button svg {
        height: 24px;
    }

    #SearchOptions {
        border-top: 1px solid rgb(var(--primary-color-1-rgb));
        bottom: 100%;
        top: unset;
    }

    #schools_menu_container,
    .school_nav {
        position: static;
    }

    .school_nav ul {
        left: 0;
        transform: none;
        width: 100%;
        z-index: 900;
    }

    h3.contact_title,
    footer address,
    .contact_info,
    button.back_to_top,
    .footer_links .button {
        font-size: 1rem;
    }

    h3.contact_title {
        width: 135px;
    }

    footer address,
    .contact_info {
        width: calc(100% - 135px);
    }

    .district_logo span.district_link_name {
        font-size: 1.5rem;
    }

    footer .social-icons li a svg {
        height: 40px;
    }

    footer .social-icons li span.icon-social-twitter svg {
        height: 35px;
    }

    .main_body_size,
    .middle_content,
    #sidebar_content {
        display: block;
        width: 100%;
    }

    #sidebar_content {
        border-top: solid 1rem var(--default-grey);
        margin-top: 4rem;
        padding-left: 0;
        padding-top: 4rem;
    }

    #main_section .inside_nav_container {
        display: block;
    }

    #inside_nav_toggle {
        align-items: center;
        background-color: rgb(var(--primary-color-1-rgb));
        color: var(--white);
        display: flex;
        font-family: 'Manrope', sans-serif;
        font-size: 1.15rem;
        font-weight: 800;
        justify-content: center;
        letter-spacing: 0.1em;
        padding: 0.5rem 0;
        text-transform: uppercase;
        width: 100%;
    }

    #inside_nav_toggle .button_icon {
        display: inline-block;
        margin-left: 1rem;
    }

    #inside_nav_toggle svg {
        height: 10px;
        transition: all .3s ease 0s;
        width: auto;
    }

    #inside_nav_toggle.active svg {
        transform: rotate(180deg);
    }

    #inside_nav_toggle svg,
    #inside_nav_toggle svg * {
        fill: var(--white) !important;
    }

    #inside_nav {
        display: none;
    }

    #inside_nav ul {
        display: block;
    }

    #sidebar_content .inside_nav_container {
        display: none;
    }

    blockquote,
    blockquote.float_right {
        clear: both;
        float: none;
        margin: 2rem 0;
        width: 100%;
    }

    .homepage_section {
        padding: 3rem 0;
        position: relative;
    }

    #section1_anchor {
        top: -110px;
    }

    #hero_logo {
        display: none;
    }

    .hero_slideshow_container {
        padding: 0;
    }

    .slide_overlay_padding {
        padding: 1.5rem;
    }

    .slide_overlay {
        background-color: var(--white);
        margin-top: 0;
        width: 100%;
    }

    .hero_links_bar {
        bottom: auto;
        left: auto;
        position: relative;
        transform: none;
    }

    h2.hero_title {
        font-size: 1.75rem;
    }

    p.hero_caption {
        font-size: 1.15rem;
    }

    #hero_nav {
        margin-top: 1rem;
    }

    .hero_caption_slidehshow {
        max-width: 92%;
        padding: 0;
        width: 100%;
    }

    #hero_logo + .hero_caption_slidehshow {
        margin-top: 0;
    }

    .hero_caption_slidehshow .home_button {
        border: none;
        font-size: 1rem;
        height: auto;
        margin: 15px 0 0 0;
        padding: 0;
    }

    .hero_image_slideshow {
        height: 400px !important;
        position: relative !important;
    }

    .down_button_container {
        bottom: auto;
        top: 250px;
    }

    #hero_section.alt_hero .hero_image_slideshow {
        order: 1;
        width: 100%;
    }

    #hero_section.alt_hero .slide_overlay {
        order: 2;
        width: 100%;
    }

    #hero_section.alt_hero .hero_slideshow_container {
        display: block;
    }

    .stories_container {
        flex-direction: column;
    }

    .left_stories_column,
    .right_stories_container {
        width: 100%;
    }

    .left_stories_column {
        padding-right: 0;
    }

    .right_stories_container {
        border-left: 0;
        padding-left: 0;
    }

    .left_stories_column + .right_stories_container {
        border-left: 0;
        padding-top: 2rem;
    }

    .left_stories_column .stories_view_all {
        display: none;
    }

    .stories_view_all.mobile_only {
        display: block;
        margin: 3rem 0;
        text-align: center;
    }

    .pathways_container,
    #landing-social-feed .landing-feed ul,
    .facebook_cols {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
    }

    .pathway_item,
    #landing-social-feed .landing-feed ul li {
        height: 500px;
        margin: 0 0 20px;
        width: 500px;
    }

    h4.pathway_title {
        font-size: 1.75rem;
    }

    .pathway_item .hover_content p,
    #landing-social-feed .landing-feed ul li .text p {
        line-height: 150%;
    }

    .pathway_item .hover_content,
    #landing-social-feed .landing-feed ul li .text {
        padding: 1rem 15%;
        width: 70%;
    }

    .facebook_cols .landing-feed {
        margin: 1rem 0;
    }

    .footer_top .cesa_logo {
        display: none;
    }

    .cesa_logo.mobile {
        margin: 0 auto;
        order: 5;
    }

    .back_to_top_container {
        margin-top: 2rem;
    }

    .footer_policies {
        margin: 1rem auto;
        text-align: center;
    }

    .footer_links,
    .footer-credit {
        margin-top: 0;
    }

    .footer_right_col {
        width: 100%;
    }

    footer .footer_right_col .social-icons {
        justify-content: center;
    }

    #banner.has_banner {
        margin-bottom: 0;
    }

    main.inside.w-left #main_section {
        padding-top: 80px
    }

    #banner.no-banner {
        padding: 2rem 0;
    }

    main.inside.w-left #banner.no-banner {
        padding-bottom: 0;
    }
}

@media all and (max-width: 960px) {

    h1 {
        font-size: 2rem;
    }

    .footer_wrapper > .flex {
        align-items: center;
        flex-direction: column;
    }

    .footer_left_col,
    .footer_top .footer_right_col {
        text-align: center;
        width: 100%;
    }

    .footer_top .footer_right_col {
        border-left: none;
        padding-left: 0;
        padding-top: 3rem;
    }

    .contact_left_col {
        margin-right: 0;
    }

    .contact_row {
        display: block;
        text-align: center;
    }

    .footer_contact_info {
        justify-content: center;
        text-align: center;
    }

    footer address,
    .contact_info,
    h3.contact_title {
        width: 100%;
    }

    .back_to_top_container {
        justify-content: center;
    }

    .cesa_logo {
        margin: 2rem auto 0 auto;
    }

    .footer_top .footer-credit {
        display:none;
    }

    .footer_bottom {
        align-items: center;
        flex-direction: column;
    }

    .district_logo > a.flex {
        justify-content: center;
    }

    .district_logo {
        margin-bottom: 2rem;
    }
}

@media all and (max-width: 680px) {
    h1 {
        font-size: 1.8rem;
    }

    #nav_panel {
        max-width: 100%;
        padding-top: 0 !important;
    }

    #nav_panel .nav_panel_toggle {
        position: relative;
        top: 0;
        transform: none;
    }

    .banner_img {
        height: 300px;
    }

    .pageTitle.has_banner {
        bottom: auto;
        left: auto;
        max-width: 100%;
        position: relative;
        width: 100%;
    }

    h2.hero_title {
        font-size: 1.25rem;
    }

    p.hero_caption {
        font-size: 0.9rem;
    }

    .right_stories_container.quad_view {
        flex-direction: column;
    }

    .story_col {
        width: 100%;
    }

    .story_col:first-child {
        padding-right: 0;
    }

    .story_col + .story_col {
        border-left: none;
        padding-left: 0;
        padding-top: 2rem;
    }

    .right_stories_container.quad_view .featured_story_item .announce_img_container {
        height: 250px;
    }

    .pathway_item,
    #landing-social-feed .landing-feed ul li {
        width: 400px;
        height: 400px;
    }

    h4.pathway_title {
        font-size: 1.5rem;
    }

    .pathway_item .hover_content p,
    #landing-social-feed .landing-feed ul li .text p {
        line-height: 135%;
    }

    .detail_links tr[aria-label="Item Details"] > td {
        display: block;
        text-align: center;
    }

    .detail_links tr[aria-label="Item Details"] > td + td {
        padding-left: 0 !important;
        padding-top: 2rem !important;
    }

    .hero_image_slideshow {
        height: 200px !important;
        position: relative !important;
    }

    .down_button_container {
        top: 125px;
    }

    .down_button_container .button_icon {
        height: 40px;
        width: 40px;
    }

    .down_button_container svg {
        height: 10px;
        margin-top: 4px;
    }

    .down_button_container::after {
        height: 50px;
        width: 50px;
    }

    .down_button_container::before {
        height: 60px;
        width: 60px;
    }
}

@media all and (max-width: 480px) {
    .school_nav ul {
        width: 100%;
    }

    .right_stories_container.quad_view .featured_story_item .announce_img_container {
        height: 200px;
    }
} 