#wrapall {
    overflow: hidden;
    position: relative;
}

.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt !important;
    color: #444444;
}

p {
    font-size: 1.05em;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px !important;
}

h1 {
    color: #024f77;
    font-size: 1.9em !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    margin-bottom: 5px;
}

h2 {
    color: #024f77;
    font-size: 1.7em !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

h3 {
    font-size: 1.5em !important;
    color: #ab1a2d;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

h4 {
    font-size: 1.3em !important;
    color: #ab1a2d;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

h5 {
    font-size: 1.1em !important;
    color: #ab1a2d;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    margin-bottom: 5px;
}

.WFContainer_Title_h1 h1 {
    font-family: Arial, Helvetica, sans-serif !important;
}

.bcs-modal-header h2 {
    color: white !important;
}


/* Overriding Row class to remove right gutter */

.row-pad {
    /* Removes Gutter on right */
    --bs-gutter-x: 0px !important;
}


/* Gets rid of persona bar for dev purposes */


/* body {
    margin-left: 0px !important
}

iframe#personaBar-iframe,
.personalBarContainer.evoq .personabar-placeholder {
    display: none;
} */


/* Skiplink Code */

#skiplink a {
    font-family: Calibri, Arial;
    font-weight: bold;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skiplink a:focus {
    position: static;
    width: auto;
    height: auto;
}


/* Utilities */

#menuArea {
    background: #ab1a2d;
}

#utilities {
    position: absolute;
}

.mobilebuttons {
    border-right: 1px solid white;
}

#mobileButtonsArea {
    margin-left: 30%;
}

#mobiletranslateButton,
#mobilesearchButton {
    text-align: center;
    justify-content: center;
    margin: 3.5%;
}

#searchButton,
#translateButton {
    text-align: center;
    justify-content: center;
}

#desktopButtons {
    justify-content: right;
    align-items: end;
    padding-bottom: 1.5em;
}

#mobilesearchButton {
    margin-left: 0px;
}

#translateButton {
    border-right: 1px solid #2c2f77;
}

#mobiletranslateButton img,
#mobilesearchButton img {
    width: 24%;
}

#searchButton img,
#translateButton img {
    width: 30%;
}

#translate,
#search {
    position: absolute;
    bottom: 5000px;
    padding: 0px 15px;
    padding-top: 5px;
}

#searchButton {
    border-right: none;
}

#searchButton .buttonText,
#translateButton .buttonText {
    color: #2c2f77;
    font-weight: bold;
}

.buttonText {
    color: white;
    font-size: 0.75em;
}

.bcs-container-searchbox {
    top: 4px;
    width: 90%;
}

.paneDrop {
    background: white;
    z-index: 9;
    top: 54px !important;
    left: 60.5% !important;
    height: 65px !important;
    width: 95% !important;
    margin-left: 0px;
    border-bottom-right-radius: 5px;
    text-align: center;
    line-height: 22px;
    color: #003366 !important;
    transition: height .4s;
    animation-direction: reverse;
    border-bottom-left-radius: 5px;
    border: 2px solid #173b75
}


/* Hamburger Menu */

#menuText {
    font-size: 12px;
    margin-left: 0.6em;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 64px;
    font-size: 1em;
    color: white;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 56px;
    text-indent: -10px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    left: 33%;
    z-index: 8;
    top: 13px;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    height: 3px;
    width: 40px;
    background: white;
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: white;
    content: "";
}

.c-hamburger span::before {
    top: -10px;
}

.c-hamburger span::after {
    bottom: -10px;
}

.c-hamburger--htx {
    background-color: transparent;
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
    background: none;
    width: 40px;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}


/* Banner */

#bannerContainer {
    /* padding: 10px 0px 0px 20px; */
    background-image: url('//vrcdn.electionsfl.org/portals/jefferson/images2023/wf_bannerback_xxl.jpg');
}

#backImgSm,
#backImgLg {
    text-align: center;
}


/* #soeImgSm,
#soeImgLg {
    position: absolute;
} */


