@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow|OpenSans|Cabin|Overpass|Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@font-face {
  font-family: "font-awesome";
  src: url("../fonts/fontawesome-webfont.woff");
  font-display: swap;
}
/*$header-font-family: $body-font-family;*/
/*$button-font-family: inherit;*/
/*$label-background: $primary-color;*/
/*$label-color: $white;*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fcfcfc;
  font-family: "OpenSans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #606060;
  border-radius: 0;
  background-color: #fcfcfc;
  -webkit-box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1);
          box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #111111;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #4d4d4d;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 5px #606060;
          box-shadow: 0 0 5px #606060;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #E7E7E8;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #606060;
}

::-moz-placeholder {
  color: #606060;
}

:-ms-input-placeholder {
  color: #606060;
}

::-ms-input-placeholder {
  color: #606060;
}

::placeholder {
  color: #606060;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #111111;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #111111;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #606060;
  background: #E7E7E8;
  color: #111111;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #606060;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #606060;
  border-radius: 0;
  background-color: #fcfcfc;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #111111;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2877, 77, 77%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #4d4d4d;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 0 5px #606060;
          box-shadow: 0 0 5px #606060;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #E7E7E8;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #ff0000;
  background-color: #fce3e3;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #ff0000;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #ff0000;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #ff0000;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #ff0000;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ff0000;
}

.is-invalid-label {
  color: #ff0000;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ff0000;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Overpass", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #606060;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #4566ac;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #3b5894;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #606060;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #606060;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #4d4d4d;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #111111;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #E7E7E8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #111111;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #4d4d4d;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #4d4d4d;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #606060;
  background-color: #E7E7E8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #111111;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #606060;
  background-color: #E7E7E8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #111111;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
blockquote {
    border: 1px solid #4d4d4d;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #4566ac;
  color: #fcfcfc;
}
.button:hover, .button:focus {
  background-color: #3b5792;
  color: #fcfcfc;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #4566ac;
  color: #fcfcfc;
}
.button.primary:hover, .button.primary:focus {
  background-color: #37528a;
  color: #fcfcfc;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #1f6689;
  color: #fcfcfc;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #19526e;
  color: #fcfcfc;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #008a45;
  color: #fcfcfc;
}
.button.success:hover, .button.success:focus {
  background-color: #006e37;
  color: #fcfcfc;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffcc00;
  color: #111111;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cca300;
  color: #111111;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #ff0000;
  color: #fcfcfc;
}
.button.alert:hover, .button.alert:focus {
  background-color: #cc0000;
  color: #fcfcfc;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #4566ac;
  color: #4566ac;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #233356;
  color: #233356;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #4566ac;
  color: #4566ac;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #233356;
  color: #233356;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #1f6689;
  color: #1f6689;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #103345;
  color: #103345;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #008a45;
  color: #008a45;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #004523;
  color: #004523;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffcc00;
  color: #ffcc00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #806600;
  color: #806600;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: maroon;
  color: maroon;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #4566ac;
}
.button.clear:hover, .button.clear:focus {
  color: #233356;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #4566ac;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #233356;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #1f6689;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #103345;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #008a45;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #004523;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffcc00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #806600;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #ff0000;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: maroon;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fcfcfc transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #4566ac;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #4566ac;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #1f6689;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #008a45;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffcc00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #ff0000;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #4566ac;
  color: #fcfcfc;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #37528a;
  color: #fcfcfc;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #1f6689;
  color: #fcfcfc;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #19526e;
  color: #fcfcfc;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #008a45;
  color: #fcfcfc;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #006e37;
  color: #fcfcfc;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffcc00;
  color: #111111;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cca300;
  color: #111111;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #ff0000;
  color: #fcfcfc;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #cc0000;
  color: #fcfcfc;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #4566ac;
  color: #4566ac;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #233356;
  color: #233356;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #4566ac;
  color: #4566ac;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #233356;
  color: #233356;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #1f6689;
  color: #1f6689;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #103345;
  color: #103345;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #008a45;
  color: #008a45;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #004523;
  color: #004523;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffcc00;
  color: #ffcc00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #806600;
  color: #806600;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: maroon;
  color: maroon;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #4566ac;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #233356;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #4566ac;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #233356;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #1f6689;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #103345;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #008a45;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #004523;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffcc00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #806600;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #ff0000;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: maroon;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #4d4d4d;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #111111;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #fcfcfc;
  color: #4d4d4d;
}
.label.primary {
  background: #4566ac;
  color: #111111;
}
.label.secondary {
  background: #1f6689;
  color: #111111;
}
.label.success {
  background: #008a45;
  color: #111111;
}
.label.warning {
  background: #ffcc00;
  color: #111111;
}
.label.alert {
  background: #ff0000;
  color: #111111;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #606060;
}
.progress.primary .progress-meter {
  background-color: #4566ac;
}
.progress.secondary .progress-meter {
  background-color: #1f6689;
}
.progress.success .progress-meter {
  background-color: #008a45;
}
.progress.warning .progress-meter {
  background-color: #ffcc00;
}
.progress.alert .progress-meter {
  background-color: #ff0000;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #4566ac;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fcfcfc;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #E7E7E8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #606060;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #4566ac;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #3b5792;
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fcfcfc;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #606060;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fcfcfc;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #4566ac;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #efefef;
  background-color: #fcfcfc;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f6f6f6;
  color: #111111;
}

tfoot {
  background: #efefef;
  color: #111111;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #efefef;
}

table.unstriped tbody {
  background-color: #fcfcfc;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #efefef;
  background-color: #fcfcfc;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f1f1f1;
}
table.hover tfoot tr:hover {
  background-color: #eaeaea;
}
table.hover tbody tr:hover {
  background-color: #f7f7f7;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #eaeaea;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #4566ac;
  color: #fcfcfc;
}
.badge.primary {
  background: #4566ac;
  color: #fcfcfc;
}
.badge.secondary {
  background: #1f6689;
  color: #fcfcfc;
}
.badge.success {
  background: #008a45;
  color: #fcfcfc;
}
.badge.warning {
  background: #ffcc00;
  color: #111111;
}
.badge.alert {
  background: #ff0000;
  color: #fcfcfc;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #111111;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #606060;
}
.breadcrumbs a {
  color: #4566ac;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #606060;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.25);
  border-radius: 0;
  background-color: white;
  color: #111111;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #e2e8f3;
  color: #111111;
}
.callout.secondary {
  background-color: #d5ebf6;
  color: #111111;
}
.callout.success {
  background-color: #c7ffe3;
  color: #111111;
}
.callout.warning {
  background-color: #fff7d9;
  color: #111111;
}
.callout.alert {
  background-color: #ffd9d9;
  color: #111111;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #E7E7E8;
  border-radius: 0;
  background: #fcfcfc;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #111111;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #E7E7E8;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #606060;
  border-radius: 0;
  background-color: #fcfcfc;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #111111;
}
.pagination a:hover,
.pagination button:hover {
  background: #E7E7E8;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #4566ac;
  color: #fcfcfc;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #606060;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #111111;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #4d4d4d;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #111111;
  font-size: 80%;
  color: #fcfcfc;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #111111;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #111111 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #111111;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #111111 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fcfcfc;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #E7E7E8;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #4566ac;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #E7E7E8;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #E7E7E8;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #E7E7E8;
  border-bottom: 0;
  background-color: #fcfcfc;
  color: #111111;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #E7E7E8;
}

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(17, 17, 17, 0.5);
  color: #fcfcfc;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fcfcfc;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(17, 17, 17, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #606060;
}
.orbit-bullets button:hover {
  background-color: #4d4d4d;
}
.orbit-bullets button.is-active {
  background-color: #4d4d4d;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #E7E7E8;
  background: #fcfcfc;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #4566ac;
}
.tabs.primary > li > a {
  color: #fcfcfc;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #4261a3;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #4566ac;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fcfcfc;
  color: #3b5894;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #E7E7E8;
  color: #4566ac;
}

.tabs-content {
  border: 1px solid #E7E7E8;
  border-top: 0;
  background: #fcfcfc;
  color: #111111;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #E7E7E8;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fcfcfc;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.2);
          box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(69, 102, 172, 0.5);
          box-shadow: 0 0 6px 1px rgba(69, 102, 172, 0.5);
}
a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.menu.vertical {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #4566ac;
  color: #fcfcfc;
}
.menu .active > a {
  background: #4566ac;
  color: #fcfcfc;
}
.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fcfcfc;
  -webkit-box-shadow: 0 7px 0 #fcfcfc, 0 14px 0 #fcfcfc;
          box-shadow: 0 7px 0 #fcfcfc, 0 14px 0 #fcfcfc;
  content: "";
}
.menu-icon:hover::after {
  background: #606060;
  -webkit-box-shadow: 0 7px 0 #606060, 0 14px 0 #606060;
          box-shadow: 0 7px 0 #606060, 0 14px 0 #606060;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #111111;
  -webkit-box-shadow: 0 7px 0 #111111, 0 14px 0 #111111;
          box-shadow: 0 7px 0 #111111, 0 14px 0 #111111;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #4d4d4d;
  -webkit-box-shadow: 0 7px 0 #4d4d4d, 0 14px 0 #4d4d4d;
          box-shadow: 0 7px 0 #4d4d4d, 0 14px 0 #4d4d4d;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #4566ac transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #4566ac transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fcfcfc;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fcfcfc;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #4566ac;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #4566ac;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #4566ac transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #4566ac transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #4566ac transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #4566ac;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #4566ac transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #4566ac;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #4566ac transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #4566ac transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #4566ac;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #4566ac transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #4566ac transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #4566ac;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #606060;
  background: #fcfcfc;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #4566ac transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #4566ac;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(252, 252, 252, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #E7E7E8;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.7);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #E7E7E8;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.7);
          box-shadow: 0 0 10px rgba(17, 17, 17, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(17, 17, 17, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(17, 17, 17, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(17, 17, 17, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(17, 17, 17, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(17, 17, 17, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(17, 17, 17, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(17, 17, 17, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(17, 17, 17, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(17, 17, 17, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #606060;
  border-radius: 0;
  background-color: #fcfcfc;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #111111;
  color: #fcfcfc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #E7E7E8;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

@media screen and (min-width:64.0693em) {
  .homepage-main-content-grid {
      margin-top:0;
      padding-top:38px;
      display:block;
  }
}

.homepage-main-content-grid .elect-alert-banner,
.elect-2022 .elect-alert-banner {
  width: 100%;
  padding: 8px;
  margin: 0;
  text-align: center;
  background-color: #004589;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .homepage-main-content-grid .elect-alert-banner,
.elect-2022 .elect-alert-banner {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 64.063em) {
  .homepage-main-content-grid .elect-alert-banner,
.elect-2022 .elect-alert-banner {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}
.homepage-main-content-grid .elect-alert-banner p,
.elect-2022 .elect-alert-banner p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1rem;
  color: inherit;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 64em) {
  .homepage-main-content-grid .elect-alert-banner p,
.elect-2022 .elect-alert-banner p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64.063em) {
  .homepage-main-content-grid .elect-alert-banner p,
.elect-2022 .elect-alert-banner p {
    font-size: 0.9rem;
  }
}
.homepage-main-content-grid .elect-alert-banner p a,
.elect-2022 .elect-alert-banner p a {
  text-decoration: underline !important;
  color: inherit;
}
.homepage-main-content-grid .elect-alert-banner p a:hover, .homepage-main-content-grid .elect-alert-banner p a:focus, .homepage-main-content-grid .elect-alert-banner p a:active,
.elect-2022 .elect-alert-banner p a:hover,
.elect-2022 .elect-alert-banner p a:focus,
.elect-2022 .elect-alert-banner p a:active {
  -webkit-transform: scale 1.1, 1.1;
      -ms-transform: scale 1.1, 1.1;
          transform: scale 1.1, 1.1;
}
.homepage-main-content-grid .elect-alert-banner-red,
.elect-2022 .elect-alert-banner-red {
  background-color: #b20000;
}
.homepage-main-content-grid .elect-alert-banner-red a,
.elect-2022 .elect-alert-banner-red a {
  color: #ffeb78;
}
@media screen and (min-width: 64.063em) {
  .homepage-main-content-grid .under-hero,
.elect-2022 .under-hero {
    margin-bottom: -42px !important;
    margin-top: 0 !important;
  }
}

.elect-2022 {
  font-family: "Montserrat", "Lato", Arial, Verdana, sans-serif;
}
.elect-2022 .banner,
.elect-2022 .banner-with-alert,
.elect-2022 .banner-with-events,
.elect-2022 .banner-photobkg,
.elect-2022 .banner-event-countdown,
.elect-2022 .banner-2 {
  width: 100%;
}
@media screen and (max-width: 64em) {
  .elect-2022 .banner,
.elect-2022 .banner-with-alert,
.elect-2022 .banner-with-events,
.elect-2022 .banner-photobkg,
.elect-2022 .banner-event-countdown,
.elect-2022 .banner-2 {
    padding: 1rem 8vw !important;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 90em) {
  .elect-2022 .banner,
.elect-2022 .banner-with-alert,
.elect-2022 .banner-with-events,
.elect-2022 .banner-photobkg,
.elect-2022 .banner-event-countdown,
.elect-2022 .banner-2 {
    padding: 2rem 8vw;
  }
}
@media screen and (min-width: 90em) {
  .elect-2022 .banner,
.elect-2022 .banner-with-alert,
.elect-2022 .banner-with-events,
.elect-2022 .banner-photobkg,
.elect-2022 .banner-event-countdown,
.elect-2022 .banner-2 {
    padding: 2rem 16vw !important;
  }
}
.elect-2022 .banner h1,
.elect-2022 .banner h2,
.elect-2022 .banner h3,
.elect-2022 .banner-with-alert h1,
.elect-2022 .banner-with-alert h2,
.elect-2022 .banner-with-alert h3,
.elect-2022 .banner-with-events h1,
.elect-2022 .banner-with-events h2,
.elect-2022 .banner-with-events h3,
.elect-2022 .banner-photobkg h1,
.elect-2022 .banner-photobkg h2,
.elect-2022 .banner-photobkg h3,
.elect-2022 .banner-event-countdown h1,
.elect-2022 .banner-event-countdown h2,
.elect-2022 .banner-event-countdown h3,
.elect-2022 .banner-2 h1,
.elect-2022 .banner-2 h2,
.elect-2022 .banner-2 h3 {
  font-weight: 600;
  width: 100%;
  color: #26366a;
}
.elect-2022 .banner h1,
.elect-2022 .banner h2,
.elect-2022 .banner h3,
.elect-2022 .banner-2 h1,
.elect-2022 .banner-2 h2,
.elect-2022 .banner-2 h3 {
  text-align: center;
}
@media screen and (max-width: 40em) {
  .elect-2022 .banner h2,
.elect-2022 .banner-2 h2 {
    padding-top: 0.7rem;
    font-size: 2.5rem;
  }
}
@media sreen and (max-width: 64em) {
  .elect-2022 .banner h2,
.elect-2022 .banner-2 h2 {
    font-size: 2.5rem;
  }
}
.elect-2022 .banner p,
.elect-2022 .banner-2 p {
  font-weight: 500;
}
@media screen and (max-width: 64em) {
  .elect-2022 .banner p,
.elect-2022 .banner-2 p {
    font-size: 1.5rem;
    letter-spacing: 0.007rem;
    font-weight: 500;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .banner p,
.elect-2022 .banner-2 p {
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1099px) and (orientation: portrait) {
  .elect-2022 .banner .banner-image,
.elect-2022 .banner-2 .banner-image {
    text-align: center;
  }
}
.elect-2022 .banner img,
.elect-2022 .banner-2 img {
  width: auto;
  max-height: 450px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1099px) and (orientation: portrait) {
  .elect-2022 .banner img,
.elect-2022 .banner-2 img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.elect-2022 .banner .banner-text,
.elect-2022 .banner-2 .banner-text {
  text-align: center;
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .banner .banner-text,
.elect-2022 .banner-2 .banner-text {
    position: relative;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1099px) and (orientation: landscape) {
  .elect-2022 .banner .banner-text,
.elect-2022 .banner-2 .banner-text {
    padding-top: 7% !important;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .banner .banner-text .banner-text-div,
.elect-2022 .banner-2 .banner-text .banner-text-div {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.elect-2022 .blue-circle-background {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1280 1024' style='enable-background:new 0 0 1280 1024;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E7F2FE;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='st0' cx='640' cy='533' r='417'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
@media screen and (max-width: 64em) {
  .elect-2022 .blue-circle-background {
    background-size: 700px auto;
    background-position: 50% 50%;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .blue-circle-background {
    background-position: 110% 95%;
    background-size: 1200px auto;
  }
}
.elect-2022 .gray-oval-background {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1280 1024' style='enable-background:new 0 0 1280 1024;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23717070;%7D%0A%3C/style%3E%3Cg%3E%3Cellipse transform='matrix(0.9546 -0.298 0.298 0.9546 -130.9132 213.262)' class='st0' cx='634' cy='536' rx='417' ry='267'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 1700px 1100px;
  background-repeat: no-repeat;
  background-position: -300px 60%;
}
.elect-2022 .hero-photobkg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .hero-photobkg {
    min-height: 500px;
  }
}
.elect-2022 .hero-photobkg .hero-photobkg-overlay {
  background-color: #fcfcfc;
  text-align: left;
  -webkit-box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 64em) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay {
    padding: 40px 30px 30px;
    background-color: #e8f3ff;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 60px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1099px) and (orientation: landscape) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay {
    padding: 0 40px 30px;
  }
}
.elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-box {
  width: 100%;
  padding: 1rem;
  text-align: left !important;
}
.elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-box h2 {
  text-align: left !important;
}
.elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-div {
  width: 100%;
}
@media screen and (max-width: 64em) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-div {
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-div {
    text-align: center;
    padding: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1099px) and (orientation: landscape) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-div {
    top: 10%;
    padding: 0 42px;
    text-align: center;
  }
}
@media screen and (max-width: 64em) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-div h2 {
    margin-top: 0.6rem;
  }
}
.elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-div p {
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 64em) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-div p {
    text-align: left;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-div p {
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.05rem;
  }
}
@media screen and (max-width: 64em) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-text-div .banner-button {
    padding: 7px 30px !important;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-button {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1099px) and (orientation: landscape) {
  .elect-2022 .hero-photobkg .hero-photobkg-overlay .banner-button {
    margin-left: -20px !important;
  }
}
.elect-2022 .banner-with-alert .banner-text,
.elect-2022 .banner-with-alert .banner-text-div,
.elect-2022 .banner-with-events .banner-text,
.elect-2022 .banner-with-events .banner-text-div,
.elect-2022 .banner-event-countdown .banner-text,
.elect-2022 .banner-event-countdown .banner-text-div {
  width: 100%;
}
.elect-2022 .banner-with-alert .banner-text h1,
.elect-2022 .banner-with-alert .banner-text h2 h3,
.elect-2022 .banner-with-alert .banner-text-div h1,
.elect-2022 .banner-with-alert .banner-text-div h2 h3,
.elect-2022 .banner-with-events .banner-text h1,
.elect-2022 .banner-with-events .banner-text h2 h3,
.elect-2022 .banner-with-events .banner-text-div h1,
.elect-2022 .banner-with-events .banner-text-div h2 h3,
.elect-2022 .banner-event-countdown .banner-text h1,
.elect-2022 .banner-event-countdown .banner-text h2 h3,
.elect-2022 .banner-event-countdown .banner-text-div h1,
.elect-2022 .banner-event-countdown .banner-text-div h2 h3 {
  font-weight: 600;
  line-height: 1.1;
  width: 100%;
  color: #26366a;
}
@media screen and (max-width: 64em) {
  .elect-2022 .banner-with-alert .banner-text .banner-header,
.elect-2022 .banner-with-alert .banner-text-div .banner-header,
.elect-2022 .banner-with-events .banner-text .banner-header,
.elect-2022 .banner-with-events .banner-text-div .banner-header,
.elect-2022 .banner-event-countdown .banner-text .banner-header,
.elect-2022 .banner-event-countdown .banner-text-div .banner-header {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.elect-2022 .banner-with-alert .banner-text p,
.elect-2022 .banner-with-alert .banner-text-div p,
.elect-2022 .banner-with-events .banner-text p,
.elect-2022 .banner-with-events .banner-text-div p,
.elect-2022 .banner-event-countdown .banner-text p,
.elect-2022 .banner-event-countdown .banner-text-div p {
  text-align: left;
  color: #505050;
  font-weight: 500;
}
@media screen and (max-width: 64em) {
  .elect-2022 .banner-with-alert .image-cell,
.elect-2022 .banner-with-events .image-cell,
.elect-2022 .banner-event-countdown .image-cell {
    text-align: center;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1099px) and (orientation: portrait) {
  .elect-2022 .banner-with-alert .banner-image,
.elect-2022 .banner-with-events .banner-image,
.elect-2022 .banner-event-countdown .banner-image {
    text-align: center;
  }
}
@media screen and (max-width: 64em) {
  .elect-2022 .banner-with-alert img,
.elect-2022 .banner-with-events img,
.elect-2022 .banner-event-countdown img {
    max-height: 350px;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .banner-with-alert img,
.elect-2022 .banner-with-events img,
.elect-2022 .banner-event-countdown img {
    max-height: 450px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1099px) and (orientation: portrait) {
  .elect-2022 .banner-with-alert img,
.elect-2022 .banner-with-events img,
.elect-2022 .banner-event-countdown img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.elect-2022 .banner-with-alert .img-right,
.elect-2022 .banner-with-events .img-right,
.elect-2022 .banner-event-countdown .img-right {
  padding-left: 2rem;
  float: right;
  padding-bottom: 10px;
  padding-top: 10px;
}
.elect-2022 .banner-with-alert .img-left,
.elect-2022 .banner-with-events .img-left,
.elect-2022 .banner-event-countdown .img-left {
  padding-right: 2rem;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
}
.elect-2022 .banner-with-alert .disclaimer,
.elect-2022 .banner-with-events .disclaimer,
.elect-2022 .banner-event-countdown .disclaimer {
  width: 100%;
}
.elect-2022 .banner-with-alert .banner-image-left,
.elect-2022 .banner-with-events .banner-image-left,
.elect-2022 .banner-event-countdown .banner-image-left {
  text-align: left;
}
.elect-2022 .banner-with-alert .banner-image-right,
.elect-2022 .banner-with-events .banner-image-right,
.elect-2022 .banner-event-countdown .banner-image-right {
  text-align: right;
}
.elect-2022 .banner-with-alert .banner-alert-box,
.elect-2022 .banner-with-alert .alert-box {
  padding: 8px 18px;
  margin: 24px auto 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .banner-with-alert .banner-alert-box,
.elect-2022 .banner-with-alert .alert-box {
    margin-right: 30px;
  }
}
.elect-2022 .banner-with-alert .banner-alert-box i.alert-icon,
.elect-2022 .banner-with-alert .alert-box i.alert-icon {
  padding: 8px 14px 8px 4px;
  font-size: 2.8rem;
  justify-self: left;
}
.elect-2022 .banner-with-alert .banner-alert-box .alert-text,
.elect-2022 .banner-with-alert .alert-box .alert-text {
  font-weight: 600;
  padding-top: 10px;
}
.elect-2022 .banner-with-events h4 {
  font-weight: 600;
  padding-top: 30px;
}
.elect-2022 .banner-with-events p {
  font-weight: 400;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 64em) {
  .elect-2022 .banner-with-events p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .banner-with-events p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .banner-with-events .events-component {
    padding-right: 120px;
    padding-top: 30px;
    padding-left: 0;
    margin-left: -14px;
  }
}
.elect-2022 .banner-with-events .events-component .small {
  text-align: center;
  font-weight: 400;
}
.elect-2022 .banner-event-countdown .header-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 4.2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.elect-2022 .banner-event-countdown .header-cell h5, .elect-2022 .banner-event-countdown .header-cell p {
  width: 100%;
  text-align: center;
}
.elect-2022 .banner-event-countdown .header-cell p.small {
  font-weight: 400;
  font-size: 0.85rem;
  padding-top: 0;
  margin-top: -2px;
  margin-bottom: auto;
}
.elect-2022 .banner-event-countdown .lower-grid {
  width: 100%;
}
.elect-2022 .banner-event-countdown .event-countdown-boxes {
  width: 100%;
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .banner-event-countdown .event-countdown-boxes {
    max-width: 40vw;
  }
}
.elect-2022 .banner-event-countdown .countdown-boxes {
  padding: 10px;
}
@media screen and (max-width: 64em) {
  .elect-2022 .banner-event-countdown .countdown-boxes {
    width: 100%;
  }
}
.elect-2022 .banner-event-countdown h5,
.elect-2022 .banner-event-countdown .countdown-box-header {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding-top: 12px;
  color: #26366a;
}
.elect-2022 .banner-event-countdown h3,
.elect-2022 .banner-event-countdown .countdown-date {
  text-align: right;
  font-weight: bold;
  font-size: 4.5rem;
  color: #26366a;
  margin-left: -20px;
  letter-spacing: -0.1rem;
}
.elect-2022 .banner-event-countdown p {
  padding-top: 12px;
  padding-left: 0;
  margin-left: -12px;
  line-height: 1.1;
  font-weight: 400;
  margin-top: auto;
  margin-bottom: auto;
}
.elect-2022 .banner-event-countdown p.event-text {
  font-weight: 500 !important;
  padding-top: 18px;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #26366a;
  padding-left: 0;
  margin-right: -10px;
}
.elect-2022 .banner-event-countdown .countdown-boxes-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}
.elect-2022 .banner-event-countdown .countdown-boxes-flex .countdown-date-cell {
  width: 45%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
@media screen and (max-width: 64em) {
  .elect-2022 .banner-event-countdown .countdown-boxes-flex .countdown-date-cell {
    margin-left: 16px;
  }
}
.elect-2022 .banner-event-countdown .countdown-boxes-flex .countdown-date-cell h3,
.elect-2022 .banner-event-countdown .countdown-boxes-flex .countdown-date-cell .countdown-date {
  text-align: right;
  font-weight: bold;
  font-size: 4.5rem;
  color: #26366a;
  letter-spacing: -0.1rem;
  padding-top: 10px;
  padding-right: 10px;
}
.elect-2022 .banner-event-countdown .countdown-boxes-flex .countdown-text-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55%;
}
.elect-2022 .banner-event-countdown .countdown-boxes-flex .countdown-text-cell p.event-text {
  font-weight: 500 !important;
  padding-top: 0;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #26366a;
  text-align: left;
  padding-left: 14px;
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .banner-2 {
    width: 100%;
  }
}
@media screen and (max-width: 64em) {
  .elect-2022 .banner-2 .mobile-banner-text {
    etter-spacing: 0.007rem !important;
  }
}
.elect-2022 .banner-2 .banner-text-div {
  text-align: center;
}
@media screen and (max-width: 40em) {
  .elect-2022 .news-events {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-2022 .news-events {
    padding: 10px 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .news-events {
    padding-left: 8vw !important;
    padding-right: 8vw !important;
    margin-top: 100px;
  }
}
@media screen and (max-width: 40em) {
  .elect-2022 .news-events .shadow-box {
    margin-bottom: 18px;
    padding: 10px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-2022 .news-events .shadow-box {
    padding: 10px;
    width: 100%;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .news-events .shadow-box {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 10px;
  }
}
.elect-2022 .news-events .news-date {
  border-right: 1px solid #9c1212;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elect-2022 .news-events .news-date .date-div {
  margin-top: auto;
  margin-bottom: auto;
}
.elect-2022 .news-events .news-date h4, .elect-2022 .news-events .news-date h2 {
  color: #26366a;
  margin-left: auto;
  margin-right: auto;
}
.elect-2022 .news-events .news-date h4.month {
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 2px;
  padding-top: 10px;
  font-weight: normal;
}
.elect-2022 .news-events .news-date h2.day {
  line-height: 1;
  padding-top: 0;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Open Sans", sans-serif;
}
.elect-2022 .news-events .news-headline {
  padding: 10px 15px;
}
.elect-2022 .news-events .news-headline h5 {
  color: #606060;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  margin-bottom: 0.4rem;
}
.elect-2022 .news-events .news-headline p {
  font-size: 0.6rem !important;
  color: #000;
  letter-spacing: 0;
  padding-bottom: 0.4rem;
  margin-bottom: 0;
}
.elect-2022 .news-events svg {
  fill: #bbbbbb;
}
.elect-2022 .news-events svg path {
  fill: #bbbbbb;
}
.elect-2022 .news-events .headline-img {
  color: #bbbbbb;
  fill: #bbbbbb;
  width: 1.5rem;
  height: auto;
}
.elect-2022 .news-events .headline-img svg {
  fill: #bbbbbb;
}
.elect-2022 .news-events .headline-img svg path {
  fill: #bbbbbb;
}
.elect-2022 .news-events .headline-img:hover, .elect-2022 .news-events .headline-img:active {
  -webkit-filter: hue-rotate(125deg) saturate(200%) sepia(60%) invert(60%);
  filter: hue-rotate(125deg) saturate(200%) sepia(60%) invert(60%);
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .news-events-cell {
    margin-top: -60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 64em) {
  .elect-2022 .news-events-cell h2.title {
    font-size: 2rem;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 40em) {
  .elect-2022 .news-events {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-2022 .news-events {
    padding: 10px 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .news-events {
    padding-left: 8vw !important;
    padding-right: 8vw !important;
    margin-top: 100px;
  }
}
.elect-2022 .news-events .shadow-box {
  -webkit-box-shadow: 5px 5px 15px -1px #898987;
  box-shadow: 5px 5px 15px -1px #898987;
  min-height: 100px;
}
@media screen and (max-width: 40em) {
  .elect-2022 .news-events .shadow-box {
    margin-bottom: 18px;
    padding: 10px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-2022 .news-events .shadow-box {
    padding: 10px;
    width: 100%;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .news-events .shadow-box {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 10px;
  }
}
.elect-2022 .news-events .news-date {
  border-right: 1px solid #9c1212;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elect-2022 .news-events .news-date .date-div {
  margin-top: auto;
  margin-bottom: auto;
}
.elect-2022 .news-events .news-date h4, .elect-2022 .news-events .news-date h2 {
  color: #26366a;
  margin-left: auto;
  margin-right: auto;
}
.elect-2022 .news-events .news-date h4.month {
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 2px;
  padding-top: 10px;
  font-weight: normal;
}
.elect-2022 .news-events .news-date h2.day {
  line-height: 1;
  padding-top: 0;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Open Sans", sans-serif;
}
.elect-2022 .news-events .news-headline {
  padding: 10px 15px;
}
.elect-2022 .news-events .news-headline h5 {
  color: #505050;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  margin-bottom: 0.4rem;
}
.elect-2022 .news-events .news-headline p {
  font-size: 0.7rem !important;
  color: #000;
  letter-spacing: 0;
  padding-bottom: 0.4rem;
  margin-bottom: 0;
}
.elect-2022 .news-events svg {
  fill: #bbbbbb;
}
.elect-2022 .news-events svg path {
  fill: #bbbbbb;
}
.elect-2022 .news-events .headline-img {
  color: #bbbbbb;
  fill: #bbbbbb;
  width: 1.5rem;
  height: auto;
}
.elect-2022 .news-events .headline-img svg {
  fill: #bbbbbb;
}
.elect-2022 .news-events .headline-img svg path {
  fill: #bbbbbb;
}
.elect-2022 .news-events .headline-img:hover, .elect-2022 .news-events .headline-img:active {
  -webkit-filter: hue-rotate(125deg) saturate(200%) sepia(60%) invert(60%);
  filter: hue-rotate(125deg) saturate(200%) sepia(60%) invert(60%);
}

.elect-2022 button,
.elect-2022 .button {
  font-family: "Montserrat", "Lato", "Open Sans", sans-serif;
  border-radius: 4px;
  padding: 12px 52px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  font-size: 1.1rem;
}
.elect-2022 .banner-button {
  -webkit-box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-2022 .banner-button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1099px) and (orientation: landscape) {
  .elect-2022 .banner-button {
    margin-right: auto;
  }
}
@media screen and (min-width: 88.063em) {
  .elect-2022 .banner-button {
    margin-top: 10px;
  }
}
.elect-2022 .action-button {
  text-align: center;
  -webkit-box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}
.elect-2022 .banner-button-yellow,
.elect-2022 .action-button-yellow {
  background-color: #fae385;
  color: #111111;
}
.elect-2022 .banner-button-yellow:hover, .elect-2022 .banner-button-yellow:focus, .elect-2022 .banner-button-yellow:active,
.elect-2022 .action-button-yellow:hover,
.elect-2022 .action-button-yellow:focus,
.elect-2022 .action-button-yellow:active {
  background-color: #fce292;
}
.elect-2022 .banner-button-white {
  background-color: #fcfcfc !important;
  color: #0a1535;
}
.elect-2022 .banner-button-white:hover, .elect-2022 .banner-button-white:focus, .elect-2022 .banner-button-white:active {
  background-color: #E7E7E8;
  color: #26366a;
}
.elect-2022 .banner-button-red,
.elect-2022 .action-button-red {
  background-color: #b12a25 !important;
  color: #fcfcfc;
}
.elect-2022 .banner-button-red:hover, .elect-2022 .banner-button-red:focus, .elect-2022 .banner-button-red:active,
.elect-2022 .action-button-red:hover,
.elect-2022 .action-button-red:focus,
.elect-2022 .action-button-red:active {
  background-color: #EA4E47 !important;
}
.elect-2022 .banner-button-black,
.elect-2022 .action-button-black {
  background-color: #111111 !important;
  color: #fcfcfc;
}
.elect-2022 .banner-button-black:hover, .elect-2022 .banner-button-black:focus, .elect-2022 .banner-button-black:active,
.elect-2022 .action-button-black:hover,
.elect-2022 .action-button-black:focus,
.elect-2022 .action-button-black:active {
  background-color: #606060 !important;
}
.elect-2022 .banner-button-blue,
.elect-2022 .action-button-blue {
  background-color: #26366a !important;
  color: #fcfcfc;
}
.elect-2022 .banner-button-blue:hover, .elect-2022 .banner-button-blue:focus, .elect-2022 .banner-button-blue:active,
.elect-2022 .action-button-blue:hover,
.elect-2022 .action-button-blue:focus,
.elect-2022 .action-button-blue:active {
  background-color: #a5beda !important;
}
.elect-2022 .action-button-teal {
  background-color: #008C8A;
  color: #fcfcfc;
}
.elect-2022 .action-button-teal:hover, .elect-2022 .action-button-teal:focus, .elect-2022 .action-button-teal:active {
  background-color: #a5beda;
}
.elect-2022 .button-icon {
  height: 1.1rem;
  width: auto;
}
.elect-2022 .button-icon-left {
  padding-right: 8px;
}
.elect-2022 .button-icon-right {
  padding-left: 8px;
}

.elect-2020-main button,
.elect-2020-main .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #0a1535;
  border-color: #9c1212;
  color: #fcfcfc;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.elect-2020-main button:hover, .elect-2020-main button:focus,
.elect-2020-main .button:hover,
.elect-2020-main .button:focus {
  background-color: #9c1212;
  color: #fcfcfc;
}
.elect-2020-main button .secondary,
.elect-2020-main .button .secondary {
  background-color: #fcd3cd;
  border-color: #faafa7;
  color: #505050;
}
.elect-2020-main button .secondary:hover, .elect-2020-main button .secondary:focus,
.elect-2020-main .button .secondary:hover,
.elect-2020-main .button .secondary:focus {
  background-color: #faafa7;
  color: #505050;
}
.elect-2020-main button .success,
.elect-2020-main .button .success {
  background-color: #008a45;
  border-color: #008a45;
  color: #fcfcfc;
}
.elect-2020-main button .success:hover, .elect-2020-main button .success:focus,
.elect-2020-main .button .success:hover,
.elect-2020-main .button .success:focus {
  background-color: #008a45;
  color: #fcfcfc;
}
.elect-2020-main button .alert,
.elect-2020-main .button .alert {
  background-color: #b12a25;
  border-color: #b12a25;
  color: #fcfcfc;
}
.elect-2020-main button .alert:hover, .elect-2020-main button .alert:focus,
.elect-2020-main .button .alert:hover,
.elect-2020-main .button .alert:focus {
  background-color: #b12a25;
  color: #fcfcfc;
}
.elect-2020-main button .large,
.elect-2020-main .button .large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
.elect-2020-main button .small,
.elect-2020-main .button .small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
.elect-2020-main button .tiny,
.elect-2020-main .button .tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
.elect-2020-main button .expand,
.elect-2020-main .button .expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.elect-2020-main button .left-align,
.elect-2020-main .button .left-align {
  text-align: left;
  text-indent: 0.75rem;
}
.elect-2020-main button .right-align,
.elect-2020-main .button .right-align {
  text-align: right;
  padding-right: 0.75rem;
}
.elect-2020-main button .radius,
.elect-2020-main .button .radius {
  border-radius: 3px;
}
.elect-2020-main button .round,
.elect-2020-main .button .round {
  border-radius: 1000px;
}
.elect-2020-main button .disabled,
.elect-2020-main button [disabled],
.elect-2020-main .button .disabled,
.elect-2020-main .button [disabled] {
  background-color: #0a1535;
  border-color: #9c1212;
  color: #fcfcfc;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elect-2020-main button .disabled:hover, .elect-2020-main button .disabled:focus,
.elect-2020-main button [disabled]:hover,
.elect-2020-main button [disabled]:focus,
.elect-2020-main .button .disabled:hover,
.elect-2020-main .button .disabled:focus,
.elect-2020-main .button [disabled]:hover,
.elect-2020-main .button [disabled]:focus {
  background-color: #9c1212;
  color: #fcfcfc;
}
.elect-2020-main button .disabled .secondary,
.elect-2020-main button [disabled] .secondary,
.elect-2020-main .button .disabled .secondary,
.elect-2020-main .button [disabled] .secondary {
  background-color: #fcd3cd;
  border-color: #faafa7;
  color: #505050;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elect-2020-main button .disabled .secondary:hover, .elect-2020-main button .disabled .secondary:focus,
.elect-2020-main button [disabled] .secondary:hover,
.elect-2020-main button [disabled] .secondary:focus,
.elect-2020-main .button .disabled .secondary:hover,
.elect-2020-main .button .disabled .secondary:focus,
.elect-2020-main .button [disabled] .secondary:hover,
.elect-2020-main .button [disabled] .secondary:focus {
  color: #505050;
  background-color: #fcd3cd;
}
.elect-2020-main button .disabled .success,
.elect-2020-main button [disabled] .success,
.elect-2020-main .button .disabled .success,
.elect-2020-main .button [disabled] .success {
  background-color: #008a45;
  border-color: #008a45;
  color: #fcfcfc;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elect-2020-main button .disabled .success:hover, .elect-2020-main button .disabled .success:focus,
.elect-2020-main button [disabled] .success:hover,
.elect-2020-main button [disabled] .success:focus,
.elect-2020-main .button .disabled .success:hover,
.elect-2020-main .button .disabled .success:focus,
.elect-2020-main .button [disabled] .success:hover,
.elect-2020-main .button [disabled] .success:focus {
  background-color: #008a45;
  color: #fcfcfc;
}
.elect-2020-main button .disabled .alert,
.elect-2020-main button [disabled] .alert,
.elect-2020-main .button .disabled .alert,
.elect-2020-main .button [disabled] .alert {
  background-color: #b12a25;
  border-color: #b12a25;
  color: #fcfcfc;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elect-2020-main button .disabled .alert:hover, .elect-2020-main button .disabled .alert:focus,
.elect-2020-main button [disabled] .alert:hover,
.elect-2020-main button [disabled] .alert:focus,
.elect-2020-main .button .disabled .alert:hover,
.elect-2020-main .button .disabled .alert:focus,
.elect-2020-main .button [disabled] .alert:hover,
.elect-2020-main .button [disabled] .alert:focus {
  background-color: #b12a25;
  color: #fcfcfc;
}
@media only screen and (min-width: 40.063em) {
  .elect-2020-main button,
.elect-2020-main .button {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .elect-2020-main .side-menu-button {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: -webkit-sticky;
    position: sticky;
    left: -30%;
    margin-left: -70px;
    top: 170px;
    height: 40px;
    line-height: 1;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    background-color: #9c1212;
  }
}
.elect-2020-main .button-group {
  list-style: none;
  margin: 0;
  left: 0;
  *zoom: 1;
}
.elect-2020-main .button-group:before, .elect-2020-main .button-group:after {
  content: " ";
  display: table;
}
.elect-2020-main .button-group:after {
  clear: both;
}
.elect-2020-main .button-group li {
  margin: 0;
  float: left;
}
.elect-2020-main .button-group li button,
.elect-2020-main .button-group li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.elect-2020-main .button-group li:first-child {
  margin-left: 0;
}
.elect-2020-main .button-group li:first-child button,
.elect-2020-main .button-group li:first-child .button {
  border-left: 0;
}
.elect-2020-main .button-group .raduus button,
.elect-2020-main .button-group .raduus .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.elect-2020-main .button-group .raduus:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.elect-2020-main .button-group .raduus:first-child button,
.elect-2020-main .button-group .raduus:first-child .button {
  border-left: 0;
}
.elect-2020-main .button-group .raduus:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.elect-2020-main .button-group .round button,
.elect-2020-main .button-group .round .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.elect-2020-main .button-group .round:first-child button,
.elect-2020-main .button-group .round:first-child .button {
  border-left: 0;
}
.elect-2020-main .button-group .round:first-child a,
.elect-2020-main .button-group .round:first-child button,
.elect-2020-main .button-group .round:first-child .button {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.elect-2020-main .button-group .round:last-child a,
.elect-2020-main .button-group .round:last-child button,
.elect-2020-main .button-group .round:last-child .button {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.elect-2020-main .button-group .even-2 li button,
.elect-2020-main .button-group .even-2 li .button,
.elect-2020-main .button-group .even-3 li button,
.elect-2020-main .button-group .even-3 li .button,
.elect-2020-main .button-group .even-4 li button,
.elect-2020-main .button-group .even-4 li .button,
.elect-2020-main .button-group .even-5 li button,
.elect-2020-main .button-group .even-5 li .button,
.elect-2020-main .button-group .even-6 li button,
.elect-2020-main .button-group .even-6 li .button,
.elect-2020-main .button-group .even-7 li button,
.elect-2020-main .button-group .even-7 li .button,
.elect-2020-main .button-group .even-8 li button,
.elect-2020-main .button-group .even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.elect-2020-main .button-group .even-2 li:first-child button,
.elect-2020-main .button-group .even-2 li:first-child .button,
.elect-2020-main .button-group .even-3 li:first-child button,
.elect-2020-main .button-group .even-3 li:first-child .button,
.elect-2020-main .button-group .even-4 li:first-child button,
.elect-2020-main .button-group .even-4 li:first-child .button,
.elect-2020-main .button-group .even-5 li:first-child button,
.elect-2020-main .button-group .even-5 li:first-child .button,
.elect-2020-main .button-group .even-6 li:first-child button,
.elect-2020-main .button-group .even-6 li:first-child .button,
.elect-2020-main .button-group .even-7 li:first-child button,
.elect-2020-main .button-group .even-7 li:first-child .button,
.elect-2020-main .button-group .even-8 li:first-child button,
.elect-2020-main .button-group .even-8 li:first-child .button {
  border-left: 0;
}
.elect-2020-main .button-group .even-2 li {
  width: 50%;
}
.elect-2020-main .button-group .even-3 li {
  width: 33.33333%;
}
.elect-2020-main .button-group .even-4 li {
  width: 25%;
}
.elect-2020-main .button-group .even-5 li {
  width: 20%;
}
.elect-2020-main .button-group .even-6 li {
  width: 16.66667%;
}
.elect-2020-main .button-group .even-7 li {
  width: 14.28571%;
}
.elect-2020-main .button-group .even-8 li {
  width: 12.5%;
}
.elect-2020-main .button-bar {
  *zoom: 1;
}
.elect-2020-main .button-bar:before, .elect-2020-main .button-bar:after {
  content: " ";
  display: table;
}
.elect-2020-main .button-bar:after {
  clear: both;
}
.elect-2020-main .button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.elect-2020-main .button-bar .button-group div {
  overflow: hidden;
}

.elect-2022 .color-blue {
  color: #3d5193 !important;
}
.elect-2022 .color-blue2 {
  color: #a5beda !important;
}
.elect-2022 .color-blue-darkest {
  color: #0a1535 !important;
}
.elect-2022 .color-blue-darker {
  color: #26366a !important;
}
.elect-2022 .color-blue-lighter {
  color: #cfdded !important;
}
.elect-2022 .color-blue-lightest {
  color: #e8f3ff !important;
}
.elect-2022 .color-teal {
  color: #008C8A !important;
}
.elect-2022 .color-mint {
  color: #8FD6D3 !important;
}
.elect-2022 .color-yellow {
  color: #fae385 !important;
}
.elect-2022 .color-yellow-darkest {
  color: #906614 !important;
}
.elect-2022 .color-yellow-lighter {
  color: #fce292 !important;
}
.elect-2022 .color-yellow-lightest {
  color: #ffecb1 !important;
}
.elect-2022 .color-red {
  color: #b12a25 !important;
}
.elect-2022 .color-red-darkest {
  color: #5c0a0a !important;
}
.elect-2022 .color-red-darker {
  color: #9c1212 !important;
}
.elect-2022 .color-red-lighter {
  color: #faafa7 !important;
}
.elect-2022 .color-red-lightest {
  color: #fcd3cd !important;
}
.elect-2022 .color-red-orange {
  color: #EA4E47 !important;
}
.elect-2022 .color-gray {
  color: #898987 !important;
}
.elect-2022 .color-gray-darkest {
  color: #505050 !important;
}
.elect-2022 .color-gray-darker {
  color: #606060 !important;
}
.elect-2022 .color-gray-lighter {
  color: #bbbbbb !important;
}
.elect-2022 .color-gray-lightst {
  color: #E7E7E8 !important;
}
.elect-2022 .color-black {
  color: #111111 !important;
}
.elect-2022 .color-white {
  color: #fcfcfc !important;
}
.elect-2022 .background-color-blue {
  background-color: #3d5193 !important;
}
.elect-2022 .background-color-blue2 {
  background-color: #a5beda !important;
}
.elect-2022 .background-color-blue-darkest {
  background-color: #0a1535 !important;
}
.elect-2022 .background-color-blue-darker {
  background-color: #26366a !important;
}
.elect-2022 .background-color-blue-lighter {
  background-color: #cfdded !important;
}
.elect-2022 .background-color-blue-lightest {
  background-color: #e8f3ff !important;
}
.elect-2022 .background-color-teal {
  background-color: #008C8A !important;
}
.elect-2022 .background-color-mint {
  background-color: #8FD6D3 !important;
}
.elect-2022 .background-color-yellow {
  background-color: #fae385 !important;
}
.elect-2022 .background-color-yellow-darkest {
  background-color: #906614 !important;
}
.elect-2022 .background-color-yellow-lighter {
  background-color: #fce292 !important;
}
.elect-2022 .background-color-yellow-lightest {
  background-color: #ffecb1 !important;
}
.elect-2022 .background-color-red {
  background-color: #b12a25 !important;
}
.elect-2022 .background-color-red-darkest {
  background-color: #5c0a0a !important;
}
.elect-2022 .background-color-red-darker {
  background-color: #9c1212 !important;
}
.elect-2022 .background-color-red-lighter {
  background-color: #faafa7 !important;
}
.elect-2022 .background-color-red-lightest {
  background-color: #fcd3cd !important;
}
.elect-2022 .background-color-red-orange {
  background-color: #EA4E47 !important;
}
.elect-2022 .background-color-gray {
  background-color: #898987 !important;
}
.elect-2022 .background-color-gray-darkest {
  background-color: #505050 !important;
}
.elect-2022 .background-color-gray-darker {
  background-color: #606060 !important;
}
.elect-2022 .background-color-gray-lighter {
  background-color: #bbbbbb !important;
}
.elect-2022 .background-color-gray-lightest {
  background-color: #E7E7E8 !important;
}
.elect-2022 .background-color-black {
  background-color: #111111 !important;
}
.elect-2022 .background-color-white {
  background-color: #fcfcfc !important;
}

.elect-2022 .election-dates-component,
.homepage-main-content-grid .election-dates-component {
  background-color: #E7E7E8;
  padding: 2rem 8vw;
  width: 100%;
}
.elect-2022 .election-dates-component .election-date-cell,
.homepage-main-content-grid .election-dates-component .election-date-cell {
  padding: 0 14px;
}
.elect-2022 .election-dates-component .election-date-cell .card,
.homepage-main-content-grid .election-dates-component .election-date-cell .card {
  -webkit-box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.2);
  background-color: #fcfcfc;
  padding: 20px 30px;
}
.elect-2022 .election-dates-component .election-dates h2,
.homepage-main-content-grid .election-dates-component .election-dates h2 {
  color: #505050;
  font-weight: 600;
}
.elect-2022 .election-dates-component .election-dates h2 .small-text,
.homepage-main-content-grid .election-dates-component .election-dates h2 .small-text {
  font-size: 1.5rem;
  font-weight: 400;
}
.elect-2022 .election-dates-component .election-dates a,
.homepage-main-content-grid .election-dates-component .election-dates a {
  text-decoration: underline;
}
.elect-2022 .election-dates-component .red-line,
.homepage-main-content-grid .election-dates-component .red-line {
  border-bottom: 3px solid #9c1212;
  width: 100%;
  margin-top: 0;
}
.elect-2022 .election-dates-component h5,
.homepage-main-content-grid .election-dates-component h5 {
  color: #505050;
  font-weight: 400;
}
.elect-2022 .election-dates-component h5 .strong-text,
.homepage-main-content-grid .election-dates-component h5 .strong-text {
  font-weight: 600;
}

.homepage-main-content-grid {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 64em) {
  .homepage-main-content-grid {
    padding-top: 38px;
  }
}
@media screen and (min-width: 64.0693em) {
  .homepage-main-content-grid {
    margin-top: 0;
    padding-top: 38px;
    display: block;
  }
}
.homepage-main-content-grid .featured-events-section {
  background-color: #fce292;
}

.elect-2022 .hero-cell {
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 0;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 40em) {
  .elect-2022 .hero-cell {
    margin-top: -3rem;
  }
}
@media scren and (min-width: 40.063em) and (max-width: 64em) {
  .elect-2022 .hero-cell {
    margin-top: -2rem;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2022 .hero-cell {
    margin-top: -1rem;
  }
}
@media screen and (min-width: 90em) {
  .elect-2022 .hero-cell {
    padding-left: 16vw !important;
    padding-right: 16vw !important;
  }
}
.elect-2022 .hero-cell img {
  padding-top: 0;
  margin-top: 0;
  max-height: 550px;
  width: auto;
}

.accordion dd {
  display: block;
  margin-bottom: 0.4em !important;
  border: 1px solid #fcfcfc;
}
.accordion dd a {
  background: #fcfcfc;
  color: #505050;
  padding: 0.625rem;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
}
.accordion dd a:hover {
  background: #fcfcfc;
}
.accordion dd .active a {
  background: #fcfcfc;
}

.accordion .content {
  display: none;
  padding: 0.9375rem;
}
.accordion .content .active {
  display: block;
  background: #fcfcfc;
}

/*box types - layout */
.cta-box, .cta-box-mobile, .cta-box-side, .cta-box-alpha, .cta-box-grey, .cta-box-yelo {
  font-family: "Roboto", sans-serif;
  border: 2px solid #bbbbbb;
  padding: 10px;
  display: block;
}

