@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700&display=swap');

:root {
    --black: var(--black);
    --mid-gray: rgb(120,120,120);
    --white: rgb(255,255,255);
    --default-font-family: 'Nunito Sans', sans-serif;
    --default-gray: rgb(70,70,70);
    --search-cta-height: 123px;
    --foodmenu-default-color: rgb(var(--primary-color-1-rgb)) !important;
    --foodmenu-second-color: rgb(70,70,70) !important;
}

html,
body {
    font-size: 112.5%;
    width: 100%;
}

html.open_nav,
body.open_nav {
    overflow: hidden;
}

body {
    background: var(--white);
    color: rgb(var(--default-text-rgb));
    font-family: var(--default-font-family);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 166%;
    margin: 0;
    min-width: 100%;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    -webkit-text-size-adjust: none;
}

input,
textarea,
select,
#google_translate_element {
    border-radius: 0;
    font-family: var(--default-font-family);
    font-size: 1rem;
    line-height: 166%;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
}

table,
td,
tr {
    color: rgb(var(--default-text-rgb));
    font-family: var(--default-font-family);
    font-size: 1rem;
    line-height: 166%;
}

img,
.figure,
figure {
    border: none;
    height: auto;
    max-width: 100%;
}

svg {
    height: 40px;
    width: auto;
}

.app_qr_container svg {
    height: 120px;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--default-font-family);
    transition: all .3s ease 0s;
}

button .button_icon {
    display: inline-block;
    line-height: 100%;
    padding-left: 5px;
    vertical-align: middle;
}

button .button_icon.hover {
    display: none;
}

button.active .button_icon.ready {
    display: none;
}

button.active .button_icon.hover {
    display: inline-block;
}

.cf {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
}

input {
    border-radius: 0;
    -webkit-border-radius: 0;
}

input:focus::placeholder {
    color: transparent !important;
}

a,
a:link,
a:visited,
a:active {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

.detail_padding a:not(.button) {
    color: rgb(var(--primary-color-1-rgb));
    text-decoration: underline;
    transition: color .3s ease 0s;
}

.detail_padding a:not(.button):hover,
.detail_padding a:not(.button):focus {
    color: var(--black);
}

.detail_padding a:not(.button):focus {
    outline: 2px solid var(--black);
}

.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 {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: 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);
}

tabbing:-moz-focusring {
    border-left: 0.1em solid rgb(var(--primary-color-2-rgb)) !important;
    outline: 0;
}

.tabbing:focus {
    border-left: 0.1em solid rgb(var(--primary-color-2-rgb)) !important;
}

#SkipMain:active ~ header,
#SkipMain:focus ~ header,
#SkipMain:focus-within ~ header {
    top: 60px;
}

#SkipMain:active ~ main,
#SkipMain:focus ~ main,
#SkipMain:focus-within ~ main {
    padding-top: 60px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1735px;
    width: 90%;
}

.flex {
    display: flex;
}

.justify_space_between {
    justify-content: space-between;
}

.justify_center {
    justify-content: center;
}

.align_center {
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--default-font-family);
}

h2,
h4 {
    color: rgb(var(--primary-color-1-rgb));
}

h1 {
    font-size: 3.11rem;
    font-weight: 300;
    letter-spacing: -0.01em;
}

h2 {
    font-size: 2.33rem;
    font-weight: 400;
    line-height: 124%;
}

h3 {
    color: var(--default-gray);
    font-size: 1.55rem;
    line-height: 135%;
    letter-spacing: 0.025em;
    font-weight: 700;
}

h4 {
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 135%;
}

h5,
h6 {
    font-size: 1.16rem;
    font-weight: 700;
    line-height: 133.333%;
}

h5 {
    color: rgb(var(--default-text-rgb));
    letter-spacing: 0.025em;
}

h6 {
    color: var(--default-gray);
}

.main_body_size ol,
.main_body_size ul {
    display: block;
    margin: 0 0 1em;
    overflow: hidden;
}

hr {
    background: var(--default-gray);
    border: 0;
    height: 2px;
    line-height: 1rem;
    margin: 1rem 0 1.6rem;
}

main {
    padding-top: 0;
    position: relative;
    transition: all .3s ease 0s;
}

.mobile {
    display: none;
}

blockquote {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: solid 10px rgb(var(--primary-color-2-rgb));
    border-bottom: solid 10px rgb(var(--primary-color-2-rgb));
    padding: 2rem 12%;
    margin: 2rem 0;
    font-family: var(--default-font-family);
}

blockquote * {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left !important;

    &:not(em,strong) {
        color: rgb(var(--primary-color-1-rgb));
        font-size: 1.555555555555556rem;
        font-weight: 700;
        line-height: 136%;
    }
}

blockquote em,
blockquote strong {
    color: var(--black);
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}

blockquote strong {
    font-weight: 700;
}

.toolheading_container {
	position: relative;
}

.middle_content h3.tool_heading {
    background-color: var(--white);
    color: rgb( var(--primary-color-1-rgb));
    display: inline-block;
    letter-spacing: 0;
    padding: 1rem 2rem;
    position: relative;
    z-index: 3;
}

.middle_content h3.tool_heading:after {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}

.middle_content .toolheading_container:before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    z-index: 1;
}

.right_per_detail h3.tool_heading {
    background-color: rgb(var(--primary-color-1-rgb));
    color: rgb(var(--color-1-overlay-rgb));
    font-size: 1.555555555555556rem;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    position: relative;
    z-index: 2;
}

.right_per_detail .toolheading_container:before {
    border: solid 2px rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -0.75rem;
    top: -0.75rem;
    width: 100%;
    z-index: 1;
}

.button {
    align-items: center;
    border-bottom: solid 2px rgb(var(--primary-color-2-rgb));
    border-top: solid 2px rgb(var(--primary-color-2-rgb));
    box-sizing: border-box;
    color: rgb(var(--primary-color-1-rgb));
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    position: relative;
    transition: all .3s ease 0s;
    text-transform: uppercase;
    white-space: nowrap;
}

.button .button_icon {
    display: inline-block;
    line-height: 100%;
    padding-left: 5px;
    vertical-align: middle;
}

.button:before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: calc(100% - 1rem);
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
}

.button:after {
    background-color: rgb(var(--primary-color-2-rgb));
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% - 1rem);
    left: 0;
    position: absolute;
    width: 2px;
}

.button.light_button {
    color: var(--white);
}

.button.light_button:hover {
    background-color: rgb(var(--primary-color-2-rgb));
    color: rgb(var(--color-2-overlay-rgb));
}

.button:hover {
    background-color: rgb(var(--primary-color-2-rgb));
    color: rgb(var(--color-2-overlay-rgb));
}

header {
    background-color: var(--white);
    left: 0;
    line-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 989;
}

.header_left {
    max-width: 680px;
    width: 35vw;
}

.header_right {
    position: relative;
    width: 65vw;
}

.header_right .header_row.top_row {
    align-items: center;
    background-color: rgba(var(--primary-color-2-rgb),0.1);
    height: 40%;
    justify-content: right;
}

.header_right .header_row.top_row > div,
.header_right .header_row.top_row > div > button {
    align-items: center;
    display: flex;
    height: 100%;
}

.header_right #nav_bar {
    align-items: center;
    display: flex;
    height: 59%;
    justify-content: right;
}


.header_fixed_container > div,
.header_fixed_container > div > button {
    align-items: center;
    display: flex;
    height: 100%;
}

.header_right .header_row.top_row > div + div,
.header_fixed_container > div + div {
    margin-left: 2vw;
}

.header_right .header_row.top_row > div > button,
.header_fixed_container button {
    color: rgb(var(--default-text-rgb));
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%;
    white-space: nowrap;
}

#logo {
    background-color: rgb(var(--primary-color-1-rgb));
    padding: 1rem;
}

#logo.color_logo {
    background-color: var(--white);
}

#logo img {
    display: block;
    height: 110px;
    width: auto;
}

