/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  color: #444444;
}
.ei-css-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .xs12 {
  grid-column: span 12;
}
.ei-css-grid .xs11 {
  grid-column: span 11;
}
.ei-css-grid .xs10 {
  grid-column: span 10;
}
.ei-css-grid .xs9 {
  grid-column: span 9;
}
.ei-css-grid .xs8 {
  grid-column: span 8;
}
.ei-css-grid .xs7 {
  grid-column: span 7;
}
.ei-css-grid .xs6 {
  grid-column: span 6;
}
.ei-css-grid .xs5 {
  grid-column: span 5;
}
.ei-css-grid .xs4 {
  grid-column: span 4;
}
.ei-css-grid .xs3 {
  grid-column: span 3;
}
.ei-css-grid .xs2 {
  grid-column: span 2;
}
.ei-css-grid .xs1 {
  grid-column: span 1;
}
@media (min-width: 900px) {
  .ei-css-grid .t12 {
    grid-column: span 12;
  }
  .ei-css-grid .t11 {
    grid-column: span 11;
  }
  .ei-css-grid .t10 {
    grid-column: span 10;
  }
  .ei-css-grid .t9 {
    grid-column: span 9;
  }
  .ei-css-grid .t8 {
    grid-column: span 8;
  }
  .ei-css-grid .t7 {
    grid-column: span 7;
  }
  .ei-css-grid .t6 {
    grid-column: span 6;
  }
  .ei-css-grid .t5 {
    grid-column: span 5;
  }
  .ei-css-grid .t4 {
    grid-column: span 4;
  }
  .ei-css-grid .t3 {
    grid-column: span 3;
  }
  .ei-css-grid .t2 {
    grid-column: span 2;
  }
  .ei-css-grid .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 1170px) {
  .ei-css-grid .d12 {
    grid-column: span 12;
  }
  .ei-css-grid .d11 {
    grid-column: span 11;
  }
  .ei-css-grid .d10 {
    grid-column: span 10;
  }
  .ei-css-grid .d9 {
    grid-column: span 9;
  }
  .ei-css-grid .d8 {
    grid-column: span 8;
  }
  .ei-css-grid .d7 {
    grid-column: span 7;
  }
  .ei-css-grid .d6 {
    grid-column: span 6;
  }
  .ei-css-grid .d5 {
    grid-column: span 5;
  }
  .ei-css-grid .d4 {
    grid-column: span 4;
  }
  .ei-css-grid .d3 {
    grid-column: span 3;
  }
  .ei-css-grid .d2 {
    grid-column: span 2;
  }
  .ei-css-grid .d1 {
    grid-column: span 1;
  }
}
.ei-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .form-control {
    transition: none;
  }
}
.ei-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ei-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:disabled,
.ei-form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.ei-form select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ei-form .form-control-file,
.ei-form .form-control-range {
  display: block;
  width: 100%;
}
.ei-form .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .btn {
    transition: none;
  }
}
.ei-form .btn:hover,
.ei-form .btn:focus {
  text-decoration: none;
}
.ei-form .btn:focus,
.ei-form .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .btn.disabled,
.ei-form .btn:disabled {
  opacity: 0.65;
}
.ei-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.ei-form a.btn.disabled,
.ei-form fieldset:disabled a.btn {
  pointer-events: none;
}
.ei-form .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.ei-form .btn-primary:focus,
.ei-form .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-primary.disabled,
.ei-form .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.ei-form .btn-secondary:focus,
.ei-form .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-secondary.disabled,
.ei-form .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.ei-form .btn-success:focus,
.ei-form .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-success.disabled,
.ei-form .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active,
.ei-form .btn-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.ei-form .btn-info:focus,
.ei-form .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-info.disabled,
.ei-form .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active,
.ei-form .btn-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.ei-form .btn-warning:focus,
.ei-form .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-warning.disabled,
.ei-form .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.ei-form .btn-danger:focus,
.ei-form .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-danger.disabled,
.ei-form .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.ei-form .btn-light:focus,
.ei-form .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-light.disabled,
.ei-form .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active,
.ei-form .btn-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.ei-form .btn-dark:focus,
.ei-form .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-dark.disabled,
.ei-form .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:focus,
.ei-form .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-primary.disabled,
.ei-form .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:focus,
.ei-form .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-secondary.disabled,
.ei-form .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.ei-form .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:focus,
.ei-form .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-success.disabled,
.ei-form .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:focus,
.ei-form .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-info.disabled,
.ei-form .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:focus,
.ei-form .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-warning.disabled,
.ei-form .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:focus,
.ei-form .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-danger.disabled,
.ei-form .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:focus,
.ei-form .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-light.disabled,
.ei-form .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:focus,
.ei-form .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-dark.disabled,
.ei-form .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.ei-form .btn-link:focus,
.ei-form .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.ei-form .btn-link:disabled,
.ei-form .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.ei-form .btn-lg,
.ei-form .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.ei-form .btn-sm,
.ei-form .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.ei-form .btn-block {
  display: block;
  width: 100%;
}
.ei-form .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.ei-form input[type="submit"].btn-block,
.ei-form input[type="reset"].btn-block,
.ei-form input[type="button"].btn-block {
  width: 100%;
}
.ei-form table.listing td,
.ei-form table.listing th {
  padding: 3px 4px;
}
.ei-form table.listing button {
  background: none;
  border: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.ei-form table.listing tr:hover button {
  opacity: 1;
}
.ei-form label {
  display: block;
  margin-bottom: 15px;
}
.ei-form input,
.ei-form textarea,
.ei-form select {
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  box-sizing: border-box;
  height: auto;
  margin-top: 8px;
}
.ei-form input[type=checkbox],
.ei-form input[type=radio] {
  display: inline-block;
  width: auto;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container .ie6,
.container .ie7,
.container .ie8 {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.full-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-width img {
  width: 100%;
}
img.full-width {
  width: 100%;
}
.white {
  color: white !important;
}
/*
.ei-grid {
	#ei-grid-1.grid;
}

.ei-gutterless-grid {
	#ei-grid-1.gutterless-grid;
}
*/
.clear {
  clear: both;
}
.ib {
  display: inline-block;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1170px) {
  .only-desktop {
    display: none;
  }
}
.red {
  color: #bd1f28 !important;
}
.blue-light {
  color: #7d9be2;
}
.blue-light a {
  color: #7d9be2;
}
.solid-button {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15pt;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
  padding: 0.5em 1em;
  text-decoration: none;
  border: 0;
}
.solid-button.red {
  color: white !important;
  font-weight: 600;
  background-color: #bd1f28;
}
.solid-button.red svg {
  fill: white;
}
.solid-button.blue {
  color: white;
  font-weight: 600;
  background-color: #7d9be2;
}
.solid-button.blue svg {
  fill: white;
}
.solid-button .document-icon {
  display: inline-block;
  width: 15px;
  vertical-align: sub;
  padding-right: 12px;
  max-height: 30px;
}
.full-bleed-pic-divided {
  background-color: #15264e;
  display: grid;
}
.full-bleed-pic-divided .ie6,
.full-bleed-pic-divided ie7,
.full-bleed-pic-divided ie8 {
  grid-template-columns: minmax(20px, 1fr) minmax(100px, 702px) minmax(100px, 468px) minmax(20px, 1fr);
}
.full-bleed-pic-divided .ie6 .pic,
.full-bleed-pic-divided ie7 .pic,
.full-bleed-pic-divided ie8 .pic {
  grid-column: span 2;
}
@media (min-width: 900px) {
  .full-bleed-pic-divided {
    grid-template-columns: minmax(20px, 1fr) minmax(100px, 702px) minmax(100px, 468px) minmax(20px, 1fr);
  }
  .full-bleed-pic-divided .pic {
    grid-column: span 2;
  }
}
@media (max-width: 900px) {
  .full-bleed-pic-divided .pic {
    aspect-ratio: 2;
  }
  .full-bleed-pic-divided .pic:before {
    display: none;
  }
  .full-bleed-pic-divided .msg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.full-bleed-pic-divided .pic {
  font-size: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.full-bleed-pic-divided .pic:before {
  content: '\00a0';
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: solid #15264e 600px;
  border-right: solid transparent 60px;
  border-bottom: 0;
  border-left: 0;
  width: 50px;
}
.full-bleed-pic-divided .msg {
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}
.full-bleed-pic-divided .msg h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 33pt;
  font-style: italic;
  text-transform: uppercase;
}
.full-bleed-pic-divided .msg h2:after {
  content: '\00a0';
  border-bottom: solid 8px #bd1f28;
  display: block;
  font-size: 0;
  width: 55px;
  margin-top: 10px;
  height: 0;
}
.full-bleed-pic-divided .msg h2:first-child {
  margin-top: 0;
}
.full-bleed-pic-divided .msg p {
  font-family: 'Barlow', sans-serif;
  font-size: 14.8pt;
  font-weight: 300;
}
.full-bleed-pic-divided.grey {
  background-color: transparent;
}
.full-bleed-pic-divided.grey .msg h2 {
  color: #444444;
  margin-bottom: 10px;
}
.full-bleed-pic-divided.grey .msg h3 {
  color: #7d9be2;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26.25pt;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
.full-bleed-pic-divided.grey .msg h4 {
  font-family: 'Barlow', sans-serif;
  font-size: 14.8pt;
  color: #7d9be2;
  margin-top: 0;
}
.full-bleed-pic-divided.grey .msg p {
  color: #444444;
}
.full-bleed-pic-divided.grey .pic {
  max-height: 300px;
}
.full-bleed-pic-divided.grey .pic:before {
  border-top: solid white 600px;
}
.full-bleed-pic-on-right {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
.full-bleed-pic-on-right .ie6,
.full-bleed-pic-on-right ie7,
.full-bleed-pic-on-right ie8 {
  grid-template-columns: minmax(20px, 1fr) minmax(100px, 585px) minmax(100px, 585px) minmax(20px, 1fr);
}
@media (min-width: 900px) {
  .full-bleed-pic-on-right {
    grid-template-columns: minmax(20px, 1fr) minmax(100px, 585px) minmax(100px, 585px) minmax(20px, 1fr);
  }
}
.full-bleed-pic-on-right .pic {
  font-size: 0;
  grid-column: span 2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 40px;
}
.full-bleed-pic-on-right .pic img {
  width: 100%;
}
.full-bleed-pic-on-right .msg {
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}
.full-bleed-pic-on-right .msg h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 33pt;
  font-style: italic;
  text-transform: uppercase;
  color: #444444;
}
.full-bleed-pic-on-right .msg h2:first-child {
  margin-top: 0;
}
.full-bleed-pic-on-right .msg p {
  color: #444444;
  font-family: 'Barlow', sans-serif;
  font-size: 14.8pt;
  font-weight: 300;
}
.red-dash-headline:after {
  content: '\00a0';
  border-bottom: solid 8px #bd1f28;
  display: block;
  font-size: 0;
  width: 55px;
  margin-top: 10px;
  height: 0;
}
.red-corner {
  position: relative;
  overflow: hidden;
}
.red-corner:after {
  content: '\00a0';
  font-size: 0;
  position: absolute;
  top: -30px;
  right: 0px;
  border: solid 30px transparent;
  border-right: solid 50px #bd1f28;
}
.person-full {
  background-color: #f0f1f3;
}
.person-full .env,
.person-full .phone {
  fill: #bd1f28;
  width: 20px;
  max-height: 20px;
}
.person-full .contact-methods td {
  padding-right: 10px;
}
.person-full .pic {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.person-full .pic:after {
  content: '\00a0';
  font-size: 0;
  position: absolute;
  top: -30px;
  right: 0px;
  border: solid 30px transparent;
  border-right: solid 50px #bd1f28;
}
.person-full .msg {
  padding: 40px;
}
.person-full .msg h3:first-child {
  margin-top: 0;
  color: #0b1224;
  font-style: italic;
}
.person-full .msg a {
  text-decoration: none;
  color: #bd1f28;
}
@media (min-width: 650px) {
  .person-full {
    display: grid;
    grid-template-columns: 17fr 50fr;
  }
}
.expando {
  background-color: #f0f1f3;
}
.expando .opener {
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 25px;
  position: relative;
}
.expando .opener small {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 11.84pt;
  color: #444444;
  text-transform: none;
  font-weight: 400;
}
.expando .opener:before {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-color: #d6d9e2;
}
.expando .opener:after {
  content: '\00a0';
  background-image: url('/img/chevron-red-down.png');
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 60px;
  align-content: center;
  margin-top: 0;
}
.expando.open > .opener:after {
  transform: rotate(180deg);
}
.expando .view {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.expando .view .content {
  padding: 25px;
}
.editing-page .expando .view {
  max-height: none;
}
.expando-std {
  background-color: #f0f1f3;
  background-color: transparent;
}
.expando-std .opener {
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 25px;
  position: relative;
}
.expando-std .opener small {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 11.84pt;
  color: #444444;
  text-transform: none;
  font-weight: 400;
}
.expando-std .opener:before {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-color: #d6d9e2;
}
.expando-std .opener:after {
  content: '\00a0';
  background-image: url('/img/chevron-red-down.png');
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 60px;
  align-content: center;
  margin-top: 0;
}
.expando-std.open > .opener:after {
  transform: rotate(180deg);
}
.expando-std .view {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.expando-std .view .content {
  padding: 25px;
}
.editing-page .expando-std .view {
  max-height: none;
}
.expando-std .opener {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18.75pt;
  color: #7d9be2;
  margin-bottom: 0;
  padding-left: 60px;
  background-color: #f0f1f3;
}
.expando-std .opener:before {
  display: none;
}
.expando-std .opener::after {
  right: auto;
  left: 0;
}
.expando-std .view {
  background-color: transparent;
}
.expando-std .msg {
  padding-top: 0;
}
.expando-std .desc p:first-child {
  margin-top: 0;
}
.person-expando {
  background-color: #f0f1f3;
}
.person-expando .opener {
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 25px;
  position: relative;
}
.person-expando .opener small {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 11.84pt;
  color: #444444;
  text-transform: none;
  font-weight: 400;
}
.person-expando .opener:before {
  content: '\00a0';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background-color: #d6d9e2;
}
.person-expando .opener:after {
  content: '\00a0';
  background-image: url('/img/chevron-red-down.png');
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  border-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 60px;
  align-content: center;
  margin-top: 0;
}
.person-expando.open > .opener:after {
  transform: rotate(180deg);
}
.person-expando .view {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.person-expando .view .content {
  padding: 25px;
}
.editing-page .person-expando .view {
  max-height: none;
}
.person-expando .opener {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18.75pt;
  color: #081124;
  margin-bottom: 0;
}
.person-expando .view {
  padding-left: 0;
}
.person-expando .view .content {
  padding-left: 0;
}
.person-expando .pic {
  align-self: start;
}
.person-expando .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.person-expando .msg {
  padding-top: 0;
}
.person-expando .desc p:first-child {
  margin-top: 0;
}
.group-names {
  font-size: 0;
}
.group-names .person-name {
  display: inline-block;
  width: 234px;
  color: #7d9be2;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22.5pt;
  font-weight: 600;
  font-style: italic;
}
.meeting-minutes-link {
  display: block;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid white 1px;
  color: #081124;
}
.meeting-minutes-link svg {
  fill: #081124;
  width: 15px;
  max-height: 25px;
  padding-right: 20px;
  vertical-align: middle;
}
.donor-thirds {
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
  margin-bottom: 50px;
}
.donor-thirds .ie6,
.donor-thirds ie7,
.donor-thirds ie8 {
  grid-template-columns: minmax(auto, 2fr) minmax(300px, 1fr);
}
@media (min-width: 900px) {
  .donor-thirds {
    grid-template-columns: minmax(auto, 2fr) minmax(300px, 1fr);
  }
}
.top-news-item {
  display: grid;
  row-gap: 30px;
  background-color: #f0f1f3;
  margin-bottom: 30px;
}
.top-news-item h2,
.top-news-item h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 33pt;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}
.top-news-item h3 {
  color: #7d9be2;
}
.top-news-item .msg {
  padding: 40px;
}
.top-news-item .ie6,
.top-news-item ie7,
.top-news-item ie8 {
  grid-template-columns: 2fr 1fr;
}
.top-news-item .ie6 .msg,
.top-news-item ie7 .msg,
.top-news-item ie8 .msg {
  padding-right: 70px;
}
@media (min-width: 900px) {
  .top-news-item {
    grid-template-columns: 2fr 1fr;
  }
  .top-news-item .msg {
    padding-right: 70px;
  }
}
.top-news-item .pics img {
  width: 100%;
  display: block;
  margin: 0 0 0 auto;
  max-width: 300px;
}
.top-news-item .pics img + img {
  margin-top: 20px;
}
.archive-news-item {
  display: grid;
  row-gap: 30px;
  background-color: #f0f1f3;
  margin-bottom: 30px;
}
.archive-news-item h2,
.archive-news-item h3 {
  margin: 0;
}
.archive-news-item h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 33pt;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 10px;
}
.archive-news-item h2:after {
  display: none !important;
}
.archive-news-item h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15pt;
  color: #7d9be2;
}
.archive-news-item .msg {
  padding: 0 40px 40px 40px;
}
.archive-news-item .read-more {
  color: #bd1f28;
}
.archive-news-item .ie6,
.archive-news-item ie7,
.archive-news-item ie8 {
  grid-template-columns: 1fr 3fr;
}
@media (min-width: 900px) {
  .archive-news-item {
    grid-template-columns: 1fr 3fr;
  }
}
.archive-news-item .pics img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
.archive-news-item .pics img + img {
  margin-top: 20px;
}
.page-looking-back .archive-news-item .ie6,
.page-looking-back .archive-news-item ie7,
.page-looking-back .archive-news-item ie8 {
  grid-template-columns: 3fr 1fr;
}
.page-looking-back .archive-news-item .ie6 .msg,
.page-looking-back .archive-news-item ie7 .msg,
.page-looking-back .archive-news-item ie8 .msg {
  padding-top: 30px;
  grid-column: 1;
  grid-row: 1;
}
.page-looking-back .archive-news-item .ie6 .pics,
.page-looking-back .archive-news-item ie7 .pics,
.page-looking-back .archive-news-item ie8 .pics {
  grid-column: 2;
  grid-row: 1;
}
@media (min-width: 900px) {
  .page-looking-back .archive-news-item {
    grid-template-columns: 3fr 1fr;
  }
  .page-looking-back .archive-news-item .msg {
    padding-top: 30px;
    grid-column: 1;
    grid-row: 1;
  }
  .page-looking-back .archive-news-item .pics {
    grid-column: 2;
    grid-row: 1;
  }
}
.padded-img {
  padding: 30px;
}
.padded-img img {
  width: 100%;
  max-width: 350px;
}
.full-headline-ad {
  position: relative;
  background-color: #081124;
  padding-top: 30px;
  padding-bottom: 30px;
}
.full-headline-ad:before {
  content: '\00a0';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 10px;
  background-color: #bd1f28;
  width: 180px;
  font-size: 0;
}
.full-headline-ad .container {
  text-align: center;
}
.full-headline-ad h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 23.25pt;
  color: white;
  text-transform: uppercase;
  font-style: italic;
}
.full-headline-ad h2 strong {
  color: #7d9be2;
}
.homepage-news-item .pic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage-news-item .pic:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 25%;
  padding-bottom: 25%;
  vertical-align: middle;
}
.homepage-news-item .msg {
  background-color: #f0f1f3;
  padding: 22px;
}
.homepage-news-item .msg h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18pt;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0;
}
.homepage-news-item .msg p {
  font-family: 'Barlow', sans-serif;
  font-size: 14.8pt;
}
.two-organizations h2 strong {
  color: #bd1f28;
}
.two-organizations .organizations {
  display: grid;
  column-gap: 50px;
  row-gap: 60px;
}
.two-organizations .organizations .ie6,
.two-organizations .organizations ie7,
.two-organizations .organizations ie8 {
  grid-template-columns: auto 1fr;
}
.two-organizations .organizations .ie6 .desc,
.two-organizations .organizations ie7 .desc,
.two-organizations .organizations ie8 .desc {
  align-self: center;
}
@media (min-width: 900px) {
  .two-organizations .organizations {
    grid-template-columns: auto 1fr;
  }
  .two-organizations .organizations .desc {
    align-self: center;
  }
}
.two-organizations .organization {
  display: contents;
}
.two-organizations .organization .desc {
  font-family: 'Barlow', sans-serif;
  font-size: 14.8pt;
  line-height: 1.2em;
}
.two-organizations .organization .desc h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 19.24pt;
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
}
.two-organizations .organization .desc p {
  display: inline;
}
.two-organizations .organization .desc a {
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.two-organizations .organization .desc a:hover {
  text-decoration: underline;
}
.std-header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
}
.std-header .logo img {
  max-width: 60%;
}
.std-header .menu {
  list-style: none;
}
.std-header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
.std-header .menu li a {
  font-size: 14.8pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
.std-header .ie6 nav,
.std-header .ie7 nav,
.std-header .ie8 nav {
  justify-self: right;
  align-self: center;
  text-align: right;
}
.std-header .ie6 .menu,
.std-header .ie7 .menu,
.std-header .ie8 .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.std-header .ie6 .menu li,
.std-header .ie7 .menu li,
.std-header .ie8 .menu li {
  display: inline-block;
}
.std-header .ie6 .menu li.current,
.std-header .ie7 .menu li.current,
.std-header .ie8 .menu li.current {
  border-bottom: solid 2px white;
}
.std-header .ie6 .tribar,
.std-header .ie7 .tribar,
.std-header .ie8 .tribar {
  display: none;
}
.std-header .ie6 .logo,
.std-header .ie7 .logo,
.std-header .ie8 .logo {
  margin-top: -25px;
  display: inline-block;
}
@media (min-width: 1170px) {
  .std-header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  .std-header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .std-header .menu li {
    display: inline-block;
  }
  .std-header .menu li.current {
    border-bottom: solid 2px white;
  }
  .std-header .tribar {
    display: none;
  }
  .std-header .logo {
    margin-top: -25px;
    display: inline-block;
  }
}
@media (max-width: 1170px) {
  .std-header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  .std-header nav .menu {
    padding: 0;
  }
  .std-header nav > li {
    display: block;
    text-align: center;
  }
  .std-header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  .std-header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  .std-header nav > li > ul a {
    text-align: center;
  }
  .std-header nav.open {
    left: 0;
    opacity: 1;
  }
  .std-header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .std-header .tribar .one,
  .std-header .tribar .two,
  .std-header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  .std-header .tribar .two {
    margin: 7px 0;
  }
}
header .logo {
  color: white;
  text-decoration: none;
  font-size: 0;
}
header .logo img {
  max-width: 60%;
}
header .menu {
  list-style: none;
}
header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
header .menu li a {
  font-size: 14.8pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
header .ie6 nav,
header .ie7 nav,
header .ie8 nav {
  justify-self: right;
  align-self: center;
  text-align: right;
}
header .ie6 .menu,
header .ie7 .menu,
header .ie8 .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header .ie6 .menu li,
header .ie7 .menu li,
header .ie8 .menu li {
  display: inline-block;
}
header .ie6 .menu li.current,
header .ie7 .menu li.current,
header .ie8 .menu li.current {
  border-bottom: solid 2px white;
}
header .ie6 .tribar,
header .ie7 .tribar,
header .ie8 .tribar {
  display: none;
}
header .ie6 .logo,
header .ie7 .logo,
header .ie8 .logo {
  margin-top: -25px;
  display: inline-block;
}
@media (min-width: 1170px) {
  header nav {
    justify-self: right;
    align-self: center;
    text-align: right;
  }
  header .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  header .menu li {
    display: inline-block;
  }
  header .menu li.current {
    border-bottom: solid 2px white;
  }
  header .tribar {
    display: none;
  }
  header .logo {
    margin-top: -25px;
    display: inline-block;
  }
}
@media (max-width: 1170px) {
  header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 5;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  header nav .menu {
    padding: 0;
  }
  header nav > li {
    display: block;
    text-align: center;
  }
  header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  header nav > li > ul a {
    text-align: center;
  }
  header nav.open {
    left: 0;
    opacity: 1;
  }
  header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  header .tribar .one,
  header .tribar .two,
  header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  header .tribar .two {
    margin: 7px 0;
  }
}
.std-txt h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 33pt;
  font-style: italic;
  text-transform: uppercase;
}
.std-txt h2:after {
  content: '\00a0';
  border-bottom: solid 8px #bd1f28;
  display: block;
  font-size: 0;
  width: 55px;
  margin-top: 10px;
  height: 0;
}
.std-txt h2 .solid-button {
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 15px;
}
.std-txt h2.blue-and-sized {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 49.5pt;
  color: #7d9be2 !important;
}
.std-txt h2.blue-and-sized smaller {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 33pt;
  color: white !important;
}
.std-txt h2.no-line:after {
  display: none;
}
.std-txt h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26.25pt;
  color: #7d9be2;
  text-transform: uppercase;
  font-style: italic;
}
.std-txt p {
  font-family: 'Barlow', sans-serif;
  font-size: 14.8pt;
  font-weight: 300;
}
.std-txt img {
  max-width: 100%;
}
.svg-icons {
  position: absolute;
  left: -20000px;
}
.page-landing .banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-landing .banner .container {
  font-size: 0;
}
.page-landing .banner .container:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 29.44444445%;
  padding-bottom: 29.44444445%;
  vertical-align: middle;
}
.page-landing .banner .container .msg {
  display: inline-block;
  max-width: 100%;
  font-size: 1rem;
  vertical-align: middle;
  padding-top: 10%;
}
.page-landing .banner h1,
.page-landing .banner p {
  color: white;
}
.page-landing .banner h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 79.5pt;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.page-landing .banner p {
  font-family: 'Barlow', sans-serif;
  font-size: 17.02pt;
  font-weight: 300;
}
.page-landing .contact-area .msg {
  display: inline-block;
  color: #7d9be2;
  border-top: solid 5px #bd1f28;
}
.page-landing .contact-area .msg h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 23.25pt;
  color: #7d9be2;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 1.5em;
}
.page-landing .contact-area .msg h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15.75pt;
  font-style: italic;
  color: #7d9be2;
  margin-bottom: 0;
}
.page-landing .contact-area .msg a {
  color: #7d9be2;
  text-decoration: none;
}
.page-landing .contact-area .msg .env {
  height: 25px;
  width: 22px;
  vertical-align: middle;
  fill: #7d9be2;
  display: inline-block;
  padding-right: 10px;
}
.page-landing .contact-area .msg .facebook,
.page-landing .contact-area .msg .linkedin {
  width: 30px;
  padding-right: 15px;
  vertical-align: middle;
  fill: #7d9be2;
  display: inline-block;
  padding-right: 10px;
}
html.all-blue {
  background-color: #081124;
}
.shiner-show {
  position: relative;
}
.shiner-show .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 2s;
}
.shiner-show .slide:first-child {
  opacity: 1;
}
.shiner-show .slide.invisible {
  opacity: 0;
}
.shiner-show .slide.visible {
  opacity: 1;
}
.shiner-show .container {
  position: relative;
  z-index: 5;
}
.page-top-message {
  background-color: #15264e;
  color: #7d9be2;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}
.top-bar {
  padding: 10px 20px;
  background-color: #15264e;
  color: #7d9be2;
  text-align: right;
}
.top-bar a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12.75pt;
  display: inline-block;
  color: #7d9be2;
  text-decoration: none;
  margin-left: 20px;
  font-weight: 300;
}
@media (max-width: 900px) {
  .top-bar a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.top-bar .facebook,
.top-bar .linkedin {
  width: 30px;
  vertical-align: middle;
  fill: #7d9be2;
  display: inline-block;
  max-height: 36px;
}
.top-bar .solid-button {
  color: white;
  font-weight: 600;
  background-color: #7d9be2;
}
header.inner-header .bottom {
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 1px;
}
header.inner-header .bottom .link-bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(11, 18, 36, 0.8);
}
header.inner-header .bottom .container.headline {
  margin-top: 80px;
}
header.inner-header .bottom .container.headline:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  padding-top: 175px;
  padding-bottom: 167px;
  vertical-align: middle;
}
header.inner-header .bottom .container.headline h1 {
  display: inline-block;
  color: white;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 60pt;
  font-style: italic;
  text-transform: uppercase;
}
header.inner-header .bottom .ie6 .link-bar .container,
header.inner-header .bottom ie7 .link-bar .container,
header.inner-header .bottom ie8 .link-bar .container {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-bottom: 20px;
}
header.inner-header .bottom .ie6 .link-bar .container nav,
header.inner-header .bottom ie7 .link-bar .container nav,
header.inner-header .bottom ie8 .link-bar .container nav {
  align-self: end;
}
@media (min-width: 900px) {
  header.inner-header .bottom .link-bar .container {
    display: grid;
    grid-template-columns: auto 1fr;
    padding-bottom: 20px;
  }
  header.inner-header .bottom .link-bar .container nav {
    align-self: end;
  }
}
header.inner-header .bottom nav a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14.25pt;
}
.group-names {
  margin-bottom: 60px;
}
.grey-back.container-wrapper {
  background-color: #f0f1f3;
  padding-top: 10px;
  padding-bottom: 60px;
}
.blue-back.container-wrapper {
  background-color: #081124;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blue-back.container-wrapper h2 {
  color: white;
}
.blue-back.container-wrapper h2:after {
  content: '\00a0';
  border-bottom: solid 8px #bd1f28;
  display: block;
  font-size: 0;
  width: 55px;
  margin-top: 10px;
  height: 0;
}
section.meeting-minutes {
  padding-top: 1px;
  padding-bottom: 30px;
}
section.meeting-minutes h2 {
  color: white;
  line-height: 1em;
}
section.meeting-minutes h2 strong {
  color: #7d9be2;
}
section.meeting-minutes .documents {
  margin-top: 30px;
}
section.meeting-minutes .documents .ie6,
section.meeting-minutes .documents ie7,
section.meeting-minutes .documents ie8 {
  columns: 2;
}
@media (min-width: 900px) {
  section.meeting-minutes .documents {
    columns: 2;
  }
}
section.additional-resources {
  padding-top: 1px;
  padding-bottom: 30px;
}
section.additional-resources .documents {
  margin-top: 30px;
}
section.additional-resources .documents .meeting-minutes-link {
  color: #444444;
  border-bottom-color: #444444;
  max-width: 585px;
}
section.additional-resources .documents .meeting-minutes-link svg {
  fill: #7d9be2;
}
section.additional-resources .documents .meeting-minutes-link:last-child {
  border-bottom: 0;
}
footer .links {
  background-color: #081124;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .links .brand {
  padding-right: 40px;
}
footer .links .brand p {
  font-family: 'Barlow', sans-serif;
  font-size: 11.1pt;
  margin-top: 30px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
footer .links .menu-holder ul {
  list-style: none;
  padding-left: 0;
}
footer .links .menu-holder ul a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15pt;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-weight: 600;
}
footer .links .menu-holder .facebook,
footer .links .menu-holder .linkedin,
footer .links .menu-holder .env {
  width: 30px;
  max-height: 30px;
  padding-right: 15px;
  vertical-align: middle;
  fill: #7d9be2;
  display: inline-block;
  padding-right: 10px;
}
footer .links .contact h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15pt;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-weight: 600;
}
footer .links .contact form {
  color: white;
}
footer .links .contact form input,
footer .links .contact form textarea {
  display: block;
  background: transparent;
  color: white;
  box-sizing: border-box;
  border: solid 1px #7d9be2;
  padding: 8px 4px;
  width: 100%;
  margin-bottom: 5px;
}
footer .links .contact form input::placeholder,
footer .links .contact form textarea::placeholder {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15pt;
  font-weight: 300;
  color: white;
}
footer .links .contact form button {
  margin-top: 12px;
}
footer .links .container {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
}
footer .links .ie6 .container,
footer .links .ie7 .container,
footer .links .ie8 .container {
  grid-template-columns: 3fr 2fr 5fr;
}
@media (min-width: 1170px) {
  footer .links .container {
    grid-template-columns: 3fr 2fr 5fr;
  }
}
footer .copyright {
  background-color: #15264e;
  color: #7d9be2;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sponsors {
  text-align: center;
}
.sponsors .sponsor {
  display: inline-block;
  margin: 50px;
  vertical-align: middle;
}
.sponsors .sponsor img {
  max-width: 200px;
}
.donor-level-list ul {
  list-style: none;
  column-gap: 30px;
}
.donor-level-list ul li {
  margin-bottom: 10px;
  font-weight: 600;
}
.donor-level-list ul .ie6,
.donor-level-list ul ie7,
.donor-level-list ul ie8 {
  columns: 2;
}
@media (min-width: 900px) {
  .donor-level-list ul {
    columns: 2;
  }
}
.donor-level-list ul .ie6,
.donor-level-list ul .ie7,
.donor-level-list ul .ie8 {
  columns: 3;
}
@media (min-width: 1170px) {
  .donor-level-list ul {
    columns: 3;
  }
}
.donor-groups {
  margin-bottom: 80px;
}
.news-summaries.no-background .archive-news-item {
  background-color: transparent;
}
.map-2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.map-2 img {
  width: 100%;
  display: block;
}
.page-landing .landing-top {
  background-color: black;
  position: relative;
}
.page-landing .landing-top:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.15%;
  padding-bottom: 28.15%;
  vertical-align: middle;
}
.page-landing .landing-top video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-landing .landing-top .link-bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(11, 18, 36, 0.8);
  z-index: 5;
}
.page-landing .landing-top nav a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14.25pt;
}
.page-landing .landing-top .msg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-items: center;
  padding-right: 20px;
  padding-left: 20px;
}
.page-landing .landing-top .msg .headline {
  width: 1170px;
  max-width: 100%;
  margin: auto;
  color: white;
}
.page-landing .landing-top .msg .headline h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 60pt;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 0;
}
.page-landing .landing-top .msg .headline h1 strong {
  color: #bd1f28;
}
.page-landing .landing-top .msg .headline h2 {
  font-family: 'Barlow', sans-serif;
  font-size: 17.02pt;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-landing .landing-top .msg .headline h1,
.page-landing .landing-top .msg .headline h2,
.page-landing .landing-top .msg .headline p {
  max-width: 585px;
}
.page-landing .landing-top .ie6 .link-bar .container,
.page-landing .landing-top ie7 .link-bar .container,
.page-landing .landing-top ie8 .link-bar .container {
  display: grid;
  grid-template-columns: auto 1fr;
  padding-bottom: 20px;
}
.page-landing .landing-top .ie6 .link-bar .container nav,
.page-landing .landing-top ie7 .link-bar .container nav,
.page-landing .landing-top ie8 .link-bar .container nav {
  align-self: end;
}
@media (min-width: 900px) {
  .page-landing .landing-top .link-bar .container {
    display: grid;
    grid-template-columns: auto 1fr;
    padding-bottom: 20px;
  }
  .page-landing .landing-top .link-bar .container nav {
    align-self: end;
  }
}
@media (max-width: 900px) {
  .page-landing .landing-top {
    display: grid;
    grid-template-rows: auto auto auto;
  }
  .page-landing .landing-top:before {
    display: none;
  }
  .page-landing .landing-top header {
    grid-row: 1;
  }
  .page-landing .landing-top header .link-bar {
    position: relative;
  }
  .page-landing .landing-top header .link-bar .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-landing .landing-top header .logo img {
    max-width: 60%;
  }
  .page-landing .landing-top video {
    position: relative;
    height: auto;
    bottom: auto;
    width: 100%;
    grid-row: 2;
  }
  .page-landing .landing-top .msg {
    position: relative;
    display: block;
    grid-row: 3;
    padding: 20px;
  }
  .page-landing .landing-top .msg .headline {
    width: auto;
  }
  .page-landing .landing-top .msg .headline h1,
  .page-landing .landing-top .msg .headline h2,
  .page-landing .landing-top .msg .headline p {
    max-width: 100%;
    text-align: center;
  }
  .page-landing .landing-top .msg h1 {
    margin-top: 0;
  }
}
@media (max-width: 650px) {
  .page-landing .landing-top .msg .headline h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 30pt;
  }
}
.page-landing .full-bleed-pic-divided .pic {
  max-height: none;
}
.page-landing .news-summaries {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-items: center;
}
.page-landing .news-summaries > * {
  max-width: 600px;
  width: 100%;
}
.page-landing .news-summaries .ie6,
.page-landing .news-summaries ie7,
.page-landing .news-summaries ie8 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 900px) {
  .page-landing .news-summaries {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-landing .developers {
  background-image: url("/img/developers-welcome.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
.webp .page-landing .developers {
  background-image: url("/img/developers-welcome.webp");
}
@media (max-width: 960px) {
  .page-landing .developers {
    background-image: url("/img/developers-welcome-half.jpg");
  }
  .webp .page-landing .developers {
    background-image: url("/img/developers-welcome-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-landing .developers {
    background-image: url("/img/developers-welcome-2x.jpg");
  }
  .webp .page-landing .developers {
    background-image: url("/img/developers-welcome-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .page-landing .developers {
    background-image: url("/img/developers-welcome.jpg");
  }
  .webp .page-landing .developers {
    background-image: url("/img/developers-welcome.webp");
  }
}
.page-landing .developers h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 52.5pt;
  color: white;
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
}
.page-landing .developers h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26.25pt;
  color: white;
  font-style: italic;
  margin-top: 0;
  text-transform: uppercase;
}
.page-landing .developers h2 strong {
  color: #bd1f28;
}
.page-landing .rochester-competes {
  display: grid;
}
.page-landing .rochester-competes .msg {
  padding-bottom: 30px;
}
.page-landing .rochester-competes .msg h2 {
  color: #081124;
  text-transform: uppercase;
  line-height: 1em;
}
.page-landing .rochester-competes .msg h2 em {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26.25pt;
  color: #7d9be2;
}
.page-landing .rochester-competes .pic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-landing .rochester-competes .ie6,
.page-landing .rochester-competes ie7,
.page-landing .rochester-competes ie8 {
  grid-template-columns: minmax(20px, 1fr) minmax(100px, 643.5px) 117px minmax(100px, 409.5px) minmax(20px, 1fr);
}
.page-landing .rochester-competes .ie6 .left,
.page-landing .rochester-competes ie7 .left,
.page-landing .rochester-competes ie8 .left {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/img/competes-left.jpg");
  grid-column: 1 / span 3;
  grid-row: 1;
}
.webp .page-landing .rochester-competes .ie6 .left,
.webp .page-landing .rochester-competes ie7 .left,
.webp .page-landing .rochester-competes ie8 .left {
  background-image: url("/img/competes-left.webp");
}
@media (max-width: 602px) {
  .page-landing .rochester-competes .ie6 .left,
  .page-landing .rochester-competes ie7 .left,
  .page-landing .rochester-competes ie8 .left {
    background-image: url("/img/competes-left-half.jpg");
  }
  .webp .page-landing .rochester-competes .ie6 .left,
  .webp .page-landing .rochester-competes ie7 .left,
  .webp .page-landing .rochester-competes ie8 .left {
    background-image: url("/img/competes-left-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-landing .rochester-competes .ie6 .left,
  .page-landing .rochester-competes ie7 .left,
  .page-landing .rochester-competes ie8 .left {
    background-image: url("/img/competes-left-2x.jpg");
  }
  .webp .page-landing .rochester-competes .ie6 .left,
  .webp .page-landing .rochester-competes ie7 .left,
  .webp .page-landing .rochester-competes ie8 .left {
    background-image: url("/img/competes-left-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 602px), (min-resolution: 144dpi) and (max-width: 602px) {
  .page-landing .rochester-competes .ie6 .left,
  .page-landing .rochester-competes ie7 .left,
  .page-landing .rochester-competes ie8 .left {
    background-image: url("/img/competes-left.jpg");
  }
  .webp .page-landing .rochester-competes .ie6 .left,
  .webp .page-landing .rochester-competes ie7 .left,
  .webp .page-landing .rochester-competes ie8 .left {
    background-image: url("/img/competes-left.webp");
  }
}
.page-landing .rochester-competes .ie6 .msg,
.page-landing .rochester-competes ie7 .msg,
.page-landing .rochester-competes ie8 .msg {
  grid-row: 1;
  grid-column: 2 ;
  padding-right: 20px;
}
.page-landing .rochester-competes .ie6 .pic,
.page-landing .rochester-competes ie7 .pic,
.page-landing .rochester-competes ie8 .pic {
  grid-column: 3 / span 3;
  grid-row: 1;
  background-image: url("/img/pool-audience.png");
  background-position: left center;
  background-size: cover;
}
.webp .page-landing .rochester-competes .ie6 .pic,
.webp .page-landing .rochester-competes ie7 .pic,
.webp .page-landing .rochester-competes ie8 .pic {
  background-image: url("/img/pool-audience.webp");
}
@media (max-width: 390.5px) {
  .page-landing .rochester-competes .ie6 .pic,
  .page-landing .rochester-competes ie7 .pic,
  .page-landing .rochester-competes ie8 .pic {
    background-image: url("/img/pool-audience-half.png");
  }
  .webp .page-landing .rochester-competes .ie6 .pic,
  .webp .page-landing .rochester-competes ie7 .pic,
  .webp .page-landing .rochester-competes ie8 .pic {
    background-image: url("/img/pool-audience-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-landing .rochester-competes .ie6 .pic,
  .page-landing .rochester-competes ie7 .pic,
  .page-landing .rochester-competes ie8 .pic {
    background-image: url("/img/pool-audience-2x.png");
  }
  .webp .page-landing .rochester-competes .ie6 .pic,
  .webp .page-landing .rochester-competes ie7 .pic,
  .webp .page-landing .rochester-competes ie8 .pic {
    background-image: url("/img/pool-audience-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 390.5px), (min-resolution: 144dpi) and (max-width: 390.5px) {
  .page-landing .rochester-competes .ie6 .pic,
  .page-landing .rochester-competes ie7 .pic,
  .page-landing .rochester-competes ie8 .pic {
    background-image: url("/img/pool-audience.png");
  }
  .webp .page-landing .rochester-competes .ie6 .pic,
  .webp .page-landing .rochester-competes ie7 .pic,
  .webp .page-landing .rochester-competes ie8 .pic {
    background-image: url("/img/pool-audience.webp");
  }
}
@media (min-width: 900px) {
  .page-landing .rochester-competes {
    grid-template-columns: minmax(20px, 1fr) minmax(100px, 643.5px) 117px minmax(100px, 409.5px) minmax(20px, 1fr);
  }
  .page-landing .rochester-competes .left {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/img/competes-left.jpg");
    grid-column: 1 / span 3;
    grid-row: 1;
  }
  .webp .page-landing .rochester-competes .left {
    background-image: url("/img/competes-left.webp");
  }
  .page-landing .rochester-competes .msg {
    grid-row: 1;
    grid-column: 2 ;
    padding-right: 20px;
  }
  .page-landing .rochester-competes .pic {
    grid-column: 3 / span 3;
    grid-row: 1;
    background-image: url("/img/pool-audience.png");
    background-position: left center;
    background-size: cover;
  }
  .webp .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience.webp");
  }
}
@media (min-width: 900px) and (max-width: 602px) {
  .page-landing .rochester-competes .left {
    background-image: url("/img/competes-left-half.jpg");
  }
  .webp .page-landing .rochester-competes .left {
    background-image: url("/img/competes-left-half.webp");
  }
}
@media (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 900px) and (min-resolution: 144dpi) {
  .page-landing .rochester-competes .left {
    background-image: url("/img/competes-left-2x.jpg");
  }
  .webp .page-landing .rochester-competes .left {
    background-image: url("/img/competes-left-2x.webp");
  }
}
@media (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 602px), (min-width: 900px) and (min-resolution: 144dpi) and (max-width: 602px) {
  .page-landing .rochester-competes .left {
    background-image: url("/img/competes-left.jpg");
  }
  .webp .page-landing .rochester-competes .left {
    background-image: url("/img/competes-left.webp");
  }
}
@media (min-width: 900px) and (max-width: 390.5px) {
  .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-half.png");
  }
  .webp .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-half.webp");
  }
}
@media (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 900px) and (min-resolution: 144dpi) {
  .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-2x.png");
  }
  .webp .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-2x.webp");
  }
}
@media (min-width: 900px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 390.5px), (min-width: 900px) and (min-resolution: 144dpi) and (max-width: 390.5px) {
  .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience.png");
  }
  .webp .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience.webp");
  }
}
@media (max-width: 900px) {
  .page-landing .rochester-competes .pic {
    background-repeat: no-repeat;
    background-image: url("/img/pool-audience-square.jpg");
    background-position: center center;
    background-size: cover;
  }
  .webp .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-square.webp");
  }
  .page-landing .rochester-competes .pic:before {
    content: '\00a0';
    display: inline-block;
    width: 0;
    font-size: 0;
    height: 0;
    padding-top: 27.86657401%;
    padding-bottom: 27.86657401%;
    vertical-align: middle;
  }
}
@media (max-width: 900px) and (max-width: 359.75px) {
  .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-square-half.jpg");
  }
  .webp .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-square-half.webp");
  }
}
@media (max-width: 900px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 900px) and (min-resolution: 144dpi) {
  .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-square-2x.jpg");
  }
  .webp .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-square-2x.webp");
  }
}
@media (max-width: 900px) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 359.75px), (max-width: 900px) and (min-resolution: 144dpi) and (max-width: 359.75px) {
  .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-square.jpg");
  }
  .webp .page-landing .rochester-competes .pic {
    background-image: url("/img/pool-audience-square.webp");
  }
}
.page-landing .get-involved {
  background-image: url("/img/get-involved.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 30px;
}
.webp .page-landing .get-involved {
  background-image: url("/img/get-involved.webp");
}
@media (max-width: 960px) {
  .page-landing .get-involved {
    background-image: url("/img/get-involved-half.jpg");
  }
  .webp .page-landing .get-involved {
    background-image: url("/img/get-involved-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-landing .get-involved {
    background-image: url("/img/get-involved-2x.jpg");
  }
  .webp .page-landing .get-involved {
    background-image: url("/img/get-involved-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .page-landing .get-involved {
    background-image: url("/img/get-involved.jpg");
  }
  .webp .page-landing .get-involved {
    background-image: url("/img/get-involved.webp");
  }
}
.page-landing .get-involved h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 52.5pt;
  color: white;
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
}
.page-landing .get-involved p {
  font-family: 'Barlow', sans-serif;
  font-size: 14.8pt;
  color: white;
}
.page-landing .get-involved .container {
  display: grid;
  column-gap: 80px;
  row-gap: 20px;
}
.page-landing .get-involved .container .ie6,
.page-landing .get-involved .container ie7,
.page-landing .get-involved .container ie8 {
  grid-template-columns: 6fr 4fr;
}
.page-landing .get-involved .container .ie6 .right,
.page-landing .get-involved .container ie7 .right,
.page-landing .get-involved .container ie8 .right {
  align-self: end;
}
@media (min-width: 900px) {
  .page-landing .get-involved .container {
    grid-template-columns: 6fr 4fr;
  }
  .page-landing .get-involved .container .right {
    align-self: end;
  }
}
.about-facilities-2-picture-background {
  background-image: url("/img/about-facilities-2.jpg");
}
.webp .about-facilities-2-picture-background {
  background-image: url("/img/about-facilities-2.webp");
}
@media (max-width: 391px) {
  .about-facilities-2-picture-background {
    background-image: url("/img/about-facilities-2-half.jpg");
  }
  .webp .about-facilities-2-picture-background {
    background-image: url("/img/about-facilities-2-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .about-facilities-2-picture-background {
    background-image: url("/img/about-facilities-2-2x.jpg");
  }
  .webp .about-facilities-2-picture-background {
    background-image: url("/img/about-facilities-2-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 391px), (min-resolution: 144dpi) and (max-width: 391px) {
  .about-facilities-2-picture-background {
    background-image: url("/img/about-facilities-2.jpg");
  }
  .webp .about-facilities-2-picture-background {
    background-image: url("/img/about-facilities-2.webp");
  }
}
.by-the-numbers {
  background-image: url("/img/volley-ball-hands-reaching.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10px;
  padding-top: 10px;
  color: white;
}
.webp .by-the-numbers {
  background-image: url("/img/volley-ball-hands-reaching.webp");
}
@media (max-width: 960px) {
  .by-the-numbers {
    background-image: url("/img/volley-ball-hands-reaching-half.jpg");
  }
  .webp .by-the-numbers {
    background-image: url("/img/volley-ball-hands-reaching-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .by-the-numbers {
    background-image: url("/img/volley-ball-hands-reaching-2x.jpg");
  }
  .webp .by-the-numbers {
    background-image: url("/img/volley-ball-hands-reaching-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .by-the-numbers {
    background-image: url("/img/volley-ball-hands-reaching.jpg");
  }
  .webp .by-the-numbers {
    background-image: url("/img/volley-ball-hands-reaching.webp");
  }
}
.by-the-numbers h2 strong {
  color: #7d9be2;
}
.by-the-numbers.with-news {
  background-image: url("/img/roch-skyline.jpg");
  background-position: top center;
}
.webp .by-the-numbers.with-news {
  background-image: url("/img/roch-skyline.webp");
}
@media (max-width: 960px) {
  .by-the-numbers.with-news {
    background-image: url("/img/roch-skyline-half.jpg");
  }
  .webp .by-the-numbers.with-news {
    background-image: url("/img/roch-skyline-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .by-the-numbers.with-news {
    background-image: url("/img/roch-skyline-2x.jpg");
  }
  .webp .by-the-numbers.with-news {
    background-image: url("/img/roch-skyline-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 960px), (min-resolution: 144dpi) and (max-width: 960px) {
  .by-the-numbers.with-news {
    background-image: url("/img/roch-skyline.jpg");
  }
  .webp .by-the-numbers.with-news {
    background-image: url("/img/roch-skyline.webp");
  }
}
.by-the-numbers.with-news .archive-news-item {
  background: transparent;
}
.by-the-numbers.with-news .archive-news-item h3 {
  display: none;
}
.by-the-numbers.with-news .archive-news-item a {
  color: #7d9be2;
}
.stats {
  display: grid;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.stats .stat {
  border-right: solid 2px #bd1f28;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.stats .stat:last-child {
  border-right: 0;
}
.stats .stat .number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 65.25pt;
  text-transform: uppercase;
  font-style: italic;
  color: #7d9be2;
  margin: 0;
  line-height: 1em;
}
.stats .stat .label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15pt;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.stats .ie6,
.stats ie7,
.stats ie8 {
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 900px) {
  .stats {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .stats {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .stats .stat:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 550px) {
  .stats {
    grid-template-columns: repeat(1, 1fr);
  }
  .stats .stat {
    border-right: 0;
  }
}
.mission {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mission .container {
  display: grid;
  row-gap: 45px;
  column-gap: 45px;
}
.mission .container .ie6,
.mission .container ie7,
.mission .container ie8 {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 900px) {
  .mission .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mission .box {
  position: relative;
  overflow: hidden;
  background-color: #15264e;
  padding: 30px 50px;
  max-width: 400px;
  justify-self: center;
}
.mission .box:after {
  content: '\00a0';
  font-size: 0;
  position: absolute;
  top: -30px;
  right: 0px;
  border: solid 30px transparent;
  border-right: solid 50px #bd1f28;
}
.mission .box h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 33pt;
  font-style: italic;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1.1em;
}
.mission .box p {
  font-family: 'Barlow', sans-serif;
  font-size: 16.28pt;
  color: white;
}
.donors-donation-spotlight-inset {
  background-color: #f0f1f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-need-inset {
  background-image: url("/img/about-need-inset.jpg");
}
.webp .about-need-inset {
  background-image: url("/img/about-need-inset.webp");
}
@media (max-width: 394px) {
  .about-need-inset {
    background-image: url("/img/about-need-inset-half.jpg");
  }
  .webp .about-need-inset {
    background-image: url("/img/about-need-inset-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .about-need-inset {
    background-image: url("/img/about-need-inset-2x.jpg");
  }
  .webp .about-need-inset {
    background-image: url("/img/about-need-inset-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 394px), (min-resolution: 144dpi) and (max-width: 394px) {
  .about-need-inset {
    background-image: url("/img/about-need-inset.jpg");
  }
  .webp .about-need-inset {
    background-image: url("/img/about-need-inset.webp");
  }
}
.tourism-news {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tourism-news .archive-news-item {
  background: transparent;
}
.tourism-news .archive-news-item h3 {
  display: none;
}
.news-content-area a {
  text-decoration: underline;
  color: inherit;
}
.news-content-area img {
  max-width: 100%;
}
/*# sourceMappingURL=pages.css.map */