#wrapall {
    overflow: hidden;
}

.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: #bd031d;
    font-size: 1.9em !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    margin-bottom: 5px;
    border: none;
}

h2 {
    color: #bd031d;
    font-size: 1.7em !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

h3 {
    font-size: 1.5em !important;
    color: #bd031d;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

h4 {
    font-size: 1.3em !important;
    color: #0a3472;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}

h5 {
    font-size: 1.1em !important;
    color: #0a3472;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold !important;
    margin-bottom: 5px;
}

.backpage h1 {
    border-bottom: 2px dashed #f3dc1e;
}

.footerLinksY:hover,
.footerLinksY:focus {
    color: #f3dc1e !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;
}


/* Backpage */

#mainBackArea {
    padding-top: 2em;
    padding-bottom: 2em;
    min-height: 430px;
}


/* Banner Area */

#bannerImg,
#rotatorContainer {
    padding: 0px;
}

#bannerContainer {
    margin: 0px;
}


/* Utilities */

#utilities {
    position: absolute;
}

#mobiletranslate {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    justify-content: center;
    background: rgb(255 255 255 / 80%);
    padding-top: 4px;
}

#mobiletranslate img {
    width: 30%;
}

#translate {
    position: absolute;
    bottom: 5000px;
    padding-top: 5px;
}

.buttonText {
    color: #0a3472;
    font-size: 0.6em;
}

.paneDrop {
    background: white;
    z-index: 9;
    top: 0px !important;
    right: 2.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;
}

#mobileMenu {
    background-color: #15275e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 999;
    top: 13px;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 18px;
    left: 14px;
    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;
}


/* Moving Menu Away */

#dnn_mobileMenu {
    position: absolute;
    left: -350%;
    z-index: 9999;
    box-shadow: 0px 1px 11px -3px black;
    background: #0a3472;
    width: 100%;
    z-index: 6;
    padding-bottom: 6px;
}


/* Quicklinks */

#quicklinks {
    padding: 10px;
}

.ql {
    justify-content: center;
    align-items: center;
}

.qlText {
    text-align: center;
    line-height: 1.2;
}

.qlText a {
    color: #c70227;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-decoration: none;
    line-height: 1.2;
    font-weight: bold;
}

.qlImg,
.qlImgHolder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qlImg img {
    width: 60%;
}

.qlImg a {
    height: 75px;
    width: 75px;
    background-color: #c70227;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    margin: 10px 30px;
    box-shadow: black 4px 7px 14px -9px;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0.1em 0.2em 0.4em 0 rgb(255 255 255 / 50%), inset -0.1em -0.1em 0.5em 0 rgb(0 0 0 / 50%)
}

.qlImg a:hover,
.qlImg a:focus {
    height: 90px;
    width: 90px;
    background-color: #f3dc1e;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    margin: 10px 30px;
    box-shadow: black 4px 7px 14px -9px;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0.1em 0.2em 0.4em 0 rgb(255 255 255 / 50%), inset -0.1em -0.1em 0.5em 0 rgb(0 0 0 / 50%)
}


/* QL Images */

#link1 {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_registertovote.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}

#link2 {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_checkmystatus.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}

#link3 {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_votebymail.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}

#link4 {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_wheredoivote.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}

#link5 {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_earlyvoting.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}

#link6 {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_becomeapollworker.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}


/* QL Images on Hover/Focus */

#link1:hover,
#link1:focus {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_registertovote_mo.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}

#link2:hover,
#link2:focus {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_checkmystatus_mo.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}

#link3:hover,
#link3:focus {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_votebymail_mo.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}

#link4:hover,
#link4:focus {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_wheredoivote_mo.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}

#link5:hover,
#link5:focus {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_earlyvoting_mo.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}

#link6:hover,
#link6:focus {
    background-image: url(//vrcdn.electionsfl.org/portals/baker/images2021/wf_becomeapollworker_mo.png);
    background-position: center;
    background-size: 51%;
    background-repeat: no-repeat;
}


/* Menu Area */

#menuArea {
    background-color: #c70227;
}

#contentBox {
    background: linear-gradient(#e1e7f1, white);
    padding: 0px;
}

#dnn_contentpane,
#regTotals {
    padding: 25px 15px;
}


/* Reg Totals */

#voterTotals {
    padding-bottom: 20px;
}

#statsRow {
    background: linear-gradient(#e1e7f1, white);
    padding: 0px;
}

.registrationTotalsList {
    margin-left: 0px;
    font-size: 1.1em;
    margin-bottom: 0px;
    padding: 0px 0px;
    text-align: center;
}

.registrationTotalsList li {
    list-style: none;
    text-align: center;
    padding: 10px 0px;
    width: 66%;
    display: inline-block;
    border-bottom: 2px solid #ccd6e8;
}

.totalsField {
    text-align: right;
}

.totalsField,
.totalsValue {
    color: #4472b4;
    font-weight: bold;
    font-size: 0.95em;
    width: 50%;
    display: inline-block;
}

.datePrelude,
.dateValue {
    color: #0a3472;
    font-size: 1.2em;
    width: 100%;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
}

.dateValue {
    font-size: 0.9em;
}


/** Calendar **/

#dnn_calendarPane {
    padding-bottom: 20px;
}


/* Title */

#dnn_calendarPane h1 {
    text-align: center;
    font-size: 1.6em;
    color: #0a3472;
    font-weight: bold;
    border-bottom: 1px solid #b1c0db;
    margin-bottom: 0px;
    padding: 7px 0px;
}