.header_util_links_list {
    align-items: center;
    background: var(--white);
    box-shadow: inset 0 3px 10px rgba(0,0,0,0.15);
    box-sizing: border-box;
    display: flex;
    height: 60%;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 40%;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.header_util_links_list.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

li.utility_item a {
    align-items: center;
    color: rgb(var(--primary-color-1-rgb));
    display: flex;
    font-size: 1rem;
    justify-content: center;
}

li.utility_item a span.utility_link_icon {
    display: inline-block;
    padding-right: 10px;
}

li.utility_item a svg {
    font-size: 0;
    display: inline-block;
    height: auto;
    line-height: 100%;
    max-height: 38px;
    vertical-align: middle;
    width: 26px;
}

li.utility_item a svg,
li.utility_item a svg * {
    fill: rgb(var(--primary-color-2-rgb)) !important;
}

.translate-modal {
    align-items: center;
    background-color: rgb(var(--primary-color-1-rgb));
    display: flex;
    flex-direction: column;
    height: 250px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -300px;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 100%;
}

.translate-modal .translate_toggle {
    background-color: rgb(var(--primary-color-1-rgb));
    border: 2px solid var(--white);
    color: var(--white);
    font-size: 32px;
    right: 1rem;
    padding: 2px 7px;
    position: absolute;
    top: 8px;
    transition: all .3s ease 0s;
}

.translate-modal .translate_toggle:active,
.translate-modal .translate_toggle:focus,
.translate-modal .translate_toggle:hover {
    background-color: rgb(var(--primary-color-1-rgb));
    border: 2px solid rgb(var(--primary-color-2-rgb));
    color: rgb(var(--primary-color-2-rgb));
}

.translate-modal.active {
    top: 0;
    visibility: visible;
    z-index: 999;
}

.goog-te-gadget-simple {
    align-items: center;
    border: none;
    display: flex !important;
    padding: .5rem;
}
.translate-modal h5 {
    color: var(--white);
    font-family: var(--default-font-family);
    font-size: 1.166666666666667rem;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center;
}

.search-modal {
    align-items: center;
    background-color: rgb(var(--primary-color-1-rgb));
    display: flex;
    height: 250px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -300px;
    transition: all 0.2s;
    visibility: hidden;
    width: 100%;
}

.search-modal.active {
    top: 0;
    visibility: visible;
    z-index: 999;
}

.search-modal .search_toggle {
    color: white;
    font-size: 32px;
    position: absolute;
    right: 1rem;
    transition: all .3s ease 0s;
    top: 1rem;
}

.search-modal .search_toggle:active,
.search-modal .search_toggle:focus,
.search-modal .search_toggle:hover {
    color: rgba(255,255,255,.75);
}

button.schools_dropdown_link {
    align-items: center;
    background-color: rgb(var(--primary-color-2-rgb));
    color: rgb(var(--color-2-overlay-rgb));
    display: flex;
    height: 100%;
    padding: 0 1rem;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

#schools_menu_container {
    background-color: var(--black);
}

button.schools_dropdown_link:hover {
    background-color: rgba(var(--primary-color-2-rgb),0.85);
}

.schools_dropdown_container {
    background-color: rgb(var(--primary-color-1-rgb));
    box-sizing: border-box;
    padding: 2rem;
    position: absolute;
    right: -371px;
    top: 0;
    transition: all 0.2s;
    visibility: hidden;
    width: 370px;
}

.schools_dropdown_container.active {
    right: 0;
    visibility: visible;
    z-index: 999;
}

.schools_dropdown_container .schools_dropdown_link {
    background: none;
    display: block;
    height: auto;
    padding: 2rem;
    position: absolute;
    right: 0;
    top: 0;
}

.schools_dropdown_container .schools_dropdown_link svg,
.schools_dropdown_container .schools_dropdown_link svg * {
    fill: rgb(var(--color-1-overlay-rgb)) !important;
}

h2.schools_dropdown_title {
    color: rgb(var(--color-1-overlay-rgb));
    margin-bottom: 1rem;
    max-width: calc( 100% - 4rem - 28px);
}

h2.schools_dropdown_title::after {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: 2px;
    margin-top: 1.5rem;
    width: 2.5rem;
}

#schools_dropdown_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#schools_dropdown_list li {
    border-bottom: solid 2px rgb(var(--color-1-overlay-rgb));
    padding: 1rem 0;
}

#schools_dropdown_list li:last-child {
    border-bottom: none;
}

#schools_dropdown_list li a {
    color: rgb(var(--color-1-overlay-rgb));
    font-size: 1rem;
    font-weight: 400;
}

.main_nav,
.schoolMenu,
.main_nav > ul,
.main_nav > ul > li,
.main_nav > ul > li > span {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: right;
}

.main_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main_nav {
    width: 100%;
}

.main_nav > ul {
    justify-content: space-around;
    width: 100%;
}

.top_level_link {
    align-items: center;
    display: flex;
    height: 100%;
    vertical-align: middle;
}

a.categoryLevel {
    align-items: center;
    color: rbg(var(--primary-color-1-rgb));
    display: flex;
    font-size: 1rem;
    height: 100%;
    letter-spacing: -0.01em;
    text-align: center;
    width: max-content;
}

.top_level_icon {
    color: rbg(var(--primary-color-1-rgb));
    display: flex;
    font-weight: 700;
    line-height: 100%;
    padding-left: 4px;
    vertical-align: middle;
}

.top_level_icon .hover {
    display: none;
}

.nav_lists {
    display: flex;
    margin: 0 auto;
    width: calc(100% - 120px);
}

.header_row.hidden-menu {
    visibility: hidden !important;
}

.main_nav .sub_nav_container ul.level1 {
    display: flex;
}

.main_nav .sub_nav_container ul.level1 > li {
    padding: 0 3%;
}

.main_nav .sub_nav_container a.level1 {
    display: inline-block;
    color: rgb(var(--primary-color-1-rgb));
    font-size: 2.33rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 100%;
    margin-bottom: 1rem;
}

.main_nav .sub_nav_container a.level1::after {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: 2px;
    margin-top: .5rem;
    width: 4rem;
}

.main_nav.single-dropdown .sub_nav_container a.level1::after {
    background-color: rgb(0,0,0,0);
    transition: all .3s ease 0s;
}

.main_nav .sub_nav_container a.level1:hover::after {
    background-color: rgb(var(--primary-color-2-rgb));
}

.main_nav .sub_nav_container ul.level2 li {
    padding: 1rem;
}

.main_nav .sub_nav_container ul.level2 li.level2 {
    border-bottom: solid thin var(--default-gray);
    padding: 8px 5px 8px 0;
}

.main_nav .sub_nav_container ul.level2 li a,
.sub_nav_container ul.level1 > li > span > a {
    font-size: 1.16rem;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.main_nav .sub_nav_container ul.level2 li a:hover,
.main_nav .sub_nav_container ul.level2 li a.active,
.main_nav .sub_nav_container ul.level2 li span a:hover,
.main_nav .sub_nav_container ul.level2 li span a.active {
    color: rgb(var(--primary-color-1-rgb));
    font-weight: 700;
}

.level1Line {
    display: none !important;
}

.header_district_link {
    align-items: center;
    background-color: var(--black);
    display: flex;
    justify-content: center;
}

.header_district_link a {
    align-items: center;
    background-color: rgb(var(--primary-color-1-rgb));
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    transition: all .3s ease 0s;
    width: 100%;
}

.header_district_link a:hover {
    background-color: rgba(var(--primary-color-1-rgb),0.85);
}

.header_district_link span {
    color: rgb(var(--color-1-overlay-rgb));
    display: inline-block;
    font-size: 0.8888888888888889rem;
    letter-spacing: -0.01em;
    line-height: 112.5%;
    text-align: center;
}

#nav_panel {
    background-color: var(--white);
    height: 100vh;
    position: absolute;
    right: -100vw;
    top: 0;
    transition: all 0.2s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

#nav_panel.active {
    right: 0;
    transform: none;
    visibility: visible;
}

.nav_panel_padding {
    box-sizing: border-box;
    max-height: calc(100vh - 80px);
    overflow: auto;
    padding-bottom: 4rem;
}

.nav_panel_row {
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    width: 150px;
}

.nav_panel_icons_list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.nav_panel_icon_item a {
    align-items: center;
    background-color: rgb(var(--primary-color-1-rgb));
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 5px;
    padding: 10px 5px;
    position: relative;
    width: 100px;
}

.nav_panel_icon_item a::before {
    background-color: rgba(0,0,0,0.25);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 1;
}

.nav_panel_icon_item a:hover::before {
    opacity: 1;
}

.nav_panel_icon_item span {
    display: block;
    position: relative;
    z-index: 2;
}

.nav_panel_icon_item svg,
.nav_panel_icon_item svg * {
    fill: rgb(var(--color-1-overlay-rgb)) !important;
}

.nav_panel_icon_item span.nav_panel_icon_text {
    color: var(--white);
    display: block;
    font-size: 0.8888888888888889rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 10px 10px 0;
    text-align: center;
}

.nav_panel_icon_item span.nav_panel_icon {
    font-size: 0;
    line-height: 100%;
}

.search_container {
    width: 100%;
}

.search_toggle i {
    padding-left: 5px;
}

.searchForm {
    align-items: center;
    border: 2px solid rgb(var(--primary-color-2-rgb));
    box-sizing: border-box;
    display: flex;
    height: var(--search-cta-height);
    justify-content: center;
    padding: 0 1rem;
}

.searchForm input,
#google_translate_element {
    border: none;
}

#translate.modal-element {
    border: 2px solid rgb(var(--primary-color-2-rgb));
    padding: 1rem .85rem;
}

.searchForm input.search_field,
#google_translate_element,
#google_translate_element a {
    box-sizing: border-box;
    color: rgb(var(--default-text-rgb));
    display: flex;
    font-size: 1.16rem;
    height: calc(100% - 2rem);
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
}

#google_translate_element a {
    border: 2px solid transparent;
    font-size: 1rem;
    font-weight: normal;
    transition: all .3s ease 0s;
}

#google_translate_element a:active,
#google_translate_element a:focus,
#google_translate_element a:hover {
    border: 2px solid var(--black);
}

#google_translate_element a span:last-child {
    color: var(--black) !important;
}

.searchForm button.search-button {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 0 0 1rem;
    width: 120px;
}

.searchForm button.search-button {
    color: var(--white);
    transition: all .3s ease 0s;
}

.searchForm button.search-button:active,
.searchForm button.search-button:focus,
.searchForm button.search-button:hover {
    color: rgba(255,255,255, .75);
}

.searchForm button.search-button i {
    margin-right: 5px;
}

.search_container + .nav_panel_icons_container {
    margin-left: 2vw;
}

footer {
    position: relative;
}

.footer_top {
    background-color: rgb(var(--primary-color-1-rgb));
    color: rgb(var(--color-1-overlay-rgb));
    padding: 3rem 0;
}

.footer_top > .flex {
    box-sizing: border-box;
    padding-right: 5rem;
    position: relative;
}

.footer_col + .footer_col {
    padding-left: 4vw;
}

#app_column {
    max-width: 335px;
}

.footer_col.school_info .inner_footer_col {
    min-width: 200px;
}

