/*============================================================================
		  #Normalize
		  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
		==============================================================================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: 700; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button[disabled],
html input[disabled] {
  cursor: default; }

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; }

input[type="search"], input[type="number"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*================ Media Query Mixin ================*/
/*============================================================================
  #Grid
==============================================================================*/
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -45px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 879px) {
    .grid {
      margin-left: -22px; } }

.grid__item {
  float: left;
  padding-left: 45px;
  margin-bottom: 45px;
  width: 100%; }
  @media only screen and (max-width: 879px) {
    .grid__item {
      padding-left: 22px; } }
  .grid__item[class*="--push"] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.3333333333%; }

.two-thirds {
  width: 66.6666666667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.6666666667%; }

.two-sixths {
  width: 33.3333333333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.6666666667%; }

.five-sixths {
  width: 83.3333333333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.3333333333%; }

.two-twelfths {
  width: 16.6666666667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.3333333333%; }

.five-twelfths {
  width: 41.6666666667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.3333333333%; }

.eight-twelfths {
  width: 66.6666666667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.3333333333%; }

.eleven-twelfths {
  width: 91.6666666667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 879px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.3333333333%; }

  .small--two-thirds {
    width: 66.6666666667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.6666666667%; }

  .small--two-sixths {
    width: 33.3333333333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.6666666667%; }

  .small--five-sixths {
    width: 83.3333333333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.3333333333%; }

  .small--two-twelfths {
    width: 16.6666666667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.3333333333%; }

  .small--five-twelfths {
    width: 41.6666666667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.3333333333%; }

  .small--eight-twelfths {
    width: 66.6666666667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.3333333333%; }

  .small--eleven-twelfths {
    width: 91.6666666667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 880px) {
  /* Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.3333333333%; }

  .large--two-thirds {
    width: 66.6666666667%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

  /* Sixths */
  .large--one-sixth {
    width: 16.6666666667%; }

  .large--two-sixths {
    width: 33.3333333333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.6666666667%; }

  .large--five-sixths {
    width: 83.3333333333%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large--one-twelfth {
    width: 8.3333333333%; }

  .large--two-twelfths {
    width: 16.6666666667%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.3333333333%; }

  .large--five-twelfths {
    width: 41.6666666667%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.3333333333%; }

  .large--eight-twelfths {
    width: 66.6666666667%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.3333333333%; }

  .large--eleven-twelfths {
    width: 91.6666666667%; }

  .grid--uniform .large--one-half:nth-child(2n+1),
  .grid--uniform .large--one-third:nth-child(3n+1),
  .grid--uniform .large--one-quarter:nth-child(4n+1),
  .grid--uniform .large--one-fifth:nth-child(5n+1),
  .grid--uniform .large--one-sixth:nth-child(6n+1),
  .grid--uniform .large--two-sixths:nth-child(3n+1),
  .grid--uniform .large--three-sixths:nth-child(2n+1),
  .grid--uniform .large--one-eighth:nth-child(8n+1),
  .grid--uniform .large--two-eighths:nth-child(4n+1),
  .grid--uniform .large--four-eighths:nth-child(2n+1),
  .grid--uniform .large--five-tenths:nth-child(2n+1),
  .grid--uniform .large--one-twelfth:nth-child(12n+1),
  .grid--uniform .large--two-twelfths:nth-child(6n+1),
  .grid--uniform .large--three-twelfths:nth-child(4n+1),
  .grid--uniform .large--four-twelfths:nth-child(3n+1),
  .grid--uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large--show {
    display: block !important; }

  .large--hide {
    display: none !important; }

  .large--text-left {
    text-align: left !important; }

  .large--text-right {
    text-align: right !important; }

  .large--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 879px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

  /* Thirds */
  .small--push-one-third {
    left: 33.3333333333%; }

  .small--push-two-thirds {
    left: 66.6666666667%; }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.6666666667%; }

  .small--push-two-sixths {
    left: 33.3333333333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.6666666667%; }

  .small--push-five-sixths {
    left: 83.3333333333%; }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.3333333333%; }

  .small--push-two-twelfths {
    left: 16.6666666667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.3333333333%; }

  .small--push-five-twelfths {
    left: 41.6666666667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.3333333333%; }

  .small--push-eight-twelfths {
    left: 66.6666666667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.3333333333%; }

  .small--push-eleven-twelfths {
    left: 91.6666666667%; } }
@media only screen and (min-width: 880px) {
  /* Halves */
  .large--push-one-half {
    left: 50%; }

  /* Thirds */
  .large--push-one-third {
    left: 33.3333333333%; }

  .large--push-two-thirds {
    left: 66.6666666667%; }

  /* Quarters */
  .large--push-one-quarter {
    left: 25%; }

  .large--push-two-quarters {
    left: 50%; }

  .large--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large--push-one-fifth {
    left: 20%; }

  .large--push-two-fifths {
    left: 40%; }

  .large--push-three-fifths {
    left: 60%; }

  .large--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large--push-one-sixth {
    left: 16.6666666667%; }

  .large--push-two-sixths {
    left: 33.3333333333%; }

  .large--push-three-sixths {
    left: 50%; }

  .large--push-four-sixths {
    left: 66.6666666667%; }

  .large--push-five-sixths {
    left: 83.3333333333%; }

  /* Eighths */
  .large--push-one-eighth {
    left: 12.5%; }

  .large--push-two-eighths {
    left: 25%; }

  .large--push-three-eighths {
    left: 37.5%; }

  .large--push-four-eighths {
    left: 50%; }

  .large--push-five-eighths {
    left: 62.5%; }

  .large--push-six-eighths {
    left: 75%; }

  .large--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large--push-one-tenth {
    left: 10%; }

  .large--push-two-tenths {
    left: 20%; }

  .large--push-three-tenths {
    left: 30%; }

  .large--push-four-tenths {
    left: 40%; }

  .large--push-five-tenths {
    left: 50%; }

  .large--push-six-tenths {
    left: 60%; }

  .large--push-seven-tenths {
    left: 70%; }

  .large--push-eight-tenths {
    left: 80%; }

  .large--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large--push-one-twelfth {
    left: 8.3333333333%; }

  .large--push-two-twelfths {
    left: 16.6666666667%; }

  .large--push-three-twelfths {
    left: 25%; }

  .large--push-four-twelfths {
    left: 33.3333333333%; }

  .large--push-five-twelfths {
    left: 41.6666666667%; }

  .large--push-six-twelfths {
    left: 50%; }

  .large--push-seven-twelfths {
    left: 58.3333333333%; }

  .large--push-eight-twelfths {
    left: 66.6666666667%; }

  .large--push-nine-twelfths {
    left: 75%; }

  .large--push-ten-twelfths {
    left: 83.3333333333%; }

  .large--push-eleven-twelfths {
    left: 91.6666666667%; } }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, button, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none; }

