/* Imports */
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");

/* Generic Styling */

body {
  background: #ffffff;
  font-family: "Alata", sans-serif;
}

:focus {
  outline: 1px solid black;
}

p,
.Normal {
  font-family: "Alata";
  font-size: 16px;
  color: #5d5f62;
}

table {
  font-size: 1rem;
}

h1 {
  display: block;
  color: #c10000;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.TitleH1:empty {
  /* visibility: hidden; */
}

h2 {
  color: #c10000;
  font-family: "Alata";
}

h3 {
  color: #082846;
  font-family: "Alata";
}

h4 {
  margin: 0;
  font-family: "Alata";
}

.footer-col span {
  color: #294b8a;
}

.h2-Satisfy {
  font-family: "Satisfy", cursive;
  font-size: xx-large;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  padding: 1rem;
  margin: 0;
  text-align: center;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  width: auto;
  height: auto;
  overflow: visible;
}

a:link,
a:active,
a:visited {
  color: #011d42;
}

a:hover {
  text-decoration: none;
  color: #a4cbe9;
}

/* Structure */

/*#toplinks {

} */

#homelink {
  color: white;
}

#sitemaplink {
  color: white;
}

/*#wrapper {
}*/

#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;
}

.alert-text {
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: black;
  font-family: "Alata", sans-serif;
  font-size: 1.4rem;
  height: fit-content;
  border: 0;
  padding: 0;
  margin: 0;
}

#dnn_alertcontentpane > div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.top-alert {
  color: black;
  font-size: large;
  padding: 1rem;
}

#wrapper
  > div.alert.alert-light.alert-dismissible.fade.show.alert-text
  > button {
  font-size: 0.7rem;
}

.small-menu-icon {
  margin: auto;
  background-color: #af0b26;
  color: white;
}

.navbar-toggler-icon {
  display: flex;
  justify-content: center;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: auto;
  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: 0px;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 18px;
  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;
}
.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;
}

.show {
  opacity: 1;
  transition: 3s;
}

#wrapper > nav > button > span > svg {
  transform: scale(2);
}

.navbar {
  background-color: #af0b26;
  padding: 0;
  z-index: 100;
}

@media (max-width: 529px) {
}

@media (max-width: 991px) {
  .nav-inner li:last-child {
    padding-bottom: 30px;
  }
}
.nav-inner {
  width: 100%;
  margin: 0;
  background-color: #af0b26;
  color: #ffff;
}

.nav-inner li {
  display: inline-block;
  border-right: 3px solid #85071b;
  position: relative;
}

.nav-fill .nav-item {
  display: flex;
  position: relative;
  flex-direction: column;
}

@media (min-width: 768px) {
  .nav-fill .nav-item:focus-within,
  .nav-fill .nav-item:hover {
    background-color: #294b8a;
  }

  .nav-fill .nav-item .nav-link,
  .nav-justified .nav-item .nav-link .nav-link {
    color: white;
    margin: auto;
    width: 100%;
    text-align: center;
    padding-left: 0.5em 1em;
  }
}

.nav-inner li:last-child {
  border-right: 0;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  color: #ffff;
}

.header-alignment {
  width: 100%;
  height: auto;
  margin: 0;
}

#header {
  margin-bottom: 2rem;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}

.largeSeperatedHeroImages {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.heroImageLeft,
.heroImageRight {
  max-width: 30%;
  flex: 1;
  /* height: 100%; */
}
.heroCenterDiv {
  background: #e6e9ee;
  width: 80%;
  height: auto;
  margin: 0;
  padding: 10px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 1;
  align-content: center;
}

.heroImageCenter {
  /* position: relative; */
  /* right: 0; */
  /* left: 0; */
  padding-top: 1em;

  /* height: 50%; */
  margin: auto;
  /* flex: 1; */
  width: 80%;
}

/*
@media (max-width: 2060px) {
  .largeSeperatedHeroImages {
    display: none;
  }
}

.mediumHeroImage .img-fluid .logo-img .d-sm-none .d-none .d-md-block {
  display: none;
}

@media (min-width: 2060px) {
  .mediumHeroImage {
    display: none !important;
  }
}
*/

@media (max-width: 768px) {
  .heroImageLeft,
  .heroImageRight {
    display: none;
  }

  .nav-fill .nav-item .nav-link,
  .nav-justified .nav-item .nav-link .nav-link {
    color: white;
    margin: auto;
    width: 100%;
    text-align: start;
    padding-left: 2em;
  }
}

.logo-image-small {
  background-color: #e6eaee;
  width: 100%;
  margin: auto;
  padding-bottom: 3rem;
}

/*.headerimage {
}*/

#header-menu-items {
  position: absolute;
  bottom: 10px;
  left: 43%;
  margin: auto;
  width: 10%;
  font-weight: bolder;
  display: flex;
  flex-direction: row;
  align-content: center;
  text-align: center;
  justify-content: space-evenly;
  align-items: flex-start;
}