#footer_logo {
    margin-right: 1.5rem;
    max-width: 212px;
    min-width: 100px;
}

#footer_logo img {
    display: block;
    height: auto;
    width: 100%;
}

.footer_name h2 {
    color: rgb(var(--color-1-overlay-rgb));
    font-size: 1rem;
    font-weight: 700;
    line-height: 117%;
}

.footer_top address {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 117%;
}

.address_line {
    display: block;
}

.contact_row {
    display: block;
    font-size: 1rem;
    line-height: 117%;
}

.footer_name {
    padding-bottom: 10px;
}

.address_line + .contact_row,
.contact_row + .contact_row {
    padding-top: 10px;
}

.footer_bottom {
    background-color: rgb(var(--primary-color-1-rgb));
    color: rgb(var(--color-1-overlay-rgb));
    padding: 0.5rem 0;
    position: relative;
}

.footer_bottom:before {
    background-color: rgba(0,0,0,0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.footer_bottom > .wrapper {
    position: relative;
    z-index: 2;
}

.footer_bottom_left,
.footer_policy_links_container,
.footer_bottom_right {
    align-items: center;
    display: flex;
}

.footer_bottom_right svg {
    display: block;
}

h3.footer_col_title {
    color: rgb(var(--color-1-overlay-rgb));
    letter-spacing: -0.01em;
    line-height: 100%;
    margin-bottom: 1rem;
    padding-left: 1rem;
    position: relative;
}

h3.footer_col_title:before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

footer .social_icons_list li svg,
footer .social_icons_list li svg * {
    fill: rgb(var(--color-1-overlay-rgb)) !important;
}

.footer_social_icons {
    margin-top: 2rem;
}

.school_hours_container {
    display: flex;
    flex-flow: wrap;
}

.school_hours_block {
    box-sizing: border-box;
    flex-basis: 50%;
    padding: 5px;
}

.school_hours_block > * {
    display: block;
    font-size: 1rem;
    line-height: 117%;
}

.school_hours_block:nth-child(3),
.school_hours_block:nth-child(4),
.school_hours_block:nth-child(5),
.school_hours_block:nth-child(6) {
    margin-top: 1rem;
}

#footer_school_hours_col + .footer_buttons_container {
    margin-top: 2rem;
}

.footer_button {
    margin: 5px 15px 5px 0;
}

.download_app_title {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}

.download_app_title .title_icon {
    display: block;
    font-size: 1.5em;
    line-height: 100%;
    margin-left: 10px;
}

.download_app_title .title_icon svg {
    display: block;
}

.download_app_title h3.footer_col_title {
    margin-bottom: 0;
}

.download_app_intro p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 117%;
    margin: 0;
    padding: 0.5rem 0;
}

.back_top_top_container {
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(90deg) translateX(43px) translateY(-50px);
    transform-origin: bottom;
}

#back_to_top {
    align-items: center;
    color: rgb(var(--color-1-overlay-rgb));
    cursor: pointer;
    display: flex;
}

#back_to_top .button_text {
    display: block;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    white-space: nowrap;
}

#back_to_top .button_icon {
    font-size: 0;
    padding-left: 0;
    padding-right: 10px;
}

.app_qr_container,
.app_badges_container {
    margin: 10px;
    max-width: 50%;
}

.policy_link_container a {
    color: rgb(var(--color-1-overlay-rgb));
    font-size: 1rem;
    transition: all .3s ease 0s;
}

.policy_link_container a:hover {
    text-decoration: underline;
}

.footer_policy_links_container .list_divider {
    display: block;
    margin: 0 1rem;
}

.footer_policy_links_container + .copyright_container {
    margin-left: 1rem;
}

p.copyright {
    color: rgb(var(--color-1-overlay-rgb));
    font-size: 1rem;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.footer_bottom_right,
.footer_bottom_right a {
    font-size: 0;
    line-height: 100%;
}

.footer_bottom_right svg {
    display: block;
    height: 31px;
    width: auto;
}

#sidebar_content {
    display: none;
}

#sidebar_content.display {
    display: inline-block;
}

#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 {
    display: inline-block;
    padding: 0 !important;
    width: 100%;
}

#sidebar_content .detail_quicklinks select {
    float: left;
    height: auto !important;
    font-size: 1.1em;
}

#sidebar_content .detail_quicklinks input[type="submit"] {
    font-size: 1.1em;
    height: auto !important;
    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 {
    display: inline-block;
    width: 100%;
}

#sidebar_content .right_per_detail ul li.upcoming_events_slide li {
    display: inline-block;
    width: 100%;
}

#sidebar_content .dateBox {
    font-family: var(--default-font-family);
    font-size: 1em;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0.25em 0;
    width: 100%;
}

#sidebar_content .upcoming_events_time {
    float: left;
    font-family: var(--default-font-family);
    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: var(--default-font-family);
}

#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 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: var(--default-font-family);
    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 {
    text-decoration: none;
}

#sidebar_content .detail_announcements2r a {
    text-decoration: none;
}

#sidebar_content .detail_announcements2r a:hover {
    text-decoration: underline;
}

#sidebar_content .detail_announcements2r ul {
    padding-left: 0;
}

#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-rgb));
    font-family: var(--default-font-family);
    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 {
    width: auto !important;
}

.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: var(--default-font-family);
    font-size: 1.3em;
    font-weight: 700;
    padding: 0;
    text-transform: capitalize;
}

.minical_wrapper .header2bg .header2text {
    color: var(--black);
    font-family: var(--default-font-family);
    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-rgb));
    height: 2em;
    padding: 0px 0 0px;
    width: 2.5em;
}

.minical_wrapper .alternatebg2 {
    color: rgb(var(--default-text-rgb));
    height: 30px;
    padding: 0;
    width: 2.5em;
}

.minical_wrapper td.headerbg {
    color: rgb(var(--default-text-rgb));
    height: 2em;
    padding: 0;
    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: var(--default-font-family);
    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: var(--default-font-family);
    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: 2rem 0;
}

.detail_padding a:not(.button) {
    font-weight: 700;
}

.detail_textgraphic .figure img {
    border: 1px solid var(--black);
    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: var(--default-font-family);
    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 var(--black);
}

.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: var(--default-font-family);
    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: var(--white);
}

.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 {
    color: var(--white);
    font-family: var(--default-font-family);
    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: var(--default-font-family);
    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: var(--default-font-family);
    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: var(--default-font-family);
    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;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
}

.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: var(--default-font-family);
    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: var(--black);
    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: 4rem 0;
}

.middle_content {
    display: inline-block;
    width: 100%;
}

.middle_when_right_side_bar.middle_content,
.w-nav .middle_content {
    width: calc(100% - 4vw - 380px) !important;
}

#sidebar_content {
    display: inline-block;
    margin-left: 4vw;
    width: 380px;
}

.main_body_size {
    max-width: 100% !important;
    width: 100%;
}

#banner {
    position: relative;
}

#banner.no-banner {
    padding: 5.2vw 0 2rem 0;
}

.banner_image_container {
    position: relative;
    z-index: 1;
}

.banner_img {
    display: block;
    height: 26.25vw;
    overflow: hidden;
    width: 100%;
}

.banner_img img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pageTitle.has_banner {
    background-color: rgb(var(--primary-color-1-rgb));
    bottom: 0;
    left: 0;
    padding: 2rem 5vw;
    position: absolute;
    z-index: 2;
}

.pageTitle.has_banner h1#pageTitle {
    color: rgb(var(--color-1-overlay-rgb));
}

.pageTitle.no_banner {
    position: relative;
}

.pageTitle.no_banner:before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    z-index: 1;
}

.pageTitle.no_banner h1#pageTitle {
    background-color: var(--white);
    border-bottom: solid 2px rgb(var(--primary-color-2-rgb));
    border-top: solid 2px rgb(var(--primary-color-2-rgb));
    box-sizing: border-box;
    display: inline-block;
    line-height: 150%;
    padding: 0.5rem 2rem;
    position: relative;
    z-index: 2;
}

.pageTitle.no_banner h1#pageTitle:before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    display: block;
    height: calc(100% - 2rem);
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
}

.pageTitle.no_banner h1#pageTitle:after {
    display: block;
    content: "";
    background-color: rgb(var(--primary-color-2-rgb));
    bottom: 0;
    height: calc(100% - 2rem);
    left: 0;
    position: absolute;
    width: 2px;
}

#main_section .button {
    background-color: rgba(var(--primary-color-2-rgb),0.1);
    border-bottom: none;
    border-top: none;
    padding: 1.5rem;
    position: relative;
    transition: all .3s ease 0s;
}

#main_section .button:after {
    background-color: rgb(var(--primary-color-2-rgb));
    bottom: 0;
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .3s ease 0s;
    width: calc( 100% - 1.5rem);
}

#main_section .button:before {
    display: none;
}

#main_section .button:hover {
    background-color: rgb(var(--primary-color-1-rgb));
    color: rgb(var(--color-1-overlay-rgb));
}

#main_section .button:hover:after {
    background-color: rgb(var(--color-1-overlay-rgb));
}

#main_section .right_content .button {
    margin: 1rem 0;
    width: 100%;
}

.right_hr_top {
    display: none;
}

.inside_nav_container {
    margin-bottom: 3rem;
}

.inside_nav_toggle {
    align-items: center;
    background-color: rgb(var(--primary-color-1-rgb));
    box-sizing: border-box;
    color: rgb(var(--color-1-overlay-rgb));
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    justify-content: space-between;
    line-height: 1.7rem;
    padding: 1.5rem;
    width: 100%;
}

