/* common css */
html,
body {
  min-height: 0 !important;
  height: auto !important;
  position: inherit !important;
}

body {
  font-size: 16px;
  background: url("https://www.clayelections.gov/Portals/Clay/backgroundImage/background-image.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow-y: auto !important;
}

.alert {
  background: rgba(35, 121, 161, 0.8);
  border-color: rgba(35, 121, 161, 0.8);
  color: #fff;
  text-align: center;

  & .btn-close {
    filter: invert(1);
  }
}

body:not(.dnnEditState) .alert:has(.DNNEmptyPane) {
  display: none;
}

.container {
  width: 90% !important;
  max-width: 100% !important;
  margin-top: 1em;
}

#dnn_contentpane,
#sxsContainer {
  padding: 1em 3em;
  background: rgba(255, 255, 255, 0.5);
}

#sxsContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 1.5em;
}

#sxsContainer>div {
  width: -webkit-fill-available;
  height: fit-content;
}

.DnnAjaxPanel {
  background: #fff;
}

#sxsContainer:has(.DNNEmptyPane + .DNNEmptyPane + .DNNEmptyPane) {
  display: none;
}

#dnn_contentpane>div,
#sxsContainer>div {
  text-shadow: 0px 0px 20px #fff;
  font-size: clamp(0.8em, 1.2em, 1.4em);
  font-weight: 700;
  padding: 0.5em 1em;
  background: #ffffffa6;
  border-radius: 7px;
  margin: 1em;
}

.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Clay 2024 */

/* common-css */
.pt-5 {
  padding-top: 5px;
}

.padd-15 {
  padding: 5px 15px 0;
}

/* top bar css starts here */
div#toprow {
  background: #5a0105;
}

.top-bar-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #5a0105;
  position: relative;
  flex-direction: column;
}

.official-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar-wrap button.drop-btn {
  position: absolute;
  right: 31px;
  padding: 5px;
}

.gov-icon {
  display: flex;
  align-items: center;
  gap: 10px;

  & img {
    width: 2em;
  }
}

.official-list {
  display: none;
  width: calc(100% - 360px);
  margin: 0 180px !important;
}

.official-list ul {
  display: flex;
  align-items: flex-start;
  margin: 25px 0;
  justify-content: space-between;
}

.official-list ul li {
  width: 48.5%;
  display: flex;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
}

.official-list ul li i {
  margin-right: 15px;
  font-size: 25px;
}

.official-list ul li p {
  display: block;
  font-weight: bold;
  font-size: 14pt;
}

.official-list ul li span {
  display: block;
  font-weight: normal;
  font-size: 12pt;
  margin-top: 5px;
}

.top-bar-wrap button.drop-btn i {
  color: #fff;
}

.top-bar-wrap h3 {
  font-size: 16pt;
  color: #fff;
  font-weight: normal;
  margin-bottom: 0;
  font-family: "Urbanist", sans-serif;
}

.top-bar-wrap h3 a {
  font-size: 16pt;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-family: "Urbanist", sans-serif;
}

/* header css */
div#headerrow {
  display: flex;
  align-items: center;
  background: rgb(29, 54, 78, 0.8);
  position: relative;
  justify-content: space-between;
}

nav.navigation {}

div#headerrow ul#dnn_siteMenu {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 2em;
}

div#headerrow ul#dnn_siteMenu li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 5px;
}

.childdrop li {
  flex: 1 1 30%;
}

div#headerrow ul#dnn_siteMenu>li.current:hover,
div#headerrow ul#dnn_siteMenu>li:hover,
div#headerrow ul#dnn_siteMenu>li.sfHover,
.childrop>li:hover {
  background: #5a0105;
}

div#headerrow ul#dnn_siteMenu li.sfHover a.sf-with-ul:first-child {
  position: relative;
}