#social {
  border: none;
  background: none;
}

#mobileitems2 > div + div {
  border-left: 1px solid black !important;
  padding: 0 1em;
}

#mobileitems2 > div + button {
  border-left: 1px solid black !important;
}
#mobiletranslate {
  padding-left: 1rem;
  border-left: 1px solid black !important;
  border-right: 1px solid black !important;
  margin-left: 1rem;
  padding-right: 1rem;
  margin-right: 1rem;
}

.paneDrop {
  background: white;
  z-index: 99;
  left: 75% !important;
  height: 65px !important;
  width: 25% !important;
  margin-left: 0px;
  border-bottom-right-radius: 5px;
  text-align: center;
  line-height: 22px;
  color: white !important;
  transition: height 0.4s;
  animation-direction: reverse;
  border-bottom-left-radius: 5px;
  border: 2px solid #173b75;
}

.paneDrop2 {
  background: white;
  z-index: 99;
  position: fixed !important;
  top: 53px;
  right: 0% !important;
  height: 65px !important;
  width: 20% !important;
  margin-left: 0px;
  border-bottom-right-radius: 5px;
  text-align: center;
  line-height: 22px;
  color: white !important;
  transition: height 0.4s;
  animation-direction: reverse;
  border-bottom-left-radius: 5px;
  border: 2px solid #173b75;
}

#mobileitems,
#mobileitems2 {
  /* left: 0; */
  /* right: 0; */
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  /* bottom: 4em; */
  /* margin-top: 1em; */
  margin: 1em auto 20px auto;
}

#mobilesearch2 > svg,
#mobiletranslate2 > svg {
  color: #5d5f62;
}

.utility-button-label {
  margin: 0;
  padding: 0;
  font-size: small;
}

#mobileitems2 > div:hover > button > p,
#mobileitems2 > div:focus-within > button > p {
  text-decoration: underline;
}

#translateContainer,
#searchContainer {
  position: absolute;
  background-color: #f8f8f8;
  color: #666;
  top: -4rem;
  right: -50%;
  left: -50%;
  margin: auto;
  width: fit-content;
  z-index: -1;
  padding: 1rem 3rem;
  font: 13px / normal Arial, Helvetica, Sans-Serif;
  transition: all 1s ease-out;
}

@media (max-width: 420px) {
  #translateContainer,
  #searchContainer {
    right: -30%;
    left: -30%;
    padding: 1em;
    width: 90vw;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #bcs-results-div {
    overflow-y: scroll;
    height: 40vh !important;
  }
}

.show-utility {
  animation: show-utility 1.5s ease-in-out forwards;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.8);
}

.close-utility {
  animation: close-utility 1.5s 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;
  }
  50% {
    top: 9em;
    z-index: -1;
  }
  100% {
    top: 4.2em;
    z-index: 999;
  }
}

@keyframes close-utility {
  25% {
    visibility: hidden;
    z-index: -1;
  }
  50% {
    top: 8em;
    z-index: -1;
  }
  100% {
    top: 4.2em;
    z-index: 999;
  }
}

.bcs-container-searchbox {
  margin-top: 8px;
}

.bcs-modal {
  z-index: 999 !important;
}

#bcs-results-div {
  overflow-y: scroll;
  height: 30rem;
}

svg.bi.bi-facebook {
  color: #3b5998;
  width: 90%;
}

svg.bi.bi-facebook:hover,
svg.bi.bi-facebook:focus {
  color: #0d6efd;
}

.mobilebuttons {
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: medium;
}

.mobilebuttons {
  width: 50px;
  height: 50px;
}

@media (max-width: 725px) {
  .mobilebuttons {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 375px) {
  .mobilebuttons {
    font-size: xx-small;
  }
}

.mobilebuttons:hover,
.mobilebuttons:focus {
  color: rgb(31, 17, 230);
}

.glyphicon {
  color: white;
  font-size: 23px;

  display: block;

  text-align: center;
}

/* Google Translate */

.goog-te-gadget {
  color: white;
}

.goog-logo-link {
  color: white;
}

/*Quicklinks*/

#quicklinks {
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 1em;
}

.quicklink-item:focus-within > a > .qlwords,
.quicklink-item:hover > a > .qlwords {
  color: #af0b26;
}

@media (max-width: 767px) {
  #quicklinks {
    overflow-x: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
    justify-items: center;
  }

  .quicklink-item {
    width: 7rem;
    margin: auto;
  }
}

@media (max-width: 991px) {
  .nav-inner {
    position: absolute;
  }

  li.nav-item {
    background: #294b8a;
  }
}

