*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
.loading-message,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]),
details summary:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
select {
  border: 0;
  background: transparent;
  padding: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html,
body {
  background-color: #f8f9fa;
  font-family: InterFace,sans-serif;
}

.two-col-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}

.two-col-wrapper .button,
.two-col-wrapper .button--cta,
.two-col-wrapper .iwv-locate-form .iwv-button,
.iwv-locate-form .two-col-wrapper .iwv-button,
.two-col-wrapper .button--secondary,
.two-col-wrapper .toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-col-wrapper.heading-with-link {
  grid-column-gap: unset;
  margin: 1.5rem 0;
}

.two-col-wrapper.heading-with-link>* {
  border-bottom: 2px solid #dee2e6;
  display: flex;
  align-items: flex-end;
  padding: .25rem 0;
}

.two-col-wrapper.heading-with-link>*:last-child {
  justify-content: flex-end;
  text-align: right;
}

aside {
  background-color: #f6f9ff;
  padding: 1.5rem;
}

aside p,
aside a,
aside details summary,
details aside summary {
  font-size: 1.1rem;
}

.link-wrapper {
  display: block;
  font-size: 1.2rem;
  margin: 3rem 0;
  text-align: center;
}

.page-wrap .content-wrap {
  padding: 1rem;
  background: #fff;
  min-height: 35rem;
}

@media (min-width: 700px) {
  .page-wrap .content-wrap {
    padding: 1.5rem 1rem;
  }
}

.container__details {
  color: #343a40;
  margin-bottom: 10px;
  position: relative;
}

.locate__container,
.register__container {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: auto;
  width: 100%;
}

h1,
h2,
.loading-message,
h3 {
  line-height: 1.25;
  margin: 1rem 0;
}

h1 {
  color: #162577;
  font-size: 2rem;
}

h2,
.loading-message {
  color: #162577;
  font-size: 1.7rem;
}

h3 {
  color: #343a40;
  font-size: 1.4rem;
}

h4 {
  color: #000;
  font-size: 1.4rem;
  font-weight: normal;
}

h5 {
  color: #6c757d;
  font-size: 1.1rem;
  margin: 1.5em 0 0.5em;
}

p {
  color: #343a40;
  font-size: 1.3rem;
  margin: 1em 0;
}

li {
  color: #343a40;
  font-size: 1.2rem;
  margin: 0.5em 0;
}

a,
details summary {
  color: #0757c3;
  font-weight: bold;
  text-decoration: none;
}

a:hover,
details summary:hover {
  color: #0757c3;
  text-decoration: underline;
}

.disclaimer {
  font-size: 1rem;
  color: #6c757d;
}

.link,
.link--back,
.link--first,
.link--go {
  display: inline-block;
}

.link--back::before {
  content: '‹\2002';
}

.link--first::before {
  content: '«\2002';
}

.link--go::after {
  content: '\2002»';
}

details {
  margin: 0 0 2rem 1.5rem;
}

ol.icon-list {
  list-style-type: none;
  margin: 1.5rem;
}

ol.icon-list li {
  color: #162577;
  font-size: 1.5rem;
  margin: 1rem 0;
}

ol.icon-list svg {
  margin-right: 1rem;
  vertical-align: text-top;
}

.page-wrap a,
.page-wrap details summary,
details .page-wrap summary {
  cursor: pointer;
}

.header__subheadline {
  font-size: 1.5rem;
}

.user-info {
  color: #162577;
  font-size: 1.5rem;
}

label {
  display: block;
  margin: 1rem 0;
}

label>span {
  color: #343a40;
  font-size: 1.1rem;
}

label>span:first-child {
  display: inline-block;
  padding: .25rem 0;
}

label.required>span::after {
  content: " *";
}

@media (min-width: 1400px) {
  label {
    margin: 1.5rem 0;
  }
}

.input,
.select,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
textarea {
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: 3px;
  color: #162577;
  font-size: 1.3rem;
  padding: .75rem;
  width: 100%;
}