div#headerrow ul#dnn_siteMenu li.sfHover a.sf-with-ul:first-child::after {
  z-index: 99999999;
  position: absolute;
  content: "";
  left: 42%;
  bottom: -12px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #5a0105;
  display: none;
}

div#headerrow ul#dnn_siteMenu li.sfHover ul.childdrop a.sf-with-ul::after {
  display: none !important;
}

li.sfHover>ul.childdrop .vr-menu>li>a {
  color: #fff !important;
  max-width: 13ch;

  &:visited {
    color: #fff;
  }
}

.vr-menu li a {
  font-size: 1.5vw;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  padding: 3px;
  color: #fff;
}

.vr-menu>li>a {
  font-size: clamp(12px, 1.2vw, 1.5em);

  @media (max-width: 725px) {
    font-size: 14px;
  }
}

div#headerrow ul#dnn_siteMenu li ul.childdrop li a {
  max-width: 30ch;
}

div#headerrow ul.childdrop {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  margin-left: 0;
  padding: 1em;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0px 0px 7px -2px black;
}

.vr-menu>.sfHover>.childdrop {}

div#headerrow ul.childdrop div#headerrow ul.childdrop li {
  padding: 0 !important;
  height: auto !important;
}

.childdrop .col-xs-12 {
  display: none;
}

.sfHover>ul.childdrop {
  display: grid !important;
  align-items: start;
  align-content: flex-start;
}

div#headerrow ul#dnn_siteMenu li.sfHover>ul ul {
  position: absolute;

  flex-direction: column;
  padding: 10px 3em;
  box-shadow: none !important;
  top: 90% !important;
}

div#headerrow ul#dnn_siteMenu li.sfHover>ul ul li {
  width: fit-content !important;
}

div#headerrow ul#dnn_siteMenu li.sfHover ul li:hover {
  background: #fff !important;
}

.superbreadcrumb {
  grid-column: 1 / 4;
}

.childdrop>.sfHover>a {
  color: #a31f27 !important;
}

.childdrop:not(:has(.childdrop))>li:hover>a {
  color: #a31f27 !important;

  &:hover {
    &::before {
      content: "-";
      left: 2em;
      position: absolute;
    }
  }
}

div#headerrow ul.childdrop li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #1d364e;
  width: 100%;
  font-size: 1.2em;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}

div#headerrow ul#dnn_siteMenu li ul.childdrop li a {
  padding: 0 10px !important;
}

div#headerrow ul#dnn_siteMenu li ul.childdrop li.sfHover {
  background: #fff !important;
  flex-direction: column;
  position: relative;

  & a:hover {
    color: #a31f27 !important;
  }
}

div#headerrow ul#dnn_siteMenu li ul.childdrop li.sfHover ul li {
  padding: 0 !important;
}

button.c-hamburger {
  display: none;
}

/* Menu CSS */

#utilityContainer {
  display: flex !important;
  z-index: 2;
  background: transparent !important;
  flex: 1 1 30%;
  align-items: center;
  padding: 0 1em;

  @media (max-width: 768px) {
    width: 100%;
    margin: 1em 0;
  }
}

.utility-button {
  display: flex !important;
  z-index: 2;
  background: transparent !important;

  align-items: center;
  justify-content: center;
  padding: 0 10px;

  &:hover p,
  &:focus-within p {
    text-decoration: underline;
    text-underline-offset: 5px;
  }

  @media (max-width: 991px) {
    border-left: 1px solid #fff;
  }

  @media (max-width: 768px) {
    flex: 1 1 30%;
    margin: 0;
  }
}

.mobilebuttons {
  display: flex;
  justify-content: center;
  padding: 5px 0;
  flex-direction: column;
  align-items: center;
  margin: auto;

  & svg {
    margin: auto;
    fill: #fff;
    width: 2rem;
  }

  & p {
    margin: 0;
    font-weight: var(--semi-bold);
    font-size: small;
    font-family: var(--brand-font1);
    color: #fff;
  }
}