ul,
ol,
dl {
  list-style: none; }

em {
  font-style: italic; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

pre {
  background-color: #000;
  border-radius: 0.3rem;
  padding: 1rem; }

code {
  background-color: #000;
  padding: 0.2rem 0.4rem; }

::selection {
  background-color: rgba(255, 255, 100, 0.5); }

input,
textarea {
  border: 0.05em solid #000; }
  input:focus,
  textarea:focus {
    border: 0.05em solid #8000ed; }

textarea {
  vertical-align: top;
  resize: vertical;
  max-width: 100%; }

.wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  *zoom: 1; }
  .wrapper::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 880px) {
    .wrapper {
      padding: 0 45px;
      max-width: 1140px; } }
  @media only screen and (min-width: 880px) {
    .wrapper.narrow {
      max-width: 800px; } }
  .wrapper.extra-narrow {
    max-width: 570px; }
  .wrapper.full {
    max-width: none; }

.narrow {
  margin: 0 auto;
  max-width: 800px; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

hr {
  margin: 2rem 0 3rem;
  height: 1px;
  background-color: #000;
  border: none;
  outline: none; }

hr.clear {
  background-color: transparent; }

/*@import url('/assets/fonts/3480A1_0_0.woff2'); // Bell MT
@import url('/assets/fonts/GT-America-Expanded-Bold.woff');
@import url('/assets/fonts/Austin-Roman-Web.woff2');*/
@font-face {
  font-family: "Bell MT";
  src: url("/assets/fonts/3480A1_0_0.woff2") format("woff"); }
@font-face {
  font-family: "GT America";
  src: url("/assets/fonts/GT-America-Expanded-Bold.woff") format("woff"); }
@font-face {
  font-family: "Austin Roman";
  src: url("/assets/fonts/Austin-Roman-Web.woff2") format("woff"); }
html {
  font-size: 62.5%; }
  @media only screen and (min-width: 880px) {
    html {
      font-size: 75%; } }

body {
  color: #000;
  font-family: "Bell MT", Georgia, Times, serif;
  line-height: 1.6;
  font-weight: 500;
  font-style: normal;
  font-variant: normal;
  font-size: 1.5rem; }

h1, h2, h3, h4, h5, h6, p {
  padding-bottom: 1.5rem; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  padding-top: 1.5rem; }

h1, h2, h3, h4, h5, h6
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "Austin Roman", Georgia, Times, serif;
  font-style: normal;
  color: #000;
  line-height: 1.2; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #000;
    text-decoration: none; }

h1 {
  font-size: 5rem;
  margin: 3rem 0; }

h2, .h2 {
  font-size: 3.75rem; }

h3, .h3 {
  font-size: 3rem;
  margin: 1em 0 0.5em; }

h4, .h4 {
  font-size: 2.4rem;
  margin: 1rem 0; }

h5 {
  font-size: 1.11111rem;
  margin: 1.5em 0 0.75em; }

h6 {
  font-size: 1rem;
  margin: 1.66667em 0 0.83333em; }

p, li {
  font-size: 1.75rem;
  line-height: 1.6;
  color: #000; }
  p.small, li.small {
    font-size: 1.3rem; }

p.intro {
  font-size: 1.75rem;
  color: #000;
  padding-bottom: 3rem; }
  @media screen and (min-width: 880px) {
    p.intro {
      padding-bottom: 3rem; } }

.rte ul li,
.page-content ul li {
  list-style: disc outside;
  margin-left: 2rem; }

ol {
  list-style: decimal outside;
  margin-left: 2rem; }

blockquote {
  margin: 0 0 1rem;
  padding: .5rem 1rem 0;
  border-left: 1px solid #cacaca;
  line-height: 1.6;
  color: #8a8a8a; }
  blockquote p {
    color: #8a8a8a; }
  blockquote cite {
    margin-top: 2rem;
    display: block; }

strong {
  font-weight: 600; }

small,
time {
  display: block;
  font-size: 1rem;
  font-family: "GT America", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.caps {
  text-transform: uppercase; }

.accent {
  font-family: "GT America", Helvetica, Arial, sans-serif; }

small a,
.accent a {
  text-decoration: none; }
  small a:hover, small a.active,
  .accent a:hover,
  .accent a.active {
    color: #fb2f2f; }

.contact-form {
  margin-bottom: 2rem; }
  .contact-form label {
    margin-bottom: .5rem;
    display: block;
    width: 100%;
    font-family: "GT America", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    text-transform: uppercase; }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: .75rem; }
  .contact-form textarea {
    margin-bottom: 1rem; }
  .contact-form button[type=submit] {
    margin-top: 2rem; }
  .contact-form .grid__item {
    margin-bottom: 2rem; }

.search-form {
  margin-bottom: 1rem;
  display: flex;
  gap: 2rem; }
  .search-form #search-box {
    width: 100%;
    line-height: 1;
    padding: .75rem; }

/* EveryAction Forms */
main .at .at-form .at-title,
.signup .at-form .at-title {
  display: none; }
main .at .at-form .at-check,
main .at .at-form .at-select,
.signup .at-form .at-check,
.signup .at-form .at-select {
  font-size: 1.1rem; }
main .at .at-form small,
.signup .at-form small {
  display: inline;
  font-family: inherit; }
main .at .at-form .at-fieldset,
.signup .at-form .at-fieldset {
  padding: 0; }
main .at .at-form .at-row,
.signup .at-form .at-row {
  margin-bottom: .5rem; }
main .at .at-form .at-row:not(.SelectAmount) > [class^="at-"],
.signup .at-form .at-row:not(.SelectAmount) > [class^="at-"] {
  margin: 0;
  flex: none; }
main .at .at-form .at-legend,
.signup .at-form .at-legend {
  display: none; }
main .at .at-form ol.at-steps li,
.signup .at-form ol.at-steps li {
  list-style: none; }
main .at .at-form .at-recurring,
.signup .at-form .at-recurring {
  margin-left: 0; }
main .at .at-form label:not(.label-amount):not(.at-check):not(.IsRecurring):not(.SelectedFrequency),
.signup .at-form label:not(.label-amount):not(.at-check):not(.IsRecurring):not(.SelectedFrequency) {
  width: 100%;
  font-family: "GT America", Helvetica, Arial, sans-serif;
  font-size: .9rem;
  color: #000;
  text-transform: uppercase; }
  main .at .at-form label:not(.label-amount):not(.at-check):not(.IsRecurring):not(.SelectedFrequency) input,
  .signup .at-form label:not(.label-amount):not(.at-check):not(.IsRecurring):not(.SelectedFrequency) input {
    margin-top: .5rem !important; }
main .at .at-form .label-otheramount input,
.signup .at-form .label-otheramount input {
  padding-left: 30px !important; }
main .at .at-form input[type=text],
main .at .at-form input[type=email],
main .at .at-form input[type=tel],
.signup .at-form input[type=text],
.signup .at-form input[type=email],
.signup .at-form input[type=tel] {
  border: 1px solid #000;
  border-radius: 0;
  font-size: 1rem;
  height: 4rem;
  padding: 1rem; }
  main .at .at-form input[type=text]:focus,
  main .at .at-form input[type=email]:focus,
  main .at .at-form input[type=tel]:focus,
  .signup .at-form input[type=text]:focus,
  .signup .at-form input[type=email]:focus,
  .signup .at-form input[type=tel]:focus {
    border-color: #8000ed; }
main .at .at-form .at-form-submit,
.signup .at-form .at-form-submit {
  margin-top: 1rem;
  padding: 0; }
  main .at .at-form .at-form-submit .at-submit,
  .signup .at-form .at-form-submit .at-submit {
    margin: 0;
    float: none;
    border-radius: 0; }
main .at .at-form .btn-at-primary,
.signup .at-form .btn-at-primary {
  display: inline-block;
  width: auto;
  padding: 1rem 5rem;
  background-color: #fb2f2f;
  color: #fff;
  font-family: "GT America", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  transition: all 250ms;
  border-radius: 0; }
  main .at .at-form .btn-at-primary:hover, main .at .at-form .btn-at-primary:focus, main .at .at-form .btn-at-primary:active,
  .signup .at-form .btn-at-primary:hover,
  .signup .at-form .btn-at-primary:focus,
  .signup .at-form .btn-at-primary:active {
    background-color: #8000ed;
    color: #fff; }
  main .at .at-form .btn-at-primary:disabled,
  .signup .at-form .btn-at-primary:disabled {
    background-color: #cacaca; }
main .at .at-form .LegalHeaderHtml,
main .at .at-form .LegalDescription,
.signup .at-form .LegalHeaderHtml,
.signup .at-form .LegalDescription {
  display: none !important; }

main .at.multistep-layout .at-form {
  /* Undo styles above for Donate form */ }
  main .at.multistep-layout .at-form label {
    /*  width: auto;
      font-family: auto;
      font-size: auto;
      color: auto;
      text-transform: none;*/ }

#footer .at .thankYou p {
  color: #fff;
  font-family: "GT America", Helvetica, Arial, sans-serif; }

#top-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22.5px;
  width: 100%;
  text-align: center;
  z-index: 100;
  background-color: #ecf7fc; }
  #top-banner a {
    color: #fb2f2f; }

#header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 97px;
  background: #000;
  color: #fff;
  transition: height 250ms;
  padding: 0 22.5px;
  z-index: 100; }
  #header > * {
    flex: 1; }
  #header .header__nav {
    flex-grow: 3;
    overflow: hidden; }
  #header .header__cta {
    text-align: right; }

@media only screen and (min-width: 880px) {
  #top-banner {
    position: fixed;
    top: 0;
    height: 50px; }

  #header {
    position: fixed;
    top: 50px; } }
