body {
  font-size: 16px;
}

#wrapper {
  overflow-x: clip;
}

img {
  border: 0;
}

a:hover,
a:focus {
  outline: 1px solid black !important;
}

p,
.Normal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: black;
}

table {
  font-size: 12px;
}

h1 {
  display: block;
  color: #0c0c71;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 110%;
  padding: 0 0 10px;
  margin: 0px;
}

h2 {
  color: #670131;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1.75em;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 110%;
  padding: 0 0 10px;
  margin: 0px;
}

h3 {
  color: #670131;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 0 0 10px;
  margin: 0px;
}

a:link,
a:active,
a:visited {
  color: #011d42;

}

a.HomePageENRLink {
  text-decoration: none;
}

a:hover {
  color: #940202;
}

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;

}

.no-pad {
  padding-left: 0px;
  padding-right: 0px;
}

/*---New 2021 styles---*/

#menurow {
  background-color:#e6e6e6;
  padding: 7px 0;
  text-align: center;
  z-index: 1000;
  -webkit-box-shadow: -2px 10px 22px -7px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: -2px 10px 22px -7px rgba(0, 0, 0, 0.74);
  box-shadow: -2px 10px 22px -7px rgba(0, 0, 0, 0.74);
}

.tabListHeader h1 {
  display: none;
}

#translateContainer,
#searchContainer {
display: none;
position: absolute;
z-index: 999;
}

.show {
  opacity: 1;
  transition: 3s;
}
.mobilebuttons {
  background-color: transparent;
  border: none;
  height: 94%;
  vertical-align: middle;
  margin: auto;
  padding: 13px 0;
}

.mobilebuttons:hover {
  color: transparent;
  border: none;
}

.mobilebuttons > img {
  filter: brightness(0);
  width: 1.5em;
}


#search, #translate {
  justify-content: center;
  width: 100%;
}

.utility-button-label {
  font-size: smaller;
  margin: 0;
}

.mobilebuttons:hover > img, .mobilebuttons:hover > .utility-button-label {
  filter: none;

}

.goog-te-gadget {
  margin-right: 15px;
}

#google_translate_element,
.goog-te-combo,
.bcs-container-searchbox {
  width: 95% !important;
}

.mobilebuttons {


  cursor: pointer;
}

.mobilebuttons:hover,
.mobilebuttons:focus {

}

.mobilebuttons:last-child {
  border: none;
}

.mobilebuttons:nth-child(2) {
  border: none;
}

.glyphicon {
  color:#0C0C71;
  font-size: 23px;
  top: 3px;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}


/* Animate utility drop panes */
.show-utility {
  display: block !important;
  animation: show-utility 1s ease-in-out forwards;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.3);
}

.close-utility {
  animation: close-utility 1s ease-in-out reverse;
  -webkit-box-shadow: 0px 0px 31px 7px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 31px 7px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 31px 7px rgba(0, 0, 0, 0.8);
}

@keyframes show-utility {
  25% {
    z-index: -1;
  }
  100% {
    right: 3%;
    z-index: 999;
  }
}

@keyframes close-utility {
  25% {
    z-index: -1;
  }
  100% {
    right: 3%;
    z-index: 999;
  }
}

@media(max-width: 420px){
  @keyframes show-utility {
    25% {
      z-index: -1;
    }
    100% {
      right: 0%;
      z-index: 999;
    }
  }
  
  @keyframes close-utility {
    25% {
      z-index: -1;
    }
    100% {
      right: 0%;
      z-index: 999;
    }
  }
}
#mobileitems, #mobileitems2 {
  /* align-items: end; */

  margin-top: 0px !important;
  /* position: fixed; */
  height: 54px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: fit-content;
}

.bcs-container-searchbox {
  margin-top: 8px;
}

#search, #translate {
padding: 0 10px;
}

#phonemenu {

}

#dnn_mobilemenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  padding-bottom: 1em;
  top: 100%;
  z-index: 999;
  transition: all 1s ease-out;
}

@media (min-width: 992px) {
  #dnn_mobilemenu {
      display: none;
  }
}

.menuopen {
  display: block !important;
}

.vr-menu li a {

color: #0C0C71;
}

nav p {

  position: relative;

  color: #0C0C71;
  font-weight: bold;
}

.fadeIn {
  z-index: 9 !important;
  transition: opacity 0.25s;
  opacity: 1;
}
.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;
  z-index: 999;
  bottom: 2px;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  left: 18px;
  right: 18px;
  height: 4px;
  background: #0C0C71;
}
.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0C0C71;
  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;
}
i.e.menuopen .c-hamburger--htx.is-active {
  background-color: #cb0032;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.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;
}

#menurowcontents {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

#registeredvoters {
  background-color: #f7d459;
}

#registrationTotals {
  text-align: center;
}

#registrationTotals .totalsField,
#registrationTotals .totalsValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

#registrationTotals ul {
  list-style: none;
  margin-left: 0px;
}