/*
.quicklink-item{
position: absolute;
width: auto;
border-radius: 3px;
padding: .2rem;
overflow-x: hidden;
margin-bottom: .5rem;
position: relative;
background: rgb(13,103,126);
background: linear-gradient(8deg, rgb(67, 175, 202) 0%, rgb(143, 223, 252) 16%);
color: rgb(37, 11, 187);
}

.quicklink-item:nth-child(6n+1) {
    padding: .7rem;
    background: rgb(13,103,126);
    background: linear-gradient(8deg, rgb(67, 175, 202) 0%, rgb(143, 223, 252) 16%);
    border-right: .1rem solid rgb(255, 255, 255);

    
    height: auto;
    color: rgb(37, 11, 187);
    border-radius: 3px;
    transform-origin: top left;
    
    transform: skew(-10deg);
    overflow-x: hidden;
    margin-bottom: .5rem;
}

.quicklink-item:not(:nth-child(6n+1)), .quicklink-item:not(:nth-child(6n+6)){
    border-right: 0.3rem solid rgb(255, 255, 255);
    border-left: 0.3rem solid rgb(255, 255, 255);
    transform: skewX(-10deg);
    width: 108%;

}


.quicklink-item:nth-child(6n+6){
    padding: .7rem;
    background: rgb(13,103,126);
    background: linear-gradient(8deg, rgb(67, 175, 202) 0%, rgb(143, 223, 252) 16%);
 
    border-left: .3rem solid rgb(255, 255, 255);
    
    height: auto;
    color: rgb(37, 11, 187);
    border-radius: 3px;
    transform-origin: bottom left;
    
    transform: skew(-10deg);
    overflow-x: hidden;
    margin-bottom: .5rem;
    } */

#quicklinks a {
  text-decoration: none;
  text-align: center;
}

.qlwords {
  color: #294b8a;
  font-size: 1rem;
  text-align: center;
  border-left: none;
  padding: 0.2rem;
}

.qlicon > img {
  vertical-align: middle;
  height: 2.8rem;
  width: auto;
  margin: auto;
}

#q1 {
  background-color: #74000e;
  background-image: radial-gradient(ellipse at top, #74000e, #51000c);
  border-right: 1px solid black;
}

#q1:hover {
  background-color: #74000e;
  background-image: radial-gradient(ellipse at top, #54000e, #32000b);
}

#q3 {
  background-color: #74000e;
  background-image: radial-gradient(ellipse at top, #74000e, #51000c);
  border-right: 1px solid black;
}

#q3:hover {
  background-color: #74000e;
  background-image: radial-gradient(ellipse at top, #54000e, #32000b);
}

#q4 {
  background-color: #74000e;
  background-image: radial-gradient(ellipse at top, #74000e, #51000c);
  border-right: 1px solid black;
}

#q4:hover {
  background-color: #74000e;
  background-image: radial-gradient(ellipse at top, #54000e, #32000b);
}

#q5 {
  background-color: #74000e;
  background-image: radial-gradient(ellipse at top, #74000e, #51000c);
  border-right: 1px solid black;
}

#q5:hover {
  background-color: #74000e;
  background-image: radial-gradient(ellipse at top, #54000e, #32000b);
}

#q6 {
  background-color: #74000e;
  background-image: radial-gradient(ellipse at top, #74000e, #51000c);
}

#q6:hover {
  background-color: #74000e;
  background-image: radial-gradient(ellipse at top, #54000e, #32000b);
}

/*------------------------------------------------*/

/* REGISTRATION TOTALS
    /*------------------------------------------------*/

.voter-registration-container {
  background-image: url(https://vrcdn.electionsfl.org/portals/gilchrist/images2022/wf_votertotalsback_xxl.jpg);
}

.registrationTotalsBackground {
  width: 100% !important;
}

.voter-registration-totals-bar-lg {
  padding: 1em;
}

.voter-registration-totals-bar-sm {
  background-image: url(https://vrcdn.electionsfl.org/portals/gilchrist/images2022/wf_votertotalsback_sm.jpg);
  width: 100% !important;
}

#regtotals-large,
#regtotals-small {
  color: black;
  font-family: "Alata", sans-serif;
  width: 90%;
  margin: auto;
}

#regtotals-large > div > ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 0;
}

@media (max-width: 420px) {
  #regtotals-small > div > ul > li > span {
    font-size: medium !important;
  }
  .headshotWelcomeMessageArea {
    padding: 0;
  }
  .welcome-message-text {
    padding: 0.5em 2em;
  }
}

@media (max-width: 767px) {
  #regtotals-small > div > ul {
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 2em 1em;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-around;
  }

  #regtotals-small > div > ul > li {
    font-size: 4vw;
    font-weight: 600;
  }

  #regtotals-small > div > ul > li:nth-child(1) {
    width: 100%;
  }

  #regtotals-small > div > ul > :not(:first-child) {
    width: 50%;
    display: flex;
    padding: 10px;
    margin: auto;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

#regtotals-large > div > ul > li {
  font-size: 2vw;
}