.utility-dropdown {
  opacity: 0;
  position: absolute;
  top: calc(100% + 5px);
  transition: all 500ms ease-in-out;
  z-index: -1;
  width: fit-content;
  right: 0;
  visibility: hidden;
}

.toolsaccordion {
  background: #21344b !important;
}

.utility-dropdown.shown {
  opacity: 1;
  position: absolute;
  top: 100%;
  padding: 1rem 2rem;
  transition: all 500ms ease-in-out;
  box-shadow: var(--box-shadow);
  width: fit-content;
  right: 0;
  visibility: visible;

  @media (max-width: 991px) {
    left: 0;
  }
}

.utility-dropdown.shown:not(.toolsaccordion) {
  background: #fff;
}

.toolsaccordion {
  background: #fff;
}

.toolsaccordion {
  background: #fff;
}

/* google translate and search css */

#search.paneDrop,
#translate.paneDrop {
  background: white;
  z-index: 999999999;
  top: 100%;
  width: fit-content;
  right: 0%;
  text-align: center;
  color: white !important;
  transition: height 0.4s;
  animation-direction: reverse;
  display: flex;
  justify-content: center;
  transition: top 2s;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  width: 100%;
  border: 1px solid #9999;
  font-size: 14pt;
  color: grey;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../Clay2024/images2024/down-arrow.png) !important;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: top 50% right 50px;
  z-index: 9;
  position: relative;
}

.hamburger_wrapper {
  width: 100%;
  height: fit-content;
}

.c-hamburger {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  margin: auto;
  padding: 0;
  width: 68px;
  height: 100%;
  font-size: 0;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  transition: background 0.3s;
  top: 0;
  align-items: end;
  justify-items: center;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;

  height: 4px;
  width: 32px;
  background: #fff;
}

.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {}

.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 {}

.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;
}

/* social icon css */
div#social {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 1em;
  flex-direction: row;
}

div#social a,
div#social a img {
  width: clamp(15px, 40px, 60px);
  display: inline-flex;
}

#mobileMenuButton>p {
  display: none;
}

/* banner css menu starts here */

.banner-wrap {
  background: #f0f8ff9e;
  display: flex;
  justify-content: center;
}

figure.banner-bg {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

figure.banner-bg img {
  object-fit: contain;
  margin: 0 auto;
  width: 100%;
}

.xs-bg,
.md-bg {
  display: none;
}

/* Home Content */

#voter-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin-top: 1em;

  & .voter-content-area {
    background: #fff;
    padding: 1em;
  }
}

.voter-content-area {
  grid-column: 1 / 3;
}

/* Reg Voters */
#regtotals {
  background: rgba(118, 2, 7, 0.9);
  padding: 5px 0;
}

#regtotword {
  font-size: 2em;
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-direction: column;
  margin: auto;
}

#regtotword h1 {
  font-size: 24pt;
  color: #fff;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

#regtotword h2 {
  font-size: 18pt;
  color: #fff;
  font-weight: bold;
  font-family: "Urbanist", sans-serif;
}

.gridf-c {
  display: grid;
  grid-template-columns: 49.5% 49.5%;
  column-gap: 16px;
  margin-top: 8px;
}

div#registrationTotals ul.registrationTotalsList {
  display: flex;
  font-family: "Urbanist", sans-serif;
  gap: 3%;
  justify-items: center;
  justify-content: center;
}

.registrationTotals ul.registrationTotalsList li:first-child {
  display: none;
}

#registrationTotals li {
  display: flex;
  gap: 7px;
  font-family: "Urbanist", sans-serif;
  width: fit-content;
  justify-items: center;
}

.registrationTotalsList {
  color: white;
  font-size: 1em;
  list-style: none;
}

#registrationTotals li:first-child {}

#regtotleft {
  float: left;
  background: rgba(99, 18, 19, 0.9);
  height: 10.7%;
  display: table;
}

#regtotwordbp {
  font-size: 2em;
  font-weight: bold;
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #631213;
}

