.no-pad {
    padding-left: 0;
    padding-right: 0;
}

html,
body {
    min-height: 0!important;
    height: auto!important;
    position: inherit!important;
}

#wrapall {
    overflow: hidden;
}

body {
    font-size: 12px;
}

p,
#contentrow ul,
#contentrow ol {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: black;
    line-height: 1.2em;
}

#dnn_contentpane a {
    color: black;
    text-decoration: underline;
}

#contentrow li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: black;
}

#contentcol ul,
#contentcol ol {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    color: black;
}

#contentrow ul,
#contentrow ol,
#contentrcol ul,
#contentcol ol {
    padding-left: 15px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2em;
    color: #9a010a;
    margin-top: 0px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    color: #123972;
    text-align: center;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}


/* 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;
}


/*---------------------------*/


/* Reg Voters and Rotator Code */

#statsrow {
    background: white;
    border-top: 1px solid #bcbca3;
    margin-top: 25px;
}

.registrationTotalsList {
    margin: 0;
    list-style: none;
}

.registrationTotalsList li {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-top: 15px;
    line-height: 1.25;
}

.registrationTotalsList li:first-child {
    width: 80%;
    text-align: center;
    padding-left: 20%;
}

.datePrelude {
    color: #a22f37 !important;
    font-size: 1.8em !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: none !important;
}

.dateValue {
    color: #a22f37 !important;
    font-size: 1.5em !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.totalsField {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: #093b8d;
    text-transform: uppercase;
}

.totalsValue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.45em;
    font-weight: bold;
    color: #9a9667;
}

@media (max-width: 1140px) {
    .registrationTotalsList li:first-child {
        width: 95%;
        padding-left: 5%;
    }
}

@media (max-width: 991px) {
    #statsrow {
        border-bottom: 1px solid #d2cfae;
        padding-bottom: 50px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
}


/* Events Calendar */

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events {
    margin-top: 0px !important;
    box-shadow: 0px 0px 6px grey;
    background: #d2cfae;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list {
    padding: 0 !important;
}

.eds_news_Ozone .edn_module_title {
    display: none;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li:before {
    display: none !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a>span {
    display: block;
    color: #a22f37 !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
    padding: 15px !important;
    background: white;
    margin-bottom: 10px !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a {
    font-size: 13pt !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #023b7a !important;
    font-weight: bold;
}

.eds_news_Ozone h3 {
    padding: 0 15px !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton {
    background: linear-gradient(to bottom, #0a3f94, #002665) !important;
    color: white !important;
    border-radius: 0px !important;
    border: none !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover,
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:focus {
    background: linear-gradient(to bottom, #a33038, #8d1921) !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMoreButtonWrapper {
    text-align: center !important;
}


/* News Section */

.eds_news_Ozone.eds_subCollection_news a {
    color: #002664 !important;
    font-weight: bold !important;
}

article.edn_article.edn_clearFix {
    border-top: 1px solid #bcbca3 !important;
    padding-top: 20px !important;
}

article.edn_article.edn_clearFix:first-child {
    border-top: none !important;
    padding-top: 0px !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_article {
    margin-bottom: 25px !important;
}


/*--------------------------------------------*/


/* Banner SOE */

#bannerHover {
    position: absolute;
    z-index: 7;
}

#bannerhovimg {
    top: 1px;
}


/* Rotator Fade */


/* Carousel Fade */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition: 1000ms;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    transition: 1000ms;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/*--------------------------------------------*/


/* Quicklinks */

#quicklinks {
    background: #b13d45;
    z-index: 7;
}

#quicklinks a {
    width: 32.9%;
    /* display: inline-block;
    text-align: left; */
    background-image: linear-gradient(to bottom, #a33038, #8d1921);
    color: white;
    font-size: 1.5em;
    font-weight: normal;
    font-family: Arial;
    /* padding: 15.6px;
    margin: 4px 0px 0px 0px; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-right: 4px solid #b13d45;
}

#quicklinks #row1 a:nth-child(1),
#quicklinks #row1 a:nth-child(2),
#quicklinks #row1 a:nth-child(3) {
    border-bottom: 4px solid #b13d45;
}

#quicklinks a:nth-child(3) {
    border-right: none;
}

#quicklinks a:hover,
#quicklinks a:focus {
    text-decoration: none;
    background: linear-gradient(to bottom, #0a3d91, #012868);
}

#row1,
#row2 {
    display: table;
}

#qlpic {
    width: 75px;
}

@media (max-width: 1200px) {
    #qlpic {
        width: 60px;
    }
    #qlwords {
        font-size: 0.9em;
    }
}

@media (min-width: 991px) {
    #qlimg {
        margin-bottom: 10px;
    }
    #qlpic {
        width: 40px;
    }
}

@media (max-width: 991px) {
    #quicklinks {
        height: 285px !important;
    }
    #qlr1 {
        height: 145px !important;
    }
    #qlr2 {
        height: 145px !important;
    }
    #qlwords {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    #quicklinks {
        height: inherit !important;
    }
    #quicklinks a {
        width: 50%;
        padding: 18px 0px;
    }
    #quicklinks a:nth-child(3) {
        border-right: 4px solid #b13d45;
    }
    #quicklinks a {
        border-bottom: 4px solid #b13d45;
    }
    #quicklinks a:nth-child(5),
    #quicklinks a:last-child {
        border-bottom: none;
    }
    #qlpic {
        width: 60px;
    }
}


/*--------------------------------------------*/


/* Footer Area Code */

#footerarea {
    background: #002664;
    padding: 10px 0 25px;
}

#facebookicon {
    width: 40px;
    margin: 15px;
    margin-left: 25px;
}

#footerright,
#footerleft {
    text-align: center;
}

#footerarea h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    color: #bbb895;
}

#footerarea p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    color: white;
}

@media (max-width: 767px) {
    #social {
        text-align: center;
    }
}