.header__nav li,
.footer__nav li,
.header__social li {
  display: inline-block;
  height: 38px;
  font-family: "GT America", Helvetica, Arial, sans-serif;
  font-size: .95rem;
  letter-spacing: 0.03476rem;
  text-transform: uppercase; }
.header__nav a,
.header__nav a:link,
.header__nav a:visited,
.footer__nav a,
.footer__nav a:link,
.footer__nav a:visited,
.header__social a,
.header__social a:link,
.header__social a:visited {
  display: inline-block;
  padding: 1rem 1.5rem;
  color: #fff;
  text-decoration: none; }
  .header__nav a:hover,
  .header__nav a:link:hover,
  .header__nav a:visited:hover,
  .footer__nav a:hover,
  .footer__nav a:link:hover,
  .footer__nav a:visited:hover,
  .header__social a:hover,
  .header__social a:link:hover,
  .header__social a:visited:hover {
    color: #fb2f2f; }
  @media screen and (max-width: 1200px) {
    .header__nav a,
    .header__nav a:link,
    .header__nav a:visited,
    .footer__nav a,
    .footer__nav a:link,
    .footer__nav a:visited,
    .header__social a,
    .header__social a:link,
    .header__social a:visited {
      padding: 1rem; } }
.header__nav .nav-item--facebook,
.footer__nav .nav-item--facebook,
.header__social .nav-item--facebook {
  background: url("/assets/icons/icon-facebook-white.svg") center no-repeat; }
  .header__nav .nav-item--facebook .nav-item__text,
  .footer__nav .nav-item--facebook .nav-item__text,
  .header__social .nav-item--facebook .nav-item__text {
    display: none; }
.header__nav .nav-item--twitter,
.footer__nav .nav-item--twitter,
.header__social .nav-item--twitter {
  background: url("/assets/icons/icon-twitter-white.svg") center no-repeat; }
  .header__nav .nav-item--twitter .nav-item__text,
  .footer__nav .nav-item--twitter .nav-item__text,
  .header__social .nav-item--twitter .nav-item__text {
    display: none; }
.header__nav .nav-item--instagram,
.footer__nav .nav-item--instagram,
.header__social .nav-item--instagram {
  background: url("/assets/icons/icon-instagram-white.svg") center no-repeat;
  background-size: 16px; }
  .header__nav .nav-item--instagram .nav-item__text,
  .footer__nav .nav-item--instagram .nav-item__text,
  .header__social .nav-item--instagram .nav-item__text {
    display: none; }

#header .logo {
  display: inline-block;
  width: 200px;
  height: 32px; }
  #header .logo img {
    height: 32px; }

#footer {
  padding: 5rem 0 2rem;
  background: #000;
  color: #fff; }
  #footer .logo {
    display: inline-block;
    margin: 0 auto;
    max-width: 325px; }
  #footer .footer__nav {
    margin: 4rem 0 2rem; }
    #footer .footer__nav li {
      font-size: .85rem; }
    #footer .footer__nav a,
    #footer .footer__nav a:link,
    #footer .footer__nav a:visited {
      display: inline-block;
      padding: 1rem .75rem; }
    #footer .footer__nav .nav-item--facebook a,
    #footer .footer__nav .nav-item--twitter a {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
  #footer .footer__nav-bottom {
    margin: 1rem 0 3rem; }
  #footer .copyright {
    font-family: inherit;
    font-size: 1.3rem;
    text-transform: none; }