.inside_nav_toggle span.button_icon {
    display: block;
    font-size: 0;
    line-height: 100%;
    transform: rotateX(180deg);
    transform-origin: center;
    transition: all .3s ease 0s;
}

.inside_nav_toggle span.button_icon svg {
    display: block;
    height: 20px;
    width: auto;
}

.inside_nav_toggle span.button_icon svg,
.inside_nav_toggle span.button_icon svg * {
    fill: rgb(var(--color-1-overlay-rgb)) !important;
}

.inside_nav_toggle.active span.button_icon {
    transform: none;
}

#inside_nav {
    display: none;
}

#menu {
    background-color: rgba(var(--primary-color-2-rgb),0.1);
    display: block;
    float: none;
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    margin: 0;
    padding: 0;
}

#menu ul li a {
    display: block;
    font-size: 1.16rem;
    padding: 0.5rem 1.5rem;
}

#inside_nav.active {
    display: block;
}

#inside_nav.active #menu {
    display: block !important;
    visibility: visible !important;
}

#menu a.level_1_link,
#menu a.level_2_link {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .3s ease 0s;
}

#menu a.level_2_link {
    padding-left: 2.5rem;
}

#menu a.level_1_link:before,
#menu a.level_2_link:before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s;
    width: 5px;
}

#menu a.level_1_link:hover,
#menu a.level_2_link:hover {
    background-color: var(--white);
}

#menu a.level_1_link:hover:before,
#menu a.level_2_link:hover:before {
    opacity: 1;
}

#menu a.level_1_link .link_icon,
#menu a.level_2_link .link_icon {
    opacity: 0;
    transition: all .3s ease 0s;
}

#menu a.level_1_link:hover .link_icon,
#menu a.level_2_link:hover .link_icon {
    opacity: 1;
}

#menu a.level_1_link .link_icon svg,
#menu a.level_2_link .link_icon svg {
    height: 21px;
    width: auto;
}

#menu a #arrow_leg {
    fill: rgb(var(--primary-color-1-rgb)) !important;
}

#menu a #arrow_head {
    stroke: rgb(var(--primary-color-1-rgb)) !important;
}

#menu ul.children_for_1 a {
    font-weight: 400;
    transition: all .3s ease 0s;
}

#menu ul.children_for_1 {
    background-color: var(--white);
    padding: 7px 0;
    position: relative;
}

#menu ul.children_for_1:before {
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#menu ul.children_for_1:after {
    background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    content: "";
    bottom: 0;
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}

#menu ul.children_for_1 li {
    padding-left: 2rem;
}

#menu ul.children_for_1 li a {
    color: rgba(0,0,0,0.8);
    font-style: italic;
}

#menu ul.children_for_1 li a:hover {
    text-decoration: underline;
}

h3.section_title {
    color: rgb(var(--primary-color-1-rgb));
    font-size: 2.33rem;
    font-weight: 400;
    line-height: 100%;
}

.mobile_button {
    display: none;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
}

.homepage_section + .homepage_section {
    padding-top: 3rem;
}

#hero {
    display: flex;
    flex-direction: column;
    position: relative;
}

.hero_slideshow_container {
    position: relative;
}

.hero_slideshow {
    position: relative;
    z-index: 1;
}

.slide_image {
    display: block !important;
    height: 32.5vw !important;
    overflow: hidden;
    width: 100%;
}

.hero_slideshow img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#hero_slideshow_nav {
    align-self: flex-end;
    display: flex;
    z-index: 3;
}

#hero_slideshow_nav button {
    margin-bottom: 8px;
}

#hero_slideshow_nav .hero_nav_icon {
    display: flex;
}

#hero_slideshow_nav .hero_nav_icon .arrow_arm * {
    fill: var(--white) !important;
}

#hero_slideshow_nav .hero_nav_icon .arrow_head *, #hero_slideshow_nav .hero_nav_icon .box * {
    stroke: var(--white) !important;
}

.hero_text_slideshow_container {
    background-color: rgb(var(--primary-color-1-rgb));
    box-sizing: border-box;
    height: 130px;
    order: 12;
    padding: 2rem 0;
}

.hero_text_slideshow .slick-autoplay-toggle-button {
    display: none;
}

.caption_slide_item > .flex {
    align-items: center;
    justify-content: space-between;
}

h2.hero_title {
    color: var(--white);
}

.hero_text_slideshow_container > .wrapper {
    max-width: 100%;
}

.hero_content_container {
    bottom: 130px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.no-captions .hero_content_container {
    bottom: 50px;
}

.no-captions .hero_slideshow_container {
    border-bottom: 50px solid rgb( var(--primary-color-1-rgb));
}

.hero_icon_list_container {
    height: 100%;
    position: relative;
    width: 100%;
}

.hero_icon_list_container::before {
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.hero_icon_list_container .wrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    padding: 2rem 1rem;
    width: 100%;
}

.hero_icons_list {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: right;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.hero_icon_item {
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    border: solid 2px var(--white);
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 8px;
    transition: all .3s ease 0s;
    width: 100px;
}

.hero_icon_item a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.hero_icon_item:hover {
    background-color: var(--black);
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

.hero_icon_item svg {
    display: block;
    height: 58px;
    max-width: 65px;
    width: auto;
}

.hero_icon_item svg,
.hero_icon_item svg * {
    fill: var(--white) !important;
}

.slide_image > .hero_play_button {
    cursor: pointer;
    font-size: 0;
    left: 5vw;
    line-height: 100%;
    position: absolute;
    top: 2rem;
    z-index: 99;
}

.play_button_icon svg {
    height: 50px;
    width: auto;
}

.play_button_icon svg,
.play_button_icon svg * {
    fill: var(--white) !important;
}

.hero_video_popup {
    background-color: var(--white);
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding: 0 1.5rem 1.5rem;
    max-width: 767px;
    width: 90%;
    z-index: 99999;
}

.hero_video_popup > p {
    padding: 0.5rem 1.5rem;
    text-align: right;
}

.hero_video_popup .video-container iframe,
.hero_video_popup .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero_video_popup .hero_play_button svg,
.hero_video_popup .hero_play_button svg * {
    fill: var(--black) !important;
}

#home_events {
    background-color: rgba(var(--primary-color-2-rgb),0.1);
}

.events_row.top {
    align-items: center;
    justify-content: space-between;
}

.events_row.top.no-title {
    padding: 1.5rem 0;
}

.events_title_container {
    background-color: rgb(var(--primary-color-2-rgb));
    padding: 2rem 5vw;
}

h3.events_section_title {
    color: rgb(var(--color-2-overlay-rgb));
    font-size: 2.333333333333333rem;
    font-weight: 400;
    line-height: 100%;
}

.event_title_arrows_box {
    align-items: center;
}

#events_carousel_nav {
    align-items: center;
    display: flex;
    padding: 0 2rem;
}

.event_nav_icon {
    line-height: 100%;
    vertical-align: middle;
}

svg .box * {
    stroke: rgb(var(--primary-color-2-rgb)) !important;
}

svg .arrow_arm * {
    fill: rgb(var(--primary-color-1-rgb)) !important;
}

svg .arrow_head * {
    stroke: rgb(var(--primary-color-1-rgb)) !important;
}

.events_row.events_carousel_container {
    margin: 0 auto;
    max-width: 90vw;
    padding: 2rem 0;
}

.home_carousel_dots .slick-dots {
    bottom: unset;
    display: flex;
    line-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: inherit;
    width: 100%;
}

.home_carousel_dots .slick-dots li {
    margin: 0;
    width: 100%;
}

.slick-dots li button .slick-dot-icon {
    display: none;
}

.home_carousel_dots .slick-dots li button {
    background-color: var(--white);
    font-size: 0;
    height: 8px;
    transition: all .3s ease 0s;
    width: 100%;
}

.home_carousel_dots .slick-dots li.slick-active button,
.home_carousel_dots .slick-dots li:hover button {
    background-color: rgb(var(--primary-color-2-rgb));
}

.slick-autoplay-toggle-button {
    background: unset !important;
    bottom: unset !important;
    color: var(--white) !important;
    left: unset !important;
    opacity: 1 !important;
    position: relative !important;
}

.events_button_container.desktop_button {
    margin-right: 5vw;
}

.event_item.slick-active {
    border-right: solid 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.event_item.slick-active:last-child {
    border-right: none;
}

.event_content {
    padding: 0 2rem;
}

.event_content .date {
    color: rgb(var(--primary-color-1-rgb));
    font-size: 1.555555555555556rem;
    letter-spacing: -0.01em;
    line-height: 100%;
    margin-bottom: 1rem;
    padding-left: 1rem;
    position: relative;
}

.event_content .date:before {
    background-color: rgb(var(--primary-color-2-rgb));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}

h6.event_title,
h6.event_title a {
    color: rgb(var(--default-text-rgb));
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 117%;
    transition: all .3s ease 0s;
}

h6.event_title a:hover {
    color: rgb(var(--primary-color-1-rgb));
}

.event_time {
    color: rgb(var(--default-text-rgb));
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 117%;
}

#home_announcements {
    margin: 4rem 0;
}

.announce_item {
    opacity: 0.4;
    transition: all .3s ease 0s;
}

.slick-active .announce_item,
.slick-current .announce_item {
    opacity: 1;
}

.announce_dots_container {
    background-color: rgba(var(--primary-color-2-rgb),0.1);
    padding-bottom: 0;
}

.announce_row.header_row {
    box-sizing: border-box;
    padding: 0;
    position: relative;
}

.announce_row.header_row.has_arrows {
    padding-left: calc( 5vw + 140px);
}

.announce_row.header_row.has_button {
    padding-right: calc( 5vw + 250px);
}

.announce_row > .wrapper {
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

#announce_carousel_nav {
    left: 5vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.announce_row .section_title_container {
    margin: 0 auto;
}

.announce_button_container.desktop_button {
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
}

#home_announcements > div + div {
    padding-top: 3rem;
}

.announce_carousel_container {
    position: relative;
}

.announce_carousel_container:before {
    background-color: rgba(var(--primary-color-2-rgb),0.1);
    bottom: 0;
    content: "";
    height: 65%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.announce_carousel {
    z-index: 2;
}

.announce_carousel .slick-list {
    overflow-y: visible;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.announce_item,
.announce_img_container {
    position: relative;
}

.announce_img_container > a {
    font-size: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.announce_item_padding {
    background: var(--white);
    box-sizing: border-box;
    margin: 0 0.75rem;
    transition: all .3s ease 0s;
}

.announce_item .announce_item_padding.has_link:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.announce_img_container {
    height: 250px;
    overflow: hidden;
}

.announce_img_container img {
    display: block;
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.announce_text_content {
    box-sizing: border-box;
    padding: 1rem;
}

h4.news_title,
h4.news_title a {
    color: rgb(var(--primary-color-1-rgb));
    font-weight: 400;
    letter-spacing: -0.01em;
}

.announce_text_content p {
    color: rgb(var(--default-text-rgb));
    font-size: 1rem;
    letter-spacing: 0.025em;
    line-height: 116%;
    margin: 0;
    padding: 0;
}

.announce_text_content > a {
    align-items: center;
    color: rgb(var(--default-text-rgb));
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 116%;
    text-transform: uppercase;
}

.announce_text_content > a .link_icon {
    display: inline-block;
    padding-left: 8px;
    vertical-align: middle;
}

h4.news_title + * {
    padding-top: 10px;
}

.announce_text_content p + * {
    padding-top: 15px;
}

.social_row.header_row {
    justify-content: center;
    margin: 0 0 3rem 0;
    position: relative;
}

.social_icons_container {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.two_col_view .social_icons_container {
    margin: 2rem 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
}

.social_icons_list {
    align-items: center;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social_icons_list li {
    margin: 5px 10px;
}

.social_icons_list li svg {
    display: block;
    height: 31px;
    transition: all .3s ease 0s;
    width: auto;
}

.social_icons_list li svg,
.social_icons_list li svg * {
    fill: rgb(var(--primary-color-1-rgb)) !important;
}

.social_icons_list li a:hover svg {
    opacity: 0.6;
}

#home_bottom_section .landing-fb-feed * {
    border: none;
    float: none !important;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

#home_bottom_section .cmsFacebookFeed {
    display: flex;
    justify-content: space-around;
}

#home_bottom_section.two_col_view .cmsFacebookFeed {
    flex-direction: column;
}

#home_bottom_section .cmsFbItem {
    border-right: solid 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: flex;
    padding-bottom: 50px;
    padding-right: 2%;
    position: relative;
    width: 33.33%;
}

#home_bottom_section.two_col_view .cmsFbItem {
    border-bottom: solid 2px rgba(0,0,0,0.1);
    border-right: none;
    margin-bottom: 2rem;
    padding-bottom: calc(2rem + 50px);
}

#home_bottom_section.two_col_view .cmsFacebookFeed .cmsFbItem {
    width: 100%;
}

#home_bottom_section .cmsFbItem .post_icon {
    bottom: 10px;
    display: block;
    position: absolute;
    right: 2vw;
}

#home_bottom_section.two_col_view .post_icon {
    bottom: 1.5rem;
}

