
    :root {
        --black: rgb(0,0,0);
        --white: rgb(255,255,255);
        --light-gray: rgb(239,239,239);
        --primary-color: rgb();
        --secondary-color: rgb();
        --primary-font: 'Noto Sans', sans-serif;
        --secondary-font: 'Noto Serif', serif;
        --foodmenu-default-color: var(--primary-color) !important;
        --foodmenu-second-color: var(--secondary-color) !important;
    }

    html,
    body {
        height: 100%;
    }

    body {
        background: var(--white);
        color: rgb();
        font-family: var(--primary-font);
        font-size: 125%;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.5em;
        margin: 0;
        overflow-x: hidden;
        padding: 0;
        -webkit-text-size-adjust: none;
    }

    input,
    textarea,
    select {
        border-radius: 0;
        font-family: var(--primary-font);
        font-size: 1em;
        line-height: 1.5em;
        -ms-border-radius: 0;
        -webkit-border-radius: 0;
    }

    table,
    td,
    tr {
        font-family: var(--primary-font);
        font-size: 1em;
        line-height: 1.5em;
        color: inherit;
    }

    img,
    div.figure {
        border: none;
        height: auto;
        max-width: 100%;
    }

    .cf {
        clear: both;
        float: none;
    }

    input {
        -webkit-border-radius: 0;
    }

    a,
    a:link {
        color: rgb();
        font-weight: 700;
        text-decoration: none;
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    a:visited {
        color: rgb();
        text-decoration: none;
    }

    a:hover,
    a:focus {
        color: var(--black);
        text-decoration: underline;
    }

    #SkipMain:focus ~ .emergency-bar {
        margin-top: 60px;
    }

    .main_body_size a:hover,
    .main_body_size a:focus,
    .main_body_size a:active {
        font-weight: 700;
    }

    #googleTranslate a {
        text-decoration: none;
    }

    .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 {
    position: absolute;
        clip: rect(1px,1px,1px,1px);
        clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
        height: 1px;
        overflow: hidden !important;
        width: 1px;
        -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    }

    .gsc-result .gs-title {
        height: auto !important;
    }

    .gsc-control-cse,
    .gsc-control-cse .gsc-table-result {
        font-family: var(--primary-font) !important;
        font-size: 1em !important;
    }

    .gsc-control-cse {
        font-family: var(--primary-font) !important;
    }

    form.gsc-search-box,
    .gsc-control-cse .gs-spelling,
    .gsc-control-cse .gs-result .gs-title,
    .gsc-control-cse .gs-result .gs-title *,
    .gsc-control-cse .gs-result .gs-spelling-original {
        font-size: 1em !important;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: var(--secondary-font);
        line-height: 1.15em;
        margin: 0;
        padding: 0;
    }

    h1 {
        color: rgb();
        font-size: 2.8em;
        font-weight: 700;
    }

    h2 {
        color: rgb();
        font-size: 2.2em;
        font-weight: 700;
    }

    h3 {
        color: rgb();
        font-family: var(--primary-font);
        font-size: 1.8em;
        font-weight: 700;
    }

    h3.tool_heading {
        background: rgb();
        border-radius: 1em;
        color: var(--white);
        font-family: var(--secondary-font);
        font-size: 1.8em;
        font-weight: 700;
        margin: 0.5em 0;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

    h3.tool_heading span {
        background: var(--white);
        color: rgb();
        display: inline-block;
        max-width: 80%;
        padding: 0.25em 2.5%;
    }

    h4 {
        color: rgb();
        font-size: 1.5em;
        font-weight: 400;
    }

    h5 {
        color: rgb();
        font-family: var(--primary-font);
        font-size: 1.35em;
        font-weight: 400;
    }

    h6 {
        color: rgb();
        font-family: var(--primary-font);
        font-size: 1.15em;
        font-weight: 700;
    }

    blockquote {
        display: inline-block;
        margin: 0.5em 0;
        min-height: 8em;
        padding: 0.5em 5% 0.5em 11em;
        position: relative;
        width: calc(95% - 11em);
    }

    blockquote:before {
        background: rgb();
        content: '';
        border-radius: 50%;
        height: 7em;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        width: 7em;
        -ms-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
    }

    blockquote:after {
        background: rgb();
        border: 7px solid var(--white);
        border-radius: 50%;
        content: '';
        height: 4.5em;
        left: 4.5em;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        width: 4.5em;
        -ms-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
    }

    blockquote p,
    blockquote div {
        color: rgb();
        font-family: var(--secondary-font);
        font-size: 1.1em;
        font-style: italic;
        font-weight: 700;
        line-height: 1.5em;
        padding: 0;
    }

    p {
        color: rgb();
        font-size: 1em;
        font-weight: normal;
        line-height: 1.5em;
        margin: 0;
        padding: 0 0 1.5em;
    }

    .main_body_size ol,
    .main_body_size ul {
        display: block;
        margin: 0 0 1em;
        overflow: hidden;
    }

    hr {
        background: rgb();
        border: 0;
        height: 2px;
        line-height: 1em;
        margin: 1em 0 1.6em;
    }

    .wrapper {
        display: inline-block;
        float: left;
        height: 100%;
        margin: 0;
        max-width: 90%;
        padding: 0 5%;
        position: relative;
        transition: all .3s ease 0s;
        width: 90%;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    #main {
        display: inline-block;
        float: left;
        margin: auto;
        min-width: 100%;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 100%;
    }

    main {
        float: left;
        width: 100%;
    }

    .header {
        background: var(--white);
        border-bottom: 6px solid rgb();
        border-top: 6px solid rgb();
        box-shadow: 0 8px 20px 2px rgba(0,0,0,0.15);
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        transition: all .3s ease 0s;
        width: 100%;
        z-index: 999;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-box-shadow: 0 8px 20px 2px rgba(0,0,0,0.15);
        -webkit-transition: all .3s ease 0s;
    }

    .header.fixed {
        border-top: 0;
        font-size: 80%;
        padding: 0;
    }

    .header .wrapper {
        align-content: center;
        align-items: center;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .fixed {
        position: fixed;
    }

    .header ul {
        display: inline-block;
        line-height: 0em;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .header li {
        display: inline-block;
        line-height: 0em;
        margin: 0;
        position: relative;
    }

    #org-name {
        background: rgb();
        border-bottom-left-radius: 1em;
        border-top-left-radius: 1em;
        color: var(--white);
        font-family: var(--secondary-font);
        font-size: 1em;
        font-weight: bold;
        line-height: 1em;
        padding: 0.5em 20% 0.5em 1em;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 1;
    }

    #org-name:hover,
    #org-name:focus,
    #org-name:active {
        color: rgb();
        text-decoration: none;
    }

    #logo {
        display: inline-block;
        padding: 1em 0;
        position: relative;
        text-align: center;
        transition: all .3s ease 0s;
        width: 100%;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    #logo a {
        display: inline-block;
        width: 100%;
    }

    #logo img {
        display: inline-block;
        height: auto;
        max-height: 4em;
        max-width: 90%;
        width: 100%;
    }

    .fixed #logo img {
        max-height: 2.8em;
    }

    #header-btm {
        display: inline-block;
        position: absolute;
        right: 5%;
        top: 100%;
        transition: all .3s ease 0s;
        z-index: 2;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    .fixed #header-btm {
        height: 0;
        overflow: hidden;
    }

    #header-btm ul {
        vertical-align: top;
    }

    #header-btm li {
        float: left;
        margin: 0 0.5em;
        max-width: 3em;
    }

    #header-btm li a,
    #header-btm li button {
        background: rgb();
        border: 0;
        border-bottom-left-radius: 3em;
        border-bottom-right-radius: 3em;
        box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.15);
        color: rgb();
        cursor: pointer;
        display: inline-block;
        font-family: var(--secondary-font);
        font-size: 1em;
        font-style: italic;
        font-weight: 700;
        padding: 0.75em;
        text-align: center;
        -webkit-box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.15);
    }

    #header-btm li button {
        padding-bottom: 0.4em;
    }

    #header-btm li a:hover,
    #header-btm li button:hover,
    #header-btm li a:focus,
    #header-btm li button:focus,
    #header-btm li a:active,
    #header-btm li button:active {
        background: rgb();
        color: var(--white);
        text-decoration: none;
    }

    #header-btm li .icon {
        color: var(--white);
        display: block;
        font-size: 1.5em;
        margin-bottom: 0.2em;
    }

    #header-btm li img {
        height: 1.5em;
        margin-bottom: 0.5em}

    #header-btm li .title {
        display: block;
        font-size: 0.5em;
        margin: 0 0 0.5em;
        width: 100%;
    }

    #announEmergencyShellOuter {
        z-index: 99999 !important;
    }

    #announEmergencyShell {
        transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    #announEmergencyShell.fixed {
        height: 0;
        overflow: hidden;
        padding: 0;
    }

    #announEmergencyShell,
    #announEmergency {
        background-color: rgb(206,32,41) !important;
        font-family: var(--primary-font) !important;
        max-width: 100% !important;
    }

    #announEmergencyShell #emergencyLogo {
        font-family: var(--primary-font);
    }

    #announEmergencyShell #emergencyLogo a {
        font-family: var(--primary-font);
        font-size: 1.25em !important;
    }

    #announEmergencyShell #emergencyLogo h2 {
        font-family: var(--primary-font);
        font-size: 1.5em !important;
        font-weight: 700;
        text-transform: none !important;
    }

    #announEmergency #emergencyDescription {
        border-top: 1px solid var(--white);
        color: var(--white);
        font-family: var(--primary-font);
        font-size: 1.25em !important;
        line-height: 1.4em !important;
        margin-top: 0.5em !important;
        padding-bottom: 0.5em !important;
        padding-top: 1.2em !important;
    }

    #announEmergency p {
        color: var(--white);
        font-family: var(--primary-font);
        font-size: 1.25em !important;
    }

    #announEmergency #emergencyDescription #emergencyTitle h2,
    #announEmergency #emergencyDescription #emergencyTitle a {
        font-family: var(--primary-font) !important;
        font-size: 1.25em !important;
        font-weight: 600 !important;
        letter-spacing: 1px;
        text-transform: none !important;
    }

    #announEmergencyShell #emergencyLogo h2,
    #announEmergencyShell #emergencyLogo a,
    #announEmergencyShell #emergencyExpand a,
    #announEmergency #emergencyDescription {
        color: var(--white) !important;
    }

    #announEmergency #emergencyDescription {
        border-top: 0.22em solid var(--white) !important;
    }

    .footer {
        background: rgb(253,253,253);
        display: inline-block;
        float: left;
        position: relative;
        width: 100%;
    }

    #footer-top {
        background: rgb();
        padding: 1.15em 10%;
        width: 80%;
    }

    #tagline {
        color: var(--white);
        font-size: 1.4em;
        font-style: italic;
        font-weight: 400;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .footer-top {
        display: inline-block;
        float: left;
        padding: 2.5em 0;
        position: relative;
        width: 100%;
    }

    .footer-mid {
        align-content: flex-start;
        align-items: stretch;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: 100%;
    }

    .footer-mid .wrapper,
    .footer-column {
        align-content: center;
        align-items: stretch;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: space-between;
        text-align: center;
    }

    .footer-column {
        align-items: center;
        flex-basis: 30.3%;
        padding: 2.4em 1.5%;
    }

    .bg-light {
        background: rgb();
    }

    #footer-logo {
        display: inline-block;
        flex-basis: 100%;
        position: relative;
        text-align: center;
        width: 100%;
    }

    #footer-logo a {
        display: inline-block;
        width: 100%;
    }

    #footer-logo a:hover,
    #footer-logo a:focus,
    #footer-logo a:active {
        text-decoration: none;
    }

    #footer-logo img {
        margin-bottom: 1.2em}
        max-height: 13.8em;
        max-width: 90%;
        width: auto;

    #footer-logo h2 {
        color: rgb();
        font-family: var(--secondary-font);
        font-size: 1.4em;
        font-weight: bold;
        line-height: 1.1em;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    #footer-logo a:hover h2,
    #footer-logo a:focus h2,
    #footer-logo a:active h2 {
        color: rgb();
    }

    .footer-address {
        align-items: flex-start;
        align-content: flex-start;
        display: inline-block;
        flex-flow: row wrap;
        justify-content: flex-start;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .footer-address h3 {
        flex-basis: 100%;
        font-size: 1em;
        line-height: 1em;
        padding: 0 0 0.5em;
        text-transform: uppercase;
    }

    .footer-address h3 a {
        font-weight: 700;
    }

    .footer-address .sep {
        background: rgb();
        display: inline-block;
        height: 1em;
        margin: 0 0.7em 0 0.5em;
        vertical-align: baseline;
        width: 2px;
    }

    .footer-label {
        font-weight: 700;
    }

    .footer-address ul {
        display: inline-block;
        flex-basis: 100%;
        font-size: 0.9em;
        line-height: 1.2em;
        list-style: none;
        margin: 2em 0 0;
        padding: 0;
        width: 100%;
    }

    .footer-address ul li {
        display: inline-block;
        margin: 0 0 0.75em;
        width: 100%;
    }

    .footer-address ul .address-row {
        flex-basis: 100%;
    }

    .footer-address address {
        font-style: normal;
    }

    .footer-address a {
        align-content: center;
        align-items: center;
        color: var(--black);
        display: inline-flex;
        flex-basis: 100%;
        font-weight: 400;
        justify-content: flex-start;
    }

    .footer-address a:hover,
    .footer-address a:focus,
    .footer-address a:active {
        color: rgb();
    }

    #footer-btns {
        display: block;
        font-size: 80%;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 80%;
    }

    #footer-btns li {
        margin: 1.25em 0;
    }

    #footer-btns li .button {
        border-color: rgb();
        text-transform: uppercase;
        width: calc(100% - 4em);
    }

    #social-icons {
        align-content: flex-start;
        align-items: stretch;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: center;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right;
        width: 100%;
    }

    #social-icons li {
        align-content: flex-start;
        align-items: stretch;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: 0 1em 1em;
    }

    #social-icons li a,
    #social-icons li button {
        align-content: center;
        align-items: center;
        background: rgb();
        border: none;
        border-radius: 50%;
        color: var(--white);
        display: inline-flex;
        font-size: 1em;
        height: 5em;
        justify-content: center;
        line-height: 1em;
        outline: none;
        width: 5em;
    }

    #social-icons li a .icon,
    #social-icons li button .icon {
        font-size: 2em;
    }

    #social-icons li a:hover,
    #social-icons li button:hover,
    #social-icons li a:focus,
    #social-icons li button:focus,
    #social-icons li a:active,
    #social-icons li button:active {
        background: rgb();
        color: rgb();
        text-decoration: none;
    }

    #footer-btm {
        background: rgb();
        color: var(--black);
        display: inline-block;
        float: left;
        text-align: center;
        width: 100%;
    }

    #footer-btm a {
        color: var(--black);
    }

    #footer-btm img {
        max-height: 4em;
        max-width: 80%;
        padding: 1.2em 0 1em;
    }

    #footer-credit {
        background: rgb();
        border-top: 6px solid rgb();
        display: inline-block;
        float: left;
        padding: 0.5em 0;
        width: 100%;
    }

    #footer-credit p {
        color: var(--white);
        font-size: 0.9em;
        float: left;
        letter-spacing: 0.04em;
        line-height: 1.375em;
        padding: 0.3125em 0 0 0;
        text-transform: none;
        width: 80%;
    }

    #footer-credit ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0.25em 0;
        width: 80%;
    }

    #footer-credit ul li {
        border-right: 1px solid var(--white);
        display: inline-block;
        margin: 0 0.75em 0 0;
        padding: 0 0.75em 0 0;
    }

    #footer-credit ul li:last-child {
        border: none;
    }

    #footer-credit ul li a {
        color: var(--white);
        line-height: 1em;
        font-size: 0.8em;
        font-weight: 400;
        opacity: 1;
    }

    #footer-credit ul li a:hover,#footer-credit ul li a:focus {
        opacity: 0.8;
    }

    .cms4schools-credit {
        float: right;
        max-width: 15%;
    }

    .cms4schools-credit img {
        display: block;
        width: 100%;
    }

    .main {
        display: inline-block;
        float: left;
        position: relative;
        width: 100%;
    }

    .main.inside {
        background: var(--white);
    }

    .left-nav {
        display: inline-block;
        float: left;
        height: 100%;
        margin-left: 3%;
        position: relative;
        width: 17.5%;
        z-index: 9;
    }

    .left-nav h2 {
        color: var(--black);
        padding: 1.5em 10% 0;
    }

    .middle-column {
        display: inline-block;
        float: right;
        overflow: hidden;
        padding: 2em 0 2em;
        position: relative;
        width: 79.5%;
        z-index: 9;
    }

    .no-left .middle-column {
        width: 100%;
    }

    .main_body_size {
        float: left;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 100% !important;
        z-index: 0;
    }

    .middle_when_right_side_bar {
        display: inline-block;
        float: left;
        margin: 0;
        min-height: 12em;
        overflow: hidden;
        padding: 0 3.5% 0 3.5% !important;
        width: 60%;
    }

    .middle_when_no_right_side_bar {
        display: block;
        margin: 0;
        min-height: 12em;
        overflow: hidden;
        padding: 0 3.5% !important;
        position: relative;
        width: 93% !important;
    }

    .no-left .middle_when_no_right_side_bar {
        padding: 0 3.5% !important;
        width: 93% !important;
    }

    .detail_padding {
        display: inline-block;
        padding: 0 0 1em;
    }

    .middle_when_right_side_bar .detail_padding,
    .middle_when_no_right_side_bar .detail_padding,
    .no_right_side_bar_right_padding .detail_padding {
        display: inline-block;
        margin: 0;
        position: relative;
        width: 100%;
    }

    .no-left .middle_when_no_right_side_bar.detail_padding {
        width: 93% !important;
    }

    .main .titletext.pagetitle_padding {
        color: rgb();
        font-family: var(--primary-font);
        font-size: 2.2em;
        font-weight: 900;
        margin-top: 1em;
        padding: 0 10% 1.5em;
        text-align: center;
        text-transform: uppercase;
        width: 80%;
    }

    #banner {
        background: rgb();
        display: inline-block;
        float: left;
        position: relative;
        width: 100%;
        z-index: 99;
    }

    #banner::before {
        background: url('www.foxvalleyvirtualschool.org/custom/images/interior/asset-interior-mask.png') left bottom no-repeat;
        background-size: 100%;
        bottom: 0;
        content: '';
        height: 7em;
        left: 0;
        position: absolute;
        width: 100%;
    }

    #banner.landing-page {
        background: rgb();
    }

    #banner.landing-page::before {
        background: url('www.foxvalleyvirtualschool.org/custom/images/interior/asset-interior-image-mask.png') left bottom no-repeat;
        background-size: 100%;
        bottom: 0;
        content: '';
        height: 7em;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 3;
    }

    #banner.landing-page .imageDip {
        background-size: cover !important;
        height: 34vw;
        position: relative;
        width: 100%;
        z-index: 1;}

    #banner .pageTitle {
        display: block;
        margin: 5.65em auto 0;
        max-width: 65%;
        min-width: 44%;
        position: relative;
        text-align: center;
    }

    #banner.landing-page .pageTitle {
        bottom: 0;
        left: 50%;
        padding: 0;
        position: absolute;
        transform: translate(-50%,0);
        width: 100%;
        z-index: 4;
        -ms-transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
    }

    #banner .pageTitle h1 {
        align-items: center;
        background: rgb();
        border-radius: 3em;
        color: var(--white);
        display: inline-flex;
        flex-flow: row wrap;
        font-family: var(--secondary-font);
        font-size: 2.2em;
        font-weight: 700;
        justify-content: center;
        line-height: 1em;
        max-width: 90%;
        min-height: 2em;
        min-width: 50%;
        padding: 0.5em 5%;
        text-align: center;
    }

    #banner.landing-page .pageTitle h1 {
        background: rgb();
        color: rgb();
    }

    #banner .main-slider {
        position: relative;
        width: 100%;
    }

    #banner .main-slider .slide {
        background-size: cover !important;
        height: 34vw;
        position: relative;
        width: 100%;
        z-index: 1;
    }

    #banner .main-slider .slide:after {
        background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0) 84%,rgba(0,0,0,0.7) 100%);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,0) 84%, rgba(0,0,0,0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0) 84%,rgba(0,0,0,0.7) 100%);
        content: '';
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#b3000000',GradientType=0 );
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .slider-arrows {
        align-items: center;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: space-between;
        left: 2.5%;
        position: absolute;
        top: 1.5em;
        z-index: 3;
    }

    .slider-arrows button {
        background: transparent;
        border: none;
        color: var(--white);
        font-size: 2em;
        padding: 0.25em;
    }

    .slider-arrows button:hover,
    .slider-arrows button:focus,
    .slider-arrows button:active,
    .slider-arrows button.slick-active {
        color: rgb();
        text-decoration: none;
    }

    #sidebar_content {
        display: inline-block;
        float: right;
        margin: 0 3% 0 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 25%;
        z-index: 0;
    }

    #sidebar_content .right_per_detail {
        display: inline-block;
        margin: 0 0 2em;
        padding: 0;
        position: relative;
        width: 100%;
    }

    #sidebar_content .right_hr_top {
        display: none;
    }

    #sidebar_content h3.tool_heading {
        background: rgb();
        border: none;
        border-radius: 0;
        color: var(--white);
        font-size: 1.5em;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1em;
        margin: 0;
        overflow: visible;
        padding: 0;
        width: 100%;
        z-index: 2;
    }

    #sidebar_content h3.tool_heading:after {
        background: url('www.foxvalleyvirtualschool.org/custom/images/interior/asset_right_h3.png') left top no-repeat;
        background-size: 100% 100%;
        content: '';
        height: 1.5em;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1;
    }

    #sidebar_content h3.tool_heading span {
        background: rgb();
        color: var(--white);
        max-width: 90%;
        padding: 0.75em 5% 0.5em;
        width: 90%;
    }

    #sidebar_content h3.tool_heading:before {
        display: none;
    }

    #sidebar_content .right_per_detail .right_content {
        border: 2px solid rgb();
        border-bottom-left-radius: 2em;
        border-bottom-right-radius: 2em;
        color: var(--black);
        display: inline-block;
        font-size: 90%;
        overflow: hidden;
        padding: 2.75em 7.5% 2.5em;
        position: relative;
        width: calc(85% - 4px);
    }

    #sidebar_content .righttext_per_photo {
        display: inline-block;
        margin: -2em 0 0 -8.5%;
        padding: 0 0 1.5em;
        width: 118%;
    }

    #sidebar_content .righttext_per_photo img {
        width: 100%;
    }

    #sidebar_content blockquote {
        padding: 1em 0 6em;
        width: 100%;
    }

    #sidebar_content blockquote:before,
    #sidebar_content blockquote:after {
        bottom: 0.5em;
        top: auto;
        transform: none;
        -ms-transform: none;
        -webkit-transform: none;
    }

    #sidebar_content blockquote:before {
        height: 5em;
        width: 5em;
    }

    #sidebar_content blockquote:after {
        border: 3px solid var(--white);
        height: 2.5em;
        left: 2.5em;
        width: 2.5em;
    }

    #sidebar_content .right_per_detail p:last-child {
        padding-bottom: 0px;
    }

    #sidebar_content .right_hr_bottom hr,
    #sidebar_content .right_hr_top hr,
    #sidebar_content .right_hr_bottom,
    #sidebar_content .detail_transNoto Sansr .right_content {
        display: none;
    }

    #sidebar_content .detail_quicklinks {
        color: rgb();
        font-family: var(--primary-font);
        font-weight: 400;
        margin-bottom: 1.25em !important;
        text-transform: capitalize;
    }

    #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;
        font-size: 1.1em;
        height: auto !important;
    }

    #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(--primary-font);
        font-size: 1em;
        font-weight: 700;
        line-height: 1.1em;
        margin: 0.25em 0;
        width: 100%;
    }

    #sidebar_content .upcoming_events_time {
        display: inline-block;
        float: left;
        font-family: var(--primary-font);
        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(--primary-font);
    }

    #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();
        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;
    }

    .detail_announcements2 p {
        margin: 0;
        padding: 0 0 0.75em;
    }

    #sidebar_content .detail_announcements2r p {
        font-size: 1em !important;
        margin: 0;
        overflow: hidden;
        padding: 0;
    }

    #sidebar_content .detail_announcements2r h4 {
        font-family: var(--primary-font);
        font-size: 1.4em;
        font-style: normal;
        font-weight: 700;
        line-height: 1.1em;
        margin: 1em 0 0;
        padding: 0 0 0.25em;
        text-decoration: none;
        text-transform: capitalize;
    }

    #sidebar_content .detail_announcements2r h4:first-child {
        background: none;
        border: none;
        margin-top: 0;
        padding-top: 0;
    }

    #sidebar_content .detail_announcements2r h4 a {
        text-transform: capitalize;
    }

    #sidebar_content .detail_announcements2r h4 a:hover,
    #sidebar_content .detail_announcements2r a {
        text-decoration: none;
    }

    #sidebar_content .detail_announcements2r a:hover {
        text-decoration: underline;
    }

    #sidebar_content .detail_announcements2r ul.bxslider ul li {
        margin: 0 0 1.5em;
    }

    #sidebar_content .detail_announcements2r img {
        margin: 0 0 1em !important;
        max-width: 100% !important;
    }

    .miniCalShell .miniCalSort,
    .miniCalShell .minCalSortCat {
        text-transform: capitalize;
    }

    .miniCalShell {
        margin: 0 auto;
        width: 90%;
    }

    .detail_minical h4 {
        color: rgb();
        font-family: var(--primary-font);
        font-size: 1.1em;
        font-style: normal;
        font-weight: 700;
        margin: 0;
        padding: 0.6em 0 0;
    }

    .detail_minical ul {
        margin: 0;
        padding: 0;
    }

    .detail_minical ul li a {
        display: inline-block;
        font-weight: 700;
        margin: 0.5em 0 0 0;
    }

    table.minical {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }

    .minical_wrapper table tr td table {
        border-spacing: 0;
        margin-bottom: 0;
    }

    .minical_wrapper table tr,
    .minical_wrapper table tr td {
        vertical-align: middle !important;
    }

    .minical_wrapper .headerbg td a {
        display: block;
    }

    .minical_wrapper .headerbg a span.title {
        display: none;
    }

    .minical_wrapper .headerbg td:first-child,
    .minical_wrapper .headerbg td:first-child + td + td,
    .minical_wrapper .headerbg td:first-child + td {
        width: auto !important;
    }

    .minical_wrapper .headerbg td:first-child {
        text-align: left;
    }

    .minical_wrapper .headerbg td:first-child + td + td a {
        float: right;
    }

    .minical_wrapper .headerbg td:first-child a {
        margin: 0 0.5em 0 0;
        position: relative;
        z-index: 1;
    }

    .minical_wrapper .headerbg td:first-child + td + td a {
        margin: 0 0 0 0.5em;
        position: relative;
    }

    .minical_wrapper {
        padding: 0px;
    }

    .minical_wrapper .headerbg,
    .minical_wrapper .headerbg .headerlink {
        color: #fff !important;
        font-weight: normal !important;
        text-decoration: none;
    }

    .minical_wrapper .headerbg .headertext,
    .minical_wrapper .header2bg .header2text {
        color: rgb();
        font-family: var(--primary-font);
        font-size: 1.3em;
        font-weight: 700;
        padding: 0;
        text-transform: capitalize;
    }

    .minical_wrapper .header2bg .header2text {
        color: rgb();
        font-family: var(--primary-font);
        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();
        height: 2em;
        padding: 0px 0 0px;
        width: 2.5em;
    }

    .minical_wrapper .alternatebg2 {
        color: rgb();
        height: 30px;
        padding: 0;
        width: 2.5em;
    }

    .minical_wrapper td.headerbg {
        color: 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() !important;
        font-family: var(--primary-font);
        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();
        color: var(--white);
        font-family: var(--primary-font);
        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: rgb() !important;
        font-weight: normal !important;
        opacity: 0.8;
    }

    .minical_wrapper .alternatebg1,
    .minical_wrapper .alternatebg2 {
        background-color: transparent;
    }

    .middle_when_no_right_side_bar.detail_padding .headerbg .headerlink {
        color: var(--white) !important;
    }

    .redtext {
        color: rgb(206,32,41);
        font-weight: bold;
    }

    .colorsquare {
        display: none;
    }

    .detail_textgraphic .figure img {
        border: 1px solid rgb();
        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();
        border-color: var(--light-gray);
        color: var(--white);
    }

    .detail_calendar table,
    .miniCalShell table {
        border-color: transparent;
    }

    .detail_calendar table table tr,
    .miniCalShell table tr {
        border-color: rgb();
    }

    .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: rgb();
        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(--secondary-font);
        font-size: 1.75em;
        font-weight: 700;
        line-height: 1em;
        padding: 0.4em 0;
        text-transform: uppercase;
    }

    .detail_calendar .headerbg,
    .detail_calendar .header2bg,
    .miniCalShell .header2bg {
        border-color: transparent;
    }

    .detail_calendar .header2bg,
    .miniCalShell .header2bg {
        background-color: rgb();
        border-color: rgb();
        color: rgb();
    }

    .detail_calendar .header2bg .header2text,
    .miniCalShell .header2bg .header2text {
        color: rgb();
        font-size: 0.9em;
        font-weight: 700;
        line-height: 1em;
        padding: 0.5em 0.5em 0.25em;
        text-align: left;
        text-transform: uppercase;
    }

    .detail_calendar .borderstyle {
        border: 1px solid rgb();
    }

    .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(--primary-font);
        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();
        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();
    }

    .detail_calendar .today_highlight {
        background: rgba(, 0.1);
    }

    .detail_calendar .calListShell .alternatebg1,
    .detail_calendar .calListShell .alternatebg2 {
        background: none;
    }

    .alternatebg1 {
        background-color: rgba(, 0.1);
    }

    .alternatebg2 {
        background-color: rgba(, 0.05);
    }

    .detail_lunchmenu .headerbg {
        background: rgb();
        border-color: var(--light-gray);
        color: var(--white);
    }

    .detail_lunchmenu table {
        border-color: transparent;
    }

    .detail_lunchmenu table table tr {
        border-color: var(--light-gray);
    }

    .detail_lunchmenu .headerbg a {
        color: var(--white);
        font-family: var(--primary-font);
        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(--primary-font);
        font-size: 1.75em;
        font-weight: 700;
        line-height: 1em;
        padding: 0.4em 0;
        text-transform: uppercase;
    }

    .detail_lunchmenu .headerbg,
    .detail_lunchmenu .header2bg {
        border-color: transparent;
    }

    .detail_lunchmenu .header2bg {
        background-color: rgb(238,236,236);
        border-color: rgb(238,236,236);
        color: var(--black);
    }

    .detail_lunchmenu .header2bg .header2text {
        color: rgb();
        font-family: var(--primary-font);
        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 var(--light-gray);
    }

    .detail_lunchmenu .alternatebg1,
    .detail_lunchmenu .alternatebg2 {
        background: none;
    }

    .detail_facultylist .headerbg {
        background-color: 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: var(--primary-font);
        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(--secondary-font);
        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();
        display: inline-block;
        margin-bottom: 1.5em;
        width: 100%;
    }

    .detail_announcements2 .annShell .image img {
        max-width: 45%;
    }

    .detail_slideshow img {
        max-width: 100% !important;
    }

    .video-container {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        padding-top: 30px;
        position: relative;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .detail_homework {
        padding: 0 4.3%;
        width: 91.4%;
    }

    .detail_homework div table table .headerbg {
        background: rgb();
    }

    .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(--primary-font);
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .detail_homework div table table .headerbg td a {
        color: var(--white);
        font-size: 0.83em;
        font-weight: 400;
    }

    .detail_homework div table table .header2bg {
        background: rgb();
        border-color: rgb();
        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();
        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;
    }

    .home-row {
        align-content: flex-start;
        display: inline-flex;
        flex-flow: row wrap;
        float: left;
        justify-content: flex-start;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .button {
        background: transparent;
        border: 2px solid rgb();
        border-radius: 2em;
        color: rgb() !important;
        display: inline-block;
        font-size: 1em;
        font-weight: 700;
        line-height: 1em;
        padding: 1em 1.75em;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -webkit-border-radius: 2em;
        -webkit-transition: all .3s ease 0s;
    }

    .button .icon {
        display: inline-block;
        font-size: 0.8em;
        padding-right: 0.2em;
    }

    .button:hover,
    .button:focus,
    .button:active {
        background: rgb();
        border-color: rgb();
        box-shadow: 6px 6px 13px 0 rgba(0,0,0,0.1);
        color: var(--white) !important;
        font-weight: 700;
        text-decoration: none;
        -webkit-box-shadow: 6px 6px 13px 0 rgba(0,0,0,0.1);
    }

    .button:hover .icon,
    .button:focus .icon,
    .button:active .icon {
        color: rgb();
    }

    .button.reverse {
        color: var(--white) !important;
    }

    .button.reverse:hover,
    .button.reverse:focus,
    .button.reverse:active {
        background: rgb();
        border-color: rgb();
        color: rgb() !important;
    }

    .main-slider {
        background: transparent;
        color: var(--white);
        display: inline-block;
        float: left;
        position: relative;
        width: 100%;
    }

    .main-slider .slider-link {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .main-slider .slider-image {
        background-position: center center !important;
        background-size: cover !important;
        display: inline-block;
        float: left;
        height: 38vw;
        width: 100%;
        z-index: 0;
    }

    .main-slider .slider-image:before {
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(18,18,18,0) 39%, rgba(45,45,45,0.6) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(18,18,18,0) 39%,rgba(45,45,45,0.6) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(18,18,18,0) 39%,rgba(45,45,45,0.6) 100%);
        content: '';
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#992d2d2d',GradientType=0 );
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .main-slider .slide-text {
        bottom: 2em;
        color: var(--white);
        left: 2.5%;
        opacity: 1 !important;
        padding: 0;
        position: absolute;
        width: 50%;
        z-index: 2;
    }

    .main-slider .slide-text h2 {
        color: var(--white);
        font-family: var(--secondary-font);
        font-size: 2.6em;
        font-weight: 700;
        position: relative;
        text-shadow: 0 0 5px rgba(0,0,0,0.15);
    }

    .main-slider .slide-text h2 .title {
        max-width: calc(100% - 1em);
    }

    .main-slider .slide-text h2 .icon {
        color: rgb();
        display: inline-block;
        font-size: 80%;
        left: 100%;
        position: absolute;
        top: 0.25em;
        transition: all .3s ease 0s-in-out;
        -moz-transition: all .3s ease 0s-in-out;
        -ms-transition: all .3s ease 0s-in-out;
        -o-transition: all .3s ease 0s-in-out;
        -webkit-transition: all .3s ease 0s-in-out;
    }

    .main-slider .slide-text p {
        color: var(--white);
        font-family: var(--secondary-font);
        font-size: 1.1em;
        font-weight: 700;
    }

    .main-slider .slide-text .button {
        font-size: 0.8em;
        margin: 0 0.5em 0.5em 0;
        text-transform: uppercase;
    }

    .white-popup {
        margin: 4em auto;
        max-width: 70%;
    }

    button.slick-autoplay-toggle-button {
        bottom: unset;
        border: 2px solid transparent;
        color: rgb();
        cursor: pointer;
        left: unset;
        opacity: 1;
        padding: 8px 5px 2px;
        position: relative;
        transition: all .3s ease 0s;
    }

    button..slick-autoplay-toggle-button .slick-pause-icon:before,
    button.slick-autoplay-toggle-button .slick-play-icon:before {
        font-size: 28px;
    }

    button.slick-autoplay-toggle-button:active,
    button.slick-autoplay-toggle-button:focus,
    button.slick-autoplay-toggle-button:hover {
        color: var(--black);
    }

    button.slick-autoplay-toggle-button:focus {
        border: 2px solid var(--white);
    }

    .slider-dots {
        align-items: center;
        display: flex;
        left: 2%;
        position: absolute;
        top: 2em;
    }

    .main-slider ~ .slider-dots,
    .main-slider ~ .slider-dots .slick-dots {
        flex-direction: column;
    }

    .slider-dots .slick-dots {
        bottom: unset;
        display: flex !important;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .slider-dots .slick-dots li {
        display: block;
        margin: 0;
    }

    .slider-dots .slick-dots li button {
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 40px;
        margin: 0 auto;
        opacity: 1;
        position: relative;
        padding: 0;
        justify-content: center;
        width: 40px;
    }

    .slider-dots .slick-dots li button .slick-dot-icon {
        background: rgb();
        border-radius: 50px;
        color: transparent;
        display: block;
        height: 26px;
        opacity: 1;
        transition: all .3s ease 0s;
        width: 26px;
    }

    #social-dots.slider-dots .slick-dots li button .slick-dot-icon {
        background: rgb(255,255,255);
    }

    .slider-dots .slick-dots li button:active .slick-dot-icon,
    .slider-dots .slick-dots li button:focus .slick-dot-icon,
    .slider-dots .slick-dots li button:hover .slick-dot-icon,
    .slider-dots .slick-dots li.slick-active button .slick-dot-icon,
    #social-dots.slider-dots .slick-dots li button:active .slick-dot-icon,
    #social-dots.slider-dots .slick-dots li button:focus .slick-dot-icon,
    #social-dots.slider-dots .slick-dots li button:hover .slick-dot-icon,
    #social-dots.slider-dots .slick-dots li.slick-active button .slick-dot-icon {
        background: var(--black);
    }

    .slider-dots .slick-dots li.slick-active button .slick-dot-icon:before,
    .slider-dots .slick-dots li button .slick-dot-icon:before {
        content: none;
        display: none !important;
    }

    .slider-dots.horizontal-dots {
        bottom: 2.5em;
        right: 15%;
        text-align: right;
        width: 100%;
    }

    .slider-dots.horizontal-dots ul {
        width: 100%;
    }

    .slider-dots.horizontal-dots li {
        display: inline-block;
        margin: 0 0.25em;
    }

    #entrance-links {
        position: fixed;
        top: 38%;
        right: 0;
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: 9999;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        align-content: flex-start;
    }

    #entrance-links li {
        display: block;
        flex-basis: 100%;
        width: 100%;
        margin: 0 0 0.2em;
        text-align: right;
    }

    #entrance-links li a {
        align-items: center;
        background: rgba();
        border-bottom-left-radius: 2.5em;
        border-top-left-radius: 2.5em;
        color: rgb();
        display: inline-flex;
        font-size: 1em;
        height: 50px;
        line-height: 1em;
        justify-content: flex-start;
        transition: all .3s ease 0s;
        width: 50px;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    #entrance-links li a .icon {
        display: block;
        text-align: center;
        width: 50px;
    }

    #entrance-links li a .icon.icon-icon-athletics {
        font-size: 0.6em;
    }

    #entrance-links li .title {
        color: var(--white);
        display: block;
        font-family: var(--secondary-font);
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        opacity: 0;
        padding: 0 20px 0 0;
        transition: all .3s ease 0s;
        width: auto;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    #entrance-links li a:hover,
    #entrance-links li a:focus,
    #entrance-links li a:active {
        text-decoration: none;
        width: auto;
    }

    #entrance-links li a:hover .title,
    #entrance-links li a:focus .title,
    #entrance-links li a:active .title {
        opacity: 1;
    }

    #landing-pathways {
        padding: 3.5em 0;
        z-index: 4;
    }

    #landing-pathways ul {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    #landing-pathways ul li {
        background: rgb();
        border: 2px solid var(--white);
        border-left: 0;
        border-top-right-radius: 20vw;
        border-bottom-right-radius: 20vw;
        color: var(--white);
        display: inline-block;
        height: 26.5vw;
        overflow: hidden;
        position: relative;
        transition: all .3s ease 0s;
        width: 30vw;
        z-index: 4;
        -webkit-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
    }

    #landing-pathways ul li:nth-child(2) {
        left: 18%;
        position: absolute;
        top: 0;
        z-index: 3;
    }

    #landing-pathways ul li:nth-child(3) {
        left: 36%;
        position: absolute;
        top: 0;
        z-index: 2;
    }

    #landing-pathways ul li a {
        display: inline-block;
        float: left;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    #landing-pathways ul li .callout-img {
        align-items: center;
        background-position: center center !important;
        background-size: cover !important;
        display: inline-flex;
        height: 80%;
        justify-content: center;
        width: 100%;
    }

    #landing-pathways ul li .path-text {
        align-content: center;
        align-items: center;
        background: rgb();
        bottom: 0;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: flex-end;
        padding: 0.8em 30% 0.8em 25%;
        position: absolute;
        right: 0;
        text-align: right;
        transition: all .3s ease 0s;
        width: 45%;
        -ms-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    #landing-pathways ul li .path-text-inner {
        display: none;
        height: 0;
        overflow: hidden;
        width: 0;
    }

    #landing-pathways ul li .path-text-inner p {
        color: var(--white);
        font-size: 0.9em;
        margin-bottom: 1em;
    }

    #landing-pathways ul li .path-text-inner .button {
        font-size: 0.7em;
    }

    #landing-pathways ul li .path-text h3 {
        color: rgb();
        font-family: var(--secondary-font);
        font-size: 1.2em;
        line-height: 1.1em;
        min-height: 2.2em;
    }

    #landing-pathways ul li .path-text h3:after {
        background: rgb();
        content: '';
        height: 2px;
        left: -5%;
        position: absolute;
        top: 100%;
        width: 150%;
    }

    #landing-pathways ul li:hover,
    #landing-pathways ul li:focus,
    #landing-pathways ul li:active,
    #landing-pathways ul li:focus-within {
        padding-left: 23%;
    }

    #landing-pathways ul li:hover .callout-img,
    #landing-pathways ul li:focus .callout-img,
    #landing-pathways ul li:active .callout-img,
    #landing-pathways ul li:focus-within .callout-img {
        height: 100%;
        opacity: 0.15;
        width: 100%;
        z-index: 0;
    }

    #landing-pathways ul li:hover .path-text,
    #landing-pathways ul li:focus .path-text,
    #landing-pathways ul li:active .path-text,
    #landing-pathways ul li:focus-within .path-text {
        align-content: center;
        align-items: center;
        background: transparent;
        display: inline-flex;
        flex-flow: row wrap;
        height: 100%;
        justify-content: flex-start;
        padding: 0;
        text-align: left;
        width: 50%;
    }

    #landing-pathways ul li:hover .path-text h3,
    #landing-pathways ul li:focus .path-text h3,
    #landing-pathways ul li:active .path-text h3,
    #landing-pathways ul li:focus-within .path-text h3 {
        color: var(--white);
        margin-bottom: 0.4em;
        min-height: 0;
        padding-bottom: 0.4em;
        padding-right: 20%;
        position: relative;
        width: 80%;
    }

    #landing-pathways ul li:hover .path-text-inner,
    #landing-pathways ul li:focus .path-text-inner,
    #landing-pathways ul li:active .path-text-inner,
    #landing-pathways ul li:focus-within .path-text-inner {
        display: block;
        height: auto;
        overflow: visible;
        padding-right: 20%;
        width: 80%;
    }

    #landing-pathways li .callout-img .icon {
        color: var(--white);
        font-size: 2.5em;
        opacity: 0.8;
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    #landing-stories {
        background: rgb();
        border-bottom-right-radius: 20vw;
        border-top-right-radius: 20vw;
        color: var(--white);
        display: inline-block;
        height: 26.5vw;
        list-style: none;
        margin: 3.5em 0;
        margin-right: 15%;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 85%;
        z-index: 4;
    }

    #landing-stories h2 {
        font-size: 2.2em;
        padding-bottom: 0.3em;
        padding-right: 10%;
        position: absolute;
        right: 0;
        top: 0.75em;
        width: 44%;
    }

    #landing-stories h2:after {
        background: var(--white);
        bottom: 0;
        content: '';
        display: inline-block;
        height: 2px;
        left: -5%;
        position: absolute;
        width: 150%;
    }

    .stories-slider {
        display: inline-block;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .stories-slider li {
        align-items: center;
        display: inline-flex;
        flex-flow: row-wrap;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

    .stories-slider li .stories-text {
        display: inline-block;
        float: right;
        margin-right: 14%;
        position: relative;
        text-align: left;
        top: 5.8em;
        width: 40%;
    }

    .stories-slider li .stories-text h3 {
        color: var(--white);
        font-family: var(--secondary-font);
        font-size: 1.3em;
        font-weight: 700;
        padding: 0.5em 0;
    }

    .stories-slider li .stories-text p {
        color: var(--white);
        font-size: 0.9em;
        padding: 0 0 1em;
    }

    .stories-slider li .stories-text .button {
        font-size: 0.7em;
    }

    .stories-slider li .stories-img {
        align-content: center;
        background-color: var(--white);
        background-position: center center !important;
        background-size: cover !important;
        border: 2px solid rgb();
        border-bottom-right-radius: 20vw;
        border-left: 0;
        border-top-right-radius: 20vw;
        display: inline-flex;
        float: left;
        height: 26.5vw;
        justify-content: center;
        position: relative;
        width: 36.5%;
    }

    .stories-slider li .stories-img .slide-pop {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .stories-slider li .stories-img img {
        margin-left: -10%;
        width: 60%;
    }

    .stories-slider li .stories-img .slide-pop:hover,
    .stories-slider li .stories-img .slide-pop:focus,
    .stories-slider li .stories-img .slide-pop:active {
        text-decoration: none;
    }

    .stories-slider li .stories-img.w-photo {
        background-size: cover !important;
        background-position: center !important;
        border-color: var(--white);
    }

    .stories-slider li .stories-img .icon {
        color: var(--white);
        font-size: 2.5em;
        opacity: 0.8;
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    .stories-slider li .stories-img .slide-pop:hover,
    .stories-slider li .stories-img .slide-pop:focus,
    .stories-slider li .stories-img .slide-pop:active {
        opacity: 1;
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
    }

    #stories-arrows {
        align-content: flex-start;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-top: 1.5em;
        position: relative;
        width: 100%;
    }

    #stories-dots {
        bottom: 2em;
        left: unset;
        right: 2em;
        top: unset;
    }

    #landing-flex-text {
        align-items: center;
        display: flex;
        justify-content: flex-end;
    }

    #annMore {
        background: rgb();
        bottom: 4.5em;
        font-size: 0.7em;
        left: 8.5%;
    }

    #annMore:hover,
    #annMore:focus,
    #annMore:active {
        background: rgb();
    }

    #landing-updates {
        align-content: center;
        align-items: center;
        background: rgb();
        border-bottom-left-radius: 20vw;
        border-top-left-radius: 20vw;
        color: rgb();
        display: inline-flex;
        flex-flow: row wrap;
        height: 26.5vw;
        justify-content: flex-end;
        list-style: none;
        margin: 3.5em 0;
        margin-left: 15%;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 85%;
        z-index: 4;
    }

    #landing-updates h2.top {
        color: rgb();
        font-size: 2.2em;
        left: 15%;
        padding-bottom: 0.3em;
        padding-right: 10%;
        position: absolute;
        top: 0.75em;
        width: 44%;
    }

    #landing-updates h2.top:after {
        background: var(--white);
        bottom: 0;
        content: '';
        display: inline-block}
        height: 2px;
        left: -5%;
        position: absolute;
        width: 150%;

    #landing-flex-text.full {
        align-content: center;
        align-items: center;
        display: inline-flex;
        flex-basis: 85%;
        flex-flow: row wrap;
        float: right;
        justify-content: space-between;
    }

    #landing-flex-text.w-social {
        flex-basis: 36.5%;
    }

    .flex-text {
        flex-basis: 45%;
    }

    .flex-text h2 {
        color: rgb();
        font-size: 2.2em;
        margin: 0 0 0.3em;
        padding: 0 0 0.3em;
        position: relative;
    }

    .flex-text h2:after {
        background: var(--white);
        bottom: 0;
        content: '';
        display: inline-block}
        height: 2px;
        left: -5%;
        position: absolute;
        width: 150%;

    .flex-text p {
        color: rgb();
        font-size: 0.9em;
        width: 90%;
    }

    .flex-text .button {
        border-color: rgb();
        font-size: 0.75em;
    }

    #landing-flex-text.w-social .flex-img {
        height: 30vw;
        width: 100%;
    }

    .flex-img {
        align-content: center;
        background-color: var(--white);
        background-position: center center !important;
        background-size: cover !important;
        border: 2px solid rgb();
        border-bottom-left-radius: 20vw;
        border-right: 0;
        border-top-left-radius: 20vw;
        display: inline-flex;
        height: 26.5vw;
        justify-content: center;
        position: relative;
        width: 36.5%;
    }

    .flex-img .slide-pop {
        align-items: center;
        display: flex;
        height: 100%;
        left: 0;
        justify-content: center;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .flex-img img {
        margin-left: -10%;
        width: 60%;
    }

    .flex-img .slide-pop:hover,
    .flex-img .slide-pop:focus,
    .flex-img .slide-pop:active {
        text-decoration: none;
    }

    .flex-img.w-photo {
        background-size: cover !important;
        background-position: center !important;
        border-color: var(--white);
    }

    .flex-img .icon {
        color: var(--white);
        font-size: 2.5em;
        opacity: 0.8;
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    .flex-img .slide-pop:hover,
    .flex-img .slide-pop:focus,
    .flex-img .slide-pop:active {
        opacity: 1;
        transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    #social-row {
        display: inline-block;
        flex-basis: 45%;
        left: -5%;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 45%;
        z-index: 2;
    }

    #social-row .detail_social_media_feed .cmsFacebookFeed .cmsFbItem,
    #social-row .detail_social_media_feed .cmsTwitterFeed .cmsTwItem {
        align-items: flex-start;
        border: 0;
        clear: none;
        display: flex !important;
        float: left;
        margin: 0;
        padding: 0;
    }

    #social-row .detail_social_media_feed .image {
        height: 150px;
        width: 150px;
    }

    #social-row .detail_social_media_feed .image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    #social-row .detail_social_media_feed .text.wImg {
        width: 65%;
    }

    #social-row .detail_social_media_feed .text {
        overflow: visible;
    }

    #social-row .detail_social_media_feed .text .copy {
        color: rgb();
        display: block;
        font-size: 0.9em;
    }

    #social-row .detail_social_media_feed .text .fbDetails {
        font-size: 0.7em;
    }

    #social-row .detail_social_media_feed .text p {
        margin: 0;
        padding: 0 0 0.5em;
    }

    #social-row .detail_social_media_feed .button {
        border-color: rgb();
        font-size: 0.5em;
        margin-top: 0.5em;
        padding: 1em 0.7em;
        text-align: center;
    }

    #social-row .detail_social_media_feed .cmsFacebookFeed .text a .fa {
        display: none;
    }

    #social-row .detail_social_media_feed .button:hover {
        text-decoration: none;
    }

    #social-dots {
        bottom: 1.5em;
        left: 15%;
        right: auto;
        text-align: left;
        top: auto;
        z-index: 10;
    }

    .detail_social_media_feed .slick-track {
        align-items: center;
        display: flex;
    }

    #fbFeed {
        display: inline-block;
        width: 100%;
    }

    #upcoming-events {
        margin: 2em 0;
        z-index: 4;
    }

    #upcoming-events .wrapper {
        align-items: center;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    #upcoming-events h2 {
        color: rgb();
        position: relative;
    }

    #events-links {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #events-links li {
        display: inline-block;
        font-size: 70%;
        margin: 0 0.5em;
    }

    ul.events-list.slick-slider {
        display: inline-block;
        flex-basis: 100%;
        float: right;
        list-style: none;
        margin: 2.5em 0 0;
        padding: 0;
        position: relative;
        width: 100%;
        z-index: 4;
    }

    .events-list li {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .events-list li h3 {
        color: var(--black);
        display: block;
        font-family: var(--primary-font);
        font-size: 1em;
        font-weight: 700;
        line-height: 1em;
        margin: 0 0 0.75em;
        padding: 0;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }

    .events-list li h3 .event-date-bg {
        align-content: center;
        align-items: center;
        background: rgb();
        border-radius: 50%;
        color: var(--white);
        display: inline-flex;
        flex-flow: row wrap;
        float: left;
        height: 3.5em;
        width: 3.5em;
    }

    .events-list li h3 .event-date-bg span {
        display: block;
        flex-basis: 100%;
        text-align: center;
    }

    .events-list li h3 .event-date-bg .event-mon {
        font-size: 0.75em;
        padding-bottom: 0.2em;
    }

    .events-list li h3 .event-date-bg .event-date {
        font-size: 1.4em;
    }

    .events-list li h3 .event-day {
        font-size: 0.75em;
        margin-left: 3%;
        padding-bottom: 0.5em;
        position: relative;
    }

    .events-list li h3 .event-day:after {
        background: rgb();
        bottom: -5px;
        content: '';
        display: inline-block;
        height: 4px;
        left: 0;
        position: absolute;
        width: 30%;
    }

    .events-list li .event {
        display: inline-block;
        float: right;
        margin: 1em 0 1em;
        padding-right: 10%;
        position: relative;
        width: calc(90% - 4em);
    }

    .events-list li .event h4 {
        font-family: var(--secondary-font);
        font-size: 1em;
        font-style: none;
        font-weight: 700;
        line-height: 1.2em;
        padding: 0 0 0.25em;
    }

    .events-list li .event h4 a {
        color: var(--black);
    }

    .events-list li .event h4 a:hover,
    .events-list li .event h4 a:focus,
    .events-list li .event h4 a:active {
        color: rgb();
        font-style: normal;
        text-decoration: none;
    }

    .events-list li .event h5 {
        color: var(--black);
        font-family: var(--primary-font);
        font-size: 0.8em;
        font-style: normal;
        font-weight: 400;
        line-height: 1.2em;
        margin-top: 0.25em;
        padding: 0;
    }

    .events-list li .event h5 span.eventColor {
        display: inline-block;
        height: 0.8em;
        float: left;
        margin-right: 1em;
        width: 0.8em;
    }

    #event-dots {
        bottom: unset;
        left: unset;
        position: relative;
        right: unset;
        top: unset;
    }

    #landing-featured {
        background: url('www.foxvalleyvirtualschool.org/custom/images/homepage/asset_section_bg.png') center center no-repeat;
        background-size: 100% auto;
        margin: 2em 0;
        padding-bottom: 50px;
        text-align: center;
    }

    #landing-featured h2.top {
        background: rgb();
        color: var(--white);
        display: inline-block;
        margin: 1em auto 0;
        width: auto;
    }

    #landing-feature-text {
        align-items: flex-start;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-bottom: 2.5em;
        width: 100%;
    }

    #landing-feature-text .flex-img {
        border: none;
        border-radius: 2em;
        box-shadow: 10px 10px 18px 0 rgba(0,0,0,0.16);
        height: 30vw;
        width: 50vw;
        -webkit-box-shadow: 10px 10px 18px 0 rgba(0,0,0,0.16);
    }

    #landing-feature-text .flex-text {
        flex-basis: 40%;
        text-align: left;
    }

    #landing-feature-text .flex-text h2 {
        color: rgb();
        font-size: 2em;
        margin-bottom: 0.3em;
    }

    #landing-feature-text .flex-text h2:after {
        display: none;
    }

    #landing-feature-text .flex-text p {
        color: rgb();
        font-size: 0.9em;
    }

    #landing-feature-text .flex-text .button {
        border-color: rgb();
    }

    #landing-feature-text .flex-text .button:hover,
    #landing-feature-text .flex-text .button:focus,
    #landing-feature-text .flex-text .button:active {
        border-color: rgb();
    }

    #landing-callouts {
        align-items: flex-start;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #landing-callouts li {
        background: var(--white);
        border-radius: 50%;
        box-shadow: 0 0 18px 0 rgba(0,0,0,0.25);
        display: inline-block;
        height: 20vw;
        margin-bottom: 1em;
        margin-top: 5em;
        overflow: hidden;
        position: relative;
        width: 20vw;
        -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,0.25);
    }

    #landing-callouts li:first-child,
    #landing-callouts li:last-child {
        margin-top: 0;
    }

    #landing-callouts li a {
        display: inline-block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    #landing-callouts li a:hover,
    #landing-callouts li a:focus,
    #landing-callouts li a:active {
        text-decoration: none;
    }

    #landing-callouts li .callout-img {
        align-items: center;
        background-color: var(--black);
        background-size: cover !important;
        display: inline-flex;
        height: 100%;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    #landing-callouts li .callout-img .icon {
        color: rgb(0,0,0);
        font-size: 2em;
        opacity: 0;
        text-shadow: 3px 3px 8px #2E2E2E;
    }

    #landing-callouts li .callout-text {
        align-content: center;
        align-items: center;
        background: rgba(,0.85);
        background-size: cover !important;
        display: inline-flex;
        flex-flow: row wrap;
        height: 100%;
        justify-content: center;
        left: 0;
        opacity: 1;
        position: absolute;
        top: 0;
        transition: all .3s ease 0s;
        width: 100%;
        -moz-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    #landing-callouts.stats li .callout-text {
        background: rgb();
    }

    #landing-callouts li .callout-text h3 {
        color: rgb();
        font-family: var(--secondary-font);
        font-size: 1.8em;
        margin: 0 5%;
        width: 90%;
    }

    #landing-callouts.stats li .callout-text h3 {
        font-size: 2.5em;
    }

    #landing-callouts li .callout-text p {
        color: rgb();
        font-size: 1em;
        line-height: 1.1em;
        padding: 0 10%;
        width: 80%;
    }

    #landing-callouts li:hover .callout-text,
    #landing-callouts li:focus .callout-text,
    #landing-callouts li:active .callout-text,
    #landing-callouts li:focus-within .callout-text {
        opacity: 0;
    }

    #landing-callouts.stats li:hover .callout-text,
    #landing-callouts.stats li:focus .callout-text,
    #landing-callouts.stats li:active .callout-text,
    #landing-callouts.stats li:focus-within .callout-text {
        background: rgb();
        opacity: 1;
    }

    #landing-callouts.stats li:hover .callout-text p,
    #landing-callouts.stats li:focus .callout-text p,
    #landing-callouts.stats li:active .callout-text p,
    #landing-callouts.stats li:focus-within .callout-text p,
    #landing-callouts.stats li:hover .callout-text h3,
    #landing-callouts.stats li:focus .callout-text h3,
    #landing-callouts.stats li:active .callout-text h3,
    #landing-callouts.stats li:focus-within .callout-text h3 {
        color: var(--white);
    }

    #landing-callouts li:hover .callout-img .icon,
    #landing-callouts li:focus .callout-img .icon,
    #landing-callouts li:active .callout-img .icon,
    #landing-callouts li:focus-within .callout-img .icon {
        opacity: 1;
    }

    #landing-bottom {
        align-items: center;
        display: inline-flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 3em 0 0;
        overflow: hidden;
    }

    #landing-flex-callout {
        border: 2px solid rgb();
        border-radius: 50%;
        box-shadow: 0 0 65px 0 rgba(0,0,0,0.25);
        height: 45vw;
        margin: 65px;
        margin-bottom: -10%;
        margin-left: -10%;
        overflow: hidden;
        width: 45vw;
        -webkit-box-shadow: 0 0 65px 0 rgba(0,0,0,0.25);
    }

    #landing-flex-callout .flex-img {
        border: none;
        border-radius: 0;
        flex-flow: row wrap;
        float: right;
        height: 90%;
        width: 90%;
    }

    #landing-flex-callout .button {
        background: var(--white);
        font-size: 0.7em;
        margin: 1em 0;
    }

    #landing-flex-callout .button:hover,
    #landing-flex-callout .button:focus,
    #landing-flex-callout .button:active {
        background: rgb();
        border-color: rgb();
    }

    #landing-flex-callout .button .icon {
        color: inherit;
        font-size: 0.8em;
        margin-left: 0.5em;
        opacity: 1;
    }

    #landing-flex-callout .flex-img .slide-pop {
        display: flex;
        height: auto;
        left: auto;
        margin-left: 0.5em;
        position: relative;
        top: auto;
        width: auto;
    }

    .icon-set {
        align-content: center;
        align-items: center;
        display: inline-flex;
        flex-basis: 90%;
        flex-flow: row wrap;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 2em 5%;
        position: relative;
        z-index: 1;
    }

    .icon-set.w-callout {
        flex-basis: 45%;
    }

    .icon-set li {
        display: inline-block;
        flex-basis: 30%;
        margin: 0 0 1.8em;
        position: relative;
        z-index: 1;
    }

    .icon-set.w-callout li {
        flex-basis: 45%;
    }

    .icon-set li .icon {
        font-size: 0.8em;
        margin-right: 0.5em;
        position: relative;
    }

    .icon-set li .button {
        padding: 1em 5%;
        text-transform: none;
        width: 90%;
    }

    .bx-wrapper .bx-controls-direction {
        display: none;
    }

    .bx-wrapper .bx-viewport {
        background: none !important;
    }

    .bx-wrapper {
        overflow: visible !important;
        padding: 0 !important;
    }

    .bx-wrapper .bx-pager {
        right: -3% !important;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: rgb() !important;
        border-radius: 0 !important;
        color: var(--white) !important;
        height: 15px !important;
        margin: 0 0 0.5em !important;
        width: 15px !important;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: rgb() !important;
        color: rgb() !important;
    }

    ul.bxslider {
        margin: 0 !important;
        padding: 0 !important;
    }

    ul.bxslider ul li {
        width: 75%;
    }

    .utility-nav li a:hover span,
    .utility-nav li a:focus span,
    .utility-nav li a:active span,
    .utility-nav li a.on span,
    .utility-nav li button:hover span,
    .utility-nav li button:focus span,
    .utility-nav li button:active span,
    .utility-nav li button.on span {
        color: var(--black) !important;
        cursor: pointer;
    }

    .utility-nav li a span,
    .utility-nav li button span,
    #menu-modal .close-modal {
        transition: all .3s ease 0s;
    }

    #header-left.mobile {
        display: none;
    }

    @media only screen and (min-width: 2600px) {
        html {
            font-size: 137.25%;
        }
    }

    @media only screen and (max-width: 2600px) {
        html {
            font-size: 125%;
        }
    }

    @media only screen and (max-width: 2400px) {
        html {
            font-size: 118.75%;
        }
    }

    @media only screen and (max-width: 1800px) {
        html {
            font-size: 112.5%;
        }
    }

    @media only screen and (max-width: 1600px) {
        html {
            font-size: 100%;
        }

        #pageTitle h1,
        .main_body_size .titletext {
            font-size: 1.75em;
        }

        #social-row {
            padding-top: 3.5em;
        }
    }

    @media only screen and (max-width: 1500px) {
        #social-icons {
            font-size: 80%;
        }
    }

    @media only screen and (max-width: 1450px) {
        #landing-pathways ul li {
            height:36.5vw;
            width:40vw;
        }

        #landing-pathways ul li:nth-child(3) {
            left:48%;
        }

        #landing-pathways ul li:nth-child(2) {
            left: 25%;
        }

        #landing-pathways ul li:hover,
        #landing-pathways ul li:focus,
        #landing-pathways ul li:active,
        #landing-pathways ul li:focus-within {
            padding-left: 9%;
        }

        #landing-pathways ul li:hover .path-text,
        #landing-pathways ul li:focus .path-text,
        #landing-pathways ul li:active .path-text,
        #landing-pathways ul li:focus-within .path-text {
            width: 60%;
        }

        #landing-pathways ul li .path-text {
            padding-bottom: 1.5em;
            padding-top: 1.2em;
        }

        #landing-pathways ul li .path-text h3 {
            font-size: 1em;
        }

        #landing-updates {
            height: 36.5vw;
        }

        #landing-flex-text.w-social {
            width: 46.5%;
        }

        .flex-img {
            flex-basis: 46.5%;
        }

        #landing-flex-text.w-social .flex-img,
        .flex-img {
            height: 36.5vw;
        }

        #landing-updates h2.top,
        #landing-stories h2,
        #landing-feature-text .flex-text h2,
        #upcoming-events h2,
        .flex-text h2,
        #landing-featured h2.top {
            font-size: 1.8em;
        }

        .stories-slider li .stories-text h3 {
            font-size: 1em;
        }

        .stories-slider li .stories-text p {
            font-size: 0.8em;
        }

        .stories-slider li .stories-text .button {
            font-size: 0.6em;
        }

        .stories-slider li .stories-text {
            top: 4.5em;
        }

        .stories-slider li .stories-text {
            margin-right: 5%;
            width: 50%;
        }
    }

    @media only screen and (max-width: 1300px) {
        .fixed #logo img {
            max-height: 2.2em;
        }

        #banner .pageTitle {
            max-width: 75%;
        }

        #banner .pageTitle h1 {
            font-size: 1.8em;
        }

        div.figure {
            width: auto !important;
        }

        .main-slider .slide-text {
            width: 60%;
        }

        .main-slider .slide-text h2 {
            font-size: 2.2em;
        }

        .main-slider .slide-text p {
            font-size: 1em;
        }

        .main-slider .slide-text .button {
            font-size: 0.7em;
        }

        .icon-set.w-callout li {
            flex-basis: 48%;
        }

        .icon-set li .button {
            font-size: 0.9em;
        }

        #landing-stories {
            height: 36.5vw;
            margin-right: 5%;
            width: 95%;
        }

        .stories-slider li .stories-img {
            height: 36.5vw;
        }

        #social-row {
            padding-top: 2em;
        }

        #social-row .detail_social_media_feed .text .copy {
            font-size: 0.75em;
        }

        .detail_iform fieldset table tr {
            display: inline-block;
            width: 100%;
        }

        .detail_iform fieldset table td[width="10"] {
            display: block;
            width: 100%;
            line-height: 0;
        }

        .iform-input-text-box,
        .iform-input-text-area,
        .iform-input-select,
        .iform-drop table,
        .iform-select-instructions,
        .iform-select-wrapper {
            width:100%;
        }

        .iform-select-instructions,
        .iform-select-wrapper {
            display: block;
        }

        .detail_lunchmenu table {
            font-size: 90%;
        }

        .detail_lunchmenu table table {
            font-size: 100%;
        }
    }

    @media only screen and (max-width: 1024px) {
        .left-nav {
            display: none;
        }

        .left-nav.showCat {
            display: inline-block;
            width: 100%;
        }

        .left-nav.showCat h3 {
            display: none;
        }

        .middle-column {
            width: 100%;
        }

        .middle_when_right_side_bar {
            padding: 0 2.5% !important;
            width: 55%;
        }

        .middle_when_no_right_side_bar {
            padding: 0 2.5% !important
            width: 95% !important;
        }

        #sidebar_content {
            width: 35%;
        }

        #banner .pageTitle {
            max-width: 90%;
        }

        #banner .pageTitle h1 {
            font-size: 1.5em;
        }

        .header .wrapper {
            display: grid;
            row-gap: 15px;
        }

        #header-left {
            grid-column-start: 2;
        }

        #header-left.mobile {
            display: block;
            grid-column-start: 1;
            grid-row-start: span 2;
        }

        #logoMobile {
            align-items: center;
            display: flex;
            justify-content: center;
        }

        #logoMobile img {
            display: block;
            height: auto;
            padding: 12px;
            width: 250px;
        }

        #header-mid {
            display: none;
        }

        #header-left.mobile {
            display: block;
        }

        #logoMobile {
            display: flex;
        }

        div.utility-nav {
            display: flex;
            justify-content: flex-end;
        }

        .utility-nav .icon {
            font-size: 22px;
        }

        .footer-column {
            flex-basis: 100%;
        }

        #footer-logo img {
            max-height: unset;
            max-width: 50%;
        }

        .main-slider .slide-text {
            width: 70%;
        }

        .main-slider .slide-text h2 {
            font-size: 1.8em;
        }

        .main-slider .slide-text p {
            font-size: 0.9em;
        }

        #landing-pathways ul li .path-text h3 {
            font-size: 0.9em;
        }

        .icon-set li {
            flex-basis: 48%;
        }

        .icon-set.w-callout li {
            flex-basis: 100%;
        }

        #landing-flex-callout {
            margin-bottom: -12em;
        }

        #landing-feature-text .flex-text {
            flex-basis: 50%;
        }

        #landing-callouts li .callout-text {
            font-size: 80%;
        }
    }

    @media only screen and (max-width: 980px) {
        html {
            font-size: 100%;
        }

        #logo img {
            margin: 0 auto;
            max-height: 5em;
            max-width: 70%;
        }

        #entrance-links {
            bottom: auto;
            display: inline-block;
            left: auto;
            margin: 1em auto;
            position: relative;
            right: auto;
            top: auto;
            width: 100%;
            z-index: 3;
        }

        #entrance-links li a,
        #entrance-links li a:hover,
        #entrance-links li a:focus,
        #entrance-links li a:active {
            justify-content: flex-start;
            padding-left: 10%;
            padding-right: 5%;
            width: 75%;
        }

        #entrance-links li a:hover,
        #entrance-links li a:focus,
        #entrance-links li a:active {
            background: rgb();
        }

        #entrance-links li .title {
            display: inline-block;
            height: auto;
            opacity: 1;
            padding-left: 0.5em;
            width: auto;
        }

        #landing-pathways ul li:nth-child(2),
        #landing-pathways ul li:nth-child(3) {
            left: auto;
            margin: 1em 0;
            position: relative;
            top: auto;
        }

        #landing-pathways ul li:nth-child(2) {
            border-radius: 0;
            border-bottom-left-radius: 20vw;
            border-top-left-radius: 20vw;
            float: right;
        }

        #landing-pathways ul li,
        #landing-pathways ul li:hover,
        #landing-pathways ul li:focus,
        #landing-pathways ul li:active,
        #landing-pathways ul li:focus-within {
            padding-left: 40%;
        }

        #landing-pathways ul li .callout-img {
            height: 100%;
            opacity: 0.15;
            width: 100%;
            z-index: 0;
        }

        #landing-pathways ul li .path-text h3 {
            color: var(--white);
            font-size: 1.2em;
            margin-bottom: 0.4em;
            min-height: 0;
            padding-bottom: 0.4em;
            padding-right: 20%;
            position: relative;
            width: 80%;
        }

        #landing-pathways ul li .path-text {
            align-items: center;
            align-content: center;
            background: transparent;
            display: inline-flex;
            flex-flow: row wrap;
            height: 100%;
            justify-content: flex-start;
            padding: 0;
            text-align: left;
            width: 70% !important;
        }

        #landing-pathways ul li .path-text-inner {
            display: block;
            height: auto;
            overflow: visible;
            padding-right: 20%;
            width: 80%;
        }

        #landing-stories {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            height: auto;
            margin-right: 0;
            width: 100%;
        }

        #landing-stories h2,
        #landing-updates h2.top {
            left: auto;
            margin: 0 0 1em;
            padding: 1em 5% 0.2em;
            position: relative;
            right: auto;
            top: auto;
            width: 95%;
        }

        .stories-slider li .stories-text {
            top: auto;
        }

        #landing-updates h2.top,
        #landing-stories h2,
        #landing-feature-text .flex-text h2,
        #upcoming-events h2,
        .flex-text h2,
        #landing-featured h2.top {
            font-size: 1.5em;
        }

        .slider-dots.horizontal-dots {
            bottom: auto;
            display: inline-block;
            left: auto;
            margin: 0.5em 0;
            position: relative;
            width: 100%;
        }

        #landing-updates {
            border-radius: 0;
            height: auto;
            margin: 1em 0;
            width: 100%;
        }

        #social-row {
            flex-basis: 95%;
            left: auto;
            order: 1;
            padding-top: 0;
        }

        #social-row .detail_social_media_feed .text p {
            padding-right: 5%;
            width: 90%;
        }

        #social-dots {
            bottom: auto;
            left: auto;
            text-align: center;
        }

        #social-row .detail_social_media_feed .cmsFacebookFeed .cmsFbItem {
            vertical-align: top;
        }

        #landing-flex-text.w-social {
            flex-basis: 60%;
            order: 2;
        }

        #landing-flex-text.w-social .flex-img, .flex-img {
            border-bottom-left-radius: 30vw;
            border-top-left-radius: 30vw;
            height: 60vw;
        }

        #landing-flex-text.full {
            flex-basis: 95%;
        }

        .flex-text p {
            width: 100%;
        }

        .icon-set.w-callout {
            flex-basis: 90%
        }

        .icon-set.w-callout li {
            flex-basis: 48%;
        }

        #landing-flex-callout {
            height: calc(80vw - 65px);
            margin: 65px auto;
            order: 2;
            width: calc(80vw - 65px);
        }

        #landing-flex-callout .flex-img {
            height: 100%;
            width: 100%;
        }

        .detail_lunchmenu table {
            font-size: 70%;
        }

        .detail_lunchmenu table table {
            font-size: 100%;
        }
    }

    @media only screen and (max-width: 850px) {
        .fixed #header-right,
        .fixed #header-mid {
            height: 0;
            overflow: hidden;
        }

        #header-btm {
            font-size: 80%;
        }

        .main-slider .slide-text {
            bottom: 0.5em;
            width: 90%;
        }

        .main-slider .slide-text h2 {
            font-size: 1.5em;
        }

        .main-slider .slide-text p {
            font-size: 0.8em;
            padding-bottom: 0.7em;
        }

        .main-slider .slide-text .button {
            font-size: 0.5em;
        }

        #landing-pathways ul li {
            height: 40vw;
            padding-left: 0 !important;
            width: 90%;
        }

        #landing-pathways ul li .path-text {
            width: 85% !important;
        }

        #landing-pathways ul li .path-text h3 {
            font-size: 1em;
        }

        #landing-pathways ul li .path-text p {
            font-size: 0.8em;
            margin-bottom: 0;
        }

        #landing-pathways ul li .path-text .button {
            font-size: 0.6em !important;
        }

        #landing-feature-text {
            flex-flow: row wrap;
        }

        #landing-feature-text .flex-img {
            flex-basis: 100%;
            height: 60vw;
        }

        #landing-feature-text .flex-text {
            flex-basis: 100%;
            margin: 2em 0;
            text-align: center;
        }

        #landing-featured {
            background: none;
            margin: 0;
        }

        #landing-featured h2.top {
            padding: 1em 0 1.25em;
            position:relative;
            width: 100%;
        }

        #landing-featured h2.top:after {
            background: var(--white);
            bottom: 0.25em;
            content: '';
            height: 3px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        #landing-callouts li .callout-text {
            font-size: 60%;
        }

        #upcoming-events h2 {
            margin-bottom: 1em;
            text-align: center;
            width: 100%;
        }

        #events-links {
            text-align: center;
            width: 100%;
        }
    }

    @media only screen and (max-width: 780px) {
        html {
            font-size: 106.25%;
        }

        .middle-column {
            width: 100%;
        }

        .middle_when_right_side_bar, .middle_when_no_right_side_bar {
            padding: 0 5% 3.5em !important;
            width: 90% !important;
        }

        #sidebar_content {
            margin: 0 5%;
            width: 90%;
        }

        #banner .pageTitle h1 {
            font-size: 1.25em;
            text-align: center;
        }

        .header .wrapper {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        #footer-logo img {
            max-height: unset;
            max-width: 70%;
        }
    }

    @media only screen and (max-width: 720px) {
        .detail_lunchmenu table.borderstyle {
            font-size: 75%;
        }

        .detail_calendar .calInnerShell {
            font-size: 90%;
        }

        #footer-credit {
            text-align: center;
        }

        #footer-credit p {
            width: 100%;
        }

        #footer-credit ul li {
            border: none;
            display: block;
            margin: 0.25em 0;
            padding: 0.25em 0;
        }

        #footer-btm img {
            max-height: unset;
            max-width: 100%;
        }

        .cms4schools-credit {
            float: none;
            max-width: 100%;
        }

        .caltblSearch.calDateToolsShell {
            display: inline-block;
            text-align: left;
            width: 100%;
        }

        .caltblSearch td,.calDateToolsShell td {
            display: block;
            text-align: left;
            width: 100%;
        }

        .caltblSearch input {
            display: block;
            width: 80%;
        }
    }

    @media only screen and (max-width: 680px) {
        html {
            font-size: 100%;
        }

        .fixed {
            position: relative;
        }

        blockquote {
            padding: 1em 0 6em;
            width: 100%;
        }

        blockquote:before,
        blockquote:after {
            bottom: 0.5em;
            top: auto;
        }

        blockquote:before {
            height: 5em;
            width: 5em;
        }

        blockquote:after {
            border: 3px solid var(--white);
            height: 2.5em;
            left: 2.5em;
            width: 2.5em;
        }

        h3.tool_heading span {
            background: rgb();
            color: var(--white);
            display: inline-block;
        }

        #banner .main-slider .slide,
        #banner.landing-page .imageDip {
            height: 45vw;
        }

        #banner .pageTitle h1 {
            font-size: 1em;
        }

        #banner-arrows {
            bottom: auto;
            top: 1.5em;
        }

        #org-name {
            padding-right: 25%;
        }

        #social-icons {
            font-size: 50%;
        }

        #landing-pathways ul li {
            border-bottom-right-radius: 30vw;
            border-top-right-radius: 30vw;
            height: 50vw;
        }

        #landing-pathways ul li:nth-child(2) {
            border-bottom-left-radius: 30vw;
            border-top-left-radius: 30vw;
        }

        .flex-text {
            margin: 1em 0;
            flex-basis: 95%;
        }

        .flex-img {
            flex-basis: 80%;
        }

        #landing-flex-text.full {
            justify-content: flex-end;
        }

        #landing-callouts {
            justify-content: space-between;
        }

        #landing-callouts li .callout-text {
            font-size: 100%;
        }

        #landing-callouts li {
            height: 40vw;
            margin: 0.75em 0;
            width: 40vw;
        }

        #landing-callouts li:first-child,
        #landing-callouts li:last-child {
            margin-top: 0.75em;
        }

        .events-list li {
            text-align: center;
        }

        .events-list li h3 .event-date-bg {
            float: none;
        }

        .events-list li .event {
            padding-right: 0;
            width: 100%;
        }

        .icon-set.w-callout li,.icon-set li {
            flex-basis: 100%;
        }

        .white-popup {
            max-width: 90%;
        }
    }

    @media only screen and (max-width:580px) {
        .detail_lunchmenu table.borderstyle {
            font-size: 65%;
        }

        .detail_calendar .calInnerShell {
            font-size: 70%;
        }

        .detail_lunchmenu {
            font-size: 80%;
            margin: 0 2.5%;
            width: 95%;
        }

        #logo img {
            max-width: 100%;
            max-height: unset;
        }

        .main-slider .slider-image {
            height: 50vw;
        }

        .main-slider .slide-text h2 {
            font-size: 1.2em;
        }

        #landing-pathways ul li .path-text h3 {
            font-size: 0.9em;
        }

        #landing-pathways ul li .path-text p {
            font-size: 0.7em;
            margin-bottom: 0;
        }
    }

    @media only screen and (max-width:480px) {
        .detail_lunchmenu {
            font-size: 70%;
        }

        .detail_calendar .calInnerShell {
            font-size: 65%;
        }

        #banner .main-slider .slide,
        #banner.landing-page .imageDip {
            height: 60vw;
        }

        #footer-logo img {
            max-height: unset;
            max-width: 100%;
        }

        .main-slider .slider-image {
            height: 65vw;
        }

        #landing-pathways ul li {
            height: 60vw;
            width: 100%;
        }

        #landing-callouts li {
            width: 80vw;
            height: 80vw;
        }

        .detail_calendar .calInnerShell {
            font-size: 50%;
        }

        .detail_lunchmenu .headerbg .headertext {
            font-size: 1.4em;
        }

        .detail_lunchmenu .caltblTools,
        .detail_lunchmenu .caltblTools tbody,
        .detail_lunchmenu .caltblTools tr,
        .detail_lunchmenu .caltblTools td,
        .detail_lunchmenu .caltblCat,
        .detail_lunchmenu .caltblCat tbody,
        .detail_lunchmenu .caltblCat tr,
        .detail_lunchmenu .caltblCat td {
            display: inline-block;
            text-align: left;
            text-transform: capitalize;
            padding: 0 !important;
            width: 100%;
        }

        .detail_lunchmenu .caltblTools td:nth-child(2n) {
            margin-bottom: 0.35em !important;
        }

        .detail_lunchmenu select {
            width: 100%;
        }

        .detail_lunchmenu table.borderstyle {
            font-size: 80%;
        }
    }

    @media only screen and (max-width:420px) {
        .detail_calendar .calInnerShell {
            padding: 0;
            width: 100%;
        }

        .calSearchDiv {
            font-size: 80%;
        }

        #org-name {
            padding-right: 30%;
        }

        #landing-callouts li .callout-text {
            font-size: 90%;
        }
    }

    @media only screen and (max-width:380px) {
        .detail_calendar .calInnerShell {
            padding: 0;
            width: 100%;
        }

        .detail_lunchmenu table.borderstyle {
            font-size: 60%;
        }

        .main-slider .slide-text {
            font-size: 90%;
        }

        #landing-pathways ul li {
            height: 75vw;
            border-top-right-radius: 38vw;
            border-bottom-right-radius: 38vw;
        }

        #landing-pathways ul li:nth-child(2) {
            border-top-left-radius: 38vw;
            border-bottom-left-radius: 38vw;
        }

        #landing-pathways ul li .path-text {
            width: 80% !important;
        }

        #landing-pathways ul li .path-text-inner {
            padding-right: 5%;
            width: 95%;
        }

        #landing-pathways ul li .path-text h3 {
            font-size: 0.8em;
        }

        #landing-pathways ul li .path-text p {
            font-size: 0.6em;
            padding-bottom: 0.2em;
        }

        #landing-pathways ul li .path-text .button {
            font-size: 0.45em !important;
        }

        #landing-callouts li .callout-text {
            font-size: 85%;
        }
    }

    @media only screen and (max-width:320px) {
        .detail_lunchmenu {
            font-size: 45%;
        }

        #landing-callouts li .callout-text {
            font-size: 75%;
        }
    }

    @media only screen and (max-width:280px) {
        table.calMonthShell {
            font-size: 75%;
        }

        .detail_lunchmenu {
            font-size: 40%;
        }
    }