.dropdown {
  display: none; }

/* EveryAction Forms */
#footer .at .at-form form {
  position: relative; }
#footer .at .at-form .at-inner {
  background: none !important; }
#footer .at .at-form .at-title {
  padding: 1rem;
  font-family: "Austin Roman", Georgia, Times, serif;
  color: #fff;
  font-size: 2.2rem;
  font-weight: normal; }
#footer .at .at-form legend {
  display: none; }
#footer .at .at-form form {
  width: 300px;
  margin: 0 auto; }
#footer .at .at-form .at-fieldset {
  float: left;
  min-width: unset !important;
  width: 100%;
  padding: 0; }
#footer .at .at-form label {
  text-indent: -9999px; }
#footer .at .at-form input[type=text],
#footer .at .at-form input[type=email] {
  padding: 1rem 0 2rem;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  width: 100%;
  font-family: "GT America", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  box-shadow: none !important;
  color: #fff !important; }
#footer .at .at-form .at-form-submit {
  position: absolute;
  right: 0;
  padding: 0; }
#footer .at .at-form input[type="submit"] {
  text-indent: -999px;
  background-color: transparent;
  border-radius: 0;
  background: url("/assets/icons/icon-arrow-white.svg") center no-repeat;
  background-size: 1.4rem;
  padding-right: 0; }

@media only screen and (max-width: 879px) {
  .navigation li, .navigation a {
    display: block;
    font-size: 1rem; }
  .navigation .nav-item--facebook,
  .navigation .nav-item--twitter {
    display: none; }

  #header {
    padding: 0 20px;
    height: 50px; }
    #header .logo {
      width: 53px;
      height: 30px;
      background: url("/assets/images/IFA-logo-small-white.png") top center no-repeat;
      background-size: contain; }
    #header #navTrigger {
      display: block;
      font-family: "GT America", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      text-transform: uppercase;
      cursor: pointer;
      color: #fff; }
    #header #navTarget {
      display: none;
      flex: none;
      position: absolute;
      top: 50px;
      height: 100vh;
      background: rgba(0, 0, 0, 0.85);
      left: 0;
      right: 0; }
      #header #navTarget li {
        font-size: 1.2rem;
        border-bottom: 1px solid #fff;
        height: auto; }
      #header #navTarget a {
        padding: 2rem 0; }
      #header #navTarget.active {
        display: block; }
      #header #navTarget .nav-item--donate {
        background-color: #fb2f2f; } }
@media only screen and (min-width: 880px) {
  .header__nav,
  .header__nav > ul,
  .header__nav > ul > li,
  .header__nav > ul > li > a {
    height: 100%;
    vertical-align: top; }

  .header__nav > ul > li > a {
    padding-top: 40px !important; }

  .sticky .header__nav > ul > li > a {
    padding-top: 21px !important; }

  .sticky #header {
    height: 60px; }
    .sticky #header .logo {
      width: 53px;
      background: url("/assets/images/IFA-logo-small-white.png") left no-repeat;
      background-size: contain; }
      .sticky #header .logo img {
        display: none; }
  #header .dropdown {
    padding: 3rem 0;
    position: absolute;
    background: black;
    left: 0;
    right: 0;
    border-top: 1px solid #fff;
    top: 97px;
    min-height: 300px;
    color: #fff; }
    #header .dropdown .narrow {
      max-width: 960px; }
    #header .dropdown li {
      display: block;
      width: 100%;
      text-align: left; }
      #header .dropdown li a {
        padding: 1rem 0; }
    #header .dropdown a {
      padding: 0; }
    .sticky #header .dropdown {
      top: 60px; }
  #header li:hover .dropdown {
    display: block; }
  #header .feature-title {
    padding: 1rem 0; }
  #header .feature-image {
    margin-bottom: 1rem; }
  #header .feature-article {
    float: left;
    width: 45%;
    margin-right: 5%;
    font-family: "Austin Roman", Georgia, Times, serif;
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: none; }

  .navigation .nav-item--blog,
  .navigation .nav-item--donate {
    display: none; } }
@media only screen and (min-width: 880px) {
  body > main {
    margin-top: 117px;
    min-height: 50vh; } }
@media only screen and (max-width: 879px) {
  body > main {
    margin-top: 0; } }

a, a:visited {
  color: #000;
  transition: all 250ms; }

