/* Type
   ========================================================================== */
/* Spacing for margin + padding
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Opacities
   ========================================================================== */
/* Grid
   ========================================================================== */
/* Border Defaults
   ========================================================================== */
/* Transitions
   ========================================================================== */
/* Photoswipe Vars
   ========================================================================== */
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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 {
  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"],
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 */
  /* 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;
}

/* Global Reset
   ========================================================================== */
body {
  margin: 0;
}

img,
audio,
video,
canvas {
  max-width: 100%;
}

svg {
  max-height: 100%;
}

/* Global Color
   ========================================================================== */
::-moz-selection {
  color: #FFFFFF;
  background: #202124;
}

::selection {
  color: #FFFFFF;
  background: #202124;
}

body {
  color: #202124;
  background-color: #FFFFFF;
}

a {
  color: #285be5;
  text-decoration: none;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, opacity 0.35s ease, fill 0.35s ease, stroke 0.35s ease;
}

a:hover {
  color: #6c8fed;
}

.animated-link:after, .animated-link--white:after, .white .rich-text a:after, .header__navLink__inner .rich-text a:after, .white .rich-text--blog a:after, .header__navLink__inner .rich-text--blog a:after, .rich-text a:after, .rich-text--blog a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background: #285be5;
  transform: translateY(-10px);
  transition: height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.animated-link:hover, .animated-link--white:hover, .rich-text a:hover, .rich-text--blog a:hover {
  color: #285be5;
}

.animated-link:hover:after, .animated-link--white:hover:after, .rich-text a:hover:after, .rich-text--blog a:hover:after {
  height: 3px;
  opacity: 1;
  transform: translateY(0px);
}

.animated-link--white:after, .white .rich-text a:after, .header__navLink__inner .rich-text a:after, .white .rich-text--blog a:after, .header__navLink__inner .rich-text--blog a:after {
  background: #FFFFFF;
}

.animated-link--white:hover, .white .rich-text a:hover, .header__navLink__inner .rich-text a:hover, .white .rich-text--blog a:hover, .header__navLink__inner .rich-text--blog a:hover {
  color: #FFFFFF;
}

pre, code {
  background-color: #202124;
  border-radius: 0;
}

hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #202124;
}

.color-inherit {
  color: inherit;
}

/* Text && Text Hover Color
   ========================================================================== */
.trans,
.trans--hover:hover {
  color: transparent;
}

.black,
.black--hover:hover {
  color: #202124;
}

.black--light,
.black--light--hover:hover {
  color: #44464d;
}

.black--opac,
.black--opac--hover:hover {
  color: rgba(32, 33, 36, 0.8);
}

.blue,
.blue--hover:hover {
  color: #285be5;
}

.blue--light,
.blue--light--hover:hover {
  color: #6c8fed;
}

.blue--dark,
.blue--dark--hover:hover {
  color: #0f2d7e;
}

.gray, .header__subNav .header__navLink__inner,
.gray--hover:hover {
  color: #eeeef1;
}

.gray--light,
.gray--light--hover:hover {
  color: #f5f4f4;
}

.gray--dark,
.gray--dark--hover:hover {
  color: #a7a7a7;
}

.white, .header__navLink__inner,
.white--hover:hover {
  color: #FFFFFF;
}

/* Background && Background Hover Color
   ========================================================================== */
.bg-trans, .owl-theme .owl-controls .owl-page span,
.bg-trans--hover:hover {
  background-color: transparent;
}

.bg-black, .header.is-open,
.bg-black--hover:hover {
  background-color: #202124;
}

.bg-black--light, .header__subNav.is-visible,
.bg-black--light--hover:hover {
  background-color: #44464d;
}

.bg-black--opac,
.bg-black--opac--hover:hover {
  background-color: rgba(32, 33, 36, 0.8);
}

.bg-blue, .committees__link.is-active:after,
.bg-blue--hover:hover {
  background-color: #285be5;
}

.bg-blue--light,
.bg-blue--light--hover:hover {
  background-color: #6c8fed;
}

.bg-blue--dark,
.bg-blue--dark--hover:hover {
  background-color: #0f2d7e;
}

.bg-gray, .ratio,
.bg-gray--hover:hover {
  background-color: #eeeef1;
}

.bg-gray--light,
.bg-gray--light--hover:hover {
  background-color: #f5f4f4;
}

.bg-gray--dark,
.bg-gray--dark--hover:hover {
  background-color: #a7a7a7;
}

.bg-white, .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span, .keyline--heroHome, .keyline--vertical, .keyline--verticalSetHeight, .committees__link.is-active:before,
.bg-white--hover:hover {
  background-color: #FFFFFF;
}

/* Border && Border Hover Color
   ========================================================================== */
.border-trans,
.border-trans--hover:hover {
  border-color: transparent;
}

.border-black,
.border-black--hover:hover {
  border-color: #202124;
}

.border-black--light,
.border-black--light--hover:hover {
  border-color: #44464d;
}

.border-black--opac,
.border-black--opac--hover:hover {
  border-color: rgba(32, 33, 36, 0.8);
}

.border-blue,
.border-blue--hover:hover {
  border-color: #285be5;
}

.border-blue--light,
.border-blue--light--hover:hover {
  border-color: #6c8fed;
}

.border-blue--dark,
.border-blue--dark--hover:hover {
  border-color: #0f2d7e;
}

.border-gray,
.border-gray--hover:hover {
  border-color: #eeeef1;
}

.border-gray--light,
.border-gray--light--hover:hover {
  border-color: #f5f4f4;
}

.border-gray--dark,
.border-gray--dark--hover:hover {
  border-color: #a7a7a7;
}

.border-white,
.border-white--hover:hover {
  border-color: #FFFFFF;
}

/* SVG Stroke && Fill + Hovers Color
   ========================================================================== */
.stroke-trans,
.stroke-trans--hover:hover {
  stroke: transparent;
}

.stroke-black,
.stroke-black--hover:hover {
  stroke: #202124;
}

.stroke-black--light,
.stroke-black--light--hover:hover {
  stroke: #44464d;
}

.stroke-black--opac,
.stroke-black--opac--hover:hover {
  stroke: rgba(32, 33, 36, 0.8);
}

.stroke-blue,
.stroke-blue--hover:hover {
  stroke: #285be5;
}

.stroke-blue--light,
.stroke-blue--light--hover:hover {
  stroke: #6c8fed;
}

.stroke-blue--dark,
.stroke-blue--dark--hover:hover {
  stroke: #0f2d7e;
}

.stroke-gray,
.stroke-gray--hover:hover {
  stroke: #eeeef1;
}

.stroke-gray--light,
.stroke-gray--light--hover:hover {
  stroke: #f5f4f4;
}

.stroke-gray--dark,
.stroke-gray--dark--hover:hover {
  stroke: #a7a7a7;
}

.stroke-white,
.stroke-white--hover:hover {
  stroke: #FFFFFF;
}

.fill-trans,
.fill-trans--hover:hover {
  fill: transparent;
}

.fill-black,
.fill-black--hover:hover {
  fill: #202124;
}

.fill-black--light,
.fill-black--light--hover:hover {
  fill: #44464d;
}

.fill-black--opac,
.fill-black--opac--hover:hover {
  fill: rgba(32, 33, 36, 0.8);
}

.fill-blue,
.fill-blue--hover:hover {
  fill: #285be5;
}

.fill-blue--light,
.fill-blue--light--hover:hover {
  fill: #6c8fed;
}

.fill-blue--dark,
.fill-blue--dark--hover:hover {
  fill: #0f2d7e;
}

.fill-gray,
.fill-gray--hover:hover {
  fill: #eeeef1;
}

.fill-gray--light,
.fill-gray--light--hover:hover {
  fill: #f5f4f4;
}

.fill-gray--dark,
.fill-gray--dark--hover:hover {
  fill: #a7a7a7;
}

.fill-white,
.fill-white--hover:hover {
  fill: #FFFFFF;
}

/* Opacity + Hovers
   ========================================================================== */
.opacity-0,
.opacity-0--hover:hover {
  opacity: 0;
}

.opacity-25,
.opacity-25--hover:hover {
  opacity: 0.25;
}

.opacity-35,
.opacity-35--hover:hover {
  opacity: 0.35;
}

.opacity-50,
.opacity-50--hover:hover {
  opacity: 0.5;
}

.opacity-75,
.opacity-75--hover:hover {
  opacity: 0.75;
}

.opacity-80,
.opacity-80--hover:hover {
  opacity: 0.8;
}

.opacity-85,
.opacity-85--hover:hover {
  opacity: 0.85;
}

.opacity-90,
.opacity-90--hover:hover {
  opacity: 0.9;
}

.opacity-100,
.opacity-100--hover:hover {
  opacity: 1;
}

/* Box Shadows
   ========================================================================== */
.box-shadow {
  box-shadow: 0px 0px 58px -4px rgba(32, 33, 36, 0.15);
}

@media only screen and (min-width: 40em) {
  .sm-box-shadow {
    box-shadow: 0px 0px 58px -4px rgba(32, 33, 36, 0.15);
  }
}

/* Feijoa Medium // 300
   =============================== */
/*@font-face {
  font-family: 'Feijoa';
  src: url("webfonts/feijoa/FeijoaWeb-Medium.eot");
  src: url("webfonts/feijoa/FeijoaWeb-Medium.eot?#iefix") format("embedded-opentype"), url("webfonts/feijoa/FeijoaWeb-Medium.woff2") format("woff2"), url("webfonts/feijoa/FeijoaWeb-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}*/

/*@font-face {
  font-family: 'Feijoa';
  src: url("webfonts/feijoa/FeijoaWeb-MediumItalic.eot");
  src: url("webfonts/feijoa/FeijoaWeb-MediumItalic.eot?#iefix") format("embedded-opentype"), url("webfonts/feijoa/FeijoaWeb-MediumItalic.woff2") format("woff2"), url("webfonts/feijoa/FeijoaWeb-MediumItalic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}*/

/* Feijoa Display // 400
   =============================== */
/*@font-face {
  font-family: 'Feijoa';
  src: url("webfonts/feijoa/FeijoaWeb-Display.eot");
  src: url("webfonts/feijoa/FeijoaWeb-Display.eot?#iefix") format("embedded-opentype"), url("webfonts/feijoa/FeijoaWeb-Display.woff2") format("woff2"), url("webfonts/feijoa/FeijoaWeb-Display.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}*/

/* Feijoa Bold // 600
   =============================== */