.registrationTotalsList li {
  display: inline-grid;
  padding: 10px 55px;
  position: relative;
}

.dateValue:before {
  content: "(";
}

.dateValue:after {
  content: ")";
}

.centerbox {
  display: flex;
  justify-content: center;
}

.maxwidth {
  max-width: 1500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#redrow {
  text-align: center;
}

#dnn_redrowcontent {
  background-color: #c70311;
  padding: 15px 0;
}

#dnn_redrowcontent p,
#dnn_redrowcontent.Normal {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.45em;
  padding: 0 10%;
}

body:not(.dnnEditState) .DNNEmptyPane {
  width: 0px;
  display: none;
}

#quicklinks {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.qlcircles {
  height: 150px;
  width: 150px;
  background-color: #0c0c71;
  border-radius: 50%;
  display: inline-flex;
  position: relative;
  margin: 10px 30px;
  border: #f7d459 solid 6px;
  box-shadow: black 4px 7px 14px -9px;
  align-items: center;
  justify-content: center;
}

.qlcircles:hover {
  border: #6db6f9 solid 6px;
}

.qlicon img {
  height: 45px;
}

.qlwords {
  color: white;
  margin-bottom: 5px;
}

.homecontentpane H1 {
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
}

.homecontentpane p,
.homecontentpane .Normal {
  font-size: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
}

.homecontentpane {
  background-image: url("//vrcdn.electionsfl.org/portals/jackson/images2021/wf_resultsback_xlg.jpg");
}

.homecontentpane .TitleH1 {
  padding-left: 10%;
}

.homecontentpane {
  padding: 50px 10%;
}

#dnn_lowerLeft,
#dnn_lowerRight {
  margin: 45px 0;
}

#welcome {
  background-image: url("//vrcdn.electionsfl.org/portals/jackson/images2021/wf_welcomeback_sized_xlg.jpg");
  background-size: cover;
}

#newsrow {
  margin: 35px 0;
}

#dnn_welcomeMessage H1 {
  color: #f7d459;
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
}

#dnn_welcomeMessage p,
#dnn_welcomeMessage .Normal,
#dnn_welcomeMessage a,
#dnn_welcomeMessage a:visited {
  color: white;
  font-size: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
}

#dnn_news H1 {
  color: #c70311;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.45em;
  text-align: center;
}

.edn_metaDetails {
  display: none;
}

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper {
  text-align: center !important;
}

.edn_38995_article_list_wrapper {
  display: flex;
  justify-content: space-around;
}

.eds_news_Ozone.eds_subCollection_news .edn_article {
  display: inline-block !important;
  text-align: center;
  vertical-align: top;
  width: 24%;
}

.eds_news_Ozone h2 a {
  font-size: 1em !important;
  color: #0c0c71 !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_articleSummary {
  font-size: 1.3em !important;
  color: #595959 !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton {
  background-color: #c70311 !important;
  background: linear-gradient(#f6d358, #e2bf41) !important;
  box-shadow: black 4px 7px 14px -9px !important;
  color: #0c0c71 !important;
  border: none !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover {
  background: linear-gradient(#2c4aa8, #0f2291) !important;
  color: white !important;
}

.eds_news_Ozone.eds_subCollection_news span,
.eds_news_Ozone.eds_subCollection_news a,
.eds_news_Ozone.eds_subCollection_news li,
.eds_news_Ozone.eds_subCollection_news td,
.eds_news_Ozone.eds_subCollection_news table {
  font-size: 1.2em !important;
}

#footercontact,
#footermenu {
  padding-top: 25px;
  padding-bottom: 25px;
}

#footercontact {
  background-color: #0c0c71;
}

#footercontact #name {
  margin-top: 35px;
}

#footercontact a,
#footercontact p {
  color: white;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
}

#footercontact p {
  margin: 0px;
}

#footermenu {
  background-color: #0e2090;
}

#pagename {
  color: #c70311 !important;
  border-bottom: solid 10px #f7d459 !important;
  font-family: arial;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  padding: 20px 0;
  margin-top: 15px;
}

#pagenamecontainer {
  width: 30%;
  margin: auto;
}

/* #ContentPanecontainer H1 {
    color: #0c0c71;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: 1.5em;
}

#ContentPanecontainer H2 {
    color: #c70311;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
} */

#ContentPanecontainer p,
#ContentPanecontainer .Normal {
  color: #4a4a4a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
}

#middlecontent {
  display: flex;
}

#ContentPanecontainer #dnn_leftboxcontent,
#ContentPanecontainer #dnn_rightboxcontent {
  background-color: #e6e6e6;
  padding: 25px;
  margin: 10px 15px 35px;
}

#dnn_bottomcontent {
  margin: 15px 0 35px;
}

@media (max-width: 1775px) {
  .qlcircles {
    margin: 10px;
  }
}

@media (max-width: 1450px) {
  .qlcircles {
    margin: 10px 45px;
  }
}

@media (max-width: 1250px) {
  .registrationTotalsList li {
    padding: 10px 2%;
  }
}