#home_bottom_section .cmsFbItem .post_icon svg {
    display: block;
    height: 30px;
    width: auto;
}

#home_bottom_section .cmsFbItem .post_icon svg, #home_bottom_section .cmsFbItem .post_icon svg * {
    fill: rgb(var(--primary-color-1-rgb)) !important;
}

#home_bottom_section .cmsFbItem + .cmsFbItem {
    margin-left: 2%;
}

#home_bottom_section .cmsFbItem:last-child {
    border-bottom: none;
    border-right: none;
    padding-right: 0;
}

#home_bottom_section .cmsFbItem .image {
    height: 150px;
    margin-right: 1.5rem;
    overflow: hidden;
    width: 150px;
}

#home_bottom_section .cmsFbItem .image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#home_bottom_section .cmsFbItem .text {
    width: 100%;
}

#home_bottom_section .cmsFbItem .text.wImg {
    width: calc( 100% - 150px - 1.5rem);
}

#home_bottom_section .cmsFbItem .text p {
    color: rgb(var(--default-text-rgb));
    font-size: 1rem;
    font-weight: 400;
    line-height: 133.333%;
}

#home_bottom_section .cmsFbItem .text .copy {
    display: block;
    padding-bottom: 8px;
}

#home_bottom_section a.fullpost {
    align-items: center;
    display: flex;
}

#home_bottom_section a.fullpost svg {
    height: 13px;
    padding-left: 5px;
}

.home_bottom_section + .home_bottom_section {
    padding-top: 4rem;
}

.two_col_view #social_section {
    width: 33.33%;
}

.two_col_view .callouts_section {
    padding-top: 0;
    width: 66.66%;
}

.callouts_section {
    align-items: center;
}

.callout_col {
    box-sizing: border-box;
    flex-basis: 33.33333%;
    margin: 0.5rem;
    overflow: hidden;
    position: relative;
}

.callouts_section .header_row {
    margin-bottom: 3rem;
}

.callout_col.callout_title_box .callout_title_box_padding {
    max-width: 60%;
}

.callout_col.callout_title_box .callout_title_box_padding p {
    font-size: 1rem;
    letter-spacing: 0.025em;
    line-height: 133.333%;
}

.callout_img_container {
    height: 23.4375vw;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.two_col_view .callout_img_container {
    height: 625px;
    max-height: 625px;
}

.callout_img_container img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.callout_text_container {
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 22%, rgba(0,0,0,0) 100%);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    padding: 2rem;
    position: absolute;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 3;
}

.callout_text_container .hover_content {
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
}

.callout_col:hover .callout_text_container {
    background: rgba(var(--primary-color-1-rgb),0.8);
    height: 100%;
}

.callout_col:hover .callout_text_container .hover_content {
    opacity: 1;
    position: relative;
}

.callout_text_container h4.callout_title {
    color: rgb(var(--color-1-overlay-rgb));
}

.callout_text_container p {
    color: rgb(var(--color-1-overlay-rgb));
    font-size: 1rem;
    letter-spacing: 0.025em;
    line-height: 133.333%;
    margin: 0;
    padding: 1rem 0;
}

.callout_text_container a.callout_button {
    align-items: center;
    color: rgb(var(--color-1-overlay-rgb));
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease 0s;
}

.callout_text_container a.callout_button .link_icon {
    display: block;
    padding-left: 7px;
}

.callout_text_container a.callout_button:after {
    background-color: rgb(var(--color-1-overlay-rgb));
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    width: 100%;
}

.callout_text_container a.callout_button:hover:after {
    opacity: 1;
}

.two_col_view .callouts_section {
    margin-left: 3rem;
}