/*@font-face {
  font-family: 'Feijoa';
  src: url("webfonts/feijoa/FeijoaWeb-Bold.eot");
  src: url("webfonts/feijoa/FeijoaWeb-Bold.eot?#iefix") format("embedded-opentype"), url("webfonts/feijoa/FeijoaWeb-Bold.woff2") format("woff2"), url("webfonts/feijoa/FeijoaWeb-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}*/

/* Base Typography
   ========================================================================== */
body {
  font-family: "Feijoa", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

@media only screen and (min-width: 40em) {
  body {
    font-size: 1.1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Feijoa", serif;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 1em;
  margin-bottom: .5em;
}

.alpha {
  font-size: 4rem;
}

h1, .h1 {
  font-size: 3.4em;
}

h2, .h2 {
  font-size: 2.6em;
}

h3, .h3 {
  font-size: 1.66666em;
}

h4, .h4 {
  font-size: 1.33333em;
}

.fs-med {
  font-size: 1.11em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: .88em;
}

small, .small, .pswp__caption small {
  font-size: .75em;
}

@media only screen and (min-width: 40em) {
  .sm-alpha {
    font-size: 4rem;
  }
  .sm-h1 {
    font-size: 3.4em;
  }
  .sm-h2 {
    font-size: 2.6em;
  }
  .sm-h3 {
    font-size: 1.66666em;
  }
  .sm-h4 {
    font-size: 1.33333em;
  }
  .sm-fs-med {
    font-size: 1.11em;
  }
  .sm-h5 {
    font-size: 1em;
  }
  .sm-h6 {
    font-size: .875em;
  }
  .sm-small {
    font-size: .75em;
  }
}

@media only screen and (min-width: 52em) {
  .md-alpha {
    font-size: 4rem;
  }
  .md-h1 {
    font-size: 3.4em;
  }
  .md-h2 {
    font-size: 2.6em;
  }
  .md-h3 {
    font-size: 1.66666em;
  }
  .md-h4 {
    font-size: 1.33333em;
  }
  .md-fs-med {
    font-size: 1.11em;
  }
  .md-h5 {
    font-size: 1em;
  }
  .md-h6 {
    font-size: .875em;
  }
  .md-small {
    font-size: .75em;
  }
}

@media only screen and (min-width: 64em) {
  .lg-alpha {
    font-size: 4rem;
  }
  .lg-h1 {
    font-size: 3.4em;
  }
  .lg-h2 {
    font-size: 2.6em;
  }
  .lg-h3 {
    font-size: 1.66666em;
  }
  .lg-h4 {
    font-size: 1.33333em;
  }
  .lg-h5 {
    font-size: 1em;
  }
  .lg-h6 {
    font-size: .875em;
  }
  .lg-small {
    font-size: .75em;
  }
}

p {
  font-size: 1em;
  margin-top: .5em;
  margin-bottom: .5em;
}

dl, ol, ul {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
}

dl ul,
dl ol, ol ul,
ol ol, ul ul,
ul ol {
  margin-top: 0;
  margin-bottom: 0;
}

ol {
  padding-left: 1.6em;
  list-style-type: decimal-leading-zero;
}

strong {
  font-weight: 600;
}

em {
  font-weight: 300;
}

pre, code, samp {
  font-family: "Source Code Pro", Consolas, monospace;
  font-size: 1em;
}

pre {
  margin-top: 1em;
  margin-bottom: 1em;
  overflow-x: scroll;
}

code {
  vertical-align: bottom;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
}

blockquote {
  margin: 1em 0;
  padding: 1em 0;
}

blockquote,
blockquote p {
  color: #285be5;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
}

/* Typography Classes
   ========================================================================== */
.font-head {
  font-family: "Feijoa", serif;
}

.font-body {
  font-family: "Feijoa", serif;
}

.list-reset {
  list-style: none;
  padding-left: 0;
}

.bold {
  font-weight: 600;
}

.medium {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.italic {
  font-style: italic;
  font-weight: 300;
}

.caps {
  text-transform: uppercase;
  letter-spacing: .2em;
}

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

.center, .owl-theme .owl-controls,
.align-center {
  text-align: center;
}

.align-right, .header__nav {
  text-align: right;
}

.justify {
  text-align: justify;
}

@media only screen and (min-width: 40em) {
  .sm-align-left {
    text-align: left;
  }
  .sm-center,
  .sm-align-center {
    text-align: center;
  }
  .sm-align-right {
    text-align: right;
  }
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lh-1 {
  line-height: 1;
}

.lh-1_2, ol li, .rich-text ol li, .rich-text--blog ol li {
  line-height: 1.2;
}

.lh-1_4, .pswp__caption__center {
  line-height: 1.4;
}

/* Responsive Resets
   ========================================================================== */

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  overflow-y: auto;
}

@media only screen and (min-width: 40em) {
  .two-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
  .three-columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media only screen and (min-width: 52em) {
  .md-two-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
  .md-three-columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}

/* 12 Column Mobile First Grid
   ========================================================================== */
.wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}

.wrapper:after {
  clear: both;
}

.container, .container--tight, .container--larger {
  max-width: 1160px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}

.container:before, .container--tight:before, .container--larger:before, .container:after, .container--tight:after, .container--larger:after {
  content: " ";
  display: table;
}

.container:after, .container--tight:after, .container--larger:after {
  clear: both;
}

@media only screen and (min-width: 480px) {
  .container, .container--tight, .container--larger {
    width: 98%;
  }
}

.container--tight {
  max-width: 790px;
}

.container--larger {
  max-width: 1440px;
}

.container--belowSm {
  max-width: 1160px;
  width: 92%;
  margin: 0 auto;
}

.container--belowSm:before, .container--belowSm:after {
  content: " ";
  display: table;
}

.container--belowSm:after {
  clear: both;
}

@media only screen and (min-width: 40em) {
  .container--belowSm {
    max-width: none;
    width: 100%;
  }
}

.sm-container {
  width: 100%;
}

.sm-container:before, .sm-container:after {
  content: " ";
  display: table;
}

.sm-container:after {
  clear: both;
}

.contain {
  max-width: 1160px;
  width: 92%;
  margin: 0 auto;
}

.contain:before, .contain:after {
  content: " ";
  display: table;
}

.contain:after {
  clear: both;
}

@media only screen and (min-width: 40em) {
  .contain {
    float: left;
    max-width: 500px;
    margin: 0;
  }
  .order-odd .contain {
    float: right;
  }
}

.row {
  float: left;
  width: 100%;
  clear: both;
}

.col {
  float: left;
  padding: 0 1.51515%;
}

.sm-col {
  float: left;
}

.col--fixedSpace {
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px;
  padding: 8px;
}

.col--right {
  float: right;
  padding: 0 1.51515%;
}

.col--inlineBlock {
  display: inline-block;
  margin: 0 -3px;
  padding: 0 1.51515%;
}

.col-1 {
  width: 8.3333333%;
}

.col-2 {
  width: 16.66666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66666%;
}

.col-12 {
  width: 100%;
}

.col-fifths {
  width: 20%;
}

@media only screen and (min-width: 40em) {
  .sm-container {
    max-width: 1160px;
    width: 92%;
    margin: 0 auto;
    position: relative;
  }
  .sm-container:before, .sm-container:after {
    content: " ";
    display: table;
  }
  .sm-container:after {
    clear: both;
  }
}

@media only screen and (min-width: 40em) and (min-width: 480px) {
  .sm-container {
    width: 98%;
  }
}

@media only screen and (min-width: 40em) {
  .sm-col {
    float: left;
    padding: 0 1.51515%;
  }
  .sm-col-1 {
    width: 8.3333333%;
  }
  .sm-col-2 {
    width: 16.66666%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-4 {
    width: 33.33333%;
  }
  .sm-col-5 {
    width: 41.66666%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.33333%;
  }
  .sm-col-8 {
    width: 66.66666%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-10 {
    width: 83.33333%;
  }
  .sm-col-11 {
    width: 91.66666%;
  }
  .sm-col-12 {
    width: 100%;
  }
  .sm-col-fifths {
    width: 20%;
  }
}

@media only screen and (min-width: 52em) {
  .md-col-1 {
    width: 8.3333333%;
  }
  .md-col-2 {
    width: 16.66666%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-4 {
    width: 33.33333%;
  }
  .md-col-5 {
    width: 41.66666%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.33333%;
  }
  .md-col-8 {
    width: 66.66666%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-10 {
    width: 83.33333%;
  }
  .md-col-11 {
    width: 91.66666%;
  }
  .md-col-12 {
    width: 100%;
  }
  .md-col-fifths {
    width: 20%;
  }
}

@media only screen and (min-width: 64em) {
  .lg-col-1 {
    width: 8.3333333%;
  }
  .lg-col-2 {
    width: 16.66666%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.33333%;
  }
  .lg-col-5 {
    width: 41.66666%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.33333%;
  }
  .lg-col-8 {
    width: 66.66666%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.33333%;
  }
  .lg-col-11 {
    width: 91.66666%;
  }
  .lg-col-12 {
    width: 100%;
  }
  .lg-col-fifths {
    width: 20%;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}

/* Layout Classes
   ========================================================================== */
.none, .header__navLinks {
  display: none;
}

.inline {
  display: inline;
}

.block, .owl-theme .owl-controls .owl-page span, .is-open .header__navLinks, .keyline--heroHome, .keyline--vertical, .keyline--verticalSetHeight, .committees__link.is-active:after, .committees__link.is-active:before {
  display: block;
}

.inline-block, .owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

@media only screen and (min-width: 40em) {
  .none, .header__navLinks {
    display: none;
  }
  .sm-inline {
    display: inline;
  }
  .sm-block {
    display: block;
  }
  .sm-inline-block {
    display: inline-block;
  }
  .sm-table {
    display: table;
  }
  .sm-table-row {
    display: table-row;
  }
  .sm-table-cell {
    display: table-cell;
  }
}

.overflow-hidden, .ratio {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.width-half {
  width: 50%;
}

.width-full, .owl-theme .owl-controls, .ratio, .header__navLinks {
  width: 100%;
}

.width-auto {
  width: auto;
}

.height-full, .keyline--vertical {
  height: 100%;
}

.height-none {
  height: 0;
}

.height-150px {
  height: 150px;
}

.height-250px {
  height: 250px;
}

.mh-140px {
  max-height: 140px;
}

.mh-140px img {
  max-height: inherit;
}

.mh-75vh {
  max-height: 800px;
  max-height: 75vh;
}

@media only screen and (min-width: 40em) {
  .sm-height-auto {
    height: auto;
  }
  .sm-mheight-500px {
    min-height: 500px;
  }
}

.va-top {
  vertical-align: top;
}

.va-middle, .owl-theme .owl-controls .owl-page {
  vertical-align: middle;
}

.va-bottom {
  vertical-align: bottom;
}

.va-baseline {
  vertical-align: baseline;
}

@media only screen and (min-width: 40em) {
  .sm-va-top {
    vertical-align: top;
  }
  .sm-va-middle {
    vertical-align: middle;
  }
  .sm-va-bottom {
    vertical-align: bottom;
  }
  .sm-va-baseline {
    vertical-align: baseline;
  }
}

/* Position Classes
   ========================================================================== */
.relative {
  position: relative;
}

.absolute, .keyline--heroHome, .keyline--vertical, .keyline--verticalSetHeight, .committees__link.is-active:after, .committees__link.is-active:before {
  position: absolute;
}

.fixed {
  position: fixed;
}

.static {
  position: static;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.trbl-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.z1, .committees__link.is-active:after {
  z-index: 1;
}

.z2, .committees__link.is-active:before {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z6 {
  z-index: 6;
}

@media only screen and (min-width: 40em) {
  .overlap {
    margin-left: -75px;
    margin-left: -5vw;
  }
}

.transform__align-vertical, .modal, .committees__link.is-active:after, .committees__link.is-active:before {
  top: 50%;
  transform: translateY(-50%);
}

.transform__align-center {
  left: 50%;
  transform: translateX(-50%);
}

.transform__translateCenter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Margin Classes
   ========================================================================== */
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0, ol li:last-child, .rich-text dl li:last-child, .rich-text--blog dl li:last-child, .rich-text ol li:last-child, .rich-text--blog ol li:last-child, .rich-text ul li:last-child, .rich-text--blog ul li:last-child {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mxn-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-1 {
  margin: 0.5rem;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mr-1 {
  margin-right: 0.5rem;
}

.mb-1, .rich-text dl li, .rich-text--blog dl li, .rich-text ol li, .rich-text--blog ol li, .rich-text ul li, .rich-text--blog ul li {
  margin-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 0.5rem;
}

.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mxn-1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.m-2 {
  margin: 0.75rem;
}

.mt-2 {
  margin-top: 0.75rem;
}

.mr-2 {
  margin-right: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.75rem;
}

.ml-2 {
  margin-left: 0.75rem;
}

.my-2 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-2 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mxn-2 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.ml-3 {
  margin-left: 1rem;
}

.my-3, .header__logo-hamburger__container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mxn-3 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.m-4 {
  margin: 2rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mb-4, ol li {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mxn-4 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.m-5 {
  margin: 3rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mr-5 {
  margin-right: 3rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.ml-5 {
  margin-left: 3rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mxn-5 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.m-6 {
  margin: 4rem;
}

.mt-6 {
  margin-top: 4rem;
}

.mr-6 {
  margin-right: 4rem;
}

.mb-6 {
  margin-bottom: 4rem;
}

.ml-6 {
  margin-left: 4rem;
}

.my-6 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-6 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mxn-6 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.mx-auto, .header__logo-hamburger__container {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 40em) {
  .sm-m-0 {
    margin: 0;
  }
  .sm-mt-0 {
    margin-top: 0;
  }
  .sm-mr-0 {
    margin-right: 0;
  }
  .sm-mb-0 {
    margin-bottom: 0;
  }
  .sm-ml-0 {
    margin-left: 0;
  }
  .sm-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm-mxn-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .sm-m-1 {
    margin: 0.5rem;
  }
  .sm-mt-1 {
    margin-top: 0.5rem;
  }
  .sm-mr-1 {
    margin-right: 0.5rem;
  }
  .sm-mb-1 {
    margin-bottom: 0.5rem;
  }
  .sm-ml-1 {
    margin-left: 0.5rem;
  }
  .sm-my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm-mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sm-mxn-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm-m-2 {
    margin: 0.75rem;
  }
  .sm-mt-2 {
    margin-top: 0.75rem;
  }
  .sm-mr-2 {
    margin-right: 0.75rem;
  }
  .sm-mb-2 {
    margin-bottom: 0.75rem;
  }
  .sm-ml-2 {
    margin-left: 0.75rem;
  }
  .sm-my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .sm-mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .sm-mxn-2 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sm-m-3 {
    margin: 1rem;
  }
  .sm-mt-3 {
    margin-top: 1rem;
  }
  .sm-mr-3 {
    margin-right: 1rem;
  }
  .sm-mb-3 {
    margin-bottom: 1rem;
  }
  .sm-ml-3 {
    margin-left: 1rem;
  }
  .sm-my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm-mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sm-mxn-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm-m-4 {
    margin: 2rem;
  }
  .sm-mt-4 {
    margin-top: 2rem;
  }
  .sm-mr-4 {
    margin-right: 2rem;
  }
  .sm-mb-4 {
    margin-bottom: 2rem;
  }
  .sm-ml-4 {
    margin-left: 2rem;
  }
  .sm-my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm-mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm-mxn-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm-m-5 {
    margin: 3rem;
  }
  .sm-mt-5 {
    margin-top: 3rem;
  }
  .sm-mr-5 {
    margin-right: 3rem;
  }
  .sm-mb-5 {
    margin-bottom: 3rem;
  }
  .sm-ml-5 {
    margin-left: 3rem;
  }
  .sm-my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .sm-mx-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm-mxn-5 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .sm-m-6 {
    margin: 4rem;
  }
  .sm-mt-6 {
    margin-top: 4rem;
  }
  .sm-mr-6 {
    margin-right: 4rem;
  }
  .sm-mb-6 {
    margin-bottom: 4rem;
  }
  .sm-ml-6 {
    margin-left: 4rem;
  }
  .sm-my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm-mx-6 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .sm-mxn-6 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 52em) {
  .md-m-0 {
    margin: 0;
  }
  .md-mt-0 {
    margin-top: 0;
  }
  .md-mr-0 {
    margin-right: 0;
  }
  .md-mb-0 {
    margin-bottom: 0;
  }
  .md-ml-0 {
    margin-left: 0;
  }
  .md-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md-mxn-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md-m-1 {
    margin: 0.5rem;
  }
  .md-mt-1 {
    margin-top: 0.5rem;
  }
  .md-mr-1 {
    margin-right: 0.5rem;
  }
  .md-mb-1 {
    margin-bottom: 0.5rem;
  }
  .md-ml-1 {
    margin-left: 0.5rem;
  }
  .md-my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md-mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md-mxn-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md-m-2 {
    margin: 0.75rem;
  }
  .md-mt-2 {
    margin-top: 0.75rem;
  }
  .md-mr-2 {
    margin-right: 0.75rem;
  }
  .md-mb-2 {
    margin-bottom: 0.75rem;
  }
  .md-ml-2 {
    margin-left: 0.75rem;
  }
  .md-my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .md-mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md-mxn-2 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .md-m-3 {
    margin: 1rem;
  }
  .md-mt-3 {
    margin-top: 1rem;
  }
  .md-mr-3 {
    margin-right: 1rem;
  }
  .md-mb-3 {
    margin-bottom: 1rem;
  }
  .md-ml-3 {
    margin-left: 1rem;
  }
  .md-my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md-mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md-mxn-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md-m-4 {
    margin: 2rem;
  }
  .md-mt-4 {
    margin-top: 2rem;
  }
  .md-mr-4 {
    margin-right: 2rem;
  }
  .md-mb-4 {
    margin-bottom: 2rem;
  }
  .md-ml-4 {
    margin-left: 2rem;
  }
  .md-my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md-mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md-mxn-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md-m-5 {
    margin: 3rem;
  }
  .md-mt-5 {
    margin-top: 3rem;
  }
  .md-mr-5 {
    margin-right: 3rem;
  }
  .md-mb-5 {
    margin-bottom: 3rem;
  }
  .md-ml-5 {
    margin-left: 3rem;
  }
  .md-my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md-mx-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .md-mxn-5 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .md-m-6 {
    margin: 4rem;
  }
  .md-mt-6 {
    margin-top: 4rem;
  }
  .md-mr-6 {
    margin-right: 4rem;
  }
  .md-mb-6 {
    margin-bottom: 4rem;
  }
  .md-ml-6 {
    margin-left: 4rem;
  }
  .md-my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md-mx-6 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md-mxn-6 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 64em) {
  .lg-m-0 {
    margin: 0;
  }
  .lg-mt-0 {
    margin-top: 0;
  }
  .lg-mr-0 {
    margin-right: 0;
  }
  .lg-mb-0 {
    margin-bottom: 0;
  }
  .lg-ml-0 {
    margin-left: 0;
  }
  .lg-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg-mxn-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg-m-1 {
    margin: 0.5rem;
  }
  .lg-mt-1 {
    margin-top: 0.5rem;
  }
  .lg-mr-1 {
    margin-right: 0.5rem;
  }
  .lg-mb-1 {
    margin-bottom: 0.5rem;
  }
  .lg-ml-1 {
    margin-left: 0.5rem;
  }
  .lg-my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg-mx-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .lg-mxn-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg-m-2 {
    margin: 0.75rem;
  }
  .lg-mt-2 {
    margin-top: 0.75rem;
  }
  .lg-mr-2 {
    margin-right: 0.75rem;
  }
  .lg-mb-2 {
    margin-bottom: 0.75rem;
  }
  .lg-ml-2 {
    margin-left: 0.75rem;
  }
  .lg-my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .lg-mx-2 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .lg-mxn-2 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .lg-m-3 {
    margin: 1rem;
  }
  .lg-mt-3 {
    margin-top: 1rem;
  }
  .lg-mr-3 {
    margin-right: 1rem;
  }
  .lg-mb-3 {
    margin-bottom: 1rem;
  }
  .lg-ml-3 {
    margin-left: 1rem;
  }
  .lg-my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg-mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg-mxn-3 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg-m-4 {
    margin: 2rem;
  }
  .lg-mt-4 {
    margin-top: 2rem;
  }
  .lg-mr-4 {
    margin-right: 2rem;
  }
  .lg-mb-4 {
    margin-bottom: 2rem;
  }
  .lg-ml-4 {
    margin-left: 2rem;
  }
  .lg-my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg-mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg-mxn-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg-m-5 {
    margin: 3rem;
  }
  .lg-mt-5 {
    margin-top: 3rem;
  }
  .lg-mr-5 {
    margin-right: 3rem;
  }
  .lg-mb-5 {
    margin-bottom: 3rem;
  }
  .lg-ml-5 {
    margin-left: 3rem;
  }
  .lg-my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg-mx-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .lg-mxn-5 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .lg-m-6 {
    margin: 4rem;
  }
  .lg-mt-6 {
    margin-top: 4rem;
  }
  .lg-mr-6 {
    margin-right: 4rem;
  }
  .lg-mb-6 {
    margin-bottom: 4rem;
  }
  .lg-ml-6 {
    margin-left: 4rem;
  }
  .lg-my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg-mx-6 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .lg-mxn-6 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Padding Classes
   ========================================================================== */
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.py-0, .header__subNav {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-1 {
  padding: 0.5rem;
}

.pt-1 {
  padding-top: 0.5rem;
}

.pr-1 {
  padding-right: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.5rem;
}

.pl-1 {
  padding-left: 0.5rem;
}

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-2, .header__navLink__inner {
  padding: 0.75rem;
}

.pt-2 {
  padding-top: 0.75rem;
}

.pr-2 {
  padding-right: 0.75rem;
}

.pb-2 {
  padding-bottom: 0.75rem;
}

.pl-2 {
  padding-left: 0.75rem;
}

.py-2 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-2 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3 {
  padding-top: 1rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pb-3, .header__navHalf--left {
  padding-bottom: 1rem;
}

.pl-3 {
  padding-left: 1rem;
}

.py-3, .header__login {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-3, .header__navHalf--right, .header__subNav {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-4 {
  padding: 2rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pr-4 {
  padding-right: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 2rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-5 {
  padding: 3rem;
}

.pt-5 {
  padding-top: 3rem;
}

.pr-5 {
  padding-right: 3rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.pl-5 {
  padding-left: 3rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.p-6 {
  padding: 4rem;
}

.pt-6 {
  padding-top: 4rem;
}

.pr-6 {
  padding-right: 4rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.pl-6 {
  padding-left: 4rem;
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-6 {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media only screen and (min-width: 40em) {
  .sm-p-0 {
    padding: 0;
  }
  .sm-pt-0 {
    padding-top: 0;
  }
  .sm-pr-0 {
    padding-right: 0;
  }
  .sm-pb-0 {
    padding-bottom: 0;
  }
  .sm-pl-0 {
    padding-left: 0;
  }
  .sm-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-p-1 {
    padding: 0.5rem;
  }
  .sm-pt-1 {
    padding-top: 0.5rem;
  }
  .sm-pr-1 {
    padding-right: 0.5rem;
  }
  .sm-pb-1 {
    padding-bottom: 0.5rem;
  }
  .sm-pl-1 {
    padding-left: 0.5rem;
  }
  .sm-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm-p-2 {
    padding: 0.75rem;
  }
  .sm-pt-2 {
    padding-top: 0.75rem;
  }
  .sm-pr-2 {
    padding-right: 0.75rem;
  }
  .sm-pb-2 {
    padding-bottom: 0.75rem;
  }
  .sm-pl-2 {
    padding-left: 0.75rem;
  }
  .sm-py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm-px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm-p-3 {
    padding: 1rem;
  }
  .sm-pt-3 {
    padding-top: 1rem;
  }
  .sm-pr-3 {
    padding-right: 1rem;
  }
  .sm-pb-3 {
    padding-bottom: 1rem;
  }
  .sm-pl-3 {
    padding-left: 1rem;
  }
  .sm-py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm-px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm-p-4 {
    padding: 2rem;
  }
  .sm-pt-4 {
    padding-top: 2rem;
  }
  .sm-pr-4 {
    padding-right: 2rem;
  }
  .sm-pb-4 {
    padding-bottom: 2rem;
  }
  .sm-pl-4 {
    padding-left: 2rem;
  }
  .sm-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm-p-5 {
    padding: 3rem;
  }
  .sm-pt-5 {
    padding-top: 3rem;
  }
  .sm-pr-5 {
    padding-right: 3rem;
  }
  .sm-pb-5 {
    padding-bottom: 3rem;
  }
  .sm-pl-5 {
    padding-left: 3rem;
  }
  .sm-py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm-px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm-p-6 {
    padding: 4rem;
  }
  .sm-pt-6 {
    padding-top: 4rem;
  }
  .sm-pr-6 {
    padding-right: 4rem;
  }
  .sm-pb-6 {
    padding-bottom: 4rem;
  }
  .sm-pl-6 {
    padding-left: 4rem;
  }
  .sm-py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm-px-6 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 52em) {
  .md-p-0 {
    padding: 0;
  }
  .md-pt-0 {
    padding-top: 0;
  }
  .md-pr-0 {
    padding-right: 0;
  }
  .md-pb-0 {
    padding-bottom: 0;
  }
  .md-pl-0 {
    padding-left: 0;
  }
  .md-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md-p-1 {
    padding: 0.5rem;
  }
  .md-pt-1 {
    padding-top: 0.5rem;
  }
  .md-pr-1 {
    padding-right: 0.5rem;
  }
  .md-pb-1 {
    padding-bottom: 0.5rem;
  }
  .md-pl-1 {
    padding-left: 0.5rem;
  }
  .md-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md-p-2 {
    padding: 0.75rem;
  }
  .md-pt-2 {
    padding-top: 0.75rem;
  }
  .md-pr-2 {
    padding-right: 0.75rem;
  }
  .md-pb-2 {
    padding-bottom: 0.75rem;
  }
  .md-pl-2 {
    padding-left: 0.75rem;
  }
  .md-py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md-px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md-p-3 {
    padding: 1rem;
  }
  .md-pt-3 {
    padding-top: 1rem;
  }
  .md-pr-3 {
    padding-right: 1rem;
  }
  .md-pb-3 {
    padding-bottom: 1rem;
  }
  .md-pl-3 {
    padding-left: 1rem;
  }
  .md-py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md-px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md-p-4 {
    padding: 2rem;
  }
  .md-pt-4 {
    padding-top: 2rem;
  }
  .md-pr-4 {
    padding-right: 2rem;
  }
  .md-pb-4 {
    padding-bottom: 2rem;
  }
  .md-pl-4 {
    padding-left: 2rem;
  }
  .md-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md-p-5 {
    padding: 3rem;
  }
  .md-pt-5 {
    padding-top: 3rem;
  }
  .md-pr-5 {
    padding-right: 3rem;
  }
  .md-pb-5 {
    padding-bottom: 3rem;
  }
  .md-pl-5 {
    padding-left: 3rem;
  }
  .md-py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md-px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md-p-6 {
    padding: 4rem;
  }
  .md-pt-6 {
    padding-top: 4rem;
  }
  .md-pr-6 {
    padding-right: 4rem;
  }
  .md-pb-6 {
    padding-bottom: 4rem;
  }
  .md-pl-6 {
    padding-left: 4rem;
  }
  .md-py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md-px-6 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 64em) {
  .lg-p-0 {
    padding: 0;
  }
  .lg-pt-0 {
    padding-top: 0;
  }
  .lg-pr-0 {
    padding-right: 0;
  }
  .lg-pb-0 {
    padding-bottom: 0;
  }
  .lg-pl-0 {
    padding-left: 0;
  }
  .lg-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-p-1 {
    padding: 0.5rem;
  }
  .lg-pt-1 {
    padding-top: 0.5rem;
  }
  .lg-pr-1 {
    padding-right: 0.5rem;
  }
  .lg-pb-1 {
    padding-bottom: 0.5rem;
  }
  .lg-pl-1 {
    padding-left: 0.5rem;
  }
  .lg-py-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg-px-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg-p-2 {
    padding: 0.75rem;
  }
  .lg-pt-2 {
    padding-top: 0.75rem;
  }
  .lg-pr-2 {
    padding-right: 0.75rem;
  }
  .lg-pb-2 {
    padding-bottom: 0.75rem;
  }
  .lg-pl-2 {
    padding-left: 0.75rem;
  }
  .lg-py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg-px-2 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg-p-3 {
    padding: 1rem;
  }
  .lg-pt-3 {
    padding-top: 1rem;
  }
  .lg-pr-3 {
    padding-right: 1rem;
  }
  .lg-pb-3 {
    padding-bottom: 1rem;
  }
  .lg-pl-3 {
    padding-left: 1rem;
  }
  .lg-py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-p-4 {
    padding: 2rem;
  }
  .lg-pt-4 {
    padding-top: 2rem;
  }
  .lg-pr-4 {
    padding-right: 2rem;
  }
  .lg-pb-4 {
    padding-bottom: 2rem;
  }
  .lg-pl-4 {
    padding-left: 2rem;
  }
  .lg-py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg-px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg-p-5 {
    padding: 3rem;
  }
  .lg-pt-5 {
    padding-top: 3rem;
  }
  .lg-pr-5 {
    padding-right: 3rem;
  }
  .lg-pb-5 {
    padding-bottom: 3rem;
  }
  .lg-pl-5 {
    padding-left: 3rem;
  }
  .lg-py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg-px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg-p-6 {
    padding: 4rem;
  }
  .lg-pt-6 {
    padding-top: 4rem;
  }
  .lg-pr-6 {
    padding-right: 4rem;
  }
  .lg-pb-6 {
    padding-bottom: 4rem;
  }
  .lg-pl-6 {
    padding-left: 4rem;
  }
  .lg-py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg-px-6 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* Flex Classes
   ========================================================================== */
.flex {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 40em) {
  .sm-flex {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 52em) {
  .md-flex {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 64em) {
  .lg-flex {
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-start {
  -ms-flex-align: start;
      align-items: flex-start;
}

.items-end {
  -ms-flex-align: end;
      align-items: flex-end;
}

.items-center {
  -ms-flex-align: center;
      align-items: center;
}

.items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}

.items-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.justify-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */
}

.flex-none {
  -ms-flex: none;
      flex: none;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-last {
  -ms-flex-order: 99999;
      order: 99999;
}

@media only screen and (min-width: 40em) {
  .sm-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .sm-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .sm-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .sm-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .sm-order-last {
    -ms-flex-order: 99999;
        order: 99999;
  }
}

@media only screen and (min-width: 52em) {
  .md-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .md-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .md-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .md-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .md-order-last {
    -ms-flex-order: 99999;
        order: 99999;
  }
}

/* Table Global
   ========================================================================== */
table {
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

th {
  text-align: left;
  font-weight: bold;
}

th,
td {
  padding: .5rem .25rem;
  line-height: inherit;
}

th {
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

/* Table Classes
   ========================================================================== */
.table-light th,
.table-light td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #202124;
}

.table-light tr:last-child td {
  border-bottom: 0;
}

.field {
  padding: 5px;
}

.field__label {
  color: #202124;
  font-size: 1em;
  line-height: 1;
  display: block;
  position: absolute;
  z-index: 2;
  top: .85rem;
  left: 0;
  padding: 5px 0.75rem;
  background-color: #FFFFFF;
  transition: color 0.35s ease, font-size 0.35s ease, top 0.35s ease;
}

.is-filled .field__label {
  color: #285be5;
  font-size: .65em;
  top: .15rem;
}

.field__input {
  font-family: "Feijoa", serif;
  font-size: 1em;
  line-height: 1;
  display: block;
  z-index: 1;
  width: 100%;
  padding: 1.25rem 0.75rem 0.5rem;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 40px -15px rgba(40, 91, 229, 0);
  transition: box-shadow 0.35s ease;
}

.field__input:focus {
  outline: 0;
  box-shadow: 0px 0px 40px -15px #285be5;
}

.field__textarea {
  font-family: "Feijoa", serif;
  font-size: 1em;
  line-height: 1.4;
  display: block;
  z-index: 1;
  width: 100%;
  min-height: 180px;
  padding: 1.25rem 0.75rem 0.5rem;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 40px -15px rgba(40, 91, 229, 0);
  transition: box-shadow 0.35s ease;
}

.field__textarea:focus {
  outline: 0;
  box-shadow: 0px 0px 40px -15px #285be5;
}

.field__selectContainer {
  background-color: #FFFFFF;
}

.field__selectContainer::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #202124 transparent transparent transparent;
}

.field__select {
  font-family: "Feijoa", serif;
  font-size: 1em;
  line-height: 1;
  display: block;
  z-index: 1;
  width: 100%;
  padding: 0.85rem 2.75rem 0.85rem 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 40px -15px rgba(40, 91, 229, 0);
  transition: box-shadow 0.35s ease;
}

.field__select:focus {
  outline: 0;
  box-shadow: 0px 0px 40px -15px #285be5;
}

.field__errors {
  color: #FF4136;
}

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

button {
  background-color: transparent;
  border: none;
  outline: 0;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}

.button--reset {
  background-color: transparent;
  border: 0;
  outline: 0;
  border-radius: 0;
}

.button {
  color: #FFFFFF;
  font-family: "Feijoa", serif;
  font-size: 1.33333em;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: .66666em 0;
  margin: 0;
  height: auto;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  transition: color 0.35s ease, padding 0.35s ease;
}

.button:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 1;
  background: #285be5;
  transform: translateY(0px);
  transition: height 0.35s ease, background-color 0.35s ease;
}

.button:hover, .button:focus {
  color: #FFFFFF;
  text-decoration: none;
  padding: .66666em;
  outline: 0;
}

.button:hover:after, .button:focus:after {
  height: 100%;
  background-color: #285be5;
}

.button--black {
  color: #202124;
}

.button--black:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
}

.button--black:hover:after {
  background-color: #285be5;
}

.button--white:after {
  background: #FFFFFF;
}

.button--white:hover {
  color: #285be5;
  text-decoration: none;
  outline: 0;
}

.button--white:hover:after {
  background-color: #FFFFFF;
}

/* Btn Outline */
.button--outline {
  color: #FFFFFF;
  font-family: "Feijoa", serif;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0.75rem 1rem;
  margin: 0;
  height: auto;
  border: 1px solid #FFFFFF;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}

.button--outline:hover, .button--outline:focus {
  color: #285be5;
  background-color: #FFFFFF;
  outline: none;
}

/* Btn filled */
.button--filled {
  color: #FFFFFF;
  font-family: "Feijoa", serif;
  font-size: 1.11em;
  font-style: italic;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 1rem;
  margin: 0;
  height: auto;
  vertical-align: middle;
  -webkit-appearance: none;
  background-color: #285be5;
  border-radius: 0;
  transition: color 0.35s ease, background-color 0.35s ease;
}

.button--filled:hover, .button--filled:focus {
  color: #285be5;
  background-color: #FFFFFF;
  outline: none;
}

/* Btn Sizes */
.button--small {
  font-size: 1em;
}

.button--big {
  font-size: 1.33333em;
  display: block;
  padding: 1rem 5rem;
  border-width: 2px;
}

@media only screen and (min-width: 40em) {
  .button--big {
    display: inline-block;
  }
}

.button--narrow {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Background Image Classes
   ========================================================================== */
.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-full {
  background-size: 100%;
}

.bg-center, .bg-loader, .bg-loader--blue, .ratio {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-right {
  background-position: right;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left {
  background-position: left;
}

.bg-right-bottom {
  background-position: 100% 100%;
}

.bg-no-repeat, .bg-loader, .bg-loader--blue, .ratio {
  background-repeat: no-repeat;
}

.bg-blackWhite {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

/* Border Classes
   ========================================================================== */
.border {
  border-style: solid;
  border-width: 1px;
  border-color: #202124;
}

.border-top {
  border-top-style: solid;
}

.border-right {
  border-right-style: solid;
}

.border-bottom {
  border-bottom-style: solid;
}

.border-left {
  border-left-style: solid;
}

.b2 {
  border-width: 2px;
}

.b3 {
  border-width: 3px;
}

.rounded {
  border-radius: 0;
}

.circle, .owl-theme .owl-controls .owl-page span {
  border-radius: 50%;
}

.rounded-top {
  border-radius: 0 0 0 0;
}

.rounded-right {
  border-radius: 0 0 0 0;
}

.rounded-bottom {
  border-radius: 0 0 0 0;
}

.rounded-left {
  border-radius: 0 0 0 0;
}

.not-rounded {
  border-radius: 0;
}

@media only screen and (min-width: 40em) {
  .sm-border-top {
    border-top-style: solid;
  }
  .sm-border-right {
    border-right-style: solid;
  }
  .sm-border-bottom {
    border-bottom-style: solid;
  }
  .sm-border-left {
    border-left-style: solid;
  }
  .sm-border-top-none {
    border-top: none;
  }
  .sm-border-right-none {
    border-right: none;
  }
  .sm-border-bottom-none {
    border-bottom: none;
  }
  .sm-border-left-none {
    border-left: none;
  }
  .sm-rounded-top {
    border-radius: 0 0 0 0;
  }
  .sm-rounded-right {
    border-radius: 0 0 0 0;
  }
  .sm-rounded-bottom {
    border-radius: 0 0 0 0;
  }
  .sm-rounded-left {
    border-radius: 0 0 0 0;
  }
}

@media only screen and (min-width: 52em) {
  .md-border-top {
    border-top-style: solid;
  }
  .md-border-right {
    border-right-style: solid;
  }
  .md-border-bottom {
    border-bottom-style: solid;
  }
  .md-border-left {
    border-left-style: solid;
  }
  .md-border-top-none {
    border-top: none;
  }
  .md-border-right-none {
    border-right: none;
  }
  .md-border-bottom-none {
    border-bottom: none;
  }
  .md-border-left-none {
    border-left: none;
  }
  .md-rounded-top {
    border-radius: 0 0 0 0;
  }
  .md-rounded-right {
    border-radius: 0 0 0 0;
  }
  .md-rounded-bottom {
    border-radius: 0 0 0 0;
  }
  .md-rounded-left {
    border-radius: 0 0 0 0;
  }
}

/* Interaction Classes
   ========================================================================== */
.hover-fix {
  -webkit-backface-visibility: hidden;
  transform: rotate(0);
  transform: translate3d(0px, 0px, 0px);
}

[class^='hover-'][class*='lighten'],
[class*=' hover-'][class*='lighten'] {
  overflow: hidden;
}

[class^='hover-'][class*='lighten'][class*='target'],
[class^='hover-'][class*='lighten'] [class*='lighten-target'],
[class*=' hover-'][class*='lighten'][class*='target'],
[class*=' hover-'][class*='lighten'] [class*='lighten-target'] {
  transition: all 0.35s ease;
}

[class^='hover-'][class*='lighten'][class*='target']:hover,
[class^='hover-'][class*='lighten']:hover [class*='lighten-target'],
[class*=' hover-'][class*='lighten'][class*='target']:hover,
[class*=' hover-'][class*='lighten']:hover [class*='lighten-target'] {
  opacity: 0.4;
}

[class^='hover-'][class*='darken'][class*='target'],
[class^='hover-'][class*='darken'] [class*='darken-target'],
[class*=' hover-'][class*='darken'][class*='target'],
[class*=' hover-'][class*='darken'] [class*='darken-target'] {
  opacity: 0.4;
  transition: all 0.35s ease;
}

[class^='hover-'][class*='darken'][class*='target']:hover,
[class^='hover-'][class*='darken']:hover [class*='darken-target'],
[class*=' hover-'][class*='darken'][class*='target']:hover,
[class*=' hover-'][class*='darken']:hover [class*='darken-target'] {
  opacity: 1;
}

[class^='hover-'][class*='scale'][class*='target'],
[class^='hover-'][class*='scale'] [class*='scale-target'],
[class*=' hover-'][class*='scale'][class*='target'],
[class*=' hover-'][class*='scale'] [class*='scale-target'] {
  transform: scale(1) translade3d(0, 0, 0);
  transition: all 0.35s ease;
}

[class^='hover-'][class*='scale'][class*='target']:hover,
[class^='hover-'][class*='scale']:hover [class*='scale-target'],
[class*=' hover-'][class*='scale'][class*='target']:hover,
[class*=' hover-'][class*='scale']:hover [class*='scale-target'] {
  transform: scale(1.2);
}

[class^='hover-'][class*='fadeIn'],
[class*=' hover-'][class*='fadeIn'] {
  overflow: hidden;
}

[class^='hover-'][class*='fadeIn'][class*='target'],
[class^='hover-'][class*='fadeIn'] [class*='fadeIn-target'],
[class*=' hover-'][class*='fadeIn'][class*='target'],
[class*=' hover-'][class*='fadeIn'] [class*='fadeIn-target'] {
  opacity: 0;
  transition: all 0.35s ease;
}

[class^='hover-'][class*='fadeIn'][class*='target']:hover,
[class^='hover-'][class*='fadeIn']:hover [class*='fadeIn-target'],
[class*=' hover-'][class*='fadeIn'][class*='target']:hover,
[class*=' hover-'][class*='fadeIn']:hover [class*='fadeIn-target'] {
  opacity: 1;
}

[class^='hover-'][class*='fadeOut'],
[class*=' hover-'][class*='fadeOut'] {
  overflow: hidden;
}

[class^='hover-'][class*='fadeOut'][class*='target'],
[class^='hover-'][class*='fadeOut'] [class*='fadeOut-target'],
[class*=' hover-'][class*='fadeOut'][class*='target'],
[class*=' hover-'][class*='fadeOut'] [class*='fadeOut-target'] {
  opacity: 1;
  transition: all 0.35s ease;
}

[class^='hover-'][class*='fadeOut'][class*='target']:hover,
[class^='hover-'][class*='fadeOut']:hover [class*='fadeOut-target'],
[class*=' hover-'][class*='fadeOut'][class*='target']:hover,
[class*=' hover-'][class*='fadeOut']:hover [class*='fadeOut-target'] {
  opacity: 0;
}

[class^='hover-'][class*='fadeInUp'],
[class*=' hover-'][class*='fadeInUp'] {
  overflow: hidden;
}

[class^='hover-'][class*='fadeInUp'][class*='target'],
[class^='hover-'][class*='fadeInUp'] [class*='fadeInUp-target'],
[class*=' hover-'][class*='fadeInUp'][class*='target'],
[class*=' hover-'][class*='fadeInUp'] [class*='fadeInUp-target'] {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

[class^='hover-'][class*='fadeInUp'][class*='target']:hover,
[class^='hover-'][class*='fadeInUp']:hover [class*='fadeInUp-target'],
[class*=' hover-'][class*='fadeInUp'][class*='target']:hover,
[class*=' hover-'][class*='fadeInUp']:hover [class*='fadeInUp-target'] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[class^='hover-'][class*='fadeInRight'],
[class*=' hover-'][class*='fadeInRight'] {
  overflow: hidden;
}

[class^='hover-'][class*='fadeInRight'][class*='target'],
[class^='hover-'][class*='fadeInRight'] [class*='fadeInRight-target'],
[class*=' hover-'][class*='fadeInRight'][class*='target'],
[class*=' hover-'][class*='fadeInRight'] [class*='fadeInRight-target'] {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

[class^='hover-'][class*='fadeInRight'][class*='target']:hover,
[class^='hover-'][class*='fadeInRight']:hover [class*='fadeInRight-target'],
[class*=' hover-'][class*='fadeInRight'][class*='target']:hover,
[class*=' hover-'][class*='fadeInRight']:hover [class*='fadeInRight-target'] {
  opacity: 1;
  transform: translateX(0);
}

[class^='hover-'][class*='fadeInDown'],
[class*=' hover-'][class*='fadeInDown'] {
  overflow: hidden;
}

[class^='hover-'][class*='fadeInDown'][class*='target'],
[class^='hover-'][class*='fadeInDown'] [class*='fadeInDown-target'],
[class*=' hover-'][class*='fadeInDown'][class*='target'],
[class*=' hover-'][class*='fadeInDown'] [class*='fadeInDown-target'] {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition: all 0.35s ease;
}

[class^='hover-'][class*='fadeInDown'][class*='target']:hover,
[class^='hover-'][class*='fadeInDown']:hover [class*='fadeInDown-target'],
[class*=' hover-'][class*='fadeInDown'][class*='target']:hover,
[class*=' hover-'][class*='fadeInDown']:hover [class*='fadeInDown-target'] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[class^='hover-'][class*='fadeInLeft'],
[class*=' hover-'][class*='fadeInLeft'] {
  overflow: hidden;
}

[class^='hover-'][class*='fadeInLeft'][class*='target'],
[class^='hover-'][class*='fadeInLeft'] [class*='fadeInLeft-target'],
[class*=' hover-'][class*='fadeInLeft'][class*='target'],
[class*=' hover-'][class*='fadeInLeft'] [class*='fadeInLeft-target'] {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

[class^='hover-'][class*='fadeInLeft'][class*='target']:hover,
[class^='hover-'][class*='fadeInLeft']:hover [class*='fadeInLeft-target'],
[class*=' hover-'][class*='fadeInLeft'][class*='target']:hover,
[class*=' hover-'][class*='fadeInLeft']:hover [class*='fadeInLeft-target'] {
  opacity: 1;
  transform: translateX(0);
}

[class^='hover-'][class*='slideInDown'],
[class*=' hover-'][class*='slideInDown'] {
  overflow: hidden;
}

[class^='hover-'][class*='slideInDown'][class*='target'],
[class^='hover-'][class*='slideInDown'] [class*='slideInDown-target'],
[class*=' hover-'][class*='slideInDown'][class*='target'],
[class*=' hover-'][class*='slideInDown'] [class*='slideInDown-target'] {
  transform: translate3d(0, -100%, 0);
  transition: all 0.35s ease;
}

[class^='hover-'][class*='slideInDown'][class*='target']:hover,
[class^='hover-'][class*='slideInDown']:hover [class*='slideInDown-target'],
[class*=' hover-'][class*='slideInDown'][class*='target']:hover,
[class*=' hover-'][class*='slideInDown']:hover [class*='slideInDown-target'] {
  transform: translate3d(0, 0, 0);
}

[class^='hover-'][class*='slideInUp'],
[class*=' hover-'][class*='slideInUp'] {
  overflow: hidden;
}

[class^='hover-'][class*='slideInUp'][class*='target'],
[class^='hover-'][class*='slideInUp'] [class*='slideInUp-target'],
[class*=' hover-'][class*='slideInUp'][class*='target'],
[class*=' hover-'][class*='slideInUp'] [class*='slideInUp-target'] {
  transform: translate3d(0, 100%, 0);
  transition: all 0.35s ease;
}

[class^='hover-'][class*='slideInUp'][class*='target']:hover,
[class^='hover-'][class*='slideInUp']:hover [class*='slideInUp-target'],
[class*=' hover-'][class*='slideInUp'][class*='target']:hover,
[class*=' hover-'][class*='slideInUp']:hover [class*='slideInUp-target'] {
  transform: translate3d(0, 0, 0);
}

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.sm-show,
.sm-show-inline,
.sm-show-inline-block,
.md-show-inline,
.md-show-inline-block,
.md-show,
.lg-show {
  display: none !important;
}

@media only screen and (min-width: 40em) {
  .sm-hide {
    display: none !important;
  }
  .sm-show {
    display: block !important;
  }
  .sm-show-inline {
    display: inline !important;
  }
  .sm-show-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 52em) {
  .md-hide {
    display: none !important;
  }
  .md-show {
    display: block !important;
  }
  .md-show-inline {
    display: inline !important;
  }
  .md-show-inline-block {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 64em) {
  .lg-show {
    display: block !important;
  }
  .lg-hide {
    display: none !important;
  }
}

/* Responsive Video Embeds
   ========================================================================== */
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  width: 100% !important;
  height: 100% !important;
}

/* Vendor */
.typed-cursor {
  opacity: 0;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(../images/rd1/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls .owl-page {
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  border: 2px solid #FFFFFF;
  transition: background-color 0.35s ease;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/**
 * Core PhotoSwipe CSS file, http://photoswipe.com
 * @author Dmitry Semenov
 */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  z-index: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grap;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #202124;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  transition: opacity 0.15s;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #202124;
}

.pswp--ie .pswp__img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/**
 * Default PhotoSwipe UI CSS file, http://photoswipe.com
 * @author Dmitry Semenov
 */
.pswp__ui {
  position: static;
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1050;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

/**
 * Loading indicator, aka preloader.
 * You can play with preloader is here: http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  z-index: 20;
  opacity: 0;
  position: relative;
  transition: opacity 0.35s ease;
  will-change: opacity;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(../images/rd1/AjaxLoader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #FFFFFF;
  opacity: 0.7;
}

.pswp__error-msg a {
  color: #FFFFFF;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  float: right;
  opacity: 0.75;
  transition: opacity 0.25s;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp--animated-in .pswp__button {
  transition: opacity 0.25s;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/rd1/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/rd1/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(32, 33, 36, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1450;
  opacity: 0;
  transition: opacity 0.35s ease;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1550;
  position: absolute;
  background: #FFFFFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(32, 33, 36, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #202124;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #202124;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(32, 33, 36, 0);
  border-bottom-color: #FFFFFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3B5998;
  color: #FFFFFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #eeeef1;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFFFFF;
}

a.pswp__share--pinterest:hover {
  background: #CE272D;
  color: #FFFFFF;
}

a.pswp__share--download:hover {
  background: #285be5;
  color: #FFFFFF;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: fixed;
}

.pswp__top-bar,
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

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

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

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(32, 33, 36, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFFFFF;
  opacity: 0.75;
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
  .pswp_scroll-wrap {
    top: 0;
    bottom: 0;
  }
  .pswp__caption {
    margin-top: 0;
  }
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  color: #FFFFFF;
}

.pswp__caption__center {
  color: #FFFFFF;
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
  padding: 1rem;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__bg,
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  will-change: opacity;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(32, 33, 36, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(32, 33, 36, 0.3);
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__bg,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp--minimal--dark .pswp__button--arrow--left,
.pswp--minimal--dark .pswp__button--arrow--right {
  background: none;
}

/* Modules */
/* Rich Text
   ========================================================================== */
.white .rich-text a, .header__navLink__inner .rich-text a, .white .rich-text--blog a, .header__navLink__inner .rich-text--blog a {
  color: #eeeef1;
}

.rich-text p, .rich-text--blog p {
  margin: 1.5rem 0;
}

.rich-text h1, .rich-text--blog h1, .rich-text h2, .rich-text--blog h2, .rich-text h3, .rich-text--blog h3, .rich-text h4, .rich-text--blog h4, .rich-text h5, .rich-text--blog h5, .rich-text h6, .rich-text--blog h6 {
  margin-top: 2rem;
  margin-bottom: 0;
}

.rich-text h1 + p, .rich-text--blog h1 + p, .rich-text h2 + p, .rich-text--blog h2 + p, .rich-text h3 + p, .rich-text--blog h3 + p, .rich-text h4 + p, .rich-text--blog h4 + p, .rich-text h5 + p, .rich-text--blog h5 + p, .rich-text h6 + p, .rich-text--blog h6 + p {
  margin-top: 0;
}

.rich-text dl, .rich-text--blog dl, .rich-text ol, .rich-text--blog ol, .rich-text ul, .rich-text--blog ul {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
}

.rich-text dl ul, .rich-text--blog dl ul,
.rich-text dl ol, .rich-text--blog dl ol, .rich-text ol ul, .rich-text--blog ol ul,
.rich-text ol ol, .rich-text--blog ol ol, .rich-text ul ul, .rich-text--blog ul ul,
.rich-text ul ol, .rich-text--blog ul ol {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text ol, .rich-text--blog ol {
  padding-left: 1.6em;
  list-style-type: decimal-leading-zero;
}

.rich-text ol li, .rich-text--blog ol li {
  margin-bottom: 1em;
}

.rich-text > *:first-child, .rich-text--blog > *:first-child {
  margin-top: 0;
}

.rich-text--blog h1, .rich-text--blog h2, .rich-text--blog h3, .rich-text--blog h4, .rich-text--blog h5, .rich-text--blog h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rich-text--blog h1 + p, .rich-text--blog h2 + p, .rich-text--blog h3 + p, .rich-text--blog h4 + p, .rich-text--blog h5 + p, .rich-text--blog h6 + p {
  margin-top: 0;
}

.rich-text--blog p {
  margin: 2rem 0;
}

/* Image Padding Ratios for Lazy Loading
   ========================================================================== */
.b-lazy {
  overflow: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.b-lazy.b-loaded {
  opacity: 1;
}

.bg-loader {
  background-image: url("../images/rd1/loader--white.svg");
  background-size: 50px 50px;
}

.bg-loader--blue {
  background-image: url("../images/rd1/loader--blue.svg");
  background-size: 50px 50px;
}

.ratio {
  background-image: url("../images/rd1/loader--blue.svg");
  background-size: 50px 50px;
  height: 0;
}

.ratio__square {
  padding-bottom: 100%;
}

.ratio__gridExcerpt {
  padding-bottom: 75%;
}

.ratio__excerptRevealReadUnder {
  padding-bottom: 86%;
}

.ratio__excerptCtaColumn {
  padding-bottom: 66.75%;
}

.ratio__excerptBlogFigure {
  height: 0;
  padding-bottom: 88.5%;
}

.ratio__excerptPerson {
  padding-bottom: 62.5%;
}

.object-fit_contain {
  object-fit: contain;
}

/* SVG Styles. Containers and such yo.
   ========================================================================== */
.icon__download {
  display: block;
  width: 45px;
  height: 61px;
  margin-right: auto;
  margin-left: auto;
}

/* Main Header
   ========================================================================== */
.header {
  transition: background-color 0.35s ease;
}

@media only screen and (min-width: 780px) {
  .header.is-open {
    background-color: transparent;
  }
}

.header__nav {
  font-size: 100%;
}

@media only screen and (min-width: 780px) {
  .header__nav {
    font-size: 80%;
    text-align: left;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 840px) {
  .header__nav {
    font-size: 90%;
  }
}

@media only screen and (min-width: 900px) {
  .header__nav {
    font-size: 100%;
  }
}

.header__logo {
  width: 41px;
  height: 46px;
}

.header__break {
  display: block;
}

@media only screen and (min-width: 780px) {
  .header__break {
    display: inline-block;
  }
}

.header__logo-hamburger__container {
  max-width: 1160px;
  width: 92%;
  position: relative;
}

@media only screen and (min-width: 480px) {
  .header__logo-hamburger__container {
    width: 98%;
  }
}

@media only screen and (min-width: 780px) {
  .header__logo-hamburger__container {
    width: auto;
    margin: 0;
  }
}

.header__navHalf {
  display: block;
  padding: 0.75rem 0;
}

@media only screen and (min-width: 780px) {
  .header__navHalf {
    padding: 0 0 0 1rem;
  }
}

@media only screen and (min-width: 780px) {
  .header__navHalf--left {
    padding-bottom: 0;
  }
}

.header__navHalf--right {
  display: block;
}

@media only screen and (min-width: 780px) {
  .header__navHalf--right {
    padding: 0 0 0 1rem;
  }
}

@media only screen and (min-width: 780px) {
  .header__navLinks {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .is-open .header__navLinks {
    display: -ms-flexbox;
    display: flex;
  }
}

.header__navLink {
  z-index: 3;
}

.header__navLink.keep-active {
  z-index: 2;
}

@media only screen and (min-width: 780px) {
  .header__navLink {
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 2rem 0;
  }
}

@media only screen and (min-width: 780px) {
  .header__login {
    padding: 0;
  }
}

@media only screen and (min-width: 780px) {
  .header__donate,
  .header__login {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.header__navLink__inner:hover, .header__navLink__inner:focus {
  color: #285be5;
}

@media only screen and (min-width: 780px) {
  .header__navLink__inner {
    padding: 0;
  }
  .header__navLink__inner:hover, .header__navLink__inner:focus {
    color: #eeeef1;
  }
  .header__navLink__inner::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -2.05rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    opacity: 0;
    border-style: solid;
    border-width: 0 16px 16px 16px;
    border-color: transparent transparent #FFFFFF transparent;
    transition: opacity 0.35s ease;
  }
  .keep-active .header__navLink__inner::after,
  .is-active .header__navLink__inner::after {
    opacity: 1;
  }
}

@media only screen and (min-width: 840px) {
  .header__navLink__inner:after {
    bottom: -2.05rem;
  }
}

@media only screen and (min-width: 900px) {
  .header__navLink__inner:after {
    bottom: -2.05rem;
  }
}

.header__subNav {
  z-index: 5;
  display: none;
}

@media only screen and (min-width: 780px) {
  .header__subNav {
    display: block;
    position: absolute;
    left: 0;
    bottom: -4.34rem;
    margin: 0;
    padding: 0;
    height: auto;
    max-height: none;
    padding: 1rem 0;
    visibility: hidden;
    opacity: 0;
    background-color: #FFFFFF;
    transition: visibility 0.35s ease, opacity 0.35s ease;
  }
  .header__subNav.is-visible {
    background-color: #FFFFFF;
  }
  .keep-active .header__subNav,
  .is-active .header__subNav {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.35s ease, opacity 0.35s ease;
  }
  .keep-active .header__subNav {
    z-index: 4;
  }
}

@media only screen and (min-width: 840px) {
  .header__subNav {
    bottom: -4.65rem;
  }
}

@media only screen and (min-width: 900px) {
  .header__subNav {
    bottom: -5rem;
  }
}

.header__subNav .header__navLink {
  padding: 0;
}

.header__subNav .header__navLink__inner {
  padding: 0.3333em 0.75rem;
}

.header__subNav .header__navLink__inner:hover, .header__subNav .header__navLink__inner:focus {
  color: #FFFFFF;
}

@media only screen and (min-width: 780px) {
  .header__subNav .header__navLink__inner {
    color: #285be5;
    padding: .3333em 0;
  }
  .header__subNav .header__navLink__inner::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #285be5;
    transition: opacity 0.35s ease;
  }
  .header__subNav .header__navLink__inner::after {
    border-width: 0;
  }
  .keep-active .active .header__subNav .header__navLink__inner, .header__subNav .header__navLink__inner:hover, .header__subNav .header__navLink__inner:focus, .header__subNav .header__navLink__inner.active {
    color: #285be5;
  }
  .keep-active .active .header__subNav .header__navLink__inner::before, .header__subNav .header__navLink__inner:hover::before, .header__subNav .header__navLink__inner:focus::before, .header__subNav .header__navLink__inner.active::before {
    opacity: 1;
  }
}

.header__navLink.keep-active .header__subNav .header__navLink.active .header__navLink__inner::before {
  opacity: 1;
}

/* Hamburger
   ========================================================================== */
.hamburger {
  display: inline-block;
  width: 40px;
  height: 23px;
  cursor: pointer;
}

@media only screen and (min-width: 780px) {
  .hamburger {
    display: none;
  }
}

.hamburger__filling,
.hamburger__filling:after,
.hamburger__filling:before {
  width: 40px;
  height: 3px;
}

.hamburger__filling {
  position: relative;
  transform: translateY(10px);
  background: white;
  transition: all 0 .35s;
}

.is-open .hamburger__filling {
  background: rgba(255, 255, 255, 0);
}

.is-open .hamburger__filling:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-open .hamburger__filling:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger__filling:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: white;
  transition: bottom 0.35s 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger__filling:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: white;
  transition: top 0.35s 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Main Element - Offset Header being active
   ========================================================================== */
.main__headerOffset {
  padding-top: 0;
}

@media only screen and (min-width: 780px) {
  .main__headerOffset {
    padding-top: 69px;
  }
}

@media only screen and (min-width: 840px) {
  .main__headerOffset {
    padding-top: 74px;
  }
}

@media only screen and (min-width: 900px) {
  .main__headerOffset {
    padding-top: 79px;
  }
}

/* SVG Styles. Containers and such yo.
   ========================================================================== */
.footer__logo {
  width: 336px;
  height: 113px;
}

.footer__accred {
  width: 104px;
}

.footer__social {
  width: 30px;
  height: 30px;
}

.hero {
  height: 380px;
}

@media only screen and (min-width: 40em) {
  .hero {
    height: 500px;
  }
}

.hero--short {
  height: 330px;
}

@media only screen and (min-width: 40em) {
  .hero--short {
    height: 450px;
  }
}

/* Hero: Home
   ========================================================================== */
.hero--home {
  height: 500px;
}

@media only screen and (min-width: 40em) {
  .hero--home {
    height: 600px;
  }
}

@media only screen and (min-width: 52em) {
  .hero--home {
    height: 700px;
  }
}

@media only screen and (min-width: 64em) {
  .hero--home {
    height: 800px;
  }
}

.hero__home__bgContainer {
  transition: opacity 1s ease;
}

.hero__changeOut {
  min-height: 86px;
}

/* Keylines
   ========================================================================== */
.keyline--heroHome {
  content: '';
  width: 80%;
  height: 3px;
  left: 44%;
  bottom: -.1em;
  transform: translateX(-50%);
}

.keyline--vertical {
  content: '';
  width: 3px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.keyline--verticalSetHeight {
  content: '';
  width: 3px;
  height: 200px;
  bottom: -45%;
  left: 50%;
  transform: translateX(-50%);
}

/* Overlaps
   ========================================================================== */
.overlap__heroBottom {
  margin-top: 0;
}

@media only screen and (min-width: 40em) {
  .overlap__heroBottom {
    margin-top: -3rem;
  }
}

@media only screen and (min-width: 52em) {
  .overlap__heroBottom {
    margin-top: -10rem;
  }
}

.overlap__option2 {
  margin-top: -5rem;
}

.bg-gradient__split--blue {
  background: rgba(40, 91, 229, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(40, 91, 229, 0)), color-stop(50%, rgba(40, 91, 229, 0.5)), color-stop(100%, #285be5));
  background: linear-gradient(to bottom, rgba(40, 91, 229, 0) 0%, rgba(40, 91, 229, 0.5) 50%, #285be5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#285be5', endColorstr='#285be5', GradientType=0 );
}

.bg-gradient__split--black {
  background: rgba(32, 33, 36, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 33, 36, 0)), color-stop(50%, rgba(32, 33, 36, 0.5)), color-stop(100%, #202124));
  background: linear-gradient(to bottom, rgba(32, 33, 36, 0) 0%, rgba(32, 33, 36, 0.5) 50%, #202124 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202124', endColorstr='#202124', GradientType=0 );
}

/* ==========================================================================
//
//   Excerpt Styles
//
   ========================================================================== */
/* Reavel Read Underneath // Home Page Story Excerpts
   ========================================================================== */
.excerpt__revealReadUnder__target {
  transition: transform 0.35s ease;
}

.excerpt__revealReadUnder:hover .excerpt__revealReadUnder__target,
.excerpt__revealReadUnder:focus .excerpt__revealReadUnder__target {
  transform: translateY(-92px);
}

@media only screen and (min-width: 40em) {
  .excerpt__revealReadUnder:hover .excerpt__revealReadUnder__target,
  .excerpt__revealReadUnder:focus .excerpt__revealReadUnder__target {
    transform: translateY(-97px);
  }
}

.excerpt__revealReadUnder__readMore {
  padding: .3333em 0;
}

.excerpt__revealReadUnder__readMore:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 1;
  background: #FFFFFF;
}

/* Blog Grid Figure Excerpts
   ========================================================================== */
.excerpt__blogFigure__target {
  opacity: 0;
  transition: opacity 0.35s ease;
}

.excerpt__blogFigure:hover .excerpt__blogFigure__target,
.excerpt__blogFigure:focus .excerpt__blogFigure__target {
  opacity: 1;
}

.excerpt__blogFigure__readPost {
  padding: .3333em 0;
}

.excerpt__blogFigure__readPost:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 1;
  background: #FFFFFF;
}

.excerpt__blogFigure__readAll, .excerpt__blogFigure__readAll--entry {
  padding: .3333em 0;
}

.excerpt__blogFigure__readAll:after, .excerpt__blogFigure__readAll--entry:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  opacity: 1;
  background: #285be5;
  transition: background 0.35s ease;
}

.excerpt__blogFigure:hover .excerpt__blogFigure__readAll:after, .excerpt__blogFigure:hover .excerpt__blogFigure__readAll--entry:after,
.excerpt__blogFigure:focus .excerpt__blogFigure__readAll:after,
.excerpt__blogFigure:focus .excerpt__blogFigure__readAll--entry:after {
  background: #FFFFFF;
}

.excerpt__blogFigure__readAll--entry:after {
  background: #FFFFFF;
}

/* Masonry Sizing
   ========================================================================== */
.excerpt__blog--third {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  .excerpt__blog--third {
    width: 50%;
  }
}

@media only screen and (min-width: 52em) {
  .excerpt__blog--third {
    width: 33.33333%;
  }
}

.excerpt__blog--twoThirds {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  .excerpt__blog--twoThirds {
    width: 50%;
  }
}

@media only screen and (min-width: 52em) {
  .excerpt__blog--twoThirds {
    width: 66.66666%;
  }
  .excerpt__blog--twoThirds .ratio__excerptBlogFigure {
    height: 0;
    padding-bottom: 43.45%;
  }
}

.excerpt__blog--fourth {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  .excerpt__blog--fourth {
    width: 50%;
  }
}

@media only screen and (min-width: 52em) {
  .excerpt__blog--fourth {
    width: 25%;
  }
  .excerpt__blog--fourth .ratio__excerptBlogFigure {
    height: 0;
    padding-bottom: 119.37%;
  }
}

.excerpt__blog--fifth {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  .excerpt__blog--fifth {
    width: 50%;
  }
}

@media only screen and (min-width: 52em) {
  .excerpt__blog--fifth {
    width: 41.66666%;
  }
  .excerpt__blog--fifth .ratio__excerptBlogFigure {
    height: 0;
    padding-bottom: 70.315%;
  }
}

.excerpt__blog--prevNext {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  .excerpt__blog--prevNext {
    width: 50%;
  }
  .excerpt__blog--prevNext .ratio__excerptBlogFigure {
    height: 0;
    padding-bottom: 70.315%;
  }
}

@media only screen and (min-width: 52em) {
  .excerpt__blog--prevNext {
    width: 38.3125%;
  }
}

.excerpt__blog--viewAll {
  width: 100%;
}

.excerpt__blog--viewAll .ratio__excerptBlogFigure {
  padding-bottom: 40%;
}

@media only screen and (min-width: 40em) {
  .excerpt__blog--viewAll {
    width: 100%;
  }
}

@media only screen and (min-width: 52em) {
  .excerpt__blog--viewAll {
    width: 23.375%;
    padding: 0 16px;
  }
  .excerpt__blog--viewAll .ratio__excerptBlogFigure {
    height: 100%;
    padding-bottom: 125.95%;
  }
}

/* Board of Directors
   ========================================================================== */
.excerpt__bod__blueOverlay {
  transition: opacity 0.35s ease;
}

.excerpt__bod:hover .excerpt__bod__blueOverlay,
.excerpt__bod:focus .excerpt__bod__blueOverlay {
  opacity: .75;
}

.excerpt__bod__reveal {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.6s ease, opacity 0.35s ease;
}

@media only screen and (min-width: 600px) {
  .excerpt__bod__reveal {
    overflow: hidden;
  }
}

@media only screen and (min-width: 831px) {
  .excerpt__bod__reveal {
    overflow: visible;
  }
}

@media only screen and (min-width: 1200px) {
  .excerpt__bod__reveal {
    overflow: hidden;
  }
}

.mod-touch .excerpt__bod .excerpt__bod__reveal,
.excerpt__bod:hover .excerpt__bod__reveal,
.excerpt__bod:focus .excerpt__bod__reveal {
  opacity: 1;
  max-height: 500px;
}

.excerpt__bod__bio {
  display: none;
}

@media only screen and (min-width: 600px) {
  .excerpt__bod__bio {
    display: block;
  }
}

@media only screen and (min-width: 831px) {
  .excerpt__bod__bio {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .excerpt__bod__bio {
    display: block;
  }
}

.excerpt__bod__modalBioTrigger {
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  .excerpt__bod__modalBioTrigger {
    display: none;
  }
}

@media only screen and (min-width: 831px) {
  .excerpt__bod__modalBioTrigger {
    display: inline-block;
  }
}

@media only screen and (min-width: 1200px) {
  .excerpt__bod__modalBioTrigger {
    display: none;
  }
}

/* ==========================================================================
//
//   Modal Styles
//
   ========================================================================== */
.modal {
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-top: -4rem;
  margin-left: -150px;
  visibility: hidden;
  transition: margin-top 0.35s ease, opacity 0.35s ease;
}

@media only screen and (min-width: 40em) {
  .modal {
    width: 550px;
    margin-left: -275px;
  }
}

.active-modal .modal {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.modal__close {
  outline: 0;
  border: 0;
  transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}

.modal__overlay {
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease;
  cursor: zoom-out;
}

.active-modal .modal__overlay {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* Committees Styles
   ========================================================================== */
.committees__link.is-active {
  color: #285be5;
}

.committees__link.is-active:after {
  content: '';
  width: 123%;
  height: 4px;
}

.committees__link.is-active:before {
  content: '';
  right: -25%;
  width: 15%;
  height: 4px;
}

.committees__info {
  display: none;
}

.committees__info.is-active {
  display: block;
}

/* Nonprofit Resources section
   ========================================================================== */
.nonprofit-resources {
  padding-bottom: 55%;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .fadeInUp, .fadeOutDown {
  animation-duration: .5s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

.delay--1 {
  animation-delay: 0.05s;
}

.delay--2 {
  animation-delay: 0.1s;
}

.delay--3 {
  animation-delay: 0.15s;
}

.delay--4 {
  animation-delay: 0.2s;
}

.delay--5 {
  animation-delay: 0.25s;
}

.delay--6 {
  animation-delay: 0.3s;
}

.delay--7 {
  animation-delay: 0.35s;
}

.delay--8 {
  animation-delay: 0.4s;
}

.delay--9 {
  animation-delay: 0.45s;
}

.delay--10 {
  animation-delay: 0.5s;
}

/* Announcement Banner
   ========================================================================== */
.announcement-banner {
  transition: bottom 0.35s ease, opacity 0.35s ease;
}

.announcement-banner:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 14px;
  /* autoprefixer: off */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(7, 12, 13, 0)), color-stop(100%, rgba(7, 12, 13, 0.1)));
  background: -webkit-linear-gradient(top, rgba(7, 12, 13, 0) 0%, rgba(7, 12, 13, 0.1) 100%);
  background: -moz-linear-gradient(top, rgba(7, 12, 13, 0) 0%, rgba(7, 12, 13, 0.1) 100%);
  background: -o-linear-gradient(top, rgba(7, 12, 13, 0) 0%, rgba(7, 12, 13, 0.1) 100%);
  background: -ms-linear-gradient(top, rgba(7, 12, 13, 0) 0%, rgba(7, 12, 13, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(7, 12, 13, 0) 0%, rgba(7, 12, 13, 0.1) 100%);
}

.announcement-banner .rich-text p, .announcement-banner .rich-text--blog p {
  margin: 0;
}

/* Announcement Banner
   ========================================================================== */
.nonprofitFilters {
  position: absolute;
  box-shadow: 0;
  transition: box-shadow 0.35s ease;
  /* Main Nav Scroll Fix Classes
     ========================================================================== */
}

.nonprofitFilters.is-fixed {
  position: fixed;
  transform: translateY(-100%);
}

.nonprofitFilters.is-visible {
  box-shadow: 0 13px 12px -13px rgba(32, 33, 36, 0.35);
  transform: translateY(0%);
  transition: opacity 0.35s ease, padding 0.35s ease, transform 0.35s ease;
}