.totalsField,
.totalsValue {
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  font-size: clamp(12px, 1.2vw, 1.5em);

  @media (max-width: 768px) {
    font-size: small;
  }
}

/* calender css starts here  */
#calHeader {
  width: 100%;
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  font-family: "Urbanist", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #1d364e;
  padding: 5px 0px;
}

div#calHeader h2 {
  font-size: 18pt;
  color: #1d364e;
  text-transform: uppercase;
  margin: 5px 0;
}

div#dnn_calendar {
  background-color: #fff;
}

div#dnn_calendar .eds_news_Ozone.eds_subCollection_calendar .archive_list {
  margin-top: 0;
  border-top: solid 1px #dcdcdc;
  padding-top: 25px;
}

div#dnn_calendar .archive_list {
  padding: 15px;
}

/* Footer */
footer {
  background: rgba(2, 14, 25, 0.8);
  color: white;
  font-size: 1.2em;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
  padding: 15px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
  margin-top: 10px !important;
}

.address-br,
.hrs-br,
.email-br,
.phone-br {
  display: none;
}

.disclaimer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
}

.disclaimer-list li a {
  margin-right: 10px;
  padding-right: 10px;
  color: #80a7c4;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.disclaimer-list li a::after {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  background: #80a7c4;
  right: 0;
  top: 1px;
}

.disclaimer-list li:last-child a::after {
  display: none;
}

.footerwords,
.footerwords a {
  display: inline;
  font-size: 1.3em;
  color: #80a7c4;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.footertext {
  font-size: 0.8em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 15px;
}

.footertext a,
.footertext a:hover {
  color: white;
}

.footerwords a {
  font-size: 0.7em;
}

#disclaimer {
  padding: 15px 0px 0px;
}

/*---------------------------------------*/
/* ACTIONS SECTION */
#actions_section {
  background: rgba(35, 121, 161, 0.8);
  padding: 15px 20px;
}

.actions_section_body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
 
}

#actions_section .quick_button {
  background-image: linear-gradient(#4d99bb, #257093);
  border: 2px solid #fff;
  border-radius: 50%;
  height: 160px;
  width: 160px;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 13pt;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}

#actions_section .quick_button:hover {
  background: #6c0309 !important;
}

#actions_section .quick_button img {
  height: 75px;
  width: 75px;
}

.quick_button p {
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  font-size: 13pt;
  line-height: 20px;
}

/* ------------------- */
/* NEWS SECTION */
#dnn_contentpane>div,
#sxsContainer>div,
.fullWidthBackpage>div {
  padding: 30px;
  font-size: 1.4em;
  font-weight: 700;
  padding: 0.5em 1em;
  background: #ffffffa6;
  border-radius: 7px;
}

#news_section {
  margin-top: 1em;
  padding-bottom: 4px;
}

#news_section a.HomePageENRLink {
  background: #6c0309;
  padding: 10px;
}

#news_section .HomePageENRElection {
  padding: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
  background: #6c0309;
  padding: 0;
}

#news_section .HomePageENRLinkContainer {
  margin: 0px auto 0px 50px;
  border: solid 2px #6c0309;
  border-radius: 12px;
  overflow: hidden;
  width: 50%;
}

#news_section>div>div:has(.HomePageENRLinkContainer) {
  background-color: #ffffffb5 !important;
  background: url("https://vrcdn.electionsfl.org/portals/clay/images2024/NewImages/wf_newsback_xxl.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  height: 190px;
  display: flex;
  align-items: center;
}

.DnnModule>div {
  width: 100%;
}

#news_section .HomePageENRStatus {
  padding: 0px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  background: #6c0309;
  opacity: 1;
}

#news_section .HomePageENRLink hr {
  margin: 0 auto;
  padding: 3px;
  width: 80%;
  color: #6c0309;
}

#news_section .news_section_header {
  background: rgba(64, 80, 95, 0.8);
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
}