/*------------------------------------------*/


/* Content Pane Area */

#contentheader {
    text-align: center;
    padding-bottom: 10px;
}

#publicNotices {
    background: linear-gradient(to bottom, #dcd9b4, #c8c497);
    width: 60%;
    margin: auto;
    padding: 10px;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 20px;
    margin-top: 15px;
}

#publicNotices a {
    color: #002664;
    text-decoration: none;
}

#publicNotices a:focus,
#publicNotices a:hover {
    color: white;
}

#publicNotices:hover,
#publicNotices:focus {
    background: linear-gradient(to bottom, #a33038, #8d1921) !important;
}

#contentarea {
    display: flex;
}

#leftarea {
    display: inline-block;
}

#contentcol {
    padding: 35px 20px 20px;
}

#leftarea,
#dnn_middlearea,
#dnn_rightarea {
    padding: 0 30px;
}

#dnn_middlearea {
    border-right: 2px solid #d2cfae;
    border-left: 2px solid #d2cfae;
    padding: 0 20px;
}

#spacerbottom {
    text-align: center;
    padding: 50px;
}

#okaloosaicon {
    position: absolute;
    top: 5px;
    left: 39.5%;
    width: 220px;
}

#bpcountynamesm {
    display: none !important;
}

@media (min-width: 2001px) {
    #okaloosaicon {
        left: 44.5%;
    }
}

@media (max-width: 2000px) {
    #okaloosaicon {
        left: 43.5%;
    }
}

@media (max-width: 1750px) {
    #okaloosaicon {
        left: 42.5%;
    }
}

@media (max-width: 1650px) {
    #okaloosaicon {
        left: 42%;
    }
}

@media (max-width: 1550px) {
    #okaloosaicon {
        left: 41.5%;
    }
}

@media (max-width: 1350px) {
    #okaloosaicon {
        left: 41%;
    }
}

@media (max-width: 1200px) {
    #okaloosaicon {
        left: 40.5%;
    }
}

@media (max-width: 1090px) {
    #bpcountyname {
        width: 268px;
    }
}

@media (max-width: 1050px) {
    #okaloosaicon {
        left: 38%;
    }
    #bpcountyname {
        width: 259px;
    }
}

@media (max-width: 1015px) {
    #bpcountyname {
        width: 268px;
    }
}

@media (max-width: 991px) {
    #okaloosaicon {
        left: 37%;
    }
    #contentarea {
        display: block;
    }
    #dnn_middlearea {
        padding-bottom: 20px;
        border-right: none;
        border-left: none;
        border-bottom: 2px solid #d2cfae;
    }
    #dnn_rightarea {
        padding-top: 25px;
    }
    #contentheader {
        padding-top: 20px;
    }
    #contentcol {
        padding: 20px 50px;
    }
}

@media (max-width: 930px) {
    #okaloosaicon {
        left: 36%;
    }
}

@media (max-width: 850px) {
    #okaloosaicon {
        left: 34.5%;
    }
}

@media (max-width: 767px) {
    #bpcountyname {
        width: 435px;
    }
}

@media (max-width: 750px) {
    #okaloosaicon {
        left: 33%;
    }
}

@media (max-width: 710px) {
    #bpcountyname {
        width: 390px;
    }
}

@media (max-width: 650px) {
    #okaloosaicon {
        left: 30%;
    }
}