/* Padding and Margin Below Title Above Items */

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events {
    margin: 0px !important;
    padding: 0px;
}

.WFContainer_Title_h1 {
    margin: 0px 8%;
}


/* Upcoming Events Title Done */

.eds_news_Ozone .edn_module_title {
    display: none;
}


/* Event Items Border*/

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
    border-bottom: 1px solid #b1c0db;
    margin: 0px !important;
    padding: 10px 0px;
}


/* Icon Removal */

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li:before {
    display: none !important;
}


/* Event Info */


/* Centering Text */

.eds_news_Ozone.eds_subCollection_calendar .archive_list ul {
    text-align: center;
}


/* Event Text */


/* Make each take up 100% width so they stack */

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a,
.eds_news_Ozone.eds_subCollection_calendar span {
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

.eds_news_Ozone.eds_subCollection_calendar span {
    color: #c70227 !important;
    font-size: 1.1em;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a {
    color: #0a3472 !important;
    font-size: 1.35em;
}


/* Removing border */

.eds_news_Ozone.eds_subCollection_calendar .archive_list {
    border: none !important;
}


/*-----------------------------------------------------------------------------------*/


/* Footer */

footer {
    color: white;
}

#footerLeft {
    background: #c70227;
}

#footerRight {
    background: #0a3472;
    padding: 20px 25px;
}

#footerLeftText {
    padding: 20px 20px 20px 5px;
}

#footerLeft img {
    max-width: 200px;
}

#footerSeal {
    justify-content: center;
    align-items: center;
    display: flex;
}

#officeInfo {
    line-height: 1.2;
}

.footerLinksY {
    color: #f3dc1e;
    font-weight: bold;
}

#footerLink {
    color: #ffffff;
}

@media (min-width: 300px) {
    .qlImg a {
        height: 90px;
        width: 90px;
    }
    .buttonText {
        font-size: 0.9em;
    }
}

@media(min-width: 480px) {
    #dnn_contentPane,
    #regTotals {
        padding: 15px;
    }
    /* Footer */
    #footerLeft img {
        width: 65%;
    }
}

@media (min-width: 576px) {
    .registrationTotalsList li {
        width: 90%;
    }
    #statsRow {
        margin-right: 15px;
    }
    #contentBox {
        margin-left: 5px;
    }
    #voterTotals {
        padding-right: 5px;
    }
}

@media (min-width: 650px) {
    .registrationTotalsList li {
        width: 75%;
    }
}

@media(min-width: 768px) {
    /* Quicklinks */
    #quicklinks {
        padding: 10px;
    }
    /* .qlImg a,
    .qlImg a:hover,
    .qlImg a:focus {
        height: 70px;
        width: 70px;
    } */
    .qlImg img {
        width: 60%;
    }
    /* Menu */
    #dnn_mobileMenu {
        width: 33%;
    }
    /* PaneDrop */
    .paneDrop {
        width: 24.5% !important;
    }
    .buttonText {
        font-size: 0.75em;
    }
    /* Reg Totals */
    .registrationTotalsList li {
        width: 90%;
    }
    .totalsField,
    .totalsValue {
        font-size: 1.25em;
    }
    .datePrelude,
    .dateValue {
        font-size: 1.5em;
    }
    .dateValue {
        font-size: 0.9em;
    }
    /* Footer */
    #footerLeft img {
        width: 85%;
    }
}

@media (min-width: 890px) {
    /* Reg Totals */
    .registrationTotalsList li {
        width: 75%;
    }
}

@media(min-width: 992px) {
    /* Quicklinks */
    .qlImg a,
    .qlImg a:hover,
    .qlImg a:focus {
        height: 105px;
        width: 105px;
    }
    #quicklinks {
        padding: 10px 1.5em;
    }
    /* Reg Totals */
    .registrationTotalsList li {
        width: 60%;
    }
    /* Footer */
    #footerSeal {
        position: absolute;
        bottom: 4em;
        left: 0.7em;
    }
    #footerSeal img {
        width: 30%;
        left: 20px;
        bottom: -1em;
        position: absolute;
    }
}

@media(min-width: 1050px) {
    /* Quicklinks */
    .qlImg a,
    .qlImg a:hover,
    .qlImg a:focus {
        height: 100px;
        width: 100px;
    }
    .qlImg img {
        width: 50%;
    }
}

@media (min-width:1200px) {
    #mobiletranslate {
        width: 6%;
    }
    #footerLeft img {
        position: absolute;
        width: 30%;
        left: 30px;
        bottom: -2em;
    }
    #quicklinks {
        padding: 10px 3em;
    }
    .qlText a {
        font-size: 1.1em;
    }
    #middleBackMain {
        padding-bottom: 8px;
    }
    #middleBackMain img {
        margin-right: 20px;
    }
}

@media (min-width:1300px) {
    #footerLeft img {
        bottom: -1.5em;
        width: 27%;
    }
}

@media (min-width:1450px) {
    #footerLeft img {
        bottom: -2.5em;
        width: 27%;
    }
}

@media (min-width:1600px) {
    #footerLeft img {
        bottom: -3em;
        width: 25%;
    }
}

@media (max-width: 480px) {
    #footerLeft img {
        max-width: 115px;
    }
}

@media (max-width: 414px) {
    .d-mob {
        display: block !important;
    }
    .d-mob-none {
        display: none !important;
    }
}