@charset "UTF-8";
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.container {
  width: 100%;
  padding-right: 2em;
  padding-left: 2em;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 2em;
  padding-left: 2em;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2em;
  margin-left: -2em; }

.no-gutters, .no-gutters .row {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters .row > .col,
  .no-gutters > [class*="col-"],
  .no-gutters .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 2em;
  padding-left: 2em; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Marcin Antique", sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single:before, .pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-lendar {
  float: left;
  width: 280px;
  margin: 8px; }
  @media (min-width: 768px) {
    .pika-lendar {
      width: 350px; } }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0; }

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  background-color: #FFFFFF; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5; }
  .pika-prev:hover, .pika-prev:active, .pika-prev:focus,
  .pika-next:hover,
  .pika-next:active,
  .pika-next:focus {
    opacity: 1;
    background-color: #6FB8DB; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg=="); }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII="); }

.pika-select {
  display: inline-block; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px 8px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #000000;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #000000;
    font-weight: bold;
    background: #6FB8DB; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #FFFFFF;
    background: #215E9E;
    box-shadow: none; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  color: #666;
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #FFFFFF;
  background: #6CB31D;
  box-shadow: none; }

.is-endrange .pika-button {
  color: #FFFFFF;
  background: #33aaff;
  box-shadow: none; }

.umbraco-forms-form {
  font-size: 1rem;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 359px) {
    .umbraco-forms-form {
      font-size: 0.9rem; } }
  @media (min-width: 576px) {
    .umbraco-forms-form {
      font-size: 1.1rem; } }
  @media (min-width: 768px) {
    .umbraco-forms-form {
      font-size: 1.1875rem; } }
  @media (min-width: 992px) {
    .umbraco-forms-form {
      font-size: 1.2rem; } }
  @media (min-width: 1200px) {
    .umbraco-forms-form {
      font-size: 1.3rem; } }
  @media (min-width: 1600px) {
    .umbraco-forms-form {
      font-size: 1.35rem; } }
  div[class*="content-bg"] .umbraco-forms-form {
    padding-top: 2em;
    padding-bottom: 2em; }
    div[class*="content-bg"] .umbraco-forms-form .row .row {
      max-width: 100%; }
  .umbraco-forms-form h2 {
    margin-bottom: 1em; }
  .umbraco-forms-form h3 {
    font-family: "Marcin Typewriter", sans-serif;
    font-size: 0.9em;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin-top: 0;
    text-transform: uppercase;
    border-bottom: 3px solid #6FB8DB;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em; }
    .umbraco-forms-form h3:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: #1A284E;
              text-decoration-color: #1A284E;
      transition: all .3s; }
      .umbraco-forms-form h3:not(.button) a:hover, .umbraco-forms-form h3:not(.button) a:active, .umbraco-forms-form h3:not(.button) a:focus {
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .umbraco-forms-form h3:not(.button) a:focus {
        color: #1A284E; }
  .umbraco-forms-form p {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.65; }
    .umbraco-forms-form p:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: #1A284E;
              text-decoration-color: #1A284E;
      transition: all .3s; }
      .umbraco-forms-form p:not(.button) a:hover, .umbraco-forms-form p:not(.button) a:active, .umbraco-forms-form p:not(.button) a:focus {
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .umbraco-forms-form p:not(.button) a:focus {
        color: #1A284E; }
    .umbraco-forms-form p a:focus {
      outline: none;
      background-color: rgba(33, 94, 158, 0.3);
      color: #000000; }

.umbraco-forms-field {
  margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .umbraco-forms-field {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    .umbraco-forms-field {
      margin-bottom: 3rem; } }

.umbraco-forms-fieldset {
  padding: 0;
  border: none; }

.umbraco-forms-submitmessage {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.65; }
  .umbraco-forms-submitmessage:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .umbraco-forms-submitmessage:not(.button) a:hover, .umbraco-forms-submitmessage:not(.button) a:active, .umbraco-forms-submitmessage:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .umbraco-forms-submitmessage:not(.button) a:focus {
      color: #1A284E; }

.umbraco-forms-label {
  margin-bottom: 1em;
  display: inline-block;
  font-weight: 700;
  font-family: "Marcin Antique", sans-serif; }

.umbraco-forms-indicator {
  color: #6f6f6f;
  font-weight: 400; }

.help-block {
  color: #333333;
  display: block;
  font-size: 0.85em;
  margin-bottom: 1.5em; }

.umbraco-forms-label + .help-block {
  margin-top: -0.5em; }

.checkbox-small .checkbox-label {
  line-height: 1.5; }

.longanswer textarea,
.shortanswer input,
.nav-search-inner input,
.form-search input,
.datepickerfield {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 2px solid #1A284E;
  box-sizing: border-box;
  display: block;
  max-width: 36em;
  min-height: 40px;
  padding: 0.5em;
  resize: vertical;
  width: 100%; }
  .longanswer textarea:focus,
  .shortanswer input:focus,
  .nav-search-inner input:focus,
  .form-search input:focus,
  .datepickerfield:focus {
    outline: 2px solid #215E9E;
    outline-offset: 0;
    border-color: #215E9E; }

select {
  display: block;
  color: #333333;
  line-height: 1.3;
  padding: .4em 1.4em .4em .6em;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #1A284E;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23215E9E%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  transition: border-color .3s ease; }
  @media (min-width: 768px) {
    select {
      padding: .6em 2em .5em .8em; } }
  select::-ms-expand {
    display: none; }
  select:hover {
    border-color: #6FB8DB; }
  select:focus {
    border-color: #215E9E;
    color: #000000;
    outline: 2px solid #215E9E; }
  select option {
    font-weight: normal; }

.field-validation-error,
.validation-summary-errors {
  background-color: #8C2124;
  color: #FFFFFF;
  display: block;
  font-size: 0.85em;
  font-family: "Marcin Antique", sans-serif;
  margin-top: 0.7em;
  max-width: 36em;
  padding: 0.5em;
  position: relative; }
  .field-validation-error:before,
  .validation-summary-errors:before {
    background-color: #efbdbe;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(5px, 5px);
    width: 100%;
    height: 100%;
    z-index: -1; }

.validation-summary-errors {
  width: 100%;
  margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .validation-summary-errors {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    .validation-summary-errors {
      margin-bottom: 3rem; } }
  .validation-summary-errors ul {
    padding-bottom: 0; }
  .validation-summary-errors li:not(:last-child) {
    margin-bottom: 0.75rem; }
    @media (min-width: 576px) {
      .validation-summary-errors li:not(:last-child) {
        margin-bottom: 1.5rem; } }
    @media (min-width: 1200px) {
      .validation-summary-errors li:not(:last-child) {
        margin-bottom: 1.8rem; } }

.ngp-form {
  font-family: "Marcin Antique", sans-serif !important;
  max-width: 1020px !important;
  padding-bottom: 45px;
  width: 100% !important; }
  .ngp-form legend,
  .ngp-form footer,
  .ngp-form header.at-title,
  .ngp-form #landscape-form,
  .ngp-form at-row at-row-solo .at-row-full .UpdateMyProfile {
    display: none !important; }
  .ngp-form fieldset {
    padding: 0 !important; }
  .ngp-form .at-form {
    margin: 0 auto !important; }
  .ngp-form .at-form .contributions h1 {
    color: #1A284E !important;
    font-family: "Marcin Antique", sans-serif !important;
    font-size: 1.5rem !important;
    margin-left: 0; }
  .ngp-form .at-form .contributions p {
    color: #1A284E !important;
    font-family: "Marcin Antique", sans-serif !important;
    font-size: .8em !important; }
  .ngp-form input {
    border-radius: 0 !important; }
  .ngp-form .at-inner {
    margin: 0;
    background-color: transparent !important; }
  .ngp-form .at-fields label {
    color: #1A284E !important;
    letter-spacing: .01em;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .ngp-form .at-row.at-row-solo.EmailAddress input,
  .ngp-form .at-row.at-row-solo.PostalCode input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent !important;
    border-color: #1A284E !important;
    border-radius: 0;
    border-width: 2px !important;
    color: #1A284E !important;
    display: block;
    font-family: "Marcin Antique", sans-serif !important;
    font-size: 1em;
    margin-top: 0.5em;
    min-height: 42px;
    padding: 1.11em .5em !important; }
    @media (min-width: 576px) {
      .ngp-form .at-row.at-row-solo.EmailAddress input,
      .ngp-form .at-row.at-row-solo.PostalCode input {
        min-height: 44px; } }
    @media (min-width: 768px) {
      .ngp-form .at-row.at-row-solo.EmailAddress input,
      .ngp-form .at-row.at-row-solo.PostalCode input {
        min-height: 46px; } }
    @media (min-width: 1200px) {
      .ngp-form .at-row.at-row-solo.EmailAddress input,
      .ngp-form .at-row.at-row-solo.PostalCode input {
        font-size: 1.3em;
        min-height: 50px; } }
    @media (min-width: 1600px) {
      .ngp-form .at-row.at-row-solo.EmailAddress input,
      .ngp-form .at-row.at-row-solo.PostalCode input {
        min-height: 52px; } }
    .ngp-form .at-row.at-row-solo.EmailAddress input:active, .ngp-form .at-row.at-row-solo.EmailAddress input:focus,
    .ngp-form .at-row.at-row-solo.PostalCode input:active,
    .ngp-form .at-row.at-row-solo.PostalCode input:focus {
      background-color: #FFFFFF !important;
      border-color: #215E9E !important;
      color: #000000 !important;
      outline: none !important; }
    .ngp-form .at-row.at-row-solo.EmailAddress input::-moz-placeholder, .ngp-form .at-row.at-row-solo.PostalCode input::-moz-placeholder {
      color: rgba(255, 255, 255, 0) !important; }
    .ngp-form .at-row.at-row-solo.EmailAddress input:-ms-input-placeholder, .ngp-form .at-row.at-row-solo.PostalCode input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0) !important; }
    .ngp-form .at-row.at-row-solo.EmailAddress input::placeholder,
    .ngp-form .at-row.at-row-solo.PostalCode input::placeholder {
      color: rgba(255, 255, 255, 0) !important; }
  .ngp-form .at-text.error small {
    border: 1px solid #215E9E;
    border-left: 4px solid #215E9E;
    color: #1A284E !important;
    display: inline-block !important;
    margin-top: .7em;
    padding: 4px 5px 4px 7px !important; }
  .ngp-form .at-row.at-row-solo.PostalCode .at-text.error small {
    position: absolute; }
  .ngp-form .at-row.at-row-solo.PostalCode {
    width: 65%;
    position: absolute; }
    @media (min-width: 576px) and (max-width: 1199.98px) {
      .ngp-form .at-row.at-row-solo.PostalCode {
        width: 50%; } }
  .ngp-form .at-form-submit.clearfix {
    float: right;
    transform: translate(0, 8px);
    width: 35%; }
    @media (min-width: 576px) and (max-width: 1199.98px) {
      .ngp-form .at-form-submit.clearfix {
        width: 50%; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .ngp-form .at-form-submit.clearfix {
        transform: translate(0, 7px); } }
    @media (min-width: 1200px) {
      .ngp-form .at-form-submit.clearfix {
        transform: translate(0, 10px); } }
  .ngp-form .at-submit.btn-at.btn-at-primary {
    display: inline-block;
    float: none;
    font-family: "Marcin Antique", sans-serif !important;
    min-height: 42px; }
  .ngp-form .at-row > [class^="at-"] {
    min-width: auto !important; }

.checkboxlist-item,
.radio-item {
  clear: left;
  display: block;
  margin-bottom: 1em;
  min-height: 40px;
  padding-left: 40px;
  position: relative; }
  .checkboxlist-item:last-child,
  .checkboxlist-item :last-of-type,
  .radio-item:last-child,
  .radio-item :last-of-type {
    margin-bottom: 0; }

.checkbox-input,
.radio-input {
  cursor: pointer;
  height: 44px;
  left: -2px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: -2px;
  width: 44px;
  z-index: 1; }

.checkbox-label,
.radio-label {
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 15px;
  cursor: pointer;
  touch-action: manipulation; }
  .checkbox-label::before,
  .radio-label::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px solid currentColor;
    background: transparent; }
  .checkbox-label::after,
  .radio-label::after {
    content: "";
    position: absolute; }

.checkbox-input:focus + .checkbox-label::before,
.radio-input:focus + .radio-label::before {
  border-width: 2px;
  box-shadow: 0 0 0 2px #215E9E;
  border-color: #215E9E; }

.checkbox-input:checked + .checkbox-label::after,
.radio-input:checked + .radio-label::after {
  opacity: 1; }

.checkbox-input:disabled,
.checkbox-input:disabled + .checkbox-label,
.radio-input:disabled,
.radio-input:disabled + .radio-label {
  cursor: default; }

.checkbox-input:disabled + .checkbox-label,
.radio-input:disabled + .radio-label {
  opacity: .5; }

.checkbox-label::after {
  top: 11px;
  left: 9px;
  width: 22px;
  height: 12px;
  transform: rotate(-45deg);
  border: solid;
  border-width: 0 0 4px 4px;
  border-top-color: transparent;
  opacity: 0;
  background: transparent; }

.radio-label::before {
  border-radius: 50%; }

.radio-label::after {
  top: 8px;
  left: 8px;
  width: 0;
  height: 0;
  border: 12px solid currentColor;
  border-radius: 50%;
  opacity: 0;
  background: currentColor; }

.checkbox-small.checkboxlist-item,
.radio-small.checkboxlist-item {
  min-height: 0;
  margin-bottom: 0;
  padding-left: 34px; }
  .checkbox-small.checkboxlist-item:after,
  .radio-small.checkboxlist-item:after {
    content: "";
    display: block;
    clear: both; }

.checkbox-small .checkbox-input,
.checkbox-small .radio-input,
.radio-small .checkbox-input,
.radio-small .radio-input {
  left: -10px; }

.checkbox-small .checkbox-label,
.checkbox-small .radio-label,
.radio-small .checkbox-label,
.radio-small .radio-label {
  margin-top: -2px;
  padding: 13px 15px 13px 1px;
  float: left; }
  @media (min-width: 768px) {
    .checkbox-small .checkbox-label,
    .checkbox-small .radio-label,
    .radio-small .checkbox-label,
    .radio-small .radio-label {
      padding: 11px 15px 10px 1px; } }
  .checkbox-small .checkbox-label::before,
  .checkbox-small .radio-label::before,
  .radio-small .checkbox-label::before,
  .radio-small .radio-label::before {
    top: 8px;
    width: 24px;
    height: 24px; }

.checkbox-small .radio-label::after,
.radio-small .radio-label::after {
  top: 15px;
  left: 7px;
  border-width: 5px; }

.checkbox-small .checkbox-label::after,
.radio-small .checkbox-label::after {
  top: 15px;
  left: 5px;
  width: 14px;
  height: 6.5px;
  border-width: 0 0 3px 3px; }

.checkbox-small.checkboxlist-item:hover .checkbox-input:not(:disabled) + .checkbox-label::before,
.checkbox-small.radio-item:hover .radio-input:not(:disabled) + .radio-label::before,
.radio-small.checkboxlist-item:hover .checkbox-input:not(:disabled) + .checkbox-label::before,
.radio-small.radio-item:hover .radio-input:not(:disabled) + .radio-label::before {
  box-shadow: 0 0 0 3px #6FB8DB; }

.checkbox-small.checkboxlist-item:hover .checkbox-input:focus + .checkbox-label::before,
.checkbox-small .radio-item:hover .radio-input:focus + .radio-label::before,
.radio-small.checkboxlist-item:hover .checkbox-input:focus + .checkbox-label::before,
.radio-small .radio-item:hover .radio-input:focus + .radio-label::before {
  box-shadow: 0 0 0 2px #215E9E, 0 0 0 3px #6FB8DB; }

@media (hover: none), (pointer: coarse) {
  .checkbox-small.checkboxlist-item:hover .checkbox-input:not(:disabled) + .checkbox-label::before,
  .checkbox-small .radio-item:hover .radio-input:not(:disabled) + .radio-label::before,
  .radio-small.checkboxlist-item:hover .checkbox-input:not(:disabled) + .checkbox-label::before,
  .radio-small .radio-item:hover .radio-input:not(:disabled) + .radio-label::before {
    box-shadow: initial; }
  .checkbox-small.checkboxlist-item:hover .checkbox-input:focus + .checkbox-label::before,
  .checkbox-small .radio-item:hover .radio-input:focus + .radio-label::before,
  .radio-small.checkboxlist-item:hover .checkbox-input:focus + .checkbox-label::before,
  .radio-small .radio-item:hover .radio-input:focus + .radio-label::before {
    box-shadow: 0 0 0 2px #215E9E; } }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

*,
*::before,
*::after {
  box-sizing: inherit; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  font-size: 10px; }

body {
  color: #333333; }

.main {
  min-height: 100vh;
  background: white;
  position: relative;
  z-index: 2; }

.hero, .hero-home-wrap {
  padding-top: 5rem; }
  @media (min-width: 768px) {
    .hero, .hero-home-wrap {
      padding-top: 7rem; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  margin-right: 2.25rem;
  margin-left: 2.25rem;
  padding-right: 2.25rem;
  padding-left: 2.25rem; }
  @media (min-width: 576px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
      margin-right: 4.5rem;
      margin-left: 4.5rem; } }
  @media (min-width: 1200px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
      margin-right: 5.4rem;
      margin-left: 5.4rem; } }
  @media (min-width: 576px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
      padding-right: 4.5rem;
      padding-left: 4.5rem; } }
  @media (min-width: 1200px) {
    .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
      padding-right: 5.4rem;
      padding-left: 5.4rem; } }

.img-cover {
  height: 100%;
  width: 100%;
  min-height: 100%; }
  .img-cover img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.bg-white {
  background-color: #FFFFFF; }

.bg-gold {
  background-color: #F8971D; }

.bg-gray-light {
  background-color: #DCDDDE; }

.bg-gray-lighter {
  background-color: #EFEFEF; }

.bg-blue-lighter {
  background-color: #D2E3F1; }

.bg-blue-light {
  background-color: #6FB8DB;
  color: #1A284E; }
  .bg-blue-light .h1, .bg-blue-light h2, .bg-blue-light .h2, .bg-blue-light h3, .bg-blue-light .h3, .bg-blue-light h4, .bg-blue-light .h4, .bg-blue-light h5, .bg-blue-light .h5, .bg-blue-light h6, .bg-blue-light .h6 {
    color: #1A284E; }
  .bg-blue-light button,
  .bg-blue-light input[type="submit"],
  .bg-blue-light .button a,
  .bg-blue-light .language-toggle a,
  .bg-blue-light .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #1A284E; }
    .bg-blue-light button:hover, .bg-blue-light button:active, .bg-blue-light button:focus,
    .bg-blue-light input[type="submit"]:hover,
    .bg-blue-light input[type="submit"]:active,
    .bg-blue-light input[type="submit"]:focus,
    .bg-blue-light .button a:hover,
    .bg-blue-light .button a:active,
    .bg-blue-light .button a:focus,
    .bg-blue-light .language-toggle a:hover,
    .bg-blue-light .language-toggle a:active,
    .bg-blue-light .language-toggle a:focus,
    .bg-blue-light .voter-info-links a:hover,
    .bg-blue-light .voter-info-links a:active,
    .bg-blue-light .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .bg-blue-light button:focus, .bg-blue-light button:active,
    .bg-blue-light input[type="submit"]:focus,
    .bg-blue-light input[type="submit"]:active,
    .bg-blue-light .button a:focus,
    .bg-blue-light .button a:active,
    .bg-blue-light .language-toggle a:focus,
    .bg-blue-light .language-toggle a:active,
    .bg-blue-light .voter-info-links a:focus,
    .bg-blue-light .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .bg-blue-light a {
    color: #1A284E; }
  .bg-blue-light .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #FFFFFF;
            text-decoration-color: #FFFFFF;
    transition: all .3s; }
    .bg-blue-light .rte:not(.button) a:hover, .bg-blue-light .rte:not(.button) a:active, .bg-blue-light .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #333333;
              text-decoration-color: #333333; }
    .bg-blue-light .rte:not(.button) a:focus {
      color: #1A284E; }
  .bg-blue-light .rte ul li::before {
    color: #FFFFFF; }
    @supports (-webkit-text-stroke: 1px #FFFFFF) {
      .bg-blue-light .rte ul li::before {
        -webkit-text-stroke: 2px #FFFFFF;
        -webkit-text-fill-color: #FFFFFF; } }
  .bg-blue-light .rte ol li::before {
    color: #1A284E;
    background-color: #FFFFFF; }
  .bg-blue-light .rte hr {
    border-bottom: 2px solid #FFFFFF; }
  .bg-blue-light .rte p.lead {
    color: #1A284E; }
  .bg-blue-light .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .bg-blue-light .umbraco-forms-form .help-block {
    color: #333333; }
  .bg-blue-light .umbraco-forms-form .umbraco-forms-indicator {
    color: #333333; }
  .bg-blue-light .img-caption.full-height .text-wrap {
    background-color: rgba(255, 255, 255, 0.7); }

.bg-black {
  background-color: #000000;
  color: #FFFFFF; }
  .bg-black .h1, .bg-black h2, .bg-black .h2, .bg-black h3, .bg-black .h3, .bg-black h4, .bg-black .h4, .bg-black h5, .bg-black .h5, .bg-black h6, .bg-black .h6 {
    color: #FFFFFF; }
  .bg-black button,
  .bg-black input[type="submit"],
  .bg-black .button a,
  .bg-black .language-toggle a,
  .bg-black .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .bg-black button:hover, .bg-black button:active, .bg-black button:focus,
    .bg-black input[type="submit"]:hover,
    .bg-black input[type="submit"]:active,
    .bg-black input[type="submit"]:focus,
    .bg-black .button a:hover,
    .bg-black .button a:active,
    .bg-black .button a:focus,
    .bg-black .language-toggle a:hover,
    .bg-black .language-toggle a:active,
    .bg-black .language-toggle a:focus,
    .bg-black .voter-info-links a:hover,
    .bg-black .voter-info-links a:active,
    .bg-black .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .bg-black button:focus, .bg-black button:active,
    .bg-black input[type="submit"]:focus,
    .bg-black input[type="submit"]:active,
    .bg-black .button a:focus,
    .bg-black .button a:active,
    .bg-black .language-toggle a:focus,
    .bg-black .language-toggle a:active,
    .bg-black .voter-info-links a:focus,
    .bg-black .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .bg-black a {
    color: #FFFFFF; }
  .bg-black .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .bg-black .rte:not(.button) a:hover, .bg-black .rte:not(.button) a:active, .bg-black .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .bg-black .rte:not(.button) a:focus {
      color: #1A284E; }
  .bg-black .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .bg-black .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .bg-black .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .bg-black .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .bg-black .rte p.lead {
    color: #D2E3F1; }
  .bg-black .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .bg-black .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .bg-black .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .bg-black .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }

.bg-gray {
  background-color: #6f6f6f;
  color: #FFFFFF; }
  .bg-gray .h1, .bg-gray h2, .bg-gray .h2, .bg-gray h3, .bg-gray .h3, .bg-gray h4, .bg-gray .h4, .bg-gray h5, .bg-gray .h5, .bg-gray h6, .bg-gray .h6 {
    color: #FFFFFF; }
  .bg-gray button,
  .bg-gray input[type="submit"],
  .bg-gray .button a,
  .bg-gray .language-toggle a,
  .bg-gray .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .bg-gray button:hover, .bg-gray button:active, .bg-gray button:focus,
    .bg-gray input[type="submit"]:hover,
    .bg-gray input[type="submit"]:active,
    .bg-gray input[type="submit"]:focus,
    .bg-gray .button a:hover,
    .bg-gray .button a:active,
    .bg-gray .button a:focus,
    .bg-gray .language-toggle a:hover,
    .bg-gray .language-toggle a:active,
    .bg-gray .language-toggle a:focus,
    .bg-gray .voter-info-links a:hover,
    .bg-gray .voter-info-links a:active,
    .bg-gray .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .bg-gray button:focus, .bg-gray button:active,
    .bg-gray input[type="submit"]:focus,
    .bg-gray input[type="submit"]:active,
    .bg-gray .button a:focus,
    .bg-gray .button a:active,
    .bg-gray .language-toggle a:focus,
    .bg-gray .language-toggle a:active,
    .bg-gray .voter-info-links a:focus,
    .bg-gray .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .bg-gray a {
    color: #FFFFFF; }
  .bg-gray .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .bg-gray .rte:not(.button) a:hover, .bg-gray .rte:not(.button) a:active, .bg-gray .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .bg-gray .rte:not(.button) a:focus {
      color: #1A284E; }
  .bg-gray .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .bg-gray .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .bg-gray .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .bg-gray .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .bg-gray .rte p.lead {
    color: #D2E3F1; }
  .bg-gray .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .bg-gray .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .bg-gray .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .bg-gray .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }

.bg-blue-medium {
  background-color: #215E9E;
  color: #FFFFFF; }
  .bg-blue-medium .h1, .bg-blue-medium h2, .bg-blue-medium .h2, .bg-blue-medium h3, .bg-blue-medium .h3, .bg-blue-medium h4, .bg-blue-medium .h4, .bg-blue-medium h5, .bg-blue-medium .h5, .bg-blue-medium h6, .bg-blue-medium .h6 {
    color: #FFFFFF; }
  .bg-blue-medium button,
  .bg-blue-medium input[type="submit"],
  .bg-blue-medium .button a,
  .bg-blue-medium .language-toggle a,
  .bg-blue-medium .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .bg-blue-medium button:hover, .bg-blue-medium button:active, .bg-blue-medium button:focus,
    .bg-blue-medium input[type="submit"]:hover,
    .bg-blue-medium input[type="submit"]:active,
    .bg-blue-medium input[type="submit"]:focus,
    .bg-blue-medium .button a:hover,
    .bg-blue-medium .button a:active,
    .bg-blue-medium .button a:focus,
    .bg-blue-medium .language-toggle a:hover,
    .bg-blue-medium .language-toggle a:active,
    .bg-blue-medium .language-toggle a:focus,
    .bg-blue-medium .voter-info-links a:hover,
    .bg-blue-medium .voter-info-links a:active,
    .bg-blue-medium .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .bg-blue-medium button:focus, .bg-blue-medium button:active,
    .bg-blue-medium input[type="submit"]:focus,
    .bg-blue-medium input[type="submit"]:active,
    .bg-blue-medium .button a:focus,
    .bg-blue-medium .button a:active,
    .bg-blue-medium .language-toggle a:focus,
    .bg-blue-medium .language-toggle a:active,
    .bg-blue-medium .voter-info-links a:focus,
    .bg-blue-medium .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .bg-blue-medium a {
    color: #FFFFFF; }
  .bg-blue-medium .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .bg-blue-medium .rte:not(.button) a:hover, .bg-blue-medium .rte:not(.button) a:active, .bg-blue-medium .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .bg-blue-medium .rte:not(.button) a:focus {
      color: #1A284E; }
  .bg-blue-medium .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .bg-blue-medium .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .bg-blue-medium .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .bg-blue-medium .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .bg-blue-medium .rte p.lead {
    color: #D2E3F1; }
  .bg-blue-medium .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .bg-blue-medium .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .bg-blue-medium .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .bg-blue-medium .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }

.bg-red {
  background-color: #8C2124;
  color: #FFFFFF; }
  .bg-red .h1, .bg-red h2, .bg-red .h2, .bg-red h3, .bg-red .h3, .bg-red h4, .bg-red .h4, .bg-red h5, .bg-red .h5, .bg-red h6, .bg-red .h6 {
    color: #FFFFFF; }
  .bg-red button,
  .bg-red input[type="submit"],
  .bg-red .button a,
  .bg-red .language-toggle a,
  .bg-red .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .bg-red button:hover, .bg-red button:active, .bg-red button:focus,
    .bg-red input[type="submit"]:hover,
    .bg-red input[type="submit"]:active,
    .bg-red input[type="submit"]:focus,
    .bg-red .button a:hover,
    .bg-red .button a:active,
    .bg-red .button a:focus,
    .bg-red .language-toggle a:hover,
    .bg-red .language-toggle a:active,
    .bg-red .language-toggle a:focus,
    .bg-red .voter-info-links a:hover,
    .bg-red .voter-info-links a:active,
    .bg-red .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .bg-red button:focus, .bg-red button:active,
    .bg-red input[type="submit"]:focus,
    .bg-red input[type="submit"]:active,
    .bg-red .button a:focus,
    .bg-red .button a:active,
    .bg-red .language-toggle a:focus,
    .bg-red .language-toggle a:active,
    .bg-red .voter-info-links a:focus,
    .bg-red .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .bg-red a {
    color: #FFFFFF; }
  .bg-red .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .bg-red .rte:not(.button) a:hover, .bg-red .rte:not(.button) a:active, .bg-red .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .bg-red .rte:not(.button) a:focus {
      color: #1A284E; }
  .bg-red .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .bg-red .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .bg-red .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .bg-red .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .bg-red .rte p.lead {
    color: #D2E3F1; }
  .bg-red .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .bg-red .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .bg-red .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .bg-red .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }

.bg-blue-dark {
  background-color: #1A284E;
  color: #FFFFFF; }
  .bg-blue-dark .h1, .bg-blue-dark h2, .bg-blue-dark .h2, .bg-blue-dark h3, .bg-blue-dark .h3, .bg-blue-dark h4, .bg-blue-dark .h4, .bg-blue-dark h5, .bg-blue-dark .h5, .bg-blue-dark h6, .bg-blue-dark .h6 {
    color: #FFFFFF; }
  .bg-blue-dark button,
  .bg-blue-dark input[type="submit"],
  .bg-blue-dark .button a,
  .bg-blue-dark .language-toggle a,
  .bg-blue-dark .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .bg-blue-dark button:hover, .bg-blue-dark button:active, .bg-blue-dark button:focus,
    .bg-blue-dark input[type="submit"]:hover,
    .bg-blue-dark input[type="submit"]:active,
    .bg-blue-dark input[type="submit"]:focus,
    .bg-blue-dark .button a:hover,
    .bg-blue-dark .button a:active,
    .bg-blue-dark .button a:focus,
    .bg-blue-dark .language-toggle a:hover,
    .bg-blue-dark .language-toggle a:active,
    .bg-blue-dark .language-toggle a:focus,
    .bg-blue-dark .voter-info-links a:hover,
    .bg-blue-dark .voter-info-links a:active,
    .bg-blue-dark .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .bg-blue-dark button:focus, .bg-blue-dark button:active,
    .bg-blue-dark input[type="submit"]:focus,
    .bg-blue-dark input[type="submit"]:active,
    .bg-blue-dark .button a:focus,
    .bg-blue-dark .button a:active,
    .bg-blue-dark .language-toggle a:focus,
    .bg-blue-dark .language-toggle a:active,
    .bg-blue-dark .voter-info-links a:focus,
    .bg-blue-dark .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .bg-blue-dark a {
    color: #FFFFFF; }
  .bg-blue-dark .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .bg-blue-dark .rte:not(.button) a:hover, .bg-blue-dark .rte:not(.button) a:active, .bg-blue-dark .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .bg-blue-dark .rte:not(.button) a:focus {
      color: #1A284E; }
  .bg-blue-dark .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .bg-blue-dark .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .bg-blue-dark .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .bg-blue-dark .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .bg-blue-dark .rte p.lead {
    color: #D2E3F1; }
  .bg-blue-dark .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .bg-blue-dark .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .bg-blue-dark .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .bg-blue-dark .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }

.bg-black {
  background-color: #1A284E; }

.bg-teal-light {
  background-color: #6FB8DB; }

.instagram-media-rendered {
  min-width: unset !important; }

@font-face {
  font-family: "Flama Condensed";
  src: url("../../src/themes/voting-rights/fonts/FlamaCondensed-Bold.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/FlamaCondensed-Bold.woff") format("woff");
  font-weight: 700;
  font-style: bold;
  font-display: swap; }

@font-face {
  font-family: "Marcin Antique";
  src: url("../../src/themes/voting-rights/fonts/MarcinAntique-Regular.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/MarcinAntique-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Marcin Antique";
  src: url("../../src/themes/voting-rights/fonts/MarcinAntique-RegularItalic.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/MarcinAntique-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Marcin Antique";
  src: url("../../src/themes/voting-rights/fonts/MarcinAntique-Bold.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/MarcinAntique-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Marcin Antique";
  src: url("../../src/themes/voting-rights/fonts/MarcinAntique-BoldItalic.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/MarcinAntique-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Marcin Typewriter";
  src: url("../../src/themes/voting-rights/fonts/MarcinTypewriter-Regular.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/MarcinTypewriter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Marcin Typewriter";
  src: url("../../src/themes/voting-rights/fonts/MarcinTypewriter-RegularItalic.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/MarcinTypewriter-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Eudald News";
  src: url("../../src/themes/voting-rights/fonts/EudaldNews-Regular.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/EudaldNews-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Eudald News";
  src: url("../../src/themes/voting-rights/fonts/EudaldNews-Italic.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/EudaldNews-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Eudald News";
  src: url("../../src/themes/voting-rights/fonts/EudaldNews-Bold.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/EudaldNews-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Eudald News";
  src: url("../../src/themes/voting-rights/fonts/EudaldNews-BoldItalic.woff2") format("woff2"), url("../../src/themes/voting-rights/fonts/EudaldNews-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

.form-vrd .describewhathappened {
  border-top: 3px solid #6FB8DB;
  padding-top: 1.25rem;
  margin-top: 0.75rem; }
  @media (min-width: 576px) {
    .form-vrd .describewhathappened {
      padding-top: 2.5rem; } }
  @media (min-width: 1200px) {
    .form-vrd .describewhathappened {
      padding-top: 3rem; } }
  @media (min-width: 576px) {
    .form-vrd .describewhathappened {
      margin-top: 1.5rem; } }
  @media (min-width: 1200px) {
    .form-vrd .describewhathappened {
      margin-top: 1.8rem; } }

.form-vrd .recaptcha2 {
  padding-top: 1.25rem;
  align-items: center;
  border-top: 3px solid #6FB8DB;
  margin-top: -1em; }
  @media (min-width: 576px) {
    .form-vrd .recaptcha2 {
      padding-top: 2.5rem; } }
  @media (min-width: 1200px) {
    .form-vrd .recaptcha2 {
      padding-top: 3rem; } }
  @media (min-width: 768px) {
    .form-vrd .recaptcha2 {
      margin-top: -2em; } }
  .form-vrd .recaptcha2 label {
    display: none; }

@media (min-width: 768px) {
  .form-vrd .phone,
  .form-vrd .datepickerfield,
  .form-vrd .zipcode {
    width: 50%; } }

.form-vrd .imageuploadhelp {
  font-size: 0.85rem;
  background-color: #D2E3F1;
  padding: 1em; }
  @media screen and (max-width: 359px) {
    .form-vrd .imageuploadhelp {
      font-size: 0.765rem; } }
  @media (min-width: 576px) {
    .form-vrd .imageuploadhelp {
      font-size: 0.935rem; } }
  @media (min-width: 768px) {
    .form-vrd .imageuploadhelp {
      font-size: 1.00937rem; } }
  @media (min-width: 992px) {
    .form-vrd .imageuploadhelp {
      font-size: 1.02rem; } }
  @media (min-width: 1200px) {
    .form-vrd .imageuploadhelp {
      font-size: 1.105rem; } }
  @media (min-width: 1600px) {
    .form-vrd .imageuploadhelp {
      font-size: 1.1475rem; } }
  .form-vrd .imageuploadhelp h2 {
    font-family: "Marcin Typewriter", sans-serif;
    font-size: 0.9em;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin-top: 0;
    text-transform: uppercase; }
    .form-vrd .imageuploadhelp h2:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: #1A284E;
              text-decoration-color: #1A284E;
      transition: all .3s; }
      .form-vrd .imageuploadhelp h2:not(.button) a:hover, .form-vrd .imageuploadhelp h2:not(.button) a:active, .form-vrd .imageuploadhelp h2:not(.button) a:focus {
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .form-vrd .imageuploadhelp h2:not(.button) a:focus {
        color: #1A284E; }
  .form-vrd .imageuploadhelp p {
    line-height: 1.4; }
    .form-vrd .imageuploadhelp p:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: #1A284E;
              text-decoration-color: #1A284E;
      transition: all .3s; }
      .form-vrd .imageuploadhelp p:not(.button) a:hover, .form-vrd .imageuploadhelp p:not(.button) a:active, .form-vrd .imageuploadhelp p:not(.button) a:focus {
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .form-vrd .imageuploadhelp p:not(.button) a:focus {
        color: #1A284E; }
    .form-vrd .imageuploadhelp p:last-child {
      margin-bottom: 0; }

@media (min-width: 768px) {
  .form-vrd .whattypesofissuesdidyouobserve .umbraco-forms-field-wrapper {
    -moz-column-count: 2;
         column-count: 2;
    padding-top: 0.5em; } }

.form-vrd .introinformation p:nth-child(2):not(:empty) {
  font-family: "Marcin Antique", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: .75em;
  margin-top: 0;
  color: #6f6f6f;
  line-height: 1.5; }
  .form-vrd .introinformation p:nth-child(2):not(:empty):not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .form-vrd .introinformation p:nth-child(2):not(:empty):not(.button) a:hover, .form-vrd .introinformation p:nth-child(2):not(:empty):not(.button) a:active, .form-vrd .introinformation p:nth-child(2):not(:empty):not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .form-vrd .introinformation p:nth-child(2):not(:empty):not(.button) a:focus {
      color: #1A284E; }
  @media (min-width: 992px) {
    .form-vrd .introinformation p:nth-child(2):not(:empty) {
      font-size: 1.5em; } }

.form-vrd .introinformation p:nth-last-child(2):not(:empty) {
  padding-bottom: 1.25rem;
  border-bottom: 3px solid #6FB8DB;
  font-size: 0.8em; }
  @media (min-width: 576px) {
    .form-vrd .introinformation p:nth-last-child(2):not(:empty) {
      padding-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    .form-vrd .introinformation p:nth-last-child(2):not(:empty) {
      padding-bottom: 3rem; } }

.form-vrd .introinformation :empty {
  display: none; }

.form-vrd .agreement {
  margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .form-vrd .agreement {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    .form-vrd .agreement {
      margin-bottom: 3rem; } }

.form-vrd .umbraco-forms-navigation > div {
  display: flex;
  flex-direction: column; }
  .form-vrd .umbraco-forms-navigation > div .prev {
    align-self: flex-start;
    background-color: #EFEFEF;
    border: none;
    font-size: 0.85em;
    font-weight: 400;
    margin-top: 3em;
    order: 2; }
    .form-vrd .umbraco-forms-navigation > div .prev:hover, .form-vrd .umbraco-forms-navigation > div .prev:active, .form-vrd .umbraco-forms-navigation > div .prev:focus {
      background-color: #1A284E; }
  .form-vrd .umbraco-forms-navigation > div .primary, .form-vrd .umbraco-forms-navigation > div .next {
    background-color: #6FB8DB;
    border-radius: 0;
    margin-left: 3px;
    padding: 20px;
    width: 100%; }
    @media (min-width: 576px) {
      .form-vrd .umbraco-forms-navigation > div .primary, .form-vrd .umbraco-forms-navigation > div .next {
        width: 18em; } }
    .form-vrd .umbraco-forms-navigation > div .primary:hover, .form-vrd .umbraco-forms-navigation > div .primary:active, .form-vrd .umbraco-forms-navigation > div .primary:focus, .form-vrd .umbraco-forms-navigation > div .next:hover, .form-vrd .umbraco-forms-navigation > div .next:active, .form-vrd .umbraco-forms-navigation > div .next:focus {
      background-color: #1A284E;
      outline: none;
      text-decoration: none;
      color: #FFFFFF; }
    .form-vrd .umbraco-forms-navigation > div .primary:focus, .form-vrd .umbraco-forms-navigation > div .next:focus {
      outline-offset: -5px;
      outline: 2px solid #FFFFFF; }

.form-search {
  margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .form-search {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    .form-search {
      margin-bottom: 3rem; } }
  @media (min-width: 768px) {
    .form-search {
      width: 36em; } }
  .form-search form {
    display: flex; }
  .form-search label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .form-search button {
    width: 4em; }
    .form-search button svg {
      height: 1.3em;
      padding-top: .3em;
      transition: all .3s; }
    .form-search button:hover svg, .form-search button:active svg, .form-search button:focus svg {
      fill: #FFFFFF; }
  .form-search input {
    display: flex;
    flex-grow: 1;
    margin-right: 1em; }

footer .ngp-form .at-submit.btn-at.btn-at-primary {
  font-family: "Marcin Typewriter", sans-serif !important; }

footer label {
  display: block;
  font-size: 0.65em;
  color: #1A284E;
  margin-bottom: 1em; }

footer input {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border-color: #1A284E;
  border-radius: 0;
  border-style: solid;
  box-shadow: none !important;
  color: #1A284E;
  font-size: 0.9em;
  margin-bottom: 1em;
  padding: calc(0.6em + 1px); }
  footer input:active, footer input:focus {
    background-color: #FFFFFF;
    border-color: #6FB8DB;
    color: #1A284E;
    outline: none; }

footer input, footer label {
  width: 100%; }

footer .form-control, footer .half {
  display: inline; }

footer .zipcode {
  width: calc(100% - 8rem); }

footer button {
  float: right;
  width: 7rem; }

.language-picker {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 5; }
  .language-picker label {
    font-family: "Marcin Typewriter", sans-serif;
    font-size: 0.65em;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-top: 0;
    text-transform: uppercase;
    text-underline-offset: .2em;
    color: #6f6f6f;
    opacity: 0; }
    .language-picker label:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: #1A284E;
              text-decoration-color: #1A284E;
      transition: all .3s; }
      .language-picker label:not(.button) a:hover, .language-picker label:not(.button) a:active, .language-picker label:not(.button) a:focus {
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .language-picker label:not(.button) a:focus {
        color: #1A284E; }
    @media (min-width: 768px) {
      .language-picker label {
        opacity: 1;
        margin-right: 1em;
        margin-bottom: 0;
        margin-top: .25em; } }

@-webkit-keyframes spinny {
  to {
    transform: rotate(360deg); } }

@keyframes spinny {
  to {
    transform: rotate(360deg); } }

.loading-spinner::before {
  -webkit-animation: spinny 1s linear infinite;
          animation: spinny 1s linear infinite;
  border-radius: 50%;
  border: 4px solid rgba(111, 111, 111, 0.25);
  border-top-color: #F8971D;
  box-sizing: border-box;
  content: '';
  height: 2.5rem;
  left: 50%;
  margin-left: -1.25rem;
  margin-top: -1.25rem;
  position: absolute;
  top: 50%;
  width: 2.5rem; }

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Eudald News", Georgia, serif;
  font-size: 1rem; }
  @media screen and (max-width: 359px) {
    body {
      font-size: 0.9rem; } }
  @media (min-width: 576px) {
    body {
      font-size: 1.1rem; } }
  @media (min-width: 768px) {
    body {
      font-size: 1.1875rem; } }
  @media (min-width: 992px) {
    body {
      font-size: 1.2rem; } }
  @media (min-width: 1200px) {
    body {
      font-size: 1.3rem; } }
  @media (min-width: 1600px) {
    body {
      font-size: 1.35rem; } }

h1, .h1 {
  font-family: "Flama Condensed", sans-serif;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.4em;
  margin-left: -0.02em;
  margin-top: 0;
  text-transform: uppercase;
  font-stretch: 100%; }
  h1:not(.button) a, .h1:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    h1:not(.button) a:hover, h1:not(.button) a:active, h1:not(.button) a:focus, .h1:not(.button) a:hover, .h1:not(.button) a:active, .h1:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    h1:not(.button) a:focus, .h1:not(.button) a:focus {
      color: #1A284E; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 4em; } }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 5.25em; } }

h2, .h2 {
  font-family: "Marcin Antique", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.5em;
  margin-top: 0; }
  h2:not(.button) a, .h2:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    h2:not(.button) a:hover, h2:not(.button) a:active, h2:not(.button) a:focus, .h2:not(.button) a:hover, .h2:not(.button) a:active, .h2:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    h2:not(.button) a:focus, .h2:not(.button) a:focus {
      color: #1A284E; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 2.9em; } }

h3, .h3 {
  font-family: "Marcin Antique", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.5em;
  margin-top: 0; }
  h3:not(.button) a, .h3:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    h3:not(.button) a:hover, h3:not(.button) a:active, h3:not(.button) a:focus, .h3:not(.button) a:hover, .h3:not(.button) a:active, .h3:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    h3:not(.button) a:focus, .h3:not(.button) a:focus {
      color: #1A284E; }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 2.2em; } }

h4, .h4 {
  font-family: "Marcin Antique", sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: .75em;
  margin-top: 0; }
  h4:not(.button) a, .h4:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    h4:not(.button) a:hover, h4:not(.button) a:active, h4:not(.button) a:focus, .h4:not(.button) a:hover, .h4:not(.button) a:active, .h4:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    h4:not(.button) a:focus, .h4:not(.button) a:focus {
      color: #1A284E; }
  @media (min-width: 992px) {
    h4, .h4 {
      font-size: 1.5em; } }

h5, .h5 {
  font-family: "Marcin Antique", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75em;
  margin-top: 0; }
  h5:not(.button) a, .h5:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    h5:not(.button) a:hover, h5:not(.button) a:active, h5:not(.button) a:focus, .h5:not(.button) a:hover, .h5:not(.button) a:active, .h5:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    h5:not(.button) a:focus, .h5:not(.button) a:focus {
      color: #1A284E; }

h6 {
  font-family: "Marcin Typewriter", sans-serif;
  font-size: 0.9em;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-top: 0;
  text-transform: uppercase; }
  h6:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    h6:not(.button) a:hover, h6:not(.button) a:active, h6:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    h6:not(.button) a:focus {
      color: #1A284E; }

p {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.65; }
  p:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    p:not(.button) a:hover, p:not(.button) a:active, p:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    p:not(.button) a:focus {
      color: #1A284E; }

.h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
  color: #1A284E; }

strong {
  font-weight: 700; }

::-moz-selection {
  background: #D2E3F1;
  /* WebKit/Blink Browsers */
  color: #000000; }

::selection {
  background: #D2E3F1;
  /* WebKit/Blink Browsers */
  color: #000000; }

.weight400 {
  font-weight: 400; }

.gray {
  color: #6f6f6f; }

.gray-dark {
  color: #333333; }

.large {
  font-size: 110%; }

.small {
  font-size: 90%; }

.small-caps {
  font-family: "Marcin Typewriter", sans-serif;
  font-size: 0.9em;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 1em; }
  .small-caps:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .small-caps:not(.button) a:hover, .small-caps:not(.button) a:active, .small-caps:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .small-caps:not(.button) a:focus {
      color: #1A284E; }

.h2-dash, .h2-dash-long, .rule-below, .dash-below {
  position: relative; }
  .h2-dash::after, .h2-dash-long::after, .rule-below::after, .dash-below::after {
    background-color: #1A284E;
    content: "";
    display: block;
    height: 5px;
    position: relative;
    width: 1.1em;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 576px) {
      .h2-dash::after, .h2-dash-long::after, .rule-below::after, .dash-below::after {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; } }
    @media (min-width: 1200px) {
      .h2-dash::after, .h2-dash-long::after, .rule-below::after, .dash-below::after {
        margin-top: 3rem;
        margin-bottom: 3rem; } }
  .bg-gold-light .h2-dash::after, .content-bg-gold .h2-dash::after, .bg-gold-light .h2-dash-long::after, .content-bg-gold .h2-dash-long::after, .bg-gold-light .rule-below::after, .content-bg-gold .rule-below::after, .bg-gold-light .dash-below::after, .content-bg-gold .dash-below::after {
    background-color: #FFFFFF; }

.h2-dash-long, .rule-below {
  background-image: linear-gradient(#DCDDDE, #DCDDDE);
  background-size: 1px 1px;
  background-repeat: repeat-x;
  background-position: bottom 2px right 0; }

.rte h1:not(:first-child),
.rte .h1:not(:first-child),
.rte h2:not(:first-child),
.rte .h2:not(:first-child),
.rte h3:not(:first-child),
.rte .h3:not(:first-child),
.rte h4:not(:first-child),
.rte .h4:not(:first-child) {
  margin-top: 2rem; }

.rte a:focus {
  outline: none;
  background-color: #e9f4fa;
  -webkit-text-decoration-color: #215E9E;
          text-decoration-color: #215E9E;
  color: #1A284E; }

.rte p:not([class]):not(:last-child) {
  margin-bottom: 1.5rem;
  line-height: 1.75; }

.rte ul, .rte ol {
  margin-bottom: 1.5rem;
  line-height: 1.75; }

.rte ul, .rte ol {
  margin-top: 0;
  font-size: 1em;
  line-height: 1.65;
  list-style: none;
  padding-left: 2em; }
  .rte ul:not(.button) a, .rte ol:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .rte ul:not(.button) a:hover, .rte ul:not(.button) a:active, .rte ul:not(.button) a:focus, .rte ol:not(.button) a:hover, .rte ol:not(.button) a:active, .rte ol:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .rte ul:not(.button) a:focus, .rte ol:not(.button) a:focus {
      color: #1A284E; }
  .rte ul li::before, .rte ol li::before {
    display: inline-block;
    font-weight: 700; }

.rte ul li {
  margin-top: 0;
  margin-bottom: 1em; }
  .rte ul li::before {
    color: #215E9E;
    content: "●";
    font-weight: 700;
    margin-left: -2em;
    position: relative;
    top: -0.1em;
    width: 2em; }
    @supports (-webkit-text-stroke: 1px black) {
      .rte ul li::before {
        -webkit-text-stroke: 2px #215E9E;
        -webkit-text-fill-color: #215E9E; } }

.rte ol {
  counter-reset: li;
  padding-left: 4em; }
  .rte ol li {
    counter-increment: li;
    margin-bottom: 2em;
    margin-top: 1em;
    position: relative; }
    .rte ol li::before {
      background-color: #215E9E;
      border-radius: 50%;
      color: #FFFFFF;
      content: counter(li);
      font-family: "Flama Condensed", sans-serif;
      font-size: 2em;
      height: 1.5em;
      line-height: 1;
      margin-left: -2em;
      margin-right: .5em;
      padding-top: .25em;
      position: absolute;
      text-align: center;
      top: -.35em;
      vertical-align: middle;
      width: 1.5em; }

.rte .checklist {
  padding-left: 4em;
  padding-bottom: 0.1em; }
  .rte .checklist li {
    margin-bottom: 2em;
    margin-top: 1em;
    position: relative; }
    .rte .checklist li::before {
      border-radius: 50%;
      content: "";
      height: 3em;
      width: 3em;
      line-height: 1;
      margin-left: -4em;
      margin-right: 1em;
      padding-top: 1em;
      position: absolute;
      text-align: center;
      top: -.65em;
      vertical-align: middle;
      width: 3em;
      border: 0.31em solid #D2E3F1;
      background-color: #FFFFFF; }
    .rte .checklist li::after {
      content: "";
      position: absolute;
      left: -3.4em;
      top: 0;
      width: 1.25em;
      height: .8em;
      border-left: 0.35em solid #6FB8DB;
      border-bottom: 0.35em solid #6FB8DB;
      transform: rotate(-45deg) translateY(0.45em); }

.rte h2 + .checklist,
.rte h3 + .checklist,
.rte h4 + .checklist,
.rte h5 + .checklist,
.rte p + .checklist {
  padding-top: 1.2em; }

.rte img {
  padding-bottom: 2rem; }

.rte hr {
  display: flex;
  border: 0;
  border-bottom: 2px solid #6FB8DB;
  margin-top: 1.25rem;
  margin-right: 0rem;
  margin-bottom: 1.25rem;
  margin-left: 0rem; }
  @media (min-width: 576px) {
    .rte hr {
      margin-top: 2.5rem;
      margin-right: 0rem;
      margin-bottom: 2.5rem;
      margin-left: 0rem; } }
  @media (min-width: 1200px) {
    .rte hr {
      margin-top: 3rem;
      margin-right: 0rem;
      margin-bottom: 3rem;
      margin-left: 0rem; } }

.rte .small {
  font-size: 0.8em;
  font-family: "Marcin Antique", sans-serif; }

.rte p.lead {
  font-family: "Marcin Antique", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75em;
  margin-top: 0;
  line-height: 1.5;
  color: #215E9E;
  margin-bottom: 1.5rem; }
  .rte p.lead:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .rte p.lead:not(.button) a:hover, .rte p.lead:not(.button) a:active, .rte p.lead:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .rte p.lead:not(.button) a:focus {
      color: #1A284E; }

.rte :last-child {
  margin-bottom: 0; }
  .rte :last-child li:last-child {
    margin-bottom: 0; }

.row-wrap {
  background-position: center;
  background-size: cover; }

.row-wrap:not(.full-width) .row {
  margin-left: auto;
  margin-right: auto; }
  .row-wrap:not(.full-width) .row .row {
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em; }
    @media (max-width: 575.98px) {
      .row-wrap:not(.full-width) .row .row {
        width: calc(100% + 4em/2); }
        .row-wrap:not(.full-width) .row .row > * {
          padding-right: 0;
          padding-left: 0; }
        .row-wrap:not(.full-width) .row .row div[class*="col-"] {
          padding-left: 2em; } }
  @media (min-width: 576px) {
    .row-wrap:not(.full-width) .row {
      max-width: 90vw; } }
  @media only screen and (min-width: 1760px) {
    .row-wrap:not(.full-width) .row {
      max-width: 1584px; } }

.row-wrap:not(.full-width).no-gutters .row, .no-gutters .row-wrap.row:not(.full-width) .row {
  max-width: calc(100% - 4em); }
  @media (min-width: 576px) {
    .row-wrap:not(.full-width).no-gutters .row, .no-gutters .row-wrap.row:not(.full-width) .row {
      max-width: calc(90vw - 4em); } }
  @media only screen and (min-width: 1760px) {
    .row-wrap:not(.full-width).no-gutters .row, .no-gutters .row-wrap.row:not(.full-width) .row {
      max-width: calc(1584px - 4em); } }

.full-width .row {
  margin: 0; }

.no-gutters, .no-gutters .row {
  margin-left: auto;
  margin-right: auto; }

.padding-bottom-none {
  padding-bottom: 0rem; }
  @media (min-width: 576px) {
    .padding-bottom-none {
      padding-bottom: 0rem; } }
  @media (min-width: 1200px) {
    .padding-bottom-none {
      padding-bottom: 0rem; } }

.padding-bottom-sm {
  padding-bottom: 0.75rem; }
  @media (min-width: 576px) {
    .padding-bottom-sm {
      padding-bottom: 1.5rem; } }
  @media (min-width: 1200px) {
    .padding-bottom-sm {
      padding-bottom: 1.8rem; } }

.padding-bottom-md {
  padding-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .padding-bottom-md {
      padding-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    .padding-bottom-md {
      padding-bottom: 3rem; } }

.padding-bottom-lg {
  padding-bottom: 2.25rem; }
  @media (min-width: 576px) {
    .padding-bottom-lg {
      padding-bottom: 4.5rem; } }
  @media (min-width: 1200px) {
    .padding-bottom-lg {
      padding-bottom: 5.4rem; } }

.padding-bottom-xl {
  padding-bottom: 3.5rem; }
  @media (min-width: 576px) {
    .padding-bottom-xl {
      padding-bottom: 7rem; } }
  @media (min-width: 1200px) {
    .padding-bottom-xl {
      padding-bottom: 8.4rem; } }

.padding-top-none {
  padding-top: 0rem; }
  @media (min-width: 576px) {
    .padding-top-none {
      padding-top: 0rem; } }
  @media (min-width: 1200px) {
    .padding-top-none {
      padding-top: 0rem; } }

.padding-top-sm {
  padding-top: 0.75rem; }
  @media (min-width: 576px) {
    .padding-top-sm {
      padding-top: 1.5rem; } }
  @media (min-width: 1200px) {
    .padding-top-sm {
      padding-top: 1.8rem; } }

.padding-top-md {
  padding-top: 1.25rem; }
  @media (min-width: 576px) {
    .padding-top-md {
      padding-top: 2.5rem; } }
  @media (min-width: 1200px) {
    .padding-top-md {
      padding-top: 3rem; } }

.padding-top-lg {
  padding-top: 2.25rem; }
  @media (min-width: 576px) {
    .padding-top-lg {
      padding-top: 4.5rem; } }
  @media (min-width: 1200px) {
    .padding-top-lg {
      padding-top: 5.4rem; } }

.padding-top-xl {
  padding-top: 3.5rem; }
  @media (min-width: 576px) {
    .padding-top-xl {
      padding-top: 7rem; } }
  @media (min-width: 1200px) {
    .padding-top-xl {
      padding-top: 8.4rem; } }

.content-bg-white .row:first-child,
.content-bg-white-fade .row:first-child,
.content-bg-black .row:first-child,
.content-bg-black-fade .row:first-child {
  max-width: calc(100% - 4em); }
  @media (min-width: 576px) {
    .content-bg-white .row:first-child,
    .content-bg-white-fade .row:first-child,
    .content-bg-black .row:first-child,
    .content-bg-black-fade .row:first-child {
      max-width: calc(90vw - 4em); } }
  @media only screen and (min-width: 1760px) {
    .content-bg-white .row:first-child,
    .content-bg-white-fade .row:first-child,
    .content-bg-black .row:first-child,
    .content-bg-black-fade .row:first-child {
      max-width: calc(1584px - 4em); } }

.content-bg-white {
  color: #333333; }
  .content-bg-white .h1, .content-bg-white h2, .content-bg-white .h2, .content-bg-white h3, .content-bg-white .h3, .content-bg-white h4, .content-bg-white .h4, .content-bg-white h5, .content-bg-white .h5, .content-bg-white h6, .content-bg-white .h6 {
    color: #1A284E; }
  .content-bg-white button,
  .content-bg-white input[type="submit"],
  .content-bg-white .button a,
  .content-bg-white .language-toggle a,
  .content-bg-white .voter-info-links a {
    border: 3px solid #6FB8DB;
    color: #1A284E; }
    .content-bg-white button:hover, .content-bg-white button:active, .content-bg-white button:focus,
    .content-bg-white input[type="submit"]:hover,
    .content-bg-white input[type="submit"]:active,
    .content-bg-white input[type="submit"]:focus,
    .content-bg-white .button a:hover,
    .content-bg-white .button a:active,
    .content-bg-white .button a:focus,
    .content-bg-white .language-toggle a:hover,
    .content-bg-white .language-toggle a:active,
    .content-bg-white .language-toggle a:focus,
    .content-bg-white .voter-info-links a:hover,
    .content-bg-white .voter-info-links a:active,
    .content-bg-white .voter-info-links a:focus {
      background-color: #6FB8DB !important;
      color: #1A284E !important;
      border-color: #6FB8DB !important; }
    .content-bg-white button:focus, .content-bg-white button:active,
    .content-bg-white input[type="submit"]:focus,
    .content-bg-white input[type="submit"]:active,
    .content-bg-white .button a:focus,
    .content-bg-white .button a:active,
    .content-bg-white .language-toggle a:focus,
    .content-bg-white .language-toggle a:active,
    .content-bg-white .voter-info-links a:focus,
    .content-bg-white .voter-info-links a:active {
      outline: 2px solid #FFFFFF; }
  .content-bg-white a {
    color: #333333; }
  .content-bg-white .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .content-bg-white .rte:not(.button) a:hover, .content-bg-white .rte:not(.button) a:active, .content-bg-white .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .content-bg-white .rte:not(.button) a:focus {
      color: #1A284E; }
  .content-bg-white .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .content-bg-white .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .content-bg-white .rte ol li::before {
    color: #1A284E;
    background-color: #6FB8DB; }
  .content-bg-white .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .content-bg-white .rte p.lead {
    color: #215E9E; }
  .content-bg-white .rte .rule-below {
    background-image: linear-gradient(#6FB8DB, #6FB8DB); }
  .content-bg-white .umbraco-forms-form .help-block {
    color: #333333; }
  .content-bg-white .umbraco-forms-form .umbraco-forms-indicator {
    color: #6f6f6f; }
  .content-bg-white .img-caption.full-height .text-wrap {
    background-color: rgba(255, 255, 255, 0.7); }
  .content-bg-white .row:first-child {
    background-color: #FFFFFF !important; }

.content-bg-white-fade {
  color: #333333; }
  .content-bg-white-fade .h1, .content-bg-white-fade h2, .content-bg-white-fade .h2, .content-bg-white-fade h3, .content-bg-white-fade .h3, .content-bg-white-fade h4, .content-bg-white-fade .h4, .content-bg-white-fade h5, .content-bg-white-fade .h5, .content-bg-white-fade h6, .content-bg-white-fade .h6 {
    color: #1A284E; }
  .content-bg-white-fade button,
  .content-bg-white-fade input[type="submit"],
  .content-bg-white-fade .button a,
  .content-bg-white-fade .language-toggle a,
  .content-bg-white-fade .voter-info-links a {
    border: 3px solid #6FB8DB;
    color: #1A284E; }
    .content-bg-white-fade button:hover, .content-bg-white-fade button:active, .content-bg-white-fade button:focus,
    .content-bg-white-fade input[type="submit"]:hover,
    .content-bg-white-fade input[type="submit"]:active,
    .content-bg-white-fade input[type="submit"]:focus,
    .content-bg-white-fade .button a:hover,
    .content-bg-white-fade .button a:active,
    .content-bg-white-fade .button a:focus,
    .content-bg-white-fade .language-toggle a:hover,
    .content-bg-white-fade .language-toggle a:active,
    .content-bg-white-fade .language-toggle a:focus,
    .content-bg-white-fade .voter-info-links a:hover,
    .content-bg-white-fade .voter-info-links a:active,
    .content-bg-white-fade .voter-info-links a:focus {
      background-color: #6FB8DB !important;
      color: #1A284E !important;
      border-color: #6FB8DB !important; }
    .content-bg-white-fade button:focus, .content-bg-white-fade button:active,
    .content-bg-white-fade input[type="submit"]:focus,
    .content-bg-white-fade input[type="submit"]:active,
    .content-bg-white-fade .button a:focus,
    .content-bg-white-fade .button a:active,
    .content-bg-white-fade .language-toggle a:focus,
    .content-bg-white-fade .language-toggle a:active,
    .content-bg-white-fade .voter-info-links a:focus,
    .content-bg-white-fade .voter-info-links a:active {
      outline: 2px solid #FFFFFF; }
  .content-bg-white-fade a {
    color: #333333; }
  .content-bg-white-fade .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .content-bg-white-fade .rte:not(.button) a:hover, .content-bg-white-fade .rte:not(.button) a:active, .content-bg-white-fade .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .content-bg-white-fade .rte:not(.button) a:focus {
      color: #1A284E; }
  .content-bg-white-fade .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .content-bg-white-fade .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .content-bg-white-fade .rte ol li::before {
    color: #1A284E;
    background-color: #6FB8DB; }
  .content-bg-white-fade .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .content-bg-white-fade .rte p.lead {
    color: #215E9E; }
  .content-bg-white-fade .rte .rule-below {
    background-image: linear-gradient(#6FB8DB, #6FB8DB); }
  .content-bg-white-fade .umbraco-forms-form .help-block {
    color: #333333; }
  .content-bg-white-fade .umbraco-forms-form .umbraco-forms-indicator {
    color: #6f6f6f; }
  .content-bg-white-fade .img-caption.full-height .text-wrap {
    background-color: rgba(255, 255, 255, 0.7); }
  .content-bg-white-fade .row:first-child {
    background-color: rgba(255, 255, 255, 0.6); }

.content-bg-black {
  color: #FFFFFF; }
  .content-bg-black .h1, .content-bg-black h2, .content-bg-black .h2, .content-bg-black h3, .content-bg-black .h3, .content-bg-black h4, .content-bg-black .h4, .content-bg-black h5, .content-bg-black .h5, .content-bg-black h6, .content-bg-black .h6 {
    color: #FFFFFF; }
  .content-bg-black button,
  .content-bg-black input[type="submit"],
  .content-bg-black .button a,
  .content-bg-black .language-toggle a,
  .content-bg-black .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .content-bg-black button:hover, .content-bg-black button:active, .content-bg-black button:focus,
    .content-bg-black input[type="submit"]:hover,
    .content-bg-black input[type="submit"]:active,
    .content-bg-black input[type="submit"]:focus,
    .content-bg-black .button a:hover,
    .content-bg-black .button a:active,
    .content-bg-black .button a:focus,
    .content-bg-black .language-toggle a:hover,
    .content-bg-black .language-toggle a:active,
    .content-bg-black .language-toggle a:focus,
    .content-bg-black .voter-info-links a:hover,
    .content-bg-black .voter-info-links a:active,
    .content-bg-black .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .content-bg-black button:focus, .content-bg-black button:active,
    .content-bg-black input[type="submit"]:focus,
    .content-bg-black input[type="submit"]:active,
    .content-bg-black .button a:focus,
    .content-bg-black .button a:active,
    .content-bg-black .language-toggle a:focus,
    .content-bg-black .language-toggle a:active,
    .content-bg-black .voter-info-links a:focus,
    .content-bg-black .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .content-bg-black a {
    color: #FFFFFF; }
  .content-bg-black .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .content-bg-black .rte:not(.button) a:hover, .content-bg-black .rte:not(.button) a:active, .content-bg-black .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .content-bg-black .rte:not(.button) a:focus {
      color: #1A284E; }
  .content-bg-black .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .content-bg-black .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .content-bg-black .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .content-bg-black .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .content-bg-black .rte p.lead {
    color: #D2E3F1; }
  .content-bg-black .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .content-bg-black .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .content-bg-black .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .content-bg-black .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }
  .content-bg-black .row:first-child {
    background-color: #000000; }

.content-bg-black-fade {
  color: #FFFFFF; }
  .content-bg-black-fade .h1, .content-bg-black-fade h2, .content-bg-black-fade .h2, .content-bg-black-fade h3, .content-bg-black-fade .h3, .content-bg-black-fade h4, .content-bg-black-fade .h4, .content-bg-black-fade h5, .content-bg-black-fade .h5, .content-bg-black-fade h6, .content-bg-black-fade .h6 {
    color: #FFFFFF; }
  .content-bg-black-fade button,
  .content-bg-black-fade input[type="submit"],
  .content-bg-black-fade .button a,
  .content-bg-black-fade .language-toggle a,
  .content-bg-black-fade .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .content-bg-black-fade button:hover, .content-bg-black-fade button:active, .content-bg-black-fade button:focus,
    .content-bg-black-fade input[type="submit"]:hover,
    .content-bg-black-fade input[type="submit"]:active,
    .content-bg-black-fade input[type="submit"]:focus,
    .content-bg-black-fade .button a:hover,
    .content-bg-black-fade .button a:active,
    .content-bg-black-fade .button a:focus,
    .content-bg-black-fade .language-toggle a:hover,
    .content-bg-black-fade .language-toggle a:active,
    .content-bg-black-fade .language-toggle a:focus,
    .content-bg-black-fade .voter-info-links a:hover,
    .content-bg-black-fade .voter-info-links a:active,
    .content-bg-black-fade .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .content-bg-black-fade button:focus, .content-bg-black-fade button:active,
    .content-bg-black-fade input[type="submit"]:focus,
    .content-bg-black-fade input[type="submit"]:active,
    .content-bg-black-fade .button a:focus,
    .content-bg-black-fade .button a:active,
    .content-bg-black-fade .language-toggle a:focus,
    .content-bg-black-fade .language-toggle a:active,
    .content-bg-black-fade .voter-info-links a:focus,
    .content-bg-black-fade .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .content-bg-black-fade a {
    color: #FFFFFF; }
  .content-bg-black-fade .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .content-bg-black-fade .rte:not(.button) a:hover, .content-bg-black-fade .rte:not(.button) a:active, .content-bg-black-fade .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .content-bg-black-fade .rte:not(.button) a:focus {
      color: #1A284E; }
  .content-bg-black-fade .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .content-bg-black-fade .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .content-bg-black-fade .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .content-bg-black-fade .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .content-bg-black-fade .rte p.lead {
    color: #D2E3F1; }
  .content-bg-black-fade .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .content-bg-black-fade .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .content-bg-black-fade .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .content-bg-black-fade .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }
  .content-bg-black-fade .row:first-child {
    background-color: rgba(0, 0, 0, 0.65); }

@media (min-width: 992px) {
  .reduced-width .row-wrap {
    padding-left: 14rem; }
    .reduced-width .row-wrap .row {
      max-width: calc(90vw - 14rem); } }

@media only screen and (min-width: 1760px) {
  .reduced-width .row-wrap .row {
    max-width: calc(1584px - 14rem); } }

@media only screen and (min-width: 1950px) {
  .reduced-width .row-wrap {
    padding-left: 0; }
    .reduced-width .row-wrap .row {
      max-width: 1584px; } }

@media (min-width: 992px) {
  .reduced-width div[class*="content-bg-"] .row:first-child {
    max-width: calc((90vw - 14rem) - 4em); } }

@media only screen and (min-width: 1760px) {
  .reduced-width div[class*="content-bg-"] .row:first-child {
    max-width: calc((1584px - 14rem) - 4em); } }

@media only screen and (min-width: 1950px) {
  .reduced-width div[class*="content-bg-"] .row:first-child {
    max-width: calc(1584px - 4em); } }

.vertical-center {
  align-self: center; }

.col-central {
  margin: 0 2em;
  width: calc(100% - 4em); }
  @media (min-width: 576px) {
    .col-central {
      width: 100%; } }
  @media screen and (min-width: 52em) {
    .col-central {
      margin: 0 auto;
      max-width: 36em; } }
  @media screen and (min-width: 52em) {
    div[class*="content-bg-"] .col-central {
      padding: 0 2em; } }
  @media (min-width: 1200px) {
    div[class*="content-bg-"] .col-central {
      padding: 0; } }
  @media (min-width: 992px) {
    .reduced-width .col-central {
      padding: 0 2em; } }
  @media (min-width: 1200px) {
    .reduced-width .col-central {
      padding: 0; } }

.col-md-left-sidebar {
  position: relative;
  width: 100%;
  padding-right: 2em;
  padding-left: 2em; }
  @media (min-width: 768px) {
    .col-md-left-sidebar {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  @media (min-width: 1600px) {
    .col-md-left-sidebar {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 1600px) {
    div[class*="content-bg-"] .col-md-left-sidebar {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; } }

.col-md-right-main {
  position: relative;
  width: 100%;
  padding-right: 2em;
  padding-left: 2em; }
  @media (min-width: 768px) {
    .col-md-right-main {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; } }
  @media (min-width: 1600px) {
    .col-md-right-main {
      margin-left: 8.33333%; } }
  @media (min-width: 1600px) {
    div[class*="content-bg-"] .col-md-right-main {
      margin-left: 0; } }

.col-md-left-main {
  position: relative;
  width: 100%;
  padding-right: 2em;
  padding-left: 2em; }
  @media (min-width: 768px) {
    .col-md-left-main {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; } }

.col-md-right-sidebar {
  position: relative;
  width: 100%;
  padding-right: 2em;
  padding-left: 2em; }
  @media (min-width: 768px) {
    .col-md-right-sidebar {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  @media (min-width: 1600px) {
    .col-md-right-sidebar {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-left: 8.33333%; } }
  @media (min-width: 1600px) {
    div[class*="content-bg-"] .col-md-right-sidebar {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      margin-left: 0; } }

@media (max-width: 767.98px) {
  .row-wrap:not(.no-gutters) div[class^="col-md"] + div[class^="col-md"] {
    padding-top: 1.25rem; } }
  @media (max-width: 767.98px) and (min-width: 576px) {
    .row-wrap:not(.no-gutters) div[class^="col-md"] + div[class^="col-md"] {
      padding-top: 2.5rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .row-wrap:not(.no-gutters) div[class^="col-md"] + div[class^="col-md"] {
      padding-top: 3rem; } }

@media (max-width: 991.98px) {
  .row-wrap:not(.no-gutters) div[class^="col-lg"] + div[class^="col-lg"],
  .row-wrap:not(.no-gutters) div[class^="col-lg"] + div[class^="col-xl"],
  .row-wrap:not(.no-gutters) div[class^="col-lg"] + div[class^="col-xxl"],
  .row-wrap:not(.no-gutters) div[class^="col-xl"] + div[class^="col-lg"],
  .row-wrap:not(.no-gutters) div[class^="col-xl"] + div[class^="col-xl"],
  .row-wrap:not(.no-gutters) div[class^="col-xl"] + div[class^="col-xxl"],
  .row-wrap:not(.no-gutters) div[class^="col-xxl"] + div[class^="col-lg"],
  .row-wrap:not(.no-gutters) div[class^="col-xxl"] + div[class^="col-xl"],
  .row-wrap:not(.no-gutters) div[class^="col-xxl"] + div[class^="col-xxl"] {
    padding-top: 1.25rem; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .row-wrap:not(.no-gutters) div[class^="col-lg"] + div[class^="col-lg"],
    .row-wrap:not(.no-gutters) div[class^="col-lg"] + div[class^="col-xl"],
    .row-wrap:not(.no-gutters) div[class^="col-lg"] + div[class^="col-xxl"],
    .row-wrap:not(.no-gutters) div[class^="col-xl"] + div[class^="col-lg"],
    .row-wrap:not(.no-gutters) div[class^="col-xl"] + div[class^="col-xl"],
    .row-wrap:not(.no-gutters) div[class^="col-xl"] + div[class^="col-xxl"],
    .row-wrap:not(.no-gutters) div[class^="col-xxl"] + div[class^="col-lg"],
    .row-wrap:not(.no-gutters) div[class^="col-xxl"] + div[class^="col-xl"],
    .row-wrap:not(.no-gutters) div[class^="col-xxl"] + div[class^="col-xxl"] {
      padding-top: 2.5rem; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    .row-wrap:not(.no-gutters) div[class^="col-lg"] + div[class^="col-lg"],
    .row-wrap:not(.no-gutters) div[class^="col-lg"] + div[class^="col-xl"],
    .row-wrap:not(.no-gutters) div[class^="col-lg"] + div[class^="col-xxl"],
    .row-wrap:not(.no-gutters) div[class^="col-xl"] + div[class^="col-lg"],
    .row-wrap:not(.no-gutters) div[class^="col-xl"] + div[class^="col-xl"],
    .row-wrap:not(.no-gutters) div[class^="col-xl"] + div[class^="col-xxl"],
    .row-wrap:not(.no-gutters) div[class^="col-xxl"] + div[class^="col-lg"],
    .row-wrap:not(.no-gutters) div[class^="col-xxl"] + div[class^="col-xl"],
    .row-wrap:not(.no-gutters) div[class^="col-xxl"] + div[class^="col-xxl"] {
      padding-top: 3rem; } }

div[class^="col-"] > div {
  margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    div[class^="col-"] > div {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    div[class^="col-"] > div {
      margin-bottom: 3rem; } }
  div[class^="col-"] > div:last-child, div[class^="col-"] > div.img-inset {
    margin-bottom: 0; }

div[class*='content-bg'] div[class^="col-"] > .img-inset:first-of-type + .rte {
  padding-top: 1.25rem; }
  @media (min-width: 576px) {
    div[class*='content-bg'] div[class^="col-"] > .img-inset:first-of-type + .rte {
      padding-top: 2.5rem; } }
  @media (min-width: 1200px) {
    div[class*='content-bg'] div[class^="col-"] > .img-inset:first-of-type + .rte {
      padding-top: 3rem; } }

div[class*='content-bg'] .row:first-child {
  max-width: calc(100% - 4em); }
  @media (min-width: 576px) {
    div[class*='content-bg'] .row:first-child {
      max-width: calc(90vw - 4em); } }
  @media only screen and (min-width: 1760px) {
    div[class*='content-bg'] .row:first-child {
      max-width: calc(1584px - 4em); } }

@media (max-width: 991.98px) {
  div[class*='content-bg'] div[class^="col-"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    div[class*='content-bg'] div[class^="col-"] {
      padding-left: 2.5rem; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    div[class*='content-bg'] div[class^="col-"] {
      padding-left: 3rem; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    div[class*='content-bg'] div[class^="col-"] {
      padding-right: 2.5rem; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    div[class*='content-bg'] div[class^="col-"] {
      padding-right: 3rem; } }

@media (max-width: 767.98px) {
  div[class*='content-bg'] .row > div:first-child {
    padding-top: 1.25rem; } }
  @media (max-width: 767.98px) and (min-width: 576px) {
    div[class*='content-bg'] .row > div:first-child {
      padding-top: 2.5rem; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    div[class*='content-bg'] .row > div:first-child {
      padding-top: 3rem; } }

div[class*='content-bg'] div[class^="col-"]:last-of-type > div:last-child {
  padding-bottom: 1.25rem; }
  @media (min-width: 576px) {
    div[class*='content-bg'] div[class^="col-"]:last-of-type > div:last-child {
      padding-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    div[class*='content-bg'] div[class^="col-"]:last-of-type > div:last-child {
      padding-bottom: 3rem; } }

@media (min-width: 768px) {
  div[class*='content-bg'] div[class^="col-"] > div:first-child {
    padding-top: 1.25rem; } }
  @media (min-width: 768px) and (min-width: 576px) {
    div[class*='content-bg'] div[class^="col-"] > div:first-child {
      padding-top: 2.5rem; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    div[class*='content-bg'] div[class^="col-"] > div:first-child {
      padding-top: 3rem; } }

@media (min-width: 768px) {
  div[class*='content-bg'] div[class^="col-"] > div:last-child {
    padding-bottom: 1.25rem; } }
  @media (min-width: 768px) and (min-width: 576px) {
    div[class*='content-bg'] div[class^="col-"] > div:last-child {
      padding-bottom: 2.5rem; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    div[class*='content-bg'] div[class^="col-"] > div:last-child {
      padding-bottom: 3rem; } }

div[class*='content-bg'].no-gutters .row:first-child, .no-gutters div.row[class*='content-bg'] .row:first-child {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767.98px) {
  div[class*='content-bg'].no-gutters .row > div:first-child, .no-gutters div.row[class*='content-bg'] .row > div:first-child {
    padding-top: 0;
    margin-bottom: 0; } }

@media (min-width: 768px) {
  div[class*='content-bg'].no-gutters div[class^="col-"] > div:first-child, .no-gutters div.row[class*='content-bg'] div[class^="col-"] > div:first-child {
    padding-top: 0; }
  div[class*='content-bg'].no-gutters div[class^="col-"] > div:last-child, .no-gutters div.row[class*='content-bg'] div[class^="col-"] > div:last-child {
    padding-bottom: 0; } }

div[class*='content-bg'].no-gutters div[class^="col-"]:last-of-type > div:last-child, .no-gutters div.row[class*='content-bg'] div[class^="col-"]:last-of-type > div:last-child {
  padding-bottom: 0; }

div[class*='content-bg'].no-gutters div[class^="col-"] > div.full-height, .no-gutters div.row[class*='content-bg'] div[class^="col-"] > div.full-height {
  padding: 0; }

div[class*='content-bg'].no-gutters .rte:not(.text-wrap), .no-gutters div.row[class*='content-bg'] .rte:not(.text-wrap) {
  margin-top: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem; }
  @media (min-width: 576px) {
    div[class*='content-bg'].no-gutters .rte:not(.text-wrap), .no-gutters div.row[class*='content-bg'] .rte:not(.text-wrap) {
      margin-top: 2.5rem;
      margin-right: 2.5rem;
      margin-bottom: 2.5rem;
      margin-left: 2.5rem; } }
  @media (min-width: 1200px) {
    div[class*='content-bg'].no-gutters .rte:not(.text-wrap), .no-gutters div.row[class*='content-bg'] .rte:not(.text-wrap) {
      margin-top: 3rem;
      margin-right: 3rem;
      margin-bottom: 3rem;
      margin-left: 3rem; } }

div[class*='content-bg'].no-gutters .text-wrap, .no-gutters div.row[class*='content-bg'] .text-wrap {
  margin-top: 0rem;
  margin-right: 0.75rem;
  margin-bottom: 0rem;
  margin-left: 0.75rem; }
  @media (min-width: 576px) {
    div[class*='content-bg'].no-gutters .text-wrap, .no-gutters div.row[class*='content-bg'] .text-wrap {
      margin-top: 0rem;
      margin-right: 1.5rem;
      margin-bottom: 0rem;
      margin-left: 1.5rem; } }
  @media (min-width: 1200px) {
    div[class*='content-bg'].no-gutters .text-wrap, .no-gutters div.row[class*='content-bg'] .text-wrap {
      margin-top: 0rem;
      margin-right: 1.8rem;
      margin-bottom: 0rem;
      margin-left: 1.8rem; } }

.content-bg-black,
.content-bg-blue-dark {
  color: #FFFFFF; }
  .content-bg-black .h1, .content-bg-black h2, .content-bg-black .h2, .content-bg-black h3, .content-bg-black .h3, .content-bg-black h4, .content-bg-black .h4, .content-bg-black h5, .content-bg-black .h5, .content-bg-black h6, .content-bg-black .h6,
  .content-bg-blue-dark .h1,
  .content-bg-blue-dark h2,
  .content-bg-blue-dark .h2,
  .content-bg-blue-dark h3,
  .content-bg-blue-dark .h3,
  .content-bg-blue-dark h4,
  .content-bg-blue-dark .h4,
  .content-bg-blue-dark h5,
  .content-bg-blue-dark .h5,
  .content-bg-blue-dark h6,
  .content-bg-blue-dark .h6 {
    color: #FFFFFF; }
  .content-bg-black button,
  .content-bg-black input[type="submit"],
  .content-bg-black .button a,
  .content-bg-black .language-toggle a,
  .content-bg-black .voter-info-links a,
  .content-bg-blue-dark button,
  .content-bg-blue-dark input[type="submit"],
  .content-bg-blue-dark .button a,
  .content-bg-blue-dark .language-toggle a,
  .content-bg-blue-dark .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .content-bg-black button:hover, .content-bg-black button:active, .content-bg-black button:focus,
    .content-bg-black input[type="submit"]:hover,
    .content-bg-black input[type="submit"]:active,
    .content-bg-black input[type="submit"]:focus,
    .content-bg-black .button a:hover,
    .content-bg-black .button a:active,
    .content-bg-black .button a:focus,
    .content-bg-black .language-toggle a:hover,
    .content-bg-black .language-toggle a:active,
    .content-bg-black .language-toggle a:focus,
    .content-bg-black .voter-info-links a:hover,
    .content-bg-black .voter-info-links a:active,
    .content-bg-black .voter-info-links a:focus,
    .content-bg-blue-dark button:hover,
    .content-bg-blue-dark button:active,
    .content-bg-blue-dark button:focus,
    .content-bg-blue-dark input[type="submit"]:hover,
    .content-bg-blue-dark input[type="submit"]:active,
    .content-bg-blue-dark input[type="submit"]:focus,
    .content-bg-blue-dark .button a:hover,
    .content-bg-blue-dark .button a:active,
    .content-bg-blue-dark .button a:focus,
    .content-bg-blue-dark .language-toggle a:hover,
    .content-bg-blue-dark .language-toggle a:active,
    .content-bg-blue-dark .language-toggle a:focus,
    .content-bg-blue-dark .voter-info-links a:hover,
    .content-bg-blue-dark .voter-info-links a:active,
    .content-bg-blue-dark .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .content-bg-black button:focus, .content-bg-black button:active,
    .content-bg-black input[type="submit"]:focus,
    .content-bg-black input[type="submit"]:active,
    .content-bg-black .button a:focus,
    .content-bg-black .button a:active,
    .content-bg-black .language-toggle a:focus,
    .content-bg-black .language-toggle a:active,
    .content-bg-black .voter-info-links a:focus,
    .content-bg-black .voter-info-links a:active,
    .content-bg-blue-dark button:focus,
    .content-bg-blue-dark button:active,
    .content-bg-blue-dark input[type="submit"]:focus,
    .content-bg-blue-dark input[type="submit"]:active,
    .content-bg-blue-dark .button a:focus,
    .content-bg-blue-dark .button a:active,
    .content-bg-blue-dark .language-toggle a:focus,
    .content-bg-blue-dark .language-toggle a:active,
    .content-bg-blue-dark .voter-info-links a:focus,
    .content-bg-blue-dark .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .content-bg-black a,
  .content-bg-blue-dark a {
    color: #FFFFFF; }
  .content-bg-black .rte:not(.button) a,
  .content-bg-blue-dark .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .content-bg-black .rte:not(.button) a:hover, .content-bg-black .rte:not(.button) a:active, .content-bg-black .rte:not(.button) a:focus,
    .content-bg-blue-dark .rte:not(.button) a:hover,
    .content-bg-blue-dark .rte:not(.button) a:active,
    .content-bg-blue-dark .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .content-bg-black .rte:not(.button) a:focus,
    .content-bg-blue-dark .rte:not(.button) a:focus {
      color: #1A284E; }
  .content-bg-black .rte ul li::before,
  .content-bg-blue-dark .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .content-bg-black .rte ul li::before,
      .content-bg-blue-dark .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .content-bg-black .rte ol li::before,
  .content-bg-blue-dark .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .content-bg-black .rte hr,
  .content-bg-blue-dark .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .content-bg-black .rte p.lead,
  .content-bg-blue-dark .rte p.lead {
    color: #D2E3F1; }
  .content-bg-black .rte .rule-below,
  .content-bg-blue-dark .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .content-bg-black .umbraco-forms-form .help-block,
  .content-bg-blue-dark .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .content-bg-black .umbraco-forms-form .umbraco-forms-indicator,
  .content-bg-blue-dark .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .content-bg-black .img-caption.full-height .text-wrap,
  .content-bg-blue-dark .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }
  .content-bg-black .row:first-child,
  .content-bg-blue-dark .row:first-child {
    background-color: #1A284E; }

.content-bg-blue-medium {
  color: #FFFFFF; }
  .content-bg-blue-medium .h1, .content-bg-blue-medium h2, .content-bg-blue-medium .h2, .content-bg-blue-medium h3, .content-bg-blue-medium .h3, .content-bg-blue-medium h4, .content-bg-blue-medium .h4, .content-bg-blue-medium h5, .content-bg-blue-medium .h5, .content-bg-blue-medium h6, .content-bg-blue-medium .h6 {
    color: #FFFFFF; }
  .content-bg-blue-medium button,
  .content-bg-blue-medium input[type="submit"],
  .content-bg-blue-medium .button a,
  .content-bg-blue-medium .language-toggle a,
  .content-bg-blue-medium .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .content-bg-blue-medium button:hover, .content-bg-blue-medium button:active, .content-bg-blue-medium button:focus,
    .content-bg-blue-medium input[type="submit"]:hover,
    .content-bg-blue-medium input[type="submit"]:active,
    .content-bg-blue-medium input[type="submit"]:focus,
    .content-bg-blue-medium .button a:hover,
    .content-bg-blue-medium .button a:active,
    .content-bg-blue-medium .button a:focus,
    .content-bg-blue-medium .language-toggle a:hover,
    .content-bg-blue-medium .language-toggle a:active,
    .content-bg-blue-medium .language-toggle a:focus,
    .content-bg-blue-medium .voter-info-links a:hover,
    .content-bg-blue-medium .voter-info-links a:active,
    .content-bg-blue-medium .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .content-bg-blue-medium button:focus, .content-bg-blue-medium button:active,
    .content-bg-blue-medium input[type="submit"]:focus,
    .content-bg-blue-medium input[type="submit"]:active,
    .content-bg-blue-medium .button a:focus,
    .content-bg-blue-medium .button a:active,
    .content-bg-blue-medium .language-toggle a:focus,
    .content-bg-blue-medium .language-toggle a:active,
    .content-bg-blue-medium .voter-info-links a:focus,
    .content-bg-blue-medium .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .content-bg-blue-medium a {
    color: #FFFFFF; }
  .content-bg-blue-medium .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .content-bg-blue-medium .rte:not(.button) a:hover, .content-bg-blue-medium .rte:not(.button) a:active, .content-bg-blue-medium .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .content-bg-blue-medium .rte:not(.button) a:focus {
      color: #1A284E; }
  .content-bg-blue-medium .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .content-bg-blue-medium .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .content-bg-blue-medium .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .content-bg-blue-medium .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .content-bg-blue-medium .rte p.lead {
    color: #D2E3F1; }
  .content-bg-blue-medium .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .content-bg-blue-medium .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .content-bg-blue-medium .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .content-bg-blue-medium .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }
  .content-bg-blue-medium .row:first-child {
    background-color: #215E9E; }

.content-bg-teal-dark,
.content-bg-blue-light {
  color: #1A284E; }
  .content-bg-teal-dark .h1, .content-bg-teal-dark h2, .content-bg-teal-dark .h2, .content-bg-teal-dark h3, .content-bg-teal-dark .h3, .content-bg-teal-dark h4, .content-bg-teal-dark .h4, .content-bg-teal-dark h5, .content-bg-teal-dark .h5, .content-bg-teal-dark h6, .content-bg-teal-dark .h6,
  .content-bg-blue-light .h1,
  .content-bg-blue-light h2,
  .content-bg-blue-light .h2,
  .content-bg-blue-light h3,
  .content-bg-blue-light .h3,
  .content-bg-blue-light h4,
  .content-bg-blue-light .h4,
  .content-bg-blue-light h5,
  .content-bg-blue-light .h5,
  .content-bg-blue-light h6,
  .content-bg-blue-light .h6 {
    color: #1A284E; }
  .content-bg-teal-dark button,
  .content-bg-teal-dark input[type="submit"],
  .content-bg-teal-dark .button a,
  .content-bg-teal-dark .language-toggle a,
  .content-bg-teal-dark .voter-info-links a,
  .content-bg-blue-light button,
  .content-bg-blue-light input[type="submit"],
  .content-bg-blue-light .button a,
  .content-bg-blue-light .language-toggle a,
  .content-bg-blue-light .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #1A284E; }
    .content-bg-teal-dark button:hover, .content-bg-teal-dark button:active, .content-bg-teal-dark button:focus,
    .content-bg-teal-dark input[type="submit"]:hover,
    .content-bg-teal-dark input[type="submit"]:active,
    .content-bg-teal-dark input[type="submit"]:focus,
    .content-bg-teal-dark .button a:hover,
    .content-bg-teal-dark .button a:active,
    .content-bg-teal-dark .button a:focus,
    .content-bg-teal-dark .language-toggle a:hover,
    .content-bg-teal-dark .language-toggle a:active,
    .content-bg-teal-dark .language-toggle a:focus,
    .content-bg-teal-dark .voter-info-links a:hover,
    .content-bg-teal-dark .voter-info-links a:active,
    .content-bg-teal-dark .voter-info-links a:focus,
    .content-bg-blue-light button:hover,
    .content-bg-blue-light button:active,
    .content-bg-blue-light button:focus,
    .content-bg-blue-light input[type="submit"]:hover,
    .content-bg-blue-light input[type="submit"]:active,
    .content-bg-blue-light input[type="submit"]:focus,
    .content-bg-blue-light .button a:hover,
    .content-bg-blue-light .button a:active,
    .content-bg-blue-light .button a:focus,
    .content-bg-blue-light .language-toggle a:hover,
    .content-bg-blue-light .language-toggle a:active,
    .content-bg-blue-light .language-toggle a:focus,
    .content-bg-blue-light .voter-info-links a:hover,
    .content-bg-blue-light .voter-info-links a:active,
    .content-bg-blue-light .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .content-bg-teal-dark button:focus, .content-bg-teal-dark button:active,
    .content-bg-teal-dark input[type="submit"]:focus,
    .content-bg-teal-dark input[type="submit"]:active,
    .content-bg-teal-dark .button a:focus,
    .content-bg-teal-dark .button a:active,
    .content-bg-teal-dark .language-toggle a:focus,
    .content-bg-teal-dark .language-toggle a:active,
    .content-bg-teal-dark .voter-info-links a:focus,
    .content-bg-teal-dark .voter-info-links a:active,
    .content-bg-blue-light button:focus,
    .content-bg-blue-light button:active,
    .content-bg-blue-light input[type="submit"]:focus,
    .content-bg-blue-light input[type="submit"]:active,
    .content-bg-blue-light .button a:focus,
    .content-bg-blue-light .button a:active,
    .content-bg-blue-light .language-toggle a:focus,
    .content-bg-blue-light .language-toggle a:active,
    .content-bg-blue-light .voter-info-links a:focus,
    .content-bg-blue-light .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .content-bg-teal-dark a,
  .content-bg-blue-light a {
    color: #1A284E; }
  .content-bg-teal-dark .rte:not(.button) a,
  .content-bg-blue-light .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #FFFFFF;
            text-decoration-color: #FFFFFF;
    transition: all .3s; }
    .content-bg-teal-dark .rte:not(.button) a:hover, .content-bg-teal-dark .rte:not(.button) a:active, .content-bg-teal-dark .rte:not(.button) a:focus,
    .content-bg-blue-light .rte:not(.button) a:hover,
    .content-bg-blue-light .rte:not(.button) a:active,
    .content-bg-blue-light .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #333333;
              text-decoration-color: #333333; }
    .content-bg-teal-dark .rte:not(.button) a:focus,
    .content-bg-blue-light .rte:not(.button) a:focus {
      color: #1A284E; }
  .content-bg-teal-dark .rte ul li::before,
  .content-bg-blue-light .rte ul li::before {
    color: #FFFFFF; }
    @supports (-webkit-text-stroke: 1px #FFFFFF) {
      .content-bg-teal-dark .rte ul li::before,
      .content-bg-blue-light .rte ul li::before {
        -webkit-text-stroke: 2px #FFFFFF;
        -webkit-text-fill-color: #FFFFFF; } }
  .content-bg-teal-dark .rte ol li::before,
  .content-bg-blue-light .rte ol li::before {
    color: #1A284E;
    background-color: #FFFFFF; }
  .content-bg-teal-dark .rte hr,
  .content-bg-blue-light .rte hr {
    border-bottom: 2px solid #FFFFFF; }
  .content-bg-teal-dark .rte p.lead,
  .content-bg-blue-light .rte p.lead {
    color: #1A284E; }
  .content-bg-teal-dark .rte .rule-below,
  .content-bg-blue-light .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .content-bg-teal-dark .umbraco-forms-form .help-block,
  .content-bg-blue-light .umbraco-forms-form .help-block {
    color: #333333; }
  .content-bg-teal-dark .umbraco-forms-form .umbraco-forms-indicator,
  .content-bg-blue-light .umbraco-forms-form .umbraco-forms-indicator {
    color: #333333; }
  .content-bg-teal-dark .img-caption.full-height .text-wrap,
  .content-bg-blue-light .img-caption.full-height .text-wrap {
    background-color: rgba(255, 255, 255, 0.7); }
  .content-bg-teal-dark .row:first-child,
  .content-bg-blue-light .row:first-child {
    background-color: #6FB8DB; }

.content-bg-teal-light,
.content-bg-blue-lighter {
  color: #333333; }
  .content-bg-teal-light .h1, .content-bg-teal-light h2, .content-bg-teal-light .h2, .content-bg-teal-light h3, .content-bg-teal-light .h3, .content-bg-teal-light h4, .content-bg-teal-light .h4, .content-bg-teal-light h5, .content-bg-teal-light .h5, .content-bg-teal-light h6, .content-bg-teal-light .h6,
  .content-bg-blue-lighter .h1,
  .content-bg-blue-lighter h2,
  .content-bg-blue-lighter .h2,
  .content-bg-blue-lighter h3,
  .content-bg-blue-lighter .h3,
  .content-bg-blue-lighter h4,
  .content-bg-blue-lighter .h4,
  .content-bg-blue-lighter h5,
  .content-bg-blue-lighter .h5,
  .content-bg-blue-lighter h6,
  .content-bg-blue-lighter .h6 {
    color: #1A284E; }
  .content-bg-teal-light button,
  .content-bg-teal-light input[type="submit"],
  .content-bg-teal-light .button a,
  .content-bg-teal-light .language-toggle a,
  .content-bg-teal-light .voter-info-links a,
  .content-bg-blue-lighter button,
  .content-bg-blue-lighter input[type="submit"],
  .content-bg-blue-lighter .button a,
  .content-bg-blue-lighter .language-toggle a,
  .content-bg-blue-lighter .voter-info-links a {
    border: 3px solid #6FB8DB;
    color: #1A284E; }
    .content-bg-teal-light button:hover, .content-bg-teal-light button:active, .content-bg-teal-light button:focus,
    .content-bg-teal-light input[type="submit"]:hover,
    .content-bg-teal-light input[type="submit"]:active,
    .content-bg-teal-light input[type="submit"]:focus,
    .content-bg-teal-light .button a:hover,
    .content-bg-teal-light .button a:active,
    .content-bg-teal-light .button a:focus,
    .content-bg-teal-light .language-toggle a:hover,
    .content-bg-teal-light .language-toggle a:active,
    .content-bg-teal-light .language-toggle a:focus,
    .content-bg-teal-light .voter-info-links a:hover,
    .content-bg-teal-light .voter-info-links a:active,
    .content-bg-teal-light .voter-info-links a:focus,
    .content-bg-blue-lighter button:hover,
    .content-bg-blue-lighter button:active,
    .content-bg-blue-lighter button:focus,
    .content-bg-blue-lighter input[type="submit"]:hover,
    .content-bg-blue-lighter input[type="submit"]:active,
    .content-bg-blue-lighter input[type="submit"]:focus,
    .content-bg-blue-lighter .button a:hover,
    .content-bg-blue-lighter .button a:active,
    .content-bg-blue-lighter .button a:focus,
    .content-bg-blue-lighter .language-toggle a:hover,
    .content-bg-blue-lighter .language-toggle a:active,
    .content-bg-blue-lighter .language-toggle a:focus,
    .content-bg-blue-lighter .voter-info-links a:hover,
    .content-bg-blue-lighter .voter-info-links a:active,
    .content-bg-blue-lighter .voter-info-links a:focus {
      background-color: #6FB8DB !important;
      color: #1A284E !important;
      border-color: #6FB8DB !important; }
    .content-bg-teal-light button:focus, .content-bg-teal-light button:active,
    .content-bg-teal-light input[type="submit"]:focus,
    .content-bg-teal-light input[type="submit"]:active,
    .content-bg-teal-light .button a:focus,
    .content-bg-teal-light .button a:active,
    .content-bg-teal-light .language-toggle a:focus,
    .content-bg-teal-light .language-toggle a:active,
    .content-bg-teal-light .voter-info-links a:focus,
    .content-bg-teal-light .voter-info-links a:active,
    .content-bg-blue-lighter button:focus,
    .content-bg-blue-lighter button:active,
    .content-bg-blue-lighter input[type="submit"]:focus,
    .content-bg-blue-lighter input[type="submit"]:active,
    .content-bg-blue-lighter .button a:focus,
    .content-bg-blue-lighter .button a:active,
    .content-bg-blue-lighter .language-toggle a:focus,
    .content-bg-blue-lighter .language-toggle a:active,
    .content-bg-blue-lighter .voter-info-links a:focus,
    .content-bg-blue-lighter .voter-info-links a:active {
      outline: 2px solid #FFFFFF; }
  .content-bg-teal-light a,
  .content-bg-blue-lighter a {
    color: #333333; }
  .content-bg-teal-light .rte:not(.button) a,
  .content-bg-blue-lighter .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .content-bg-teal-light .rte:not(.button) a:hover, .content-bg-teal-light .rte:not(.button) a:active, .content-bg-teal-light .rte:not(.button) a:focus,
    .content-bg-blue-lighter .rte:not(.button) a:hover,
    .content-bg-blue-lighter .rte:not(.button) a:active,
    .content-bg-blue-lighter .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .content-bg-teal-light .rte:not(.button) a:focus,
    .content-bg-blue-lighter .rte:not(.button) a:focus {
      color: #1A284E; }
  .content-bg-teal-light .rte ul li::before,
  .content-bg-blue-lighter .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .content-bg-teal-light .rte ul li::before,
      .content-bg-blue-lighter .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .content-bg-teal-light .rte ol li::before,
  .content-bg-blue-lighter .rte ol li::before {
    color: #1A284E;
    background-color: #6FB8DB; }
  .content-bg-teal-light .rte hr,
  .content-bg-blue-lighter .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .content-bg-teal-light .rte p.lead,
  .content-bg-blue-lighter .rte p.lead {
    color: #215E9E; }
  .content-bg-teal-light .rte .rule-below,
  .content-bg-blue-lighter .rte .rule-below {
    background-image: linear-gradient(#6FB8DB, #6FB8DB); }
  .content-bg-teal-light .umbraco-forms-form .help-block,
  .content-bg-blue-lighter .umbraco-forms-form .help-block {
    color: #333333; }
  .content-bg-teal-light .umbraco-forms-form .umbraco-forms-indicator,
  .content-bg-blue-lighter .umbraco-forms-form .umbraco-forms-indicator {
    color: #6f6f6f; }
  .content-bg-teal-light .img-caption.full-height .text-wrap,
  .content-bg-blue-lighter .img-caption.full-height .text-wrap {
    background-color: rgba(255, 255, 255, 0.7); }
  .content-bg-teal-light .row:first-child,
  .content-bg-blue-lighter .row:first-child {
    background-color: #D2E3F1; }

.content-bg-gold,
.content-bg-red {
  color: #FFFFFF; }
  .content-bg-gold .h1, .content-bg-gold h2, .content-bg-gold .h2, .content-bg-gold h3, .content-bg-gold .h3, .content-bg-gold h4, .content-bg-gold .h4, .content-bg-gold h5, .content-bg-gold .h5, .content-bg-gold h6, .content-bg-gold .h6,
  .content-bg-red .h1,
  .content-bg-red h2,
  .content-bg-red .h2,
  .content-bg-red h3,
  .content-bg-red .h3,
  .content-bg-red h4,
  .content-bg-red .h4,
  .content-bg-red h5,
  .content-bg-red .h5,
  .content-bg-red h6,
  .content-bg-red .h6 {
    color: #FFFFFF; }
  .content-bg-gold button,
  .content-bg-gold input[type="submit"],
  .content-bg-gold .button a,
  .content-bg-gold .language-toggle a,
  .content-bg-gold .voter-info-links a,
  .content-bg-red button,
  .content-bg-red input[type="submit"],
  .content-bg-red .button a,
  .content-bg-red .language-toggle a,
  .content-bg-red .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .content-bg-gold button:hover, .content-bg-gold button:active, .content-bg-gold button:focus,
    .content-bg-gold input[type="submit"]:hover,
    .content-bg-gold input[type="submit"]:active,
    .content-bg-gold input[type="submit"]:focus,
    .content-bg-gold .button a:hover,
    .content-bg-gold .button a:active,
    .content-bg-gold .button a:focus,
    .content-bg-gold .language-toggle a:hover,
    .content-bg-gold .language-toggle a:active,
    .content-bg-gold .language-toggle a:focus,
    .content-bg-gold .voter-info-links a:hover,
    .content-bg-gold .voter-info-links a:active,
    .content-bg-gold .voter-info-links a:focus,
    .content-bg-red button:hover,
    .content-bg-red button:active,
    .content-bg-red button:focus,
    .content-bg-red input[type="submit"]:hover,
    .content-bg-red input[type="submit"]:active,
    .content-bg-red input[type="submit"]:focus,
    .content-bg-red .button a:hover,
    .content-bg-red .button a:active,
    .content-bg-red .button a:focus,
    .content-bg-red .language-toggle a:hover,
    .content-bg-red .language-toggle a:active,
    .content-bg-red .language-toggle a:focus,
    .content-bg-red .voter-info-links a:hover,
    .content-bg-red .voter-info-links a:active,
    .content-bg-red .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .content-bg-gold button:focus, .content-bg-gold button:active,
    .content-bg-gold input[type="submit"]:focus,
    .content-bg-gold input[type="submit"]:active,
    .content-bg-gold .button a:focus,
    .content-bg-gold .button a:active,
    .content-bg-gold .language-toggle a:focus,
    .content-bg-gold .language-toggle a:active,
    .content-bg-gold .voter-info-links a:focus,
    .content-bg-gold .voter-info-links a:active,
    .content-bg-red button:focus,
    .content-bg-red button:active,
    .content-bg-red input[type="submit"]:focus,
    .content-bg-red input[type="submit"]:active,
    .content-bg-red .button a:focus,
    .content-bg-red .button a:active,
    .content-bg-red .language-toggle a:focus,
    .content-bg-red .language-toggle a:active,
    .content-bg-red .voter-info-links a:focus,
    .content-bg-red .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .content-bg-gold a,
  .content-bg-red a {
    color: #FFFFFF; }
  .content-bg-gold .rte:not(.button) a,
  .content-bg-red .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .content-bg-gold .rte:not(.button) a:hover, .content-bg-gold .rte:not(.button) a:active, .content-bg-gold .rte:not(.button) a:focus,
    .content-bg-red .rte:not(.button) a:hover,
    .content-bg-red .rte:not(.button) a:active,
    .content-bg-red .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .content-bg-gold .rte:not(.button) a:focus,
    .content-bg-red .rte:not(.button) a:focus {
      color: #1A284E; }
  .content-bg-gold .rte ul li::before,
  .content-bg-red .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .content-bg-gold .rte ul li::before,
      .content-bg-red .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .content-bg-gold .rte ol li::before,
  .content-bg-red .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .content-bg-gold .rte hr,
  .content-bg-red .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .content-bg-gold .rte p.lead,
  .content-bg-red .rte p.lead {
    color: #D2E3F1; }
  .content-bg-gold .rte .rule-below,
  .content-bg-red .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .content-bg-gold .umbraco-forms-form .help-block,
  .content-bg-red .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .content-bg-gold .umbraco-forms-form .umbraco-forms-indicator,
  .content-bg-red .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .content-bg-gold .img-caption.full-height .text-wrap,
  .content-bg-red .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }
  .content-bg-gold .row:first-child,
  .content-bg-red .row:first-child {
    background-color: #8C2124; }

.content-bg-black-fade {
  color: #FFFFFF; }
  .content-bg-black-fade .h1, .content-bg-black-fade h2, .content-bg-black-fade .h2, .content-bg-black-fade h3, .content-bg-black-fade .h3, .content-bg-black-fade h4, .content-bg-black-fade .h4, .content-bg-black-fade h5, .content-bg-black-fade .h5, .content-bg-black-fade h6, .content-bg-black-fade .h6 {
    color: #FFFFFF; }
  .content-bg-black-fade button,
  .content-bg-black-fade input[type="submit"],
  .content-bg-black-fade .button a,
  .content-bg-black-fade .language-toggle a,
  .content-bg-black-fade .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .content-bg-black-fade button:hover, .content-bg-black-fade button:active, .content-bg-black-fade button:focus,
    .content-bg-black-fade input[type="submit"]:hover,
    .content-bg-black-fade input[type="submit"]:active,
    .content-bg-black-fade input[type="submit"]:focus,
    .content-bg-black-fade .button a:hover,
    .content-bg-black-fade .button a:active,
    .content-bg-black-fade .button a:focus,
    .content-bg-black-fade .language-toggle a:hover,
    .content-bg-black-fade .language-toggle a:active,
    .content-bg-black-fade .language-toggle a:focus,
    .content-bg-black-fade .voter-info-links a:hover,
    .content-bg-black-fade .voter-info-links a:active,
    .content-bg-black-fade .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .content-bg-black-fade button:focus, .content-bg-black-fade button:active,
    .content-bg-black-fade input[type="submit"]:focus,
    .content-bg-black-fade input[type="submit"]:active,
    .content-bg-black-fade .button a:focus,
    .content-bg-black-fade .button a:active,
    .content-bg-black-fade .language-toggle a:focus,
    .content-bg-black-fade .language-toggle a:active,
    .content-bg-black-fade .voter-info-links a:focus,
    .content-bg-black-fade .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .content-bg-black-fade a {
    color: #FFFFFF; }
  .content-bg-black-fade .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .content-bg-black-fade .rte:not(.button) a:hover, .content-bg-black-fade .rte:not(.button) a:active, .content-bg-black-fade .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .content-bg-black-fade .rte:not(.button) a:focus {
      color: #1A284E; }
  .content-bg-black-fade .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .content-bg-black-fade .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .content-bg-black-fade .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .content-bg-black-fade .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .content-bg-black-fade .rte p.lead {
    color: #D2E3F1; }
  .content-bg-black-fade .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .content-bg-black-fade .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .content-bg-black-fade .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .content-bg-black-fade .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }
  .content-bg-black-fade .row:first-child {
    background-color: rgba(26, 40, 78, 0.75); }

footer {
  background: #FFFFFF;
  bottom: 0;
  left: 0;
  top: 0; }
  footer:focus {
    outline: none; }

@media (max-width: 575.98px) {
  .footer-signup,
  .footer-social {
    border-top: 2px solid #DCDDDE;
    padding-top: 1.25rem;
    margin-top: 1.25rem; } }
  @media (max-width: 575.98px) and (min-width: 576px) {
    .footer-signup,
    .footer-social {
      padding-top: 2.5rem; } }
  @media (max-width: 575.98px) and (min-width: 1200px) {
    .footer-signup,
    .footer-social {
      padding-top: 3rem; } }
  @media (max-width: 575.98px) and (min-width: 576px) {
    .footer-signup,
    .footer-social {
      margin-top: 2.5rem; } }
  @media (max-width: 575.98px) and (min-width: 1200px) {
    .footer-signup,
    .footer-social {
      margin-top: 3rem; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-signup,
  .footer-social {
    padding-top: 0.75rem;
    margin-top: 0.75rem; } }
  @media (min-width: 576px) and (max-width: 767.98px) and (min-width: 576px) {
    .footer-signup,
    .footer-social {
      padding-top: 1.5rem; } }
  @media (min-width: 576px) and (max-width: 767.98px) and (min-width: 1200px) {
    .footer-signup,
    .footer-social {
      padding-top: 1.8rem; } }
  @media (min-width: 576px) and (max-width: 767.98px) and (min-width: 576px) {
    .footer-signup,
    .footer-social {
      margin-top: 1.5rem; } }
  @media (min-width: 576px) and (max-width: 767.98px) and (min-width: 1200px) {
    .footer-signup,
    .footer-social {
      margin-top: 1.8rem; } }

.footer-donate h2 {
  font-family: "Marcin Antique", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.5em;
  margin-top: 0; }
  .footer-donate h2:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .footer-donate h2:not(.button) a:hover, .footer-donate h2:not(.button) a:active, .footer-donate h2:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .footer-donate h2:not(.button) a:focus {
      color: #1A284E; }
  @media (min-width: 992px) {
    .footer-donate h2 {
      font-size: 2.2em; } }

.footer-signup h2, .footer-social h2 {
  font-family: "Marcin Antique", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75em;
  margin-top: 0;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #1A284E; }
  .footer-signup h2:not(.button) a, .footer-social h2:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .footer-signup h2:not(.button) a:hover, .footer-signup h2:not(.button) a:active, .footer-signup h2:not(.button) a:focus, .footer-social h2:not(.button) a:hover, .footer-social h2:not(.button) a:active, .footer-social h2:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .footer-signup h2:not(.button) a:focus, .footer-social h2:not(.button) a:focus {
      color: #1A284E; }
  @media (min-width: 576px) {
    .footer-signup h2, .footer-social h2 {
      margin-bottom: 1.5rem; } }
  @media (min-width: 1200px) {
    .footer-signup h2, .footer-social h2 {
      margin-bottom: 1.8rem; } }

.footer-social ul {
  display: flex;
  font-size: 0.9em;
  justify-content: space-around;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  width: 100%; }
  .footer-social ul span {
    display: none; }

@media (max-width: 575.98px) {
  .footer-social {
    margin-top: -20px;
    border-bottom: 2px solid #DCDDDE;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem; } }
  @media (max-width: 575.98px) and (min-width: 576px) {
    .footer-social {
      padding-bottom: 2.5rem; } }
  @media (max-width: 575.98px) and (min-width: 1200px) {
    .footer-social {
      padding-bottom: 3rem; } }
  @media (max-width: 575.98px) and (min-width: 576px) {
    .footer-social {
      margin-bottom: 2.5rem; } }
  @media (max-width: 575.98px) and (min-width: 1200px) {
    .footer-social {
      margin-bottom: 3rem; } }

@media (min-width: 576px) {
  .footer-social ul {
    flex-direction: column; }
    .footer-social ul span {
      display: inline; } }

.footer-social li a {
  display: flex;
  margin-bottom: 0.8em;
  align-items: center;
  line-height: 1; }
  .footer-social li a svg {
    transition: all .3s;
    height: 30px;
    width: 30px;
    fill: #FFFFFF;
    margin-right: 0.5em; }
  .footer-social li a:hover svg, .footer-social li a:active svg, .footer-social li a:focus svg {
    fill: #FFFFFF; }

.footer-legal {
  align-self: flex-end;
  padding-top: 1.25rem;
  color: #6f6f6f; }
  @media (min-width: 576px) {
    .footer-legal {
      padding-top: 2.5rem; } }
  @media (min-width: 1200px) {
    .footer-legal {
      padding-top: 3rem; } }
  .footer-legal p {
    font-size: 0.5em;
    line-height: 1.6;
    margin-bottom: 0; }

.footer-logo {
  align-self: flex-end; }
  .footer-logo img {
    vertical-align: bottom;
    width: 15em; }
    @media (min-width: 768px) {
      .footer-logo img {
        width: 20em; } }

footer {
  padding-top: 2.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid #DCDDDE;
  position: relative; }
  @media (min-width: 576px) {
    footer {
      padding-top: 4.5rem;
      padding-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    footer {
      padding-top: 5.4rem;
      padding-bottom: 3rem; } }
  footer button {
    background-color: #FFFFFF; }

.footer-signup h2, .footer-social h2 {
  font-family: "Marcin Antique", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75em;
  margin-top: 0;
  margin-bottom: 1.5em; }
  .footer-signup h2:not(.button) a, .footer-social h2:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .footer-signup h2:not(.button) a:hover, .footer-signup h2:not(.button) a:active, .footer-signup h2:not(.button) a:focus, .footer-social h2:not(.button) a:hover, .footer-social h2:not(.button) a:active, .footer-social h2:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .footer-signup h2:not(.button) a:focus, .footer-social h2:not(.button) a:focus {
      color: #1A284E; }

.footer-donate {
  color: #1A284E; }
  .footer-donate h2 {
    font-size: 1.4em;
    line-height: 1.25;
    font-weight: 700; }
    @media (min-width: 992px) {
      .footer-donate h2 {
        font-size: 1.8em;
        margin-top: -0.1em;
        margin-bottom: .75em; } }
  .footer-donate .button {
    position: relative;
    z-index: 1; }
    .footer-donate .button a {
      background-color: #215E9E;
      border: none;
      color: #FFFFFF;
      display: inline-block;
      padding: 16px 30px; }
      .footer-donate .button a::before {
        background-color: #6FB8DB;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transform: translate(0, 0);
        transition: all .2s;
        width: 100%;
        z-index: -1; }
      .footer-donate .button a:hover, .footer-donate .button a:active, .footer-donate .button a:focus {
        background-color: #1A284E;
        outline: none;
        text-decoration: none;
        color: #FFFFFF; }
        .footer-donate .button a:hover::before, .footer-donate .button a:active::before, .footer-donate .button a:focus::before {
          opacity: 1;
          transform: translate(5px, 5px); }
      .footer-donate .button a:active::before {
        transform: translate(3px, 3px); }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .footer-donate .button {
        padding-bottom: 1.25rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) and (min-width: 576px) {
    .footer-donate .button {
      padding-bottom: 2.5rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) and (min-width: 1200px) {
    .footer-donate .button {
      padding-bottom: 3rem; } }

.footer-legal {
  font-family: "Marcin Typewriter", sans-serif; }
  .footer-legal a:not(:last-of-type) {
    margin-right: 1em; }
  .footer-legal a:focus {
    outline: none;
    background-color: #e9f4fa; }

.footer-logo a {
  display: inline-block;
  outline-offset: 0;
  outline: 10px solid #FFFFFF;
  position: relative;
  background: #FFFFFF;
  z-index: 1; }
  .footer-logo a img {
    background-color: #FFFFFF; }
  .footer-logo a::after {
    background-color: #6FB8DB;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 10px solid #6FB8DB;
    position: absolute;
    top: 0;
    transform: translate(0, 0);
    transition: all .2s;
    width: 100%;
    z-index: -1; }
  .footer-logo a:hover, .footer-logo a:active, .footer-logo a:focus {
    outline: 10px solid #FFFFFF;
    text-decoration: none; }
    .footer-logo a:hover::after, .footer-logo a:active::after, .footer-logo a:focus::after {
      opacity: 1;
      transform: translate(5px, 5px); }
  .footer-logo a:active::after {
    transform: translate(3px, 3px); }

@media (min-width: 576px) {
  .footer-social {
    padding-bottom: 0; } }

.footer-social li a {
  font-family: "Marcin Antique", sans-serif;
  font-size: .8em; }
  .footer-social li a svg {
    fill: #215E9E; }
  .footer-social li a:hover svg, .footer-social li a:active svg, .footer-social li a:focus svg {
    fill: #1A284E; }
  @media (min-width: 576px) {
    .footer-social li a {
      display: flex; }
      .footer-social li a svg {
        background-color: #FFFFFF;
        border: 2px solid #D2E3F1;
        fill: #1A284E;
        padding-right: 0.7em;
        padding-left: 0.7em;
        margin-right: 1.25em;
        height: 3em;
        width: 3em;
        border-radius: 50%; }
      .footer-social li a span {
        color: #1A284E; }
      .footer-social li a:hover, .footer-social li a:active, .footer-social li a:focus {
        outline: none;
        transition: all .3s; }
        .footer-social li a:hover span, .footer-social li a:active span, .footer-social li a:focus span {
          transition: all .3s;
          text-decoration: underline;
          -webkit-text-decoration-color: #215E9E;
                  text-decoration-color: #215E9E; }
        .footer-social li a:hover svg, .footer-social li a:active svg, .footer-social li a:focus svg {
          background-color: #D2E3F1; } }

.skip-link {
  color: #FFFFFF;
  font-family: "Marcin Typewriter", sans-serif;
  font-size: 0.65em;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-top: 0;
  text-transform: uppercase;
  text-underline-offset: .2em; }
  .skip-link:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .skip-link:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .skip-link:not(.button) a:hover, .skip-link:not(.button) a:active, .skip-link:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .skip-link:not(.button) a:focus {
      color: #1A284E; }
  .skip-link:focus {
    background-color: #1A284E;
    box-shadow: 5px 5px 0 #6FB8DB;
    outline: none;
    padding: 0.3em 0.8em;
    position: absolute;
    z-index: 50; }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }

.headroom--pinned {
  transform: translateY(0%); }

.headroom--unpinned {
  transform: translateY(-100%); }

.megamenu {
  background-color: #FFFFFF;
  width: 100%;
  top: 0;
  z-index: 40; }
  .megamenu ul:first-child {
    display: flex; }
  .megamenu ul {
    list-style-type: none; }
  .megamenu h2 {
    font-family: "Marcin Typewriter", sans-serif;
    font-size: 0.9em;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin-top: 0;
    text-transform: uppercase;
    border-top: 1px solid #6FB8DB;
    margin: 0 auto;
    max-width: calc(1584px - (4em*1.1));
    padding-top: 3em; }
    .megamenu h2:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: #1A284E;
              text-decoration-color: #1A284E;
      transition: all .3s; }
      .megamenu h2:not(.button) a:hover, .megamenu h2:not(.button) a:active, .megamenu h2:not(.button) a:focus {
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .megamenu h2:not(.button) a:focus {
        color: #1A284E; }
    .megamenu h2:not(.button) a {
      color: inherit;
      text-decoration: none;
      transition: all .3s; }
      .megamenu h2:not(.button) a:hover, .megamenu h2:not(.button) a:active, .megamenu h2:not(.button) a:focus {
        text-decoration: none; }
    .megamenu h2 svg {
      display: none; }
    .megamenu h2 a:focus {
      color: #FFFFFF !important; }
    @media (min-width: 992px) {
      .megamenu h2 .active {
        box-shadow: inset 0 -5px 0 #6FB8DB; } }
  .megamenu h3 {
    font-family: "Marcin Antique", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .75em;
    margin-top: 0;
    color: #1A284E; }
    .megamenu h3:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: #1A284E;
              text-decoration-color: #1A284E;
      transition: all .3s; }
      .megamenu h3:not(.button) a:hover, .megamenu h3:not(.button) a:active, .megamenu h3:not(.button) a:focus {
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .megamenu h3:not(.button) a:focus {
        color: #1A284E; }
    @media (min-width: 992px) {
      .megamenu h3 {
        font-size: 1.5em; } }
    @media (min-width: 992px) {
      .megamenu h3 {
        font-family: "Marcin Antique", sans-serif;
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: 0.75em;
        margin-top: 0; }
        .megamenu h3:not(.button) a {
          color: inherit;
          text-decoration: underline;
          -webkit-text-decoration-color: #1A284E;
                  text-decoration-color: #1A284E;
          transition: all .3s; }
          .megamenu h3:not(.button) a:hover, .megamenu h3:not(.button) a:active, .megamenu h3:not(.button) a:focus {
            -webkit-text-decoration-color: #6FB8DB;
                    text-decoration-color: #6FB8DB; }
          .megamenu h3:not(.button) a:focus {
            color: #1A284E; } }
    @media (max-width: 575.98px) {
      .megamenu h3 {
        margin-top: 0.6em;
        margin-bottom: 0.8em; } }
    .megamenu h3:not(.button) a {
      color: inherit;
      text-decoration: none;
      transition: all .3s; }
      .megamenu h3:not(.button) a:hover, .megamenu h3:not(.button) a:active, .megamenu h3:not(.button) a:focus {
        text-decoration: none; }
    .megamenu h3 a {
      background: #FFFFFF;
      border: 1px solid #FFFFFF;
      display: inline-block;
      margin-bottom: .5em !important;
      outline: 7px solid #FFFFFF;
      position: relative; }
      .megamenu h3 a::after {
        background-color: #1A284E;
        content: "";
        display: inline-block;
        height: 100%;
        left: 0;
        outline: 8px solid #6FB8DB;
        outline-offset: 0;
        position: absolute;
        top: 0;
        transform: translate(5px, 5px);
        transition: all .2s;
        width: 100%;
        z-index: -1; }
      .megamenu h3 a:hover, .megamenu h3 a:active, .megamenu h3 a:focus {
        color: #FFFFFF !important;
        border: 1px solid #1A284E;
        background-color: #1A284E;
        outline: 7px solid #1A284E;
        outline-offset: 0;
        text-decoration: none; }
        .megamenu h3 a:hover::after, .megamenu h3 a:active::after, .megamenu h3 a:focus::after {
          background-color: #1A284E;
          border: 2px solid #1A284E; }
      .megamenu h3 a:active::after {
        transform: translate(3px, 3px); }
  .megamenu p {
    color: #333333;
    font-weight: 400; }
  .megamenu li li li a {
    background: transparent;
    border: 2px solid transparent;
    display: inline-block;
    outline: 5px solid transparent;
    position: relative; }
    .megamenu li li li a::after {
      background-color: #6FB8DB;
      content: "";
      display: inline-block;
      height: 100%;
      left: 0;
      opacity: 0;
      outline: 5px solid #6FB8DB;
      outline-offset: 0;
      position: absolute;
      top: 0;
      transform: translate(0, 0);
      transition: all .2s;
      width: 100%;
      z-index: -1; }
    .megamenu li li li a:hover, .megamenu li li li a:active, .megamenu li li li a:focus {
      background-color: #FFFFFF;
      border: 2px solid #FFFFFF;
      outline: 5px solid #FFFFFF;
      outline-offset: -2px;
      text-decoration: none; }
      .megamenu li li li a:hover::after, .megamenu li li li a:active::after, .megamenu li li li a:focus::after {
        opacity: 1;
        transform: translate(5px, 5px); }
    .megamenu li li li a:active::after {
      transform: translate(3px, 3px); }
  .megamenu li li li a {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.65;
    font-family: "Marcin Antique", sans-serif;
    color: #1A284E;
    font-weight: 700;
    line-height: 1.1; }
    .megamenu li li li a:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: #1A284E;
              text-decoration-color: #1A284E;
      transition: all .3s; }
      .megamenu li li li a:not(.button) a:hover, .megamenu li li li a:not(.button) a:active, .megamenu li li li a:not(.button) a:focus {
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .megamenu li li li a:not(.button) a:focus {
        color: #1A284E; }
  .megamenu .nav-search-inner {
    max-width: calc(1584px - (4em*1.1));
    text-align: left; }
    .megamenu .nav-search-inner form {
      width: 100%;
      display: flex; }
    .megamenu .nav-search-inner input {
      display: inline-block;
      width: calc(100% - 8em);
      margin-right: .5em; }
      @media (min-width: 992px) {
        .megamenu .nav-search-inner input {
          width: 40%; } }
    .megamenu .nav-search-inner label {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important; }
    .megamenu .nav-search-inner button {
      width: 7em; }

html:not(.has-js) .megamenu {
  border-bottom: 1px solid #DCDDDE;
  overflow-x: hidden;
  position: relative;
  padding-top: 7rem; }
  @media (min-width: 992px) {
    html:not(.has-js) .megamenu {
      padding-top: 0; } }
  html:not(.has-js) .megamenu h2 {
    padding-bottom: 3em; }
  html:not(.has-js) .megamenu .nav-search {
    margin-bottom: 2em; }
    html:not(.has-js) .megamenu .nav-search h2 {
      padding-top: 0; }
  html:not(.has-js) .megamenu ul {
    padding: 0; }
  html:not(.has-js) .megamenu > ul {
    font-size: 0.9rem;
    padding: 0 2em; }
    @media screen and (max-width: 359px) {
      html:not(.has-js) .megamenu > ul {
        font-size: 0.81rem; } }
    @media (min-width: 576px) {
      html:not(.has-js) .megamenu > ul {
        font-size: 0.99rem; } }
    @media (min-width: 768px) {
      html:not(.has-js) .megamenu > ul {
        font-size: 1.06875rem; } }
    @media (min-width: 992px) {
      html:not(.has-js) .megamenu > ul {
        font-size: 1.08rem; } }
    @media (min-width: 1200px) {
      html:not(.has-js) .megamenu > ul {
        font-size: 1.17rem; } }
    @media (min-width: 1600px) {
      html:not(.has-js) .megamenu > ul {
        font-size: 1.215rem; } }
    @media (min-width: 576px) {
      html:not(.has-js) .megamenu > ul {
        padding-left: calc(5vw + 4em/2.22);
        padding-right: calc(5vw + 4em/2.22); } }

.megamenu-logo {
  background-color: #FFFFFF;
  float: left;
  left: 2em;
  position: absolute;
  top: 0; }
  @media (min-width: 576px) {
    .megamenu-logo {
      left: calc(5vw + 4em/2 - ((100vw - 100%)/2)); } }
  @media (min-width: 992px) {
    .megamenu-logo {
      height: auto;
      position: relative;
      float: none; } }
  @media only screen and (min-width: 1760px) {
    .megamenu-logo {
      left: calc(50% - ((1584px - 4em)/2)); } }
  .megamenu-logo svg {
    height: calc(5rem - 20px);
    padding-top: 0.6em;
    width: auto; }
    @media only screen and (max-width: 360px) {
      .megamenu-logo svg {
        height: calc(5rem - 30px); } }
    .megamenu-logo svg path {
      transition: all .3s ease-out; }
    @media (min-width: 768px) {
      .megamenu-logo svg {
        padding-top: 0;
        height: auto;
        width: 148px; } }
  .megamenu-logo .descriptor {
    color: #1A284E;
    transition: all .3s ease-out;
    display: inline-block;
    font-family: "Marcin Antique", sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.3;
    max-width: 9rem;
    margin: 0 0 0 1em;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent; }
    @media (min-width: 768px) {
      .megamenu-logo .descriptor {
        font-size: 1.25em;
        margin: 0 0 0 1.8rem;
        max-width: 16rem; } }
  .megamenu-logo:hover .descriptor, .megamenu-logo:active .descriptor, .megamenu-logo:focus .descriptor {
    color: #215E9E;
    color: #1e487e; }
  .megamenu-logo:hover svg .b, .megamenu-logo:active svg .b, .megamenu-logo:focus svg .b {
    fill: #215E9E;
    fill: #1e487e; }
  .megamenu-logo:focus, .megamenu-logo:hover:focus, .megamenu-logo:active:focus {
    outline: none; }
  .megamenu-logo:focus-visible .descriptor {
    text-decoration: underline; }

.megamenu-logo-inner {
  display: flex;
  align-items: center;
  height: 5rem; }
  @media (min-width: 768px) {
    .megamenu-logo-inner {
      height: 7rem; } }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.has-js .megamenu {
  position: fixed;
  height: 5rem; }
  @media (min-width: 768px) {
    .has-js .megamenu {
      height: 7rem;
      display: flex;
      justify-content: space-between; } }
  .has-js .megamenu h2 {
    padding-top: 0;
    border-top: none;
    font-size: 0.7em;
    margin: 0; }
    .has-js .megamenu h2 a {
      display: block;
      margin: 0;
      outline: none;
      vertical-align: middle;
      width: 100%; }
      @media (min-width: 992px) {
        .has-js .megamenu h2 a {
          display: table-cell;
          max-width: 12em;
          text-align: center;
          padding: 0 1em; } }
      .has-js .megamenu h2 a svg {
        display: inline;
        height: 1.2em;
        fill: #1A284E; }
  .has-js .megamenu > ul {
    opacity: 0; }
    .has-js .megamenu > ul.accessible-megamenu {
      opacity: 1; }

.accessible-megamenu,
.accessible-megamenu ul {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .accessible-megamenu,
    .accessible-megamenu ul {
      flex-direction: row; } }
  .accessible-megamenu ul ul,
  .accessible-megamenu ul ul ul {
    flex-direction: column; }
    .accessible-megamenu ul ul li:not(:last-child) a,
    .accessible-megamenu ul ul ul li:not(:last-child) a {
      margin-bottom: .8em; }

.accessible-megamenu {
  height: auto;
  padding-top: 5rem;
  right: 2em;
  width: 100%; }
  @media (min-width: 576px) {
    .accessible-megamenu {
      right: calc(5vw + 4em/2); } }
  @media (min-width: 768px) {
    .accessible-megamenu {
      padding-top: 7rem; } }
  @media (min-width: 992px) {
    .accessible-megamenu {
      height: auto;
      padding-right: calc(5vw + 4em/2.22);
      padding-top: 0;
      width: auto; } }
  @media only screen and (min-width: 1760px) {
    .accessible-megamenu {
      padding-right: calc(50% - ((1584px - 4em)/2)); } }

.accessible-megamenu-top-nav-item {
  height: 0;
  overflow: hidden;
  visibility: collapse; }
  @media (min-width: 992px) {
    .accessible-megamenu-top-nav-item {
      height: auto;
      display: inline-block;
      visibility: visible; } }
  .accessible-megamenu-top-nav-item a[aria-expanded] {
    position: relative;
    background-color: #FFFFFF;
    text-decoration: none;
    z-index: inherit; }
    @media (min-width: 992px) {
      .accessible-megamenu-top-nav-item a[aria-expanded] {
        height: 7rem; } }
  .accessible-megamenu-top-nav-item a[aria-expanded]:hover,
  .accessible-megamenu-top-nav-item a[aria-expanded]:focus {
    margin-left: 0;
    background: #215E9E;
    color: #FFFFFF;
    z-index: 1002; }
    .accessible-megamenu-top-nav-item a[aria-expanded]:hover svg,
    .accessible-megamenu-top-nav-item a[aria-expanded]:focus svg {
      fill: #FFFFFF; }
  .accessible-megamenu-top-nav-item a[aria-expanded]:focus {
    background: #1A284E; }
    .accessible-megamenu-top-nav-item a[aria-expanded]:focus svg {
      fill: #FFFFFF; }
  .accessible-megamenu-top-nav-item a[aria-expanded].open {
    margin-left: 0;
    color: #FFFFFF;
    background: #1A284E;
    z-index: 1002; }
    .accessible-megamenu-top-nav-item a[aria-expanded].open svg {
      fill: #FFFFFF; }

.accessible-megamenu-toggle[aria-expanded=true] ~ .accessible-megamenu > .accessible-megamenu-top-nav-item {
  height: auto;
  overflow: visible;
  visibility: visible; }

.accessible-megamenu-panel {
  font-size: 0.9rem;
  background-color: #D2E3F1;
  cursor: default;
  display: block;
  left: 0;
  line-height: normal;
  margin: 0;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  top: 0;
  transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  visibility: hidden;
  width: 100%; }
  @media screen and (max-width: 359px) {
    .accessible-megamenu-panel {
      font-size: 0.81rem; } }
  @media (min-width: 576px) {
    .accessible-megamenu-panel {
      font-size: 0.99rem; } }
  @media (min-width: 768px) {
    .accessible-megamenu-panel {
      font-size: 1.06875rem; } }
  @media (min-width: 992px) {
    .accessible-megamenu-panel {
      font-size: 1.08rem; } }
  @media (min-width: 1200px) {
    .accessible-megamenu-panel {
      font-size: 1.17rem; } }
  @media (min-width: 1600px) {
    .accessible-megamenu-panel {
      font-size: 1.215rem; } }
  @media (min-width: 576px) {
    .accessible-megamenu-panel {
      padding-left: calc(5vw + 4em/2.22);
      padding-right: calc(5vw + 4em/2.22); } }
  @media (min-width: 992px) {
    .accessible-megamenu-panel {
      position: absolute;
      top: -9999em; } }
  .accessible-megamenu-panel li *:last-child {
    margin-bottom: 0; }
  .accessible-megamenu-panel.open {
    visibility: visible;
    max-height: initial;
    opacity: 1;
    z-index: 1001;
    transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s; }
    @media (min-width: 992px) {
      .accessible-megamenu-panel.open {
        top: 7rem; } }

.accessible-megamenu-panel-group:first-child {
  margin-top: 1.25rem; }
  @media (min-width: 576px) {
    .accessible-megamenu-panel-group:first-child {
      margin-top: 2.5rem; } }
  @media (min-width: 1200px) {
    .accessible-megamenu-panel-group:first-child {
      margin-top: 3rem; } }

.accessible-megamenu-panel-group:last-child {
  margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .accessible-megamenu-panel-group:last-child {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    .accessible-megamenu-panel-group:last-child {
      margin-bottom: 3rem; } }

.accessible-megamenu-panel-group:not(:last-child) {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #FFFFFF; }
  @media (min-width: 576px) {
    .accessible-megamenu-panel-group:not(:last-child) {
      margin-bottom: 1.5rem; } }
  @media (min-width: 1200px) {
    .accessible-megamenu-panel-group:not(:last-child) {
      margin-bottom: 1.8rem; } }
  @media (min-width: 576px) {
    .accessible-megamenu-panel-group:not(:last-child) {
      padding-bottom: 1.5rem; } }
  @media (min-width: 1200px) {
    .accessible-megamenu-panel-group:not(:last-child) {
      padding-bottom: 1.8rem; } }

@media (min-width: 992px) {
  .accessible-megamenu-panel-group {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .accessible-megamenu-panel-group {
      margin-bottom: 2.5rem; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .accessible-megamenu-panel-group {
      margin-bottom: 3rem; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .accessible-megamenu-panel-group {
      margin-top: 2.5rem; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .accessible-megamenu-panel-group {
      margin-top: 3rem; } }

@media (min-width: 992px) {
    .accessible-megamenu-panel-group:not(:last-child) {
      border-bottom: none; } }

.cols-1 > ul:first-child,
.cols-2 > ul:first-child,
.cols-3 > ul:first-child,
.cols-4 > ul:first-child {
  flex-direction: column;
  max-width: calc(1584px - (4em*1.1)); }
  .cols-1 > ul:first-child > li,
  .cols-2 > ul:first-child > li,
  .cols-3 > ul:first-child > li,
  .cols-4 > ul:first-child > li {
    width: 100%; }

@media (min-width: 992px) {
  .cols-1 ul:first-child,
  .cols-2 ul:first-child,
  .cols-3 ul:first-child,
  .cols-4 ul:first-child {
    flex-direction: row;
    flex-wrap: wrap;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.25rem; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .cols-1 ul:first-child,
    .cols-2 ul:first-child,
    .cols-3 ul:first-child,
    .cols-4 ul:first-child {
      padding-top: 2.5rem; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .cols-1 ul:first-child,
    .cols-2 ul:first-child,
    .cols-3 ul:first-child,
    .cols-4 ul:first-child {
      padding-top: 3rem; } }

@media (min-width: 992px) {
    .cols-1 ul:first-child li,
    .cols-2 ul:first-child li,
    .cols-3 ul:first-child li,
    .cols-4 ul:first-child li {
      margin-top: 0; }
  .cols-1 > ul:first-child > li {
    width: 100%; }
  .cols-2 > ul:first-child > li {
    width: calc((100% - (1 * 4em))/2); }
    .cols-2 > ul:first-child > li:not(:nth-child(2n)) {
      margin-right: 4em; }
  .cols-3 > ul:first-child > li {
    width: calc((100% - (2 * 4em))/3); }
    .cols-3 > ul:first-child > li:not(:nth-child(3n)) {
      margin-right: 4em; }
  .cols-4 > ul:first-child > li {
    width: calc((100% - (3 * 4em))/4); }
    .cols-4 > ul:first-child > li:not(:nth-child(4n)) {
      margin-right: 4em; } }

@media (max-width: 991.98px) {
  .has-js .megamenu .nav-search h2 {
    display: none; }
  .has-js .megamenu .nav-search .accessible-megamenu-panel {
    opacity: 1;
    visibility: visible;
    height: auto;
    max-height: 20em;
    border-top: 1px solid #DCDDDE; } }

.has-js .megamenu .nav-search-inner {
  font-size: 1rem;
  background-color: #D2E3F1;
  display: flex;
  font-size: 1rem;
  margin: 0 -2em;
  padding: 2.3em;
  position: relative;
  max-width: 1584px; }
  @media screen and (max-width: 359px) {
    .has-js .megamenu .nav-search-inner {
      font-size: 0.9rem; } }
  @media (min-width: 576px) {
    .has-js .megamenu .nav-search-inner {
      font-size: 1.1rem; } }
  @media (min-width: 768px) {
    .has-js .megamenu .nav-search-inner {
      font-size: 1.1875rem; } }
  @media (min-width: 992px) {
    .has-js .megamenu .nav-search-inner {
      font-size: 1.2rem; } }
  @media (min-width: 1200px) {
    .has-js .megamenu .nav-search-inner {
      font-size: 1.3rem; } }
  @media (min-width: 1600px) {
    .has-js .megamenu .nav-search-inner {
      font-size: 1.35rem; } }
  .has-js .megamenu .nav-search-inner input {
    flex-grow: 1; }
  @media (min-width: 576px) {
    .has-js .megamenu .nav-search-inner {
      padding: 2.25em 0 1.5em 0;
      margin: 0; } }
  @media (min-width: 992px) {
    .has-js .megamenu .nav-search-inner {
      margin-bottom: 1.25rem;
      margin-top: 1.25rem;
      margin-left: auto;
      margin-right: auto;
      padding: 0; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .has-js .megamenu .nav-search-inner {
      margin-bottom: 2.5rem; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .has-js .megamenu .nav-search-inner {
      margin-bottom: 3rem; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .has-js .megamenu .nav-search-inner {
      margin-top: 2.5rem; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .has-js .megamenu .nav-search-inner {
      margin-top: 3rem; } }
  @media (min-width: 992px) {
      .has-js .megamenu .nav-search-inner form {
        justify-content: flex-end; }
      .has-js .megamenu .nav-search-inner input {
        flex-grow: 0;
        width: 50%; } }
  @media only screen and (min-width: 1760px) {
    .has-js .megamenu .nav-search-inner form {
      margin: 0 auto !important;
      max-width: calc(1584px - 4em); } }

.accessible-megamenu-toggle {
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: 2.5rem;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  display: block;
  z-index: 3;
  right: 2em; }
  @media (min-width: 576px) {
    .accessible-megamenu-toggle {
      right: calc(5vw + 4em/2); } }
  @media (min-width: 768px) {
    .accessible-megamenu-toggle {
      top: 3.5rem; } }
  @media (min-width: 992px) {
    .accessible-megamenu-toggle {
      display: none; } }
  .accessible-megamenu-toggle:hover, .accessible-megamenu-toggle:active, .accessible-megamenu-toggle:focus {
    background: none;
    outline: none; }
    .accessible-megamenu-toggle:hover span:not(.sr-only), .accessible-megamenu-toggle:active span:not(.sr-only), .accessible-megamenu-toggle:focus span:not(.sr-only) {
      background-color: #1A284E; }
  .accessible-megamenu-toggle:focus:not(:hover), .accessible-megamenu-toggle:focus:not(:active) {
    outline: 3px solid #6FB8DB;
    outline-offset: 3px; }
  .accessible-megamenu-toggle span:not(.sr-only) {
    background: #6f6f6f;
    display: block;
    height: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
    position: relative;
    transform-origin: 0 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    width: 33px;
    z-index: 1; }
  .accessible-megamenu-toggle span:nth-last-child(1) {
    transform-origin: 0% 100%; }
  .accessible-megamenu-toggle[aria-expanded=true] span {
    border-radius: 0;
    margin-top: 0;
    opacity: 1;
    transform: rotate(45deg) translate(4px, -3px); }
  .accessible-megamenu-toggle[aria-expanded=true] span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
  .accessible-megamenu-toggle[aria-expanded=true] span:nth-last-child(1) {
    transform: rotate(-45deg) translate(0px, 7px); }

@media (max-width: 991.98px) {
  .accessible-megamenu-top-nav-item a[aria-expanded] {
    padding: 3em calc(5vw + 4em/2.22);
    font-size: 1.25em;
    border-top: 1px solid #DCDDDE; }
  .accessible-megamenu-top-nav-item:not(:last-child) a[aria-expanded]::after {
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-top: 0.7em solid #215E9E;
    content: " ";
    height: 0;
    margin-left: 0.3em;
    position: absolute;
    right: calc(5vw + 4em*.55);
    transition: all .2s linear;
    width: 0; }
  .accessible-megamenu-top-nav-item:not(:last-child) a[aria-expanded]:hover::after {
    border-top: 0.8em solid #FFFFFF; }
  .accessible-megamenu-top-nav-item:not(:last-child) a[aria-expanded].open::after {
    transform: scale(-1, -1); } }

@media (max-width: 575.98px) {
  .accessible-megamenu-top-nav-item a[aria-expanded] {
    padding: 2.5em 2.5em; }
  .accessible-megamenu-top-nav-item:not(:last-child) a[aria-expanded]::after {
    right: 2.5em; } }

.freeze {
  overflow: hidden; }
  .freeze .megamenu {
    background: linear-gradient(180deg, white 0%, white 40%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
    height: 100vh;
    overflow-y: auto; }

button,
input[type="submit"],
input[type="submit"].at-submit.btn-at.btn-at-primary,
.button a,
.language-toggle a,
.voter-info-links a {
  background-color: transparent;
  border: 3px solid #215E9E;
  border-radius: 0;
  color: #1A284E;
  cursor: pointer;
  display: inline-block;
  font-family: "Marcin Typewriter", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  outline: none;
  padding: 0.6em 1em;
  position: relative;
  text-decoration: none !important;
  transition: all 0.3s; }
  button:hover, button:active, button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="submit"].at-submit.btn-at.btn-at-primary:hover,
  input[type="submit"].at-submit.btn-at.btn-at-primary:active,
  input[type="submit"].at-submit.btn-at.btn-at-primary:focus,
  .button a:hover,
  .button a:active,
  .button a:focus,
  .language-toggle a:hover,
  .language-toggle a:active,
  .language-toggle a:focus,
  .voter-info-links a:hover,
  .voter-info-links a:active,
  .voter-info-links a:focus {
    background-color: #1A284E;
    border-color: #1A284E;
    color: #FFFFFF; }
  button:focus, button:active,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  input[type="submit"].at-submit.btn-at.btn-at-primary:focus,
  input[type="submit"].at-submit.btn-at.btn-at-primary:active,
  .button a:focus,
  .button a:active,
  .language-toggle a:focus,
  .language-toggle a:active,
  .voter-info-links a:focus,
  .voter-info-links a:active {
    outline: 2px solid #FFFFFF;
    outline-offset: -4px; }

.button-teal a, .callout-col .rte .button a, .voter-card-download .text-wrap .button a,
button.button-teal,
.callout-col .rte button.button,
.voter-card-download .text-wrap button.button {
  border: 3px solid #6FB8DB;
  color: #1A284E;
  cursor: pointer;
  display: inline-block;
  font-family: "Marcin Typewriter", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  outline: none;
  padding: 0.6em 1em;
  position: relative;
  transition: all 0.3s; }
  .button-teal a:hover, .callout-col .rte .button a:hover, .voter-card-download .text-wrap .button a:hover, .button-teal a:active, .callout-col .rte .button a:active, .voter-card-download .text-wrap .button a:active, .button-teal a:focus, .callout-col .rte .button a:focus, .voter-card-download .text-wrap .button a:focus,
  button.button-teal:hover,
  .callout-col .rte button.button:hover,
  .voter-card-download .text-wrap button.button:hover,
  button.button-teal:active,
  .callout-col .rte button.button:active,
  .voter-card-download .text-wrap button.button:active,
  button.button-teal:focus,
  .callout-col .rte button.button:focus,
  .voter-card-download .text-wrap button.button:focus {
    background-color: #6FB8DB;
    color: #1A284E; }
  .button-teal a:focus, .callout-col .rte .button a:focus, .voter-card-download .text-wrap .button a:focus, .button-teal a:active, .callout-col .rte .button a:active, .voter-card-download .text-wrap .button a:active,
  button.button-teal:focus,
  .callout-col .rte button.button:focus,
  .voter-card-download .text-wrap button.button:focus,
  button.button-teal:active,
  .callout-col .rte button.button:active,
  .voter-card-download .text-wrap button.button:active {
    outline: 1px solid #6FB8DB;
    outline-offset: -4px; }

.language-toggle {
  text-align: right;
  z-index: 2; }

.callout-col {
  color: #333333; }
  .callout-col .h1, .callout-col h2, .callout-col .h2, .callout-col h3, .callout-col .h3, .callout-col h4, .callout-col .h4, .callout-col h5, .callout-col .h5, .callout-col h6, .callout-col .h6 {
    color: #1A284E; }
  .callout-col button,
  .callout-col input[type="submit"],
  .callout-col .button a,
  .callout-col .language-toggle a,
  .callout-col .voter-info-links a {
    border: 3px solid #6FB8DB;
    color: #1A284E; }
    .callout-col button:hover, .callout-col button:active, .callout-col button:focus,
    .callout-col input[type="submit"]:hover,
    .callout-col input[type="submit"]:active,
    .callout-col input[type="submit"]:focus,
    .callout-col .button a:hover,
    .callout-col .button a:active,
    .callout-col .button a:focus,
    .callout-col .language-toggle a:hover,
    .callout-col .language-toggle a:active,
    .callout-col .language-toggle a:focus,
    .callout-col .voter-info-links a:hover,
    .callout-col .voter-info-links a:active,
    .callout-col .voter-info-links a:focus {
      background-color: #6FB8DB !important;
      color: #1A284E !important;
      border-color: #6FB8DB !important; }
    .callout-col button:focus, .callout-col button:active,
    .callout-col input[type="submit"]:focus,
    .callout-col input[type="submit"]:active,
    .callout-col .button a:focus,
    .callout-col .button a:active,
    .callout-col .language-toggle a:focus,
    .callout-col .language-toggle a:active,
    .callout-col .voter-info-links a:focus,
    .callout-col .voter-info-links a:active {
      outline: 2px solid #FFFFFF; }
  .callout-col a {
    color: #333333; }
  .callout-col .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .callout-col .rte:not(.button) a:hover, .callout-col .rte:not(.button) a:active, .callout-col .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .callout-col .rte:not(.button) a:focus {
      color: #1A284E; }
  .callout-col .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .callout-col .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .callout-col .rte ol li::before {
    color: #1A284E;
    background-color: #6FB8DB; }
  .callout-col .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .callout-col .rte p.lead {
    color: #215E9E; }
  .callout-col .rte .rule-below {
    background-image: linear-gradient(#6FB8DB, #6FB8DB); }
  .callout-col .umbraco-forms-form .help-block {
    color: #333333; }
  .callout-col .umbraco-forms-form .umbraco-forms-indicator {
    color: #6f6f6f; }
  .callout-col .img-caption.full-height .text-wrap {
    background-color: rgba(255, 255, 255, 0.7); }
  .callout-col .rte {
    font-size: 0.8rem;
    background-color: #D2E3F1;
    padding: 2rem;
    padding-top: 0;
    position: relative; }
    @media screen and (max-width: 359px) {
      .callout-col .rte {
        font-size: 0.72rem; } }
    @media (min-width: 576px) {
      .callout-col .rte {
        font-size: 0.88rem; } }
    @media (min-width: 768px) {
      .callout-col .rte {
        font-size: 0.95rem; } }
    @media (min-width: 992px) {
      .callout-col .rte {
        font-size: 0.96rem; } }
    @media (min-width: 1200px) {
      .callout-col .rte {
        font-size: 1.04rem; } }
    @media (min-width: 1600px) {
      .callout-col .rte {
        font-size: 1.08rem; } }
    .callout-col .rte p:not([class]) {
      font-weight: 400; }
    .callout-col .rte hr {
      border-bottom: 2px solid #FFFFFF;
      margin: 2rem 0 1rem 0; }
    .callout-col .rte > *:first-child {
      margin-top: 0;
      padding-top: 2rem; }
    .callout-col .rte .small-caps:first-child {
      color: #FFFFFF;
      margin-bottom: 1.7em;
      padding: 1.25em 1em;
      position: relative;
      text-align: center;
      width: 100%;
      z-index: 1; }
      .callout-col .rte .small-caps:first-child:after {
        background-color: #FFFFFF;
        content: "";
        display: block;
        height: 50%;
        left: -2.25rem;
        position: absolute;
        top: 0;
        width: calc(100% + 4.5rem);
        z-index: -2; }
      .callout-col .rte .small-caps:first-child:before {
        background-color: #215E9E;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1; }
  .bg-gray-lighter .callout-col .rte {
    background-color: #FFFFFF; }
    .bg-gray-lighter .callout-col .rte hr {
      border-bottom: 2px solid #EFEFEF; }
    .bg-gray-lighter .callout-col .rte .small-caps:first-child:after {
      background-color: #EFEFEF; }
  .bg-blue-lighter .callout-col .rte {
    background-color: #FFFFFF; }
    .bg-blue-lighter .callout-col .rte hr {
      border-bottom: 2px solid #D2E3F1; }
    .bg-blue-lighter .callout-col .rte .small-caps:first-child:after {
      background-color: #D2E3F1; }
  .bg-blue-medium .callout-col .rte .small-caps:first-child:before {
    background-color: #1A284E; }
  .bg-blue-medium .callout-col .rte .small-caps:first-child:after {
    background-color: #215E9E; }
  .bg-black .callout-col .rte .small-caps:first-child:after,
  .bg-blue-dark .callout-col .rte .small-caps:first-child:after {
    background-color: #1A284E; }
  .bg-teal-light .callout-col .rte .small-caps:first-child:after,
  .bg-blue-light .callout-col .rte .small-caps:first-child:after {
    background-color: #6FB8DB; }
  .bg-red .callout-col .rte .small-caps:first-child:after {
    background-color: #8C2124; }

.cards-thumbnail-landscape > h1:first-child,
.cards-thumbnail-landscape > h2:first-child,
.cards-thumbnail-landscape > h3:first-child,
.cards-thumbnail-landscape > h4:first-child,
.cards-thumbnail-square > h1:first-child,
.cards-thumbnail-square > h2:first-child,
.cards-thumbnail-square > h3:first-child,
.cards-thumbnail-square > h4:first-child,
.cards-img-16-9 > h1:first-child,
.cards-img-16-9 > h2:first-child,
.cards-img-16-9 > h3:first-child,
.cards-img-16-9 > h4:first-child,
.cards-media-vertical > h1:first-child,
.cards-media-vertical > h2:first-child,
.cards-media-vertical > h3:first-child,
.cards-media-vertical > h4:first-child,
.cards-search > h1:first-child,
.cards-search > h2:first-child,
.cards-search > h3:first-child,
.cards-search > h4:first-child {
  margin-bottom: 1.25rem;
  font-family: "Marcin Typewriter", sans-serif;
  font-size: 0.9em;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-top: 0;
  text-transform: uppercase;
  margin-top: -1em; }
  @media (min-width: 576px) {
    .cards-thumbnail-landscape > h1:first-child,
    .cards-thumbnail-landscape > h2:first-child,
    .cards-thumbnail-landscape > h3:first-child,
    .cards-thumbnail-landscape > h4:first-child,
    .cards-thumbnail-square > h1:first-child,
    .cards-thumbnail-square > h2:first-child,
    .cards-thumbnail-square > h3:first-child,
    .cards-thumbnail-square > h4:first-child,
    .cards-img-16-9 > h1:first-child,
    .cards-img-16-9 > h2:first-child,
    .cards-img-16-9 > h3:first-child,
    .cards-img-16-9 > h4:first-child,
    .cards-media-vertical > h1:first-child,
    .cards-media-vertical > h2:first-child,
    .cards-media-vertical > h3:first-child,
    .cards-media-vertical > h4:first-child,
    .cards-search > h1:first-child,
    .cards-search > h2:first-child,
    .cards-search > h3:first-child,
    .cards-search > h4:first-child {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    .cards-thumbnail-landscape > h1:first-child,
    .cards-thumbnail-landscape > h2:first-child,
    .cards-thumbnail-landscape > h3:first-child,
    .cards-thumbnail-landscape > h4:first-child,
    .cards-thumbnail-square > h1:first-child,
    .cards-thumbnail-square > h2:first-child,
    .cards-thumbnail-square > h3:first-child,
    .cards-thumbnail-square > h4:first-child,
    .cards-img-16-9 > h1:first-child,
    .cards-img-16-9 > h2:first-child,
    .cards-img-16-9 > h3:first-child,
    .cards-img-16-9 > h4:first-child,
    .cards-media-vertical > h1:first-child,
    .cards-media-vertical > h2:first-child,
    .cards-media-vertical > h3:first-child,
    .cards-media-vertical > h4:first-child,
    .cards-search > h1:first-child,
    .cards-search > h2:first-child,
    .cards-search > h3:first-child,
    .cards-search > h4:first-child {
      margin-bottom: 3rem; } }
  .cards-thumbnail-landscape > h1:first-child:not(.button) a,
  .cards-thumbnail-landscape > h2:first-child:not(.button) a,
  .cards-thumbnail-landscape > h3:first-child:not(.button) a,
  .cards-thumbnail-landscape > h4:first-child:not(.button) a,
  .cards-thumbnail-square > h1:first-child:not(.button) a,
  .cards-thumbnail-square > h2:first-child:not(.button) a,
  .cards-thumbnail-square > h3:first-child:not(.button) a,
  .cards-thumbnail-square > h4:first-child:not(.button) a,
  .cards-img-16-9 > h1:first-child:not(.button) a,
  .cards-img-16-9 > h2:first-child:not(.button) a,
  .cards-img-16-9 > h3:first-child:not(.button) a,
  .cards-img-16-9 > h4:first-child:not(.button) a,
  .cards-media-vertical > h1:first-child:not(.button) a,
  .cards-media-vertical > h2:first-child:not(.button) a,
  .cards-media-vertical > h3:first-child:not(.button) a,
  .cards-media-vertical > h4:first-child:not(.button) a,
  .cards-search > h1:first-child:not(.button) a,
  .cards-search > h2:first-child:not(.button) a,
  .cards-search > h3:first-child:not(.button) a,
  .cards-search > h4:first-child:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .cards-thumbnail-landscape > h1:first-child:not(.button) a:hover, .cards-thumbnail-landscape > h1:first-child:not(.button) a:active, .cards-thumbnail-landscape > h1:first-child:not(.button) a:focus,
    .cards-thumbnail-landscape > h2:first-child:not(.button) a:hover,
    .cards-thumbnail-landscape > h2:first-child:not(.button) a:active,
    .cards-thumbnail-landscape > h2:first-child:not(.button) a:focus,
    .cards-thumbnail-landscape > h3:first-child:not(.button) a:hover,
    .cards-thumbnail-landscape > h3:first-child:not(.button) a:active,
    .cards-thumbnail-landscape > h3:first-child:not(.button) a:focus,
    .cards-thumbnail-landscape > h4:first-child:not(.button) a:hover,
    .cards-thumbnail-landscape > h4:first-child:not(.button) a:active,
    .cards-thumbnail-landscape > h4:first-child:not(.button) a:focus,
    .cards-thumbnail-square > h1:first-child:not(.button) a:hover,
    .cards-thumbnail-square > h1:first-child:not(.button) a:active,
    .cards-thumbnail-square > h1:first-child:not(.button) a:focus,
    .cards-thumbnail-square > h2:first-child:not(.button) a:hover,
    .cards-thumbnail-square > h2:first-child:not(.button) a:active,
    .cards-thumbnail-square > h2:first-child:not(.button) a:focus,
    .cards-thumbnail-square > h3:first-child:not(.button) a:hover,
    .cards-thumbnail-square > h3:first-child:not(.button) a:active,
    .cards-thumbnail-square > h3:first-child:not(.button) a:focus,
    .cards-thumbnail-square > h4:first-child:not(.button) a:hover,
    .cards-thumbnail-square > h4:first-child:not(.button) a:active,
    .cards-thumbnail-square > h4:first-child:not(.button) a:focus,
    .cards-img-16-9 > h1:first-child:not(.button) a:hover,
    .cards-img-16-9 > h1:first-child:not(.button) a:active,
    .cards-img-16-9 > h1:first-child:not(.button) a:focus,
    .cards-img-16-9 > h2:first-child:not(.button) a:hover,
    .cards-img-16-9 > h2:first-child:not(.button) a:active,
    .cards-img-16-9 > h2:first-child:not(.button) a:focus,
    .cards-img-16-9 > h3:first-child:not(.button) a:hover,
    .cards-img-16-9 > h3:first-child:not(.button) a:active,
    .cards-img-16-9 > h3:first-child:not(.button) a:focus,
    .cards-img-16-9 > h4:first-child:not(.button) a:hover,
    .cards-img-16-9 > h4:first-child:not(.button) a:active,
    .cards-img-16-9 > h4:first-child:not(.button) a:focus,
    .cards-media-vertical > h1:first-child:not(.button) a:hover,
    .cards-media-vertical > h1:first-child:not(.button) a:active,
    .cards-media-vertical > h1:first-child:not(.button) a:focus,
    .cards-media-vertical > h2:first-child:not(.button) a:hover,
    .cards-media-vertical > h2:first-child:not(.button) a:active,
    .cards-media-vertical > h2:first-child:not(.button) a:focus,
    .cards-media-vertical > h3:first-child:not(.button) a:hover,
    .cards-media-vertical > h3:first-child:not(.button) a:active,
    .cards-media-vertical > h3:first-child:not(.button) a:focus,
    .cards-media-vertical > h4:first-child:not(.button) a:hover,
    .cards-media-vertical > h4:first-child:not(.button) a:active,
    .cards-media-vertical > h4:first-child:not(.button) a:focus,
    .cards-search > h1:first-child:not(.button) a:hover,
    .cards-search > h1:first-child:not(.button) a:active,
    .cards-search > h1:first-child:not(.button) a:focus,
    .cards-search > h2:first-child:not(.button) a:hover,
    .cards-search > h2:first-child:not(.button) a:active,
    .cards-search > h2:first-child:not(.button) a:focus,
    .cards-search > h3:first-child:not(.button) a:hover,
    .cards-search > h3:first-child:not(.button) a:active,
    .cards-search > h3:first-child:not(.button) a:focus,
    .cards-search > h4:first-child:not(.button) a:hover,
    .cards-search > h4:first-child:not(.button) a:active,
    .cards-search > h4:first-child:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .cards-thumbnail-landscape > h1:first-child:not(.button) a:focus,
    .cards-thumbnail-landscape > h2:first-child:not(.button) a:focus,
    .cards-thumbnail-landscape > h3:first-child:not(.button) a:focus,
    .cards-thumbnail-landscape > h4:first-child:not(.button) a:focus,
    .cards-thumbnail-square > h1:first-child:not(.button) a:focus,
    .cards-thumbnail-square > h2:first-child:not(.button) a:focus,
    .cards-thumbnail-square > h3:first-child:not(.button) a:focus,
    .cards-thumbnail-square > h4:first-child:not(.button) a:focus,
    .cards-img-16-9 > h1:first-child:not(.button) a:focus,
    .cards-img-16-9 > h2:first-child:not(.button) a:focus,
    .cards-img-16-9 > h3:first-child:not(.button) a:focus,
    .cards-img-16-9 > h4:first-child:not(.button) a:focus,
    .cards-media-vertical > h1:first-child:not(.button) a:focus,
    .cards-media-vertical > h2:first-child:not(.button) a:focus,
    .cards-media-vertical > h3:first-child:not(.button) a:focus,
    .cards-media-vertical > h4:first-child:not(.button) a:focus,
    .cards-search > h1:first-child:not(.button) a:focus,
    .cards-search > h2:first-child:not(.button) a:focus,
    .cards-search > h3:first-child:not(.button) a:focus,
    .cards-search > h4:first-child:not(.button) a:focus {
      color: #1A284E; }
  .cards-thumbnail-landscape > h1:first-child span,
  .cards-thumbnail-landscape > h2:first-child span,
  .cards-thumbnail-landscape > h3:first-child span,
  .cards-thumbnail-landscape > h4:first-child span,
  .cards-thumbnail-square > h1:first-child span,
  .cards-thumbnail-square > h2:first-child span,
  .cards-thumbnail-square > h3:first-child span,
  .cards-thumbnail-square > h4:first-child span,
  .cards-img-16-9 > h1:first-child span,
  .cards-img-16-9 > h2:first-child span,
  .cards-img-16-9 > h3:first-child span,
  .cards-img-16-9 > h4:first-child span,
  .cards-media-vertical > h1:first-child span,
  .cards-media-vertical > h2:first-child span,
  .cards-media-vertical > h3:first-child span,
  .cards-media-vertical > h4:first-child span,
  .cards-search > h1:first-child span,
  .cards-search > h2:first-child span,
  .cards-search > h3:first-child span,
  .cards-search > h4:first-child span {
    border-bottom: 3px solid #6FB8DB;
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
    display: inline;
    line-height: 2.5;
    padding-bottom: 0.5em; }
    div[class*="bg-"] .cards-thumbnail-landscape > h1:first-child span, div[class*="bg-"]
    .cards-thumbnail-landscape > h2:first-child span, div[class*="bg-"]
    .cards-thumbnail-landscape > h3:first-child span, div[class*="bg-"]
    .cards-thumbnail-landscape > h4:first-child span, div[class*="bg-"]
    .cards-thumbnail-square > h1:first-child span, div[class*="bg-"]
    .cards-thumbnail-square > h2:first-child span, div[class*="bg-"]
    .cards-thumbnail-square > h3:first-child span, div[class*="bg-"]
    .cards-thumbnail-square > h4:first-child span, div[class*="bg-"]
    .cards-img-16-9 > h1:first-child span, div[class*="bg-"]
    .cards-img-16-9 > h2:first-child span, div[class*="bg-"]
    .cards-img-16-9 > h3:first-child span, div[class*="bg-"]
    .cards-img-16-9 > h4:first-child span, div[class*="bg-"]
    .cards-media-vertical > h1:first-child span, div[class*="bg-"]
    .cards-media-vertical > h2:first-child span, div[class*="bg-"]
    .cards-media-vertical > h3:first-child span, div[class*="bg-"]
    .cards-media-vertical > h4:first-child span, div[class*="bg-"]
    .cards-search > h1:first-child span, div[class*="bg-"]
    .cards-search > h2:first-child span, div[class*="bg-"]
    .cards-search > h3:first-child span, div[class*="bg-"]
    .cards-search > h4:first-child span {
      border-bottom: 3px solid #FFFFFF; }
    .content-bg-white .cards-thumbnail-landscape > h1:first-child span, .content-bg-white
    .cards-thumbnail-landscape > h2:first-child span, .content-bg-white
    .cards-thumbnail-landscape > h3:first-child span, .content-bg-white
    .cards-thumbnail-landscape > h4:first-child span, .content-bg-white
    .cards-thumbnail-square > h1:first-child span, .content-bg-white
    .cards-thumbnail-square > h2:first-child span, .content-bg-white
    .cards-thumbnail-square > h3:first-child span, .content-bg-white
    .cards-thumbnail-square > h4:first-child span, .content-bg-white
    .cards-img-16-9 > h1:first-child span, .content-bg-white
    .cards-img-16-9 > h2:first-child span, .content-bg-white
    .cards-img-16-9 > h3:first-child span, .content-bg-white
    .cards-img-16-9 > h4:first-child span, .content-bg-white
    .cards-media-vertical > h1:first-child span, .content-bg-white
    .cards-media-vertical > h2:first-child span, .content-bg-white
    .cards-media-vertical > h3:first-child span, .content-bg-white
    .cards-media-vertical > h4:first-child span, .content-bg-white
    .cards-search > h1:first-child span, .content-bg-white
    .cards-search > h2:first-child span, .content-bg-white
    .cards-search > h3:first-child span, .content-bg-white
    .cards-search > h4:first-child span {
      border-bottom: 3px solid #6FB8DB; }
  .content-bg-white .cards-thumbnail-landscape > h1:first-child, .content-bg-white
  .cards-thumbnail-landscape > h2:first-child, .content-bg-white
  .cards-thumbnail-landscape > h3:first-child, .content-bg-white
  .cards-thumbnail-landscape > h4:first-child, .content-bg-white
  .cards-thumbnail-square > h1:first-child, .content-bg-white
  .cards-thumbnail-square > h2:first-child, .content-bg-white
  .cards-thumbnail-square > h3:first-child, .content-bg-white
  .cards-thumbnail-square > h4:first-child, .content-bg-white
  .cards-img-16-9 > h1:first-child, .content-bg-white
  .cards-img-16-9 > h2:first-child, .content-bg-white
  .cards-img-16-9 > h3:first-child, .content-bg-white
  .cards-img-16-9 > h4:first-child, .content-bg-white
  .cards-media-vertical > h1:first-child, .content-bg-white
  .cards-media-vertical > h2:first-child, .content-bg-white
  .cards-media-vertical > h3:first-child, .content-bg-white
  .cards-media-vertical > h4:first-child, .content-bg-white
  .cards-search > h1:first-child, .content-bg-white
  .cards-search > h2:first-child, .content-bg-white
  .cards-search > h3:first-child, .content-bg-white
  .cards-search > h4:first-child {
    border-bottom: 3px solid #6FB8DB; }

.cards-thumbnail-landscape ul,
.cards-thumbnail-square ul,
.cards-img-16-9 ul,
.cards-media-vertical ul,
.cards-search ul {
  font-size: 0.9rem;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 359px) {
    .cards-thumbnail-landscape ul,
    .cards-thumbnail-square ul,
    .cards-img-16-9 ul,
    .cards-media-vertical ul,
    .cards-search ul {
      font-size: 0.81rem; } }
  @media (min-width: 576px) {
    .cards-thumbnail-landscape ul,
    .cards-thumbnail-square ul,
    .cards-img-16-9 ul,
    .cards-media-vertical ul,
    .cards-search ul {
      font-size: 0.99rem; } }
  @media (min-width: 768px) {
    .cards-thumbnail-landscape ul,
    .cards-thumbnail-square ul,
    .cards-img-16-9 ul,
    .cards-media-vertical ul,
    .cards-search ul {
      font-size: 1.06875rem; } }
  @media (min-width: 992px) {
    .cards-thumbnail-landscape ul,
    .cards-thumbnail-square ul,
    .cards-img-16-9 ul,
    .cards-media-vertical ul,
    .cards-search ul {
      font-size: 1.08rem; } }
  @media (min-width: 1200px) {
    .cards-thumbnail-landscape ul,
    .cards-thumbnail-square ul,
    .cards-img-16-9 ul,
    .cards-media-vertical ul,
    .cards-search ul {
      font-size: 1.17rem; } }
  @media (min-width: 1600px) {
    .cards-thumbnail-landscape ul,
    .cards-thumbnail-square ul,
    .cards-img-16-9 ul,
    .cards-media-vertical ul,
    .cards-search ul {
      font-size: 1.215rem; } }

.cards-thumbnail-landscape li,
.cards-thumbnail-square li,
.cards-img-16-9 li,
.cards-media-vertical li,
.cards-search li {
  font-family: "Marcin Antique", sans-serif;
  padding: 1em 0 0 1em;
  position: relative; }
  .cards-thumbnail-landscape li:not(:last-child),
  .cards-thumbnail-square li:not(:last-child),
  .cards-img-16-9 li:not(:last-child),
  .cards-media-vertical li:not(:last-child),
  .cards-search li:not(:last-child) {
    margin-bottom: 1.25rem; }
    @media (min-width: 576px) {
      .cards-thumbnail-landscape li:not(:last-child),
      .cards-thumbnail-square li:not(:last-child),
      .cards-img-16-9 li:not(:last-child),
      .cards-media-vertical li:not(:last-child),
      .cards-search li:not(:last-child) {
        margin-bottom: 2.5rem; } }
    @media (min-width: 1200px) {
      .cards-thumbnail-landscape li:not(:last-child),
      .cards-thumbnail-square li:not(:last-child),
      .cards-img-16-9 li:not(:last-child),
      .cards-media-vertical li:not(:last-child),
      .cards-search li:not(:last-child) {
        margin-bottom: 3rem; } }
  @supports (display: grid) {
    .cards-thumbnail-landscape li:not(:last-child),
    .cards-thumbnail-square li:not(:last-child),
    .cards-img-16-9 li:not(:last-child),
    .cards-media-vertical li:not(:last-child),
    .cards-search li:not(:last-child) {
      margin-bottom: 0; } }
  .cards-thumbnail-landscape li h2, .cards-thumbnail-landscape li h3, .cards-thumbnail-landscape li h4, .cards-thumbnail-landscape li h5,
  .cards-thumbnail-square li h2,
  .cards-thumbnail-square li h3,
  .cards-thumbnail-square li h4,
  .cards-thumbnail-square li h5,
  .cards-img-16-9 li h2,
  .cards-img-16-9 li h3,
  .cards-img-16-9 li h4,
  .cards-img-16-9 li h5,
  .cards-media-vertical li h2,
  .cards-media-vertical li h3,
  .cards-media-vertical li h4,
  .cards-media-vertical li h5,
  .cards-search li h2,
  .cards-search li h3,
  .cards-search li h4,
  .cards-search li h5 {
    font-family: "Marcin Antique", sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.75em;
    margin-top: 0;
    color: #1A284E;
    margin-bottom: 0; }
    .cards-thumbnail-landscape li h2:not(.button) a, .cards-thumbnail-landscape li h3:not(.button) a, .cards-thumbnail-landscape li h4:not(.button) a, .cards-thumbnail-landscape li h5:not(.button) a,
    .cards-thumbnail-square li h2:not(.button) a,
    .cards-thumbnail-square li h3:not(.button) a,
    .cards-thumbnail-square li h4:not(.button) a,
    .cards-thumbnail-square li h5:not(.button) a,
    .cards-img-16-9 li h2:not(.button) a,
    .cards-img-16-9 li h3:not(.button) a,
    .cards-img-16-9 li h4:not(.button) a,
    .cards-img-16-9 li h5:not(.button) a,
    .cards-media-vertical li h2:not(.button) a,
    .cards-media-vertical li h3:not(.button) a,
    .cards-media-vertical li h4:not(.button) a,
    .cards-media-vertical li h5:not(.button) a,
    .cards-search li h2:not(.button) a,
    .cards-search li h3:not(.button) a,
    .cards-search li h4:not(.button) a,
    .cards-search li h5:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: #1A284E;
              text-decoration-color: #1A284E;
      transition: all .3s; }
      .cards-thumbnail-landscape li h2:not(.button) a:hover, .cards-thumbnail-landscape li h2:not(.button) a:active, .cards-thumbnail-landscape li h2:not(.button) a:focus, .cards-thumbnail-landscape li h3:not(.button) a:hover, .cards-thumbnail-landscape li h3:not(.button) a:active, .cards-thumbnail-landscape li h3:not(.button) a:focus, .cards-thumbnail-landscape li h4:not(.button) a:hover, .cards-thumbnail-landscape li h4:not(.button) a:active, .cards-thumbnail-landscape li h4:not(.button) a:focus, .cards-thumbnail-landscape li h5:not(.button) a:hover, .cards-thumbnail-landscape li h5:not(.button) a:active, .cards-thumbnail-landscape li h5:not(.button) a:focus,
      .cards-thumbnail-square li h2:not(.button) a:hover,
      .cards-thumbnail-square li h2:not(.button) a:active,
      .cards-thumbnail-square li h2:not(.button) a:focus,
      .cards-thumbnail-square li h3:not(.button) a:hover,
      .cards-thumbnail-square li h3:not(.button) a:active,
      .cards-thumbnail-square li h3:not(.button) a:focus,
      .cards-thumbnail-square li h4:not(.button) a:hover,
      .cards-thumbnail-square li h4:not(.button) a:active,
      .cards-thumbnail-square li h4:not(.button) a:focus,
      .cards-thumbnail-square li h5:not(.button) a:hover,
      .cards-thumbnail-square li h5:not(.button) a:active,
      .cards-thumbnail-square li h5:not(.button) a:focus,
      .cards-img-16-9 li h2:not(.button) a:hover,
      .cards-img-16-9 li h2:not(.button) a:active,
      .cards-img-16-9 li h2:not(.button) a:focus,
      .cards-img-16-9 li h3:not(.button) a:hover,
      .cards-img-16-9 li h3:not(.button) a:active,
      .cards-img-16-9 li h3:not(.button) a:focus,
      .cards-img-16-9 li h4:not(.button) a:hover,
      .cards-img-16-9 li h4:not(.button) a:active,
      .cards-img-16-9 li h4:not(.button) a:focus,
      .cards-img-16-9 li h5:not(.button) a:hover,
      .cards-img-16-9 li h5:not(.button) a:active,
      .cards-img-16-9 li h5:not(.button) a:focus,
      .cards-media-vertical li h2:not(.button) a:hover,
      .cards-media-vertical li h2:not(.button) a:active,
      .cards-media-vertical li h2:not(.button) a:focus,
      .cards-media-vertical li h3:not(.button) a:hover,
      .cards-media-vertical li h3:not(.button) a:active,
      .cards-media-vertical li h3:not(.button) a:focus,
      .cards-media-vertical li h4:not(.button) a:hover,
      .cards-media-vertical li h4:not(.button) a:active,
      .cards-media-vertical li h4:not(.button) a:focus,
      .cards-media-vertical li h5:not(.button) a:hover,
      .cards-media-vertical li h5:not(.button) a:active,
      .cards-media-vertical li h5:not(.button) a:focus,
      .cards-search li h2:not(.button) a:hover,
      .cards-search li h2:not(.button) a:active,
      .cards-search li h2:not(.button) a:focus,
      .cards-search li h3:not(.button) a:hover,
      .cards-search li h3:not(.button) a:active,
      .cards-search li h3:not(.button) a:focus,
      .cards-search li h4:not(.button) a:hover,
      .cards-search li h4:not(.button) a:active,
      .cards-search li h4:not(.button) a:focus,
      .cards-search li h5:not(.button) a:hover,
      .cards-search li h5:not(.button) a:active,
      .cards-search li h5:not(.button) a:focus {
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .cards-thumbnail-landscape li h2:not(.button) a:focus, .cards-thumbnail-landscape li h3:not(.button) a:focus, .cards-thumbnail-landscape li h4:not(.button) a:focus, .cards-thumbnail-landscape li h5:not(.button) a:focus,
      .cards-thumbnail-square li h2:not(.button) a:focus,
      .cards-thumbnail-square li h3:not(.button) a:focus,
      .cards-thumbnail-square li h4:not(.button) a:focus,
      .cards-thumbnail-square li h5:not(.button) a:focus,
      .cards-img-16-9 li h2:not(.button) a:focus,
      .cards-img-16-9 li h3:not(.button) a:focus,
      .cards-img-16-9 li h4:not(.button) a:focus,
      .cards-img-16-9 li h5:not(.button) a:focus,
      .cards-media-vertical li h2:not(.button) a:focus,
      .cards-media-vertical li h3:not(.button) a:focus,
      .cards-media-vertical li h4:not(.button) a:focus,
      .cards-media-vertical li h5:not(.button) a:focus,
      .cards-search li h2:not(.button) a:focus,
      .cards-search li h3:not(.button) a:focus,
      .cards-search li h4:not(.button) a:focus,
      .cards-search li h5:not(.button) a:focus {
        color: #1A284E; }
    .cards-thumbnail-landscape li h2:not(.button) a, .cards-thumbnail-landscape li h3:not(.button) a, .cards-thumbnail-landscape li h4:not(.button) a, .cards-thumbnail-landscape li h5:not(.button) a,
    .cards-thumbnail-square li h2:not(.button) a,
    .cards-thumbnail-square li h3:not(.button) a,
    .cards-thumbnail-square li h4:not(.button) a,
    .cards-thumbnail-square li h5:not(.button) a,
    .cards-img-16-9 li h2:not(.button) a,
    .cards-img-16-9 li h3:not(.button) a,
    .cards-img-16-9 li h4:not(.button) a,
    .cards-img-16-9 li h5:not(.button) a,
    .cards-media-vertical li h2:not(.button) a,
    .cards-media-vertical li h3:not(.button) a,
    .cards-media-vertical li h4:not(.button) a,
    .cards-media-vertical li h5:not(.button) a,
    .cards-search li h2:not(.button) a,
    .cards-search li h3:not(.button) a,
    .cards-search li h4:not(.button) a,
    .cards-search li h5:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent;
      transition: all .3s; }
      .cards-thumbnail-landscape li h2:not(.button) a:hover, .cards-thumbnail-landscape li h2:not(.button) a:active, .cards-thumbnail-landscape li h2:not(.button) a:focus, .cards-thumbnail-landscape li h3:not(.button) a:hover, .cards-thumbnail-landscape li h3:not(.button) a:active, .cards-thumbnail-landscape li h3:not(.button) a:focus, .cards-thumbnail-landscape li h4:not(.button) a:hover, .cards-thumbnail-landscape li h4:not(.button) a:active, .cards-thumbnail-landscape li h4:not(.button) a:focus, .cards-thumbnail-landscape li h5:not(.button) a:hover, .cards-thumbnail-landscape li h5:not(.button) a:active, .cards-thumbnail-landscape li h5:not(.button) a:focus,
      .cards-thumbnail-square li h2:not(.button) a:hover,
      .cards-thumbnail-square li h2:not(.button) a:active,
      .cards-thumbnail-square li h2:not(.button) a:focus,
      .cards-thumbnail-square li h3:not(.button) a:hover,
      .cards-thumbnail-square li h3:not(.button) a:active,
      .cards-thumbnail-square li h3:not(.button) a:focus,
      .cards-thumbnail-square li h4:not(.button) a:hover,
      .cards-thumbnail-square li h4:not(.button) a:active,
      .cards-thumbnail-square li h4:not(.button) a:focus,
      .cards-thumbnail-square li h5:not(.button) a:hover,
      .cards-thumbnail-square li h5:not(.button) a:active,
      .cards-thumbnail-square li h5:not(.button) a:focus,
      .cards-img-16-9 li h2:not(.button) a:hover,
      .cards-img-16-9 li h2:not(.button) a:active,
      .cards-img-16-9 li h2:not(.button) a:focus,
      .cards-img-16-9 li h3:not(.button) a:hover,
      .cards-img-16-9 li h3:not(.button) a:active,
      .cards-img-16-9 li h3:not(.button) a:focus,
      .cards-img-16-9 li h4:not(.button) a:hover,
      .cards-img-16-9 li h4:not(.button) a:active,
      .cards-img-16-9 li h4:not(.button) a:focus,
      .cards-img-16-9 li h5:not(.button) a:hover,
      .cards-img-16-9 li h5:not(.button) a:active,
      .cards-img-16-9 li h5:not(.button) a:focus,
      .cards-media-vertical li h2:not(.button) a:hover,
      .cards-media-vertical li h2:not(.button) a:active,
      .cards-media-vertical li h2:not(.button) a:focus,
      .cards-media-vertical li h3:not(.button) a:hover,
      .cards-media-vertical li h3:not(.button) a:active,
      .cards-media-vertical li h3:not(.button) a:focus,
      .cards-media-vertical li h4:not(.button) a:hover,
      .cards-media-vertical li h4:not(.button) a:active,
      .cards-media-vertical li h4:not(.button) a:focus,
      .cards-media-vertical li h5:not(.button) a:hover,
      .cards-media-vertical li h5:not(.button) a:active,
      .cards-media-vertical li h5:not(.button) a:focus,
      .cards-search li h2:not(.button) a:hover,
      .cards-search li h2:not(.button) a:active,
      .cards-search li h2:not(.button) a:focus,
      .cards-search li h3:not(.button) a:hover,
      .cards-search li h3:not(.button) a:active,
      .cards-search li h3:not(.button) a:focus,
      .cards-search li h4:not(.button) a:hover,
      .cards-search li h4:not(.button) a:active,
      .cards-search li h4:not(.button) a:focus,
      .cards-search li h5:not(.button) a:hover,
      .cards-search li h5:not(.button) a:active,
      .cards-search li h5:not(.button) a:focus {
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent; }
      .cards-thumbnail-landscape li h2:not(.button) a:focus, .cards-thumbnail-landscape li h3:not(.button) a:focus, .cards-thumbnail-landscape li h4:not(.button) a:focus, .cards-thumbnail-landscape li h5:not(.button) a:focus,
      .cards-thumbnail-square li h2:not(.button) a:focus,
      .cards-thumbnail-square li h3:not(.button) a:focus,
      .cards-thumbnail-square li h4:not(.button) a:focus,
      .cards-thumbnail-square li h5:not(.button) a:focus,
      .cards-img-16-9 li h2:not(.button) a:focus,
      .cards-img-16-9 li h3:not(.button) a:focus,
      .cards-img-16-9 li h4:not(.button) a:focus,
      .cards-img-16-9 li h5:not(.button) a:focus,
      .cards-media-vertical li h2:not(.button) a:focus,
      .cards-media-vertical li h3:not(.button) a:focus,
      .cards-media-vertical li h4:not(.button) a:focus,
      .cards-media-vertical li h5:not(.button) a:focus,
      .cards-search li h2:not(.button) a:focus,
      .cards-search li h3:not(.button) a:focus,
      .cards-search li h4:not(.button) a:focus,
      .cards-search li h5:not(.button) a:focus {
        color: #1A284E; }
  .cards-thumbnail-landscape li:hover .img-wrap::before, .cards-thumbnail-landscape li:focus .img-wrap::before, .cards-thumbnail-landscape li:active .img-wrap::before,
  .cards-thumbnail-square li:hover .img-wrap::before,
  .cards-thumbnail-square li:focus .img-wrap::before,
  .cards-thumbnail-square li:active .img-wrap::before,
  .cards-img-16-9 li:hover .img-wrap::before,
  .cards-img-16-9 li:focus .img-wrap::before,
  .cards-img-16-9 li:active .img-wrap::before,
  .cards-media-vertical li:hover .img-wrap::before,
  .cards-media-vertical li:focus .img-wrap::before,
  .cards-media-vertical li:active .img-wrap::before,
  .cards-search li:hover .img-wrap::before,
  .cards-search li:focus .img-wrap::before,
  .cards-search li:active .img-wrap::before {
    opacity: 1;
    transform: translate(1em, 1em); }
  .cards-thumbnail-landscape li:active .img-wrap::before,
  .cards-thumbnail-square li:active .img-wrap::before,
  .cards-img-16-9 li:active .img-wrap::before,
  .cards-media-vertical li:active .img-wrap::before,
  .cards-search li:active .img-wrap::before {
    opacity: 1;
    transform: translate(0.5em, 0.5em); }
  .cards-thumbnail-landscape li a:focus,
  .cards-thumbnail-square li a:focus,
  .cards-img-16-9 li a:focus,
  .cards-media-vertical li a:focus,
  .cards-search li a:focus {
    outline-offset: 3px;
    outline: 3px solid #F8971D;
    -webkit-text-decoration-color: #F8971D;
            text-decoration-color: #F8971D;
    text-decoration: underline; }
  @media screen and (min-width: 360px) {
    .cards-thumbnail-landscape li:focus-within a,
    .cards-thumbnail-landscape li:focus-within a:hover,
    .cards-thumbnail-landscape li:focus-within a:active,
    .cards-thumbnail-landscape li:focus-within a:focus,
    .cards-thumbnail-square li:focus-within a,
    .cards-thumbnail-square li:focus-within a:hover,
    .cards-thumbnail-square li:focus-within a:active,
    .cards-thumbnail-square li:focus-within a:focus,
    .cards-img-16-9 li:focus-within a,
    .cards-img-16-9 li:focus-within a:hover,
    .cards-img-16-9 li:focus-within a:active,
    .cards-img-16-9 li:focus-within a:focus,
    .cards-media-vertical li:focus-within a,
    .cards-media-vertical li:focus-within a:hover,
    .cards-media-vertical li:focus-within a:active,
    .cards-media-vertical li:focus-within a:focus,
    .cards-search li:focus-within a,
    .cards-search li:focus-within a:hover,
    .cards-search li:focus-within a:active,
    .cards-search li:focus-within a:focus {
      outline: none;
      -webkit-text-decoration-color: white !important;
              text-decoration-color: white !important;
      text-decoration: none; }
    .cards-thumbnail-landscape li:focus-within .img-wrap::before,
    .cards-thumbnail-square li:focus-within .img-wrap::before,
    .cards-img-16-9 li:focus-within .img-wrap::before,
    .cards-media-vertical li:focus-within .img-wrap::before,
    .cards-search li:focus-within .img-wrap::before {
      opacity: 1;
      transform: translate(1em, 1em); } }

.cards-thumbnail-landscape .img-wrap,
.cards-thumbnail-square .img-wrap,
.cards-img-16-9 .img-wrap,
.cards-media-vertical .img-wrap,
.cards-search .img-wrap {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0; }
  .cards-thumbnail-landscape .img-wrap img,
  .cards-thumbnail-square .img-wrap img,
  .cards-img-16-9 .img-wrap img,
  .cards-media-vertical .img-wrap img,
  .cards-search .img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    font-size: 1em;
    height: 100%;
    width: 100%;
    display: block; }
  .cards-thumbnail-landscape .img-wrap::before,
  .cards-thumbnail-square .img-wrap::before,
  .cards-img-16-9 .img-wrap::before,
  .cards-media-vertical .img-wrap::before,
  .cards-search .img-wrap::before {
    background-color: #D2E3F1;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transform: translate(0);
    transition: all .2s ease;
    width: 100%;
    z-index: -1; }

.cards-thumbnail-landscape .text-wrap,
.cards-thumbnail-square .text-wrap,
.cards-img-16-9 .text-wrap,
.cards-media-vertical .text-wrap,
.cards-search .text-wrap {
  background-color: #D2E3F1;
  height: 100%; }
  .cards-thumbnail-landscape .text-wrap *:last-child,
  .cards-thumbnail-square .text-wrap *:last-child,
  .cards-img-16-9 .text-wrap *:last-child,
  .cards-media-vertical .text-wrap *:last-child,
  .cards-search .text-wrap *:last-child {
    margin-bottom: 0; }

.cards-thumbnail-landscape p,
.cards-thumbnail-square p,
.cards-img-16-9 p,
.cards-media-vertical p,
.cards-search p {
  font-size: .85em;
  color: #6f6f6f;
  line-height: 1.5; }
  .cards-thumbnail-landscape p:not(:empty),
  .cards-thumbnail-square p:not(:empty),
  .cards-img-16-9 p:not(:empty),
  .cards-media-vertical p:not(:empty),
  .cards-search p:not(:empty) {
    margin-top: 1em; }

.content-bg-blue-lighter .cards-thumbnail-landscape .img-wrap::before,
.content-bg-teal-light .cards-thumbnail-landscape .img-wrap::before,
.bg-blue-lighter .cards-thumbnail-landscape .img-wrap::before,
.bg-gray-lighter .cards-thumbnail-landscape .img-wrap::before, .content-bg-blue-lighter
.cards-thumbnail-square .img-wrap::before,
.content-bg-teal-light
.cards-thumbnail-square .img-wrap::before,
.bg-blue-lighter
.cards-thumbnail-square .img-wrap::before,
.bg-gray-lighter
.cards-thumbnail-square .img-wrap::before, .content-bg-blue-lighter
.cards-img-16-9 .img-wrap::before,
.content-bg-teal-light
.cards-img-16-9 .img-wrap::before,
.bg-blue-lighter
.cards-img-16-9 .img-wrap::before,
.bg-gray-lighter
.cards-img-16-9 .img-wrap::before, .content-bg-blue-lighter
.cards-media-vertical .img-wrap::before,
.content-bg-teal-light
.cards-media-vertical .img-wrap::before,
.bg-blue-lighter
.cards-media-vertical .img-wrap::before,
.bg-gray-lighter
.cards-media-vertical .img-wrap::before, .content-bg-blue-lighter
.cards-search .img-wrap::before,
.content-bg-teal-light
.cards-search .img-wrap::before,
.bg-blue-lighter
.cards-search .img-wrap::before,
.bg-gray-lighter
.cards-search .img-wrap::before {
  background-color: #6FB8DB; }

div[class*="content-bg-"] .cards-thumbnail-landscape, div[class*="content-bg-"]
.cards-thumbnail-square, div[class*="content-bg-"]
.cards-img-16-9, div[class*="content-bg-"]
.cards-media-vertical, div[class*="content-bg-"]
.cards-search {
  padding: 0; }

div[class*="bg-"] .cards-thumbnail-landscape .text-wrap, div[class*="bg-"]
.cards-thumbnail-square .text-wrap, div[class*="bg-"]
.cards-img-16-9 .text-wrap, div[class*="bg-"]
.cards-media-vertical .text-wrap, div[class*="bg-"]
.cards-search .text-wrap {
  background-color: #FFFFFF; }

div.content-bg-white .cards-thumbnail-landscape .text-wrap, div.content-bg-white
.cards-thumbnail-square .text-wrap, div.content-bg-white
.cards-img-16-9 .text-wrap, div.content-bg-white
.cards-media-vertical .text-wrap, div.content-bg-white
.cards-search .text-wrap {
  background-color: #D2E3F1; }

@supports (display: grid) {
  .cards-thumbnail-landscape ul {
    display: grid;
    grid-gap: 1.5rem 3rem; }
    @media (min-width: 992px) {
      .col-12 .cards-thumbnail-landscape ul {
        grid-template-columns: 1fr 1fr;
        grid-gap: 3rem; } } }

.cards-thumbnail-landscape .img-wrap {
  height: calc(100% - 1em);
  width: 35%;
  max-width: 15em; }
  @media (min-width: 992px) {
    .cards-thumbnail-landscape .img-wrap {
      width: 45%; } }
  @supports (display: grid) {
    .cards-thumbnail-landscape .img-wrap {
      max-width: unset; } }

.cards-thumbnail-landscape .text-wrap {
  padding: 1.4em;
  padding-left: calc(35% + 1em); }
  @media (min-width: 992px) {
    .cards-thumbnail-landscape .text-wrap {
      padding-left: calc(45% + 1em); } }
  .col-12 .cards-thumbnail-landscape .text-wrap {
    padding: 1.4em 1.4em 1.4em 15.7em; }
    @supports (display: grid) {
      .col-12 .cards-thumbnail-landscape .text-wrap {
        padding-left: calc(35% + 1em); }
        @media (min-width: 992px) {
          .col-12 .cards-thumbnail-landscape .text-wrap {
            padding-left: calc(45% + 1em); } } }

@media screen and (max-width: 359px) {
  .cards-thumbnail-landscape .img-wrap {
    height: 6em;
    width: auto; }
    .cards-thumbnail-landscape .img-wrap img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: left;
      object-position: left;
      font-family: "object-fit: contain; object-position: left"; }
  .cards-thumbnail-landscape .text-wrap {
    padding: 6.4em 1.4em 1.4em 1.4em; } }

.cards-thumbnail-square ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .cards-thumbnail-square ul li {
    margin-right: 0.75rem; }
    @media (min-width: 576px) {
      .cards-thumbnail-square ul li {
        margin-right: 1.5rem; } }
    @media (min-width: 1200px) {
      .cards-thumbnail-square ul li {
        margin-right: 1.8rem; } }
    .cards-thumbnail-square ul li:last-child {
      margin-bottom: 1.25rem; }
      @media (min-width: 576px) {
        .cards-thumbnail-square ul li:last-child {
          margin-bottom: 2.5rem; } }
      @media (min-width: 1200px) {
        .cards-thumbnail-square ul li:last-child {
          margin-bottom: 3rem; } }
  @supports (display: grid) {
    .cards-thumbnail-square ul {
      display: grid;
      grid-gap: 1.5rem 3rem;
      grid-template-columns: repeat(auto-fill, minmax(15em, 1fr)); }
      @media (min-width: 992px) {
        .cards-thumbnail-square ul {
          grid-gap: 2.5rem 3rem; } }
      .cards-thumbnail-square ul li {
        margin-right: 0; }
        .cards-thumbnail-square ul li:last-child {
          margin-bottom: 0; } }

.cards-thumbnail-square .img-wrap {
  height: 5em;
  width: 5em; }

.cards-thumbnail-square .text-wrap {
  align-items: center;
  display: flex;
  min-height: 5em;
  padding: 0.5em 1.4em;
  padding-left: 5.5em; }

.cards-media-vertical .img-wrap {
  height: 6em;
  width: auto; }
  .cards-media-vertical .img-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    font-family: "object-fit: contain; object-position: left"; }

.cards-media-vertical .text-wrap {
  padding: 6.4em 1.4em 1.4em 1.4em; }

.cards-media-vertical li:not(:last-child) {
  margin-bottom: 2em; }

@media screen and (min-width: 360px) {
  .cards-media-vertical .img-wrap {
    height: auto;
    width: 7em; }
  .cards-media-vertical .text-wrap {
    padding: 1.4em 1.4em 1.4em 7.7em; } }

@media (min-width: 992px) {
  .col-12 .cards-media-vertical {
    display: flex;
    justify-content: space-between; }
    .col-12 .cards-media-vertical > h1:first-child,
    .col-12 .cards-media-vertical > h2:first-child,
    .col-12 .cards-media-vertical > h3:first-child,
    .col-12 .cards-media-vertical > h4:first-child {
      margin-right: 2.25rem;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
    @media (min-width: 992px) and (min-width: 576px) {
      .col-12 .cards-media-vertical > h1:first-child,
      .col-12 .cards-media-vertical > h2:first-child,
      .col-12 .cards-media-vertical > h3:first-child,
      .col-12 .cards-media-vertical > h4:first-child {
        margin-right: 4.5rem; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .col-12 .cards-media-vertical > h1:first-child,
      .col-12 .cards-media-vertical > h2:first-child,
      .col-12 .cards-media-vertical > h3:first-child,
      .col-12 .cards-media-vertical > h4:first-child {
        margin-right: 5.4rem; } }

@media (min-width: 992px) {
    .col-12 .cards-media-vertical ul li {
      max-width: 48em; }
      .col-12 .cards-media-vertical ul li:not(:last-child) {
        margin-bottom: 1.25rem; } }
      @media (min-width: 992px) and (min-width: 576px) {
        .col-12 .cards-media-vertical ul li:not(:last-child) {
          margin-bottom: 2.5rem; } }
      @media (min-width: 992px) and (min-width: 1200px) {
        .col-12 .cards-media-vertical ul li:not(:last-child) {
          margin-bottom: 3rem; } }

@media (min-width: 992px) {
    .col-12 .cards-media-vertical ul .img-wrap {
      width: 13em; }
    .col-12 .cards-media-vertical ul .text-wrap {
      padding: 1.4em 1.4em 1.4em 13.7em;
      min-height: 16.85em; } }

.cards-img-16-9 ul {
  padding: 1em 0 0 1em; }
  @supports (display: grid) {
    .cards-img-16-9 ul {
      display: grid;
      grid-gap: 1.5rem 3rem; }
      @media (min-width: 992px) {
        .col-md-6 .cards-img-16-9 ul,
        .col-md-right-main .cards-img-16-9 ul,
        .col-md-left-main .cards-img-16-9 ul,
        .col-central .cards-img-16-9 ul {
          grid-template-columns: 1fr 1fr;
          grid-gap: 4rem; } }
      @media (min-width: 992px) {
        .col-12 .cards-img-16-9 ul {
          grid-template-columns: 1fr 1fr 1fr;
          grid-gap: 4rem; } } }

.cards-img-16-9 li {
  background-color: #D2E3F1;
  display: flex;
  flex-direction: column-reverse;
  padding: 0; }
  @media (max-width: 991.98px) {
    .cards-img-16-9 li {
      margin-bottom: 1em; }
      .cards-img-16-9 li:not(:last-child) {
        margin-bottom: 1em; } }
  div[class*="bg-"] .cards-img-16-9 li {
    background-color: #FFFFFF; }
  div.content-bg-white .cards-img-16-9 li {
    background-color: #D2E3F1; }

.cards-img-16-9 .img-wrap {
  width: 100%;
  margin-left: -1em;
  margin-top: -1em;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
  border: 1px solid #D2E3F1; }
  .cards-img-16-9 .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .cards-img-16-9 .img-wrap::before {
    background-color: #6FB8DB; }

.cards-img-16-9 .text-wrap {
  background-color: #D2E3F1;
  padding: 1.4em;
  position: relative; }
  .cards-img-16-9 .text-wrap h3 a:not(.button) {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent; }

.cards-search {
  width: 100%; }
  .cards-search li, .cards-search li:not(:last-child) {
    margin-bottom: 0.75rem; }
    @media (min-width: 576px) {
      .cards-search li, .cards-search li:not(:last-child) {
        margin-bottom: 1.5rem; } }
    @media (min-width: 1200px) {
      .cards-search li, .cards-search li:not(:last-child) {
        margin-bottom: 1.8rem; } }
  .cards-search .img-wrap {
    height: 6.4em;
    width: 6.4em;
    border: none; }
  .cards-search .text-wrap {
    padding: 1.4em 1.4em 1.4em 7em; }

.datelist {
  font-size: 0.9rem;
  padding-top: 1em;
  font-family: "Marcin Antique", sans-serif; }
  @media screen and (max-width: 359px) {
    .datelist {
      font-size: 0.81rem; } }
  @media (min-width: 576px) {
    .datelist {
      font-size: 0.99rem; } }
  @media (min-width: 768px) {
    .datelist {
      font-size: 1.06875rem; } }
  @media (min-width: 992px) {
    .datelist {
      font-size: 1.08rem; } }
  @media (min-width: 1200px) {
    .datelist {
      font-size: 1.17rem; } }
  @media (min-width: 1600px) {
    .datelist {
      font-size: 1.215rem; } }
  .datelist ol {
    list-style-type: none;
    padding-left: 0;
    position: relative; }
    .datelist ol li {
      background-color: #D2E3F1;
      color: #333333;
      line-height: 1.4;
      margin-bottom: 2em;
      margin-left: 0.5em;
      position: relative; }
    .datelist ol time {
      background-color: #215E9E;
      color: #FFFFFF;
      display: block;
      font-weight: 700;
      left: -0.5em;
      padding: 0.5em 0.75em;
      position: relative;
      top: -0.5em;
      width: 60%; }
      @media (min-width: 1200px) {
        .datelist ol time {
          padding: 1em;
          position: absolute;
          width: 14em; } }
    .datelist ol .desc {
      display: block;
      padding: .5em 1em 1em 1em; }
      @media (min-width: 1200px) {
        .datelist ol .desc {
          min-height: 3.6em;
          padding: 0.55em 1em .5em 14.7em; } }

.hero,
.hero-home,
.hero-no-img {
  display: flex; }
  .hero .gradient,
  .hero-home .gradient,
  .hero-no-img .gradient {
    padding-top: 1.25rem;
    background-image: linear-gradient(rgba(26, 40, 78, 0) 0%, rgba(26, 40, 78, 0.5) 40%, rgba(26, 40, 78, 0.9));
    width: 100%; }
    @media (min-width: 576px) {
      .hero .gradient,
      .hero-home .gradient,
      .hero-no-img .gradient {
        padding-top: 2.5rem; } }
    @media (min-width: 1200px) {
      .hero .gradient,
      .hero-home .gradient,
      .hero-no-img .gradient {
        padding-top: 3rem; } }

.hero,
.hero-no-img {
  position: relative; }
  .hero .img-wrap,
  .hero-no-img .img-wrap {
    background-color: #1A284E;
    height: 50vh;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 5rem; }
    @media (min-width: 768px) {
      .hero .img-wrap,
      .hero-no-img .img-wrap {
        top: 7rem; } }
    .hero .img-wrap img,
    .hero-no-img .img-wrap img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
    @media (min-width: 576px) {
      .hero .img-wrap,
      .hero-no-img .img-wrap {
        height: 60vh; } }
  .hero .hero-inner,
  .hero-no-img .hero-inner {
    align-items: flex-end;
    display: flex;
    min-height: 50vh;
    width: 100%; }
    @media (min-width: 576px) {
      .hero .hero-inner,
      .hero-no-img .hero-inner {
        min-height: 60vh; } }
  .hero .gradient,
  .hero-no-img .gradient {
    width: 100%; }
  .hero .hero-text,
  .hero .breadcrumb,
  .hero-no-img .hero-text,
  .hero-no-img .breadcrumb {
    margin: 0 auto;
    width: calc(100% - 4em); }
    @media (min-width: 576px) {
      .hero .hero-text,
      .hero .breadcrumb,
      .hero-no-img .hero-text,
      .hero-no-img .breadcrumb {
        width: calc(90vw - 4em); } }
    @media only screen and (min-width: 1760px) {
      .hero .hero-text,
      .hero .breadcrumb,
      .hero-no-img .hero-text,
      .hero-no-img .breadcrumb {
        width: calc(1584px - 4em); } }
  .hero .hero-text,
  .hero-no-img .hero-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
    @media (min-width: 576px) {
      .hero .hero-text,
      .hero-no-img .hero-text {
        flex-direction: row;
        align-items: flex-end; } }
    .hero .hero-text::after,
    .hero-no-img .hero-text::after {
      background-color: #6FB8DB;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      height: 0.5em;
      position: absolute;
      width: 100%; }
    .hero .hero-text h1,
    .hero-no-img .hero-text h1 {
      color: #FFFFFF; }
      @media (min-width: 576px) {
        .hero .hero-text h1,
        .hero-no-img .hero-text h1 {
          padding-right: 1em;
          margin-bottom: .625em; } }
      @media (min-width: 768px) {
        .hero .hero-text h1,
        .hero-no-img .hero-text h1 {
          margin-bottom: .57em; } }
      @media (min-width: 992px) {
        .hero .hero-text h1,
        .hero-no-img .hero-text h1 {
          margin-bottom: 0.4em; } }
    @media (min-width: 576px) {
      .hero .hero-text .share,
      .hero-no-img .hero-text .share {
        margin-bottom: 2.3em;
        margin-right: 0;
        margin-left: auto; } }
    @media (min-width: 768px) {
      .hero .hero-text .share,
      .hero-no-img .hero-text .share {
        margin-bottom: 2.8em; } }
  .hero .breadcrumb ol,
  .hero-no-img .breadcrumb ol {
    list-style-type: none;
    padding: 0; }
  .hero .breadcrumb li,
  .hero-no-img .breadcrumb li {
    color: #FFFFFF;
    font-family: "Marcin Typewriter", sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    line-height: 1.25;
    margin-top: 0;
    text-transform: uppercase;
    display: inline-block; }
    .hero .breadcrumb li:not(:last-child),
    .hero-no-img .breadcrumb li:not(:last-child) {
      margin-right: 1em; }
      .hero .breadcrumb li:not(:last-child):after,
      .hero-no-img .breadcrumb li:not(:last-child):after {
        content: "";
        display: inline-block;
        position: absolute;
        background-color: #1A284E;
        opacity: .3;
        width: 2px;
        height: .9em;
        margin-left: .75em;
        margin-top: 0.2em; }
    .hero .breadcrumb li a,
    .hero-no-img .breadcrumb li a {
      color: #FFFFFF;
      transition: all .3s;
      text-underline-offset: .2em;
      -webkit-text-decoration-color: transparent;
              text-decoration-color: transparent; }
      .hero .breadcrumb li a:hover, .hero .breadcrumb li a:active, .hero .breadcrumb li a:focus,
      .hero-no-img .breadcrumb li a:hover,
      .hero-no-img .breadcrumb li a:active,
      .hero-no-img .breadcrumb li a:focus {
        color: #FFFFFF !important;
        text-decoration: underline;
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .hero .breadcrumb li a:focus,
      .hero-no-img .breadcrumb li a:focus {
        outline: none;
        -webkit-text-decoration-color: #FFFFFF;
                text-decoration-color: #FFFFFF; }

.hero.hero-no-img {
  background-color: #1A284E; }
  .hero.hero-no-img .gradient {
    background-image: none; }
  .hero.hero-no-img .hero-inner {
    min-height: 25vh; }
    @media (min-width: 576px) {
      .hero.hero-no-img .hero-inner {
        min-height: 30vh; } }
  .hero.hero-no-img .breadcrumb li:not(:last-child):after {
    background-color: #FFFFFF;
    opacity: .3; }

.hero-home h1 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.hero-home .row {
  padding-bottom: 1.25rem;
  color: #FFFFFF;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%; }
  @media (min-width: 576px) {
    .hero-home .row {
      padding-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    .hero-home .row {
      padding-bottom: 3rem; } }
  .hero-home .row .h1, .hero-home .row h2, .hero-home .row .h2, .hero-home .row h3, .hero-home .row .h3, .hero-home .row h4, .hero-home .row .h4, .hero-home .row h5, .hero-home .row .h5, .hero-home .row h6, .hero-home .row .h6 {
    color: #FFFFFF; }
  .hero-home .row button,
  .hero-home .row input[type="submit"],
  .hero-home .row .button a,
  .hero-home .row .language-toggle a,
  .hero-home .row .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .hero-home .row button:hover, .hero-home .row button:active, .hero-home .row button:focus,
    .hero-home .row input[type="submit"]:hover,
    .hero-home .row input[type="submit"]:active,
    .hero-home .row input[type="submit"]:focus,
    .hero-home .row .button a:hover,
    .hero-home .row .button a:active,
    .hero-home .row .button a:focus,
    .hero-home .row .language-toggle a:hover,
    .hero-home .row .language-toggle a:active,
    .hero-home .row .language-toggle a:focus,
    .hero-home .row .voter-info-links a:hover,
    .hero-home .row .voter-info-links a:active,
    .hero-home .row .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .hero-home .row button:focus, .hero-home .row button:active,
    .hero-home .row input[type="submit"]:focus,
    .hero-home .row input[type="submit"]:active,
    .hero-home .row .button a:focus,
    .hero-home .row .button a:active,
    .hero-home .row .language-toggle a:focus,
    .hero-home .row .language-toggle a:active,
    .hero-home .row .voter-info-links a:focus,
    .hero-home .row .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .hero-home .row a {
    color: #FFFFFF; }
  .hero-home .row .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .hero-home .row .rte:not(.button) a:hover, .hero-home .row .rte:not(.button) a:active, .hero-home .row .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .hero-home .row .rte:not(.button) a:focus {
      color: #1A284E; }
  .hero-home .row .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .hero-home .row .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .hero-home .row .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .hero-home .row .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .hero-home .row .rte p.lead {
    color: #D2E3F1; }
  .hero-home .row .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .hero-home .row .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .hero-home .row .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .hero-home .row .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }
  .hero-home .row h2 {
    font-size: clamp(1.375rem, 0.938rem + 2.19vw, 3.125rem); }
  .hero-home .row p {
    font-family: "Marcin Antique", sans-serif; }
  @media (min-width: 576px) {
    .hero-home .row {
      width: 90vw; } }
  @media (min-width: 768px) {
    .hero-home .row p {
      margin-top: .3em; } }
  @media only screen and (min-width: 1760px) {
    .hero-home .row {
      width: 1584px; } }

.hero-home .gradient {
  padding-top: 1.25rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(26, 40, 78, 0.5) 30%, #1A284E);
  width: 100%; }
  @media (min-width: 576px) {
    .hero-home .gradient {
      padding-top: 2.5rem; } }
  @media (min-width: 1200px) {
    .hero-home .gradient {
      padding-top: 3rem; } }
  @media (max-width: 575.98px) {
    .hero-home .gradient {
      padding-top: 0;
      margin-top: -6em;
      background-image: none; } }
  @media (max-width: 575.98px) {
    .hero-home .gradient .row {
      margin-top: 0;
      padding-top: 1em;
      background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #1A284E 5em, #1A284E 100%); } }

.hero-home .hero-home-inner {
  width: calc(100% + 4em);
  margin-left: -2em;
  margin-right: -2em; }
  @media (min-width: 576px) {
    .hero-home .hero-home-inner {
      min-height: 80vh;
      align-items: flex-end;
      display: flex; } }

.hero-home .img-wrap {
  height: 40vh;
  position: relative;
  top: 0;
  width: 100%;
  z-index: -1; }
  .hero-home .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  @media (min-width: 576px) {
    .hero-home .img-wrap {
      height: 100%;
      position: absolute; } }

.img-caption .img-wrap {
  line-height: 0; }
  .img-caption .img-wrap img {
    height: 100%;
    width: 100%; }

.img-caption .text-wrap.rte {
  font-size: 0.7rem; }
  @media screen and (max-width: 359px) {
    .img-caption .text-wrap.rte {
      font-size: 0.63rem; } }
  @media (min-width: 576px) {
    .img-caption .text-wrap.rte {
      font-size: 0.77rem; } }
  @media (min-width: 768px) {
    .img-caption .text-wrap.rte {
      font-size: 0.83125rem; } }
  @media (min-width: 992px) {
    .img-caption .text-wrap.rte {
      font-size: 0.84rem; } }
  @media (min-width: 1200px) {
    .img-caption .text-wrap.rte {
      font-size: 0.91rem; } }
  @media (min-width: 1600px) {
    .img-caption .text-wrap.rte {
      font-size: 0.945rem; } }
  .img-caption .text-wrap.rte p:not([class]) {
    font-weight: 400; }
  .img-caption .text-wrap.rte > :last-child {
    padding-bottom: 0.7rem;
    margin-bottom: 0; }
  .img-caption .text-wrap.rte > :first-child {
    padding-top: 0.7rem; }
  .img-caption .text-wrap.rte :empty {
    display: none; }

.img-caption.img-inset {
  width: 40%;
  float: left;
  margin-top: 0rem;
  margin-right: 1.25rem;
  margin-left: 0rem;
  padding-top: 0.5em; }
  @media (min-width: 576px) {
    .img-caption.img-inset {
      margin-top: 0rem;
      margin-right: 2.5rem;
      margin-left: 0rem; } }
  @media (min-width: 1200px) {
    .img-caption.img-inset {
      margin-top: 0rem;
      margin-right: 3rem;
      margin-left: 0rem; } }
  .img-caption.img-inset.right {
    float: right;
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 1.25rem; }
    @media (min-width: 576px) {
      .img-caption.img-inset.right {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-left: 2.5rem; } }
    @media (min-width: 1200px) {
      .img-caption.img-inset.right {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-left: 3rem; } }

.img-caption.full-height {
  height: 100%; }
  @media (max-width: 767.98px) {
    .img-caption.full-height {
      max-height: 300px; } }
  .img-caption.full-height .img-wrap {
    height: 100%; }
    .img-caption.full-height .img-wrap img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .img-caption.full-height .text-wrap {
    background-color: rgba(255, 255, 255, 0.7);
    transform: translateY(calc(-100% - 2em));
    margin: 1em;
    padding: 1.2em; }
    .img-caption.full-height .text-wrap > :last-child:not(:empty) {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .img-caption.full-height .text-wrap > :first-child:not(:empty) {
      padding-top: 0; }

.row-wrap.full-width .img-caption .text-wrap {
  padding-left: 1.5em;
  padding-right: 1.5em; }

.img-caption .text-wrap.rte p {
  font-family: "Marcin Antique", sans-serif; }

.img-caption .text-wrap.rte > :last-child {
  border-bottom: 1px solid rgba(111, 111, 111, 0.25); }

.secondary-nav {
  margin: 2em auto 0 auto;
  position: relative;
  width: calc(100% - 4em);
  z-index: 30; }
  @media (min-width: 576px) {
    .secondary-nav nav {
      display: flex; } }
  .secondary-nav h2 {
    font-family: "Marcin Typewriter", sans-serif;
    font-size: 0.65em;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-top: 0;
    text-transform: uppercase;
    text-underline-offset: .2em;
    padding-right: 3em;
    padding-bottom: 2em; }
    .secondary-nav h2:not(.button) a {
      color: inherit;
      text-decoration: underline;
      -webkit-text-decoration-color: #1A284E;
              text-decoration-color: #1A284E;
      transition: all .3s; }
      .secondary-nav h2:not(.button) a:hover, .secondary-nav h2:not(.button) a:active, .secondary-nav h2:not(.button) a:focus {
        -webkit-text-decoration-color: #6FB8DB;
                text-decoration-color: #6FB8DB; }
      .secondary-nav h2:not(.button) a:focus {
        color: #1A284E; }
  .secondary-nav ul {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0; }
  .secondary-nav li {
    border-left: 5px solid #EFEFEF;
    position: relative; }
    .secondary-nav li a {
      color: #333333;
      display: block;
      position: relative;
      background: transparent;
      padding: 1em 1.5em;
      margin-left: -5px;
      font-family: "Marcin Antique", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      transition: all .3s; }
      .secondary-nav li a::after {
        background-color: rgba(0, 0, 0, 0.13);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transform: translate(0, 0);
        transition: all .2s;
        width: 100%;
        z-index: -1; }
      .secondary-nav li a:hover, .secondary-nav li a:active, .secondary-nav li a:focus, .secondary-nav li a.active {
        background-color: #D2E3F1;
        color: #000000;
        outline: none;
        text-decoration: none; }
      .secondary-nav li a.active {
        background-color: #8C2124;
        color: #FFFFFF; }
      .secondary-nav li a:focus::after, .secondary-nav li a.active::after {
        opacity: 1;
        transform: translate(5px, 5px); }
      .secondary-nav li a:active::after, .secondary-nav li a:focus::after {
        background-color: #6FB8DB; }
  @media (min-width: 576px) {
    .secondary-nav {
      width: calc(90% - 4em); } }
  @media (min-width: 992px) {
    .secondary-nav {
      left: calc(5vw + 4em/2 - ((100vw - 100%)/2));
      float: left;
      margin-top: 0;
      position: -webkit-sticky;
      position: sticky;
      top: 68px;
      width: 11rem;
      margin-bottom: 2.25rem; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .secondary-nav {
      margin-bottom: 4.5rem; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .secondary-nav {
      margin-bottom: 5.4rem; } }
  @media (min-width: 992px) {
      .secondary-nav nav {
        padding-top: 2.25rem; } }
    @media (min-width: 992px) and (min-width: 576px) {
      .secondary-nav nav {
        padding-top: 4.5rem; } }
    @media (min-width: 992px) and (min-width: 1200px) {
      .secondary-nav nav {
        padding-top: 5.4rem; } }
  @media (min-width: 992px) {
      .secondary-nav h2 {
        font-size: 0;
        opacity: 0; }
      .secondary-nav ul {
        margin: 0; }
      .secondary-nav li {
        border-left: none; }
        .secondary-nav li:after {
          background: rgba(255, 255, 255, 0.6);
          content: "";
          height: 100%;
          left: 5px;
          position: absolute;
          top: 0;
          width: calc(100% - 5px);
          z-index: -2; }
        .secondary-nav li:first-child:after {
          height: calc(100% - 5px);
          top: 5px; }
        .secondary-nav li a {
          margin-left: 0;
          padding: 1.2em 1.6em 1em 1.3em; }
          .secondary-nav li a:hover, .secondary-nav li a:active {
            background-color: transparent; }
            .secondary-nav li a:hover:before, .secondary-nav li a:active:before {
              background-color: #b4d6ea;
              content: "";
              height: calc(100% - 5px);
              left: 5px;
              position: absolute;
              top: 5px;
              width: calc(100% - 5px);
              z-index: -1; }
          .secondary-nav li a:focus, .secondary-nav li a:active:focus {
            background-color: #D2E3F1; }
        .secondary-nav li a.active {
          background-color: #8C2124;
          color: #FFFFFF; }
          .secondary-nav li a.active::after {
            background-color: rgba(0, 0, 0, 0.13);
            transition: all .3s ease; }
          .secondary-nav li a.active:hover {
            background-color: #98373a;
            color: #FFFFFF; } }
  @media only screen and (min-width: 1760px) {
    .secondary-nav {
      left: calc(50% - ((1584px - 4em)/2)); } }
  @media only screen and (min-width: 1950px) {
    .secondary-nav {
      left: 0;
      width: 0; }
      .secondary-nav ul {
        margin-left: 1em; }
      .secondary-nav li {
        width: 11rem; } }

.reduced-width h2 {
  background-clip: content-box;
  margin-top: -30px;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .reduced-width h2 {
      margin-top: -150px;
      padding-top: 150px; } }

.share {
  cursor: pointer;
  padding: 0;
  position: relative;
  text-align: center;
  text-shadow: none;
  z-index: 10; }
  .share #buttonShare {
    border: none;
    border-radius: 0;
    display: block;
    font-size: 0.65em;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    width: 6rem;
    padding: 0.8em 1em;
    text-transform: uppercase;
    transition: all .2s; }
    .share #buttonShare svg {
      width: 0.7em;
      height: 0.7em; }
  .share ul {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute; }
    .share ul li {
      display: block;
      width: 100%; }
      .share ul li a {
        display: block;
        padding-bottom: 1em;
        padding-top: 1em;
        width: 100%;
        box-shadow: none; }
        .share ul li a svg {
          height: 1.5em;
          transition: all .2s ease; }
        @media (min-width: 768px) {
          .share ul li a {
            padding-top: 0.5em;
            padding-bottom: 0.25em; }
            .share ul li a svg {
              height: 1em; } }
        .share ul li a:hover, .share ul li a:active, .share ul li a:focus {
          outline: none; }

.share #buttonShare {
  background-color: #FFFFFF;
  color: #1A284E;
  font-size: .7em;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none; }
  .share #buttonShare svg {
    fill: #6FB8DB; }
  .share #buttonShare:hover {
    color: #1A284E; }
  .share #buttonShare::before {
    background-color: #6FB8DB;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s ease;
    width: 100%;
    z-index: -1; }
  .share #buttonShare:hover, .share #buttonShare:focus {
    outline: none; }
    .share #buttonShare:hover::before, .share #buttonShare:focus::before {
      opacity: 1;
      transform: translate(5px, 5px); }

.share ul {
  border-right: 5px solid #6FB8DB;
  width: calc(6rem + 5px); }
  .share ul::before {
    background-color: #6FB8DB;
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    right: -5px;
    top: 5px;
    width: 100%;
    z-index: -1; }
  .share ul li {
    border-top: 1px solid #D2E3F1; }
    .share ul li a {
      background-color: #FFFFFF; }
      .share ul li a svg {
        fill: #1A284E; }
      .share ul li a:hover, .share ul li a:active, .share ul li a:focus {
        background-color: #D2E3F1; }
        .share ul li a:hover svg, .share ul li a:active svg, .share ul li a:focus svg {
          fill: #1A284E; }

.sitemap ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: .5em;
  font-weight: bold; }
  .sitemap ul li {
    margin-bottom: .5em; }
  .sitemap ul ul {
    padding-left: 2em;
    font-weight: bold;
    margin-top: .5em; }
    .sitemap ul ul ul {
      font-weight: normal; }

.sitemap:not(.button) a {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: #1A284E;
          text-decoration-color: #1A284E;
  transition: all .3s; }
  .sitemap:not(.button) a:hover, .sitemap:not(.button) a:active, .sitemap:not(.button) a:focus {
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB; }
  .sitemap:not(.button) a:focus {
    color: #1A284E; }

.video-embed {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .video-embed::after {
    padding-top: 56.25%;
    display: block;
    content: ''; }
  .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.voter-card-download {
  color: #FFFFFF;
  font-size: 0.9rem;
  background-color: #1A284E;
  display: flex;
  flex-direction: column;
  position: relative; }
  .voter-card-download .h1, .voter-card-download h2, .voter-card-download .h2, .voter-card-download h3, .voter-card-download .h3, .voter-card-download h4, .voter-card-download .h4, .voter-card-download h5, .voter-card-download .h5, .voter-card-download h6, .voter-card-download .h6 {
    color: #FFFFFF; }
  .voter-card-download button,
  .voter-card-download input[type="submit"],
  .voter-card-download .button a,
  .voter-card-download .language-toggle a,
  .voter-card-download .voter-info-links a {
    border: 3px solid #FFFFFF;
    color: #FFFFFF; }
    .voter-card-download button:hover, .voter-card-download button:active, .voter-card-download button:focus,
    .voter-card-download input[type="submit"]:hover,
    .voter-card-download input[type="submit"]:active,
    .voter-card-download input[type="submit"]:focus,
    .voter-card-download .button a:hover,
    .voter-card-download .button a:active,
    .voter-card-download .button a:focus,
    .voter-card-download .language-toggle a:hover,
    .voter-card-download .language-toggle a:active,
    .voter-card-download .language-toggle a:focus,
    .voter-card-download .voter-info-links a:hover,
    .voter-card-download .voter-info-links a:active,
    .voter-card-download .voter-info-links a:focus {
      background-color: #FFFFFF !important;
      color: #1A284E !important;
      border-color: #FFFFFF !important; }
    .voter-card-download button:focus, .voter-card-download button:active,
    .voter-card-download input[type="submit"]:focus,
    .voter-card-download input[type="submit"]:active,
    .voter-card-download .button a:focus,
    .voter-card-download .button a:active,
    .voter-card-download .language-toggle a:focus,
    .voter-card-download .language-toggle a:active,
    .voter-card-download .voter-info-links a:focus,
    .voter-card-download .voter-info-links a:active {
      outline: 2px solid #1A284E; }
  .voter-card-download a {
    color: #FFFFFF; }
  .voter-card-download .rte:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #6FB8DB;
            text-decoration-color: #6FB8DB;
    transition: all .3s; }
    .voter-card-download .rte:not(.button) a:hover, .voter-card-download .rte:not(.button) a:active, .voter-card-download .rte:not(.button) a:focus {
      -webkit-text-decoration-color: #FFFFFF;
              text-decoration-color: #FFFFFF; }
    .voter-card-download .rte:not(.button) a:focus {
      color: #1A284E; }
  .voter-card-download .rte ul li::before {
    color: #6FB8DB; }
    @supports (-webkit-text-stroke: 1px #6FB8DB) {
      .voter-card-download .rte ul li::before {
        -webkit-text-stroke: 2px #6FB8DB;
        -webkit-text-fill-color: #6FB8DB; } }
  .voter-card-download .rte ol li::before {
    color: #215E9E;
    background-color: #FFFFFF; }
  .voter-card-download .rte hr {
    border-bottom: 2px solid #6FB8DB; }
  .voter-card-download .rte p.lead {
    color: #D2E3F1; }
  .voter-card-download .rte .rule-below {
    background-image: linear-gradient(#1A284E, #1A284E); }
  .voter-card-download .umbraco-forms-form .help-block {
    color: #DCDDDE; }
  .voter-card-download .umbraco-forms-form .umbraco-forms-indicator {
    color: #DCDDDE; }
  .voter-card-download .img-caption.full-height .text-wrap {
    background-color: rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 359px) {
    .voter-card-download {
      font-size: 0.81rem; } }
  @media (min-width: 576px) {
    .voter-card-download {
      font-size: 0.99rem; } }
  @media (min-width: 768px) {
    .voter-card-download {
      font-size: 1.06875rem; } }
  @media (min-width: 992px) {
    .voter-card-download {
      font-size: 1.08rem; } }
  @media (min-width: 1200px) {
    .voter-card-download {
      font-size: 1.17rem; } }
  @media (min-width: 1600px) {
    .voter-card-download {
      font-size: 1.215rem; } }
  @media screen and (min-width: 360px) {
    .voter-card-download {
      flex-direction: row; } }
  .voter-card-download .pdf-outer {
    margin: 1.4em;
    width: 9em; }
    @media screen and (min-width: 360px) {
      .voter-card-download .pdf-outer {
        width: 20em; } }
    @media (min-width: 576px) {
      .voter-card-download .pdf-outer {
        width: 30%; } }
    @media (min-width: 1200px) {
      .voter-card-download .pdf-outer {
        margin: 2.8em 0 2.8em 2.8em;
        width: 50%; } }
    @media (min-width: 1600px) {
      .voter-card-download .pdf-outer {
        width: 30%; } }
  .voter-card-download .pdf-inner {
    height: 0;
    overflow: hidden;
    padding-top: 128.57143%;
    position: relative; }
    @media (max-width: 767.98px) {
      .voter-card-download .pdf-inner {
        background: #1A284E url("../../src/themes/voting-rights/images/palm-card.png") center no-repeat;
        background-size: contain; } }
  .voter-card-download iframe, .voter-card-download object {
    background: #1A284E url("../../src/themes/voting-rights/images/palm-card.png") center no-repeat;
    background-size: 80%;
    border: none;
    display: none;
    height: calc(100% + 6px);
    left: -3px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    width: calc(100% + 6px); }
    @media (min-width: 768px) {
      .voter-card-download iframe, .voter-card-download object {
        display: inline-block; } }
  .voter-card-download .text-wrap {
    flex-grow: 1;
    padding: 0 1.4em 1.4em 1.4em; }
    @media screen and (min-width: 360px) {
      .voter-card-download .text-wrap {
        align-self: center;
        padding-top: 1.4em; } }
    @media (min-width: 1200px) {
      .voter-card-download .text-wrap {
        padding: 2.8em 2.8em 2em 2.8em; } }
    .voter-card-download .text-wrap *:last-child {
      margin-bottom: 0; }
    .voter-card-download .text-wrap .button a {
      margin-right: 1em;
      margin-bottom: 1em; }
    .reduced-width .voter-card-download .text-wrap h2:before {
      content: "";
      display: block;
      height: calc(150px + 2.8em);
      margin-top: calc(-150px - 2.8em);
      pointer-events: none;
      visibility: hidden; }

.voter-info-links h2 {
  margin-bottom: 1.25rem;
  font-family: "Marcin Typewriter", sans-serif;
  font-size: 0.9em;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-top: 0;
  text-transform: uppercase;
  margin-top: -1em; }
  @media (min-width: 576px) {
    .voter-info-links h2 {
      margin-bottom: 2.5rem; } }
  @media (min-width: 1200px) {
    .voter-info-links h2 {
      margin-bottom: 3rem; } }
  .voter-info-links h2:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .voter-info-links h2:not(.button) a:hover, .voter-info-links h2:not(.button) a:active, .voter-info-links h2:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .voter-info-links h2:not(.button) a:focus {
      color: #1A284E; }
  .voter-info-links h2 span {
    border-bottom: 3px solid #6FB8DB;
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
    display: inline;
    line-height: 2.5;
    padding-bottom: 0.5em; }
    div[class*="bg-"] .voter-info-links h2 span {
      border-bottom: 3px solid #FFFFFF; }
    div[class*="bg-"].content-bg-white .voter-info-links h2 span {
      border-bottom: 3px solid #6FB8DB; }

.voter-info-links .link-columns-wrapper {
  display: flex;
  gap: 2em;
  flex-direction: column; }
  @media (min-width: 992px) {
    .voter-info-links .link-columns-wrapper {
      flex-direction: row;
      gap: 4em; } }

.voter-info-links .link-columns-wrapper > div:not(:last-child) {
  position: relative; }
  .voter-info-links .link-columns-wrapper > div:not(:last-child)::after {
    content: "";
    background-color: #D2E3F1;
    position: absolute; }
    @media (max-width: 991.98px) {
      .voter-info-links .link-columns-wrapper > div:not(:last-child)::after {
        left: 0;
        height: 1px;
        width: 100%;
        bottom: -1em; } }
    @media (min-width: 992px) {
      .voter-info-links .link-columns-wrapper > div:not(:last-child)::after {
        right: -2em;
        height: 100%;
        width: 1px;
        top: 0; } }
  div[class*="bg-"] .voter-info-links .link-columns-wrapper > div:not(:last-child)::after {
    background-color: rgba(255, 255, 255, 0.3); }
  div[class*="bg-"].content-bg-white .voter-info-links .link-columns-wrapper > div:not(:last-child)::after {
    background-color: #D2E3F1; }

.voter-info-links .links-states ul {
  font-size: 0.8rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em; }
  @media screen and (max-width: 359px) {
    .voter-info-links .links-states ul {
      font-size: 0.72rem; } }
  @media (min-width: 576px) {
    .voter-info-links .links-states ul {
      font-size: 0.88rem; } }
  @media (min-width: 768px) {
    .voter-info-links .links-states ul {
      font-size: 0.95rem; } }
  @media (min-width: 992px) {
    .voter-info-links .links-states ul {
      font-size: 0.96rem; } }
  @media (min-width: 1200px) {
    .voter-info-links .links-states ul {
      font-size: 1.04rem; } }
  @media (min-width: 1600px) {
    .voter-info-links .links-states ul {
      font-size: 1.08rem; } }
  @media (max-width: 991.98px) {
    .voter-info-links .links-states ul {
      margin-bottom: 0.5em; } }

.voter-info-links .links-flexible p {
  font-size: 0.8rem; }
  @media screen and (max-width: 359px) {
    .voter-info-links .links-flexible p {
      font-size: 0.72rem; } }
  @media (min-width: 576px) {
    .voter-info-links .links-flexible p {
      font-size: 0.88rem; } }
  @media (min-width: 768px) {
    .voter-info-links .links-flexible p {
      font-size: 0.95rem; } }
  @media (min-width: 992px) {
    .voter-info-links .links-flexible p {
      font-size: 0.96rem; } }
  @media (min-width: 1200px) {
    .voter-info-links .links-flexible p {
      font-size: 1.04rem; } }
  @media (min-width: 1600px) {
    .voter-info-links .links-flexible p {
      font-size: 1.08rem; } }

.voter-info-links .links-flexible a {
  font-size: 0.72rem;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 359px) {
    .voter-info-links .links-flexible a {
      font-size: 0.648rem; } }
  @media (min-width: 576px) {
    .voter-info-links .links-flexible a {
      font-size: 0.792rem; } }
  @media (min-width: 768px) {
    .voter-info-links .links-flexible a {
      font-size: 0.855rem; } }
  @media (min-width: 992px) {
    .voter-info-links .links-flexible a {
      font-size: 0.864rem; } }
  @media (min-width: 1200px) {
    .voter-info-links .links-flexible a {
      font-size: 0.936rem; } }
  @media (min-width: 1600px) {
    .voter-info-links .links-flexible a {
      font-size: 0.972rem; } }

.voter-info-links .links-flexible > :last-child {
  margin-bottom: 0; }

.voter-info-links h3 {
  font-family: "Marcin Antique", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75em;
  margin-top: 0; }
  .voter-info-links h3:not(.button) a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: #1A284E;
            text-decoration-color: #1A284E;
    transition: all .3s; }
    .voter-info-links h3:not(.button) a:hover, .voter-info-links h3:not(.button) a:active, .voter-info-links h3:not(.button) a:focus {
      -webkit-text-decoration-color: #6FB8DB;
              text-decoration-color: #6FB8DB; }
    .voter-info-links h3:not(.button) a:focus {
      color: #1A284E; }
/*# sourceMappingURL=voting-rights.css.map */