html body.bring-on-the-dark .mm-page {
  background-color: #000;
}
html body.bring-on-the-dark .mm-page p,
html body.bring-on-the-dark .mm-page h1,
html body.bring-on-the-dark .mm-page h2,
html body.bring-on-the-dark .mm-page h3,
html body.bring-on-the-dark .mm-page h4,
html body.bring-on-the-dark .mm-page h5,
html body.bring-on-the-dark .mm-page ul {
  color: #fff;
}
html body.bring-on-the-dark .mm-page a {
  color: #ecc781 !important;
}
html body.bring-on-the-dark .mm-page a:hover {
  color: #e8808c !important;
}
html body.bring-on-the-dark .mm-page .dark-mode-switchy-switcherson .label-for-switcher {
  color: #ecc781 !important;
}
html body.bring-on-the-dark .mm-page .btn {
  background-color: #000 !important;
  border: 2px solid #ecc781;
}
html body.bring-on-the-dark .mm-page .btn:hover {
  color: #e8808c !important;
}
html body.bring-on-the-dark .mm-page .btn.toggle-dark:hover {
  background-color: #000 !important;
}
html body.bring-on-the-dark .mm-page .btn.toggle-dark:before {
  content: '\f205';
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 4rem;
}
html body.bring-on-the-dark .mm-page #block-responsivemenumobileicon .block-wrapper {
  background-color: #000 !important;
  color: #ecc781 !important;
  border: 3px solid #ecc781 !important;
}
html body.bring-on-the-dark .mm-page .logo-container,
html body.bring-on-the-dark .mm-page .main-container,
html body.bring-on-the-dark .mm-page #text_resize_decrease,
html body.bring-on-the-dark .mm-page #text_resize_increase {
  background-color: #000;
}
html body.bring-on-the-dark .mm-page .election-block {
  background-color: #000 !important;
  border: 1px solid #ecc781 !important;
}
html body.bring-on-the-dark .mm-page .election-block .feature-tile-text {
  background-color: transparent!important;
}
html body.bring-on-the-dark .mm-page .tab-content {
  background-color: #000 !important;
  border: 1px solid #ecc781 !important;
}
html body.bring-on-the-dark .mm-page .nav-tabs a {
  background-color: #000 !important;
  border: 1px solid #ecc781 !important;
}
html body.bring-on-the-dark .mm-page .breadcrumb li {
  color: #fff !important;
}
html body.bring-on-the-dark .mm-page .news-events-tab-wrapper ul li a.nav-link {
  background-color: #000 !important;
  color: #ecc781 !important;
  border-color: #ecc781 !important;
}
html body.bring-on-the-dark footer {
  background-color: #000;
}
html body.bring-on-the-dark footer p,
html body.bring-on-the-dark footer h1,
html body.bring-on-the-dark footer h2,
html body.bring-on-the-dark footer h3,
html body.bring-on-the-dark footer h4,
html body.bring-on-the-dark footer h5,
html body.bring-on-the-dark footer ul {
  color: #fff !important;
}
html body.bring-on-the-dark footer a {
  color: #ecc781 !important;
}