.input:hover:not(:disabled),
.select:hover:not(:disabled),
input[type="date"]:hover:not(:disabled),
input[type="email"]:hover:not(:disabled),
input[type="number"]:hover:not(:disabled),
input[type="tel"]:hover:not(:disabled),
input[type="text"]:hover:not(:disabled),
textarea:hover:not(:disabled) {
  border: 1px solid #6c757d;
}

.input:focus,
.select:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
  border: 1px solid #0757c3;
}

.input:disabled,
.select:disabled,
input[type="date"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
textarea:disabled {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  color: #6c757d;
  -webkit-text-fill-color: #6c757d;
}

.input::-webkit-inpsut-placeholder,
.select::-webkit-inpsut-placeholder,
input[type="date"]::-webkit-inpsut-placeholder,
input[type="email"]::-webkit-inpsut-placeholder,
input[type="number"]::-webkit-inpsut-placeholder,
input[type="tel"]::-webkit-inpsut-placeholder,
input[type="text"]::-webkit-inpsut-placeholder,
textarea::-webkit-inpsut-placeholder {
  color: #c3c3c3;
}

.input:-ms-input-placeholder,
.select:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c3c3c3;
}

.input::placeholder,
.select::placeholder,
input[type="date"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
  color: #c3c3c3;
}

input[value=""]:not(:focus)::-webkit-datetime-edit {
  color: #c3c3c3;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  color: #162577;
  cursor: pointer;
}

.select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGV2cm9uLWRvd24iIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1jaGV2cm9uLWRvd24gZmEtdy0xNCIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjOTk5IiBkPSJNMjA3LjAyOSAzODEuNDc2TDEyLjY4NiAxODcuMTMyYy05LjM3My05LjM3My05LjM3My0yNC41NjkgMC0zMy45NDFsMjIuNjY3LTIyLjY2N2M5LjM1Ny05LjM1NyAyNC41MjItOS4zNzUgMzMuOTAxLS4wNEwyMjQgMjg0LjUwNWwxNTQuNzQ1LTE1NC4wMjFjOS4zNzktOS4zMzUgMjQuNTQ0LTkuMzE3IDMzLjkwMS4wNGwyMi42NjcgMjIuNjY3YzkuMzczIDkuMzczIDkuMzczIDI0LjU2OSAwIDMzLjk0MUwyNDAuOTcxIDM4MS40NzZjLTkuMzczIDkuMzcyLTI0LjU2OSA5LjM3Mi0zMy45NDIgMHoiPjwvcGF0aD48L3N2Zz4=);
  background-position: right .75rem top 50%;
  background-repeat: no-repeat;
  background-size: 0.75em auto;
}

.state-select {
  border-bottom: 1px solid #2950cd;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
  padding: 0.5rem 0 0.5rem 2.5rem;
  position: relative;
  width: 100%;
  opacity: 0.75;
  text-align: left;
  cursor: pointer;
}

.state-select:hover {
  opacity: 1;
}

.state-select select {
  white-space: normal;
  width: 100%;
}

.state-select select:focus {
  outline: 0;
}