@media (max-width: 640px) {
    #bpcountyname {
        width: 350px;
    }
}

@media (max-width: 600px) {
    #okaloosaicon {
        left: 27%;
    }
}

@media (max-width: 590px) {
    #bpcountyname {
        width: 310px;
    }
}

@media (max-width: 540px) {
    #bpcountyname {
        width: 280px;
    }
    #leftarea {
        display: block;
    }
}

@media (max-width: 500px) {
    #okaloosaicon {
        left: 24%;
    }
}

@media (max-width: 499px) {
    #bpcountynamesm {
        display: block !important;
        width: 120px;
    }
    #bpcountyname {
        display: none !important;
    }
}

@media (max-width: 414px) {
    .bputilitems {
        font-size: 10px !important;
        width: 36% !important;
        left: 29% !important;
    }
}

@media (max-width: 375px) {
    #contentcol {
        padding: 20px 0px;
    }
    #okaloosaicon {
        left: 21%;
    }
    .bputilitems {
        font-size: 9px !important;
        width: 40% !important;
        left: 25% !important;
    }
    #bpcountyname {
        width: 240px;
    }
}

@media (max-width: 360px) {
    #bpcountyname {
        width: 200px;
    }
}

@media (max-width: 320px) {
    .bphamburger {
        left: 0.5%;
    }
    .c-hamburger {
        left: 0.5% !important;
    }
    .bputilitems {
        font-size: 9px !important;
        width: 46% !important;
        left: 20% !important;
    }
}


/* Backpage CSS */

.bputil {
    background: #b53039;
}

.backpagecontentrow {
    padding: 30px 50px;
}

@media (max-width: 500px) {
    .backpagecontentrow {
        padding: 30px 10px;
    }
}


/*--------------------------------------------*/


/* Menu and PaneDrop */

.mobilebuttons {
    border-right: 1px solid white;
    height: 40px;
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 1.1em;
    margin-top: 14px;
    font-weight: bold;
}

.mobilebuttons:hover,
.mobilebuttons:focus {
    color: white;
    text-decoration: none;
}

.glyphicon {
    color: white;
    font-size: 1.6em;
    top: 3px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.paneDrop {
    background: white;
    z-index: 9;
    top: 8px;
    left: 68% !important;
    height: 65px !important;
    width: 30% !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: 1px solid #173b75
}

#mobileitems {
    position: relative;
    display: inline-block;
    z-index: 999;
    top: -5px;
    left: 4%;
}

#mobilesearch,
#mobilesearch2 {
    border-right: none;
}

#mobileitems2 {
    position: relative;
    display: inline-block;
    z-index: 999;
    top: -7px;
    left: 47%;
}

#utilities {
    padding: 4px 0;
}

@media (min-width: 1920px) {
    #mobileitems {
        padding-top: 14px;
        font-size: 1.2em;
    }
}

@media (max-width: 1920px) {
    #mobileitems {
        padding-top: 14px;
        font-size: 1.2em;
    }
}

@media (max-width: 1650px) {
    #mobileitems {
        padding-top: 9px;
        font-size: 1.1em;
    }
}

@media (max-width: 1500px) {
    #mobileitems {
        padding-top: 6px;
        font-size: 1em;
    }
}

@media (max-width: 1350px) {
    #mobileitems {
        padding-top: 5px;
    }
}

@media (max-width: 1250px) {
    #mobileitems {
        padding-top: 1px;
        width: 22%;
    }
}

@media (max-width: 1150px) {
    #mobileitems {
        padding-top: 0px;
    }
}

@media (max-width: 1050px) {
    #mobileitems {
        top: -7px;
    }
}

@media (max-width: 991px) {
    #countynamesm {
        width: 290px;
    }
}

@media (max-width: 900px) {
    #mobiletranslate2 {
        width: 45.666667%;
    }
    #mobileitems2 {
        left: 45%;
    }
}

@media (max-width: 800px) {
    #mobiletranslate2 {
        width: 48.666667%;
    }
    #mobileitems2 {
        left: 44%;
    }
}

@media (max-width: 767px) {
    #mobileitems2 {
        font-size: 14px;
        width: 35%;
        left: 34%;
        top: 8px;
    }
}

@media (max-width: 705px) {
    #mobileitems2 {
        top: 5px;
    }
}

@media (max-width: 650px) {
    #mobileitems2 {
        top: 2px;
    }
    .paneDrop {
        left: 57% !important;
        width: 40% !important;
    }
}

@media (max-width: 600px) {
    #mobileitems2 {
        top: 0px;
        left: 31%;
    }
    #mobiletranslate2 {
        width: 53.666667%;
    }
}