a:hover, a:active {
  text-decoration: none;
  color: #8000ed; }

button,
.button,
main .at .at-form .at-form-submit .at-submit,
.signup .at-form .at-form-submit .at-submit,
.button:visited,
main .at .at-form .at-form-submit .at-submit:visited,
.signup .at-form .at-form-submit .at-submit:visited,
input[type=submit] {
  display: inline-block;
  width: auto;
  padding: 1rem 5rem;
  background-color: #fb2f2f;
  color: #fff;
  font-family: "GT America", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  transition: all 250ms; }
  button:hover, button:focus, button:active,
  .button:hover,
  main .at .at-form .at-form-submit .at-submit:hover,
  .signup .at-form .at-form-submit .at-submit:hover,
  .button:focus,
  main .at .at-form .at-form-submit .at-submit:focus,
  .signup .at-form .at-form-submit .at-submit:focus,
  .button:active,
  main .at .at-form .at-form-submit .at-submit:active,
  .signup .at-form .at-form-submit .at-submit:active,
  .button:visited:hover,
  main .at .at-form .at-form-submit .at-submit:visited:hover,
  .signup .at-form .at-form-submit .at-submit:visited:hover,
  .button:visited:focus,
  main .at .at-form .at-form-submit .at-submit:visited:focus,
  .signup .at-form .at-form-submit .at-submit:visited:focus,
  .button:visited:active,
  main .at .at-form .at-form-submit .at-submit:visited:active,
  .signup .at-form .at-form-submit .at-submit:visited:active,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=submit]:active {
    background-color: #8000ed;
    color: #fff; }
  button:disabled,
  .button:disabled,
  main .at .at-form .at-form-submit .at-submit:disabled,
  .signup .at-form .at-form-submit .at-submit:disabled,
  .button:visited:disabled,
  main .at .at-form .at-form-submit .at-submit:visited:disabled,
  .signup .at-form .at-form-submit .at-submit:visited:disabled,
  input[type=submit]:disabled {
    background-color: #cacaca; }

.btn--accent,
.btn--accent:visited {
  display: inline-block;
  width: auto;
  padding: 1rem 5rem;
  background-color: #FFCC00;
  color: #fff;
  font-family: "GT America", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  transition: all 250ms;
  color: #006AB5; }
  .btn--accent:hover, .btn--accent:focus, .btn--accent:active,
  .btn--accent:visited:hover,
  .btn--accent:visited:focus,
  .btn--accent:visited:active {
    background-color: #E6A800;
    color: #fff; }
  .btn--accent:disabled,
  .btn--accent:visited:disabled {
    background-color: #cacaca; }
  .btn--accent:hover,
  .btn--accent:visited:hover {
    color: #006AB5; }

.btn--secondary,
.btn--secondary:visited {
  display: inline-block;
  width: auto;
  padding: 1rem 5rem;
  background-color: #444;
  color: #fff;
  font-family: "GT America", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  transition: all 250ms; }
  .btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active,
  .btn--secondary:visited:hover,
  .btn--secondary:visited:focus,
  .btn--secondary:visited:active {
    background-color: #8000ed;
    color: #fff; }
  .btn--secondary:disabled,
  .btn--secondary:visited:disabled {
    background-color: #cacaca; }

.bg--light {
  background-color: #f7f6f6; }

svg {
  color: #006AB5; }

.icon {
  display: inline-block; }

.icon-facebook {
  /*display: inline-block;
width: 36px;
height: 36px;
fill: blue;
color: blue;*/ }

.loading {
  min-height: 200px;
  background: url(/assets/images/ajax-loader.gif) center center no-repeat; }

.flex {
  display: flex; }
  .flex.space-between {
    justify-content: space-between; }

/* Pages */
.page-header {
  padding: 3.5rem 0; }

.page-title {
  margin: 0 0 1rem;
  padding: 0;
  text-align: center; }

.page-content {
  padding-bottom: 2rem; }

/* Blog */
.template-blog .post {
  padding-bottom: 3rem; }

.category-nav {
  margin-top: 3rem;
  margin-bottom: 2rem; }
  .category-nav > * {
    display: inline-block;
    padding: 1rem 2rem; }

.posts a,
.pagination a {
  text-decoration: none; }

.post__image {
  margin-bottom: 2.5rem;
  text-align: center; }
  .post__image img {
    margin: 0 auto; }

.image-credit {
  margin-top: 1rem;
  font-size: .8rem;
  text-transform: none; }

.post__title {
  margin: 1rem 0 0;
  font-size: 2.2rem; }

.post .social-sharing {
  margin-top: 2rem; }

.pagination li {
  margin-left: 0 !important;
  display: inline-block;
  padding: 1rem;
  list-style: none !important;
  font-size: 2rem; }
  .pagination li.selected a {
    color: #fb2f2f; }
  .pagination li.pagination__previous, .pagination li.pagination__next {
    padding: 1rem 2rem; }

/* Sections & Modular Content */
.page-section {
  clear: both; }

.section__title {
  text-align: center;
  margin: 3rem 0; }

.two_column_image_text .section__image,
.hero_slider .section__image {
  position: relative; }
.two_column_image_text .video-link,
.hero_slider .video-link {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #0094eb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 250ms;
  opacity: .9; }
  .two_column_image_text .video-link:hover,
  .hero_slider .video-link:hover {
    opacity: 1; }
  .two_column_image_text .video-link:after,
  .hero_slider .video-link:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-width: 25px 40px;
    border-left-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 25px; }
  .two_column_image_text .video-link span,
  .hero_slider .video-link span {
    display: none; }

.page-home .page-intro {
  display: none; }
.page-home .section-1 h2,
.page-home .section-1 h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 2rem; }
  .page-home .section-1 h2 a,
  .page-home .section-1 h3 a {
    color: #fff; }
.page-home .section-2 h2 {
  margin: 0;
  color: #fb2f2f; }
.page-home .section-3 {
  background: #ecf7fc; }
  .page-home .section-3 h2 {
    margin-bottom: 3rem; }
.page-home .section-4 h2 {
  margin: 3rem; }
.page-home .section-4 h3 {
  margin: 0 0 2rem;
  padding: 0; }
.page-home .section-4 p {
  font-size: 1.4rem; }
.page-home .section-2,
.page-home .section-3,
.page-home .section-4 {
  padding: 4rem 0; }
@media only screen and (min-width: 880px) {
  .page-home .section-2,
  .page-home .section-3,
  .page-home .section-4 {
    padding: 6rem; } }

.page-about-us .our_team .bio__image {
  text-align: center; }
  .page-about-us .our_team .bio__image img {
    margin: 0 auto; }
.page-about-us .our_team .bio__title,
.page-about-us .our_team .bio__role {
  display: block;
  text-align: center; }
.page-about-us .our_team .bio__role {
  margin: 1rem 0 1.5rem;
  font-size: 1rem; }

.legal_team_section .section__title,
.legal_team_section_2 .section__title {
  margin-bottom: 0; }
.legal_team_section .section__description,
.legal_team_section_2 .section__description {
  margin-bottom: 2rem; }
.legal_team_section .bio__title,
.legal_team_section .bio__role,
.legal_team_section .bio__body,
.legal_team_section_2 .bio__title,
.legal_team_section_2 .bio__role,
.legal_team_section_2 .bio__body {
  display: block; }
.legal_team_section .bio__role,
.legal_team_section_2 .bio__role {
  margin: 1rem 0 1.5rem;
  font-size: 1rem; }

.page-activist-toolkit .page-section {
  padding: 5rem 0; }
.page-activist-toolkit .section-1 {
  padding-top: 0; }
  .page-activist-toolkit .section-1 .button, .page-activist-toolkit .section-1 main .at .at-form .at-form-submit .at-submit, main .at .at-form .at-form-submit .page-activist-toolkit .section-1 .at-submit,
  .page-activist-toolkit .section-1 .signup .at-form .at-form-submit .at-submit,
  .signup .at-form .at-form-submit .page-activist-toolkit .section-1 .at-submit {
    width: 100%;
    text-align: center;
    background-color: #0094eb; }
.page-activist-toolkit .section-3 {
  padding-bottom: 0; }
.page-activist-toolkit .section-4,
.page-activist-toolkit .section-5 {
  padding: 2.5rem 0; }
  .page-activist-toolkit .section-4 .section__body,
  .page-activist-toolkit .section-5 .section__body {
    border-bottom: 1px solid #cacaca; }
.page-activist-toolkit .section-6 {
  padding-top: 0; }
.page-activist-toolkit .section-7 {
  padding-bottom: 0; }
.page-activist-toolkit .section-8 {
  padding-top: 0; }
.page-activist-toolkit .section-5 h4 img {
  display: inline-block;
  height: 22px;
  margin-right: .5rem; }
.page-activist-toolkit .section-5 p em {
  display: block;
  padding: 1rem;
  background-color: #e4e4e4; }
.page-activist-toolkit .section-5 .box {
  padding: 1rem;
  background-color: #e4e4e4; }
.page-activist-toolkit .section-5 .one-whole h4 {
  padding-bottom: 0; }

.page-the-charlottesville-case .page-content section {
  padding: 5rem 0; }
  .page-the-charlottesville-case .page-content section .inner :first-child {
    margin-top: 0; }
  .page-the-charlottesville-case .page-content section img + h4 {
    margin-top: 1rem; }
.page-the-charlottesville-case .page-content section:nth-child(even) {
  background: #ecf7fc; }
.page-the-charlottesville-case .entry {
  margin-bottom: 2rem; }
.page-the-charlottesville-case .case-timeline {
  margin-top: 3rem;
  max-height: 850px;
  overflow-y: scroll; }
  .page-the-charlottesville-case .case-timeline::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #cacaca; }
  .page-the-charlottesville-case .case-timeline::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5; }
  .page-the-charlottesville-case .case-timeline::-webkit-scrollbar-thumb {
    background-color: #000; }
  .page-the-charlottesville-case .case-timeline .post .grid__item {
    margin-bottom: 2rem; }
  .page-the-charlottesville-case .case-timeline .post__title {
    font-size: 2rem; }
  .page-the-charlottesville-case .case-timeline time {
    text-transform: none; }

.page-ifa-charlottesville-case .subnav .button, .page-ifa-charlottesville-case .subnav main .at .at-form .at-form-submit .at-submit, main .at .at-form .at-form-submit .page-ifa-charlottesville-case .subnav .at-submit,
.page-ifa-charlottesville-case .subnav .signup .at-form .at-form-submit .at-submit,
.signup .at-form .at-form-submit .page-ifa-charlottesville-case .subnav .at-submit {
  display: inline-block;
  width: auto;
  padding: 1rem 5rem;
  background-color: #0094eb;
  color: #fff;
  font-family: "GT America", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  transition: all 250ms;
  width: 100%; }
  .page-ifa-charlottesville-case .subnav .button:hover, .page-ifa-charlottesville-case .subnav main .at .at-form .at-form-submit .at-submit:hover, main .at .at-form .at-form-submit .page-ifa-charlottesville-case .subnav .at-submit:hover,
  .page-ifa-charlottesville-case .subnav .signup .at-form .at-form-submit .at-submit:hover,
  .signup .at-form .at-form-submit .page-ifa-charlottesville-case .subnav .at-submit:hover, .page-ifa-charlottesville-case .subnav .button:focus, .page-ifa-charlottesville-case .subnav main .at .at-form .at-form-submit .at-submit:focus, main .at .at-form .at-form-submit .page-ifa-charlottesville-case .subnav .at-submit:focus,
  .page-ifa-charlottesville-case .subnav .signup .at-form .at-form-submit .at-submit:focus,
  .signup .at-form .at-form-submit .page-ifa-charlottesville-case .subnav .at-submit:focus, .page-ifa-charlottesville-case .subnav .button:active, .page-ifa-charlottesville-case .subnav main .at .at-form .at-form-submit .at-submit:active, main .at .at-form .at-form-submit .page-ifa-charlottesville-case .subnav .at-submit:active,
  .page-ifa-charlottesville-case .subnav .signup .at-form .at-form-submit .at-submit:active,
  .signup .at-form .at-form-submit .page-ifa-charlottesville-case .subnav .at-submit:active {
    background-color: #8000ed;
    color: #fff; }
  .page-ifa-charlottesville-case .subnav .button:disabled, .page-ifa-charlottesville-case .subnav main .at .at-form .at-form-submit .at-submit:disabled, main .at .at-form .at-form-submit .page-ifa-charlottesville-case .subnav .at-submit:disabled,
  .page-ifa-charlottesville-case .subnav .signup .at-form .at-form-submit .at-submit:disabled,
  .signup .at-form .at-form-submit .page-ifa-charlottesville-case .subnav .at-submit:disabled {
    background-color: #cacaca; }
.page-ifa-charlottesville-case .subnav .grid__item {
  margin-bottom: 15px; }
.page-ifa-charlottesville-case .page-content section {
  padding: 5rem 0; }
  .page-ifa-charlottesville-case .page-content section .inner :first-child {
    margin-top: 0; }
  .page-ifa-charlottesville-case .page-content section img + h4 {
    margin-top: 1rem; }
.page-ifa-charlottesville-case .page-content section:nth-child(odd) {
  background: #ecf7fc; }
.page-ifa-charlottesville-case .page-content section:first-child {
  background: none; }
.page-ifa-charlottesville-case .section_navigation {
  padding: 0 !important; }
.page-ifa-charlottesville-case #case-overview h2 {
  margin: 0;
  font-size: 3rem;
  color: #fb2f2f; }
.page-ifa-charlottesville-case #case-milestones h2 {
  margin-bottom: 3rem; }
.page-ifa-charlottesville-case .entries-container {
  overflow-x: scroll; }
  .page-ifa-charlottesville-case .entries-container::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #cacaca; }
  .page-ifa-charlottesville-case .entries-container::-webkit-scrollbar {
    height: 8px;
    background-color: #F5F5F5; }
  .page-ifa-charlottesville-case .entries-container::-webkit-scrollbar-thumb {
    background-color: #000; }
.page-ifa-charlottesville-case .entry {
  padding-right: 30px;
  width: 300px;
  float: left; }
.page-ifa-charlottesville-case .entry__title {
  margin-bottom: 1rem; }

.document-list li {
  margin-left: 0 !important;
  padding: 1rem 0;
  list-style: none !important;
  line-height: 1.2; }
.document-list a {
  display: block;
  background-image: url(/assets/icons/icon-document.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  padding-left: 3rem;
  text-decoration: none; }

/* Exhibit Archive */
#results-count {
  margin-bottom: 2rem; }

#search-app a {
  display: inline-block;
  cursor: pointer; }
#search-app a.disabled {
  color: #cacaca;
  cursor: default; }
#search-app a.next {
  margin-left: 1rem; }
#search-app #search-box {
  background-image: url(/assets/icons/search.svg);
  background-position-x: 16px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 21px;
  padding-left: 4rem !important;
  padding-top: 1rem !important;
  font-size: 20px; }
#search-app .search-form {
  position: relative; }
#search-app .clear-search {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(/assets/icons/remove-circle.svg); }
#search-app .exhibit {
  margin-bottom: 2rem; }
  #search-app .exhibit h2, #search-app .exhibit h3, #search-app .exhibit h4 {
    margin: 0 0 .75rem;
    padding: 0; }
  #search-app .exhibit .svg-icon {
    display: inline;
    vertical-align: top; }
#search-app #search-results .exhibit {
  cursor: pointer;
  background-position: left 8px;
  background-repeat: no-repeat;
  background-size: 1.2rem;
  padding-left: 2rem !important;
  /* background-size: 27px; */ }
  #search-app #search-results .exhibit.type-pdf {
    background-image: url(/assets/icons/icon-document.svg); }
  #search-app #search-results .exhibit.type-mp3 {
    background-image: url(/assets/icons/icon-audio-1.svg); }
  #search-app #search-results .exhibit.type-mp4 {
    background-image: url(/assets/icons/icon-video-1.svg); }
  #search-app #search-results .exhibit:hover h2, #search-app #search-results .exhibit:hover h3, #search-app #search-results .exhibit:hover h4 {
    color: #8000ed; }
#search-app .exhibit-nav {
  display: flex;
  justify-content: space-between; }
  #search-app .exhibit-nav button:not(:disabled) {
    cursor: pointer; }
#search-app .exhibit-single {
  margin: 3rem 0; }
  #search-app .exhibit-single.type-pdf audio, #search-app .exhibit-single.type-pdf video {
    display: none; }
  #search-app .exhibit-single.type-mp3 object, #search-app .exhibit-single.type-mp3 embed, #search-app .exhibit-single.type-mp3 video {
    display: none; }
  #search-app .exhibit-single.type-mp4 object, #search-app .exhibit-single.type-mp4 embed, #search-app .exhibit-single.type-mp4 audio {
    display: none; }
#search-app .exhibit-file {
  margin: 2rem 0;
  width: 100%; }
#search-app video.exhibit-file {
  /*max-height: 800px;
  width: auto;*/ }
#search-app object.exhibit-file {
  min-height: 800px;
  object-fit: cover; }
  @media only screen and (max-width: 879px) {
    #search-app object.exhibit-file {
      min-height: 500px; } }