span.totalsValue.dateValue::before {
  content: "(";
}

span.totalsValue.dateValue::after {
  content: "):";
}
/*
.demField {
}

.demValue {
}

.repField {
}

.repValue {
}

.othField {
}

.othValue {
}

.totField {
}

.totValue {
}
*/
/*Beginning of Content after Quicklinks and Registered Voters*/

#contentwrapper {
  background: #fff;
}

/*
#swoosh {
}

#leftsidebar {
}

#leftbottom {
}

#dnn_sitemenu {
}
*/
.submenu {
  position: absolute;
  flex-direction: column;
  background: #294b8a;
  left: 0 !important;
  margin: 0px;
  padding: 1rem;
  top: 100% !important;
}

@media (max-width: 992px) {
  .submenu {
    position: relative;
  }
}

.nav-item:nth-last-child(-n + 3) .submenu {
  right: 0;
  left: auto !important;
}

.sf-sub-indicator {
  display: none !important;
}

.submenu .nav-link:hover,
.submenu .nav-item:hover {
  color: #a4cbe9 !important;
}

.submenu .nav-link:focus,
.submenu .nav-item:focus {
  color: #a4cbe9 !important;
}

.submenu > li.nav-item {
  border: none;
  width: max-content;
}

@media (max-width: 962px) {
  .submenu {
    width: 100%;
    z-index: 99;
    padding-left: 0;
  }
  .submenu > li.nav-item {
    margin: none;
    background: transparent;
  }
  .nav-inner li {
    border: none;
  }
  .submenu {
    flex-direction: column;
    background: #1a386f;

    border: none;
  }

  .nav-link:hover,
  .nav-item:hover {
    color: #a4cbe9 !important;
    display: flex;
    flex-direction: column;
  }
}

.home {
  color: #ffffff;
}

#icons {
  padding: 10px;
}

#middlecontent {
  display: flex;
  flex-direction: column;
}

.homecontentpane {
  position: relative;
}
.headshotWelcomeMessageArea {
  display: inline-flex;
  padding: 1.2rem;
  padding-bottom: 0;
}

.welcome-message-text {
  width: 80%;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0.5rem 0.5rem;
}

