@font-face
{
    font-family: 'league-gothic-regular';
    src: url('/fonts/leaguegothic-regular-webfont.ttf') format("truetype");
}
@font-face
{
    font-family: 'roboto-regular';
    src: url('/fonts/Roboto-Regular.ttf') format("truetype");
}
@font-face
{
    font-family: 'roboto-bold';
    src: url('/fonts/Roboto-Bold.ttf') format("truetype");
}
@font-face
{
    font-family: 'roboto-italic';
    src: url('/fonts/Roboto-Italic.ttf') format("truetype");
}
@font-face
{
    font-family: 'roboto-bold-italic';
    src: url('/fonts/Roboto-BoldItalic.ttf') format("truetype");
}

html
{
    min-height: 100vw;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}
body
{
    width: 100%;
    height: 100%;
    font-family: 'roboto-regular', sans-serif;
    font-weight: normal;
    color: #000;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}
html, body 
{
    position: fixed;
    overflow: hidden;
    overscroll-behavior: none;
}
body > .main-view
{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
b
{
    font-family: 'roboto-bold', sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 1.4em;
}
i
{
    font-family: 'roboto-italic', sans-serif !important;
    font-size: 1.25rem;
    font-weight: normal;
    color: #000;
    line-height: 1.4em;
}
p
{
    font-family: 'roboto-regular', sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    color: #000;
    line-height: 1.4em;
}
h1
{
    font-family: 'league-gothic-regular', sans-serif !important;
    font-size: 3.625rem !important;
    color: #0044b5;
    line-height: 1.4em;
    letter-spacing: 1px;
    text-transform: uppercase !important;
}
h2
{
    font-family: 'league-gothic-regular', sans-serif !important;
    font-size: 2.875rem !important;
    font-weight: normal;
    color: #000;
    line-height: 1.4em;
    letter-spacing: 1px;
}
h3
{
    font-family: 'roboto-bold', sans-serif;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.4em;
}
h4
{
    font-family: 'roboto-bold', sans-serif;
    font-size: 22px;
    margin: 0;
    color: #000000;
    line-height: 1.4em;
}
h5
{
    font-family: 'league-gothic-regular', sans-serif;
    font-size: 32px;
    margin: 0;
    color: #000000;
    line-height: 1.4em;
}
.nav-item-spacing
{
    padding: 0 3.0rem 0 0;
}
.nowrap
{
    white-space: nowrap !important;
}
.div-nowrap
{
    display: inline-block !important;
    white-space: nowrap !important;
}
.pointer
{
    cursor: pointer;
}
.regular
{
    font-family: 'roboto-regular', sans-serif !important;
}
.bold
{
    font-family: 'roboto-bold', sans-serif !important;
}
.italic
{
    font-family: 'roboto-italic', sans-serif !important;
}
.bold-italic
{
    font-family: 'roboto-bold-italic', sans-serif !important;
}
.required
{
    font-size: .9rem !important;
    color: red !important;
}
.ufa
{
    display: block;
}
.ufa-mobile
{
    display: none;
}
.ufa-blue-text
{
    color: #0044b5;
}
.roboto
{
    font-family: 'roboto-regular', sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    line-height: 1.4em;
}
.roboto-bold
{
    font-family: 'roboto-bold', sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    line-height: 1.4em;
}
.roboto-italics
{
    font-family: 'roboto-italic', sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    line-height: 1.4em;
}
.registered 
{
    font-size: 18px; 
    color:#0044b5
}

#key-terms
{
    display: block;
    color: #FFF;
    background: #0044b5;
    position: fixed;
    top: 300px;
    right: -66px;
    z-index: 9;
    height: 40px;
    width: 172px;
    padding: 8px 16px 10px;
    font-family: 'Palanquin-Bold', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px 6px 0 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    cursor: pointer;
}

#key-terms-text
{
    background: #fff;
    color: #000;
    position: fixed;
    right: -590px;
    top: 234px;
    width: 575px;
    height: 450px;
    border: 1px solid #000;
    z-index: 999;
    cursor: pointer;
}
.key-terms-content
{
    margin: 12px 25px;
    padding-right: 10px
}
.info-about-popup
{
    display: none;
    font-size: 12pt !important;
    z-index: 999;
    padding: 15px;
    background-color: #ffffff;
    border: 2px solid #d4d4d4;
    border-radius: 6px;
    box-shadow: 2px 3px 4px #777777;
    position: absolute;
    height: auto;
    cursor: pointer;
}
.info-about-popup span
{
    font-size: 12pt !important;
}
.info-about-popup ul
{
    font-size: 12pt !important;
}
.info-about-popup p
{
    font-size: 12pt !important;
}
.info-about-text
{
    display: none;
    font-size: 12pt !important;
    z-index: 999;
    padding: 15px;
    background-color: #ffffff;
    border: 2px solid #d4d4d4;
    border-radius: 6px;
    box-shadow: 2px 3px 4px #777777;
    position: absolute;
    width: 400px;
    height: auto;
    cursor: pointer;
}
.window-shades-header-text
{
    color: #000;
    cursor: pointer !important;
}
.window-shades-close
{
    color: #000000;
    font-size: 24px;
    background-color: transparent;
    cursor: pointer;
    margin-top: -85px;
    margin-left: -20px;
}
.button
{
    font-family: 'league-gothic-regular', sans-serif;
    font-size: 28px;
    color: white !important;
    background-color: #0044b5;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 15px;
    border: none;
    letter-spacing: 1.5px;
    white-space: nowrap;
    text-transform: uppercase;
}
.button a
{
    text-decoration: none;
    color: white !important;
}
.button:visited
{
    text-decoration: none;
    color: white !important;
}
.button:hover
{
    text-decoration: none;
    color: white !important;
    background-color: #539ED0;
}
.button-white
{
    font-family: 'league-gothic-regular', sans-serif;
    font-size: 28px;
    color: #0044b5 !important;
    background-color: white !important;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 15px;
    border: none;
    letter-spacing: 1.5px;
    white-space: nowrap;
    text-transform: uppercase;
}
.button-white a
{
    text-decoration: none;
    color: #0044b5 !important;
}
.button-white:visited
{
    text-decoration: none;
    color: #0044b5 !important;
}
.button-white:hover
{
    text-decoration: none;
    color: white !important;
    background-color: #539ED0 !important;
}


.swal2-confirm.swal2-styled
{
    background-color: #0044b5 !important;
}
.swal2-confirm.swal2-styled:hover
{
    color: white !important;
    background-color: #539ED0 !important;
}

.k-grid
{
    font-family: 'roboto-regular', sans-serif;
    font-size: 16px;
}
.grid-header
{
    background-color: #CCC !important;
}
.collapsing
{
    transition: none !important;
}
.desktop-content
{
    display: flex;
}
.mobile-content
{
    display: none;
}
.page-content
{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    margin-bottom: 25px;
}
.page-content-mobile
{
    max-width: 92vw !important;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    margin-bottom: 25px;
}

.responsive img
{
    width: 100%;
    height: auto;
}
.special-report-image
{
    width: 250px;
    height: auto;
}
.image-border
{
    border: 1px solid black !important;
}
.no-wrap
{
    white-space: nowrap !important;
}
.info-about-rollover
{
    position: relative; 
    top: -7px; 
    right: -5px;
    cursor:pointer;
}
.utility-nav-container
{
    position: relative;
    top: 0;
    left: 0;
    width: 100vw; 
    height: 3.5rem; 
    background-color: #F0F0F0;
}
.utility-nav
{
    width: 1284px; 
    height: 100%; 
    background-color: #F0F0F0;
    margin: auto;
}
.utility-nav-row
{
    width: 100%;
}
.utility-nav-col-content
{
    position: relative;
    top: 23px;
    white-space: nowrap;
    text-decoration-color: #9b9b9b !important;
    fill:#848484;
}
.utility-nav-col-content:hover 
{
    fill:#0044b5 !important;
}
.utility-nav-col-content:hover div.utility-nav-text
{
    color: #0044b5 !important;
}
.utility-nav-text
{
    font-size: .85rem !important;
    color: #848484 !important;
}
.utility-nav-text:hover 
{
    color: #0044b5 !important;
}
.nav-bar
{
    width: 100%;
    height: 90px;
}
.ufa-logo
{
    position: relative;
    top: -10px;
    left: 0;
    width: 140px;
    height: 70px;
    margin-right: 20px;
}
#menu-bar
{
    white-space: nowrap  !important;
    position: relative;
    top: 20px;
    left: 20px;
    width: 1300px !important;
    height: 50px;
    margin: auto;
    background-color: white !important;
}
#menu-bar .menu-header
{
    font-family: 'roboto-regular', sans-serif;
    font-size: 18px !important;
    font-weight: normal;
    color: #000;

    position: relative;
    top: 7px;
    left: 5px;
    margin-right: 15px;
}
#menu-bar .k-menu, #menu-bar .k-item
{
    font-family: 'roboto-regular', sans-serif;
    font-size: 18px !important;
    font-weight: normal;
    color: #000 !important;

    background-color: white !important;
    background-image: none !important;
    border-color: transparent !important;
}
#menu-bar .k-menu-item, #menu-bar .k-menu-link, #menu-bar .k-menu-link-text
{
    font-family: 'roboto-regular', sans-serif;
    font-size: 18px !important;
    font-weight: normal;

    background-image: none !important;
    border-color: transparent;
    padding: 2px 5px !important;
}
#menu-bar .k-menu:hover
{
    color: #FFF !important;
}

#menu-bar .k-menu .k-link:hover
{
    background-color: #0044b5 !important;
    background-image: none;
    border-color: transparent !important;
    color: #FFF !important;
}
#menu-bar .k-menu .k-link:hover
{
    font-family: 'roboto-regular', sans-serif;
    font-weight: normal;
    color: #000;

    background-color: #0044b5 !important;
    background-image: none;
    border-color: transparent !important;
    color: #FFF !important;
}
#menu-bar .k-menu .k-state-selected > .k-link
{
    color: black;
    background: #CCCCCC;
}

#menu-bar .give-button
{
    position: absolute;
    right: 0;
    font-family: 'league-gothic-regular', sans-serif;
    font-size: 28px;
    color: white !important;
    background-color: #0044b5;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 15.5px 16px;
    border: none;
    letter-spacing: 1.5px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
}
#menu-bar .give-button:hover
{
    text-decoration: none;
    background-color: #539ED0;
    color: white !important;
}

#menu-bar-mobile
{
    position: relative;
    top: 2px;
    font-size: 18px !important;
    font-weight: normal !important;
    z-index: 1000 !important;
    display: none !important;
    color: #000 !important;
}
#menu-bar-mobile ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#menu-bar-mobile li
{
    padding: 3.5px 5px !important;
}
.k-link:hover
{
    background-color: transparent !important;
}


.nav-link-mobile
{
    font-size: 18px;
    font-weight: normal;
    background-color: white !important;
    background-image: none !important;
    border-color: transparent !important;
    color: #000 !important;
    line-height: 1.75em;
}
.nav-link-mobile:hover
{
    border-color: transparent !important;
    color: #0044b5 !important;
    text-decoration: none;
}
footer
{
    background-color: #F0F0F0;
}
footer h2
{
    font-size: 2.5rem !important;
}

.footer-main
{
    background-color: #F0F0F0;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}
.footer-text
{
    font-size: 16px !important;
}


.no-bottom-margin
{
    margin-bottom: 0 !important;
}
.solid-separator
{
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #F1F1F1;
    margin-bottom: 10px;
}
.h1-dot-separator
{
    font-family: 'league-gothic-regular', sans-serif;
    font-size: 42px;
    font-weight: normal;
    padding: 30px 10px;
    color: #0044b5;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.h2-dot-separator
{
    font-family: 'league-gothic-regular', sans-serif;
    font-size: 42px;
    font-weight: normal;
    padding: 24px 10px;
    color: #000;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.dot
{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}
.name-left
{
    text-align:left;
    width: 100px;
}
.value-right
{
    text-align:right;
    width: 100px;
}

.input-table
{
    margin-top: 10px;
    margin-right: 10px !important;
}
.input-table tr
{
    height: 50px;
}
.input-table tr.selected
{
    background-color: #EEEEEE !important;
}
.input-table li
{
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
}
.input-table .fieldlist
{
    list-style: none;
    margin-left: -40px;
}
.input-table .submit-button
{
    font-family: 'roboto-regular', sans-serif;
    font-size: 18px !important;
    background-color: #0044b5;
    border-radius: 4px;
    width: 110px;
    height: 48px;
}
.input-table .k-radio
{
    color: #0044b5 !important;
    border-color: #0044b5 !important;
    box-shadow: none !important;
}

.content-label
{
    font-family: 'roboto-regular', sans-serif;
    font-size: 16.5px !important;
    vertical-align: top !important;
    color: #4C4C4C;
}
.content-label.required
{
    font-size: 14px !important;
    vertical-align: top !important;
    color: red
}
.text-link
{
    font-family: 'roboto-regular', sans-serif;
    font-size: 1.25rem !important;
    color: #0044b5 !important;
    text-decoration: underline;
    line-height: 1.4em;
}
.text-link:hover
{
    color: #0044b5 !important;
}
.submit-button
{
    border: none;
    background-color: #696ca9;
    color: #FFFFFF !important;
    padding: 5px 10px;
}
.panel
{
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    width: 101.5% !important;
    height: auto;
    cursor: pointer;
}
.panel.clicked
{
    height: 50px;
}
.total-households-container
{
}
.total-households
{
    display:none;
    position: relative;
    top: -100px;
    left: -18px !important;
    font-size: .75rem;
    color: #000000;
    width: 70px !important;
    height: auto;
    background-color: #fbb153;
    padding: 4px 4px;
    border-radius: 6px;
    text-align: center;
}
.total-households-print
{
    font-family: 'roboto-regular', sans-serif;
    font-size: 12px;
    color: #232323;
    text-align: center;
    vertical-align: middle;
    margin-top:5px;
}



/* #region Navbar styles */
.navbar-header 
{
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure 
{
    display: none;
}

.k-panelbar .k-content 
{
    padding: 20px;
}
p .k-button 
{
    margin: 0 15px 0 0;
}
.k-state-active .label
{
    font-size: 1em;
}
/* #endregion */



/* dropdowntree selected item */
.k-picker.k-focus
{
    box-shadow: 0 0 transparent !important;
    border-color: #AAA !important;
}
.k-list-item.k-selected 
{
    background-color: #0044b5 !important;
    background-image: none !important;
    border: none !important;
    outline: 0 !important;
    outline-color:  transparent !important;
    color: #FFF !important;
}
.k-dropdownlist
{
    outline: 0 !important;
    outline-color:  transparent !important;
}
.k-dropdownlist:hover
{
    outline: 0 !important;
}
.k-list-optionlabel
{
    background-color: #0044b5 !important;
    background-image: none !important;
    border: none !important;
    outline: 0 !important;
    outline-color:  transparent !important;
    color: #FFF !important;
}
.k-treeview-leaf.k-selected
{
    background-color: #0044b5 !important;
    background-image: none !important;
    border-color: transparent !important;
    border: none !important;
    outline: 0 !important;
    color: #FFF !important;
}
.k-treeview-leaf.k-selected.k-select:hover
{
    background-color: #0044b5 !important;
    background-image: none !important;
    border-color: transparent !important;
    color: #FFF !important;
}
.k-in.k-state-selected
{
    background-color: #0044b5 !important;
    background-image: none !important;
    border-color: transparent !important;
    color: #FFF !important;
}
.k-in.k-state-focused
{
    background-color: #0044b5 !important;
    background-image: none !important;
    border-color: transparent !important;
    color: #FFF !important;
    box-shadow: none;
}

/* multi-select */
.k-multiselect .k-button, .k-multiselect .k-button:hover
{
    background-color: #0044b5 !important;
    background-image: none;
    border-color: transparent !important;
    color: #FFF !important;
    box-shadow: none;
}
.k-item.k-state-focused
{
    background-color: #0044b5 !important;
    background-image: none;
    border-color: transparent !important;
    color: #FFF !important;
    box-shadow: none;
}
.k-button.k-state-active, k-button:active
{
    font-size: 12px;
    background-color: #0044b5 !important;
    background-image: none;
    border-color: transparent !important;
    color: #FFF !important;
    box-shadow: none;
}

.k-list > .k-state-selected
{
    background-color: #0044b5 !important;
    background-image: none;
    border-color: transparent !important;
    color: #FFF !important;
    box-shadow: none;
}
.k-list > .k-state-focused.k-state-selected
{
    background-color: #0044b5 !important;
    background-image: none;
    border-color: transparent !important;
    color: #FFF !important;
    box-shadow: none;
}

/* dropdownlist optionlabel */
.k-list-optionlabel.k-state-selected.k-state-focused
{
    background-color: #0044b5;
    background-image: none;
    border-color: transparent !important;
    color: #FFF !important;
    box-shadow: none;
}




.page-section
{
    width: 100%;
    margin: auto;
    height: auto;
    margin: 0;
}
.page-separator
{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    border-top: 2px dotted black;
}
.figure-chart
{
    width: 100%;
    height: auto;
    border: 1px solid black;
    margin: 0;
}

.h1-h2-spacer-10
{
    margin-top: -10px !important;
    margin-bottom: 0;
}

.h1-h2-spacer-15
{
    margin-top: -15px !important;
    margin-bottom: 0;
}

.h1-h2-spacer-20
{
    margin-top: -20px !important;
    margin-bottom: 0;
}

.h1-h2-spacer-25
{
    margin-top: -25px !important;
    margin-bottom: 0;
}


.mt-minus10
{
    margin-top: -10px !important;
}
.mt-minus15
{
    margin-top: -15px !important;
}
.mt-minus20
{
    margin-top: -20px !important;
}
.mt-minus25
{
    margin-top: -25px !important;
}
.ml-minus30
{
    margin-left: -30px !important;
}
.mt-minus50
{
    margin-top: -50px !important;
}
.mt-plus5
{
    margin-top: 5px !important;
}
.mt-plus10
{
    margin-top: 10px !important;
}
.mt-plus15
{
    margin-top: 15px !important;
}
.mt-plus20
{
    margin-top: 20px !important;
}
.mt-plus25
{
    margin-top: 25px !important;
}
.mt-plus50
{
    margin-top: 50px !important;
}
.mt-plus100
{
    margin-top: 100px !important;
}



.ml-minus5
{
    margin-left: -5px !important;
}
.ml-minus10
{
    margin-left: -10px !important;
}
.ml-minus15
{
    margin-left: -15px !important;
}
.ml-minus20
{
    margin-left: -20px !important;
}
.ml-minus25
{
    margin-left: -25px !important;
}
.ml-minus50
{
    margin-left: -50px !important;
}
.ml-minus75
{
    margin-left: -75px !important;
}
.ml-plus5
{
    margin-left: 5px !important;
}
.ml-plus10
{
    margin-left: 10px !important;
}
.ml-plus15
{
    margin-left: 15px !important;
}
.ml-plus20
{
    margin-left: 20px !important;
}
.ml-plus25
{
    margin-left: 25px !important;
}
.ml-plus30
{
    margin-left: 30px !important;
}
.mb-plus10
{
    margin-bottom: 10px !important;
}
.mb-plus15
{
    margin-bottom: 15px !important;
}
.mb-plus20
{
    margin-bottom: 20px !important;
}
.mb-plus25
{
    margin-bottom: 25px !important;
}
.mb-plus50
{
    margin-bottom: 50px !important;
}

.k-icon-32
{
    font-size: 32px;
}

.k-icon-32
{
    font-size: 42px;
}
.rotate
{
    margin: 0;
    width: 0;
    white-space: nowrap;
    position: absolute;
    text-align: left;
    transform-origin: bottom;
    transform: rotate(-90deg)
}

.counties-prompt
{
    text-transform: uppercase;
    color: #0044b5;
}



[data-title] 
{
    position: relative;
}
[data-title]:after 
{
    content: attr(data-title);
    font-family: roboto-bold;
    font-size: .75rem !important;
    background-color: #FFF;
    color: #0044b5;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: 50%;
    bottom: -20%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #0044b5;
    z-index: 99999;
    visibility: hidden;
}
[data-title]:hover:after 
{
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

@media only screen and (max-width: 1670px)
{
    .google_translate
    {
        display: none;
    }
}


@media only screen and (max-device-width: 1279.98px)
{
    #menu-bar
    {
        display: none !important;
    }
    #menu-bar-mobile
    {
        display: block !important;
    }
    #key-terms
    {
        display: none !important;
    }
    .window-shades-header-text
    {
        font-size: 1.5rem !important;
        position: relative;
        top: .2rem;
    }
}

@media only screen and (max-width: 1000px)
{
    .ufa
    {
        display: none !important;
    }
    .ufa-mobile
    {
        display: block !important;
    }
    h1
    {
        font-size: 2.5rem !important;
    }
    h2
    {
        font-size: 2.0rem !important;
    }
    h3
    {
        font-size: 1.25rem !important;
    }
    #key-terms
    {
        display: none !important;
    }
    h3
    {
        font-size: 1.0rem !important;
    }
    .page-content
    {
        width: 100vw !important;
    }
}
@media only screen and (max-width: 800px)
{
    .page-content
    {
        width: 96vw !important;
    }
    .window-shades-header-text
    {
        font-size: 1.0rem !important;
        top: 1px;
    }
}



@media only screen and (max-width: 500px)
{
    .page-content
    {
        width: 94vw !important;
    }
    h1
    {
        font-size: 2.25rem !important;
    }
    h2
    {
        font-size: 1.75rem !important;
    }
    h4
    {
        font-size: 1.25rem !important;
    }
    }

    
    /*    .nav-bar
    {
        height: auto !important;
    }
    .window-shades-header-text
    {
        font-size: .8rem !important;
    }

    .nav-item
    {
        padding: 20px 25px !important;
    }
    .collapsing
    {
        transition: none !important;
    }

    .footer-main
    {
        min-width: 100vw;
        width: 100%;
    }
    .footer-text
    {
        font-size: 13px !important;
    }
    .covid-19-text
    {
        padding-top: 3px !important;
        padding-bottom: 7px !important;
    }
    .covid-19-close
    {
        margin-left: -75px !important;
    }
    .who-can-i-call-box
    {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .who-can-i-call-box-link
    {
        font-size: 20px !important;
    }
    .covid-19-and-alice-image
    {
        position: relative !important;
        top: -56px !important;
        right: -25px !important;
    }
    .covid-19-and-alice-image2
    {
        position: relative !important;
        top: -26px !important;
        right: -30px !important;
    }
    .covid-19-and-alice-text
    {
        word-wrap: break-word;
        height: auto !important;
        overflow: hidden;
        width: 100%;
    }*/
}

/*@media only screen and (max-device-width: 360px) and (orientation: portrait)
{
    .menu-link-mobile
    {
        font-size: 14px !important;
    }
}
@media only screen and (max-device-width: 320px) and (orientation: portrait)
{
    .menu-link-mobile
    {
        font-size: 12px !important;
    }
}*/


/* iPad - boot strap cannot handle iPad Pro 12.9 screen*/
/*@media only screen and (max-device-width: 1024px) and (orientation: landscape)
{
    .body-content
    {
        margin-left: -4px !important;
        margin-right: -4px !important;
    }
    .page-content
    {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .nav-bar
    {
        height: auto !important;
    }
    .nav-item
    {
        padding: 20px 25px !important;
    }
    .collapsing
    {
        transition: none !important;
    }
    #menu-bar
    {
        display: none !important;
    }
    #menu-bar-mobile
    {
        display: block !important;
    }
    .footer-main
    {
        min-width: 100vw;
        width: 100% !important;
    }
    .council-members li
    {
        font-size: 18px !important;
    }
    .sponsors li
    {
        font-size: 15.5px !important;
    }
}*/