#search-app [x-cloak] {
  display: none !important; }

.page-home .section-1 .inner,
.page-home .hero_slider .slide .slideflex .inner,
.page-about-us .two_column_image_text .inner,
.page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text .inner,
.page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column .inner {
  padding: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
.page-home .section-1 > div,
.page-home .hero_slider .slide .slideflex > div,
.page-about-us .two_column_image_text > div,
.page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text > div,
.page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column > div {
  min-height: 500px; }
.page-home .section-1 .section__text,
.page-home .hero_slider .slide .slideflex .section__text,
.page-about-us .two_column_image_text .section__text,
.page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text .section__text,
.page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column .section__text {
  position: relative;
  background: #0094eb;
  color: #fff;
  font-family: "Austin Roman", Georgia, Times, serif;
  font-size: 2.1rem;
  text-align: center; }
  .page-home .section-1 .section__text h2,
  .page-home .section-1 .section__text h3,
  .page-home .section-1 .section__text p,
  .page-home .section-1 .section__text a,
  .page-home .hero_slider .slide .slideflex .section__text h2,
  .page-home .hero_slider .slide .slideflex .section__text h3,
  .page-home .hero_slider .slide .slideflex .section__text p,
  .page-home .hero_slider .slide .slideflex .section__text a,
  .page-about-us .two_column_image_text .section__text h2,
  .page-about-us .two_column_image_text .section__text h3,
  .page-about-us .two_column_image_text .section__text p,
  .page-about-us .two_column_image_text .section__text a,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text .section__text h2,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text .section__text h3,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text .section__text p,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text .section__text a,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column .section__text h2,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column .section__text h3,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column .section__text p,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column .section__text a {
    color: #fff; }
.page-home .section-1:nth-child(even),
.page-home .hero_slider .slide .slideflex:nth-child(even),
.page-about-us .two_column_image_text:nth-child(even),
.page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text:nth-child(even),
.page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column:nth-child(even) {
  flex-direction: row-reverse; }
  .page-home .section-1:nth-child(even) .section__text,
  .page-home .hero_slider .slide .slideflex:nth-child(even) .section__text,
  .page-about-us .two_column_image_text:nth-child(even) .section__text,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text:nth-child(even) .section__text,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column:nth-child(even) .section__text {
    background: #fb2f2f; }

.page-how-to-follow-the-em-sines-v-kessler-em-trial #trial-signup .section__text {
  display: flex;
  align-items: center;
  justify-content: center; }
.page-how-to-follow-the-em-sines-v-kessler-em-trial #trial-signup .column_two {
  background: none; }
  .page-how-to-follow-the-em-sines-v-kessler-em-trial #trial-signup .column_two h2,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial #trial-signup .column_two h3,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial #trial-signup .column_two p,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial #trial-signup .column_two a {
    color: inherit; }