.right-pane-welcome-message {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.top-right-pane-welcome-message {
  padding: 0 0.5rem;
}

.headshotWelcomeMessageArea > div > div > div > div > div > div > p {
  font-size: 18;
  font-family: "Alata", sans-serif;
  margin: 0.5rem;
}

.right-pane-welcome-message > div > div > div > div > div > div > p {
  font-size: 18;
  font-family: "Alata", sans-serif;
}

.headshot-image-div {
  width: auto;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}

.headshot-image {
  max-height: 20rem;
}

.electionScheduleDiv {
  background-color: #294b8a;
  padding-bottom: 3rem;
}

.electionScheduleDivHeader {
  font-size: xx-large;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
  padding: 2rem;
  margin: 0;
}

.electionScheduleInnerContainer {
  display: flex;
  padding: 1rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

.electionScheduleInnerDiv {
  font-family: "Alata", sans-serif;
  margin: 1em;
  border-radius: 3px;
  flex: 1 1 0;
}

.electionScheduleInnerDiv:nth-child(1):has(#dnn_electionScheduleTitle1:empty) {
  display: none;
}

.electionScheduleInnerDiv:nth-child(2):has(#dnn_electionScheduleTitle2:empty) {
  display: none;
}

.electionScheduleInnerContainer:has(.enrDiv:empty) {
  display: flex;
  padding: 1rem;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}

.electionScheduleInnerDiv:nth-child(3):has(#dnn_electionScheduleInnerContainer3:empty) {
  display: none;
}

.electionScheduleInnerDivHeader {
  background-color: #132f62;
  color: #ffffff;
  font-size: large;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.electionScheduleInnerDivHeader > div {
  width: 100%;
  background: none;
  padding: 0;
}

.electionScheduleInnerDivHeader > div > div {
  margin: auto;
}

.electionScheduleInnerDivHeader p,
.electionScheduleInnerDivHeader h3 {
  background-color: #132f62;
  color: #ffffff;
  font-size: large;
  padding: 1rem;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.electionScheduleInnerDivBody {
  background-color: #737377;
  display: flex;
  min-height: 70%;
  flex-direction: row;

  align-items: center;
}

.electionScheduleInnerDivIconContainer {
  max-width: 6rem;
}

.electionScheduleInnerDivDate h4 {
  color: white;
  font-size: larger;
}

.electionScheduleInnerDivDate h4 {
  color: white;
  font-size: larger;
}

.electionScheduleInnerDivDate {
  font-size: larger;
}

.electionScheduleInnerDivDate p {
  font-size: small;
  color: white;
}

.electionScheduleInnerDivInfo p {
  font-size: small;
  color: white;
}

#dnn_electionScheduleInnerContainer3 {
  height: 100%;
  padding: 0;
  background-color: transparent;
}

#dnn_electionScheduleInnerContainer3 > div {
  width: 100%;
}

.schedule-detail {
  color: white;
}

@media (max-width: 768px) {
  .headshotWelcomeMessageArea {
    display: block;
    padding: 0;
  }
  .welcome-message-text {
    width: fit-content;
    line-height: 1.5;

    margin: 0;
    padding: 1em;
  }

  .headshot-image-div {
    margin: auto;
    padding: 0;
  }

  .electionScheduleInnerContainer {
    display: grid;
    padding: 1rem;
  }

  div[class*="_article_list_wrapper"] {
    flex-direction: column;
  }

  .edn_article + .edn_article {
    border-left: none !important;
  }

  .footer-col {
    width: 100%;
  }
  .disclaimer-text {
    padding: 0 2rem 3rem 2rem;
  }
}

.enrDiv > div > div > div > div > div > a {
  display: flex;
  height: 100%;
  padding: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.enrDiv > div > div > div > div > div > a > div.HomePageENRElection {
  padding-bottom: 0.4rem;
}

.enrDiv > div > div > div > div > div > a > div.HomePageENRStatus {
  padding-top: 0.4rem;
}

#dnn_electionScheduleInnerContainer > div > div > h1 {
  margin: 0;
}
.enrDiv > div > div > div > div > a > div.HomePageENRElection > span {
  font-size: large;
}

.enrDiv > div > div > div > div > div > a > hr {
  display: none;
}

#dnn_ContentPane
  > .DnnModule-TurnoutQuickView
  > .WFContainer_Title_h1
  > div
  > .ModTurnoutQuickViewC
  > iframe {
  height: 47em;
}

@media (max-width: 450px) {
  .top-alert {
    font-size: 5vw;
    margin: 5px 14px;
    padding: 0.2em 0.5em;
  }

  .top-alert > ol {
    margin: 0.5rem;
    padding: 0.5rem;
  }

  .top-alert > li {
    font-size: 5vw;
  }

  #quicklinks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7rem, 3fr));
    padding: 1vw;
  }

  .quicklink-item {
    width: auto;
    margin: auto;
  }

  .qlicon {
    width: auto;
  }
  .qlwords {
    font-size: 5vw;
    text-align: center;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }

  #regtotals-small > .registrationTotals > .registrationTotalsList > {
    padding: 0;
  }

  /*
  #dnn_ctl03_registrationTotalsList {
    padding: 0;
  } */

  #regtotals-small
    > .registrationTotals
    > .registrationTotalsList
    > :not(:first-child) {
    padding: 1vw;
  }

  #dnn_homepageMessagepane {
    padding: 0;
  }

  #dnn_homepageMessagepane > div > div > div > div > div > P {
    font-size: 5vw;
    padding: 0.5rem;
    margin: 0;
  }

  /*
  #dnn_ctr27159_HtmlModule_lblContent > p {
    font-size: 4vw;
    padding: 1rem;
    margin: 0;
  } */
  .electionScheduleInnerContainer {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .electionScheduleInnerDivBody {
    padding: 0.5rem;
  }
  .electionScheduleDivHeader,
  .news-header-text {
    font-size: large;
    padding: 2em;
  }
  .electionScheduleInnerDivHeader {
    background-color: #132f62;
    color: #ffffff;
    padding: 0.6rem;
    font-size: larger;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .electionScheduleInnerDivText {
    font-size: 3vw;
  }

  .electionScheduleInnerDivDate {
    font-size: large;
    margin: 0;
  }

  .electionScheduleInnerDivInfo {
    font-size: 3vw;
    margin: 0;
  }

  #dnn_ctr27164_ModuleContent > div > a {
    padding: 0.5rem !important;
    height: auto !important;
  }

  #dnn_ctr27164_ModuleContent > div > a > div.HomePageENRElection > span {
    font-size: medium;
  }
  #dnn_ctr27164_ModuleContent > div > a > div.HomePageENRStatus > span {
    font-size: 4vw;
  }
}

@media (max-width: 450px) {
}

.HomePageENRLinkContainer {
  margin: 0;
  width: 100%;
  border: solid 2px gray;
  border-radius: 12px;
  overflow: hidden;
}

.backpagecontentpane {
  width: 100%;
  padding: 3em;
}

.backpage-divider {
  height: 20px;
  width: 100%;
}

.editcontentpane {
  position: relative;
  width: 900px;
  margin-left: 40px;
  min-height: 700px;
  float: left;
}

#dnn_rightcontentpane {
  margin-top: 55px;
}

/*Right Sidebar items*/

#rightsidebar {
  width: 221px;
  float: right;
  margin-top: 20px;
}

.news-container {
  width: 100%;
  background-color: #e6eaee;
}