@media (max-width: 1199px) {
  #footercontact #name {
    margin-top: 50px;
  }
}

@media (max-width: 1125px) {
  .edn_38995_article_list_wrapper {
    display: block;
  }

  .eds_news_Ozone.eds_subCollection_news .edn_article {
    width: 49% !important;
    margin: 35px 0;
  }
}

@media (max-width: 1024px) {
  .qlcircles {
    margin: 10px 30px;
  }
}

/*---tablets---*/

@media (max-width: 992px) {

  .registrationTotalsList li {
    padding: 10px 2%;
  }
  #welcomecontent,
  #newrowcontent {
    display: block !important;
    padding-top: 50px;
  }
  .eds_news_Ozone.eds_subCollection_news .edn_article {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #737373;
    text-align: center;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 35px;
  }
  .eds_news_Ozone.eds_subCollection_news
    .edn_article
    .edn_readMoreButtonWrapper {
    text-align: center !important;
  }
  #dnn_kids {
    text-align: center;
  }
  #dnn_kids img {
    display: inline-block;
  }
  .dateValue {
    margin-left: 4px;
  }
  .registrationTotalsList li:first-child {
    display: flex;
    justify-content: center;
  }
  .eds_news_Ozone.eds_subCollection_news .edn_readMoreButtonWrapper {
    margin: 0px !important;
  }
  .footericon {
    margin-top: 20px;
  }
}

#socialBorder {
  border-left: 2px solid #0c0c71;
  height: 55%;
  margin-top: 10%;
}

/*---Phones---*/
#social {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 2em;
  margin: 0 1em;
  align-items: center;
}

#social img {
  width: 2em;
  margin: 2px 1em;
}
@media (max-width: 767px) {

  #social img {
    width: 2em;
    margin: 2px;
  }

  #socialBorder {
    height: 60%;
  }

  #dnn_mobilemenu1 {
    position: absolute;
    right: -100%;
    top: 72px;
    z-index: 1;
    padding: 20px 0;
  }
  .c-hamburger1 {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 64px;
    font-size: 0.8em;
    text-indent: -3px;
    line-height: 50px;
    font-weight: normal;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 999;
    bottom: 0px;
    left: 10%;
  }
  span.glyphicon {
    display: block;
    font-size: 2em;
    color: #0C0C71;
  }
  .mobilebuttons {
    height: 50px;
    color: #0C0C71;
    text-align: center;
    cursor: pointer;
    font-size: 0.8em;
    position: relative;
  }
  .mobilebuttons:hover,
  .mobilebuttons:focus > span,
  .mobilebuttons:focus-within > span {
    text-decoration: none;
    outline: 1px solid black !important;
  }

  .mobilebuttons:focus > span,
  .mobilebuttons:focus-within > span {
  }
  #google_translate_element {
    width: 75%;
    margin: auto;
  }
  .bcs-container-searchbox {
    width: 75% !important;
  }
  #search,
  #translator,
  #social {

  }
  #translator:focus {
    top: 162px;
    right: 899px;
    height: 25px;
    width: 125px;
    margin-left: 0px;
    background: #640113;
    border-top-right-radius: 5px;
    text-align: center;
    line-height: 22px;
    color: white;
    transition: height 0.4s;
    border-top-left-radius: 5px;
  }


  .qlcircles {
    margin: 10px;
  }
  #soepic {
    text-align: center;
  }
  #soepic img {
    display: inline-block;
  }
  #newsrow {
    margin-bottom: 35px;
  }
  .eds_news_Ozone.eds_subCollection_news .edn_article {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #737373;
  }
  #pagenamecontainer {
    width: 98%;
  }
  #middlecontent {
    display: block;
  }
  #ContentPanecontainer #dnn_leftboxcontent,
  #ContentPanecontainer #dnn_rightboxcontent {
    margin: 10px 0;
  }
  #footercontact #name {
    margin-top: 0px;
  }
}

@media (max-width: 500px) {
  p,
  .Normal {
    font-size: 1.2em;
  }
  .qlcircles {
    height: 130px;
    width: 130px;
    margin: 10px 15px;
  }
  .registrationTotalsList li {
    padding: 9px 5%;
  }
  .registrationTotalsList li:first-child {
    display: block;
  }
  #dnn_redrowcontent p {
    font-size: 1.1em;
  }
  #dnn_welcomeMessage p,
  #dnn_welcomeMessage .Normal,
  #dnn_welcomeMessage a,
  #dnn_welcomeMessage a:visited {
    font-size: 1.1em;
  }
  .footericon img {
    width: 75px;
  }
}

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper {
  display: none !important;
}
/*---End 2021 styles---*/


.paneDrop {
  display: block !important;
  top: 100%;
  right: 0px;
  background: white;
  padding: 15px;
  border-top: #a9080f solid 3px;
  z-index: 9;
  border-bottom-left-radius: 15px;

}

.utility-container {
  display: flex;
  flex-direction: row;
}