/* Moving Menu Away */

#dnn_mobileMenu {
    position: absolute;
    top: -350%;
    z-index: 9999;
    box-shadow: 0px 1px 11px -3px black;
    background: #ab1a2d;
    width: 30%;
    z-index: 6;
    padding-bottom: 12px;
    padding-top: 12px;
}

.menuopen {
    top: inherit !important;
}


/* Quicklinks */

.ql {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    padding: 10px 0px;
    background: linear-gradient( #2c2f77, #2c2f77 24.9%, white 25.1%, white 100%);
}

.qlImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qlText {
    text-align: center;
    line-height: 1.2;
    padding: 6px 0px;
}

.qlText a,
.qlText a:hover,
.qlText a:focus {
    color: #ab1a2d;
    text-decoration: none;
}

#link5 img {
    width: 90%;
}


/* Registration Totals */

#voterTotals {
    background: #c7daf4;
}

.totalsField {
    color: #2c2f77;
}

.totalsValue {
    color: #2c2f77;
    font-weight: bold;
    font-size: 1.4em;
}

.dateValue {
    font-size: 1em;
}

.registrationTotalsList {
    list-style: none;
    margin: 0px;
    display: inline-block;
    align-items: center;
    padding: 15px 2em 15px 2em;
    width: 100%;
}

.registrationTotalsList li {
    display: inline-block;
    width: 50%;
    padding-bottom: 10px;
}

.registrationTotalsList li:first-child {
    width: 100%;
    text-align: center;
}

.registrationTotalsList li .totalsField,
.registrationTotalsList li .totalsValue {
    display: inline-flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.registrationTotalsList li .datePrelude,
.registrationTotalsList li .dateValue {
    width: 50%;
}

.registrationTotalsList li .datePrelude {
    justify-content: right;
    padding-right: 7px;
}

.registrationTotalsList li .dateValue {
    justify-content: left;
    padding-left: 7px;
}


/* Main Area */

#dnn_contentpane,
#dnn_sideContent {
    padding: 2em
}

#dualContainer {
    padding: 1.5em 1em 2em 1em;
}


/* Backpage */

.backpagecontentpane {
    padding: 2em 3.5em !important;
}


/* Calendar Area */

#dnn_eventArea {
    padding: 1em 2em;
}

#dnn_eventArea h1,
#dnn_eventArea h2 {
    color: #ab1a2d;
    text-align: center;
    background: white;
    font-size: 1.5em !important;
    box-shadow: 0px 0px 5px -2px black;
    border-bottom: 5px solid #e4e4e4;
    margin: 0px;
    padding: 8px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px !important;
}

#dnn_eventArea h2 span {
    margin: 0px !important;
    padding: 8px 0px;
}

.edn_module_title {
    /* Removing Title of module */
    display: none !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li:before {
    /* Removing calendar icon from next to text */
    display: none !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a,
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a span {
    /* Makes them be on one line each */
    width: 100%;
    display: block;
    color: #024f77 !important;
    font-size: 1.25em;
    font-weight: bold;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a span {
    color: #ab1a2d !important;
    font-weight: bold;
}


/* Getting rid of padding and margin and border above event items and below the title */

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events {
    margin: 0px !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list {
    border: none !important;
    padding: 0px !important;
}


/*--------------------------------------------*/

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
    /* Centering the text for event items and background */
    text-align: center;
    background: white;
    padding: 8px;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list ul {
    /* Background and shadow */
    background: #e4e4e4;
    box-shadow: 0px 1px 5px -2px black;
}


/* Footer */

footer {
    background: #2c2f77;
    color: white;
}

#footerarea {
    padding: 1.5em 1em 2em 1em;
}

#footerTextLeft,
#footerDisclaimer {
    padding-left: 2em;
}

footer a,
footer a:hover,
footer a:focus {
    color: #4ac8f6;
    text-decoration: none;
}

#footerSeal {
    text-align: center;
}

#footerTextLeft a {
    color: white;
}