#news {
  height: auto;
  background-color: #e6eaee;
  font-family: "Satisfy";
}

#newsmiddle {
  margin: 2em;
}

#dnn_newscontentpane {
  padding-left: 15px;
  padding-right: 15px;
}

.news-header-text {
  color: #294b8a;
}

/*#dnn_newscontentpane > div > div > div > div > div > div > div {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.edn_27165_article_list_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7rem, 3fr));
  padding: 1vw;
}*/
div[class*="_article_list_wrapper"] {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.edn_article + .edn_article {
  border-left: 1px solid black;
}

@media (max-width: 502px) {
  .edn_article + .edn_article {
    border-left: none;
  }
}

@media (max-width: 342px) {
  .edn_article:nth-child(2) {
    border-left: none;
  }
}

article:not(:nth-child(-n + 3)) {
  display: none;
}

.edn_article {
  position: relative;
  padding: 0.5rem;
  flex: 1 0 0%;
  min-width: 10rem;
}

.edn_metaDetails {
  display: none;
}

.edn_readMoreButton {
  background: linear-gradient(to bottom, #4d7cdd, #3f67b9) !important;
  color: white !important;
  position: relative;
  text-shadow: none;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 4px;
  margin: auto;
  box-shadow: none;
  transition: all 200ms linear;
}

.edn_articlesRssWrapper {
  display: none;
}

.dates-container {
  background-image: url(/portals/gilchrist/skins/gilchrist2022/images/wf_datestorememberback_xxl.jpg);
  background-size: cover;
  padding: 1rem;
}

#datesmiddle {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-content: center;
}

.dates-container:has(#datesmiddle #dnn_datescontentpane:empty) {
  display: none;
}

#dates > h2 {
  color: black;
  font-family: "Satisfy", "cursive";
  text-align: center;
}

#dnn_datescontentpane {
  width: 100%;
}

#datesmiddle > div > div {
  width: 100%;
}

.archive_list.events {
  margin: none !important;
  box-shadow: none !important;
  background: none !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list ul {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-content: space-around;
  justify-items: center;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
  margin: 0 2em !important;
  text-align: center;
  width: 90%;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .eds_news_Ozone.eds_subCollection_calendar .archive_list ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-items: stretch;
    justify-content: center;
    flex-direction: column;
  }

  .eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li {
    width: 90%;
    margin: 1em 2em !important;
  }
  .eds_news_Ozone.eds_subCollection_calendar
    .archive_list.events
    ul
    li:last-child {
    margin-bottom: 2em !important;
  }
}

.eds_news_Ozone.eds_subCollection_calendar
  .archive_list.events
  ul
  li
  > a
  > span {
  display: block;
  color: black !important;
  padding: 1rem;
}

.accordion {
  width: 50%;
  margin: auto;
}

#dnn_accordionOneHeader > div > div > div > div > div > h2 {
  font-size: large;
}

/*Footer*/

.footer {
  padding-left: 4rem;
  padding-right: 4rem;
}

.contact-container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: center;
  min-width: 10rem;
  padding: 1rem;
}

.footer-col > h2 {
  font-size: x-large;
}

.footer-inner-col {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.footer-col p {
  font-size: medium;
  margin: 0;
}

#dnn_footercontentpane {
  width: inherit;

  padding: 2px;
  color: white;
}

.footertext p,
.footertext a {
  font-family: Verdana;
  font-size: 10pt;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
}

#wrapper > footer > section > div > div:nth-child(1) > div:nth-child(3) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

#wrapper > footer > section > div > div:nth-child(1) > div:nth-child(3) > p {
  width: auto !important;
}

#wrapper > footer > section > div > div:nth-child(2) > div a {
  text-decoration: none;
}

#wrapper > footer > section > div > div:nth-child(2) > div a:hover,
#wrapper > footer > section > div > div:nth-child(2) > div a:focus {
  text-decoration: underline;
}

.highlighted-footer:not(a) {
  color: #294b8a;
}

.footer-message {
  padding-bottom: 2em;
}

.disclaimer-text {
  text-align: center;
  color: #5c5d61;
  font-family: "Alata", sans-serif;
  font-size: smaller;
  padding: 0 4rem 3rem 4rem;
}

.dnnEditState .DnnModule {
  opacity: 1;
}

@media print {
  body {
    background-color: white;
    color: black;
    background-image: none;
  }
  #dnn_ContentPane,
  #contentwrapper,
  #wrapper {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    float: none !important;
    top: 0;
    position: absolute;
  }
  #logo,
  #footer,
  #swoosh {
    display: none;
  }
  #controls,
  #maintop {
    display: none;
  }
  #backwrap,
  #staticbanner {
    background-image: none;
  }
  #leftsidebar,
  #rightsidebar,
  #registeredvoters,
  #quicklinks,
  #rotatordiv {
    display: none;
  }
}

/* Popup Message and Transparent Bar */