.news_section_header h2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  text-transform: uppercase;
  font-size: 18pt;
}

#news_section a.HomePageENRLink hr {
  display: none;
}

#news_section .news_section_body {
  background: #fff;
  padding: 10px;
}

#news_section .HomePageENRLinkContainer {
  border: solid 2px #6c0309;
}

#innerrow {
  padding: 25px !important;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#innerrow h2 {
  font-size: 24pt;
  color: #000;
  text-align: center;
}

/*-- fullWidthBaackpage skin --*/

@media (max-width: 767px) {
.fullWidthBackpage{
  padding: 0px;
  width: 100% !important;
}

.fullWidthBackpage .container{
  width: 100% !important;
}

.fullWidthBackpage #dnn_contentpane {
  padding: 0em;
}
  .fullWidthBackpage #dnn_contentpane > div,
  #sxsContainer>div {
    padding: 10px;
    margin: 0px;
  }
}

/* --------------------- */
/* responsive css */
@media (max-width: 1900px) {}

@media (max-width: 1500px) {
  #actions_section .quick_button {
    height: 120px;
    width: 120px;
  }

  .quick_button p {
    font-size: 10.5pt;
    line-height: 20px;
  }

  #actions_section .quick_button img {
    height: 50px;
    width: 50px;
  }
}

@media (max-width: 1200px) {
  .official-list {
    width: calc(100% - 200px);
    margin: 0 100px !important;
  }

  .footertext {
    line-height: 36px;
  }

  .footerwords,
  .footerwords a {
    font-size: 1em;
  }

  div#headerrow ul#dnn_siteMenu li.sfHover a.sf-with-ul:first-child::after {
    bottom: -8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5a0105;
  }

  div#mobileitems a {
    font-size: 8pt;
  }

  #news_section .HomePageENRLinkContainer {
    width: 40%;
  }

  #actions_section .quick_button {
    height: 100px;
    width: 100px;
  }

  .quick_button p {
    font-size: 10pt;
    line-height: 16px;
  }

  #actions_section .quick_button img {
    height: 35px;
    width: 35px;
  }

  div#registrationTotals ul.registrationTotalsList {}

  #registrationTotals li {}

  #regtotword h1 {
    font-size: 20pt;
    margin-bottom: 3px;
  }

  #regtotword h2 {
    font-size: 16pt;
  }

  .gridf-c {
    column-gap: 10px;
  }
}

@media (max-width: 1170px) {
  .footertext {
    font-size: 10pt;
  }

  .footerwords,
  .footerwords a,
  .disclaimer-list li a {
    font-size: 13pt;
  }

  .footertext {
    margin-right: 8px;
  }
}