@media (max-width: 590px) {
    #mobileitems2 {
        font-size: 12px;
    }
}

@media (max-width: 550px) {
    #mobileitems2 {
        top: -5px;
        left: 29%;
    }
    #mobiletranslate2 {
        width: 57.666667%;
    }
}

@media (max-width: 500px) {
    #mobileitems2 {
        top: -6px;
        left: 28%;
        width: 38%;
    }
    .paneDrop {
        left: 20% !important;
        width: 70% !important;
    }
}

@media (max-width: 499px) {
    #mobileitems2 {
        width: 39%;
        font-size: 12px;
        top: -7px;
        left: 22%;
        padding: 2px 0px;
    }
    #countynameimg {
        width: 110px;
    }
}


/* Search Box & Translate Dropdown Spacing in PaneDrop & Menu*/

#phonemenu,
#menu {
    background: #002664;
}

#dnn_mobilemenu {
    position: absolute;
    right: -150%;
    top: 54px;
    z-index: 999;
    background: white;
}

.bcs-container-searchbox {
    margin-top: 7px;
}

#google_translate_element {
    margin-top: 6px;
}

@media (min-width: 1920px) {
    #navfull {
        padding-top: 18px;
    }
}

@media (max-width: 1920px) {
    #navfull {
        padding-top: 18px;
    }
}

@media (max-width: 1650px) {
    #navfull {
        padding-top: 12px;
    }
}

@media (max-width: 1500px) {
    #navfull {
        padding-top: 9px;
    }
}

@media (max-width: 1350px) {
    #navfull {
        padding-top: 6px;
    }
}

@media (max-width: 1250px) {
    #navfull {
        padding-top: 2px;
    }
}

@media (max-width: 1100px) {
    #navfull {
        padding-top: 0px;
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    #dnn_mobilemenu {
        top: 89px;
    }
}

@media (max-width: 750px) {
    #dnn_mobilemenu {
        top: 83px;
    }
}

@media (max-width: 700px) {
    #dnn_mobilemenu {
        top: 77px;
    }
}

@media (max-width: 650px) {
    #dnn_mobilemenu {
        top: 70px;
    }
}

@media (max-width: 590px) {
    #dnn_mobilemenu {
        top: 60px;
    }
}

@media (max-width: 515px) {
    #dnn_mobilemenu {
        top: 58px;
    }
}

@media (max-width: 500px) {
    #dnn_mobilemenu {
        top: 56px;
    }
}

@media (max-width: 420px) {
    #dnn_mobilemenu {
        top: 54px;
    }
}


/* Moving Translate and Search out of screen 
        And Hamburger Menu */

#translate,
#search {
    position: absolute;
    bottom: 5000px;
    height: 1px;
    width: 1px;
    margin-left: -1px;
    overflow: hidden;
    font-size: .75em;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    left: 41.5%;
    z-index: 999;
    top: 5px;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 20px;
    width: 50%;
    left: 18px;
    right: 18px;
    height: 4px;
    background: white;
}

.c-hamburger span::after,
.c-hamburger span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    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;
    left: 18px;
    top: 19px;
    width: 30px;
}

.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;
}

#dnn_mobilemenu a {}

#dnn_mobilemenu .accordionDiv:hover,
#dnn_mobilemenu .accordionDiv:focus {}

@media (max-width: 767px) {
    .c-hamburger {
        left: 28.5%;
        top: 21px;
    }
}

@media (max-width: 705px) {
    .c-hamburger {
        top: 17px;
    }
}

@media (max-width: 650px) {
    .c-hamburger {
        top: 16px;
    }
}

@media (max-width: 600px) {
    .c-hamburger {
        top: 13px;
        left: 27.5%;
    }
}

@media (max-width: 550px) {
    .c-hamburger {
        top: 10px;
        left: 22.5%;
    }
}

@media (max-width: 550px) {
    .c-hamburger {
        top: 7px;
    }
}

@media (max-width: 500px) {
    .bphamburger {
        left: 22.5%;
    }
}

@media (max-width: 499px) {
    .bphamburger {
        left: 25.5% !important;
        top: 4px !important;
        width: 55px !important;
    }
    .bphamburger {
        left: 21.5% !important;
        top: 6px !important;
    }
}

@media (max-width: 414px) {
    .bphamburger {
        left: 24.5% !important;
    }
    .c-hamburger {
        left: 18.5%;
    }
}

@media (max-width: 375px) {
    .bphamburger {
        left: 18.5% !important;
    }
}

@media (max-width: 320px) {
    .bphamburger {
        left: 11.5% !important;
    }
}