#dnn_popup {
  background: #0073b7;
  height: 54px;
  display: none;
}

#dnn_popup a {
  color: #fef795;
}

#dnn_ctr33026_ModuleContent {
  display: table-cell;
  vertical-align: middle;
  min-height: 54px;
  height: 54px;
  width: 52%;
}

#dnn_popup p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: white;
  text-align: center;
  line-height: 1;
}

#dnn_popup h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3em;
  color: #fef795;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 5px;
}

#popupexit {
  padding-top: 15px;
  z-index: 9;
}

#popupexit:hover,
#popupexit:focus {
  color: white;
}

#transparentbar {
  position: absolute;
  z-index: 9;
  background: rgba(2, 47, 99, 0.65);
}

#transparentbarback {
  position: absolute;
  top: 0px;
  z-index: 9;
  background: rgba(2, 47, 99, 0.65);
}

.dnnSortable {
  min-height: 54px !important;
}

.removePopup {
  position: absolute;
  height: 1px;
  width: 1px;
  left: 5000px;
}

.tbarUp {
  top: 0px !important;
}

@media (max-width: 2050px) {
  #dnn_ctr33026_ModuleContent {
    width: 24%;
  }
}

@media (max-width: 1950px) {
  #dnn_ctr33026_ModuleContent {
    width: 25%;
  }
}

@media (max-width: 1850px) {
  #dnn_ctr33026_ModuleContent {
    width: 27%;
  }
}

@media (max-width: 1750px) {
  #dnn_ctr33026_ModuleContent {
    width: 28%;
  }
}

@media (max-width: 1650px) {
  #dnn_ctr33026_ModuleContent {
    width: 30%;
  }
}

@media (max-width: 1550px) {
  #dnn_ctr33026_ModuleContent {
    width: 32%;
  }
}

@media (max-width: 1450px) {
  #dnn_ctr33026_ModuleContent {
    width: 34%;
  }
}

@media (max-width: 1350px) {
  #dnn_ctr33026_ModuleContent {
    width: 37%;
  }
}

@media (max-width: 1250px) {
  #dnn_ctr33026_ModuleContent {
    width: 40%;
  }
}

@media (max-width: 1150px) {
  #dnn_ctr33026_ModuleContent {
    width: 44%;
  }
}

@media (max-width: 1050px) {
  #dnn_ctr33026_ModuleContent {
    width: 48%;
  }
}

@media (max-width: 800px) {
  #popuptext {
    position: relative;
    right: 7%;
  }
}

@media (max-width: 680px) {
  #popuptext {
    position: relative;
    right: 8%;
  }
}

@media (max-width: 587px) {
  #dnn_popup {
    height: 71px;
  }
}

@media (max-width: 469px) {
  #dnn_popup {
    height: 85px;
  }
  #popuptext {
    right: 0%;
    width: 90%;
  }
}

/* Content Pane Area */

#dnn_contentpane {
  padding: 20px 15px;
}

.grayBack {
  background-color: #e2e2e2;
}

#dnn_newsarea {
  padding: 0 40px;
}

#dnn_calendararea {
  padding: 0 40px 20px;
}

/* Getting rid of weird category about calendar */

.SelCategory.SubHead {
  display: none;
}

#newstop {
  background: #168abc;
  font-size: 1.8em;
  font-family: Calibri, "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
  color: white;
  padding: 10px 20px;
}

#calendartop {
  background: #003366;
  font-size: 1.8em;
  font-family: Calibri, "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
  color: white;
  padding: 10px 20px;
}

.contentheader {
  /* text-align: center;
    padding-bottom: 15px;
    */
  padding: 7px 0px 1px 0px;
  background: #f57921;
  color: #1b286b !important;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px 0 rgb(0 0 0 / 20%), 0 6px 8px 0 rgb(0 0 0 / 19%);
}

#spacertop {
  padding: 15px;
}

#spacerbottom {
  padding: 0px;
}

#contentarea {
  background: #e2e2e2;
  display: flex;
}

@media (max-width: 991px) {
  #contentarea {
    display: inherit;
  }
}

.box {
  width: fit-content;
  background: #00bfb6;
  padding: 3px;
  border-radius: 5px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  font-family: arial;
  position:relative;
}

.sb1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #00bfb6;
  border-right: 10px solid transparent;
  border-top: 10px solid #00bfb6;
  border-bottom: 10px solid transparent;
  left: 2px;
  bottom: -19px;
}

#dnn_middlearea {
  border-right: 2px solid #707070;
  border-left: 2px solid #707070;
  padding: 20px 20px;
  background: white;
}

#rightareaContainer {
  padding: 20px 15px;
  background: #e2e2e2;
}