@media (max-width: 1100px) {
  div#headerrow ul#dnn_siteMenu li.sfHover a.sf-with-ul:first-child::after {
    bottom: -4px;
  }

  nav.navigation.accordion {
    display: none;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 992px) {
  .official-list ul li:last-child {
    margin-bottom: 0 !important;
  }

  .top-bar-wrap figure {
    height: 45px;
    width: 45px;
  }

  .official-list ul {
    display: block;
  }

  .official-list ul li {
    margin-bottom: 15px;
    width: 100%;
  }

  .top-bar-wrap h3,
  .top-bar-wrap h3 a {
    font-size: 12pt;
  }

  .news_section_header h2,
  div#calHeader h2 {
    font-size: 15pt;
  }

  div#news_section span.HomePageENRLinkHighlight,
  div#news_section div#news_section.HomePageENRStatus {
    font-size: 13pt;
  }

  #news_section .HomePageENRLinkContainer {
    width: 50%;
  }

  #news_section .DnnModule.DnnModule-DNNENR.DnnModule-27487 {
    height: 120px;
  }

  .xxl-bg {
    display: none;
  }

  .md-bg {
    display: block;
  }

  #actions_section {
    margin-top: 10px;
    background: rgba(35, 121, 161, 0.8);
    padding: 15px 20px 15px;
  }

  .footertext {
    line-height: 28px;
  }

  #regtotword h1 {
    font-size: 17pt;
  }

  .gridf-c {
    column-gap: 8px;
  }

  .email-br,
  .fax-br {
    display: block;
  }

  #registrationTotals li span.totalsField {}

  .footertext {
    font-size: 9.5pt;
  }

  .footerwords,
  .footerwords a,
  .disclaimer-list li a {
    font-size: 11pt;
  }

  .footertext {
    margin-right: 5px;
  }

  div#registrationTotals ul.registrationTotalsList {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 930px) {

  .banner-wrap,
  figure.banner-bg {
    height: 150px;
  }

  div#headerrow ul.childdrop li {
    width: 48%;
  }

  .actions_section_body {
    display: grid;
    grid-template-columns: 14% 14% 14% 14% 14% 14% 14%;
    align-items: center;
    justify-content: space-evenly;
  }

  .quick_button p {
    font-size: 8pt;
    line-height: 14px;
  }

  #actions_section .quick_button img {
    height: 35px;
    width: 35px;
  }

  #actions_section .quick_button {
    height: 90px;
    width: 90px;
  }

  #regtotword h1 {
    font-size: 17pt;
    margin-bottom: 3px;
  }

  #regtotword h2 {
    font-size: 14pt;
  }
}

@media (max-width: 900px) {
  .hrs-br {
    display: block;
  }

  .fax-br {
    display: none;
  }
}

@media (max-width: 850px) {
  #registrationTotals li span.totalsField {}

  #regtotword h1 {
    font-size: 15pt;
  }

  #actions_section .quick_button img {
    height: 30px;
    width: 30px;
  }

  #actions_section .quick_button {
    height: 80px;
    width: 80px;
  }

  .quick_button p {
    font-size: 8pt;
    line-height: 14px;
    position: relative;
    top: -2px;
  }
}

@media (max-width: 768px) {
  .official-list {
    width: 75% !important;
  }

  .official-list ul li p,
  .official-list ul li span {
    font-size: small;
  }

  .banner-wrap,
  figure.banner-bg {
    height: 114px;
  }

  div#headerrow ul#dnn_siteMenu li {
    height: unset;
  }

  #actions_section {
    padding: 5px 20px 15px;
  }

  .c-hamburger--htx.is-active span {
    background: none;
  }

  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
  }

  .c-hamburger--htx.is-active span::before {
    top: 0px;
    transform: rotate(45deg);
  }

  .c-hamburger--htx.is-active span::after {
    bottom: 0px;
    transform: rotate(-45deg);
  }

  div#headerrow ul#dnn_siteMenu li.sfHover>ul ul {
    position: relative;
    padding: 0;
    top: 0 !important;
    left: 0;
    width: 100%;
  }

  div#headerrow ul#dnn_siteMenu li.sfHover>ul ul li:first-child {
    margin-top: 5px;
  }

  div#headerrow ul#dnn_siteMenu li.sfHover>ul ul li:last-child {
    margin-bottom: 0 !important;
  }

  div#headerrow ul#dnn_siteMenu li.sfHover {
    background: #5a0105;
    display: flex;
    flex-direction: column;
  }

  div#headerrow ul#dnn_siteMenu li.sfHover a.sf-with-ul:first-child::after {
    left: 70px;
  }

  div#headerrow ul.childdrop {
    padding: 15px 20px 15px;
    position: relative;
  }

  div#headerrow ul#dnn_siteMenu li,
  div#headerrow ul#dnn_siteMenu li a {
    width: 100%;
    font-size: large;
  }

  .sfHover>ul.childdrop {
    display: flex !important;
  }

  div#mobileitems {
    margin: 0;
  }

  div#mobileitems a {
    margin: 0 30px 0 0;
    padding: 0 40px;
    border-right: 1px solid white;
    border-left: 1px solid white;
  }

  button.c-hamburger {
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 132px;
    display: flex !important;
    margin: 0 0px 0 30px;
    padding: 0 30px;
    border-left: 1px solid white;
  }

  div#headerrow .navigation.menuopen {
    display: block !important;
    width: 0 !important;
  }

  div#headerrow .navigation {
    display: none;
  }

  div#headerrow ul.childdrop li {
    width: 100%;
  }

  div#headerrow .navigation.menuopen ul#dnn_siteMenu {
    flex-direction: column;
  }

  div#headerrow .navigation.menuopen ul#dnn_siteMenu {
    background: #21344b;
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
    right: 0;
  }

  .actions_section_body {
    grid-template-columns: 19% 19% 19% 19%;
  }

  #actions_section .quick_button {
    margin-top: 10px;
  }

  .top-bar-wrap h3,
  .top-bar-wrap h3 a {
    font-size: 15px;
  }

  #news_section .HomePageENRLinkContainer {
    margin: 0px 110px 0px 110px;
    width: calc(100% - 220px);
  }

  #actions_section .quick_button {
    height: 100px;
    width: 100px;
  }

  .quick_button p {
    font-size: 9pt;
  }

  div#calHeader {
    margin-top: 10px;
  }

  #regtotword h1 {
    font-size: 24px;
  }

  #regtotword h2 {
    font-size: 16pt;
  }

  .gridf-c {
    grid-template-columns: 100%;
  }

  .address-br,
  .phone-br {
    display: block;
  }

  .fax-br,
  .hrs-br {
    display: none;
  }
}