#footerTextRight {
    text-align: right;
}

#footerDisclaimer {
    color: #b4b4b4
}


/* Breakpoints */

@media (min-width: 768px) {
    /* Banner */
    #soeImgLg {
        margin-bottom: -1px;
    }
    .registrationTotalsList li {
        display: inline-block;
        width: 25%;
    }
    .paneDrop {
        top: -10px !important;
        left: 100% !important;
    }
}

@media (min-width: 992px) {
    .ql {
        width: 25% !important;
    }
}

@media (min-width: 1200px) {
    .ql {
        width: 14.25% !important;
    }
    #quicklinks {
        padding: 0px 3em;
    }
    #quicklinks {
        background: linear-gradient( #2c2f77, #2c2f77 24.9%, white 25.1%, white 100%);
    }
    .registrationTotalsList {
        display: inline-flex;
    }
    .registrationTotalsList li,
    .registrationTotalsList li:first-child {
        display: inline-block;
        width: 20%;
    }
    .registrationTotalsList li .totalsField,
    .registrationTotalsList li .totalsValue {
        display: inline-flex;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .registrationTotalsList li .datePrelude,
    .registrationTotalsList li .dateValue {
        width: 50%;
    }
    .registrationTotalsList li .datePrelude {
        justify-content: right;
        padding-right: 7px;
    }
    .registrationTotalsList li .dateValue {
        justify-content: left;
        padding-left: 7px;
    }
    /* Trnaslate and Search Icons */
    #searchButton img,
    #translateButton img {
        width: 18%;
    }
}

@media (max-width: 920px) {
    #footerTextLeft,
    #footerDisclaimer {
        padding-left: 2em;
    }
}

@media (max-width: 790px) {
    #footerTextLeft,
    #footerDisclaimer {
        padding-left: 2.5em;
    }
}

@media (max-width: 767px) {
    #dnn_mobileMenu {
        width: 100%;
    }
    #footerSeal {
        padding-bottom: 15px;
    }
    #footerTextRight {
        text-align: left;
        padding: 10px 0px;
        padding-left: 1.5em;
    }
    .paneDrop {
        left: 2.5% !important;
    }
    #bannerContainer {
        background-image: url('//vrcdn.electionsfl.org/portals/jefferson/images2023/wf_bannerback_xxl.jpg');
    }
}

@media (max-width: 680px) {
    #footerTextLeft,
    #footerDisclaimer,
    #footerTextRight {
        padding-left: 2em;
        padding-right: 1.5em;
    }
}

@media (max-width: 600px) {
    #mobiletranslateButton,
    #mobilesearchButton {
        width: 30%;
    }
    #mobileButtonsArea {
        margin: 0px;
        width: 100%;
    }
    #mobiletranslateButton img,
    #mobilesearchButton img {
        width: 14%;
    }
    .c-hamburger span {
        top: 27px;
        right: 43px;
    }
    .paneDrop {
        top: -10px !important;
    }
}

@media (max-width: 575px) {
    .c-hamburger span {
        right: 100px;
        top: 22px;
    }
    #sitemenu {
        width: 29%;
    }
}

@media (max-width: 500px) {
    #sitemenu {
        display: inline-block !important;
    }
    #mobiletranslateButton img,
    #mobilesearchButton img {
        width: 25%;
    }
    .c-hamburger span {
        top: 29px;
    }
    .registrationTotalsList li .dateValue,
    .registrationTotalsList li .datePrelude {
        justify-content: center;
    }
}

@media (max-width: 470px) {
    .c-hamburger span {
        right: 50px;
        top: 17px;
    }
    #menuButton {
        left: 0em;
    }
}

@media (max-width: 450px) {
    #soeImgSm {
        width: 100%;
    }
}

@media (max-width: 380px) {
    #menuButton {
        left: 0.75em;
    }
}

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_metaDetails, .eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper {
    display: none !important;
}

.eds_news_Ozone.eds_subCollection_news a {

    color: #29397b !important;
}