.cta-box-grey {
  background-color: #fcfcfc;
  margin-bottom: 35px;
}

.cta-box-yelo {
  background-color: #ffecb1;
}

.cta-box-alpha {
  background-color: #fcfcfc;
  background-image: url("/media/site-assets/images/bullets-and-arrows/black-star.png");
  /*background-image: url( /media/site-assets/images/bullets-and-arrows/black-star.png);*/
  /*replacement here*/
  background-repeat: no-repeat;
}
.cta-box-alpha p {
  margin-left: 40px;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

.dark-blue-background {
  background: #0a1535;
  min-height: 175px;
}

.light-blue-background {
  background: #cfdded;
  min-height: 175px;
}

.socialmedia-box {
  display: block;
  padding: 10px;
  height: 70px;
  margin-bottom: 15px;
}
.socialmedia-box img {
  padding: 10px;
}

.clearbox {
  margin: -10px 0 0 30px;
  min-height: 25px;
}

.left-box {
  float: left;
  padding-right: 25px;
}

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #0a1535;
  border-color: #9c1212;
  color: #fcfcfc;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus,
.button:hover,
.button:focus {
  background-color: #9c1212;
  color: #fcfcfc;
}
button .secondary,
.button .secondary {
  background-color: #fcd3cd;
  border-color: #faafa7;
  color: #505050;
}
button .secondary:hover, button .secondary:focus,
.button .secondary:hover,
.button .secondary:focus {
  background-color: #faafa7;
  color: #505050;
}
button .success,
.button .success {
  background-color: #008a45;
  border-color: #008a45;
  color: #fcfcfc;
}
button .success:hover, button .success:focus,
.button .success:hover,
.button .success:focus {
  background-color: #008a45;
  color: #fcfcfc;
}
button .alert,
.button .alert {
  background-color: #b12a25;
  border-color: #b12a25;
  color: #fcfcfc;
}
button .alert:hover, button .alert:focus,
.button .alert:hover,
.button .alert:focus {
  background-color: #b12a25;
  color: #fcfcfc;
}
button .large,
.button .large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button .small,
.button .small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
button .tiny,
.button .tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
button .expand,
.button .expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button .left-align,
.button .left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button .right-align,
.button .right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button .radius,
.button .radius {
  border-radius: 3px;
}
button .round,
.button .round {
  border-radius: 1000px;
}
button .disabled,
button [disabled],
.button .disabled,
.button [disabled] {
  background-color: #0a1535;
  border-color: #9c1212;
  color: #fcfcfc;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button .disabled:hover, button .disabled:focus,
button [disabled]:hover,
button [disabled]:focus,
.button .disabled:hover,
.button .disabled:focus,
.button [disabled]:hover,
.button [disabled]:focus {
  background-color: #9c1212;
  color: #fcfcfc;
}
button .disabled .secondary,
button [disabled] .secondary,
.button .disabled .secondary,
.button [disabled] .secondary {
  background-color: #fcd3cd;
  border-color: #faafa7;
  color: #505050;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button .disabled .secondary:hover, button .disabled .secondary:focus,
button [disabled] .secondary:hover,
button [disabled] .secondary:focus,
.button .disabled .secondary:hover,
.button .disabled .secondary:focus,
.button [disabled] .secondary:hover,
.button [disabled] .secondary:focus {
  color: #505050;
  background-color: #fcd3cd;
}
button .disabled .success,
button [disabled] .success,
.button .disabled .success,
.button [disabled] .success {
  background-color: #008a45;
  border-color: #008a45;
  color: #fcfcfc;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button .disabled .success:hover, button .disabled .success:focus,
button [disabled] .success:hover,
button [disabled] .success:focus,
.button .disabled .success:hover,
.button .disabled .success:focus,
.button [disabled] .success:hover,
.button [disabled] .success:focus {
  background-color: #008a45;
  color: #fcfcfc;
}
button .disabled .alert,
button [disabled] .alert,
.button .disabled .alert,
.button [disabled] .alert {
  background-color: #b12a25;
  border-color: #b12a25;
  color: #fcfcfc;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
button .disabled .alert:hover, button .disabled .alert:focus,
button [disabled] .alert:hover,
button [disabled] .alert:focus,
.button .disabled .alert:hover,
.button .disabled .alert:focus,
.button [disabled] .alert:hover,
.button [disabled] .alert:focus {
  background-color: #b12a25;
  color: #fcfcfc;
}

@media only screen and (min-width: 40.063em) {
  button,
.button {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .side-menu-button {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: -webkit-sticky;
    position: sticky;
    left: -30%;
    margin-left: -70px;
    top: 170px;
    height: 40px;
    line-height: 1;
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
    background-color: #9c1212;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
  *zoom: 1;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group li {
  margin: 0;
  float: left;
}
.button-group li button,
.button-group li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group li:first-child {
  margin-left: 0;
}
.button-group li:first-child button,
.button-group li:first-child .button {
  border-left: 0;
}
.button-group .raduus button,
.button-group .raduus .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group .raduus:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group .raduus:first-child button,
.button-group .raduus:first-child .button {
  border-left: 0;
}
.button-group .raduus:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group .round button,
.button-group .round .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group .round:first-child button,
.button-group .round:first-child .button {
  border-left: 0;
}
.button-group .round:first-child a,
.button-group .round:first-child button,
.button-group .round:first-child .button {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group .round:last-child a,
.button-group .round:last-child button,
.button-group .round:last-child .button {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group .even-2 li button,
.button-group .even-2 li .button,
.button-group .even-3 li button,
.button-group .even-3 li .button,
.button-group .even-4 li button,
.button-group .even-4 li .button,
.button-group .even-5 li button,
.button-group .even-5 li .button,
.button-group .even-6 li button,
.button-group .even-6 li .button,
.button-group .even-7 li button,
.button-group .even-7 li .button,
.button-group .even-8 li button,
.button-group .even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  width: 100%;
}
.button-group .even-2 li:first-child button,
.button-group .even-2 li:first-child .button,
.button-group .even-3 li:first-child button,
.button-group .even-3 li:first-child .button,
.button-group .even-4 li:first-child button,
.button-group .even-4 li:first-child .button,
.button-group .even-5 li:first-child button,
.button-group .even-5 li:first-child .button,
.button-group .even-6 li:first-child button,
.button-group .even-6 li:first-child .button,
.button-group .even-7 li:first-child button,
.button-group .even-7 li:first-child .button,
.button-group .even-8 li:first-child button,
.button-group .even-8 li:first-child .button {
  border-left: 0;
}
.button-group .even-2 li {
  width: 50%;
}
.button-group .even-3 li {
  width: 33.33333%;
}
.button-group .even-4 li {
  width: 25%;
}
.button-group .even-5 li {
  width: 20%;
}
.button-group .even-6 li {
  width: 16.66667%;
}
.button-group .even-7 li {
  width: 14.28571%;
}
.button-group .even-8 li {
  width: 12.5%;
}

.button-bar {
  *zoom: 1;
}
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.button-bar .button-group div {
  overflow: hidden;
}

/*.button-group.radius>*:first-child,
.button-group.radius>*:first-child>a,
.button-group.radius>*:first-child>button,
.button-group.radius>*:first-child>.button {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.button-group.radius>*:last-child,
.button-group.radius>*:last-child>a,
.button-group.radius>*:last-child>button,
.button-group.radius>*:last-child>.button {

}



.button-group.round>*:first-child button,
.button-group.round>*:first-child .button {
    border-left: 0
}

.button-group.round>*:first-child,
.button-group.round>*:first-child>a,
.button-group.round>*:first-child>button,
.button-group.round>*:first-child>.button {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px
}

.button-group.round>*:last-child,
.button-group.round>*:last-child>a,
.button-group.round>*:last-child>button,
.button-group.round>*:last-child>.button {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px
}*/
.breadcrumbs-nav {
  display: block;
  padding: 0 0 0.25rem;
  overflow: hidden;
  margin-left: 0;
}
.breadcrumbs-nav ul {
  list-style: none;
}
.breadcrumbs-nav li,
.breadcrumbs-nav span {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  color: #111111;
}
.breadcrumbs-nav a {
  color: #111111;
}
.breadcrumbs-nav a:hover {
  color: #111111;
  border-bottom: 1px dotted #505050;
}
.breadcrumbs-nav .current {
  cursor: default;
  color: #906614;
}
.breadcrumbs-nav .current a {
  cursor: default;
  color: #906614;
}
.breadcrumbs-nav .unavailable {
  color: #bbbbbb;
}
.breadcrumbs-nav a {
  color: #111111;
}
.breadcrumbs-nav a:first-child:before {
  content: "";
  margin: 0;
}
.breadcrumbs-nav a:before,
.breadcrumbs-nav span:before {
  content: "/";
  color: #111111;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs-nav .current,
.breadcrumbs-nav .current:hover,
.breadcrumbs-nav .current:hover a,
.breadcrumbs-nav .current:focus,
.breadcrumbs-nav .current:focus a {
  text-decoration: none;
}
.breadcrumbs-nav .unavailable:hover,
.breadcrumbs-nav .unavailable:hover a,
.breadcrumbs-nav .unavailable:focus,
.breadcrumbs-nav .unavailable a:focus {
  text-decoration: none;
  color: #898987;
  cursor: default;
}

@media screen and (min-width: 768px0) {
  .breadcrumbs {
    display: block;
    padding: 0.2rem 0.8rem 0.25rem;
    overflow: hidden;
    margin-left: 0;
    background-color: #E7E7E8;
    border: 1px solid #bbbbbb;
    border-radius: 3px;
  }
  .breadcrumbs li,
.breadcrumbs span {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    color: #505050;
  }
  .breadcrumbs a {
    color: #111111;
  }
  .breadcrumbs a:hover {
    color: #505050;
    border-bottom: 1px dotted #505050;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  background: #fcfcfc;
  color: #111111;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
  font-size: 100%;
}

.currentbranchN {
  background-color: #505050;
  color: #fcfcfc;
}

.resultsdata {
  width: 680px;
  margin-left: 20px;
}

.left-img {
  float: left;
  margin: 5px 10px 5px 5px;
}

.map {
  width: 60%;
  float: left;
  margin-top: 20px;
}

.map_info {
  float: right;
  width: 250px;
  margin-top: 50px;
}

.special {
  border: 1px solid #fcfcfc; /*RLV*/
  background: #fcfcfc; /*RLV*/
  /*multi language site change*/
}

/********special*******/
div.cta-box img:first-of-type {
  border: 2px solid #fcfcfc;
  margin-bottom: 0.73rem;
}

div.boardmemberinfo img {
  float: left;
  border: 2px solid #898987;
  margin: 5px 10px 5px 5px;
}

.main-content-grid {
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .main-content-grid {
    margin-top: -20px !important;
  }
  .left-menu-grid {
    margin-top: -70px;
  }
  .left-menu-grid .breadcrumbs,
.left-menu-grid h1.entry-title {
    margin-left: 26px;
  }
  .left-menu-grid h1.entry-title {
    margin-top: -20px;
    margin-left: 44px;
  }
}
@media screen and (min-width: 64.063em) {
  .main-content-grid {
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 40.623em) and (max-width: 64em) {
  .main-content-grid {
    margin-top: -40px !important;
  }
}
/**** VIP Tool CTA ******/
.bold {
  background-color: #ffecb1;
  border: 3px solid #bbbbbb;
}

.bold p {
  font-size: 1.2em;
}

/*Instagram Feed*/
#instafeed a {
  display: block;
  float: left;
  width: 30%;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

/* Footer */
.footercontainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2000px;
  background-color: #202020;
  padding: 20px 0;
}

footer {
  color: #fcfcfc;
  margin: 1px auto;
  font-size: 13px;
}
footer a {
  color: #fcfcfc !important;
  font-size: 14px;
}
footer a:visited {
  color: #fcfcfc;
}
footer a:hover {
  color: #faafa7 !important;
  font-weight: bold;
  border-bottom: 1px dotted #faafa7;
}
footer .footerfeature_info {
  padding: 10px 30px;
}
footer .footerfeature_info h3 {
  color: #fcfcfc;
  font-weight: bold !important;
  font-size: 19px !important;
  padding-bottom: 10px !important;
  margin-bottom: 2px !important;
  margin-left: 0;
  margin-top: 5px !important;
  line-height: 18px !important;
}
footer .footerfeature_info p {
  color: #fcfcfc;
  font-weight: bold !important;
  padding-bottom: 10px !important;
  margin-bottom: 2px !important;
  margin-left: 0px !important;
  margin-top: 5px !important;
  line-height: 18px !important;
}
footer .footerfeature_info ul {
  margin-left: 10px;
  list-style: none;
}
@media screen and (min-width: 64.063em) and (max-width: 90em) {
  footer .footerfeature-left {
    margin-left: -50px;
  }
  footer .subfooter {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  footer .footerfeature-left {
    margin-left: 0;
  }
  footer .footerfeature-info {
    padding: 10px 20px !important;
  }
}
footer .subfooter {
  color: #fcfcfc;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}
footer .subfooter p {
  margin-bottom: 0px !important;
  color: #fcfcfc; /*font-family: "Cabin", sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-size: 13px !important;
}
footer .subfooter a:link {
  color: #e8f3ff !important;
  border-bottom: 1px dotted #e8f3ff;
}
footer .subfooter a:visited {
  color: #e8f3ff !important;
}
footer .subfooter a:hover {
  color: #faafa7 !important;
  font-weight: bold;
  border-bottom: 1px dotted #faafa7;
}
footer .socialmedia {
  list-style-type: none;
}
footer .socialmedia li {
  /* background-image: url( /media/site-assets/images/social-icons/socialsprite.png);*/
  /* t4 */
  background-image: url("/media/site-assets/images/social-icons/socialsprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin: 10px 5px 5px 10px;
  width: 45px;
  height: 45px;
}
footer .socialmedia li a {
  display: block;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
}
footer .socialmedia li a:hover {
  border-bottom: 0px;
}
footer h3.social-header {
  margin-left: 24px !important;
}
footer .facebook {
  background-position: 1px 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .facebook:hover {
  background-position: 1px -42px;
}
footer .twitter {
  background-position: -44px 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .twitter:hover {
  background-position: -44px -42px;
}
footer .youtube {
  background-position: -87px 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .youtube:hover {
  background-position: -87px -42px;
}
footer .linkedin {
  background-position: -133px 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .linkedin:hover {
  background-position: -133px -42px;
}
footer .instagram {
  background-position: -226px 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .instagram:hover {
  background-position: -226px -42px;
}
footer .omegalogo img {
  vertical-align: text-top;
  max-width: 150px;
}
@media screen and (max-width: 63.9em) {
  footer .omegalogo {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  footer .omegalogo img {
    margin-left: -60px;
  }
}
@media screen and (min-width: 64.063em) {
  footer .omegalogo img {
    float: right;
    margin-right: 30%;
    margin-left: auto;
    margin-top: -100px;
  }
}

.elect-home .elect-header-container {
  background-color: #fcfcfc;
  z-index: 1101;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container {
    margin-bottom: 20px;
    margin-top: -30px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container {
    margin-top: -10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container {
    margin-bottom: -43px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid-active {
    background-color: #bbbbbb !important;
  }
}
.elect-home .elect-header-container .sticky {
  border-bottom: 1px solid #898987;
  background-color: #fcfcfc;
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container .is-stuck {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container .is-stuck {
    margin-top: 18px !important;
    -webkit-box-shadow: 0 0 5px #111111;
            box-shadow: 0 0 5px #111111;
  }
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container .elect-header-grid {
    margin-top: 30px;
    padding-top: 10px;
    height: 64px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 85px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container .elect-header-grid {
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 78px;
    background-color: #fcfcfc;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.elect-home .elect-header-container .elect-header-grid .header-logo {
  width: 100%;
  text-align: center;
}
.elect-home .elect-header-container .elect-header-grid .header-logo img {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container .elect-header-grid .header-logo {
    margin: auto;
    padding-left: 0.3rem;
    padding-right: 1.3rem;
  }
  .elect-home .elect-header-container .elect-header-grid .header-logo img {
    padding: 0 0 8px 10px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid .header-logo img {
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid .header-logo {
    margin: auto;
  }
  .elect-home .elect-header-container .elect-header-grid .header-logo img {
    padding: 8px 90px 10px 10px;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container .elect-header-grid .header-logo img {
    height: auto;
    float: left;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 70em) {
  .elect-home .elect-header-container .elect-header-grid .header-logo {
    padding: 20px 10px 10px 0 !important;
    width: 87%;
    margin-left: -24px;
  }
}
@media screen and (min-width: 70.063em) {
  .elect-home .elect-header-container .elect-header-grid .header-logo {
    padding: 12px 10px 10px 0;
    width: 92%;
    margin-left: -20px;
  }
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container .elect-header-grid .menu-cell {
    margin-top: -4px;
    padding-top: 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid .menu-cell {
    width: 100%;
    margin-left: -20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container .elect-header-grid .menu-cell {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu {
    margin-left: -10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu {
    background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#fcfcfc));
    background: linear-gradient(to bottom, #bbbbbb, #fcfcfc);
    width: 100%;
    z-index: 400;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu {
    margin-left: -160px;
    background: none !important;
    background-color: transparent !important;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 80.063em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu {
    margin-left: -160px;
    background: none !important;
    background-color: transparent !important;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  font-weight: bold;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu {
    margin-top: -15px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#fcfcfc));
    background: linear-gradient(to bottom, #bbbbbb, #fcfcfc);
    padding: 16px 20px 28px;
    font-size: 1.4rem;
    margin-left: 0;
    border-bottom: 1px solid #898987;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu {
    font-size: 2rem;
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu {
    font-size: 1rem;
    margin-left: 30px;
    background: none;
    background-color: transparent;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu {
    font-size: 0.82rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 80.063em) and (max-width: 89.7em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu {
    font-size: 0.88rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 89.763em) and (max-width: 112em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu {
    font-size: 1rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 112.063em) and (max-width: 124em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu {
    font-size: 1.1rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 124.063em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu {
    font-size: 1.25rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
.elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li {
  display: inline-block;
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li {
    background: none;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li {
    padding-bottom: 18px !important;
  }
}
.elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a {
  display: block;
  height: 50px;
  text-align: center;
  color: #606060;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-bottom: none;
}
@media screen and (max-width: 40.063em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a {
    padding: 14px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a {
    background: none;
  }
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a:hover, .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a:focus {
    color: #26366a;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a {
    padding: 0 14px 28px;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a {
    padding: 8px 0.65rem;
    line-height: 1;
    height: 40px !important;
  }
}
@media screen and (min-width: 80.063em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a {
    padding: 8px 1rem;
    line-height: 1;
    height: 40px !important;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a {
    background: none !important;
    background-color: transparent !important;
  }
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a:hover {
    background-color: #26366a;
    color: #fcfcfc;
    border-bottom: none !important;
  }
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li a:focus {
    border-bottom: none !important;
  }
}
.elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li:hover a, .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li:focus a, .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li:active a {
  color: #3d5193;
  border-bottom: none !important;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li .active a {
    color: #3d5193;
  }
}
@media screen and (min-width: 40.063em) {
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li .active a {
    color: #3d5193;
  }
  .elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li .active a:hover {
    background: #fcfcfc;
    color: #26366a;
  }
}
.elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li.js-generated,
.elect-home .elect-header-container .elect-header-grid #elect-main-menu ul#menu li ul li {
  display: none;
}
.elect-home .elect-header-container .elect-title-bar {
  background: #fcfcfc !important;
  margin-top: -6px;
  text-align: right;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 0;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container .elect-title-bar {
    height: 40px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container .elect-title-bar {
    background-color: transparent !important;
    background: none !important;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container .elect-title-bar {
    height: 65px;
    padding-left: 25px !important;
  }
}
@media screen and (min-widith: 64.063em) {
  .elect-home .elect-header-container .elect-title-bar {
    background: #fcfcfc !important;
  }
}
.elect-home .elect-header-container .elect-title-bar button.mobile-menu-icon {
  overflow: hidden;
  text-align: center;
  background: #3d5193;
  color: #fcfcfc;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  font-weight: 300;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container .elect-title-bar button.mobile-menu-icon {
    height: 40px;
    width: 40px;
    margin: 8% 32px auto auto;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container .elect-title-bar button.mobile-menu-icon {
    height: 56px;
    width: 56px;
    margin: 13% 40px auto auto;
  }
}
.elect-home .elect-header-container .elect-title-bar button.mobile-menu-icon i {
  color: #fcfcfc;
  margin: auto;
  font-size: 24px;
  line-height: 18px;
  width: auto;
  text-align: center;
  padding: 4px;
  font-weight: 300;
}
.elect-home .elect-header-container .elect-title-bar button.mobile-menu-icon:focus {
  outline: 0;
}
.elect-home .elect-header-container .elect-title-bar button.mobile-menu-icon:active {
  color: #fcfcfc;
}
.elect-home .elect-header-container .menu-button-active {
  background-color: #898987 !important;
}
.elect-home .elect-header-container .menu-button-standard {
  background: #3d5193 !important;
}
.elect-home .elect-search-bar-grid,
.elect-home .menu .elect-search-bar-grid {
  height: 40px;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-search-bar-grid,
.elect-home .menu .elect-search-bar-grid {
    margin-bottom: 24px;
    padding-left: 14px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-search-bar-grid,
.elect-home .menu .elect-search-bar-grid {
    margin-left: auto;
    margin-top: -10px;
    margin-right: auto;
    padding-left: 10px;
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-home .elect-search-bar-grid,
.elect-home .menu .elect-search-bar-grid {
    margin-right: 40px;
    padding-left: 20px;
    width: 20%;
    margin-top: -0.85rem;
    float: right;
  }
}
@media screen and (min-width: 80.063em) {
  .elect-home .elect-search-bar-grid,
.elect-home .menu .elect-search-bar-grid {
    margin-right: 0;
    padding-left: 30px;
    width: 25%;
    margin-top: -0.9rem;
    float: right;
  }
}
.elect-home .elect-search-bar-grid .navbar-search,
.elect-home .elect-search-bar-grid .searchbarHome .navbar-search,
.elect-home .menu .elect-search-bar-grid .navbar-search,
.elect-home .menu .elect-search-bar-grid .searchbarHome .navbar-search,
.elect-home .menu .elect-search-bar-grid .searchbarHome input[type=text] {
  border: 1px solid #bbbbbb;
  color: #606060;
  font-family: "Open Sans", sans-serif;
  padding-left: 10px;
}
.elect-home .menu .elect-search-bar-grid .searchbarHome input[type=text]:focus,
.elect-home .menu .elect-search-bar-grid .searchbarHome input[type=text]:active {
    background-color: #fcfcfc !important;
}  
@media screen and (max-width: 40em) {
  .elect-home .elect-search-bar-grid .navbar-search,
.elect-home .elect-search-bar-grid .searchbarHome .navbar-search,
.elect-home .menu .elect-search-bar-grid .navbar-search,
.elect-home .menu .elect-search-bar-grid .searchbarHome .navbar-search {
    font-size: 16px;
    width: 70%;
  }
}
@media screen and (max-width: 60em) {
  .elect-home .elect-search-bar-grid .navbar-search,
.elect-home .elect-search-bar-grid .searchbarHome .navbar-search,
.elect-home .menu .elect-search-bar-grid .navbar-search,
.elect-home .menu .elect-search-bar-grid .searchbarHome .navbar-search {
    border-radius: 20px;
    background-color: #fcfcfc !important;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-search-bar-grid .navbar-search,
.elect-home .elect-search-bar-grid .searchbarHome .navbar-search,
.elect-home .menu .elect-search-bar-grid .navbar-search,
.elect-home .menu .elect-search-bar-grid .searchbarHome .navbar-search {
    width: 260px;
    font-size: 18px;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-home .elect-search-bar-grid .navbar-search,
.elect-home .elect-search-bar-grid .searchbarHome .navbar-search,
.elect-home .menu .elect-search-bar-grid .navbar-search,
.elect-home .menu .elect-search-bar-grid .searchbarHome .navbar-search {
    font-size: 14px;
    height: 26px;
    border-radius: 13px;
    background-color: #E7E7E8;
    width: 130px;
  }
}
@media screen and (min-width: 80.063em) and (max-width: 120em) {
  .elect-home .elect-search-bar-grid .navbar-search,
.elect-home .elect-search-bar-grid .searchbarHome .navbar-search,
.elect-home .menu .elect-search-bar-grid .navbar-search,
.elect-home .menu .elect-search-bar-grid .searchbarHome .navbar-search {
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
    background-color: #E7E7E8;
    width: 180px;
  }
}
@media screen and (min-width: 120.063em) {
  .elect-home .elect-search-bar-grid .navbar-search,
.elect-home .elect-search-bar-grid .searchbarHome .navbar-search,
.elect-home .menu .elect-search-bar-grid .navbar-search,
.elect-home .menu .elect-search-bar-grid .searchbarHome .navbar-search {
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
    background-color: #E7E7E8;
    width: 250px;
  }
}
.elect-home .elect-search-bar-grid .navbar-search:focus a, .elect-home .elect-search-bar-grid .navbar-search:active a,
.elect-home .elect-search-bar-grid .searchbarHome .navbar-search:focus a,
.elect-home .elect-search-bar-grid .searchbarHome .navbar-search:active a,
.elect-home .menu .elect-search-bar-grid .navbar-search:focus a,
.elect-home .menu .elect-search-bar-grid .navbar-search:active a,
.elect-home .menu .elect-search-bar-grid .searchbarHome .navbar-search:focus a,
.elect-home .menu .elect-search-bar-grid .searchbarHome .navbar-search:active a {
  background-color: #fcfcfc !important;
}
.elect-home .elect-search-bar-grid .siteSearchBtn,
.elect-home .menu .elect-search-bar-grid .siteSearchBtn {
  border: 1px solid #3d5193;
  color: #fcfcfc;
  position: relative;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  margin-left: -20px;
  background: #3d5193;
  background: -webkit-gradient(linear, left top, right top, from(#5770b1), to(#182e69));
  background: linear-gradient(to right, #5770b1, #182e69);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-search-bar-grid .siteSearchBtn,
.elect-home .menu .elect-search-bar-grid .siteSearchBtn {
    margin-top: 44px;
    width: 44px;
    height: 44px;
    left: -30px;
  }
}
@media screen and (min-width: 40.063em) {
  .elect-home .elect-search-bar-grid .siteSearchBtn,
.elect-home .menu .elect-search-bar-grid .siteSearchBtn {
    left: -32px;
    top: -2px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-search-bar-grid .siteSearchBtn,
.elect-home .menu .elect-search-bar-grid .siteSearchBtn {
    margin-top: 63px;
    width: 44px;
    height: 44px;
    left: -28px;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-home .elect-search-bar-grid .siteSearchBtn,
.elect-home .menu .elect-search-bar-grid .siteSearchBtn {
    width: 36px;
    height: 36px;
    top: -46px;
    left: 118px;
  }
}
@media screen and (min-width: 80.063em) and (max-width: 120em) {
  .elect-home .elect-search-bar-grid .siteSearchBtn,
.elect-home .menu .elect-search-bar-grid .siteSearchBtn {
    width: 36px;
    height: 36px;
    top: -48px;
    left: 164px;
  }
}
@media screen and (min-width: 120.063em) {
  .elect-home .elect-search-bar-grid .siteSearchBtn,
.elect-home .menu .elect-search-bar-grid .siteSearchBtn {
    width: 36px;
    height: 36px;
    top: -48px;
    left: 236px;
  }
}
.elect-home .elect-search-bar-grid .siteSearchBtn:active, .elect-home .elect-search-bar-grid .siteSearchBtn:hover, .elect-home .elect-search-bar-grid .siteSearchBtn:focus,
.elect-home .menu .elect-search-bar-grid .siteSearchBtn:active,
.elect-home .menu .elect-search-bar-grid .siteSearchBtn:hover,
.elect-home .menu .elect-search-bar-grid .siteSearchBtn:focus {
  background-color: #cfdded;
}
.elect-home .elect-search-bar-grid input[type=search],
.elect-home .menu .elect-search-bar-grid input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.elect-home .elect-search-bar-grid .searchbarHome,
.elect-home .menu .elect-search-bar-grid .searchbarHome {
  position: relative;
  height: 40px;
}
@media only screen and (max-width: 40em) {
  .elect-home .elect-search-bar-grid .searchbarHome,
.elect-home .menu .elect-search-bar-grid .searchbarHome {
    margin-top: -30px;
    margin-left: 8vw;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-search-bar-grid .searchbarHome,
.elect-home .menu .elect-search-bar-grid .searchbarHome {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: -20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .elect-home .elect-search-bar-grid .searchbarHome,
.elect-home .menu .elect-search-bar-grid .searchbarHome {
    margin-top: 17px;
    margin-right: -120px;
    padding-right: 0;
  }
}
.elect-home .elect-search-bar-grid .label-hide,
.elect-home .menu .elect-search-bar-grid .label-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
}
.elect-home .elect-header-container-2 {
  background-color: #fcfcfc;
  z-index: 1101;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 {
    margin-bottom: 20px;
    margin-top: -30px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 {
    margin-top: -10px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container-2 {
    margin-bottom: -43px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid-active {
    background-color: #bbbbbb !important;
  }
}
.elect-home .elect-header-container-2 .sticky {
  border-bottom: 1px solid #898987;
  background-color: #fcfcfc;
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container-2 .is-stuck {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container-2 .is-stuck {
    -webkit-box-shadow: 0 0 5px #111111;
            box-shadow: 0 0 5px #111111;
    padding-top: 20px;
  }
}
.elect-home .elect-header-container-2 #ls-home-2 {
  margin-top: 0;
}
@media only screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 #ls-home-2 {
    padding-top: 26px !important;
  }
}
@media only screen and (min-width: 40.625em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 #ls-home-2 {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-home .elect-header-container-2 #ls-home-2 {
    padding-top: 32px !important;
  }
}
@media only screen and (min-width: 80.063em) {
  .elect-home .elect-header-container-2 #ls-home-2 {
    padding-top: 20px !important;
  }
}
.elect-home .elect-header-container-2 #ls-home-2 .language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fcfcfc;
  background-color: #111111;
  font-weight: 800;
  padding: 10px 14px;
  width: 100%;
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container-2 #ls-home-2 .language-switcher {
    margin-top: -14px !important;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container-2 #ls-home-2 .language-switcher {
    margin-top: -4px !important;
  }
}
@media screen and (min-width: 80.063em) {
  .elect-home .elect-header-container-2 #ls-home-2 .language-switcher {
    padding: 24px 14px 10px 14px !important;
  }
}
.elect-home .elect-header-container-2 #ls-home-2 .language-switcher a {
  color: #fcfcfc;
  border-bottom: 1px dotted #505050;
  margin-left: 1rem;
  margin-right: 1rem;
}
.elect-home .elect-header-container-2 #ls-home-2 .language-switcher a:hover, .elect-home .elect-header-container-2 #ls-home-2 .language-switcher a:focus {
  color: #faafa7;
  border-bottom: 1px dotted #faafa7;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 #ls-home-2 .language-switcher {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container-2 .language-switcher-fixed {
    margin-top: -14px !important;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container-2 .language-switcher-fixed {
    margin-top: -4px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .elect-home .elect-header-container-2 {
    /* IE10+ specific styles go here */
  }
  .elect-home .elect-header-container-2 .language-switcher-home {
    margin-top: 26px;
  }
  .elect-home .elect-header-container-2 .language-switcher {
    margin-top: 0;
  }
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 .elect-header-grid {
    margin-top: 30px;
    padding-top: 10px;
    height: 64px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    min-height: 85px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    min-height: 78px;
    background-color: #fcfcfc;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.elect-home .elect-header-container-2 .elect-header-grid .header-logo {
  width: 100%;
  text-align: center;
}
.elect-home .elect-header-container-2 .elect-header-grid .header-logo img {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 .elect-header-grid .header-logo {
    margin: auto;
    padding-left: 0.3rem;
    padding-right: 1.3rem;
  }
  .elect-home .elect-header-container-2 .elect-header-grid .header-logo img {
    padding: 0 0 8px 10px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid .header-logo img {
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid .header-logo {
    margin: auto;
  }
  .elect-home .elect-header-container-2 .elect-header-grid .header-logo img {
    padding: 8px 90px 10px 10px;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid .header-logo img {
    height: auto;
    float: left;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 70em) {
  .elect-home .elect-header-container-2 .elect-header-grid .header-logo {
    padding: 20px 10px 10px 0 !important;
    width: 87%;
    margin-left: -24px;
  }
}
@media screen and (min-width: 70.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid .header-logo {
    padding: 12px 10px 10px 0;
    width: 92%;
    margin-left: -20px;
  }
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 .elect-header-grid .menu-cell {
    margin-top: -4px;
    padding-top: 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid .menu-cell {
    width: 100%;
    margin-left: -20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid .menu-cell {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu {
    margin-left: -10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu {
    background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#fcfcfc));
    background: linear-gradient(to bottom, #bbbbbb, #fcfcfc);
    width: 100%;
    z-index: 400;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu {
    margin-left: -160px;
    background: none !important;
    background-color: transparent !important;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 80.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu {
    margin-left: -160px;
    background: none !important;
    background-color: transparent !important;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  font-weight: bold;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu {
    margin-top: -15px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#fcfcfc));
    background: linear-gradient(to bottom, #bbbbbb, #fcfcfc);
    padding: 16px 20px 28px;
    font-size: 1.4rem;
    margin-left: 0;
    border-bottom: 1px solid #898987;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu {
    font-size: 2rem;
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu {
    font-size: 1rem;
    margin-left: 30px;
    background: none;
    background-color: transparent;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu {
    font-size: 0.82rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 80.063em) and (max-width: 89.7em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu {
    font-size: 0.88rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 89.763em) and (max-width: 112em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu {
    font-size: 1rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 112.063em) and (max-width: 124em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu {
    font-size: 1.1rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 124.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu {
    font-size: 1.25rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
.elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li {
  display: inline-block;
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li {
    background: none;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li {
    padding-bottom: 18px !important;
  }
}
.elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a {
  display: block;
  height: 50px;
  text-align: center;
  color: #606060;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-bottom: none;
}
@media screen and (max-width: 40.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a {
    padding: 14px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a {
    background: none;
  }
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a:hover, .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a:focus {
    color: #26366a;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a {
    padding: 0 14px 28px;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a {
    padding: 8px 0.65rem;
    line-height: 1;
    height: 40px !important;
  }
}
@media screen and (min-width: 80.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a {
    padding: 8px 1rem;
    line-height: 1;
    height: 40px !important;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a {
    background: none !important;
    background-color: transparent !important;
  }
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a:hover {
    background-color: #26366a;
    color: #fcfcfc;
    border-bottom: none !important;
  }
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li a:focus {
    border-bottom: none !important;
  }
}
.elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li:hover a, .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li:focus a, .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li:active a {
  color: #3d5193;
  border-bottom: none !important;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li .active a {
    color: #3d5193;
  }
}
@media screen and (min-width: 40.063em) {
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li .active a {
    color: #3d5193;
  }
  .elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li .active a:hover {
    background: #fcfcfc;
    color: #26366a;
  }
}
.elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li.js-generated,
.elect-home .elect-header-container-2 .elect-header-grid #elect-main-menu ul#menu li ul li {
  display: none;
}
.elect-home .elect-header-container-2 .elect-title-bar {
  background: #fcfcfc !important;
  margin-top: -6px;
  text-align: right;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 0;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 .elect-title-bar {
    height: 40px;
  }
}
@media screen and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-title-bar {
    background-color: transparent !important;
    background: none !important;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-title-bar {
    height: 65px;
    padding-left: 25px !important;
  }
}
@media screen and (min-widith: 64.063em) {
  .elect-home .elect-header-container-2 .elect-title-bar {
    background: #fcfcfc !important;
  }
}
.elect-home .elect-header-container-2 .elect-title-bar button.mobile-menu-icon {
  overflow: hidden;
  text-align: center;
  background: #3d5193;
  color: #fcfcfc;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  font-weight: 300;
}
@media screen and (max-width: 40em) {
  .elect-home .elect-header-container-2 .elect-title-bar button.mobile-menu-icon {
    height: 40px;
    width: 40px;
    margin: 8% 32px auto auto;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .elect-home .elect-header-container-2 .elect-title-bar button.mobile-menu-icon {
    height: 56px;
    width: 56px;
    margin: 13% 40px auto auto;
  }
}
.elect-home .elect-header-container-2 .elect-title-bar button.mobile-menu-icon i {
  color: #fcfcfc;
  margin: auto;
  font-size: 24px;
  line-height: 18px;
  width: auto;
  text-align: center;
  padding: 4px;
  font-weight: 300;
}
.elect-home .elect-header-container-2 .elect-title-bar button.mobile-menu-icon:focus {
  outline: 0;
}
.elect-home .elect-header-container-2 .elect-title-bar button.mobile-menu-icon:active {
  color: #fcfcfc;
}
.elect-home .elect-header-container-2 .menu-button-active {
  background-color: #898987 !important;
}
.elect-home .elect-header-container-2 .menu-button-standard {
  background: #3d5193 !important;
}

#feature {
  padding: 0 20px 40px;
  margin-bottom: 60px;
}
#feature h1 {
  line-height: 0.95;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: -0.05rem;
}
#feature h5 {
  text-indent: 3px;
  color: #9c1212;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
#feature button {
  margin-top: 12px;
}
#feature p {
  font-style: italic;
}
#feature img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  #feature {
    padding-bottom: 10px;
    border-bottom: 1px solid #606060;
  }
  #feature h5 {
    padding-top: 10px;
  }
  #feature h1 {
    font-size: 34px;
    padding-bottom: 4px;
    line-height: 0.98;
  }
  #feature p {
    font-size: 16px;
    font-style: normal;
  }
  #feature .button-link {
    width: 100%;
    text-align: center;
  }
}
.small-feature {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 80px;
  border: 1px solid #bbbbbb;
  padding: 30px 20px;
}
.small-feature h1 {
  line-height: 0.95;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: -0.04rem;
  padding-top: 20px;
}
.small-feature p {
  font-size: 16px;
  font-style: normal;
}
.small-feature img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .small-feature {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
    border: 0;
  }
  .small-feature h1 {
    font-size: 28px;
    padding-bottom: 4px;
    line-height: 1.1;
    padding-top: 20px;
  }
  .small-feature p {
    font-size: 14px;
    font-style: normal;
  }
}
.news-highlights-section {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 80px;
}
.news-highlights-section .news-item {
  padding: 20px;
  border: 1px solid #bbbbbb;
}
.news-highlights-section img {
  width: auto;
  height: auto;
}
.news-highlights-section h1 {
  line-height: 0.95;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: -0.04rem;
  padding-top: 18px;
}
.news-highlights-section p {
  font-size: 14px;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .news-highlights-section {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px 20px;
    margin-bottom: 20px;
    background: #bbbbbb;
  }
  .news-highlights-section .news-item {
    margin-bottom: 14px;
    background: #fcfcfc;
    border: 1px solid #898987;
  }
}
/* UL OL - list types */
ul .formal {
  margin: 0 0 0.3125rem 2.1875rem;
  line-height: 1.4;
}
ul .blue-ul {
  margin: 0 0 0.3125rem 2.1875rem;
  line-height: 1.4;
  list-style-position: outside;
  list-style-image: url("/media/site-assets/images/bullets-and-arrows/ul-blue-bullet.png");
  /*list-style-image: url( /media/site-assets/images/bullets-and-arrows/ul-blue-bullet.png);*/
}
ul .red-ul {
  margin: 0 0 0 0;
  list-style-position: outside;
  list-style-image: url("/media/site-assets/images/bullets-and-arrows/ul-red-bullet.png");
  /*list-style-image: url( /media/site-assets/images/bullets-and-arrows/ul-red-bullet.png);*/
}
ul .red-ul li {
  margin: 0 0 0.3125rem 2.1875rem;
}
ul .second-ul {
  margin: 0 0 0.3125rem 3.1875rem;
  line-height: 1.4;
  list-style-position: outside;
  list-style-image: url("/media/site-assets/images/bullets-and-arrows/bullet-sec.png");
  /*list-style-image: url( /media/site-assets/images/bullets-and-arrows/bullet-sec.png);*/
}
ul .third-ul {
  margin: 0 0 0.3125rem 3.5875rem;
  list-style-position: outside;
  /*list-style-image: url( /media/site-assets/images/bullets-and-arrows/bullet-thrd.png);*/
  list-style-image: url("/media/site-assets/images/bullets-and-arrows/bullet-thrd.png");
}

ol .formal {
  margin: 0 0 0.3125rem 2.1875rem;
  line-height: 1.4;
}

ul.formal p,
ul.formal div,
ul.formal h3,
ul.formal ul,
ol.formal p,
ol.formal div,
ol.formal h3,
ol.formal ul,
ul.blue-ul p,
ul.blue-ul div,
ul.blue-ul h3,
ul.blue-ul ul,
ul.red-ul p,
ul.red-ul div,
ul.red-ul h3,
ul.red-ul ul {
  margin-top: 1.2rem;
  /*color:#F90; marking for testing */
}

.link-footer ul,
.link-footer li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.link-footer ul a,
.link-footer li a {
  padding: 0.25rem 0;
  color: #fcfcfc;
}

.full_article ul { /*News release UL*/
  margin: 0 0 0.3125rem 2.1875rem;
  line-height: 1.4;
}

.special h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
}

.news-section {
  padding-top: 20px;
}
@media screen and (min-width: 772px) and (max-width: 769px) and (orientation: portrait) {
  .news-section {
    margin-top: -200px !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 800px) and (orientation: portrait) {
  .news-section {
    margin-top: -160px !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}
@media screen and (max-width: 48em) {
  .news-section {
    margin-top: -280px;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
@media screen and (min-width: 48.063em) and (max-width: 50em) {
  .news-section {
    margin-top: -220px;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}
@media screen and (min-width: 50.063em) and (max-width: 64em) {
  .news-section {
    margin-top: -180px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 64.063em) {
  .news-section {
    margin-left: 16%;
    margin-right: 16%;
  }
}

.news-grid {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.snippet {
  min-height: 5em;
  margin-bottom: 1.5em;
}
.snippet img,
.snippet .date-stamp {
  float: left;
  margin-right: 0.5em;
}
.snippet p {
  margin-bottom: 5px;
  padding-top: 0;
  margin-top: -4px;
  font-family: "Roboto", sans-serif;
}
.snippet .title {
  border-bottom: 1px solid #26366a;
  font-weight: normal;
  font-size: 0.8rem;
  color: #505050;
  font-weight: 500;
  margin-top: 10px;
  padding-top: 0;
}
.snippet .date-stamp {
  width: 4rem;
  text-align: right;
  padding-top: 0;
}
.snippet .date-stamp .month {
  color: #26366a;
  padding: 0.1em 0 0 0;
  font-size: 1.3em;
  text-align: right;
  font-weight: 400;
}
.snippet .date-stamp .day {
  padding: 0.2em 0 0.5em 0.5em;
  font-size: 2em;
  font-weight: 100;
  border-top: none;
  color: #26366a;
}
.snippet .date-stamp .day a:hover {
  text-decoration: underline;
  color: #9c1212;
  font-weight: bold;
}

.news a:hover, .news a:focus {
  color: #9c1212;
  font-weight: bold;
  text-decoration: underline;
}
.news .snippet-text {
  padding-left: 0;
  margin-left: -16px;
  padding-top: 0;
}

.notice {
  background: #E7E7E8;
  max-height: 10em;
  opacity: 1 !important;
  display: block !important;
}
.notice a {
  background: url("/media/site-assets/images/css-images/warning_64.png") no-repeat scroll 32px 50%;
  /*background: url('/media/site-assets/images/css-images/warning_64.png') no-repeat scroll 32px 50%;*/
  color: #606060;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 40px 50px 40px 120px;
  text-decoration: none;
}
.notice .emergency {
  background: #e95530;
}
.notice.closed {
  display: block !important;
  -webkit-transition: opacity 500ms ease-out, max-height 500ms ease-out !important;
  transition: opacity 500ms ease-out, max-height 500ms ease-out !important;
  max-height: 0 !important;
  opacity: 0 !important;
}
.notice.closed.fa {
  display: none !important;
}
.notice.closed a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-transition: padding 500ms ease-out !important;
  transition: padding 500ms ease-out !important;
  max-height: 0 !important;
}

.notice,
.notice.warning {
  background: #fae385;
}

.notice,
.notice .fa {
  float: right;
  margin: -60px 16px 0 0;
  font-weight: bold;
  color: #505050;
  border: 2px solid #505050;
  padding: 2px;
  border-radius: 5px;
  cursor: pointer;
}

.notice.emergency a,
.notice.warning a,
.notice.emergency .fa,
.notice.warning .fa {
  color: #fcfcfc;
  border-color: #fcfcfc;
}

@media (max-width: 550px) {
  .notice .row span {
    margin: -70px 16px 0 0;
  }
}
@media (max-width: 330px) {
  .notice .row span {
    margin: -90px 16px 0 0;
  }
}
/*search results*/
.gsc-resultsHeader {
  display: none;
}

.gsc-cursor-current-page, .gsc-cursor-page {
  color: #906614;
}

.gsc-above-wrapper-area {
  border-bottom: 0px solid #E7E7E8;
  padding: 0;
}

.gsc-control-cse {
  padding: 0;
}

@media sreen and (min-width: 768px) {
  .left-nav-content {
    margin-top: -140px;
  }
}
.side-nav-header {
  margin: 0;
  padding: 0;
}
.side-nav-header a {
  background: #0a1535;
  padding: 0.5em;
  display: block;
  color: #fcfcfc;
  border: 1px solid #0a1535;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 40.063rem) and (max-width: 64rem) {
  .side-nav-header {
    margin: 12px 0 0 0;
  }
}

.side-nav {
  border-left: 1px solid #fcfcfc;
  border-right: 1px solid #fcfcfc;
  display: block;
  padding: 0;
  margin: 0 0 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Roboto", sans-serif;
}
.side-nav li {
  margin: 0;
  font-size: 0.875rem;
}
.side-nav li:first-child {
  border-top: 1px solid #bbbbbb;
}
.side-nav li .selected:after {
  font-family: FontAwesome;
  content: "\f078";
  margin-right: 1em;
  float: right;
}
.side-nav li a {
  border-bottom: 1px solid #fcfcfc;
  margin: 0;
  padding: 0.5em 0.75em;
}
.side-nav li a:hover {
  color: #b12a25;
  border-bottom: 1px dotted #b12a25;
  font-weight: bold;
}
.side-nav li a:after {
  font-family: FontAwesome;
  content: "\f054";
  float: right;
}
.side-nav li a:not(.button) {
  display: block;
  color: #111111;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  color: #fcfcfc;
  background-color: #505050;
  font-weight: normal;
  border-bottom: 0px;
}
.side-nav li .active a:first-child:not(.button) {
  color: #9c1212;
  font-weight: normal;
  /*font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif*/ /*font-family: "Cabin", sans-serif;*/
  font-family: "Roboto", sans-serif;
}
.side-nav li ul {
  margin: 0;
}
.side-nav li ul li a {
  padding-left: 1.25rem;
}
.side-nav li ul li ul li a {
  padding-left: 2.5rem;
  font-size: 0.9em;
}
.side-nav li .divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #fcfcfc;
}
.side-nav span[class^=currentbranch] a {
  background: #fcfcfc;
}

.regdeadlinestable {
  width: 700px;
  margin-bottom: 1.25rem;
}

.staff_table-alt {
  border: 0px;
  width: 420px;
}

.schedules_table td {
  width: 340px;
  padding: 10px;
  border: 1px solid #E7E7E8;
  font-size: 14px;
} /*9-18-19 - late add RV - attempt to correct table loading failure */
.elect-2020-main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  margin-top: 4rem;
}

.ve-home,
.elect-home {
  /* language switcher */
}
.ve-home #vaheader,
.elect-home #vaheader {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1102;
}
.ve-home .va-commonBanner--dark,
.elect-home .va-commonBanner--dark {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1103;
}
.ve-home #va-commonBanner, .ve-home #va-commonBanner__links .va-commonBanner__list,
.elect-home #va-commonBanner,
.elect-home #va-commonBanner__links .va-commonBanner__list {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
@media only screen and (min-width: 48.625em) {
  .ve-home #cbanner,
.elect-home #cbanner {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
  }
}
.ve-home #ls-home,
.elect-home #ls-home {
  margin-top: 0;
}
@media only screen and (max-width: 40em) {
  .ve-home #ls-home,
.elect-home #ls-home {
    padding-top: 26px !important;
  }
}
@media only screen and (min-width: 40.625em) and (max-width: 64em) {
  .ve-home #ls-home,
.elect-home #ls-home {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 80em) {
  .ve-home #ls-home,
.elect-home #ls-home {
    padding-top: 24px !important;
  }
}
@media only screen and (min-width: 80.063em) {
  .ve-home #ls-home,
.elect-home #ls-home {
    padding-top: 16px !important;
  }
}
.ve-home #ls-home .language-switcher,
.elect-home #ls-home .language-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fcfcfc;
  background-color: #111111;
  font-weight: 800;
  padding: 10px 14px;
  width: 100%;
}
@media screen and (max-width: 64em) {
  .ve-home #ls-home .language-switcher,
.elect-home #ls-home .language-switcher {
    margin-top: -14px !important;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home #ls-home .language-switcher,
.elect-home #ls-home .language-switcher {
    margin-top: -4px !important;
  }
}
@media screen and (min-width: 80.063em) {
  .ve-home #ls-home .language-switcher,
.elect-home #ls-home .language-switcher {
    padding: 24px 14px 10px 14px !important;
  }
}
.ve-home #ls-home .language-switcher a,
.elect-home #ls-home .language-switcher a {
  color: #fcfcfc;
  border-bottom: 1px dotted #505050;
  margin-left: 1rem;
  margin-right: 1rem;
}
.ve-home #ls-home .language-switcher a:hover, .ve-home #ls-home .language-switcher a:focus,
.elect-home #ls-home .language-switcher a:hover,
.elect-home #ls-home .language-switcher a:focus {
  color: #faafa7;
  border-bottom: 1px dotted #faafa7;
}
@media screen and (max-width: 40em) {
  .ve-home #ls-home .language-switcher,
.elect-home #ls-home .language-switcher {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 64em) {
  .ve-home .language-switcher-fixed,
.elect-home .language-switcher-fixed {
    margin-top: -14px !important;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home .language-switcher-fixed,
.elect-home .language-switcher-fixed {
    margin-top: -4px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ve-home,
.elect-home {
    /* IE10+ specific styles go here */
  }
  .ve-home .language-switcher-home,
.elect-home .language-switcher-home {
    margin-top: 26px;
  }
  .ve-home .language-switcher,
.elect-home .language-switcher {
    margin-top: 0;
  }
}

body {
  overflow-x: hidden;
}

.home {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.voter-ed-grid > * {
  font-family: "Open Sans", "OpenSans", sans-serif !important;
}

.voter-ed-grid {
  max-width: 3080px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid {
    padding-top: 0;
    margin-top: 0;
  }
}
.voter-ed-grid p,
.voter-ed-grid div,
.voter-ed-grid li,
.voter-ed-grid h1,
.voter-ed-grid h2,
.voter-ed-grid h3,
.voter-ed-grid h4,
.voter-ed-grid h5,
.voter-ed-grid li,
.voter-ed-grid td,
.voter-ed-grid th {
  font-family: "Open Sans", sans-serif !important;
}
.voter-ed-grid p,
.voter-ed-grid div,
.voter-ed-grid li,
.voter-ed-grid td,
.voter-ed-grid th {
  font-size: 1rem;
  line-height: 1.5;
}
.voter-ed-grid h1 {
  font-size: 2.5rem;
  line-height: 5.625rem;
  font-weight: 400;
}
.voter-ed-grid h2 {
  font-size: 1.75rem;
  line-height: 3.25rem;
  font-weight: 400;
}
.voter-ed-grid .ve-main-content-grid,
.voter-ed-grid .main-content-cell,
.voter-ed-grid .voter-ed-grid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 64em) {
  #back-to-top {
    border-radius: 50%;
    background-color: #111111;
    color: #ffffff;
    height: 48px;
    width: 48px;
    padding: 12px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0.7;
  }
  #back-to-top img {
    -webkit-filter: invert(92%) sepia(92%) saturate(0%) hue-rotate(232deg) brightness(107%) contrast(106%);
            filter: invert(92%) sepia(92%) saturate(0%) hue-rotate(232deg) brightness(107%) contrast(106%);
    width: auto;
    height: auto;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-main-content-grid {
    margin-top: 0;
  }
}

@media screen and (max-width: 64em) {
  .back-to-top-hide {
    visibility: hidden;
    opacity: 0;
  }
}

.ve-page-heading-blue {
  color: #9dadd3;
}

.ve-med-blue {
  color: #546cad;
}

.ve-dark-blue {
  color: #263c79;
}

.ve-date-blue {
  color: #1c326e;
}

.ve-dusty-red {
  color: #8d4241;
}

.ve-med-red {
  color: #8d2021;
}

.ve-dark-red {
  color: #710b0b;
}

.ve-x-red {
  color: #a82020;
}

.ve-check-green {
  color: #126329;
}

.ve-white {
  color: #ffffff;
}

.ve-white-grey {
  color: #f8f8f8;
}

.ve-light-grey {
  color: #e3e3e3;
}

.ve-med-grey {
  color: #999999;
}

.ve-dark-grey {
  color: #666666;
}

.ve-black {
  color: #000000;
}

.ve-page-heading-blue-bkg {
  background-color: #9dadd3;
}

.ve-med-blue-bkg {
  background-color: #546cad;
}

.ve-dark-blue-bkg {
  background-color: #263c79;
}

.ve-date-blue-bkg {
  background-color: #1c326e;
}

.ve-dusty-red-bkg {
  background-color: #8d4241;
}

.ve-med-red-bkg {
  background-color: #8d2021;
}

.ve-x-red-bkg {
  background-color: #a82020;
}

.ve-dark-red-bkg {
  background-color: #710b0b;
}

.ve-check-green-bkg {
  background-color: #126329;
}

.ve-white-bkg {
  background-color: #ffffff;
}

.ve-white-grey-bkg {
  background-color: #f8f8f8;
}

.ve-light-grey-bkg {
  background-color: #e3e3e3;
}

.ve-med-grey-bkg {
  background-color: #999999;
}

.ve-dark-grey-bkg {
  background-color: #666666;
}

.ve-black-bkg {
  background-color: #000000;
}

@media screen and (max-width: 64em) {
  .ve-home .ve-header-container {
    top: -26px !important;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home .ve-header-container {
    margin-top: -26px;
  }
}
@media screen and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid-active {
    background-color: #e3e3e3 !important;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid-active {
    top: -40px;
  }
}
.ve-home .ve-header-container .sticky {
  border-bottom: 1px solid #999999;
  z-index: 100;
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .sticky {
    top: -2px;
  }
}
.ve-home .ve-header-container .is-anchored {
  margin-top: 20px !important;
}
.ve-home .ve-header-container .ve-header-grid {
  background: #ffffff !important;
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-header-grid {
    margin-top: 28px;
    padding-top: 16px;
    height: 70px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid {
    margin-top: 24px;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 78px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid {
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 78px;
    margin-top: 24px;
    margin-bottom: auto;
  }
}
.ve-home .ve-header-container .ve-header-grid .header-logo {
  width: 100%;
  text-align: center;
}
.ve-home .ve-header-container .ve-header-grid .header-logo img {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-header-grid .header-logo {
    margin: auto;
    padding-left: 0.3rem;
    padding-right: 1.3rem;
  }
  .ve-home .ve-header-container .ve-header-grid .header-logo img {
    padding: 0 0 8px 10px;
  }
}
@media screen and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid .header-logo img {
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid .header-logo {
    margin: auto;
  }
  .ve-home .ve-header-container .ve-header-grid .header-logo img {
    padding: 8px 90px 10px 10px;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home .ve-header-container .ve-header-grid .header-logo {
    padding-left: 28px !important;
  }
  .ve-home .ve-header-container .ve-header-grid .header-logo img {
    height: auto;
    float: left;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .ve-home .ve-header-container .ve-header-grid .header-logo {
    padding: 14px 10px 14px 0 !important;
    width: 87%;
    margin-left: -24px;
    margin-top: 0;
  }
}
@media screen and (min-width: 80.063em) {
  .ve-home .ve-header-container .ve-header-grid .header-logo {
    padding: 12px 10px 10px 0;
    width: 92%;
    margin-left: -20px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid .menu-cell {
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home .ve-header-container .ve-header-grid .menu-cell {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu {
    margin-left: -12px;
    margin-top: 17px;
  }
}
@media screen and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu {
    background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ffffff));
    background: linear-gradient(to bottom, #e3e3e3, #ffffff);
    width: 100%;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -20px;
    padding-top: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -5vw;
    background: none !important;
    background-color: transparent !important;
  }
}
@media screen and (min-width: 80.063em) and (max-width: 90em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -4vw;
    background: none !important;
    background-color: transparent !important;
  }
}
@media screen and (min-width: 90.063em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -1vw;
    background: none !important;
    background-color: transparent !important;
  }
}
.ve-home .ve-header-container .ve-header-grid #ve-main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  font-weight: bold;
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul {
    margin-top: -15px;
  }
}
@media screen and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#ffffff));
    background: linear-gradient(to bottom, #e3e3e3, #ffffff);
    padding: 6px 20px 28px;
    font-size: 1.4rem;
    margin-left: 0;
    border-bottom: 1px solid #999999;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul {
    font-size: 2rem;
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul {
    padding-top: 8px;
    background: none;
    background-color: transparent;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul {
    font-size: 0.95rem;
    margin-left: 1VW;
    margin-right: auto;
  }
}
@media screen and (min-width: 80.063em) and (max-width: 112em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul {
    font-size: 1rem;
    margin-left: -1%;
    margin-right: auto;
  }
}
@media screen and (min-width: 112.063em) and (max-width: 124em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul {
    font-size: 1.1rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 124.063em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul {
    font-size: 1.25rem;
    margin-left: 6%;
    margin-right: auto;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li.hide-for-large {
    padding-top: 10px;
  }
}
.ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li {
  display: inline-block;
  margin-right: 1px;
}
@media screen and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li {
    background: none;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li {
    padding-bottom: 18px !important;
  }
}
.ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a {
  display: block;
  height: 50px;
  text-align: center;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-bottom: none;
}
@media screen and (max-width: 40.063em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a {
    padding: 14px;
  }
}
@media screen and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a {
    background: none;
  }
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a:hover, .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a:focus {
    color: #263c79;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a {
    padding: 0 14px 28px;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a {
    height: 40px !important;
    padding: 8px;
    line-height: 1;
    background: none !important;
    background-color: transparent !important;
  }
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a:hover {
    background-color: #263c79;
    color: #ffffff;
    border-bottom: none !important;
  }
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a:focus {
    border-bottom: none !important;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a {
    min-width: 125px !important;
  }
}
@media screen and (min-width: 80.063em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a {
    min-width: 160px !important;
  }
}
@media screen and (min-width: 80.063em) and (max-width: 112em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a {
    min-width: 160px !important;
  }
}
@media screen and (min-width: 112.063em) and (max-width: 124em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li a {
    min-width: 180px !important;
  }
}
.ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li:hover a, .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li:focus a, .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li:active a {
  color: #546cad;
  border-bottom: none !important;
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li .active a {
    color: #546cad;
  }
}
@media screen and (min-width: 40.063em) {
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li .active a {
    color: #546cad;
  }
  .ve-home .ve-header-container .ve-header-grid #ve-main-menu ul li .active a:hover {
    background: #ffffff;
    color: #263c79;
  }
}
.ve-home .ve-header-container .ve-title-bar {
  background: #ffffff !important;
  margin-top: -6px;
  text-align: right;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 0;
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-title-bar {
    height: 40px;
  }
}
@media screen and (max-width: 64em) {
  .ve-home .ve-header-container .ve-title-bar {
    background-color: transparent !important;
    background: none !important;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-title-bar {
    height: 65px;
    padding-left: 25px !important;
  }
}
@media screen and (min-widith: 64.063em) {
  .ve-home .ve-header-container .ve-title-bar {
    background: #ffffff !important;
  }
}
.ve-home .ve-header-container .ve-title-bar button.mobile-menu-icon {
  overflow: hidden;
  text-align: center;
  background: #546cad;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  font-weight: 300;
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-title-bar button.mobile-menu-icon {
    height: 40px;
    width: 40px;
    margin: 4% 32px auto auto;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-title-bar button.mobile-menu-icon {
    height: 56px;
    width: 56px;
    margin: 13% 40px auto auto;
  }
}
.ve-home .ve-header-container .ve-title-bar button.mobile-menu-icon i {
  color: #ffffff;
  margin: auto;
  font-size: 24px;
  line-height: 18px;
  width: auto;
  text-align: center;
  padding: 4px;
  font-weight: 300;
}
.ve-home .ve-header-container .ve-title-bar button.mobile-menu-icon:focus {
  outline: 0;
}
.ve-home .ve-header-container .ve-title-bar button.mobile-menu-icon:active {
  color: #ffffff;
}
.ve-home .ve-header-container .menu-button-active {
  background-color: #999999 !important;
}
.ve-home .ve-header-container .menu-button-standard {
  background: #546cad !important;
}
.ve-home .ve-header-container .ve-search-bar-grid,
.ve-home .ve-header-container .menu .ve-search-bar-grid {
  height: 40px;
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-search-bar-grid,
.ve-home .ve-header-container .menu .ve-search-bar-grid {
    margin-bottom: 56px;
    padding-left: 14px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-search-bar-grid,
.ve-home .ve-header-container .menu .ve-search-bar-grid {
    margin-left: auto;
    top: -30px;
    margin-right: auto;
    padding-left: 10px;
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home .ve-header-container .ve-search-bar-grid,
.ve-home .ve-header-container .menu .ve-search-bar-grid {
    margin-right: 0;
    padding-left: 0;
    width: 25%;
    margin-top: -0.2rem;
    float: right;
  }
}
.ve-home .ve-header-container .ve-search-bar-grid .navbar-search,
.ve-home .ve-header-container .menu .ve-search-bar-grid .navbar-search {
  border: 1px solid #e3e3e3;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  padding-left: 10px;
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-search-bar-grid .navbar-search,
.ve-home .ve-header-container .menu .ve-search-bar-grid .navbar-search {
    font-size: 16px;
    width: 70%;
    margin-left: 12vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 60em) {
  .ve-home .ve-header-container .ve-search-bar-grid .navbar-search,
.ve-home .ve-header-container .menu .ve-search-bar-grid .navbar-search {
    border-radius: 20px;
    background-color: #ffffff !important;
  }
  .ve-home .ve-header-container .ve-search-bar-grid .navbar-search:focus a, .ve-home .ve-header-container .ve-search-bar-grid .navbar-search:active a,
.ve-home .ve-header-container .menu .ve-search-bar-grid .navbar-search:focus a,
.ve-home .ve-header-container .menu .ve-search-bar-grid .navbar-search:active a {
    background-color: #ffffff !important;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-search-bar-grid .navbar-search,
.ve-home .ve-header-container .menu .ve-search-bar-grid .navbar-search {
    width: 260px;
    font-size: 18px;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home .ve-header-container .ve-search-bar-grid .navbar-search,
.ve-home .ve-header-container .menu .ve-search-bar-grid .navbar-search {
    height: 38px;
    font-size: 14px;
    height: 26px;
    border-radius: 13px;
    background-color: #e3e3e3;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .ve-home .ve-header-container .ve-search-bar-grid .navbar-search,
.ve-home .ve-header-container .menu .ve-search-bar-grid .navbar-search {
    width: 145px;
  }
}
@media screen and (min-width: 80.063em) and (max-width: 120em) {
  .ve-home .ve-header-container .ve-search-bar-grid .navbar-search,
.ve-home .ve-header-container .menu .ve-search-bar-grid .navbar-search {
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
    background-color: #E7E7E8;
    width: 180px;
  }
}
@media screen and (min-width: 120.063em) {
  .ve-home .ve-header-container .ve-search-bar-grid .navbar-search,
.ve-home .ve-header-container .menu .ve-search-bar-grid .navbar-search {
    font-size: 14px;
    height: 28px;
    border-radius: 14px;
    background-color: #E7E7E8;
    width: 250px;
  }
}
.ve-home .ve-header-container .ve-search-bar-grid .siteSearchBtn,
.ve-home .ve-header-container .menu .ve-search-bar-grid .siteSearchBtn {
  border: 1px solid #546cad;
  color: #ffffff;
  position: relative;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  margin-left: -20px;
  background: #546cad;
  background: -webkit-gradient(linear, left top, right top, from(#5770b1), to(#182e69));
  background: linear-gradient(to right, #5770b1, #182e69);
  -webkit-appearance: none;
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-search-bar-grid .siteSearchBtn,
.ve-home .ve-header-container .menu .ve-search-bar-grid .siteSearchBtn {
    margin-top: 44px;
    width: 44px;
    height: 44px;
    left: -32px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-search-bar-grid .siteSearchBtn,
.ve-home .ve-header-container .menu .ve-search-bar-grid .siteSearchBtn {
    margin-top: 63px;
    width: 44px;
    height: 44px;
    left: -28px;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home .ve-header-container .ve-search-bar-grid .siteSearchBtn,
.ve-home .ve-header-container .menu .ve-search-bar-grid .siteSearchBtn {
    left: 146px;
    width: 36px;
    height: 36px;
    top: -47px;
  }
}
@media screen and (min-width: 64.063em) and (max-width: 80em) {
  .ve-home .ve-header-container .ve-search-bar-grid .siteSearchBtn,
.ve-home .ve-header-container .menu .ve-search-bar-grid .siteSearchBtn {
    left: 128px;
  }
}
@media screen and (min-width: 80.063em) and (max-width: 120em) {
  .ve-home .ve-header-container .ve-search-bar-grid .siteSearchBtn,
.ve-home .ve-header-container .menu .ve-search-bar-grid .siteSearchBtn {
    width: 36px;
    height: 36px;
    top: -48px;
    left: 164px;
  }
}
@media screen and (min-width: 120.063em) {
  .ve-home .ve-header-container .ve-search-bar-grid .siteSearchBtn,
.ve-home .ve-header-container .menu .ve-search-bar-grid .siteSearchBtn {
    width: 36px;
    height: 36px;
    top: -48px;
    left: 236px;
  }
}
.ve-home .ve-header-container .ve-search-bar-grid .siteSearchBtn:active, .ve-home .ve-header-container .ve-search-bar-grid .siteSearchBtn:hover, .ve-home .ve-header-container .ve-search-bar-grid .siteSearchBtn:focus,
.ve-home .ve-header-container .menu .ve-search-bar-grid .siteSearchBtn:active,
.ve-home .ve-header-container .menu .ve-search-bar-grid .siteSearchBtn:hover,
.ve-home .ve-header-container .menu .ve-search-bar-grid .siteSearchBtn:focus {
  background-color: #9dadd3;
}
.ve-home .ve-header-container .ve-search-bar-grid input[type=search],
.ve-home .ve-header-container .menu .ve-search-bar-grid input[type=search] {
  -webkit-appearance: none;
}
.ve-home .ve-header-container .ve-search-bar-grid .searchbarHome,
.ve-home .ve-header-container .menu .ve-search-bar-grid .searchbarHome {
  position: relative;
  height: 40px;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-search-bar-grid .searchbarHome,
.ve-home .ve-header-container .menu .ve-search-bar-grid .searchbarHome {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-home .ve-header-container .ve-search-bar-grid .searchbarHome,
.ve-home .ve-header-container .menu .ve-search-bar-grid .searchbarHome {
    margin-top: 10px;
    left: 10px;
    padding-right: 0;
  }
}
@media screen and (max-width: 40em) {
  .ve-home .ve-header-container .ve-search-bar-grid .searchbarHome form,
.ve-home .ve-header-container .menu .ve-search-bar-grid .searchbarHome form {
    margin-top: -10px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .ve-search-bar-grid .searchbarHome form,
.ve-home .ve-header-container .menu .ve-search-bar-grid .searchbarHome form {
    margin-top: -26px;
  }
}
.ve-home .ve-header-container .ve-search-bar-grid .label-hide,
.ve-home .ve-header-container .menu .ve-search-bar-grid .label-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
}
@media screen and (min-width: 64.063em) {
  .ve-home .ve-header-container .adjust-sticky {
    margin-top: 24px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-home .ve-header-container .adjust-sticky {
    margin-top: 28px;
  }
}

.ve-footercontainer {
  background-color: #263c79;
  font-family: "Open Sans", sans-serif !important;
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 40em) {
  .ve-footercontainer {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 63.9375em) {
  .ve-footercontainer {
    padding: 20px 120px;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-footercontainer {
    padding: 28px 30px 20px 70px;
  }
}
@media screen and (min-width: 2400px) {
  .ve-footercontainer {
    padding: 30px 80px;
  }
}
@media screen and (max-width: 3000px) {
  .ve-footercontainer {
    width: 100% !important;
  }
}
.ve-footercontainer p {
  color: #e3e3e3;
  font-weight: 400 !important;
  letter-spacing: 0.1rem;
}
.ve-footercontainer p a {
  color: #e3e3e3;
  text-decoration: none;
  font-weight: 400 !important;
}
.ve-footercontainer h3 {
  color: #9dadd3;
  text-transform: uppercase;
}
@media screen and (max-width: 40em) {
  .ve-footercontainer h3 {
    font-weight: 300 !important;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    padding-bottom: 0;
  }
}
.ve-footercontainer ul {
  list-style: none;
}
@media screen and (max-width: 40em) {
  .ve-footercontainer ul {
    padding-bottom: 0.65rem;
    margin-left: 40px;
  }
}
@media screen and (min-width: 40.063em) {
  .ve-footercontainer ul {
    margin-left: 2px;
  }
}
.ve-footercontainer ul li {
  color: #e3e3e3;
  font-weight: 400 !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 40em) {
  .ve-footercontainer ul li {
    font-size: 0.8rem;
    margin-left: -1.2rem;
    line-height: 2.3;
  }
}
@media screen and (min-width: 40.063em) {
  .ve-footercontainer ul li {
    padding-top: 3px;
    padding-bottom: 4px;
  }
}
.ve-footercontainer ul li a {
  color: #e3e3e3;
  text-decoration: none;
  font-weight: 400 !important;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 40em) {
  .ve-footercontainer ul li a {
    font-size: 0.8rem;
    margin-left: -1.2rem;
  }
}
.ve-footercontainer ul li a:active, .ve-footercontainer ul li a:focus, .ve-footercontainer ul li a:hover {
  color: #9dadd3;
}
.ve-footercontainer .contact-info {
  color: #e3e3e3;
  font-weight: 400 !important;
  letter-spacing: 0.1rem;
  line-height: 2.3;
}
.ve-footercontainer .contact-info a {
  color: #e3e3e3;
  text-decoration: none;
  font-weight: 400 !important;
}
@media screen and (max-width: 40em) {
  .ve-footercontainer .contact-info {
    padding-bottom: 0.65rem;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 40em) {
  .ve-footercontainer .social-media-cell {
    padding-left: 0;
  }
}
@media screen and (min-width: 40.063em) {
  .ve-footercontainer .social-media-cell h3 {
    margin-bottom: 0;
  }
}
.ve-footercontainer .social-media-cell ul.ve-socialmedia {
  background-image: none;
}
@media screen and (max-width: 40em) {
  .ve-footercontainer .social-media-cell ul.ve-socialmedia {
    margin-top: -1rem;
    padding-bottom: 1.2rem;
  }
}
@media screen and (min-width: 40.063em) {
  .ve-footercontainer .social-media-cell ul.ve-socialmedia {
    margin-top: -12px;
  }
}
@media screen and (max-width: 40em) {
  .ve-footercontainer .social-media-cell ul.ve-socialmedia li:first-of-type {
    margin-left: -1.7rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .ve-footercontainer .social-media-cell ul.ve-socialmedia li:first-of-type {
    margin-left: -1rem;
  }
}
@media screen and (min-width: 64.063em) {
  .ve-footercontainer .social-media-cell ul.ve-socialmedia li:first-of-type {
    margin-left: -0.6rem;
  }
}
.ve-footercontainer .social-media-cell ul.ve-socialmedia li {
  background-image: none;
  margin: 10px 0 5px -5px;
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media screen and (min-width: 40.063em) {
  .ve-footercontainer .social-media-cell ul.ve-socialmedia li {
    margin: 10px 0 5px -14px;
  }
}
.ve-footercontainer .social-media-cell ul.ve-socialmedia li a {
  text-decoration: none;
  border-bottom: none;
}
.ve-footercontainer .social-media-cell ul.ve-socialmedia li a:active, .ve-footercontainer .social-media-cell ul.ve-socialmedia li a:focus, .ve-footercontainer .social-media-cell ul.ve-socialmedia li a:hover {
  text-decoration: none;
  border-bottom: none;
}
.ve-footercontainer .social-media-cell ul.ve-socialmedia li img,
.ve-footercontainer .social-media-cell ul.ve-socialmedia li svg,
.ve-footercontainer .social-media-cell ul.ve-socialmedia li .ve-footer-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  -webkit-filter: invert(76%) sepia(39%) saturate(461%) hue-rotate(192deg) brightness(86%) contrast(92%);
          filter: invert(76%) sepia(39%) saturate(461%) hue-rotate(192deg) brightness(86%) contrast(92%);
  text-decoration: none;
  border-bottom: none;
}
.ve-footercontainer .social-media-cell ul.ve-socialmedia li img:focus, .ve-footercontainer .social-media-cell ul.ve-socialmedia li img:active, .ve-footercontainer .social-media-cell ul.ve-socialmedia li img:hover,
.ve-footercontainer .social-media-cell ul.ve-socialmedia li svg:focus,
.ve-footercontainer .social-media-cell ul.ve-socialmedia li svg:active,
.ve-footercontainer .social-media-cell ul.ve-socialmedia li svg:hover,
.ve-footercontainer .social-media-cell ul.ve-socialmedia li .ve-footer-icon:focus,
.ve-footercontainer .social-media-cell ul.ve-socialmedia li .ve-footer-icon:active,
.ve-footercontainer .social-media-cell ul.ve-socialmedia li .ve-footer-icon:hover {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(333deg) brightness(106%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(333deg) brightness(106%) contrast(101%);
  text-decoration: none;
  border-bottom: none;
}

.ve-subfooter {
  padding-top: 10px;
  text-align: center;
  font-weight: 300;
}
.ve-subfooter p,
.ve-subfooter a {
  line-height: 1.2;
  font-size: 0.8rem;
}

@media screen and (max-width: 40em) {
  .ve-main-content-grid {
    margin-top: -26px;
  }
}

.voter-ed-grid .general {
  width: 100%;
  padding: 0;
  margin: 0;
}
.voter-ed-grid .general content {
  width: 100%;
  padding: 0;
  margin: 0 !important;
}
.voter-ed-grid .image-section img {
  width: 100%;
  height: auto;
}
.voter-ed-grid .image-section img:active, .voter-ed-grid .image-section img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  overflow: visible;
}
.voter-ed-grid .by-the-numbers-section {
  padding: 40px 16px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .by-the-numbers-section {
    margin-left: 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 63.9375em) {
  .voter-ed-grid .by-the-numbers-section {
    margin-left: 1px;
  }
}
.voter-ed-grid .by-the-numbers-section hr {
  color: #8d2021;
  width: 60%;
  size: 2px;
  border-bottom: 2px solid #8d2021;
  margin-bottom: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.voter-ed-grid .by-the-numbers-section h2 {
  /* Medium only */
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .by-the-numbers-section h2 {
    font-size: 1.7rem;
    letter-spacing: 0.3rem;
    padding-bottom: 12px;
    text-align: centter;
    margin-left: auto;
    margin-right: auto;
  }
}
.voter-ed-grid .by-the-numbers-section .shadow-box {
  padding: 0;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box {
    width: calc(25% - 2.4rem);
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    margin-bottom: 2rem;
  }
}
.voter-ed-grid .by-the-numbers-section .shadow-box .blue-header {
  background: #263c79;
  background: -webkit-gradient(linear, left top, left bottom, from(#09163a), to(#546cad));
  background: linear-gradient(#09163a, #546cad);
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box .blue-header {
    padding: 0.25rem;
  }
}
@media screen and (min-width: 40.063em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box .blue-header {
    padding: 1rem;
  }
}
.voter-ed-grid .by-the-numbers-section .shadow-box .blue-header h2 {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.1;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box .blue-header h2 {
    /*  font-size: 1.8rem!important;*/
    letter-spacing: 0 !important;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 40.063em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box .blue-header h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box .white-box {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 40.063em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box .white-box {
    padding: 1rem;
  }
}
.voter-ed-grid .by-the-numbers-section .shadow-box .white-box h4,
.voter-ed-grid .by-the-numbers-section .shadow-box .white-box p {
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 0.05rem !important;
  text-align: center;
}
.voter-ed-grid .by-the-numbers-section .shadow-box .white-box h4 {
  font-weight: 700;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box .white-box h4 {
    font-size: 1rem;
    letter-spacing: 0 !important;
  }
}
@media screen and (min-width: 40.063em) {
  .voter-ed-grid .by-the-numbers-section .shadow-box .white-box h4 {
    font-size: 1.4rem;
  }
}
.voter-ed-grid .by-the-numbers-section .shadow-box .white-box p {
  font-size: 0.7rem !important;
  letter-spacing: 0.08rem !important;
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid .feature-redbkg .pill-button-white,
.voter-ed-grid .feature-redbkg .pill-button-ghost,
.voter-ed-grid .feature-redbkg .pill-button-red-gradient,
.voter-ed-grid .feature-redbkg .pill-button-blue-gradient,
.voter-ed-grid .feature-greytexturebkg .pill-button-white,
.voter-ed-grid .feature-greytexturebkg .pill-button-ghost,
.voter-ed-grid .feature-greytexturebkg .pill-button-red-gradient,
.voter-ed-grid .feature-greytexturebkg .pill-button-blue-gradient,
.voter-ed-grid .feature-bluebkg .pill-button-white,
.voter-ed-grid .feature-bluebkg .pill-button-ghost,
.voter-ed-grid .feature-bluebkg .pill-button-red-gradient,
.voter-ed-grid .feature-bluebkg .pill-button-blue-gradient,
.voter-ed-grid .feature-whitebkg .pill-button-white,
.voter-ed-grid .feature-whitebkg .pill-button-ghost,
.voter-ed-grid .feature-whitebkg .pill-button-red-gradient,
.voter-ed-grid .feature-whitebkg .pill-button-blue-gradient {
    margin-top: 30px;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid .small-banner .pill-button-white,
.voter-ed-grid .small-banner .pill-button-ghost,
.voter-ed-grid .small-banner .pill-button-red-gradient,
.voter-ed-grid .small-banner .pill-button-blue-gradient {
    margin-top: 4px !important;
  }
}
.voter-ed-grid .feature-redbkg {
  background-color: #8d2021;
  padding: 2rem 2rem 1.2rem;
  text-align: center !important;
}
.voter-ed-grid .feature-redbkg h2 {
  font-size: 1.7rem !important;
  text-transform: none;
  color: #ffffff;
  padding-bottom: 0.4rem;
  font-weight: 300 !important;
  width: 100%;
}
.voter-ed-grid .feature-redbkg .pill-button-white {
  font-size: 1.4rem !important;
  padding: 8px 32px !important;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .feature-redbkg .pill-button-white {
    width: 90%;
  }
}
.voter-ed-grid .small-banner {
  text-align: center;
}
.voter-ed-grid .small-banner a {
  width: 100%;
}
.voter-ed-grid .feature-greytexturebkg {
  background-color: #cdcdcd;
  background-image: url("/media/site-assets/images/voter-ed/driving-through-virginia.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  /* Medium only */
  /* Large and up */
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .feature-greytexturebkg {
    padding: 40px 20px 20px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 63.9375em) {
  .voter-ed-grid .feature-greytexturebkg {
    padding: 60px 100px 20px;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid .feature-greytexturebkg {
    padding: 60px 160px 20px;
  }
}
.voter-ed-grid .feature-greytexturebkg h2 {
  text-align: center;
}
.voter-ed-grid .feature-greytexturebkg .hero {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .feature-greytexturebkg .hero {
    width: 80%;
  }
}
@media screen and (min-width: 40.063em) {
  .voter-ed-grid .feature-greytexturebkg .hero {
    width: 20%;
  }
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .circle-cell {
    padding: 30px 10px 10px;
  }
}
@media screen and (min-width: 40.063em) {
  .voter-ed-grid .circle-cell {
    padding: 40px 40px;
  }
}
.voter-ed-grid .circle-bkg {
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /* or inline-flex */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 4px 15px 2px rgba(102, 102, 102, 0.77);
          box-shadow: 4px 4px 15px 2px rgba(102, 102, 102, 0.77);
}
.voter-ed-grid .circle-bkg h3 {
  padding-top: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #666666;
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid .circle-bkg h3 {
    font-size: 2.8rem;
  }
}
.voter-ed-grid .circle-bkg h3:active, .voter-ed-grid .circle-bkg h3:focus, .voter-ed-grid .circle-bkg h3:hover {
  color: #263c79;
}

.print-circle-bkg,
.quiz-circle-bkg,
.video-circle-bkg {
  -webkit-filter: brightness(1.3);
  filter: brightness(1.3);
}

.print-circle-bkg {
  background-image: url("/media/site-assets/images/voter-ed/book-solid.svg");
  background-size: 45%;
}

.quiz-circle-bkg {
  background-image: url("/media/site-assets/images/voter-ed/question-solid.svg");
  background-size: 42%;
}

.video-circle-bkg {
  background-image: url("/media/site-assets/images/voter-ed/video-solid.svg");
  background-size: 58%;
}

.voter-ed-pages {
  padding-bottom: 40px;
}
@media screen and (max-width: 39.975em) {
  .voter-ed-pages {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 40em) {
  .voter-ed-pages {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 39.975em) {
  .voter-ed-pages .voter-ed-header {
    text-align: left;
    padding-left: 0;
  }
}
.voter-ed-pages h1.ve-head {
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
}
@media screen and (max-width: 39.975em) {
  .voter-ed-pages h1.ve-head {
    background: none;
    text-align: left !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 39.975em) and (min-width: 40em) {
  .voter-ed-pages h1.ve-head {
    width: 100%;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 39.975em) {
  .voter-ed-pages h1.ve-head .ve-mobile-down-button {
    border: 1px solid #666666;
    border-radius: 50%;
    margin-left: 6px;
    height: 24px;
    width: 24px;
    padding: 2px;
    background: #ffffff;
    top: -4px;
    left: 5px;
  }
  .voter-ed-pages h1.ve-head .ve-mobile-down-button img {
    width: 80%;
    height: 80%;
  }
  .voter-ed-pages h1.ve-head .ve-mobile-down-button img:active, .voter-ed-pages h1.ve-head .ve-mobile-down-button img:focus {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-color: #9dadd3;
  }
}
@media screen and (max-width: 39.975em) {
  .voter-ed-pages h1.ve-head .subnav-button-active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-color: #9dadd3;
  }
}
@media screen and (min-width: 40em) {
  .voter-ed-pages h1.ve-head {
    margin-top: 20px;
    font-size: 42px;
    letter-spacing: 0.3rem;
    background-color: #9dadd3;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0.9;
  }
}
.voter-ed-pages h1.ve-head span {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 39.975em) {
  .voter-ed-pages h1.ve-head span {
    margin-left: 0;
    padding: 0;
  }
}
@media screen and (Min-width: 40em) {
  .voter-ed-pages h1.ve-head span {
    margin-left: 50px;
    padding: 0 4px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}
.voter-ed-pages .voter-ed-sidebar,
.voter-ed-pages .voter-ed-main {
  padding-top: 34px;
}
@media screen and (max-width: 39.975em) {
  .voter-ed-pages .voter-ed-sidebar {
    background-color: #ffffff;
    padding-top: 0 !important;
  }
  .voter-ed-pages .voter-ed-sidebar-active {
    -webkit-box-shadow: 2px 9px 5px 0px rgba(153, 153, 153, 0.5);
            box-shadow: 2px 9px 5px 0px rgba(153, 153, 153, 0.5);
    padding-bottom: 0;
    margin-bottom: 16px;
    margin-top: -20px;
    padding-top: 20px !important;
  }
}
.voter-ed-pages .voter-ed-sidebar ul.ve-side-nav {
  list-style: none;
}
.voter-ed-pages .voter-ed-sidebar ul.ve-side-nav li {
  padding-bottom: 1rem;
  font-size: 1.2rem !important;
}
@media screen and (max-width: 39.975em) {
  .voter-ed-pages .voter-ed-sidebar ul.ve-side-nav li {
    font-weight: 400;
  }
}
@media screen and (min-width: 40em) {
  .voter-ed-pages .voter-ed-sidebar ul.ve-side-nav li {
    font-weight: 600;
  }
}
.voter-ed-pages .voter-ed-sidebar ul.ve-side-nav li a {
  text-decoration: none;
  color: #666666;
}
.voter-ed-pages .voter-ed-sidebar ul.ve-side-nav li a:active, .voter-ed-pages .voter-ed-sidebar ul.ve-side-nav li a:hover, .voter-ed-pages .voter-ed-sidebar ul.ve-side-nav li a:focus {
  color: #263c79;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .ve-main-content,
.voter-ed-pages .ve-main-content-grid {
    margin-top: -20px;
  }
}
.voter-ed-pages .ve-main-content .ve-breadcrumbs,
.voter-ed-pages .ve-main-content-grid .ve-breadcrumbs {
  padding-top: 36px;
  padding-bottom: 14px;
  font-size: 12px;
  color: #666666;
}
.voter-ed-pages .ve-main-content .ve-breadcrumbs:active, .voter-ed-pages .ve-main-content .ve-breadcrumbs:focus,
.voter-ed-pages .ve-main-content-grid .ve-breadcrumbs:active,
.voter-ed-pages .ve-main-content-grid .ve-breadcrumbs:focus {
  color: #546cad;
}
.voter-ed-pages .ve-main-box {
  -webkit-box-shadow: 5px 10px 15px -1px #cccccc;
          box-shadow: 5px 10px 15px -1px #cccccc;
  padding: 14px;
  margin-bottom: 40px;
}
.voter-ed-pages .ve-main-box h2.ve-box-header {
  background: #f8f8f8;
  width: 100%;
  padding: 6px;
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 39.975em) {
  .voter-ed-pages .ve-main-box h2.ve-box-header {
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 40em) {
  .voter-ed-pages .ve-main-box h2.ve-box-header {
    font-size: 1.5rem;
  }
}
.voter-ed-pages .ve-main-box p, .voter-ed-pages .ve-main-box li {
  color: #666666;
}
.voter-ed-pages .ve-main-box img.fullbox {
  width: 100%;
  height: auto;
}
.voter-ed-pages .ve-main-box p {
  padding-bottom: 10px;
  line-height: 1.6;
}
.voter-ed-pages .ve-main-box .ve-main-box-hero {
  width: 100%;
  min-height: 200px;
  position: relative;
}
.voter-ed-pages .ve-main-box .ve-main-box-hero h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  width: 100%;
  color: #ffffff;
}
.voter-ed-pages .ve-main-box ul.main-box-links {
  list-style-type: none;
  margin-left: 0;
  text-align: left;
}
.voter-ed-pages .ve-main-box ul.main-box-links li {
  text-align: left;
}
.voter-ed-pages .ve-main-box ul.main-box-links li a {
  text-decoration: none;
  text-align: left;
}
.voter-ed-pages .ve-main-box ul.main-box-links li a:hover, .voter-ed-pages .ve-main-box ul.main-box-links li a:focus, .voter-ed-pages .ve-main-box ul.main-box-links li a:active {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
}
.voter-ed-pages .ve-main-box .ve-tile {
  background: #f8f8f8;
  padding: 0;
}
.voter-ed-pages .ve-main-box .ve-tile h3 {
  padding: 10px;
  background-color: #e3e3e3;
  font-size: 1.2rem !important;
  color: #666666;
}
.voter-ed-pages .ve-main-box .ve-tile .tile-content {
  padding: 12px;
}
.voter-ed-pages .ve-main-box .ve-tile ul {
  margin-left: 12px;
}
.voter-ed-pages .mythbusters h3,
.voter-ed-pages .electionary h3 {
  font-weight: 700;
  text-decoration: underline;
  font-size: 1.2rem;
}
.voter-ed-pages .mythbusters h4,
.voter-ed-pages .electionary h4 {
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  text-transform: uppercase;
}
.voter-ed-pages .mythbusters p,
.voter-ed-pages .electionary p {
  padding-bottom: 6px !important;
}
.voter-ed-pages .mythbusters hr,
.voter-ed-pages .electionary hr {
  margin-bottom: 28px !important;
}
.voter-ed-pages .ve-content-with-hr hr {
  margin-bottom: 2rem !important;
}
.voter-ed-pages .ve-bottom-image-tiles {
  margin-top: 20px;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .ve-bottom-image-tiles {
    padding: 30px 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-pages .ve-bottom-image-tiles {
    padding: 10px 0;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-pages .ve-bottom-image-tiles {
    padding: 20px 0;
    margin-bottom: 60px;
  }
}
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile,
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile-rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 64em) {
  .voter-ed-pages .ve-bottom-image-tiles .ve-image-tile,
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile-rounded {
    min-height: 16vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 64.064em) {
  .voter-ed-pages .ve-bottom-image-tiles .ve-image-tile,
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile-rounded {
    min-height: 26vw;
  }
}
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile a,
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile-rounded a {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile img,
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile-rounded img {
  width: 100%;
  height: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  justify-self: center;
}
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile h3,
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile-rounded h3 {
  color: #ffffff;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .ve-bottom-image-tiles .ve-image-tile h3,
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile-rounded h3 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 4px;
    padding-bottom: 0;
  }
}
.voter-ed-pages .ve-bottom-image-tiles .ve-image-tile-rounded {
  border-radius: 1.2rem;
}
.voter-ed-pages .ve-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.voter-ed-pages .ve-video-container iframe,
.voter-ed-pages .ve-video-container object,
.voter-ed-pages .ve-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.voter-ed-pages .feature-bluebkg,
.voter-ed-pages .feature-whitebkg,
.voter-ed-pages .feature-redbkg,
.voter-ed-pages .feature-greytexturebkg,
.voter-ed-grid .feature-bluebkg,
.voter-ed-grid .feature-whitebkg,
.voter-ed-grid .feature-redbkg,
.voter-ed-grid .feature-greytexturebkg,
.ve-main-content-grid .feature-bluebkg,
.ve-main-content-grid .feature-whitebkg,
.ve-main-content-grid .feature-redbkg,
.ve-main-content-grid .feature-greytexturebkg {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.voter-ed-pages .feature-bluebkg h2,
.voter-ed-pages .feature-whitebkg h2,
.voter-ed-pages .feature-redbkg h2,
.voter-ed-pages .feature-greytexturebkg h2,
.voter-ed-grid .feature-bluebkg h2,
.voter-ed-grid .feature-whitebkg h2,
.voter-ed-grid .feature-redbkg h2,
.voter-ed-grid .feature-greytexturebkg h2,
.ve-main-content-grid .feature-bluebkg h2,
.ve-main-content-grid .feature-whitebkg h2,
.ve-main-content-grid .feature-redbkg h2,
.ve-main-content-grid .feature-greytexturebkg h2 {
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 0.35rem !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-bluebkg h2,
.voter-ed-pages .feature-whitebkg h2,
.voter-ed-pages .feature-redbkg h2,
.voter-ed-pages .feature-greytexturebkg h2,
.voter-ed-grid .feature-bluebkg h2,
.voter-ed-grid .feature-whitebkg h2,
.voter-ed-grid .feature-redbkg h2,
.voter-ed-grid .feature-greytexturebkg h2,
.ve-main-content-grid .feature-bluebkg h2,
.ve-main-content-grid .feature-whitebkg h2,
.ve-main-content-grid .feature-redbkg h2,
.ve-main-content-grid .feature-greytexturebkg h2 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 40.063em) {
  .voter-ed-pages .feature-bluebkg h2,
.voter-ed-pages .feature-whitebkg h2,
.voter-ed-pages .feature-redbkg h2,
.voter-ed-pages .feature-greytexturebkg h2,
.voter-ed-grid .feature-bluebkg h2,
.voter-ed-grid .feature-whitebkg h2,
.voter-ed-grid .feature-redbkg h2,
.voter-ed-grid .feature-greytexturebkg h2,
.ve-main-content-grid .feature-bluebkg h2,
.ve-main-content-grid .feature-whitebkg h2,
.ve-main-content-grid .feature-redbkg h2,
.ve-main-content-grid .feature-greytexturebkg h2 {
    font-size: 1.75rem !important;
    line-height: 2.1;
  }
}
.voter-ed-pages .feature-bluebkg .image-circle,
.voter-ed-pages .feature-whitebkg .image-circle,
.voter-ed-pages .feature-redbkg .image-circle,
.voter-ed-pages .feature-greytexturebkg .image-circle,
.voter-ed-grid .feature-bluebkg .image-circle,
.voter-ed-grid .feature-whitebkg .image-circle,
.voter-ed-grid .feature-redbkg .image-circle,
.voter-ed-grid .feature-greytexturebkg .image-circle,
.ve-main-content-grid .feature-bluebkg .image-circle,
.ve-main-content-grid .feature-whitebkg .image-circle,
.ve-main-content-grid .feature-redbkg .image-circle,
.ve-main-content-grid .feature-greytexturebkg .image-circle {
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 15px 2px rgba(102, 102, 102, 0.6);
          box-shadow: 4px 4px 15px 2px rgba(102, 102, 102, 0.6);
}
.voter-ed-pages .feature-bluebkg .text-cell,
.voter-ed-pages .feature-whitebkg .text-cell,
.voter-ed-pages .feature-redbkg .text-cell,
.voter-ed-pages .feature-greytexturebkg .text-cell,
.voter-ed-grid .feature-bluebkg .text-cell,
.voter-ed-grid .feature-whitebkg .text-cell,
.voter-ed-grid .feature-redbkg .text-cell,
.voter-ed-grid .feature-greytexturebkg .text-cell,
.ve-main-content-grid .feature-bluebkg .text-cell,
.ve-main-content-grid .feature-whitebkg .text-cell,
.ve-main-content-grid .feature-redbkg .text-cell,
.ve-main-content-grid .feature-greytexturebkg .text-cell {
  text-align: center;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-bluebkg .text-cell,
.voter-ed-pages .feature-whitebkg .text-cell,
.voter-ed-pages .feature-redbkg .text-cell,
.voter-ed-pages .feature-greytexturebkg .text-cell,
.voter-ed-grid .feature-bluebkg .text-cell,
.voter-ed-grid .feature-whitebkg .text-cell,
.voter-ed-grid .feature-redbkg .text-cell,
.voter-ed-grid .feature-greytexturebkg .text-cell,
.ve-main-content-grid .feature-bluebkg .text-cell,
.ve-main-content-grid .feature-whitebkg .text-cell,
.ve-main-content-grid .feature-redbkg .text-cell,
.ve-main-content-grid .feature-greytexturebkg .text-cell {
    padding: 0 60px 20px;
    margin-top: -18px;
  }
}
@media screen and (min-width: 40.063em) {
  .voter-ed-pages .feature-bluebkg .text-cell,
.voter-ed-pages .feature-whitebkg .text-cell,
.voter-ed-pages .feature-redbkg .text-cell,
.voter-ed-pages .feature-greytexturebkg .text-cell,
.voter-ed-grid .feature-bluebkg .text-cell,
.voter-ed-grid .feature-whitebkg .text-cell,
.voter-ed-grid .feature-redbkg .text-cell,
.voter-ed-grid .feature-greytexturebkg .text-cell,
.ve-main-content-grid .feature-bluebkg .text-cell,
.ve-main-content-grid .feature-whitebkg .text-cell,
.ve-main-content-grid .feature-redbkg .text-cell,
.ve-main-content-grid .feature-greytexturebkg .text-cell {
    padding: 40px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-bluebkg .image-cell,
.voter-ed-pages .feature-whitebkg .image-cell,
.voter-ed-pages .feature-redbkg .image-cell,
.voter-ed-pages .feature-greytexturebkg .image-cell,
.voter-ed-grid .feature-bluebkg .image-cell,
.voter-ed-grid .feature-whitebkg .image-cell,
.voter-ed-grid .feature-redbkg .image-cell,
.voter-ed-grid .feature-greytexturebkg .image-cell,
.ve-main-content-grid .feature-bluebkg .image-cell,
.ve-main-content-grid .feature-whitebkg .image-cell,
.ve-main-content-grid .feature-redbkg .image-cell,
.ve-main-content-grid .feature-greytexturebkg .image-cell {
    padding: 40px 50px 0;
  }
}
@media screen and (min-width: 40.063em) {
  .voter-ed-pages .feature-bluebkg .image-cell,
.voter-ed-pages .feature-whitebkg .image-cell,
.voter-ed-pages .feature-redbkg .image-cell,
.voter-ed-pages .feature-greytexturebkg .image-cell,
.voter-ed-grid .feature-bluebkg .image-cell,
.voter-ed-grid .feature-whitebkg .image-cell,
.voter-ed-grid .feature-redbkg .image-cell,
.voter-ed-grid .feature-greytexturebkg .image-cell,
.ve-main-content-grid .feature-bluebkg .image-cell,
.ve-main-content-grid .feature-whitebkg .image-cell,
.ve-main-content-grid .feature-redbkg .image-cell,
.ve-main-content-grid .feature-greytexturebkg .image-cell {
    padding: 40px;
  }
}
.voter-ed-pages .feature-bluebkg .pill-button-red-gradient,
.voter-ed-pages .feature-whitebkg .pill-button-red-gradient,
.voter-ed-pages .feature-redbkg .pill-button-red-gradient,
.voter-ed-pages .feature-greytexturebkg .pill-button-red-gradient,
.voter-ed-grid .feature-bluebkg .pill-button-red-gradient,
.voter-ed-grid .feature-whitebkg .pill-button-red-gradient,
.voter-ed-grid .feature-redbkg .pill-button-red-gradient,
.voter-ed-grid .feature-greytexturebkg .pill-button-red-gradient,
.ve-main-content-grid .feature-bluebkg .pill-button-red-gradient,
.ve-main-content-grid .feature-whitebkg .pill-button-red-gradient,
.ve-main-content-grid .feature-redbkg .pill-button-red-gradient,
.ve-main-content-grid .feature-greytexturebkg .pill-button-red-gradient {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-bluebkg .pill-button-red-gradient,
.voter-ed-pages .feature-whitebkg .pill-button-red-gradient,
.voter-ed-pages .feature-redbkg .pill-button-red-gradient,
.voter-ed-pages .feature-greytexturebkg .pill-button-red-gradient,
.voter-ed-grid .feature-bluebkg .pill-button-red-gradient,
.voter-ed-grid .feature-whitebkg .pill-button-red-gradient,
.voter-ed-grid .feature-redbkg .pill-button-red-gradient,
.voter-ed-grid .feature-greytexturebkg .pill-button-red-gradient,
.ve-main-content-grid .feature-bluebkg .pill-button-red-gradient,
.ve-main-content-grid .feature-whitebkg .pill-button-red-gradient,
.ve-main-content-grid .feature-redbkg .pill-button-red-gradient,
.ve-main-content-grid .feature-greytexturebkg .pill-button-red-gradient {
    margin: 8px auto 16px !important;
    width: 100%;
  }
}
.voter-ed-pages .feature-bluebkg .text-div,
.voter-ed-pages .feature-whitebkg .text-div,
.voter-ed-pages .feature-redbkg .text-div,
.voter-ed-pages .feature-greytexturebkg .text-div,
.voter-ed-grid .feature-bluebkg .text-div,
.voter-ed-grid .feature-whitebkg .text-div,
.voter-ed-grid .feature-redbkg .text-div,
.voter-ed-grid .feature-greytexturebkg .text-div,
.ve-main-content-grid .feature-bluebkg .text-div,
.ve-main-content-grid .feature-whitebkg .text-div,
.ve-main-content-grid .feature-redbkg .text-div,
.ve-main-content-grid .feature-greytexturebkg .text-div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}
.voter-ed-pages .feature-bluebkg .text-div p,
.voter-ed-pages .feature-whitebkg .text-div p,
.voter-ed-pages .feature-redbkg .text-div p,
.voter-ed-pages .feature-greytexturebkg .text-div p,
.voter-ed-grid .feature-bluebkg .text-div p,
.voter-ed-grid .feature-whitebkg .text-div p,
.voter-ed-grid .feature-redbkg .text-div p,
.voter-ed-grid .feature-greytexturebkg .text-div p,
.ve-main-content-grid .feature-bluebkg .text-div p,
.ve-main-content-grid .feature-whitebkg .text-div p,
.ve-main-content-grid .feature-redbkg .text-div p,
.ve-main-content-grid .feature-greytexturebkg .text-div p {
  text-align: left;
  font-size: 1.2rem !important;
}
.voter-ed-pages .feature-bluebkg hr,
.voter-ed-pages .feature-whitebkg hr,
.voter-ed-pages .feature-redbkg hr,
.voter-ed-pages .feature-greytexturebkg hr,
.voter-ed-grid .feature-bluebkg hr,
.voter-ed-grid .feature-whitebkg hr,
.voter-ed-grid .feature-redbkg hr,
.voter-ed-grid .feature-greytexturebkg hr,
.ve-main-content-grid .feature-bluebkg hr,
.ve-main-content-grid .feature-whitebkg hr,
.ve-main-content-grid .feature-redbkg hr,
.ve-main-content-grid .feature-greytexturebkg hr {
  color: #710b0b;
  size: 2px;
  border-bottom: 2px solid #710b0b;
}
@media screen and (min-width: 40.063em) {
  .voter-ed-pages .feature-bluebkg hr,
.voter-ed-pages .feature-whitebkg hr,
.voter-ed-pages .feature-redbkg hr,
.voter-ed-pages .feature-greytexturebkg hr,
.voter-ed-grid .feature-bluebkg hr,
.voter-ed-grid .feature-whitebkg hr,
.voter-ed-grid .feature-redbkg hr,
.voter-ed-grid .feature-greytexturebkg hr,
.ve-main-content-grid .feature-bluebkg hr,
.ve-main-content-grid .feature-whitebkg hr,
.ve-main-content-grid .feature-redbkg hr,
.ve-main-content-grid .feature-greytexturebkg hr {
    width: 30%;
  }
}
.voter-ed-pages .feature-bluebkg,
.voter-ed-grid .feature-bluebkg,
.ve-main-content-grid .feature-bluebkg {
  background-color: #546cad;
  margin-top: 0;
  text-align: center !important;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-bluebkg .image-cell,
.voter-ed-grid .feature-bluebkg .image-cell,
.ve-main-content-grid .feature-bluebkg .image-cell {
    padding-top: 0;
    margin-top: 0;
  }
}
.voter-ed-pages .feature-bluebkg h2,
.voter-ed-grid .feature-bluebkg h2,
.ve-main-content-grid .feature-bluebkg h2 {
  color: #ffffff;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-bluebkg h2,
.voter-ed-grid .feature-bluebkg h2,
.ve-main-content-grid .feature-bluebkg h2 {
    font-size: 1.7rem !important;
    letter-spacing: 0.3rem !important;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-bluebkg .text-div,
.voter-ed-grid .feature-bluebkg .text-div,
.ve-main-content-grid .feature-bluebkg .text-div {
    padding-top: 0;
    margin-top: -20px;
  }
}
.voter-ed-pages .feature-bluebkg .text-div p,
.voter-ed-grid .feature-bluebkg .text-div p,
.ve-main-content-grid .feature-bluebkg .text-div p {
  color: #ffffff;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-bluebkg .hero-last,
.voter-ed-grid .feature-bluebkg .hero-last,
.ve-main-content-grid .feature-bluebkg .hero-last {
    width: 90%;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
.voter-ed-pages .feature-whitebkg h2,
.voter-ed-pages .by-the-numbers-section h2,
.voter-ed-grid .feature-whitebkg h2,
.voter-ed-grid .by-the-numbers-section h2,
.ve-main-content-grid .feature-whitebkg h2,
.ve-main-content-grid .by-the-numbers-section h2 {
  color: #666666;
  width: 100%;
  text-align: center !important;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-whitebkg h2,
.voter-ed-pages .by-the-numbers-section h2,
.voter-ed-grid .feature-whitebkg h2,
.voter-ed-grid .by-the-numbers-section h2,
.ve-main-content-grid .feature-whitebkg h2,
.ve-main-content-grid .by-the-numbers-section h2 {
    padding-bottom: 12px;
  }
}
.voter-ed-pages .feature-whitebkg,
.voter-ed-grid .feature-whitebkg,
.ve-main-content-grid .feature-whitebkg {
  text-align: center !important;
  padding-bottom: 20px;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-whitebkg hr.hero-last,
.voter-ed-grid .feature-whitebkg hr.hero-last,
.ve-main-content-grid .feature-whitebkg hr.hero-last {
    width: 90% !important;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-whitebkg .text-div,
.voter-ed-grid .feature-whitebkg .text-div,
.ve-main-content-grid .feature-whitebkg .text-div {
    padding-top: 0;
    margin-top: -20px;
  }
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-whitebkg h2,
.voter-ed-grid .feature-whitebkg h2,
.ve-main-content-grid .feature-whitebkg h2 {
    font-size: 1.7rem !important;
    letter-spacing: 0.3rem !important;
    padding-bottom: 12px;
  }
}
.voter-ed-pages .feature-redbkg,
.voter-ed-grid .feature-redbkg,
.ve-main-content-grid .feature-redbkg {
  background-color: #8d2021;
  padding: 2rem 2rem 1.2rem;
  text-align: center !important;
}
.voter-ed-pages .feature-redbkg h2,
.voter-ed-grid .feature-redbkg h2,
.ve-main-content-grid .feature-redbkg h2 {
  font-size: 1.7rem !important;
  text-transform: none;
  color: #ffffff;
  padding-bottom: 0.4rem;
  font-weight: 300 !important;
  width: 100%;
}
.voter-ed-pages .feature-redbkg .pill-button-white,
.voter-ed-grid .feature-redbkg .pill-button-white,
.ve-main-content-grid .feature-redbkg .pill-button-white {
  font-size: 1.4rem !important;
  padding: 8px 32px !important;
}
@media screen and (max-width: 40em) {
  .voter-ed-pages .feature-redbkg .pill-button-white,
.voter-ed-grid .feature-redbkg .pill-button-white,
.ve-main-content-grid .feature-redbkg .pill-button-white {
    width: 90%;
  }
}
.voter-ed-pages .small-banner,
.voter-ed-grid .small-banner,
.ve-main-content-grid .small-banner {
  text-align: center;
}
.voter-ed-pages .small-banner a,
.voter-ed-grid .small-banner a,
.ve-main-content-grid .small-banner a {
  width: 100%;
}
.voter-ed-pages .small-banner p,
.voter-ed-grid .small-banner p,
.ve-main-content-grid .small-banner p {
  text-align: center;
}

.voter-ed-pages .pill-button-white,
.voter-ed-pages .pill-button-ghost,
.voter-ed-pages .pill-button-red-gradient,
.voter-ed-pages .pill-button-blue-gradient,
.voter-ed-grid .pill-button-white,
.voter-ed-grid .pill-button-ghost,
.voter-ed-grid .pill-button-red-gradient,
.voter-ed-grid .pill-button-blue-gradient {
  border-radius: 20px;
  letter-spacing: 0.05rem;
  text-align: center;
  font-weight: normal;
  font-size: 1.25rem;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 64em) {
  .voter-ed-pages .pill-button-white,
.voter-ed-pages .pill-button-ghost,
.voter-ed-pages .pill-button-red-gradient,
.voter-ed-pages .pill-button-blue-gradient,
.voter-ed-grid .pill-button-white,
.voter-ed-grid .pill-button-ghost,
.voter-ed-grid .pill-button-red-gradient,
.voter-ed-grid .pill-button-blue-gradient {
    padding: 6px 28px;
    z-index: 1;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-pages .pill-button-white,
.voter-ed-pages .pill-button-ghost,
.voter-ed-pages .pill-button-red-gradient,
.voter-ed-pages .pill-button-blue-gradient,
.voter-ed-grid .pill-button-white,
.voter-ed-grid .pill-button-ghost,
.voter-ed-grid .pill-button-red-gradient,
.voter-ed-grid .pill-button-blue-gradient {
    padding: 8px 18px;
  }
}
.voter-ed-pages .pill-button-white:active, .voter-ed-pages .pill-button-white:hover, .voter-ed-pages .pill-button-white:focus,
.voter-ed-pages .pill-button-ghost:active,
.voter-ed-pages .pill-button-ghost:hover,
.voter-ed-pages .pill-button-ghost:focus,
.voter-ed-pages .pill-button-red-gradient:active,
.voter-ed-pages .pill-button-red-gradient:hover,
.voter-ed-pages .pill-button-red-gradient:focus,
.voter-ed-pages .pill-button-blue-gradient:active,
.voter-ed-pages .pill-button-blue-gradient:hover,
.voter-ed-pages .pill-button-blue-gradient:focus,
.voter-ed-grid .pill-button-white:active,
.voter-ed-grid .pill-button-white:hover,
.voter-ed-grid .pill-button-white:focus,
.voter-ed-grid .pill-button-ghost:active,
.voter-ed-grid .pill-button-ghost:hover,
.voter-ed-grid .pill-button-ghost:focus,
.voter-ed-grid .pill-button-red-gradient:active,
.voter-ed-grid .pill-button-red-gradient:hover,
.voter-ed-grid .pill-button-red-gradient:focus,
.voter-ed-grid .pill-button-blue-gradient:active,
.voter-ed-grid .pill-button-blue-gradient:hover,
.voter-ed-grid .pill-button-blue-gradient:focus {
  background-color: #710b0b;
  color: #ffffff;
}
.voter-ed-pages .pill-button-white,
.voter-ed-grid .pill-button-white {
  background-color: #ffffff;
  color: #710b0b;
  margin: 4px 4px 10px 4px;
  border: 2px solid #710b0b;
}
.voter-ed-pages .pill-button-white:active, .voter-ed-pages .pill-button-white:hover, .voter-ed-pages .pill-button-white:focus,
.voter-ed-grid .pill-button-white:active,
.voter-ed-grid .pill-button-white:hover,
.voter-ed-grid .pill-button-white:focus {
  background-color: #e3e3e3;
  color: #ffffff;
}
.voter-ed-pages .pill-button-ghost,
.voter-ed-grid .pill-button-ghost {
  background-color: #ffffff;
  color: #710b0b;
  margin: 4px 4px 10px 4px;
  -webkit-box-shadow: 5px 5px 15px -1px #999999;
  box-shadow: 5px 5px 15px -1px #999999;
}
.voter-ed-pages .pill-button-ghost:active, .voter-ed-pages .pill-button-ghost:hover, .voter-ed-pages .pill-button-ghost:focus,
.voter-ed-grid .pill-button-ghost:active,
.voter-ed-grid .pill-button-ghost:hover,
.voter-ed-grid .pill-button-ghost:focus {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  background-color: #710b0b;
  color: #ffffff;
}
.voter-ed-pages .pill-button-red-gradient,
.voter-ed-grid .pill-button-red-gradient {
  background: #710b0b;
  background: -webkit-gradient(linear, left top, right top, from(#a82020), to(#710b0b));
  background: linear-gradient(to right, #a82020, #710b0b);
  margin: 4px 4px 10px 4px;
}
.voter-ed-pages .pill-button-red-gradient:active, .voter-ed-pages .pill-button-red-gradient:hover, .voter-ed-pages .pill-button-red-gradient:focus,
.voter-ed-grid .pill-button-red-gradient:active,
.voter-ed-grid .pill-button-red-gradient:hover,
.voter-ed-grid .pill-button-red-gradient:focus {
  background: #710b0b;
}
.voter-ed-pages .pill-button-blue-gradient,
.voter-ed-grid .pill-button-blue-gradient {
  background: #710b0b;
  background: -webkit-gradient(linear, left top, right top, from(#546cad), to(#09163a));
  background: linear-gradient(to right, #546cad, #09163a);
  margin: 4px 4px 10px 4px;
}
.voter-ed-pages .pill-button-blue-gradient:active, .voter-ed-pages .pill-button-blue-gradient:hover, .voter-ed-pages .pill-button-blue-gradient:focus,
.voter-ed-grid .pill-button-blue-gradient:active,
.voter-ed-grid .pill-button-blue-gradient:hover,
.voter-ed-grid .pill-button-blue-gradient:focus {
  background: #263c79;
}

.voter-ed-grid .hero-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.voter-ed-grid hr.hero {
  color: #263c79;
  size: 2px;
  border-bottom: 2px solid #263c79;
}
.voter-ed-grid hr.hero-white {
  color: #ffffff;
  size: 2px;
  border-bottom: 2px solid #ffffff;
}
.voter-ed-grid hr.hero-black {
  color: #000000;
  size: 2px;
  border-bottom: 2px solid #000000;
}
.voter-ed-grid hr.hero-red {
  color: #710b0b;
  size: 2px;
  border-bottom: 2px solid #710b0b;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid hr.hero,
.voter-ed-grid hr.hero-white,
.voter-ed-grid hr.hero-black,
.voter-ed-grid hr.hero-red {
    width: 75%;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-grid hr.hero,
.voter-ed-grid hr.hero-white,
.voter-ed-grid hr.hero-black,
.voter-ed-grid hr.hero-red {
    width: 60%;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid hr.hero,
.voter-ed-grid hr.hero-white,
.voter-ed-grid hr.hero-black,
.voter-ed-grid hr.hero-red {
    width: 40%;
  }
}
.voter-ed-grid .hero-last {
  margin-bottom: 50px;
}
.voter-ed-grid .shadow-box {
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 15px -1px #999999;
  box-shadow: 5px 5px 15px -1px #999999;
  min-height: 100px;
}
.voter-ed-grid .hero-feature {
  background-image: url("/assets/img/vote-stickers-bkg.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .hero-feature {
    padding: 20px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-grid .hero-feature {
    padding: 40px 100px;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid .hero-feature {
    padding: 100px 100px 20px;
  }
}
.voter-ed-grid .hero-feature h1 {
  color: #263c79;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15rem;
  padding-top: 8px;
  font-family: "OpenSans", sans-serif !important;
  text-transform: uppercase;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .hero-feature h1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-grid .hero-feature h1 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid .hero-feature h1 {
    font-size: 2.5rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .hero-feature hr.hero {
    width: 70%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-grid .hero-feature hr.hero {
    width: 60%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid .hero-feature hr.hero {
    width: 50%;
  }
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .hero-feature .hero-last {
    margin-top: -4px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-grid .hero-feature .hero-last {
    margin-bottom: 24px;
    margin-top: 12px !important;
  }
}
@media screen and (max-width: 64em) {
  .voter-ed-grid .hero-feature .button-div {
    padding-top: 32px;
  }
}
.voter-ed-grid .hero-feature .hero-button {
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-grid .hero-feature .hero-button {
    margin-bottom: 14px;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-grid .hero-feature .hero-button .pill-button-red-gradient,
.voter-ed-grid .hero-feature .hero-button .pill-button-white {
    font-size: 1.6rem !important;
    height: 2.8rem;
  }
}
.voter-ed-grid .contest-news {
  background: #546cad;
  background-color: #546cad;
  padding: 20px 40px 50px !important;
  margin-top: 0px !important;
  width: 100% !important;
  margin-left: 0;
  margin-right: 0;
}
.voter-ed-grid .contest-news hr.hero {
  margin-top: 0;
  margin-bottom: 40px;
  width: 15%;
}
.voter-ed-grid .contest-news .news-date {
  border-right: 1px solid #8d2021;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.voter-ed-grid .contest-news .news-date .date-div {
  margin-top: auto;
  margin-bottom: auto;
}
.voter-ed-grid .contest-news .news-date h4.month, .voter-ed-grid .contest-news .news-date h2.day {
  color: #1c326e;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}
.voter-ed-grid .contest-news .news-date h4.month {
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 2px;
  padding-top: 10px;
  font-weight: normal;
}
.voter-ed-grid .contest-news .news-date h2.day {
  line-height: 1;
  padding-top: 0;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Open Sans", sans-serif;
}
.voter-ed-grid .contest-news h2.contest-dates {
  color: #ffffff;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 0.35rem !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .contest-news h2.contest-dates {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 40.063em) {
  .voter-ed-grid .contest-news h2.contest-dates {
    font-size: 2rem !important;
    line-height: 2.1;
  }
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .news-items-grid {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-grid .news-items-grid {
    padding: 10px 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid .news-items-grid {
    padding: 20px 10px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 40em) {
  .voter-ed-grid .news-items-grid .shadow-box {
    margin-bottom: 18px;
    padding: 10px;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .voter-ed-grid .news-items-grid .shadow-box {
    padding: 10px;
    width: 100%;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 64.063em) {
  .voter-ed-grid .news-items-grid .shadow-box {
    width: calc(33.33333% - 2.8rem);
    margin-left: 1.4rem;
    margin-right: 1.4rem;
    padding: 10px;
  }
}
.voter-ed-grid .news-items-grid .news-date {
  border-right: 1px solid #8d2021;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.voter-ed-grid .news-items-grid .news-date .date-div {
  margin-top: auto;
  margin-bottom: auto;
}
.voter-ed-grid .news-items-grid .news-date h4, .voter-ed-grid .news-items-grid .news-date h2 {
  color: #1c326e;
  margin-left: auto;
  margin-right: auto;
}
.voter-ed-grid .news-items-grid .news-date h4.month {
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 2px;
  padding-top: 10px;
  font-weight: normal;
}
.voter-ed-grid .news-items-grid .news-date h2.day {
  line-height: 1;
  padding-top: 0;
  font-weight: 700;
  font-size: 3.2rem;
  font-family: "Open Sans", sans-serif;
}
.voter-ed-grid .news-items-grid .news-headline {
  padding: 10px 15px;
}
.voter-ed-grid .news-items-grid .news-headline h5 {
  color: #666666;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  margin-bottom: 0.4rem;
}
.voter-ed-grid .news-items-grid .news-headline p {
  font-size: 0.6rem !important;
  color: #000;
  letter-spacing: 0;
  padding-bottom: 0.4rem;
  margin-bottom: 0;
}
.voter-ed-grid .news-items-grid .news-headline svg {
  fill: #e3e3e3;
}
.voter-ed-grid .news-items-grid .news-headline svg path {
  fill: #e3e3e3;
}
.voter-ed-grid .news-items-grid .news-headline .headline-img {
  color: #e3e3e3;
  fill: #e3e3e3;
  width: 1.5rem;
  height: auto;
}
.voter-ed-grid .news-items-grid .news-headline .headline-img svg {
  fill: #e3e3e3;
}
.voter-ed-grid .news-items-grid .news-headline .headline-img svg path {
  fill: #e3e3e3;
}
.voter-ed-grid .news-items-grid .news-headline .headline-img:hover, .voter-ed-grid .news-items-grid .news-headline .headline-img:active {
  -webkit-filter: hue-rotate(125deg) saturate(200%) sepia(60%) invert(60%);
  filter: hue-rotate(125deg) saturate(200%) sepia(60%) invert(60%);
}

.accordion {
  margin: 40px 0;
  width: 100%;
}
.accordion .accordion-item {
  width: 100%;
  margin: 10px 0;
  background: #e3e3e3;
  border-radius: 8px;
}
.accordion a.accordion-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
}
.accordion .accordion-content {
  font-size: 1.2rem;
}

.accordion-grid {
  width: 100%;
}
@media screen and (max-width: 40em) {
  .accordion-grid {
    padding: 20px;
  }
}
@media screen and (min-width: 40.063em) {
  .accordion-grid {
    padding: 20px 100px;
  }
}

.quiz-container {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* BUTTONS */
  /* HUD */
}
@media screen and (max-width: 40em) {
  .quiz-container {
    padding: 0;
  }
}
@media screen and (min-width: 40.063em) {
  .quiz-container {
    padding: 2rem;
  }
}
.quiz-container h1,
.quiz-container h2,
.quiz-container h3,
.quiz-container h4 {
  margin-bottom: 0.5rem;
}
.quiz-container h1 {
  color: #263c79; /* $ve-dark-blue */
  width: 100%;
}
@media screen and (max-width: 40em) {
  .quiz-container h1 {
    margin-bottom: -1.2rem;
  }
}
@media screen and (min-width: 40.063em) {
  .quiz-container h1 {
    margin-bottom: 1rem;
  }
}
.quiz-container .hidden {
  display: none;
}
.quiz-container .btn {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border: 0.1rem solid #263c79; /* $ve-dark-blue */
  border-radius: 20px;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-decoration: none;
  color: #263c79; /* $ve-dark-blue */
  background-color: #ffffff;
  letter-spacing: 0.05rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 40em) {
  .quiz-container .btn {
    padding: 6px 14px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 40.063em) {
  .quiz-container .btn {
    padding: 8px 18px;
    font-size: 1.25rem;
  }
}
.quiz-container .btn:hover {
  cursor: pointer;
  background-color: #e3e3e3; /* $ve-light-grey */
  -webkit-transform: translateY(-0.1rem);
      -ms-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
}
.quiz-container .btn[disabled]:hover {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.quiz-container h1.final-score,
.quiz-container #finalScore {
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 40em) {
  .quiz-container h1.final-score,
.quiz-container #finalScore {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.5rem;
    width: 95%;
  }
}
@media screen and (min-width: 40.063em) {
  .quiz-container h1.final-score,
.quiz-container #finalScore {
    font-size: 2rem;
    text-align: left;
  }
}
.quiz-container ul.choices {
  list-style-type: none;
}
.quiz-container ul.choices li.choice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  width: 100%;
  border: 0.1rem solid #9dadd3; /* $ve-page-heading-blue */
  background-color: white;
}
@media screen and (max-width: 40em) {
  .quiz-container ul.choices li.choice-container {
    font-size: 1rem;
    padding: 0.6rem 0.7rem 0;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .quiz-container ul.choices li.choice-container {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}
@media screen and (min-width: 64.063em) {
  .quiz-container ul.choices li.choice-container {
    font-size: 1.6rem;
    padding: 0.7rem;
  }
}
.quiz-container ul.choices li.choice-container:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0.4rem 1.4rem 0 #999999;
          box-shadow: 0 0.4rem 1.4rem 0 #999999; /* $ve-med-grey */
  -webkit-transform: translateY(-0.1rem);
      -ms-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms;
}
.quiz-container #question p {
  font-weight: bold;
}
@media screen and (max-width: 40em) {
  .quiz-container #question p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .quiz-container #question p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 64.063em) {
  .quiz-container #question p {
    font-size: 1.6rem;
  }
}
.quiz-container .choice-prefix {
  padding: 1.5rem 2.5rem;
  background-color: #263c79; /* $ve-med-blue */
  color: #ffffff;
}
.quiz-container .choice-text {
  padding: 1.5rem;
  width: 100%;
}
.quiz-container .correct {
  background-color: #008a45; /* $success */
  font-weight: bold;
  color: #000000;
}
.quiz-container .incorrect {
  background-color: #b20000; /* $red-darker*/
  font-weight: bold;
  color: #000000;
}
.quiz-container #hud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.quiz-container #hud-item {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%;
}
.quiz-container #progressBar {
  height: 3rem;
  border: 0.2rem solid #9dadd3; /* $ve-page-headubg-blue */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media screen and (max-width: 40em) {
  .quiz-container #progressBar {
    width: 90%;
    height: 1.5rem;
    margin-top: 1.05rem;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .quiz-container #progressBar {
    width: 24rem;
    height: 2rem;
    margin-top: -0.5rem;
  }
}
@media screen and (min-width: 64.063em) {
  .quiz-container #progressBar {
    width: 24rem;
    height: 3rem;
    margin-top: -0.5rem;
  }
}
.quiz-container #progressBarFull {
  background-color: #9dadd3; /* $ve-page-heading-blue */
  width: 0%;
  margin-top: -2px;
  margin-left: -2px;
}
@media screen and (max-width: 40em) {
  .quiz-container #progressBarFull {
    height: 1.5rem;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 64em) {
  .quiz-container #progressBarFull {
    height: 2rem;
  }
}
@media screen and (min-width: 64.063em) {
  .quiz-container #progressBarFull {
    height: 3rem;
  }
}
.quiz-container #quiz {
  width: 100%;
}
@media screen and (max-width: 40em) {
  .quiz-container [type=radio] {
    margin-top: 6px !important;
    margin-left: 0 !important;
    margin-right: 6px !important;
  }
}
@media screen and (min-width: 40.063em) {
  .quiz-container [type=radio] {
    margin-top: 10px !important;
    margin-left: 10px !important;
    margin-right: 8px !important;
    width: 20px;
    height: 20px;
  }
}
.quiz-container .startBtnEnd {
  margin-top: 2.5rem !important;
}
@media screen and (max-width: 40em) {
  .quiz-container .startBtnEnd {
    margin-left: 32% !important;
  }
}
@media screen and (min-width: 40.063em) {
  .quiz-container .startBtnEnd {
    margin-left: 20% !important;
  }
}

.elect-2020-main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  margin-top: 4rem;
  @import url("https://fonts.googleapis.com/css?family=Archivo+Narrow|Cabin|Overpass|Roboto|Sarala&display=swap");
  /*headings - body types */
  /*box types - layout */
  /* UL OL - list types */
  /****/
  /*search results*/
  /********special*******/
  /* Sitemap */
}
.homepage-main-content-grid a,
.elect-2022 a, 
.elect-2020-main a,
.homepage-main-content-grid a:link,
.elect-2022 a:link, 
.elect-2020-main a:link,
.ve-home a:link,
.voter-ed-grid a:link,
.ve-main-content-grid a:link,
.voter-ed-content a,
.voter-ed-content a:link,
 .voter-ed-pages a,
 .voter-ed-pages a:link {
  font-weight:600!important;
}


.homepage-main-content-grid a:hover,
.homepage-main-content-grid a:focus,
.elect-2022 a:hover,
.elect-2022:a focus, 
.elect-2020-main a:hover,
.elect-2020-main a:focus,
.ve-home a:hover,
.ve-home a:focus,
.voter-ed-grid a:hover,
.voter-ed-grid a:focus,
.ve-main-content-grid a:hover,
.ve-main-content-grid a:focus,
.voter-ed-content a:hover,
.voter-ed-content a:focus,
.voter-ed-pages a:hover,
.voter-ed-pages a:focus {
  text-decoration-style:dotted!important;
}


.elect-2020-main .content {
  margin-bottom: 2rem; /*adds space between editable content and footer section */
}
.elect-2020-main .heading-p, .elect-2020-main caption {
  margin: 0 5px 4px 0;
  border-bottom: 1px solid #1a2a58;
  color: #1a2a58;
  font-size: 1rem;
  padding-bottom: 2px;
  font-weight: bold;
  line-height: 22px;
}
.elect-2020-main th strong {
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.elect-2020-main p.leadline {
  font-weight: bold;
  margin: 12px 0 0 2px;
}
.elect-2020-main .strong-cap {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  margin-left: -3px;
  margin-bottom: -1px;
  margin-top: 5px;
  padding-left: 4px;
}
.elect-2020-main .strong-type {
  font-weight: bold;
  font-size: 0.9rem;
  margin-left: -3px;
  margin-bottom: -1px;
  margin-top: 5px;
  padding-left: 4px;
}
.elect-2020-main .entry-title {
  font-size: 1.8rem;
  color: #202020;
  margin-bottom: 1rem;
}
.elect-2020-main .emphasis {
  font-size: 1rem;
  font-style: italic;
}
.elect-2020-main h1 {
  font-family: "Overpass", sans-serif;
}
.elect-2020-main h2.entry-title-alt {
  font-family: "Overpass", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.elect-2020-main h2.lead {
  color: #1a2a58;
  font-size: 1rem;
  margin: 25px 0 8px 0;
  font-family: "Overpass", sans-serif;
  padding-bottom: 2px;
  font-weight: normal;
}
.elect-2020-main h3 {
  border-bottom: 1px solid #1a2a58;
  color: #1a2a58;
  margin-top: 15px;
}
.elect-2020-main .cta-box,
.elect-2020-main .cta-box-mobile,
.elect-2020-main .cta-box-side,
.elect-2020-main .cta-box-alpha,
.elect-2020-main .cta-box-grey,
.elect-2020-main .cta-box-yelo {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  border: 2px solid #cccccc;
  padding: 10px;
  display: block;
  margin: 5px 5px 15px 5px;
}
.elect-2020-main .cta-box-grey {
  background-color: #eee;
  margin-bottom: 35px;
}
.elect-2020-main .cta-box-yelo {
  background-color: #fcf8e3;
}
.elect-2020-main .cta-box-alpha {
  background-color: #f9f9f9;
  background-image: url("/media/site-assets/images/bullets-and-arrows/black-star.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.elect-2020-main .cta-box-alpha p {
  margin-left: 44px;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.elect-2020-main .dark-blue-background {
  background: #1a2a58;
  min-height: 175px;
}
.elect-2020-main .light-blue-background {
  background: #0276b9;
  min-height: 175px;
}
.elect-2020-main .left-box {
  float: left;
  padding-right: 25px;
}
.elect-2020-main ul.formal,
.elect-2020-main ol.formal {
  margin: 0 0 0.3125rem 2.1875rem;
  line-height: 1.4;
}
.elect-2020-main ul.formal p,
.elect-2020-main ul.formal div,
.elect-2020-main ul.formal h3,
.elect-2020-main ol.formal p,
.elect-2020-main ol.formal div,
.elect-2020-main ol.formal h3 {
  margin-top: 1.2rem;
}
.elect-2020-main ul.blue-ul {
  margin: 0 0 0.3125rem 2.1875rem;
  line-height: 1.4;
  list-style-position: outside;
  list-style-image: url("/media/site-assets/images/bullets-and-arrows/ul-blue-bullet.png");
}
.elect-2020-main ul.red-ul {
  margin: 0 0 0 0;
  list-style-position: outside;
  list-style-image: url("/media/site-assets/images/bullets-and-arrows/ul-red-bullet.png");
}
.elect-2020-main ul.red-ul li {
  margin: 0 0 0.3125rem 2.1875rem;
}
.elect-2020-main ul.red-ul,
.elect-2020-main ul.second-ul {
  margin: 0 0 0.3125rem 3.1875rem;
  line-height: 1.4;
  list-style-position: outside;
  list-style-image: url("/media/site-assets/images/bullets-and-arrows/bullet-sec.png");
}
.elect-2020-main ul.third-ul {
  margin: 0 0 0.3125rem 3.5875rem;
  list-style-position: outside;
  list-style-image: url("/media/site-assets/images/bullets-and-arrows/bullet-thrd.png");
}
.elect-2020-main ul.blue-ul p,
.elect-2020-main ul.blue-ul ul,
.elect-2020-main ul.red-ul p,
.elect-2020-main ul.red-ul ul {
  margin-top: 1.2rem;
}
.elect-2020-main .full_article ul {
  margin: 0 0 0.3125rem 2.1875rem;
  line-height: 1.4;
}
.elect-2020-main .currentbranchN {
  background-color: #1a2a58;
  color: #fff;
}
.elect-2020-main .resultsdata {
  width: 680px;
  margin-left: 20px;
}
.elect-2020-main .gsc-resultsHeader {
  display: none;
}
.elect-2020-main .gsc-cursor-current-page,
.elect-2020-main .gsc-cursor-page {
  color: #666666;
}
.elect-2020-main .gsc-above-wrapper-area {
  border-bottom: 0px solid #E9E9E9;
  padding: 0;
}
.elect-2020-main .gsc-control-cse {
  padding: 0;
}
.elect-2020-main div.cta-box img:first-of-type {
  border: 2px solid #ddd;
  margin-bottom: 0.73rem;
}
.elect-2020-main div.boardmemberinfo img {
  float: left;
  border: 2px solid #666;
  margin: 5px 10px 5px 5px;
}
.elect-2020-main .content {
  margin-bottom: 2rem;
}
.elect-2020-main meta.foundation-data-attribute-namespace {
  font-family: false;
}
.elect-2020-main a:hover {
  cursor: pointer;
}
.elect-2020-main img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}
.elect-2020-main .left {
  float: left !important;
}
.elect-2020-main .right {
  float: right !important;
}
.elect-2020-main .clearfix {
  *zoom: 1;
}
.elect-2020-main .clearfix:before, .elect-2020-main .clearfix:after {
  content: " ";
  display: table;
}
.elect-2020-main .clearfix:after {
  clear: both;
}
.elect-2020-main .hide {
  display: none;
}
.elect-2020-main textarea {
  height: auto;
  min-height: 50px;
}
.elect-2020-main select {
  width: 100%;
}
.elect-2020-main .wide-row {
  max-width: 80rem !important;
}
.elect-2020-main .accordion {
  *zoom: 1;
  margin-bottom: 2em;
}
.elect-2020-main .accordion:before, .elect-2020-main .accordion:after {
  content: " ";
  display: table;
}
.elect-2020-main .accordion:after {
  clear: both;
}
.elect-2020-main .accordion .content {
  display: none;
  padding: 0.9375rem;
}
.elect-2020-main .accordion .content .active {
  display: block;
  background: #fff;
}
.elect-2020-main .alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #990616;
  border-color: #840513;
  color: #fff;
}
.elect-2020-main .alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333;
  opacity: 0.3;
}
.elect-2020-main .alert-box .close:hover, .elect-2020-main .alert-box .close:focus {
  opacity: 0.5;
}
.elect-2020-main .alert-box .radius {
  border-radius: 3px;
}
.elect-2020-main .alert-box .round {
  border-radius: 1000px;
}
.elect-2020-main .alert-box .success {
  background-color: #43ac6a;
  border-color: #3a945b;
  color: #fff;
}
.elect-2020-main .alert-box .alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #fff;
}
.elect-2020-main .alert-box .secondary {
  background-color: #ffd7d7;
  border-color: #ff9595;
  color: #244F5C;
}
.elect-2020-main .alert-box .warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #fff;
}
.elect-2020-main .alert-box .info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #043f5d;
}
.elect-2020-main .alert-box .alert-close {
  opacity: 0;
}
.elect-2020-main .breadcrumbs {
  display: block;
  padding: 0.1rem 0.8rem 0.25rem;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 1em;
  list-style-type: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f9f9f9;
  border-color: #eee;
  border-radius: 3px;
  /*  a:before,
    span:before {
        content: '/';
        color: #02090c;
        margin: 0 0.75rem;
        position: relative;
        top: 1px; 
    }*/
}
.elect-2020-main .breadcrumbs ul {
  margin: 0;
  list-style-type: none;
}
.elect-2020-main .breadcrumbs li,
.elect-2020-main .breadcrumbs span {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  color: #082939;
}
.elect-2020-main .breadcrumbs li {
  float: none;
  display: inline;
  /*&:before {
  	content: "/";
  	float: left;
  	display: block;
  	font-size: 0.6875rem;
  	line-height: 0.6875rem;
  	margin: 0 .75rem;
  }*/
  /* &:first-of-type:before {
  	content: "";
  	margin: 0;
  	float: none;
  	display: inline;
  } */
}
.elect-2020-main .breadcrumbs a {
  color: #082939;
  /*  &:first-child:before {
        content: '';
        margin: 0; 
    }*/
}
.elect-2020-main .breadcrumbs a:hover {
  color: #02090c;
  border-bottom: 1px dotted #02090c;
}
.elect-2020-main .breadcrumbs .current {
  cursor: default;
  color: #555;
}
.elect-2020-main .breadcrumbs .current a {
  cursor: default;
  color: #555;
}
.elect-2020-main .breadcrumbs .current:hover, .elect-2020-main .breadcrumbs .current:hover a, .elect-2020-main .breadcrumbs .current:focus, .elect-2020-main .breadcrumbs .current:focus a {
  text-decoration: none;
}
.elect-2020-main .breadcrumbs .unavailable,
.elect-2020-main .breadcrumbs .unavailable a {
  color: #aaa;
}
.elect-2020-main .breadcrumbs .unavailable:hover, .elect-2020-main .breadcrumbs .unavailable:focus,
.elect-2020-main .breadcrumbs .unavailable a:hover,
.elect-2020-main .breadcrumbs .unavailable a:focus {
  text-decoration: none;
  color: #aaa;
  cursor: default;
}
.elect-2020-main button,
.elect-2020-main .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  display: block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #1a2a58;
  border-color: #7a0512;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}
.elect-2020-main button:hover, .elect-2020-main button:focus,
.elect-2020-main .button:hover,
.elect-2020-main .button:focus {
  background-color: #7a0512;
  color: #fff;
}
.elect-2020-main button .secondary,
.elect-2020-main .button .secondary {
  background-color: #ffd7d7;
  border-color: #ff7979;
  color: #333;
}
.elect-2020-main button .secondary:hover, .elect-2020-main button .secondary:focus,
.elect-2020-main .button .secondary:hover,
.elect-2020-main .button .secondary:focus {
  background-color: #ff7979;
}
.elect-2020-main button .success,
.elect-2020-main .button .success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
}
.elect-2020-main button .success:hover, .elect-2020-main button .success:focus,
.elect-2020-main .button .success:hover,
.elect-2020-main .button .success:focus {
  background-color: #368a55;
  color: #fff;
}
.elect-2020-main button .alert,
.elect-2020-main .button .alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}
.elect-2020-main button .alert:hover, .elect-2020-main button .alert:focus,
.elect-2020-main .button .alert:hover,
.elect-2020-main .button .alert:focus {
  background-color: #cf2a0e;
  color: #fff;
}
.elect-2020-main button .large,
.elect-2020-main .button .large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
.elect-2020-main button .small,
.elect-2020-main .button .small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
.elect-2020-main button .tiny,
.elect-2020-main .button .tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
.elect-2020-main button .expand,
.elect-2020-main .button .expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.elect-2020-main button .left-align,
.elect-2020-main .button .left-align {
  text-align: left;
  text-indent: 0.75rem;
}
.elect-2020-main button .right-align,
.elect-2020-main .button .right-align {
  text-align: right;
  padding-right: 0.75rem;
}
.elect-2020-main button .radius,
.elect-2020-main .button .radius {
  border-radius: 3px;
}
.elect-2020-main button .round,
.elect-2020-main .button .round {
  border-radius: 1000px;
}
.elect-2020-main button .disabled,
.elect-2020-main button [disabled],
.elect-2020-main .button .disabled,
.elect-2020-main .button [disabled] {
  background-color: #1a2a58;
  border-color: #7a0512;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elect-2020-main button .disabled:hover, .elect-2020-main button .disabled:focus,
.elect-2020-main button [disabled]:hover,
.elect-2020-main button [disabled]:focus,
.elect-2020-main .button .disabled:hover,
.elect-2020-main .button .disabled:focus,
.elect-2020-main .button [disabled]:hover,
.elect-2020-main .button [disabled]:focus {
  background-color: #7a0512;
  color: #fff;
}
.elect-2020-main button .disabled .secondary,
.elect-2020-main button [disabled] .secondary,
.elect-2020-main .button .disabled .secondary,
.elect-2020-main .button [disabled] .secondary {
  background-color: #ffd7d7;
  border-color: #ff7979;
  color: #333;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elect-2020-main button .disabled .secondary:hover, .elect-2020-main button .disabled .secondary:focus,
.elect-2020-main button [disabled] .secondary:hover,
.elect-2020-main button [disabled] .secondary:focus,
.elect-2020-main .button .disabled .secondary:hover,
.elect-2020-main .button .disabled .secondary:focus,
.elect-2020-main .button [disabled] .secondary:hover,
.elect-2020-main .button [disabled] .secondary:focus {
  background-color: #ffd7d7;
  color: #333;
}
.elect-2020-main button .disabled .success,
.elect-2020-main button [disabled] .success,
.elect-2020-main .button .disabled .success,
.elect-2020-main .button [disabled] .success {
  background-color: #43ac6a;
  border-color: #368a55;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elect-2020-main button .disabled .success:hover, .elect-2020-main button .disabled .success:focus,
.elect-2020-main button [disabled] .success:hover,
.elect-2020-main button [disabled] .success:focus,
.elect-2020-main .button .disabled .success:hover,
.elect-2020-main .button .disabled .success:focus,
.elect-2020-main .button [disabled] .success:hover,
.elect-2020-main .button [disabled] .success:focus {
  background-color: #368a55;
  color: #fff;
}
.elect-2020-main button .disabled .alert,
.elect-2020-main button [disabled] .alert,
.elect-2020-main .button .disabled .alert,
.elect-2020-main .button [disabled] .alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elect-2020-main button .disabled .alert:hover, .elect-2020-main button .disabled .alert:focus,
.elect-2020-main button [disabled] .alert:hover,
.elect-2020-main button [disabled] .alert:focus,
.elect-2020-main .button .disabled .alert:hover,
.elect-2020-main .button .disabled .alert:focus,
.elect-2020-main .button [disabled] .alert:hover,
.elect-2020-main .button [disabled] .alert:focus {
  color: #fff;
  background-color: #f04124;
}
@media only screen and (min-width: 40.063em) {
  .elect-2020-main button,
.elect-2020-main .button {
    display: inline-block;
  }
}
.elect-2020-main form {
  margin: 0 0 1rem;
}
.elect-2020-main form .row input.column,
.elect-2020-main form .row input.columns,
.elect-2020-main form .row textarea.column,
.elect-2020-main form .row textarea.columns {
  padding-left: 0.5rem;
}
.elect-2020-main form .row .row {
  margin: 0 -0.5rem;
}
.elect-2020-main form .row .row .column,
.elect-2020-main form .row .row .columns {
  padding: 0 0.5rem;
}
.elect-2020-main form .row .row .collapse {
  margin: 0;
}
.elect-2020-main form .row .row .collapse .column,
.elect-2020-main form .row .row .collapse .columns {
  padding: 0;
}
.elect-2020-main form .row .row .collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.elect-2020-main form label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}
.elect-2020-main form label .right {
  float: none;
  text-align: right;
}
.elect-2020-main form label .inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
.elect-2020-main form label small {
  text-transform: capitalize;
  color: #676767;
}
.elect-2020-main form select::-ms-expand {
  display: none;
}
.elect-2020-main form input[type=text],
.elect-2020-main form input[type=password],
.elect-2020-main form input[type=date],
.elect-2020-main form input[type=datetime],
.elect-2020-main form input[type=datetime-local],
.elect-2020-main form input[type=month],
.elect-2020-main form input[type=week],
.elect-2020-main form input[type=email],
.elect-2020-main form input[type=number],
.elect-2020-main form input[type=search],
.elect-2020-main form input[type=tel],
.elect-2020-main form input[type=time],
.elect-2020-main form input[type=url],
.elect-2020-main form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
  transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
}
.elect-2020-main form input[type=text]:focus,
.elect-2020-main form input[type=password]:focus,
.elect-2020-main form input[type=date]:focus,
.elect-2020-main form input[type=datetime]:focus,
.elect-2020-main form input[type=datetime-local]:focus,
.elect-2020-main form input[type=month]:focus,
.elect-2020-main form input[type=week]:focus,
.elect-2020-main form input[type=email]:focus,
.elect-2020-main form input[type=number]:focus,
.elect-2020-main form input[type=search]:focus,
.elect-2020-main form input[type=tel]:focus,
.elect-2020-main form input[type=time]:focus,
.elect-2020-main form input[type=url]:focus,
.elect-2020-main form textarea:focus {
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  border-color: #999;
  background: #fafafa;
  outline: none;
}
.elect-2020-main form input[type=text] .radius,
.elect-2020-main form input[type=password] .radius,
.elect-2020-main form input[type=date] .radius,
.elect-2020-main form input[type=datetime] .radius,
.elect-2020-main form input[type=datetime-local] .radius,
.elect-2020-main form input[type=month] .radius,
.elect-2020-main form input[type=week] .radius,
.elect-2020-main form input[type=email] .radius,
.elect-2020-main form input[type=number] .radius,
.elect-2020-main form input[type=search] .radius,
.elect-2020-main form input[type=tel] .radius,
.elect-2020-main form input[type=time] .radius,
.elect-2020-main form input[type=url] .radius,
.elect-2020-main form textarea .radius {
  border-radius: 3px;
}
.elect-2020-main form input[type=text] [disabled],
.elect-2020-main form input[type=password] [disabled],
.elect-2020-main form input[type=date] [disabled],
.elect-2020-main form input[type=datetime] [disabled],
.elect-2020-main form input[type=datetime-local] [disabled],
.elect-2020-main form input[type=month] [disabled],
.elect-2020-main form input[type=week] [disabled],
.elect-2020-main form input[type=email] [disabled],
.elect-2020-main form input[type=number] [disabled],
.elect-2020-main form input[type=search] [disabled],
.elect-2020-main form input[type=tel] [disabled],
.elect-2020-main form input[type=time] [disabled],
.elect-2020-main form input[type=url] [disabled],
.elect-2020-main form textarea [disabled] {
  background-color: #ddd;
}
.elect-2020-main form textarea:focus {
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
  border-color: #999;
  background: #fafafa;
  outline: none;
}
.elect-2020-main form textarea .radius {
  border-radius: 3px;
}
.elect-2020-main form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  color: #fff;
}
.elect-2020-main form textarea[rows] {
  height: auto;
}
.elect-2020-main form select {
  -webkit-appearance: none !important;
  -moz-appearance: none;
       appearance: none;
  background-color: #fafafa;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: 97% center;
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
  height: 2.3125rem;
}
.elect-2020-main form select .radius {
  border-radius: 3px;
}
.elect-2020-main form select:hover {
  background-color: #f3f3f3;
  border-color: #999;
}
.elect-2020-main form input[type=file],
.elect-2020-main form input[type=checkbox],
.elect-2020-main form input[type=radio],
.elect-2020-main form select {
  margin: 0 0 0.5rem 0;
}
.elect-2020-main form input[type=checkbox] + label,
.elect-2020-main form input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}
.elect-2020-main form input[type=file] {
  width: 100%;
}
.elect-2020-main form fieldset {
  border: 1px solid #ddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.elect-2020-main form fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875rem;
  margin: 0.25rem;
  margin-left: -0.1875rem;
}
.elect-2020-main form [data-abide] .error small.error,
.elect-2020-main form [data-abide] span.error,
.elect-2020-main form [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}
.elect-2020-main form [data-abide] span.error,
.elect-2020-main form [data-abide] small.error {
  display: none;
}
.elect-2020-main form span.error,
.elect-2020-main form small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}
.elect-2020-main form .error input,
.elect-2020-main form .error textarea,
.elect-2020-main form .error select {
  margin-bottom: 0;
}
.elect-2020-main form .error input[type=checkbox],
.elect-2020-main form .error input[type=radio] {
  margin-bottom: 1rem;
}
.elect-2020-main form .error label,
.elect-2020-main form .error label.error {
  color: #f04124;
}
.elect-2020-main form .error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff;
}
.elect-2020-main form .error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.elect-2020-main form .error span.error-message {
  display: block;
}
.elect-2020-main form input.error,
.elect-2020-main form textarea.error {
  margin-bottom: 0;
}
.elect-2020-main form label.error {
  color: #f04124;
}
.elect-2020-main .panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333;
}
.elect-2020-main .panel:first-child {
  margin-top: 0;
}
.elect-2020-main .panel:last-child {
  margin-bottom: 0;
}
.elect-2020-main .panel .event-info p {
  color: #333;
}
.elect-2020-main .panel h1,
.elect-2020-main .panel h2,
.elect-2020-main .panel h3,
.elect-2020-main .panel h4,
.elect-2020-main .panel h5 {
  line-height: 1;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 0px solid #1a2a58;
}
.elect-2020-main .panel .radius {
  border-radius: 3px;
}
.elect-2020-main .progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid #fff;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
.elect-2020-main .progress .meter {
  background: #1a2a58;
  height: 100%;
  display: block;
}
.elect-2020-main .progress .secondary.meter,
.elect-2020-main .progress .success.meter,
.elect-2020-main .progress .alert.meter {
  height: 100%;
  display: block;
}
.elect-2020-main .progress .secondary.meter {
  background: #ffd7d7;
}
.elect-2020-main .progress .success.meter {
  background: #43ac6a;
}
.elect-2020-main .progress alert.meter {
  background: #f04124;
}
.elect-2020-main .progress .radius {
  border-radius: 3px;
}
.elect-2020-main .progress .radius .meter {
  border-radius: 2px;
}
.elect-2020-main .progress .round {
  border-radius: 1000px;
}
.elect-2020-main .progress .round .meter {
  border-radius: 999px;
}
.elect-2020-main .range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa;
}
.elect-2020-main .range-slider .vertical-range {
  width: 100%;
  height: 1rem;
  border: 1px solid #ddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}
.elect-2020-main .range-slider .vertical-range range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}
.elect-2020-main .range-slider .vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}
.elect-2020-main .range-slider .radius {
  background: #fafafa;
  border-radius: 3px;
}
.elect-2020-main .range-slider .radius .range-slider-handle {
  background: #0e4966;
  border-radius: 3px;
}
.elect-2020-main .range-slider .radius .range-slider-handle:hover {
  background: #0c405a;
}
.elect-2020-main .range-slider .round {
  background: #fafafa;
  border-radius: 1000px;
}
.elect-2020-main .range-slider .round range-slider-handle {
  background: #0e4966;
  border-radius: 1000px;
}
.elect-2020-main .range-slider .round range-slider-handle:hover {
  background: #0c405a;
}
.elect-2020-main .range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #dcf0fa;
}
.elect-2020-main .range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #0e4966;
}
.elect-2020-main .range-slider-handle:hover {
  background: #0c405a;
}
.elect-2020-main table {
  background: #fff;
  margin-bottom: 1.5rem;
  border: solid 1px #ddd;
}
.elect-2020-main table thead,
.elect-2020-main table tfoot {
  background: #f5f5f5;
}
.elect-2020-main table thead tr th,
.elect-2020-main table tfoot tr th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222;
  text-align: left;
}
.elect-2020-main table tr th, .elect-2020-main table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222;
  display: table-cell;
  line-height: 1.125rem;
}
.elect-2020-main table tr .even,
.elect-2020-main table tr .alt, .elect-2020-main table tr:nth-of-type(even) {
  background: #f9f9f9;
}
.elect-2020-main .contain-to-grid {
  width: 100%;
  background: #FFF;
}
.elect-2020-main .contain-to-grid .top-bar {
  margin-bottom: 0;
}
@media screen and (max-width: 40em) {
  .elect-2020-main .contain-to-grid {
    background: #4b66a6; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#4b66a6), to(#39579e));
    background: linear-gradient(to bottom, #4b66a6 0%, #39579e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4b66a6", endColorstr="#39579e",GradientType=0 ); /* IE6-9 */
    border-radius: 15px;
    margin-top: 1rem;
  }
}
.elect-2020-main .meta {
  font-size: 0.8em;
}
.elect-2020-main .intro {
  font-size: 1.2em;
}
.elect-2020-main .quicklinks .side-nav {
  margin: 0 -0.75em;
  border: 0;
}
.elect-2020-main .sidebar-content {
  margin-bottom: 1.4em;
}
.elect-2020-main .special {
  border: 1px solid #fff;
  background: #fff;
}
.elect-2020-main .special:empty {
  display: none;
}
.elect-2020-main .accordion dd {
  background: #fff;
}
.elect-2020-main .accordion dda:before {
  font-family: FontAwesome;
  content: "\f0fe";
  margin-right: 1em;
}
.elect-2020-main .accordion dd active > a:before {
  font-family: FontAwesome;
  content: "\f146";
}
.elect-2020-main .accordion dl {
  margin-bottom: 2em;
}
.elect-2020-main .offset-content {
  position: absolute;
  left: -99999px;
}
.elect-2020-main .sr-only {
  display: none;
  color: #000;
}
.elect-2020-main .with-margin {
  margin-bottom: 1em;
}
.elect-2020-main .with-margin.row {
  margin-bottom: 1em;
}
.elect-2020-main .site-header {
  background-color: #fefefe;
  padding: 2.5em 0 1.5em 1.5em;
  border-bottom: 1px solid #ddd;
}
.elect-2020-main .site-header .contact-links li > * {
  display: inline-block;
}
.elect-2020-main .main-content {
  margin-top: 2em;
}
.elect-2020-main .homepage-main-content-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 64em) {
  .elect-2020-main .homepage-main-content-grid {
    margin-top: -36px !important;
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 64.063em) {
  .elect-2020-main .homepage-main-content-grid {
    padding-top: 20px !important;
  }
}
.elect-2020-main label.checkbox-label input[type=checkbox] {
  position: relative;
  vertical-align: middle;
  bottom: 4px;
  right: 2px;
}
.elect-2020-main .img-right {
  border-radius: 6px;
  margin: 30px;
  float: right;
}
.elect-2020-main .accordion-inner .row input[type=checkbox] {
  display: none;
}
.elect-2020-main .accordion-inner .row span {
  padding: 10px;
}
.elect-2020-main .accordion-inner .row .include,
.elect-2020-main .accordion-inner .row .selectall {
  cursor: pointer;
  padding: 10px;
}
.elect-2020-main .accordion-inner .row .added {
  background-color: #CAED9E;
  color: #3F6219;
  cursor: pointer;
  display: none;
  padding: 10px;
}
.elect-2020-main .accordion-inner .row .removeall {
  background-color: #F78B83;
  color: #912323;
  cursor: pointer;
  display: none;
  padding: 10px;
}
.elect-2020-main #submitBTN {
  margin-top: 10px;
}
.elect-2020-main .sitemap ul li {
  list-style-type: none;
  padding-bottom: 0.8em;
}
.elect-2020-main .sitemap ul li ul {
  margin-left: 2em;
  padding: 0.8em 0 0 0;
}
.elect-2020-main .sitemap ul li ul li:last-child {
  padding-bottom: 0;
}
.elect-2020-main .sitemap ul li i {
  width: 1.6em;
}
.elect-2020-main .sitemap .parent-item i {
  cursor: pointer;
}
.elect-2020-main .notification {
  margin-top: 2%;
}
.elect-2020-main .prev-next {
  margin: 5% 0%;
}
.elect-2020-main table.results {
  width: 100%;
}
.elect-2020-main table.responsive {
  width: 100%;
  border: none;
}
.elect-2020-main table.responsive th,
.elect-2020-main table.responsive td {
  padding: 9px 10px;
}
.elect-2020-main table.responsive th {
  font-weight: bold;
  height: 70px;
  overflow: visible;
}
.elect-2020-main table.responsive tr {
  background: #f9f9f9;
  width: 50%;
}
.elect-2020-main table.responsive tr.even, .elect-2020-main table.responsive tr.alt, .elect-2020-main table.responsive tr:nth-of-type(even) {
  background: #fff;
}
.elect-2020-main table.responsive tr.odd, .elect-2020-main table.responsive tr:nth-of-type(odd) {
  background: #f9f9f9;
}
.elect-2020-main .meta {
  font-size: 0.8em;
}
.elect-2020-main .intro {
  font-size: 1.2em;
}
.elect-2020-main .quicklinks .side-nav {
  margin: 0 -0.75em;
  border: 0;
}
.elect-2020-main .sidebar-content {
  margin-bottom: 1.4em;
}
.elect-2020-main .special {
  border: 1px solid #fff;
  background: #fff;
}
.elect-2020-main .special:empty {
  display: none;
}
@-moz-document url-prefix() {
  .elect-2020-main select {
    background: #fafafa;
  }
  .elect-2020-main select:hover {
    background: #f3f3f3;
  }
}
.elect-2020-main .general ul,
.elect-2020-main .general ul {
  margin: 0 0 0.3125rem 2.1875rem;
  line-height: 1.4;
}
.elect-2020-main .general h3 {
  font-size: 1rem;
  padding-bottom: 2px;
  font-weight: bold;
  line-height: 22px;
}

html {
  visibility: visible;
  opacity: 1;