@media (max-width: 750px) {
  .official-list {
    width: 100% !important;
  }

  div#mobileitems a {
    padding: 0 25px;
  }

  button.c-hamburger {
    width: 102px;
    margin: 0 0px 0 30px;
    padding: 0 30px;
  }
}

@media (max-width: 725px) {
  button.c-hamburger {
    margin-left: 10px;
  }
}

@media (max-width: 680px) {
  button.c-hamburger {
    width: 82px;
    padding: 0;
  }
}

@media (max-width: 640px) {

  .news_section_header h2,
  div#calHeader h2 {
    font-size: 13pt;
  }

  .fax-br,
  .hrs-br {
    display: block;
  }

  .footertext {
    margin-right: 0;
  }

  #news_section .HomePageENRLinkContainer {
    width: 92%;
    margin: 0 15px;
  }

  #news_section a.HomePageENRLink {
    font-size: 10pt;
  }
}

@media (max-width: 610px) {
  button.c-hamburger {
    width: 65px;
    padding: 0;
    margin-left: 0;
  }
}

@media (max-width: 580px) {
  #actions_section .quick_button {
    height: 80px;
    width: 80px;
  }

  .quick_button p {
    font-size: 7pt;
  }

  .footertext {
    font-size: 11.5pt;
  }

  .fax-br {
    display: block;
  }

  .footerwords,
  .footerwords a,
  .disclaimer-list li a {
    font-size: 13pt;
  }

  #regtotword h1 {
    font-size: 15pt;
    text-align: center;
  }

  #regtotword h2 {
    font-size: 14pt;
  }
}

@media (max-width: 576px) {
  .xs-bg {
    display: block;
  }

  .md-bg {
    display: none;
  }

  .paneDrop {
    height: 80px !important;
  }

  .bcs-searchbox {
    color: #222;
  }

  .goog-te-gadget .goog-te-combo {
    width: 280px;
    background-position: top 50% right 30px;
    font-size: 10pt !important;
  }

  .paneDrop {
    width: 100% !important;
  }

  div#headerrow ul.childdrop {
    padding: 15px 20px;
  }

  div#phonemenu {
    flex-direction: column;
  }

  div#social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }

  div#mobileitems {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 15px !important;
    background: #364960;
  }

  button.c-hamburger {
    border-left: none !important;
    margin: auto;
  }
}