@media (max-width: 991px) {
  #dnn_middlearea {
    border-right: none;
    border-left: none;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #dnn_middlearea:after {
    border-bottom: 2px solid #707070;
    width: 100%;
    content: "";
    display: block;
    margin: 0 auto;
  }
  #dnn_contentpane:after {
    border-top: 2px solid #707070;
    width: 100%;
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
  #dnn_contentpane {
    padding-bottom: 30px;
  }
  #rightarea {
    padding-top: 20px;
  }
  .backpagecontentrow #dnn_contentpane {
    padding: 0 15;
  }
}

@media (max-width: 320px) {
  #rightarea {
    padding: 0 0px;
  }

  .electionScheduleInnerContainer {
    display: flex;
    padding: 1rem;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    justify-content: space-evenly;
  }
}

#dnn_rightpane,
#dnn_leftpane,
#dnn_rightpaneTop,
#dnn_leftpaneTop {
  padding-top: 20px;
}

#dnn_rightpane h3,
#dnn_leftpane h3,
#dnn_rightpaneTop h3,
#dnn_leftpaneTop h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  color: #023b7a;
  text-align: left;
  margin: 0px 0 5px;
  font-weight: bold;
  text-transform: uppercase;
}

#dnn_rightpane h2,
#dnn_leftpane h2,
#dnn_rightpaneTop h2,
#dnn_leftpaneTop h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  color: #007ac3;
  text-align: left;
  margin: 10px 0px;
}

#dnn_rightpane p,
#dnn_leftpane p,
#dnn_rightpaneTop p,
#dnn_leftpaneTop p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  font-style: normal;
  color: #022f63;
  text-align: left;
}

/* News Section Edits */

/* Article Title */

.edn_metaDetails {
  text-align: center !important;
}

.eds_news_Ozone {
  margin-bottom: 0 !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSubTitle,
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary ul,
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary p {
  display: none;
}

.eds_news_Ozone.eds_subCollection_news
  .edn_article
  .edn_articleSummary
  p:first-child,
.eds_news_Ozone.eds_subCollection_news
  .edn_article
  .edn_articleSummary
  p:nth-child(2),
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary span {
  display: block !important;
  color: #4b4c4f !important;
  text-align: center !important;
}

.eds_news_Ozone.eds_subCollection_news
  .edn_article
  .edn_articleSummary
  p:nth-child(2),
.eds_news_Ozone.eds_subCollection_news
  .edn_article
  .edn_articleSummary
  p:nth-child(3) {
  display: block !important;
  color: #626262 !important;
  text-align: center !important;
}

/* Read More Button */

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton,
.eds_news_Ozone.eds_subCollection_news
  .article_comments
  .add_comment
  .add_article_box
  .submit {
  font-family: Arial, Helvetica, sans-serif !important;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  border: none !important;
  border-radius: none !important;
  font-size: 16px !important;
  padding: 12px !important;
}

/* Notices Section Edits */

.eds_news_Ozone h2 {
  color: #023b7a !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: x-large !important;
}

/* Events Calendar */

#dnn_ctr33025_ModuleContent {
  width: 90% !important;
  padding-left: 10% !important;
}

.eds_news_Ozone.eds_subCollection_calendar .archive_list.events {
  margin-top: 0px !important;
  box-shadow: 0px 0px 6px grey;
  background: #d1d1d1;
}

.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 {
  padding: 15px !important;
  background: white;
}

.eds_news_Ozone h3 {
  padding: 0 15px !important;
}

/* Search Box & Translate Dropdown Spacing in PaneDrop & Mobile Menu*/

#dnn_mobilemenu {
  position: absolute;
  right: -150%;
  z-index: 15;
  background: white;
}

.bcs-container-searchbox {
  margin-top: 7px;
}

#google_translate_element {
  margin-top: 6px;
}

.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,
.eds_news_Ozone.eds_subCollection_calendar .archive_list.events ul li > a {
  font-family: "Alata" !important;
}
.archive_list.events ul li > a {
  color: #294b8a !important;
}

.edn_readMoreButtonWrapper {
  display: none !important;
  visibility: hidden !important;
}

.eds_news_Ozone.eds_subCollection_news .edn_article {
  margin: 0 !important;
}
a.Uncategorized.EDNcategorycolor-default {
  font-size: larger !important;
}

.eds_news_Ozone.eds_subCollection_calendar
  .archive_list.events
  ul
  li
  > a
  > span {
  color: #4b4c4f !important;
}

#ssrad-master,
.gsc-adBlock {
  display: none !important;
}
/* Fix styling of the TextMyGov popup */
.brz .brz-popup2__inner {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  height: auto !important;
  overflow-x: hidden; 
  overflow-y: hidden;
}

.collapse:not(.show) {
  display: none;
}

.revertVisbility {
  visibility: revert !important;
}
/* Gets rid of persona bar for dev purposes */

/* body {
    margin-left: 0px !important
}

iframe#personaBar-iframe,
.personalBarContainer.evoq .personabar-placeholder {
    display: none;
} */