.state-select::before {
  color: #2950cd;
  position: absolute;
  left: 8px;
  top: 53%;
  transform: translateY(-50%);
  content: "";
  display: block;
  pointer-events: none;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0;
  border-top: 9px dashed;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.checkbox-inline label:first-child {
  margin-bottom: 0;
}

.checkbox-inline .checkbox-wrapper {
  margin-right: 2rem;
  display: inline-block;
}

.checkbox-inline .checkbox-wrapper:last-child {
  margin-right: 0;
}

.radio-wrapper,
.checkbox-wrapper {
  position: relative;
}

.radio-wrapper input[type="checkbox"],
.radio-wrapper input[type="radio"],
.checkbox-wrapper input[type="checkbox"],
.checkbox-wrapper input[type="radio"] {
  cursor: pointer;
  position: absolute;
  height: 32px;
  width: 32px;
  margin: 0;
  -webkit-appearance: none;
  z-index: 1;
}

.radio-wrapper input[type="checkbox"]:disabled,
.radio-wrapper input[type="radio"]:disabled,
.checkbox-wrapper input[type="checkbox"]:disabled,
.checkbox-wrapper input[type="radio"]:disabled {
  cursor: default;
}

.radio-wrapper input[type="checkbox"]:hover:not(:disabled)+.label::before,
.radio-wrapper input[type="radio"]:hover:not(:disabled)+.label::before,
.checkbox-wrapper input[type="checkbox"]:hover:not(:disabled)+.label::before,
.checkbox-wrapper input[type="radio"]:hover:not(:disabled)+.label::before {
  border: 2px solid #6c757d;
}

.radio-wrapper input[type="checkbox"]:checked+.label::after,
.radio-wrapper input[type="radio"]:checked+.label::after,
.checkbox-wrapper input[type="checkbox"]:checked+.label::after,
.checkbox-wrapper input[type="radio"]:checked+.label::after {
  transform: rotate(-45deg) scale(0.8);
}

.radio-wrapper input[type="checkbox"]:disabled+.label::before,
.radio-wrapper input[type="radio"]:disabled+.label::before,
.checkbox-wrapper input[type="checkbox"]:disabled+.label::before,
.checkbox-wrapper input[type="radio"]:disabled+.label::before {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
}

.radio-wrapper input[type="checkbox"]:disabled+.label::after,
.radio-wrapper input[type="radio"]:disabled+.label::after,
.checkbox-wrapper input[type="checkbox"]:disabled+.label::after,
.checkbox-wrapper input[type="radio"]:disabled+.label::after {
  border-bottom: solid 4px #6c757d;
  border-left: solid 4px #6c757d;
}

.radio-wrapper .label,
.checkbox-wrapper .label {
  color: #162577;
  display: flex;
  font-size: 1.3rem;
}

.radio-wrapper .label.small,
.checkbox-wrapper .label.small {
  font-size: 1.2rem;
}

.radio-wrapper .label::before,
.checkbox-wrapper .label::before {
  display: flex;
  content: '';
  height: 32px;
  width: 32px;
  min-width: 32px;
  border: 2px solid #adb5bd;
  border-radius: 3px;
  margin-right: 0.5em;
}

.radio-wrapper .label::after,
.checkbox-wrapper .label::after {
  position: absolute;
  display: flex;
  content: ' ';
  height: 10.66667px;
  width: 21.33333px;
  top: 8px;
  left: 5.33333px;
  border-bottom: solid 4px #162577;
  border-left: solid 4px #162577;
  background: none;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.1s ease, opacity 0.1s ease;
  transform-origin: center center;
}

.radio-wrapper input[type="radio"]+.label::before,
.checkbox-wrapper input[type="radio"]+.label::before {
  border-radius: 50%;
}

.radio-wrapper input[type="radio"]+.label::after,
.checkbox-wrapper input[type="radio"]+.label::after {
  top: 9.14286px;
  left: 4.57143px;
}

.form-label-text {
  font-size: 0.9rem;
  color: #414d7a;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.button,
.button--cta,
.iwv-locate-form .iwv-button,
.button--secondary,
.toggle-button {
  background: #0757c3;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  margin: 0.66rem 0;
  padding: 1rem;
  width: 100%;
  font-weight: bold;
  text-align: center;
  transition: 0.1s;
}

.button:hover,
.button--cta:hover,
.iwv-locate-form .iwv-button:hover,
.button--secondary:hover,
.toggle-button:hover,
.button:focus,
.button--cta:focus,
.iwv-locate-form .iwv-button:focus,
.button--secondary:focus,
.toggle-button:focus {
  background: #0d43a5;
  color: #fff;
}

.button.previous::before,
.previous.button--cta::before,
.iwv-locate-form .previous.iwv-button::before,
.previous.button--secondary::before,
.previous.toggle-button::before {
  content: '‹\2002';
}

.button.next::after,
.next.button--cta::after,
.iwv-locate-form .next.iwv-button::after,
.next.button--secondary::after,
.next.toggle-button::after {
  content: '\2002›';
}

a.button,
details summary.button,
details summary.button--cta,
details .iwv-locate-form summary.iwv-button,
.iwv-locate-form details summary.iwv-button,
details summary.button--secondary,
details summary.toggle-button,
a.button--cta,
.iwv-locate-form a.iwv-button,
a.button--secondary,
a.toggle-button {
  text-decoration: none;
}

.button--cta .check-mark,
.iwv-locate-form .iwv-button .check-mark {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.button--cta .check-mark svg,
.iwv-locate-form .iwv-button .check-mark svg {
  height: 1.3rem;
  width: 1.3rem;
  fill: currentColor;
}

.action-item .external-link-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 4px;
  height: 1.105rem;
  width: 1.105rem;
}

.action-item .external-link-icon path {
  fill: currentColor;
}

.button--cta,
.iwv-locate-form .iwv-button {
  background: #f44f47;
  color: #fff;
}

.button--cta:hover,
.iwv-locate-form .iwv-button:hover,
.button--cta:focus,
.iwv-locate-form .iwv-button:focus,
.button--cta:active,
.iwv-locate-form .iwv-button:active {
  background: #e82626;
  color: #fff;
}

a.button--cta,
details summary.button--cta,
details .iwv-locate-form summary.iwv-button,
.iwv-locate-form details summary.iwv-button,
.iwv-locate-form a.iwv-button {
  text-decoration: none;
}

a.button--cta:hover,
details summary.button--cta:hover,
details .iwv-locate-form summary.iwv-button:hover,
.iwv-locate-form details summary.iwv-button:hover,
.iwv-locate-form a.iwv-button:hover,
a.button--cta:focus,
details summary.button--cta:focus,
details .iwv-locate-form summary.iwv-button:focus,
.iwv-locate-form details summary.iwv-button:focus,
.iwv-locate-form a.iwv-button:focus,
a.button--cta:active,
details summary.button--cta:active,
details .iwv-locate-form summary.iwv-button:active,
.iwv-locate-form details summary.iwv-button:active,
.iwv-locate-form a.iwv-button:active {
  background: #e82626;
  color: #fff;
}

.button--secondary,
.toggle-button {
  background: rgba(0,0,0,0);
  border: 2px solid #162577;
  color: #162577;
}

.button--secondary:hover,
.toggle-button:hover,
.button--secondary:focus,
.toggle-button:focus {
  background: #ebf5ff;
  border: 2px solid #162577;
  color: #162577;
}

.button--secondary.is-selected,
.is-selected.toggle-button {
  background: #0757c3;
  border: #0757c3;
  color: #fff;
}

.toggle-button {
  border-radius: 50px;
  border-width: 1px;
  min-height: 40px;
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0.03rem;
  padding: .5rem 1.5rem;
  margin: .25rem;
  text-transform: uppercase;
  width: auto;
}

.toggle-button:hover,
.toggle-button:focus {
  border-width: 1px;
}

.header {
  width: 100%;
  padding: 0;
  background-color: #162577;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.header .header__logo {
  width: 75px;
  max-width: 75px;
  margin-top: 8px;
}

@media (min-width: 700px) {
  .header .header__logo {
    max-width: 110px;
    width: 110px;
  }
}

.header .header__current-state {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}

@media (min-width: 700px) {
  .header .header__current-state {
    font-size: 1.5rem;
  }
}

.header .header__language-toggle {
  color: #dee9ff;
  cursor: pointer;
  font-size: inherit;
  text-decoration: underline;
}

.header .header__language-toggle:hover {
  color: #fff;
}

@media (max-width: 700px) {
  .header .header__language-toggle {
    font-size: 0.9rem;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  padding: 0.5rem 1.25rem;
  width: 100%;
  margin: auto;
}

@media (min-width: 700px) {
  .header__inner {
    padding: 1rem 0;
  }
}

.header__content {
  text-align: right;
}

.alert-bar {
  background-color: #fce75c;
  color: #414d7a;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  width: 100%;
}

.alert-bar a,
.alert-bar details summary,
details .alert-bar summary {
  color: inherit;
  text-decoration: underline;
}

footer {
  color: #414d7a;
  text-align: center;
  padding: 1.5rem 0.5rem 2rem;
  margin: 0 auto;
  max-width: 600px;
}

footer * {
  font-size: 0.8rem;
}

@media (min-width: 700px) {
  footer * {
    font-size: 0.9rem;
  }
}

footer a,
footer details summary,
details footer summary {
  color: #343a40;
  font-weight: bold;
  text-decoration: none;
}

footer a:hover,
footer details summary:hover,
details footer summary:hover {
  color: inherit;
  text-decoration: underline;
}

footer a.abroad,
footer details summary.abroad,
details footer summary.abroad {
  color: #414d7a;
}

footer a.abroad *,
footer details summary.abroad *,
details footer summary.abroad * {
  font-size: 1rem;
}

@media (min-width: 700px) {
  footer a.abroad *,
  footer details summary.abroad *,
  details footer summary.abroad * {
    font-size: 1.1rem;
  }
}

footer ul {
  padding: 0;
}

footer li {
  list-style: none;
  margin: 0 1em;
  display: inline-block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.card__inner.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media (min-width: 700px) {
  .external-card .vr-subheader {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .external-card .button-pill {
    padding-top: 14px;
  }
}

.loading-spinner {
  position: relative;
  text-align: center;
  margin: 1rem auto;
}

.loading-spinner::after {
  height: 50px;
  width: 50px;
  margin: 30px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  z-index: 9001;
  border: 10px solid #162577;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

label.has-error {
  position: relative;
}

label.has-error input,
label.has-error textarea {
  border: solid 1px #f44f47;
}

label.has-error button {
  align-self: flex-start;
  transition: none;
}

label.has-error::before {
  background: #fff;
  display: block;
  position: absolute;
  top: 2.7rem;
  right: 3px;
  padding: 0 0.75rem;
  color: #f44f47;
  font-size: 1.5rem;
  font-weight: bold;
  content: '!';
  z-index: 1;
}

.hidden {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.center-justified {
  display: inline-block;
  text-align: justify;
  text-align-last: center;
}

.margin-y {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.width-50 {
  width: 50%;
}

.iwv-field {
  margin: 1rem 0;
}

.iwv-field__label {
  margin: 0;
  text-transform: uppercase;
}

.iwv-field__label span {
  color: #414d7a;
  font-size: 0.9rem;
  font-weight: bold;
}

.iwv-field__hint {
  color: #6c757d;
  font-size: 0.85rem;
  margin: -.25rem 0 .25rem;
}

.iwv-field--required label::after {
  content: " *";
}

@media (min-width: 700px) {
  .iwv-locate-form__fields {
    display: flex;
    align-items: flex-end;
  }

  .iwv-locate-form__fields--street-address {
    flex-grow: 1;
    margin-top: 0;
    margin-right: 1rem;
  }

  .iwv-locate-form__fields--zip {
    width: 8em;
  }
}

.iwv-locate-form__subheader {
  margin-bottom: 2rem;
}

.iwv-locate-form .iwv-button {
  margin: 1rem 0;
}

.locator {
  background: #fff;
  border: 1px solid #e9ecef;
  box-shadow: 0 0 5px #e9ecef;
}

.locator .map {
  height: 320px;
}

.locator .map .gmnoprint:last-child {
  display: none;
}

@media (min-width: 700px) {
  .locator .map {
    height: 400px;
  }
}

.locator .site-type {
  text-align: center;
  font-weight: bold;
}

.locator .site-type::before {
  display: inline-block;
  margin-right: 0.5em;
  opacity: 0.8;
}

.locator .site-type.early-vote::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAAXNSR0IArs4c6QAAAjVJREFUOBGdlD1oU1EUx/PSEmMaESItIUkthIjoVvNBPhAHIR1bIUFBKJ11cFKElhpEXMTNpVIcRchQCS5GhTgEWpKIo0OMMWgQpEEH9eW7v1P6oDxfIr4Dl3PP/3z877nvnmexmJThcKhEo9EzJtMtVrOJkUhkpdfrPc1kMqZqTJghTiQSxyB9TteBarXaRCr/W8fwtKFQKEFHl9LptOHB2u32GqRuIRsMBveCweBxPXE8Hp8Bvz3qRhR9gtgkJFEvFUX5AsGG1WrdLJVK38Qnh6nX66vgR8QWYZ+rVCo7sg+Hw3EOc51tivUd3Ce4Xib1gNg2m63W6XSkoCRJd030E/Fls9k+6q7s9ZJMJqdardYt8MUD3yd9jGYbEvt8vkatVhvQ8WdIU+Vy+Z2WwGeYZ3+O5cKnEvPR5XK9zefzv2SBLxFzE32fNZLY8KpJsJD8yOl0rhUKhR+xWOwoN3ADkmuQzYr/sICr4DmwO1ztB/HxRs5z5Wc59MbhWG0/klgLkA4puoU9p2GjNAeQz7AOmXQ7VgxfrZbBQ7kA6RvsaQ37h5Ypuej1ej2M2ItxsfvE8uS5ypNutzvk8XimSfrKOMz1+30h/WtUxhU88AUh/0mdbbG5tRT2lN/v/9NoNFTBFEbnMXqZpY3HAt8pT3CWbmUkzMpvu91+qlgsNqn1jFqXpRCfY5d1ZdLhcKyqqurHcQK8yby+ottAt9sNEPDeLKvk8aO5inpAnYfo04LBk+MNvN4DMDvvX/jnt50AAAAASUVORK5CYII=);
}

.locator .site-type.dropbox::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPCAYAAAALWoRrAAAAAXNSR0IArs4c6QAAAY9JREFUOBGdUj1Lw1AU7XsJoYSASBZH8QMdBME0FQVpcemiv8EPnPwPQnFwcRD8BTo7KkEilLhYmi7iqqOguDgEY5cmnvtoSvqa0tgHee/ec885ve++soK0bNueieP4FrAilYZSxthlu92+kgtMBizLOgF2KuMj8g9N0+abzeZvui5M6/U6dxxnLYqiGrrc4Jz7adKoGNxZfAbq16Zpeq7r/hBXmJZKJQ/FCgGKouz6vn9H8bhVrVaLQRB8gjeFUXSgXWy1Wu8c111ODFH80nX9fpxZUvc8r4P4hnJ4FLvd7h7FKn7hEADFBcSNMAznyuWyyPNs0D5hbEfERXyA74yh0wbMXoGtANjMY5TBCeFxAXwb53H/9WFOxgsZglyQqqqrmOcLkTlteKglHBMbkgfmuUMnLZU2tBzi6vsUT7p6IxTy/vUpwwjOcayLSs4NZrFhGLXeP0GoRKeJHoRpdLyV5HlO8L/ThqQRM03EINBj/WuhkTdZMGCaRZAFGfmQ6cD10ekzjB8zhCMh8B/k4h/CB41Gm+KN2gAAAABJRU5ErkJggg==);
}

.locator .site-type.eday::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAOCAYAAAAbvf3sAAAAAXNSR0IArs4c6QAAAMBJREFUKBVjdHNz43737t3S////WzEyMnIwMDDcBeIjQPZ+FhaWA8ePH38H5DPY2NgIAtX8YbSwsFD4/fv3fZAgDvAaKP4VaIAMUEMKCw5FyMKiQI4oUDEDExMTIxOyDDHsQa5hIQcHBx/QY4bAEMkF+mc9kAYHKdRv74H0PZRQOnr06Geg4AUongJSaGtrK/rjxw+OU6dOPQEa8B9FA0gBOjh8+DAoHhiAisFSgzGU/v79+wPovr9AB34FO5IAAQCE7Ttx3C1QIQAAAABJRU5ErkJggg==);
}

.locator .location__info {
  line-height: 1.75;
  padding: 0 1rem .5rem;
}

@media (min-width: 400px) {
  .locator .location__info {
    padding: 0 1.5rem 1rem;
  }
}

@media (min-width: 700px) {
  .locator .location__info {
    padding: .25rem 3rem 1.5rem;
  }
}

.locator .location__section {
  color: #343a40;
  font-size: 1.2rem;
  margin: 1rem 0;
}

@media (min-width: 700px) {
  .locator .location__section {
    font-size: 1.3rem;
    margin: 1.5rem 0;
  }
}

.locator .location__header {
  line-height: 2;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #adb5bd;
}

@media (min-width: 700px) {
  .locator .location__header {
    font-size: 0.9rem;
  }
}

.locator .location__address a,
.locator .location__address details summary,
details .locator .location__address summary {
  color: #343a40;
  font-weight: normal;
  text-decoration: none;
}

.site-options {
  color: #343a40;
  font-size: 1.2rem;
  padding: .5rem 1rem;
  text-align: center;
}

.site-options label {
  display: inline-block;
  margin: .25rem 0;
}

.location-type-buttons {
  display: flex;
  flex-direction: column;
  margin: .25rem 1rem .5rem;
}

@media (min-width: 600px) {
  .location-type-buttons {
    flex-direction: row;
    align-items: center;
    margin: .5rem 1rem;
  }
}

.location-type-buttons .toggle-button-set {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.location-type-buttons .toggle-button-set .toggle-button {
  flex-grow: 1;
}

@media (min-width: 600px) {
  .location-type-buttons .toggle-button-set {
    flex-direction: row;
    align-items: center;
  }
}

.location-type-buttons__label {
  margin: 0 .5rem;
  text-align: center;
}

.location-type-buttons__label * {
  color: #6c757d;
}

.pager {
  display: flex;
  justify-content: space-between;
  padding: 10px 45px;
  border-bottom: solid 1px #e9ecef;
  align-items: center;
  font-size: 1.1rem;
  color: #6c757d;
}

@media (min-width: 700px) {
  .pager {
    font-size: 1.2rem;
  }
}

.pager .pager__link {
  color: #0757c3;
  cursor: pointer;
  min-width: 40px;
  min-height: 40px;
  font-size: 24px;
  opacity: 0.8;
}

.pager .pager__link.previous .pager__link__arrow::after {
  content: '❮';
}

.pager .pager__link.next .pager__link__arrow::after {
  content: '❯';
}

.pager .pager__link:hover:not([disabled]) {
  opacity: 1;
}

.pager .pager__link[disabled] {
  color: #dee2e6;
  cursor: default;
}

.site-select {
  border: 1px solid #162577;
  color: #162577;
  margin: .5rem 1rem;
  padding: .25rem 1.5rem .25rem .5rem;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

.site-select:hover {
  background-color: #f6f9ff;
}

@media (min-width: 700px) {
  section {
    margin: 1.5rem 0;
  }

  section:not(:first-child) {
    margin-top: 3rem;
  }
}

summary {
  font-size: 1.1rem;
}

.mail-ballot-info {
  margin-bottom: 1.5rem;
}

.mail-ballot-info p {
  font-size: 1.1rem;
}

.mail-ballot-info em {
  font-style: normal;
  font-weight: bold;
  opacity: 0.88;
}

.locate__container {
  margin-bottom: 3rem;
}



/*# sourceMappingURL=main-566424b3cc4a8b1dda5d.css.map*/