@media (max-width: 520px) {
  .goog-te-gadget .goog-te-combo {
    width: 280px;
  }

  button.c-hamburger {
    width: 45px;
    display: flex !important;
    height: 100%;
    align-items: flex-end;
  }
}

@media (max-width: 480px) {
  .official-list ul li i {
    font-size: 15px;
  }

  .goog-te-gadget .goog-te-combo {
    width: 200px;
    background-position: top 50% right 10px;
  }

  div#mobileitems a {
    padding: 0px 25px;
  }

  .footertext {
    line-height: unset;
  }

  .top-bar-wrap {
    padding: 0 15px;
  }

  #actions_section .quick_button {
    height: 90px;
    width: 90px;
  }

  .quick_button p {
    font-size: 8pt;
  }

  .actions_section_body {
    grid-template-columns: 32% 32% 32% !important;
  }

  .footertext,
  .footertext a,
  .disclaimer-list li a {
    font-size: 7.5pt;
  }
}

@media (max-width: 420px) {
  #news_section .DnnModule.DnnModule-DNNENR.DnnModule-27487 {
    background-position: 60px;
    height: 100px;
    background-size: cover;
  }

  div#news_section span.HomePageENRLinkHighlight,
  div#news_section div#news_section.HomePageENRStatus {
    font-size: 9pt;
  }

  .actions_section_body {
    grid-template-columns: 33% 33% 33% !important;
    grid-gap: 0 !important;
  }

  #actions_section .quick_button {
    height: 60px;
    width: 60px;
  }

  #actions_section .quick_button img {
    height: 20px;
    width: 20px;
  }

  .quick_button p {
    font-size: 5.5pt;
    line-height: 10px;
  }

  .top-bar-wrap h3,
  .top-bar-wrap h3 a {
    font-size: 8pt;
  }
}

@media (max-width: 400px) {
  #news_section a.HomePageENRLink {
    font-size: 7pt;
  }

  #regtotword h1 {
    text-align: center;
  }

  #regtotword h1 {
    font-size: 14pt;
  }

  #regtotword h2 {
    font-size: 11pt;
  }

  #registrationTotals li {}

  div#registrationTotals ul.registrationTotalsList {}

  #regtotword {
    padding-top: 5px;
    padding-bottom: 0;
  }
}

@media (max-width: 360px) {
  #news_section .DnnModule.DnnModule-DNNENR.DnnModule-27487 {
    background-position: 20px;
  }

  .goog-te-gadget .goog-te-combo {
    width: 190px;
  }

  .c-hamburger--htx.is-active span::after {
    bottom: 0px;
  }

  div#mobileitems a {
    padding: 0px 10px;
    margin: 0 5px !important;
  }

  div#mobileitems a {
    padding: 0px 20px;
  }

  div#mobileitems {
    padding: 5px 15px !important;
  }

  div#social {
    padding: 10px 15px;
  }
}

div#dnnModuleDialog {
  top: 10svh !important;
  bottom: 0svh !important;
}

.textMyGovSection {
  display: flex;
  flex-direction: row;
  gap: 1em;
  margin-bottom: 25px;

  & div {
    display: flex;
    flex-direction: column;
    gap: 15%;
    justify-content: flex-start;
  }

  & img {
    width: 18%;
    height: 100%;
    flex-basis: auto;
    align-self: flex-end;
  }

  @media (max-width: 575px) {
    & {
      flex-direction: column;
    }

    &>div {
      flex-direction: column-reverse !important;
    }

    &>img {
      width: 100%;
    }
  }
}

div.textMyGovSection>div>p {}

#voter-section:has(.DNNEmptyPane + .DNNEmptyPane),
#news_section:has(.DNNEmptyPane),
voter-content-area {
  display: none;
}

#calendarArea #calendarArea:has(.DNNEmptyPane) {
  display: none;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li>a {
  font-size: clamp(14px, 1.5vw, 1.5em);
}