/*
Theme Name: Vote Jud No Donate
Author: Sherri Ferritto Williams
Author URI: https://www.metisdreams.com/
Developer: SFW
Version: 1.8 112125
Requires at least: 6.0
Tested up to: 6.5.4
Requires PHP: 8.0
*/
/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */
body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'Raleway', sans-serif;
  color: #272727;
  background-color: #FFF;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
html {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
/*========= basic global font sizes =============*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  font-weight: 600;
  line-height: 1.25;
  height: inherit !important;
  color: #004662;
  margin-bottom: .5rem;
}
h1, .h1 {
  font-size: 36px;
  text-transform: none;
  letter-spacing: -.025em;
  text-align: center;
  margin-bottom: 20px;
}
h2, .h2 {
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.content h2, .h2 {
  margin-top: 20px;
}
h3, .h3 {
  font-size: 23px;
  margin-top: 15px;
  margin-bottom: 12px;
}
h4 {
  margin-top: 25px;
}
h4, p {
  font-size: 20px;
  line-height: 142%;
  margin: 0px;
  margin-bottom: 10px;
}
/* ordered lists */
.content ol {}
.content ol li {
  font-size: 20px;
  line-height: 142%;
  margin-bottom: 10px;
}
/* unordered lists */
.content ul {
  margin: 0;
  padding: 0;
}
.content ul li {
  font-size: 20px;
  line-height: 142%;
  margin-bottom: 10px;
}
.content ul li {
  list-style: none;
}
.home-section ul li, .entry-content .content ul.checkmarks li {
  list-style: none;
  position: relative;
  padding-left: 35px;
}
.home-section ul li:before, .entry-content .content ul.checkmarks li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 95%;
  color: #ef7824;
  position: absolute;
  left: 0;
  top: 0;
}
.entry-content .content ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.entry-content .content ul li:before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 8px;
  color: #ef7824;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .twocol {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    break-inside: avoid-column;
  }
  .twocol ul {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
  }
  .twocol ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
  }
  .entry-content div.twocol {
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .entry-content div.twocol h2 {
    break-after: avoid;
  }
}
@media only screen and (min-width: 1200px) {
  ul.twocol {
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }
  .entry-content div.twocol {
    -webkit-column-gap: 60px;
    column-gap: 60px;
  }
}
b, strong {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4, p {
    font-size: 18px;
  }
  .content ul li, .content ol li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 44px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  .content h2, .h2 {
    margin-top: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4, p {
    font-size: 18px;
  }
  .content ul li, .content ol li {
    font-size: 18px;
  }
  p.lead {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  .content h2 {
    margin-bottom: 20px;
  }
  h3 {
    font-size: 30px;
  }
  h4, p {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .content ul li, .content ol li {
    font-size: 22px;
  }
}
/*
 @media only screen and (min-width: 1800px) {
h1, .h1 {
font-size:80px;
margin-bottom:30px;
}
 h2, .h2 {
font-size:65px;
}
 h3 {
font-size:48px;
}
h4, p {
font-size: 32px;
}
.content ul li, .content ol li {
font-size: 32px;
}
}*/
/* --------- other helpers and overrides ---------*/
a, a:visited {
  color: #1273a8;
  text-decoration: underline;
  transition: all 0.12s ease-in-out 0s;
}
a:hover, a:focus {
  color: #ef7824;
  text-decoration: underline;
}
h3 > a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
figcaption {
  padding-top: 10px;
  padding-bottom: 10px;
}
img.fullwidth {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  img.alignright {
    display: block;
    float: none;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  img.alignleft {
    float: none;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright {
    float: none;
  }
  .alignleft {
    float: none;
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 1em;
  }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
    margin-top: 1em;
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignright {
    float: right;
  }
  .alignleft {
    float: left;
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.relative {
  position: relative;
}
/* telephone links  */
a[href^="tel:"], a[href^="tel:"]:visited {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #8e8f8e;
}
a[href^="tel:"]:hover {
  color: inherit;
  font-weight: inherit;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #8e8f8e;
}
img {
  max-width: 100%;
  height: auto
}
img.fullwidth-photo {
  width: 100%;
  height: auto
}
a#skiptocontent {
  padding: 6px;
  position: absolute;
  top: -60px;
  left: 0px;
  color: #FFF;
  background: #2C4203;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100
}
a#skiptocontent:focus {
  position: absolute;
  left: 0px;
  top: 0;
  color: #FFF;
  background: #2C4203;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
  margin-bottom: 200px;
}
/* =========== CONTAINERS ================= */
.container {
  width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
    max-width: 90%;
  }
  .container-wide {
    width: 95%;
    max-width: 95%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 76%;
    max-width: 76%;
  }
  .container-wide {
    width: 95%;
    max-width: 95%;
  }
}
.custom-gutters > [class*='col-'] {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .custom-gutters {
    padding-right: -36px;
    padding-left: -36px;
  }
  .custom-gutters > [class*='col-'] {
    padding-right: 36px;
    padding-left: 36px;
  }
}
.content-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.full-width {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.card {
  background-color: transparent;
  background-clip: border-box;
  border: none;
  border-radius: 0;
}
.card-img, .card-img-bottom, .card-img-top {
  border-radius: 0;
}
.img-border {
  margin: 10px;
  padding: 10px;
  background-color: rgba(0, 116, 160, .13);
}
.img-border img {
  width: 100%;
  height: auto;
}
.no-brk {
  display: inline;
  white-space: nowrap;
}
.pb-10, .py-10 {
  padding-bottom: 6rem !important;
}
.pt-10, .py-10 {
  padding-top: 6rem !important;
}
ul, menu, dir {
  padding: 0;
  margin: 0;
}
/* =========== buttons and colors ================= */
.btn {
  font-weight: 700;
  font-style: normal;
  font-size: inherit;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  display: inline;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 4px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 2rem;
  padding-bottom: 10px;
  padding-left: 2rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.content a.btn:link, .content a.btn:visited, .content a.btn:hover, .content a.btn:focus {
  border-bottom: none;
  color: #FFF;
  text-decoration: none;
}
.btn-full {
  width: 100%;
}
.btn-lg {
  font-size: 120%;
}
.btn-sm {
  font-size: 90%;
  padding: 7px;
  padding-right: .9rem;
  padding-left: .9rem;
}
.btn-full {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.btn-blue, .btn-blue:visited {
  color: #FFF;
  background-color: #004662;
}
.btn-blue:hover, .btn-blue:focus {
  color: #FFF;
  background-color: #019cd8;
}
.btn-orange, .btn-orange:visited {
  color: #FFF;
  background-color: #ef7824;
}
.btn-orange:hover, .btn-orange:focus {
  color: #FFF;
  background-color: #e96a11;
}
.btn-white, .btn-white:visited {
  color: #ef7824;
  background-color: #FFF;
}
.btn-white:hover, .btn-white:focus {
  color: #e96a11;
  background-color: #FFF;
}
.more-link, .more-link:visited {
  font-weight: 700;
  font-style: normal;
  font-size: inherit;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  display: inline;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 4px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 2rem;
  padding-bottom: 10px;
  padding-left: 2rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #FFF;
  background-color: #ef7824;
}
.more-link:hover, .more-link:focus {
  color: #FFF;
  background-color: #e96a11;
}
/* colors and backgrounds */
.blue-gradient {
  background-color: #004662;
  background-image: -webkit-linear-gradient(bottom, #004662, #014660);
  background-image: linear-gradient(to top, #004662, #014660)
}
.vltblue-gradient {
  /*background-image:-webkit-linear-gradient(right, #d9e1e5, #f7f9f9);
	background-image:linear-gradient(to right, #d9e1e5, #f7f9f9);*/
  background: linear-gradient(to right, #d9e1e5 0%, #d9e1e5 20%, #f7f9f9 100%);
}
.orange {
  color: #ef7824;
}
.blue {
  color: #004662;
}
.bg-blue {
  background-color: #004662;
}
.bg-ltblue {
  background-color: #b4c4cb;
}
.bg-vltblue {
  background-color: #d9e1e5;
}
.bg-gray {
  background-color: #ebebeb;
}
.bg-vltgray {
  background-color: #fefefe;
}
.bg-pink {
  background-color: #FCF;
}
.bordertopgray {
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #d9e1e5;
}
/* ---------- HEADER ------------- */
header {
  background-color: #ef7824;
  /*padding-top: 15px;*/
  padding: 0;
  padding-bottom: 15px;
  width: 100%;
  z-index: 88888;
  color: #FFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 768px) {
  header {
    border: none;
  }
}
.home header {
  position: fixed;
}
@media only screen and (min-width: 992px) {
  header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
header .container {
  width: 95%;
  max-width: 95%;
}
@media only screen and (min-width: 768px) {
  header .container {
    width: 95%;
    max-width: 95%;
  }
}
header .logo {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  header .logo {
    text-align: left;
    margin-bottom: 0;
  }
}
header nav ul {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  header nav ul {
    text-align: right;
  }
}
header nav ul li {
  display: inline;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  line-height: 100%;
  text-align: center;
}
header nav li:after {
  content: '|';
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  padding-left: 3px;
}
header nav li:last-of-type:after {
  content: '';
  display: none;
}
header nav li {
  padding-left: 10px;
  padding-right: 10px;
}
header nav li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-bottom: 3px;
  border: 0;
}
/* desktop navigation starts at 992 */
@media only screen and (min-width: 992px) {
  header nav li a {
    font-size: 16px;
    padding-left: .75rem;
    padding-right: .75rem;
  }
}
@media only screen and (min-width: 1200px) {
  header nav li a {
    font-size: 18px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  header nav li a {
    font-size: 20px;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media only screen and (min-width: 1800px) {
  header nav li a {
    font-size: 21px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
header nav li a:visited {
  color: #FFF;
  text-decoration: none;
}
header nav li a:hover, header nav li a:focus {
  color: #e5f1f6;
  text-decoration: none;
}
header nav li.donate {
  text-align: center;
}
.header-tools-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4px;
}
@media only screen and (max-width: 991px) {
  .header-tools-wrapper {
    padding-right: 0;
  }
  .header-tools-wrapper nav {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header-tools-wrapper {
    display: block;
    text-align: right;
  }
}
.header-tools {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .header-tools {
    display: none;
  }
}
.header-tools button {
  margin-left: 10px;
}
.header-donate {}
@media only screen and (min-width: 992px) {
  .header-donate {
    display: block;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 576px) {
  .header-donate .btn {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }
}
/* ==============    Hamburger button ======================= */
.close {
  opacity: 1;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.button-lines {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem;
  padding-top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999;
  position: relative;
}
.lines {
  display: inline-block;
  height: 3px;
  width: 33px;
  border-radius: 2px;
  position: relative;
  background-color: #FFF;
}
.lines:after, .lines:before {
  background-color: #FFF;
  display: inline-block;
  height: 3px;
  width: 33px;
  border-radius: 2px;
  content: "";
  left: 0;
  position: absolute;
}
.lines:after:hover, .lines:before:hover {
  background: #FFF;
}
@media only screen and (min-width: 768px) {
  .lines {
    height: 4px;
    width: 41px;
    border-radius: 2px;
  }
  .lines:after, .lines:before {
    height: 4px;
    width: 41px;
    border-radius: 2px;
  }
}
/* hamburger button */
header button:focus {
  outline: none;
  box-shadow: none;
}
.lines:after {
  top: 10px;
}
.lines:before {
  top: -10px;
}
@media only screen and (min-width: 768px) {
  .lines:after {
    top: 12px;
  }
  .lines:before {
    top: -12px;
  }
}
.button-lines-x .lines {
  transition: background 0.3s ease;
}
.button-lines-x .lines:after, .button-lines-x .lines:before {
  transform-origin: 50% 50% 0;
  transition: top 0.3s 0.4s ease, transform 0.3s ease;
}
.button-lines-x.active .lines {
  background: transparent;
}
.button-lines-x.active .lines:after, .button-lines-x.active .lines:before {
  top: 0;
  transition: top 0.3s ease, transform 0.3s 0.3s ease;
}
.button-lines-x.active .lines:after {
  transform: rotate3d(0, 0, 1, 45deg);
}
.button-lines-x.active .lines:before {
  transform: rotate3d(0, 0, 1, -45deg);
}
/* ==============  Menu Overlay ======================= */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  color: #FFF;
  overflow: hidden;
  transition: 0.5s;
  z-index: 30;
}
.overlay.open {
  height: 100vh;
  bottom: 0;
  top: 0;
}
.overlay-content {
  position: relative;
  text-align: center;
  text-align: left;
  height: 100%;
  padding-top: 200px;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  background: linear-gradient(to bottom, #ef7824 0%, #ef7824 50%, #d15f0f 100%);
}
@media only screen and (min-width: 576px) {
  .overlay-content {
    padding-top: 160px;
  }
}
.mobilemenu ul {
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .mobilemenu ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .mobilemenu ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
}
.mobilemenu ul li {
  line-height: 147%;
  list-style: none;
}
.mobilemenu ul li a, .mobilemenu ul li a:visited {
  font-size: 22px;
  color: #FFF;
  font-weight: 600;
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px;
}
.mobilemenu ul li a:hover, .mobilemenu ul li a:focus {
  color: #FFF;
  background-color: transparent;
}
.mobilemenu ul.menu li.nav-item:after {
  border: none;
  display: none;
}
.mobilemenu ul.menu li.nav-item:last-of-type:after {
  border: none;
  display: none;
}
/* translate widget */
.translate-wrapper {
  background-color: #d76c20;
  color: #FFF;
  width: 100%;
  padding: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: right;
}
.translate-wrapper p {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .translate-wrapper {
    
    top: 18px;
    right: 5%;
    margin: 0;
   
    width: auto;
    padding: 10px;
    padding-top: 5px;
    background-color: transparent;
  }
}
/* ======================================== */
/* ---------- HOME PAGE ------------- */
/* ======================================== */
.home-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .home-section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.home-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .home-section h2 {
    margin-bottom: 50px;
  }
}
.home-section ul.check {
  margin-top: 20px;
}
/* ---------- HOME BANNER ------------- */
.homebanner {
  padding-top: 142px;
}
@media only screen and (min-width: 460px) {
  .homebanner {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .homebanner {
    padding-top: 100px;
  }
}
.homebanner .card-wrapper {
  position: relative;
}
.homebanner .card-wrapper:after {
  position: absolute;
  height: 70%;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .homebanner .card-img {
    max-height: 95vh;
  }
}
.homebanner .card-img-overlay {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 25%;
  left: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .homebanner .card-img-overlay {
    bottom: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .homebanner .card-img-overlay {
    bottom: 25%;
  }
}
.homebanner h1 {
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 8.208vw;
  line-height: 110%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .homebanner h1 {
    font-size: 7.208vw;
    font-size: 5vw;
  }
}
@media only screen and (min-width: 992px) {
  .homebanner h1 {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1400px) {
  .homebanner h1 {
    font-size: 72px;
  }
}
.homebanner h1:after {
  position: absolute;
  content: "";
  display: block;
  margin: 0 auto;
  width: 40%;
  margin: 0;
  left: 30%;
  padding-top: 20px;
  border-bottom: 8px solid #ef7824;
}
@media only screen and (min-width: 1200px) {
  .homebanner h1:after {
    padding-top: 40px;
    border-bottom: 16px solid #ef7824;
  }
}
/* ELECTION DATE SECTION */
.electiondate-banner {
  position: relative;
  background-color: #ef7824;
  background: #ef7824;
  background: -moz-linear-gradient(top, #ef7824 0%, #d76c20 100%);
  background: -webkit-linear-gradient(top, #ef7824 0%, #d76c20 100%);
  background: linear-gradient(to bottom, #ef7824 0%, #d76c20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef7824', endColorstr='#d76c20', GradientType=0);
  height: 102px;
  color: #FFF;
  text-transform: uppercase;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  padding-top: 150px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .electiondate-banner {
    align-items: center;
    padding: 0;
  }
}
.vote_jud_badge {
  position: absolute;
  width: 35%;
  width: 150px;
  top: 0;
  margin-top: -50px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .vote_jud_badge {
    width: 30%;
    margin-top: -9%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .vote_jud_badge {
    width: 22%;
  }
}
@media only screen and (min-width: 1200px) {
  .vote_jud_badge {
    width: 22%;
  }
}
.electiondate-banner p {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 115%;
  margin: 0;
  margin-bottom: 4px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .electiondate-banner p {
    font-size: 1.875vw;
  }
}
.electiondate-banner p span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .electiondate-banner p span {
    display: inline;
  }
}
/* VOTE JUD SECTION */
.vote-jud {
  padding-top: 60px;
  color: #FFF;
}
@media only screen and (min-width: 992px) {
  .vote-jud {
    padding-top: 10vh;
  }
}
@media only screen and (min-width: 1600px) {
  .vote-jud {
    padding-top: 15vh;
  }
}
.vote-jud h2 {
  font-size: 30px;
  color: #FFF;
  text-align: center;
}
.vote-jud h2 span.large {
  font-size: 123%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .vote-jud h2 {
    font-size: 4vw;
  }
  .vote-jud h2 span.large {
    font-size: 153%;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .vote-jud h2 {
    font-size: 3.385vw;
  }
}
.vote-jud ul.check {
  margin-top: 20px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .vote-jud ul.check {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
/* general blockquote */
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
blockquote {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-align: center;
  font-style: italic;
  color: #FFF;
  letter-spacing: -.01em;
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #94acb6;
  padding: 1.5em;
  padding-bottom: 1em;
  margin: 60px 0;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  blockquote {
    width: 75%;
    margin: 80px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
blockquote p {
  font-size: 24px;
  line-height: 166%;
  font-style: italic;
  color: #FFF;
  position: relative;
  z-index: 2;
}
blockquote:before {
  content: '\201C';
  position: absolute;
  display: inline-block;
  top: 0em;
  top: 36px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: normal;
  font-size: 150px;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #b4c4cb;
  text-align: center;
  z-index: 1;
}
.bg-blue blockquote:before {
  background-color: #004662;
}
@media only screen and (min-width: 768px) {
  blockquote, blockquote p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  blockquote p {
    font-size: 2.344vw;
  }
}
@media only screen and (min-width: 1600px) {
  blockquote p {
    font-size: 40px
  }
}
/* MEET JUD SECTION */
.meet-jud {
  color: #004662;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .meet-jud:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url(images/vote-jud-badge-background.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 75%;
    z-index: 0;
  }
}
.meet-content {
  position: relative;
  z-index: 1;
}
.meet-jud h3 {
  margin-top: 0;
}
/* read more read less */
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
  display: none;
}
.readmore {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.sidebar-photos {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .sidebar-photos {
    padding-top: 15px;
  }
}
.sidebar-photos .image-wrap {
  margin-bottom: 15px;
}
.meet-jud p.wp-caption-text, .sidebar-photos p.wp-caption-text {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
/* BLOG LISTING */
.topics-grid-wrapper {
  padding-top: 30px;
  padding-bottom: 60px;
}
.topics-grid-wrapper h2 {
  margin-bottom: 30px;
  text-align: center;
}
.topics-grid-wrapper .card-header {
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .topics-grid-wrapper .card-header {
    min-height: 90px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
}
.topics-grid-wrapper .card-img {
  margin-bottom: 15px;
  border-radius: 4px;
}
.topics-grid-wrapper .card-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.topics-grid-wrapper h3 {
  color: #ef7824;
  line-height: 115%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .topics-grid-wrapper h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
  }
}
.topics-grid-wrapper h3 a {
  color: #ef7824;
}
.topics-grid-wrapper p {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .topics-grid-wrapper p {
    font-size: 16px;
  }
}
.topics-grid-wrapper p.wp-caption-text, p.wp-caption-text {
  font-size: 12px;
  text-align: right;
  margin: 0;
  margin-top: 10px;
}
/* HOME PHOTO GALLERY */
.home-photos {
  color: #FFF;
  background-color: #004662;
  padding-top: 60px;
  padding-bottom: 60px;
}
.photo-row {
  color: #FFF;
  padding-bottom: 30px;
}
/* HOME donate SECTION */
.home-donate {
  color: #FFF;
  background-color: #004662;
  text-align: center;
}
.home-donate h2, .home-donate h3, .home-donate p {
  color: #FFF;
}
.home-donate h2 {
  margin: 0;
}
.home-donate .h1 {
  margin-bottom: 50px;
}
.donate-box {
  border: 2px solid #ef7824;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: left;
}
.donate-header {
  padding: 10px;
  padding-left: 5%;
  padding-right: 5%;
}
.donate-info {
  padding: 20px;
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  border-top: 2px solid #ef7824;
}
.donate-collapse h3 a {
  color: #FFF;
}
.donate-address p {
  text-transform: uppercase;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .donate-address p {
    font-size: 24px;
  }
}
.donate-button-wrapper {
  color: #FFF;
  background-color: #004662;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .donate-button-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.donate-buttons {
  padding-top: 20px;
  padding-bottom: 30px;
  background: -moz-linear-gradient(top, rgba(148, 172, 182, 0.4) 0%, rgba(148, 172, 182, 0.2) 100%);
  background: -webkit-linear-gradient(top, rgba(148, 172, 182, 0.4) 0%, rgba(148, 172, 182, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(148, 172, 182, 0.4) 0%, rgba(148, 172, 182, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9994acb6', endColorstr='#6694acb6', GradientType=0);
  border-radius: 3px;
}
@media only screen and (min-width: 1200px) {
  .donate-buttons {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.donate-buttons .btn {
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .donate-buttons .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* HOME connect SECTION */
.home-connect {
  color: #004662;
  background-color: #b4c4cb;
  text-align: center;
  /*border-top: 10px solid #004662;*/
  border-top: 20px solid #7fa2b0;
}
.home-connect h2, .home-connect h3 {}
/* social icons */
.social {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .social {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.social a {
  margin-left: 10px;
  margin-right: 10px;
}
.social a {
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #FFF;
  background-color: #004662;
  line-height: 1;
  text-align: center;
  border: none;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.social a:hover, .social a:focus {
  background-color: #ef7824;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .social a {
    font-size: 2rem;
    width: 60px;
    height: 60px;
  }
}
/* ===================== */
/* interior pages */
/* ===================== */
.entry-content.bg-blue, .entry-content.bg-blue h1, .entry-content.bg-blue h2, .entry-content.bg-blue p, .entry-content.bg-blue ul {
  color: #FFF;
}
.entry-content.home-section h2 {
  text-align: left;
}
.entry-content h2 {
  font-size: 30px;
}
@media only screen and (min-width: 1200px) {
  .entry-content.home-section h2 {
    margin-bottom: 20px;
  }
  .entry-content p, .entry-content .content ul li, .entry-content .content ol li {
    font-size: 1.25rem;
  }
  p.wp-caption-text, p.wp-caption-text {
    font-size: 14px;
  }
}
/*.entry-content p, .entry-content .content ul li {
	font-size:18px;
	line-height:150%;
}*/
/* next and previous navigation */
.nextnav {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .065em;
  font-weight: 600;
}
.nextnav a {
  text-decoration: none;
}
.nextnav div:nth-child(2) {
  text-align: right;
}
/* ===================== */
/* footer */
/* ===================== */
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #004662;
  color: #FFF;
  text-align: center;
}
footer p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  footer p {
    font-size: 18px;
  }
}
footer a, footer a:visited {
  color: inherit;
}
/* contact form styles */
.wpcf7-form {
  margin: 15px;
  margin-top: 30px;
  padding: 30px;
  padding-top: 10px;
  background-color: #bbc9d0;
  border: 2px solid #e8edef;
  border-radius: 4px;
  text-align: left;
}
.wpcf7-form h3 {
  text-align: center;
  margin-bottom: 20px;
}
.modal .wpcf7-form {
  padding-top: 0;
  padding-bottom: 0;
}
.wpcf7-form-control-wrap.dynamictext-997 input {
  display: inline;
  width: auto;
  padding: 0;
  -webkit-appearance: none;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.wpcf7 p {
  text-align: left;
  margin-bottom: 5px;
  font-size: 18px;
}
.wpcf7 br {
  display: none;
}
form.wpcf7-form label span {
  display: inline;
  width: 100%;
}
span.wpcf7-form-control-wrap.your-consent > span.wpcf7-list-item-label {
  display: inline;
}
form.wpcf7-form label {
  display: block;
  width: 100%;
}
/* check boxes */
.wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}
.wpcf7 span.wpcf7-list-item {
  display: block;
  margin: 0;
  font-size: 18px;
}
form.wpcf7-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
  margin-bottom: 20px;
}
form input[type=text], form input[type=email], form input[type=tel], form textarea, form select {
  width: 100%;
  padding: 12px;
  -webkit-appearance: none;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #3a3a3a;
  border-radius: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c4c4c4;
  border-right-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
  border-left-color: #e1e1e1;
}
form textarea {
  height: 150px;
}
form ::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  padding-left: 4px;
  color: #3a3a3a;
  opacity: .85;
}
form :-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  padding-left: 4px;
  color: #3a3a3a;
  opacity: .85;
}
form ::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  padding-left: 4px;
  color: #3a3a3a;
  opacity: .85;
}
form :-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  padding-left: 4px;
  color: #3a3a3a;
  opacity: .85;
}
.content span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 1em;
}
form input[type=submit] {
  display: inline-block;
  margin-top: -1px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ef7824;
  color: #FFF;
  letter-spacing: .015em;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 0px;
  padding-top: 12px;
  padding-right: 2rem;
  padding-bottom: 12px;
  padding-left: 2rem;
}
form input[type=submit]:hover {
  background-color: #e96a11;
}
/* -------- Custom pagination --------- */
.custom-pagination {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  padding-bottom: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 576px) {
  .custom-pagination {
    flex-wrap: wrap;
  }
}
.custom-pagination {
  margin-left: 0;
  list-style-type: none;
}
.custom-pagination li:before {
  content: '';
  display: none;
}
.custom-pagination li {
  padding: 0;
  position: relative;
}
.custom-pagination:before {
  display: none;
}
.custom-pagination .page-numbers {
  font-size: 16px;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  padding-bottom: 3px;
  border: none;
  width: 50px;
  height: 50px;
  line-height: 1;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -js-display: inline-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  list-style: none;
  background-color: #f0f3f4;
}
@media only screen and (min-width: 768px) {
  .custom-pagination .page-numbers {
    font-size: 14px;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-pagination .page-numbers {
    font-size: 15px;
    width: 43px;
    height: 43px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.custom-pagination .page-numbers.current {
  color: #ef7824;
  font-weight: 700;
  text-decoration: none;
}
.custom-pagination a:hover, .custom-pagination a:focus, .custom-pagination .page-numbers.current {
  color: #FFF;
  background-color: #ef7824;
  font-weight: 700;
  text-decoration: none;
}
.custom-pagination li.disabled {
  color: #6c757d;
  border: none;
}
.custom-pagination a.prev, .custom-pagination a.next {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
}
.custom-pagination a.prev {
  color: #FFF;
  text-indent: -9999px;
  background-color: #ebebeb;
}
.custom-pagination a.next {
  color: #FFF;
  text-indent: -9999px;
  background-color: #ebebeb;
}
@media only screen and (min-width: 768px) {
  .custom-pagination a.prev, .custom-pagination a.next {
    background-size: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-pagination a.prev, .custom-pagination a.next {
    background-size: 15px;
  }
}
.custom-pagination a.prev {
  background-image: url(images/pagi-arrow-left.png);
}
.custom-pagination a.next {
  background-image: url(images/pagi-arrow-right.png);
}
.custom-pagination a.prev:hover, .custom-pagination a.prev:focus {
  background-image: url(images/pagi-arrow-white-left.png);
  background-color: #ef7824;
}
.custom-pagination a.next:hover, .custom-pagination a.next:focus {
  background-image: url(images/pagi-arrow-white-right.png);
  background-color: #ef7824;
}
/* custom popup */
.pop-modal {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #aac4cd;
  border-radius: 20px;
  color: #003f58;
  text-align: center;
}
.modal-photo {
  position: relative;
  height: 100%;
  width: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.modal-photo img, .pum-container.pum-responsive .modal-photo img {
  position: absolute;
  height: 100% !important;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .modal-photo {
    display: none;
  }
}
.pop-content {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
}
.pop-modal h2 {
  color: #004662;
}
.pop-modal p {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .frm_opt_container {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .frm_opt_container .frm_checkbox {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
#frm_field_19_container.frm_half {
    grid-column: span 12 / span 12;
    display: block !important
  }
}
@media only screen and (min-width: 768px) {
  .pop-modal .with_frm_style .frm_submit {
    float: right;
  }
  .pop-modal .frm_submit {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    float: right;
  }
}