.callout_play_button.video_overlay_toggle {
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.hover_content .callout_play_button.video_overlay_toggle {
    align-items: center;
    display: flex;
    justify-content: center;
    left: auto;
    margin-top: 1rem;
    padding: 0;
    position: relative;
    top: auto;
    transform: none;
}

.hover_content .callout_play_button.video_overlay_toggle:after {
    background-color: rgb(var(--color-1-overlay-rgb));
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    width: 100%;
}

.hover_content .callout_play_button.video_overlay_toggle:hover:after {
    opacity: 1;
}

.hover_content .callout_play_button.video_overlay_toggle span.button_text {
    color: rgb(var(--color-1-overlay-rgb));
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.video_overlay_toggle svg,
.video_overlay_toggle svg * {
    fill: rgb(var(--color-1-overlay-rgb)) !important;
}

.video_overlay_toggle span.button_text {
    display: none;
}

.video_overlay {
    background-color: var(--white);
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
    display: none;
    left: 50%;
    max-width: 767px;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    z-index: 99999;
}

.video_overlay .overlay_content {
    box-sizing: border-box;
    padding: 0 1.5rem 1.5rem;
    width: 100%;
}

.video_overlay_button_container {
    padding: 0.5rem 1.5rem;
    text-align: right;
}
.video_overlay .overlay_content .callout_video_container {
    overflow: hidden;
    padding-top: 56.6%;
    position: relative;
    width: 100%;
}

.video_overlay .overlay_content .callout_video_container iframe,
.video_overlay .overlay_content .callout_video_container embed {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video_overlay .callout_close_button.video_overlay_toggle svg,
.video_overlay .callout_close_button.video_overlay_toggle svg * {
    fill: var(--black) !important;
}

.video_overlay_filler {
    display: none;
}

.video_overlay_filler.active {
    background-color: var(--black);
    display: block;
    height: 100vh;
    left: 0;
    opacity: .75;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
}

.bottom_cta_boxes_section {
    align-items: center;
    display: flex;
    margin-bottom: 6rem;
    position: relative;
}

.bottom_cta_boxes_section::after {
    border: solid 2px rgb(var(--primary-color-2-rgb));
    box-sizing: border-box;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
}

.bottom_cta_boxes_section .cta_item {
    flex-basis: 33.333333%;
    margin: 1rem;
    position: relative;
}

.cta_img_container {
    background-color: var(--black);
    display: block;
    height: 250px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 2;
}

.cta_img_container img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease 0s;
    width: 100%;
}

.cta_img_container:after {
    background-color: rgba(var(--primary-color-1-rgb),0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.cta_img_container.default_image {
    background-color: rgb(var(--primary-color-1-rgb));
}

.cta_text_container {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 4;
}

h4.cta_title {
    color: rgb(var(--color-1-overlay-rgb));
    font-size: 2.333333333333333rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 124%;
    padding: 1rem;
}

.cta_text_container::after {
    background-color: rgb(var(--primary-color-2-rgb));
    bottom: -4px;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 50px;
}

.bottom_cta_boxes_section .cta_item a {
    font-size: 0;
    height: 100%;
    left: 0;
    line-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.bottom_cta_boxes_section .cta_item:hover .cta_img_container img {
    opacity: 0.4;
}

main {
    z-index: 10;
}

.translate-modal,
.search-modal {
    height: 100%;
}

.main_nav .sub_nav_container ul.level1 > li {
    display: block;
    padding: 0 20px 40px;
    width: 100%;
}

.main_nav.single-dropdown .sub_nav_container ul.level1 > li {
    padding-bottom: 0;
}

.main_nav .sub_nav_container ul.level1,
.main_nav .sub_nav_container .level3,
.main_nav.single-dropdown .sub_nav_container .level2 {
    display: none;
}

.main_nav .sub_nav_container .nav_lists ul.level1 {
    display: flex;
    flex-basis: 33%;
}

.main_nav .sub_nav_container .nav_lists.children-4 ul.level1 {
    flex-basis: 25%;
}

.main_nav .sub_nav_container .nav_lists.children-5 ul.level1 {
    flex-basis: 20%;
}

.main_nav.single-dropdown .sub_nav_container .nav_lists.children-4 ul.level1,
.main_nav.single-dropdown .sub_nav_container .nav_lists.children-5 ul.level1 {
    flex-basis: auto;
}

.main_nav .sub_nav_container a.level1 {
    font-size: 1rem;
    margin-bottom: 0.15rem;
}

.main_nav.single-dropdown li.categoryLevel {
    padding: 0 15px;
    position: relative;
}

.main_nav.single-dropdown .nav_lists {
    flex-direction: column;
    padding: 20px 0;
}

.main_nav.single-dropdown .no-icons .nav_lists {
    width: 100%;
}

.main_nav.single-dropdown .sub_nav_container {
    left: -100px;
    overflow: hidden !important;
    padding: 0 15px 0 5px;
    width: 450px;
}

.main_nav.single-dropdown .sub_nav_container.no-icons {
    left: 0;
    width: 300px;
}

.main_nav.single-dropdown ul.last .sub_nav_container,
.main_nav.single-dropdown ul:nth-child(4) .sub_nav_container,
.main_nav.single-dropdown ul:nth-child(5) .sub_nav_container,
.main_nav.single-dropdown ul:nth-child(6) .sub_nav_container {
    left: unset;
    right: -150px;
}

.main_nav.single-dropdown ul.last .sub_nav_container {
    right: -30px;
}

.main_nav.single-dropdown .sub_nav_container ul.level1,
.main_nav.single-dropdown .sub_nav_container li {
    display: block;
    flex-basis: auto;
    padding: 0;
}

.main_nav.single-dropdown .nav_panel_row li a {
    display: flex;
    font-size: .85em;
    height: auto;
    margin: 0;
    padding: 8px;
    transition: all .3s ease 0s;
}

.main_nav.single-dropdown .sub_nav_container a.level1::after {
    margin: 3px 0 5px;
}

.main_nav.single-dropdown .nav_panel_row {
    padding: 10px 0;
}

.main_nav.single-dropdown .nav_panel_icons_container,
.main_nav.single-dropdown .nav_panel_icon_item a {
    width: 100%;
}

.main_nav.single-dropdown .nav_panel_icons_list {
    flex-direction: column;
}

.main_nav.single-dropdown .sub_nav_container li {
    border-bottom: 1px solid var(--white);
    display: flex;
    width: auto !important;
}

.main_nav .nav_panel_icon_item svg {
    height: 30px;
}

.main_nav .sub_nav_container ul.level2 li a,
.sub_nav_container ul.level1 > li > span > a {
    display: block;
    font-size: .95rem;
    line-height: 1.35rem;
}

.slick-autoplay-toggle-button {
    fill: var(--white);
    transition: all .3s ease 0s;
}

.slick-autoplay-toggle-button .slick-pause-icon:before,
.slick-autoplay-toggle-button .slick-play-icon:before {
    display: none;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.s0 {
    stroke: rgb(var(--primary-color-2-rgb)) !important;
}

.header_left.text_logo {
    width: 40vw;
}

.text_logo #logo a {
    align-items: center;
    display: flex;
}

.text_logo #logo img {
    margin-right: 15px;
    max-height: 115px;
    width: auto;
}

.text_logo #logo .text-title {
    color: white;
    font-size: 1.85rem;
    font-weight: normal;
    line-height: 2.25rem;
}

#breadcrumbs ol {
    display: flex;
    list-style-type: none;
}

#breadcrumbs li {
    border: 1px solid gray;
    margin: 0 45px 0 0;
    padding: 3px 10px;
}

#breadcrumbs li:last-child {
    background-color: rgb(var(--primary-color-2-rgb));
}

#breadcrumbs li:first-child:before {
    display: none;
}

#breadcrumbs li:before {
    background-color: gray;
    content: "";
    display: block;
    height: 2px;
    left: -56px;
    position: relative;
    top: calc(50% - 1px);
    width: 46px;
    z-index: 1;
}

.sub_nav_container.show_sub_nav {
    height: auto;
}

@media all and (min-width: 1024px) {
    li.categoryLevel > span {
        position: relative;
    }

    li.categoryLevel > span:after {
        background-color: rgb(var(--primary-color-2-rgb));
        bottom: 0;
        content: "";
        height: 8px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .3s ease 0s;
        width: 100%;
    }

    li.categoryLevel:hover > span:after {
        opacity: 1;
    }

    li.categoryLevel:hover .sub_nav_container {
        display: flex !important;
        visibility: visible;
    }

    li.categoryLevel:hover span.top_level_icon.ready {
        display: none;
    }

    li.categoryLevel:hover span.top_level_icon.hover {
        display: flex;
    }

    .sub_nav_container {
        background: var(--white);
        box-shadow: 0 5px 5px rgba(0,0,0,0.25);
        left: -34vw;
        overflow: auto;
        padding: 2rem;
        position: absolute;
        top: 100%;
        width: 86vw;
        visibility: hidden;
    }

    #nav_panel {
        display: none;
    }
}

@media all and (max-width: 1700px) {
    .callout_col.callout_title_box .callout_title_box_padding {
        max-width: 80%;
    }
}

@media all and (max-width: 1400px) {
    #home_bottom_section .cmsFbItem .text * {
        font-size: 0.8rem;
    }

    .callout_col.callout_title_box h3.section_title {
        font-size: 1.75rem;
    }

    .callout_col.callout_title_box .callout_title_box_padding p,
    .callout_text_container p {
        font-size: 0.8rem;
    }

    .callout_img_container {
        height: 310px;
    }

    .policy_link_container a,
    p.copyright {
        font-size: 0.8rem;
    }

    blockquote {
        padding: 1.5rem 8%;
    }

    blockquote *:not(em,strong) {
        font-size: 1.25rem;
    }

    h4.cta_title {
        font-size: 1.75rem;
    }
}

@media all and (max-width: 1300px) {
    a.categoryLevel {
        font-size: .9rem;
        width: auto;
    }

    .main_nav .sub_nav_container a.level1 {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .main_nav .sub_nav_container ul.level2 > li > a,
    .sub_nav_container ul.level1 > li > span > a {
        font-size: .9rem;
    }

    .main_nav .sub_nav_container a.level1::after {
        margin-top: 1rem;
    }

    .main_nav .sub_nav_container ul.level2 li a,
    .sub_nav_container ul.level1 > li > span > a {
        font-size: 0.8rem;
    }

    .main_nav .sub_nav_container ul.level2 li {
        padding: 0.75rem 1rem;
    }

    .nav_panel_icon_item span.nav_panel_icon_text {
        font-size: .75rem;
        font-weight: normal;
        line-height: 1rem;
        margin-top: 0;
        padding: 5px 0 0;
    }

    .callout_col.callout_title_box .callout_title_box_padding {
        max-width: calc(100% - 1.5rem);
    }

    .callout_text_container h4.callout_title {
        font-size: 1.3rem;
    }

    .callout_text_container p,
    .callout_text_container a.callout_button {
        font-size: 0.8rem;
    }

    h1 {
        font-size: 2.25rem;
    }
}

@media all and (max-width: 1200px) {
    #home_bottom_section .cmsFbItem {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    #home_bottom_section .cmsFbItem .text.wImg, #home_bottom_section .cmsFbItem .text {
        width: 100%;
    }

    #home_bottom_section .cmsFbItem .image {
        margin-bottom: 1.5rem;
        margin-right: 0;
    }

    .social_row.header_row {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .social_icons_container {
        padding-top: 1.5rem;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
    }

    #home_bottom_section .cmsFbItem .text * {
        font-size: 1rem;
    }

    .two_col_view .callouts_section {
        margin-left: 2rem;
        width: 50%;
    }

    .two_col_view #social_section {
        width: 50%;
    }

    #home_bottom_section.two_col_view .cmsFbItem {
        flex-direction: row;
    }

    #home_bottom_section.two_col_view .cmsFbItem .image {
        height: 90px;
        margin-bottom: 0;
        margin-right: 1rem;
        width: 90px;
    }

    #home_bottom_section.two_col_view .cmsFbItem .text.wImg {
        width: calc(100% - 90px - 1rem);
    }

    .two_col_view .callout_img_container {
        height: 500px;
    }

    h4.cta_title {
        font-size: 1.35rem;
    }

    .bottom_cta_boxes_section .cta_item {
        margin: 0.5rem;
    }

    .footer_top > .flex {
        flex-flow: wrap;
    }

    .footer_col.school_info {
        padding-left: 0;
        width: 100%;
    }

    .footer_col.school_info .inner_footer_col {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer_social_icons {
        margin-left: 3vw;
        margin-top: 0;
    }

    .footer_col + .footer_col {
        padding-left: 0;
    }

    .footer_school_hours_container,
    #app_column {
        max-width: 100%;
        padding-top: 3rem;
    }

    .footer_school_hours_container {
        padding-right: 1rem;
        width: calc(60% - 1rem);
    }

    #app_column {
        width: calc(40% - 1rem);
    }

    .footer_school_hours_container + #app_column {
        padding-left: 1rem;
    }

    .footer_bottom > .wrapper,
    .footer_bottom_left {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .footer_policy_links_container + .copyright_container {
        margin-left: 0;
        margin-top: 1.5rem;
    }

    .footer_bottom_right {
        margin-top: 2rem;
    }
}