.page-about-us .two_column_image_text p {
  font-size: 2rem; }

.page-the-charlottesville-case .page-intro {
  display: none; }

.slide__image {
  background-color: #000 !important;
  background-size: contain !important; }

@media only screen and (min-width: 880px) {
  .page-home .hero_slider .slide .slideflex,
  .page-about-us .two_column_image_text,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text,
  .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column {
    display: flex;
    align-items: stretch;
    align-content: center; }
    .page-home .hero_slider .slide .slideflex > div,
    .page-about-us .two_column_image_text > div,
    .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text > div,
    .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column > div {
      min-height: 600px;
      flex: 1;
      position: relative; }
    .page-home .hero_slider .slide .slideflex .inner,
    .page-about-us .two_column_image_text .inner,
    .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text .inner,
    .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column .inner {
      padding: 2rem;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .page-home .hero_slider .slide .slideflex .section__text,
    .page-about-us .two_column_image_text .section__text,
    .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text .section__text,
    .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column .section__text {
      font-size: 2.1rem;
      text-align: center; }
    .page-home .hero_slider .slide .slideflex:nth-child(even),
    .page-about-us .two_column_image_text:nth-child(even),
    .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text:nth-child(even),
    .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column:nth-child(even) {
      flex-direction: row-reverse; }
      .page-home .hero_slider .slide .slideflex:nth-child(even) .section__text,
      .page-about-us .two_column_image_text:nth-child(even) .section__text,
      .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column_image_text:nth-child(even) .section__text,
      .page-how-to-follow-the-em-sines-v-kessler-em-trial .two_column:nth-child(even) .section__text {
        background: #fb2f2f; } }
.donate-popup {
  height: 450px;
  max-width: 90%; }
  .donate-popup .remodal-content {
    padding: 6rem 2rem;
    height: 100%;
    border: 3px solid #fff;
    background: url("https://files.integrityfirstforamerica.org/14228/1576012699-ifa-vigil-bg.jpg") center bottom no-repeat;
    background-size: cover; }
    .donate-popup .remodal-content h2 {
      line-height: 1; }
    .donate-popup .remodal-content p {
      line-height: 1.4; }
    .donate-popup .remodal-content h2,
    .donate-popup .remodal-content p,
    .donate-popup .remodal-content label {
      text-align: left;
      color: #fff; }
    .donate-popup .remodal-content .button, .donate-popup .remodal-content main .at .at-form .at-form-submit .at-submit, main .at .at-form .at-form-submit .donate-popup .remodal-content .at-submit,
    .donate-popup .remodal-content .signup .at-form .at-form-submit .at-submit,
    .signup .at-form .at-form-submit .donate-popup .remodal-content .at-submit {
      width: 100%;
      text-align: center; }
    .donate-popup .remodal-content .at-inner {
      background-color: transparent; }

.signup {
  height: 650px;
  border: 5px solid #fb2f2f;
  max-width: 90%; }
  .signup .remodal-content {
    padding: 2rem;
    height: 100%;
    border: 3px solid #fff;
    background: url("/assets/images/bg-popup.png") center bottom no-repeat;
    background-size: cover; }
    .signup .remodal-content h2,
    .signup .remodal-content p,
    .signup .remodal-content label {
      text-align: left;
      color: #fff; }
    .signup .remodal-content .at-inner {
      background-color: transparent; }
    .signup .remodal-content .at-form .at-row {
      display: none; }
      .signup .remodal-content .at-form .at-row.FirstName, .signup .remodal-content .at-form .at-row.EmailAddress, .signup .remodal-content .at-form .at-row.PostalCode {
        display: block; }
    .signup .remodal-content .at-form .at-form-submit .at-submit {
      padding: 1.5rem 2rem;
      width: 100%;
      font-size: .9rem; }

@media only screen and (max-width: 879px) {
  .signup .at .at-form label {
    color: #fff !important; } }
@media only screen and (min-width: 880px) {
  .donate-popup {
    max-width: 720px; }
    .donate-popup .remodal-content {
      padding: 0;
      background-image: none;
      background: #fff; }
      .donate-popup .remodal-content h2,
      .donate-popup .remodal-content p,
      .donate-popup .remodal-content label {
        color: #000; }
    .donate-popup .left-col,
    .donate-popup .right-col {
      padding: 3rem 2.5rem;
      width: 50%;
      height: 100%;
      position: relative; }
      .donate-popup .left-col *,
      .donate-popup .right-col * {
        text-align: left; }
    .donate-popup .left-col {
      float: left;
      background: url("https://files.integrityfirstforamerica.org/14228/1566308046-vigil-casey-kilmartin-flipped.jpg") center bottom no-repeat;
      background-size: cover; }
    .donate-popup .right-col {
      float: right; }

  .signup {
    max-width: 800px; }
    .signup .remodal-content {
      padding: 0;
      background-image: none;
      background: #fff; }
    .signup .left-col,
    .signup .right-col {
      padding: 2.5rem;
      width: 50%;
      height: 100%;
      position: relative; }
      .signup .left-col *,
      .signup .right-col * {
        text-align: left; }
    .signup .left-col {
      float: left;
      background: url("/assets/images/bg-popup.png") center bottom no-repeat;
      background-size: cover; }
      .signup .left-col:after {
        display: block;
        content: '';
        background-image: url(/assets/images/scales.png);
        width: 315px;
        height: 259px;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .signup .right-col {
      float: right;
      display: flex;
      align-items: center; }
    .signup .at {
      width: 100%; } }
/* Email Signup Popup */
/*.sueanazi_popup {
    //opacity: 0;
    //visibility: hidden;
    -webkit-transform: all 0.3s;
    -ms-transform: all 0.3s;
    transform: all 0.3s;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

@media print, screen and (min-width: 55em) {
.sueanazi_popup > .mailchimp-signup-subscribe-form, .pane-mailchimp-signup-sueanazi-signup-landing .pane-content > .mailchimp-signup-subscribe-form {
    max-width: 800px;
}
}

.sueanazi_popup > .mailchimp-signup-subscribe-form, .pane-mailchimp-signup-sueanazi-signup-landing .pane-content > .mailchimp-signup-subscribe-form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: 5px solid #fb2f2f;
    width: 100%;
    max-width: 345px;
    cursor: default;
}

.signup:after {
      display: block;
    content: '';
    background-image: url(/sites/all/themes/ifa/frontend/dist/img/scales.png);
    width: 315px;
    height: 259px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/images/ajax-loader.gif") center center no-repeat; }

.slide {
  display: none; }
  .slide:first-child {
    display: block; }

/* Icons */
/*
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/
.slider-nav {
  margin: 0 auto;
  width: 300px;
  position: relative; }

/* Arrows */
/*.slick-arrow {
    display: inline-block;
    //display: none !important;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    border: none !important;
    background: transparent !important;
    z-index: 3;
    cursor: pointer;  
    
    font-size: 18px;
    color: transparent !important;
    
    position: absolute;
    top: 0;
    
    &.slick-disabled {
        opacity: $slick-opacity-not-active;
    }
    
    &:after {
        display: block;
        content: "";
        border: 10px solid transparent;
        border-width: 12px 18px;
        position: absolute;
        top: 18px;
    }
}

.slick-prev{
  left: 0;
  &:after {
    left: 0;
    border-right-color: $colorLink;
  }
  &:hover:after {
    border-right-color: $colorLinkHover;
  }
}
.slick-next {
  right: 0;
  &:after {
    right: 0;
    border-left-color: $colorLink;
  }
  &:hover:after {
    border-left-color: $colorLinkHover;
  }
}*/
.slick-prev {
  display: none !important; }

.slick-next {
  z-index: 3; }

button.slick-next {
  background: none;
  color: black;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  color: transparent;
  z-index: 3;
  position: absolute;
  bottom: 30px;
  right: 30px;
  cursor: pointer; }
  button.slick-next:after {
    content: "\2192";
    display: block;
    font-size: 8rem;
    color: white; }

/* Dots */
.slick-dots {
  display: block;
  margin: 0;
  margin-top: 3rem;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 50px;
    margin: 0;
    padding: 20px 15px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0 !important;
      background: #000;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        background: #8000ed; }
    .slick-dots li.slick-active button {
      background: #fb2f2f; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
/*.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}*/
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

/*.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}*/
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

/*.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}*/
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 10px;
  right: 5px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2rem; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  /*font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;*/ }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 880px) {
  .remodal {
    max-width: 800px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/* Full Graphic Aug-Sept 2019 */
.remodal {
  padding: 0; }

.remodal-close {
  background: url("/assets/images/close-x-gray.png") center no-repeat;
  z-index: 100; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