@media all and (max-width: 1040px) {
    .w-nav .middle_content {
        width: 100% !important;
    }

    .inside_nav_container {
        margin-bottom: 0;
    }

    #main_section {
        padding: 1rem 0;
    }
}

@media all and (max-width: 1024px) {
    .mobile {
        display: block;
    }

    .schools_button_container {
        display: none;
    }

    #nav_bar .main_nav {
        display: none;
    }

    .main_nav {
        flex-direction: column;
        height: auto;
    }

    .main_nav.single-dropdown {
        margin: 15px auto;
        max-width: 800px;
    }

    a.categoryLevel {
        max-width: 100%;
        width: 100%;
    }

    .nav_toggle_container.mobile {
        display: flex;
        padding-right: 10px;
    }

    .nav_lists {
        flex-direction: column;
    }

    .main_nav .sub_nav_container ul.level2 li.level2 {
        border-bottom: 0;
    }

    .main_nav.single-dropdown .nav_lists {
        overflow: auto;
        padding: 0px 45px 15px;
        width: 100%;
    }

    .nav_panel_row {
        padding-top: 0;
        width: 100%;
    }

    .search_container + .nav_panel_icons_container {
        margin-left: 0;
    }

    .nav_panel_icons_list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav_panel_icon_item a {
        margin: 2px;
    }

    #nav_panel {
        display: block;
    }

    .nav_panel_padding {
        padding-bottom: 2rem;
    }

    #nav_panel .nav_toggle_container {
        align-items: center;
        display: flex;
        height: 60px;
        justify-content: right;
        text-align: right;
    }

    #nav_panel .togglemenu {
        margin: 0 0 0 auto;
        padding: 15px 20px;
    }

    #nav_panel .togglemenu svg {
        height: 30px;
    }

    .main_nav,
    .main_nav > ul,
    .main_nav > ul > li,
    .main_nav > ul > li > span {
        display: block;
        height: auto;
    }

    .categoryLevel > .categoryLevel > span {
        align-items: center;
        border-bottom: solid 2px var(--default-gray);
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        padding: 1rem 2rem;
        width: 100%;
    }

    a.categoryLevel {
        font-size: 1.2rem;
    }

    .sub_nav_container {
        height: 0;
        overflow: hidden;
    }

    .sub_nav_container .nav_panel_row {
        display: none;
    }

    .main_nav .sub_nav_container ul.level1 {
        flex-direction: column;
    }

    .main_nav .sub_nav_container li.level1 {
        padding: 0.5rem 0;
    }

    .main_nav .sub_nav_container a.level1 {
        font-size: 1.1rem;
        line-height: 150%;
        margin-bottom: 0;
    }

    .main_nav .sub_nav_container a.level1::after {
        display: none;
    }

    .main_nav .sub_nav_container ul.level1 > li {
        padding: 0.5rem 2rem 0.5rem 0;
    }

    .main_nav .sub_nav_container ul.level1 > li li {
        padding: 0.5rem 2rem 0.5rem 1.5rem;
    }

    .main_nav .sub_nav_container ul.level2 {
        padding: 0.75rem 0 0 0;
    }

    .main_nav .sub_nav_container ul.level2 > li {
        border-bottom: none;
    }

    .top_level_icon {
        cursor: pointer;
        font-size: 2rem;
        padding: 0 1rem;
    }

    .top_level_icon.active .ready {
        display: none;
    }

    .top_level_icon.active .hover {
        display: block;
    }

    h3.section_title {
        font-size: 1.75rem;
        text-align: center;
    }

    h2.hero_title {
        font-size: 1.5rem;
    }

    .hero_slideshow_container {
        background-color: rgb(var(--primary-color-1-rgb));
        display: flex;
        flex-direction: column;
        height: auto;
        overflow: hidden;
    }

    .hero_icon_item svg {
        height: 46px;
        max-width: 46px;
    }

    .hero_icon_item {
        height: 50px;
        padding: 2px 5px;
        width: 50px;
    }

    .hero_icon_list_container .wrapper {
        padding: 1rem;
    }

    h3.events_section_title {
        font-size: 1.75rem;
    }

    #home_bottom_section .cmsFbItem .text * {
        font-size: 0.8rem;
    }

    #home_bottom_section.two_col_view > .flex {
        flex-direction: column;
    }

    .two_col_view .callouts_section {
        margin-left: 0;
        margin-top: 2rem;
        width: 100%;
    }

    .two_col_view #social_section {
        width: 100%;
    }

    #home_bottom_section.two_col_view .cmsFacebookFeed {
        flex-direction: row;
        flex-flow: wrap;
    }

    .two_col_view .social_icons_container {
        margin: 0;
        padding-top: 1.5rem;
    }

    #home_bottom_section.two_col_view .cmsFacebookFeed .cmsFbItem {
        width: calc(50% - 2rem);
    }

    #home_bottom_section.two_col_view .cmsFbItem {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin: 0 !important;
        padding: 1rem 1rem 2rem 1rem;
    }

    #home_bottom_section.two_col_view .cmsFbItem .text.wImg,
    #home_bottom_section.two_col_view .cmsFbItem .text {
        width: 100%;
    }

    #home_bottom_section.two_col_view .cmsFbItem .image {
        height: 150px;
        margin-bottom: 1.5rem;
        margin-right: 0;
        width: 150px;
    }

    #home_bottom_section.two_col_view .cmsFbItem:first-child {
        border-bottom: none;
    }

    #home_bottom_section.two_col_view .cmsFbItem + .cmsFbItem {
        border-left: solid 2px rgba(0,0,0,0.1);
    }

    #home_bottom_section.two_col_view .post_icon {
        bottom: 10px;
    }

    .social_row.header_row {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .social_icons_container {
        padding-top: 1.5rem;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
    }

    #home_bottom_section .cmsFbItem .text * {
        font-size: 1rem;
    }

    .two_col_view .callout_img_container {
        height: auto;
    }

    h1 {
        font-size: 2rem;
    }

    blockquote {
        padding: 1.5rem;
    }

    blockquote *:not(em,strong) {
        font-size: 1rem;
        line-height: 150%;
    }

    blockquote em,
    blockquote strong {
        font-size: 0.8rem;
        margin-top: 1rem;
    }

    blockquote strong + blockquote em {
        margin-top: 0;
    }

    #sidebar_content {
        border-top: solid 10px rgba(var(--primary-color-1-rgb), 0.6);
        margin-left: 0;
        margin-top: 4rem;
        padding-top: 4rem;
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .text_logo #logo .text-title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .text_logo #logo img {
        max-height: 90px;
    }
}

@media all and (max-width: 840px) {
    .header_right .header_row.top_row .header_fixed_container {
        align-items: center;
        background: var(--white);
        bottom: 0;
        display: flex;
        height: 50px;
        justify-content: center;
        left: 0;
        max-width: calc(100vw - 40px);
        padding: 0 20px;
        position: fixed;
        width: calc(100vw - 40px);
    }

    .header_right .header_row.top_row .header_fixed_container::before {
        background-color: rgba(var(--primary-color-2-rgb),0.1);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .header_fixed_container > div {
        flex: 1 1;
        justify-content: center;
    }

    .header_fixed_container > div > button {
        position: relative;
    }

    .header_util_links_list {
        bottom: 100%;
        flex-direction: column;
        height: auto;
        left: 0;
        padding: 1.5rem 0;
        top: auto;
        width: 100%;
    }

    .header_util_links_list li {
        padding: 0.5rem 0;
    }

    .nav_toggle_container.mobile {
        display: block;
    }

    .translate-modal,
    .search-modal {
        bottom: -300px;
        top: auto;
    }

    .translate-modal.active,
    .search-modal.active {
        bottom: 100%;
        height: auto;
        max-width: calc(100vw - 40px);
        padding: 20px;
        top: auto;
        width: calc(100vw - 40px);
    }

    .translate-modal .translate-toggle {
        height: 40px;
        right: 30px;
        top: 15px;
        width: 40px;
    }

    .translate-modal h5 {
        margin-bottom: 15px;
        margin-top: 3px;
    }

    #google_translate_element a {
        font-size: 16px;
    }

    .goog-te-gadget-simple {
        padding: 3px 5px 2px 10px;
    }

    #translate.modal-element {
        padding: 13px 5px;
    }

    h2.schools_dropdown_title {
        font-size: 1.75rem;
    }

    h2.schools_dropdown_title::after {
        margin-top: 1rem;
    }

    .header_left.text_logo {
        width: 60vw;
    }

    #schools_dropdown_list {
        max-height: calc( 100vh - 1.75rem - 5rem - 2px);
        overflow: auto;
    }

    #home_bottom_section .cmsFacebookFeed {
        flex-direction: column;
    }

    #home_bottom_section .cmsFbItem {
        align-items: flex-start;
        border-bottom: solid 2px rgba(0,0,0,0.1);
        border-right: none;
        flex-direction: row;
        margin-bottom: 2rem;
        padding-right: 0;
        width: 100%;
    }

    #home_bottom_section .cmsFbItem:last-child {
        border-bottom: none;
    }

    #home_bottom_section .cmsFbItem .text {
        width: 100%;
    }

    #home_bottom_section .cmsFbItem .text.wImg {
        width: calc( 100% - 150px - 1.5rem);
    }

    #home_bottom_section .cmsFbItem .image {
        margin-bottom: 0;
        margin-right: 1.5rem;
    }

    .callouts_section {
        flex-flow: wrap;
    }

    .callout_col {
        flex-basis: auto;
        width: calc(50% - 1rem);
    }

    .two_col_view .callout_col {
        width: 100%;
    }

    .callout_col.callout_title_box {
        margin: 0.5rem 0 1rem 0;
        width: 100%;
    }

    .callout_col.callout_title_box .callout_title_box_padding {
        max-width: 100%;
    }

    .footer_bottom {
        padding-bottom: 60px;
    }

    .pageTitle.has_banner {
        bottom: auto;
        left: auto;
        position: relative;
        width: 100%;
    }

    .middle_content h3.tool_heading {
        padding: 0;
    }

    .middle_content h3.tool_heading:after {
        display: none;
    }

    .pageTitle.no_banner h1#pageTitle {
        padding: 1rem;
    }

    .pageTitle.no_banner h1#pageTitle:before,
    .pageTitle.no_banner h1#pageTitle:after {
        height: calc(100% - 1rem);
    }

    .inside_nav_toggle {
        padding: 1rem;
    }

    .inside_nav_toggle span.button_icon svg {
        height: 17px;
    }
}

@media all and (max-width: 767px) {
    .header_left {
        width: 50%;
    }

    .header_right {
        align-items: center;
        display: flex;
        justify-content: right;
        width: 50%;
    }

    .header_right .header_row.top_row #schools_menu_container {
        display: none;
    }

    .header_right #nav_bar {
        justify-content: center;
        width: 100%;
    }

    .schools_button_container {
        display: block;
        width: 100%;
    }

    .schools_button_container .wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    button.schools_dropdown_link {
        font-size: 1rem;
        font-weight: 700;
        height: auto;
        justify-content: center;
        padding: 10px 0;
        width: 100%;
    }

    .schools_dropdown_container {
       width: 100%;
    }

    .schools_dropdown_container button.schools_dropdown_link {
        width: auto;
    }

    .header_left.text_logo {
        max-width: calc(100% - 100px);
        width: 85vw;
    }

    .header_left.text_logo ~ .header_right {
        min-width: 100px;
        width: 15vw;
    }

    #nav_bar .nav_toggle_container button {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 100%;
    }

    h3.section_title {
        font-size: 1.25rem;
        font-weight: 600;
    }

    .desktop_button {
        display: none;
    }

    .mobile_button {
        display: block;
    }

    h2.hero_title {
        font-size: 1.25rem;
    }

    .caption_slide_item > .flex {
        flex-direction: column;
    }

    .hero_button {
        margin-top: 1rem;
    }

    .hero_content_container {
        background:rgb( var(--primary-color-1-rgb));
        bottom: unset;
        position: relative;
    }

    .hero_slideshow,
    .hero_slideshow div {
        height: auto !important;
        width: 100%;
    }

    .hero_slideshow img {
        height: auto;
        object-fit: fill;
        width: 100%;
    }

    .hero_icon_list_container::before {
        display: none;
    }

    .hero_text_slideshow_container {
        height: auto;
        order: unset;
    }

    h3.events_section_title {
        font-size: 1.25rem;
    }

    .event_title_arrows_box {
        justify-content: space-between;
        width: 100%;
    }

    #events_carousel_nav {
        padding: 0 5vw 0 2rem;
    }

    .announce_row > .wrapper {
        justify-content: space-between;
    }

    #announce_carousel_nav {
        display: flex;
        left: auto;
        order: 2;
        position: relative;
        top: auto;
        transform: none;
    }

    .announce_row .section_title_container {
        display: block;
        margin: 0;
        order: 1;
    }

    .announce_row.header_row {
        padding: 0;
    }

    .announce_row.header_row.has_button {
        padding-right: 0;
    }

    .announce_row.header_row.has_arrows {
        padding-left: 0;
    }

    #home_announcements .announce_button_container.mobile_button {
        background-color: rgba(var(--primary-color-2-rgb),0.1);
        padding-top: 1.5rem;
    }

    #home_announcements > div + div {
        padding-top: 1.75rem;
    }

    #home_bottom_section .cmsFbItem .text * {
        font-size: 1rem !important;
    }

    #home_bottom_section.two_col_view .cmsFacebookFeed {
        flex-direction: column;
    }

    #home_bottom_section.two_col_view .cmsFbItem {
        align-items: flex-start;
        border-right: none;
        flex-direction: row;
        margin-bottom: 2rem;
        padding: 1.5rem 0 2rem 0;
        width: 100%;
    }

    #home_bottom_section.two_col_view .cmsFbItem + .cmsFbItem {
        border-left: none;
        border-top: solid 2px rgba(0,0,0,0.1);
        margin-top: 2rem;
    }

    #home_bottom_section.two_col_view .cmsFbItem .text {
        width: 100%;
    }

    #home_bottom_section.two_col_view .cmsFbItem .text.wImg {
        width: calc( 100% - 150px - 1.5rem);
    }

    #home_bottom_section.two_col_view .cmsFbItem .image {
        margin-bottom: 0;
        margin-right: 1.5rem;
    }

    #home_bottom_section.two_col_view .cmsFacebookFeed .cmsFbItem {
        width: 100%;
    }

    .callouts_section {
        flex-direction: column;
    }

    .callout_col {
        flex-basis: 100%;
        margin: 0.5rem 0;
        width: 100%;
    }

    .callout_text_container h4.callout_title {
        font-size: 1.5rem;
    }

    .callout_col.callout_title_box .callout_title_box_padding p,
    .callout_text_container p,
    .callout_text_container a.callout_button {
        font-size: 1rem;
    }

    .bottom_cta_boxes_section .cta_item {
        flex-basis: auto;
        width: calc(100% - 1rem);
    }

    .bottom_cta_boxes_section {
        flex-direction: column;
    }

    h4.cta_title {
        font-size: 1.75rem;
    }

    .footer_col.school_info,.footer_col.school_info .inner_footer_col {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .footer_top > .flex {
        padding-right: 0;
    }

    .footer_col.school_info {
        padding-right: 0;
    }

    #footer_logo {
        margin-bottom: 1.5rem;
        margin-left: 0rem;
        margin-right: 0;
    }

    .footer_col.school_info .inner_footer_col {
        margin-left: 0rem;
    }

    .footer_social_icons {
        margin-top: 2.5rem;
    }
}

@media all and (max-width: 680px) {
    .header_left {
        width: calc(100% - 100px);
    }

    .header_right {
        width: 100px;
    }

    .header_right #nav_bar {
        height: 100%;
        justify-content: center;
        width: 100%;
    }

    #nav_bar .nav_toggle_container {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 100%;
    }

    .nav_toggle_container button {
        cursor: pointer;
    }

    .hero_icons_list {
        justify-content: center;
    }

    .callout_text_container h4.callout_title {
        font-size: 1.25rem;
    }

    .callout_text_container p {
        margin: 0;
        padding: 0.5rem 0;
    }

    .callout_col.callout_title_box .callout_title_box_padding p,
    .callout_text_container p,
    .callout_text_container a.callout_button {
        font-size: 0.8rem;
        line-height: 125%;
    }

    .footer_school_hours_container {
        padding-right: 0;
        width: 100%;
    }

    #app_column {
        padding-left: 0;
        width: 100%;
    }

    .footer_buttons_container {
        text-align: center;
    }

    h4.cta_title {
        font-size: 1.25rem;
    }

    #breadcrumbs ol {
        display: block;
    }

    #breadcrumbs li {
        margin-top: 6px;
    }

    #breadcrumbs li:before {
        display: none;
    }
}

@media all and (max-width: 580px) {
    .hero_icon_list_container .wrapper {
        flex-wrap: wrap;
    }

    #hero_slideshow_nav {
        justify-content: center;
        margin-bottom: 1rem;
        width: 100%;
    }

    .no-captions .hero_slideshow_container {
        border: none;
    }

    .no-captions .hero_content_container {
        bottom: unset;
    }

    #hero_slideshow_nav button {
        margin-bottom: 0;
    }
}

@media all and (max-width: 400px) {
    * {
        white-space: normal;
    }

    .flex,
    .footer_bottom_left,
    .footer_policy_links_container,
    .footer_bottom_right {
        flex-flow: wrap;
    }

    #home_bottom_section .cmsFbItem {
        flex-direction: column;
    }

    #home_bottom_section .cmsFbItem .text.wImg {
        width: 100%;
    }

    #footer_logo {
        max-width: 100px;
    }

    .footer_bottom_right svg {
        height: 16px;
    }
}