@charset "UTF-8";
/** ==========================================================

    $ Table of Contents

========================================================== **/
/**
* Sections
* --------
* $1...............Setup
* $2................Grid
* $3..........Typography
* $4..........Components
* $5..............Layout
* $6.........Breakpoints
* $7.............Helpers


**/
/** ==========================================================

    $1 Setup

========================================================== **/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #2E1A47; }

html {
  background-color: #fff; }

body {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 300; }

main {
  background: #fff;
  color: #2E1A47; }

a {
  color: #2E1A47;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  a:hover {
    color: #EBA900; }

a:hover, a:active, a:focus {
  outline: none;
  color: #2E1A47; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #f1f2f2;
  text-shadow: none; }

::selection {
  background: #f1f2f2;
  text-shadow: none; }

*, *:focus {
  outline: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  /* Added by Greyvy for responsive imagery */
  max-width: 100%;
  height: auto; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ====== media ====== */
.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left;
  margin-right: 10px; }

.media .img img {
  display: block; }

.media .imgExt {
  float: right;
  margin-left: 10px; }

.grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px 0 -16px; }
  .grid.grid-nogutter {
    margin: 0; }
    .grid.grid-nogutter > .col {
      padding: 0; }
  .grid.grid-onepixelGutter {
    margin: 1px; }
    .grid.grid-onepixelGutter > .col {
      padding: 1px; }
  .grid.grid-threepixelGutter {
    margin: 3px; }
    .grid.grid-threepixelGutter > .col {
      padding: 3px; }

.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 16px 0 16px; }

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

.col-align-bottom {
  align-self: flex-end; }

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex; }

.col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex; }

.col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex; }

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

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

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

.grid-around {
  justify-content: space-around; }

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

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col-fixed {
  flex: initial; }

.col-grow-2 {
  flex-grow: 2; }

.col-grow-3 {
  flex-grow: 3; }

.col-grow-4 {
  flex-grow: 4; }

.col-grow-5 {
  flex-grow: 5; }

.col-grow-6 {
  flex-grow: 6; }

.col-grow-7 {
  flex-grow: 7; }

.col-grow-8 {
  flex-grow: 8; }

.col-grow-9 {
  flex-grow: 9; }

.col-grow-10 {
  flex-grow: 10; }

.col-grow-11 {
  flex-grow: 11; }

.col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  -webkit-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  -webkit-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  -webkit-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  -webkit-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  -webkit-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  -webkit-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-sm-2 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

@media only screen and (max-width: 46em) {
  .col-sm {
    flex: 100%;
    max-width: 100%; }
  .grid-nogutter .col-sm {
    margin-bottom: 0; } }

@media only screen and (max-width: 55em) {
  .col-md {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 1.5em; }
  .grid-nogutter .col-md {
    margin-bottom: 0; }
  .col-md-2 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media only screen and (max-width: 70em) {
  .col-lg {
    flex: 100%;
    max-width: 100%; }
  .grid-nogutter .col-lg {
    margin-bottom: 0; } }

@media only screen and (min-width: 46em) {
  .col-sm-md-2 {
    margin-bottom: 1.5em;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media only screen and (min-width: 55em) {
  .grid.grid-fatGutter {
    margin: 32px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    .grid.grid-fatGutter > .col {
      padding: 32px;
      padding-bottom: 0; }
  .bp2-col-middle {
    justify-content: center;
    flex-direction: column;
    display: flex; } }

@media only screen and (min-width: 70em) {
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333%;
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%; } }

@media only screen and (min-width: 90em) {
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; } }

.grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px 0 -16px; }
  .grid.grid-nogutter {
    margin: 0; }
    .grid.grid-nogutter > .col {
      padding: 0; }

.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 16px 0 16px; }

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

.col-align-bottom {
  align-self: flex-end; }

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex; }

.col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex; }

.col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex; }

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

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

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

.grid-around {
  justify-content: space-around; }

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

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col-fixed {
  flex: initial; }

.col-grow-2 {
  flex-grow: 2; }

.col-grow-3 {
  flex-grow: 3; }

.col-grow-4 {
  flex-grow: 4; }

.col-grow-5 {
  flex-grow: 5; }

.col-grow-6 {
  flex-grow: 6; }

.col-grow-7 {
  flex-grow: 7; }

.col-grow-8 {
  flex-grow: 8; }

.col-grow-9 {
  flex-grow: 9; }

.col-grow-10 {
  flex-grow: 10; }

.col-grow-11 {
  flex-grow: 11; }

.col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  -webkit-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  -webkit-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  -webkit-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  -webkit-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  -webkit-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  -webkit-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.bp1-mobile-only {
  display: block; }

.bp1-not-mobile {
  display: none; }

@media only screen and (min-width: 46em) {
  .bp1-not-mobile {
    display: flex; }
  .bp1-mobile-only {
    display: none; }
  .not-md {
    display: none; } }

@media only screen and (max-width: 46em) {
  .col-sm {
    flex: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 55em) {
  .col-md {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 1.5em; } }

@media only screen and (max-width: 70em) {
  .col-lg {
    flex: 100%;
    max-width: 100%; } }

/** ==========================================================

    $AlternateGrid

========================================================== **/
.threepixelGutter {
  margin-top: 3px; }
  .threepixelGutter .grid-col {
    margin-bottom: 3px; }

/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/
/* -- Begin grids
------------------------------------------------------------- */
.grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px 0 -16px; }
  .grid.grid-nogutter {
    margin: 0; }
    .grid.grid-nogutter > .col {
      padding: 0; }
  .grid.grid-onepixelGutter {
    margin: 1px; }
    .grid.grid-onepixelGutter > .col {
      padding: 1px; }
  .grid.grid-threepixelGutter {
    margin: 3px; }
    .grid.grid-threepixelGutter > .col {
      padding: 3px; }

.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 16px 0 16px; }

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

.col-align-bottom {
  align-self: flex-end; }

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex; }

.col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex; }

.col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex; }

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

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

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

.grid-around {
  justify-content: space-around; }

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

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col-fixed {
  flex: initial; }

.col-grow-2 {
  flex-grow: 2; }

.col-grow-3 {
  flex-grow: 3; }

.col-grow-4 {
  flex-grow: 4; }

.col-grow-5 {
  flex-grow: 5; }

.col-grow-6 {
  flex-grow: 6; }

.col-grow-7 {
  flex-grow: 7; }

.col-grow-8 {
  flex-grow: 8; }

.col-grow-9 {
  flex-grow: 9; }

.col-grow-10 {
  flex-grow: 10; }

.col-grow-11 {
  flex-grow: 11; }

.col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  -webkit-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  -webkit-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  -webkit-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  -webkit-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  -webkit-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  -webkit-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-sm-2 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

@media only screen and (max-width: 46em) {
  .col-sm {
    flex: 100%;
    max-width: 100%; }
  .grid-nogutter .col-sm {
    margin-bottom: 0; } }

@media only screen and (max-width: 55em) {
  .col-md {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 1.5em; }
  .grid-nogutter .col-md {
    margin-bottom: 0; }
  .col-md-2 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media only screen and (max-width: 70em) {
  .col-lg {
    flex: 100%;
    max-width: 100%; }
  .grid-nogutter .col-lg {
    margin-bottom: 0; } }

@media only screen and (min-width: 46em) {
  .col-sm-md-2 {
    margin-bottom: 1.5em;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media only screen and (min-width: 55em) {
  .grid.grid-fatGutter {
    margin: 32px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    .grid.grid-fatGutter > .col {
      padding: 32px;
      padding-bottom: 0; }
  .bp2-col-middle {
    justify-content: center;
    flex-direction: column;
    display: flex; } }

@media only screen and (min-width: 70em) {
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.3333%;
    -webkit-flex-basis: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%; } }

@media only screen and (min-width: 90em) {
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; } }

/* -- Use this wrapper if you want to divide your columns -- */
.divide-bottom {
  opacity: .3;
  border-bottom: 1px solid #f1f2f2;
  padding-bottom: 0;
  margin-bottom: 1.5em; }

/* -- Setup grids with base class -- */
.grid-wrap {
  margin-left: -1.5em;
  overflow: hidden;
  clear: both; }

.grid-col {
  float: left;
  padding-left: 1.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.large-gutter {
  margin-left: -3em; }
  .large-gutter .grid-col {
    padding-left: 3em; }

.half-gutter {
  margin-left: -0.75em; }
  .half-gutter .grid-col {
    padding-left: 0.75em; }

.quarter-gutter {
  margin-left: -0.375em; }
  .quarter-gutter .grid-col {
    padding-left: 0.375em; }

.no-gutter {
  margin-left: 0; }
  .no-gutter .grid-col {
    padding-left: 0; }

.reset-gutter {
  margin-left: -1.5em; }
  .reset-gutter .grid-col {
    padding-left: 1.5em; }

.onepixel-gutter {
  margin-left: -1px; }
  .onepixel-gutter .grid-col {
    padding-left: 1px; }

.threepixelGutter {
  margin-left: -3px; }
  .threepixelGutter .grid-col {
    padding-left: 3px; }

.fatGutter {
  margin-left: -16px; }
  .fatGutter .grid-col {
    padding-left: 16px; }

ul.grid-wrap,
ol.grid-wrap {
  padding-left: 0;
  list-style: none; }

li.grid-col {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none; }

.col-size1of1,
.col-full,
.col-set-full .grid-col {
  width: 100%; }

.col-size1of2,
.col-one-half,
.col-set-one-half .grid-col {
  width: 50%; }

.col-size1of3,
.col-one-third,
.col-set-one-third .grid-col {
  width: 33.333%; }

.col-size1of4,
.col-one-quarter,
.col-set-one-quarter .grid-col {
  width: 25%; }

.col-size2of3,
.col-two-thirds {
  width: 66.666%; }

.col-size3of4,
.col-three-quarters {
  width: 75%; }

.col-size1of5,
.col-one-fifth {
  width: 20%; }

.col-size2of5,
.col-two-fifths {
  width: 40%; }

.col-size3of5,
.col-three-fifths {
  width: 60%; }

.col-size4of5,
.col-four-fifths {
  width: 80%; }

.col-size1of8,
.col-one-eighth {
  width: 12.5%; }

.col-size1of10,
.col-one-tenth {
  width: 10%; }

.col-size1of6,
.col-one-sixth {
  width: 16.666%; }

.col-size1of16,
.col-one-sixteenth {
  width: 6.25%; }

/* -- Breakpoint (.bp1)
------------------------------------------------------------- */
@media only screen and (min-width: 46em) {
  .bp1-col-size1of1,
  .bp1-col-full,
  .bp1-col-set-full .grid-col {
    width: 100%; }
  .bp1-col-size1of2,
  .bp1-col-one-half,
  .bp1-col-set-one-half .grid-col {
    width: 50%; }
  .bp1-col-size1of3,
  .bp1-col-one-third,
  .bp1-col-set-one-third .grid-col {
    width: 33.333%; }
  .bp1-col-size1of4,
  .bp1-col-one-quarter,
  .bp1-col-set-one-quarter .grid-col {
    width: 25%; }
  .bp1-col-size2of3,
  .bp1-col-two-thirds {
    width: 66.666%; }
  .bp1-col-size3of4,
  .bp1-col-three-quarters {
    width: 75%; }
  .bp1-col-size1of5,
  .bp1-col-one-fifth {
    width: 20%; }
  .bp1-col-size2of5,
  .bp1-col-two-fifths {
    width: 40%; }
  .bp1-col-size3of5,
  .bp1-col-three-fifths {
    width: 60%; }
  .bp1-col-size4of5,
  .bp1-col-four-fifths {
    width: 80%; }
  .bp1-col-size1of8,
  .bp1-col-one-eighth {
    width: 12.5%; }
  .bp1-col-size1of10,
  .bp1-col-one-tenth {
    width: 10%; }
  .bp1-col-size1of6,
  .bp1-col-one-sixth {
    width: 16.666%; }
  .bp1-col-size1of16,
  .bp1-col-one-sixteenth {
    width: 6.25%; } }

/* -- Breakpoint 2 (.bp2)
------------------------------------------------------------- */
@media only screen and (min-width: 55em) {
  .fatGutter {
    margin-top: 16px; }
    .fatGutter .grid-col {
      margin-bottom: 16px; }
  .bp2-col-size1of1,
  .bp2-col-full,
  .bp2-col-set-full .grid-col {
    width: 100%; }
  .bp2-col-size1of2,
  .bp2-col-one-half,
  .bp2-col-set-one-half .grid-col {
    width: 50%; }
  .bp2-col-size1of3,
  .bp2-col-one-third,
  .bp2-col-set-one-third .grid-col {
    width: 33.333%; }
  .bp2-col-size1of4,
  .bp2-col-one-quarter,
  .bp2-col-set-one-quarter .grid-col {
    width: 25%; }
  .bp2-col-size2of3,
  .bp2-col-two-thirds {
    width: 66.666%; }
  .bp2-col-size3of4,
  .bp2-col-three-quarters {
    width: 75%; }
  .bp2-col-size1of5,
  .bp2-col-one-fifth {
    width: 20%; }
  .bp2-col-size2of5,
  .bp2-col-two-fifths {
    width: 40%; }
  .bp2-col-size3of5,
  .bp2-col-three-fifths {
    width: 60%; }
  .bp2-col-size4of5,
  .bp2-col-four-fifths {
    width: 80%; }
  .bp2-col-size1of8,
  .bp2-col-one-eighth {
    width: 12.5%; }
  .bp2-col-size1of10,
  .bp2-col-one-tenth {
    width: 10%; }
  .bp2-col-size1of6,
  .bp2-col-one-sixth {
    width: 16.666%; }
  .bp2-col-size1of16,
  .bp2-col-one-sixteenth {
    width: 6.25%; } }

/* -- Breakpoint 3 (.bp3)
------------------------------------------------------------- */
@media only screen and (min-width: 70em) {
  .bp3-col-size1of1,
  .bp3-col-full,
  .bp3-col-set-full .grid-col {
    width: 100%; }
  .bp3-col-size1of2,
  .bp3-col-one-half,
  .bp3-col-set-one-half .grid-col {
    width: 50%; }
  .bp3-col-size1of3,
  .bp3-col-one-third,
  .bp3-col-set-one-third .grid-col {
    width: 33.333%; }
  .bp3-col-size1of4,
  .bp3-col-one-quarter,
  .bp3-col-set-one-quarter .grid-col {
    width: 25%; }
  .bp3-col-size2of3,
  .bp3-col-two-thirds {
    width: 66.666%; }
  .bp3-col-size3of4,
  .bp3-col-three-quarters {
    width: 75%; }
  .bp3-col-size1of5,
  .bp3-col-one-fifth {
    width: 20%; }
  .bp3-col-size2of5,
  .bp3-col-two-fifths {
    width: 40%; }
  .bp3-col-size3of5,
  .bp3-col-three-fifths {
    width: 60%; }
  .bp3-col-size4of5,
  .bp3-col-four-fifths {
    width: 80%; }
  .bp3-col-size1of8,
  .bp3-col-one-eighth {
    width: 12.5%; }
  .bp3-col-size1of10,
  .bp3-col-one-tenth {
    width: 10%; }
  .bp3-col-size1of6,
  .bp3-col-one-sixth {
    width: 16.666%; }
  .bp3-col-size1of16,
  .bp3-col-one-sixteenth {
    width: 6.25%; } }

/* -- Breakpoint 4 (.bp4)
------------------------------------------------------------- */
@media only screen and (min-width: 90em) {
  .bp4-col-size1of1,
  .bp4-col-full,
  .bp4-col-set-full .grid-col {
    width: 100%; }
  .bp4-col-size1of2,
  .bp4-col-one-half,
  .bp4-col-set-one-half .grid-col {
    width: 50%; }
  .bp4-col-size1of3,
  .bp4-col-one-third,
  .bp4-col-set-one-third .grid-col {
    width: 33.333%; }
  .bp4-col-size1of4,
  .bp4-col-one-quarter,
  .bp4-col-set-one-quarter .grid-col {
    width: 25%; }
  .bp4-col-size2of3,
  .bp4-col-two-thirds {
    width: 66.666%; }
  .bp4-col-size3of4,
  .bp4-col-three-quarters {
    width: 75%; }
  .bp4-col-size1of5,
  .bp4-col-one-fifth {
    width: 20%; }
  .bp4-col-size2of5,
  .bp4-col-two-fifths {
    width: 40%; }
  .bp4-col-size3of5,
  .bp4-col-three-fifths {
    width: 60%; }
  .bp4-col-size4of5,
  .bp4-col-four-fifths {
    width: 80%; }
  .bp4-col-size1of8,
  .bp4-col-one-eighth {
    width: 12.5%; }
  .bp4-col-size1of10,
  .bp4-col-one-tenth {
    width: 10%; }
  .bp4-col-size1of6,
  .bp4-col-one-sixth {
    width: 16.666%; }
  .bp4-col-size1of16,
  .bp4-col-one-sixteenth {
    width: 6.25%; } }

/* 
	=============================================
		Custom Type -- via TypeKit
	=============================================	
*/
/** ==========================================================

    $3 Typography

========================================================== **/
#mfPreviewBar {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
  text-transform: none;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0; }

h1 {
  font-size: 2.4em;
  letter-spacing: -0.9px;
  padding: 0;
  margin: 0 0 0.5em;
  line-height: 1.2em;
  font-weight: normal;
  font-family: "IBM Plex Sans", Arial, sans-serif; }

h2 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
  font-family: "IBM Plex Sans", Arial, sans-serif; }

h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0 0 .5em;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.2em; }

h4 {
  font-size: 1.2em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 1.2em;
  margin: 0 0 .5em; }

h6 {
  font-size: 1.2em;
  margin: 0 0 .5em; }

address {
  line-height: 1.5;
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-top: 0; }

p {
  line-height: 1.44em;
  font-size: 1em;
  margin: 0 0 1.2em;
  color: #000; }

ul li {
  line-height: 1.4em;
  margin: .75em 0;
  list-style: disc;
  font-size: .9em;
  text-align: left; }

.heroBlock ul {
  padding: 0;
  margin: 0 1.5em 1.5em 1.5em; }
  .heroBlock ul li {
    margin: .75em 0;
    padding: 0;
    font-size: 1em;
    list-style: disc;
    color: #000; }

.article-body h2 {
  color: #EBA900; }

.article-body ul {
  padding: 0;
  margin: 0 1.5em 1.5em 1.5em; }
  .article-body ul li {
    margin: .75em 0;
    padding: 0;
    font-size: 1em;
    list-style: disc;
    color: #000; }

.article-body ol {
  padding: 0;
  margin: 0 3em 1.5em 3em; }
  .article-body ol li {
    margin: .75em 0;
    padding: 0;
    font-size: 1em;
    color: #000; }

.center-txt {
  text-align: center; }

.txt-right {
  text-align: right; }

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

.c-white {
  color: #fff; }

.allCaps {
  text-transform: uppercase; }

.heroHeading {
  font-weight: 700;
  font-size: 2.6em;
  line-height: 1.2em; }

.heroSubheading {
  font-weight: 300; }

.groupHeading {
  font-weight: 700;
  text-transform: uppercase; }

.ctaHeading {
  font-size: 1.6em; }

.heroBlock h2 {
  color: #EBA900; }

p a {
  text-decoration: underline;
  color: #2E1A47; }
  p a:hover {
    color: #EBA900; }

.uline {
  display: block;
  border-bottom: 1px solid #2E1A47;
  padding-bottom: .75em; }

.paginationLink {
  display: inline-block;
  font-weight: 700;
  color: #EBA900;
  border: 1px solid #EBA900;
  background: #2E1A47;
  margin: 0 .15em;
  padding: .25em .5em; }
  .paginationLink:hover {
    background: #EBA900;
    color: #2E1A47;
    border: 1px solid #2E1A47; }

.paginationLink.current {
  background: #fff;
  color: #2E1A47;
  border: 1px solid #2E1A47; }
  .paginationLink.current:hover {
    background: #fff;
    color: #2E1A47;
    border: 1px solid #2E1A47; }

.heroBlock p {
  font-size: 1em;
  line-height: 1.44em; }

.article-body ul li {
  font-size: 1em;
  line-height: 1.44em; }

h3 .slug {
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding: .75em 0 0 0; }

.centered-accent-heading {
  font-weight: 300;
  color: #EBA900;
  font-size: 2em;
  display: block;
  text-align: center;
  max-width: 80%;
  margin: 1.25em auto; }
  .centered-accent-heading strong {
    font-weight: 700; }

/* 
	=============================================
		Responsive Typography
	=============================================	
*/
@media only screen and (min-width: 46em) {
  h1, .heroHeading {
    font-family: 2.6em; }
  .heroBlock p {
    font-size: 1em; }
  .heroSubheading {
    font-size: 2em; } }

@media only screen and (min-width: 55em) {
  h1, .heroHeading {
    font-family: 3em; }
  .ctaHeading {
    font-size: 2em; }
  .heroSubheading {
    font-size: 2.2em; }
  .heroBlock p, .heroBlock ul li {
    font-size: 1.2em; }
  .article-body ul li {
    font-size: 1em; } }

@media only screen and (min-width: 70em) {
  h1, .heroHeading {
    font-size: 3.4em; }
  h2 {
    font-size: 2.8em; }
  h3 {
    font-size: 1.6em; }
  h3 .slug {
    font-size: 16px; }
  h4 {
    font-size: 1.6em;
    margin-bottom: .5em; }
  h5 {
    font-size: 1.4em; }
  p {
    font-size: 1.2em;
    line-height: 1.6em; }
  ul li {
    line-height: 1.4em;
    margin: .75em 0;
    font-size: 1em; }
  .article-body ul li {
    font-size: 1.2em; }
  .heroSubheading {
    font-size: 2.4em; }
  .ctaHeading {
    font-size: 2.6em; }
  .heroBlock p, .heroBlock ul li {
    font-size: 1.4em;
    line-height: 1.6em; } }

@media only screen and (min-width: 90em) {
  h1, .heroHeading {
    font-size: 3.8em; } }

@media only screen and (min-width: 46em) {
  .bp2-txt-right {
    text-align: right; } }

body {
  overflow-x: hidden; }

.autoCenter {
  margin-left: auto;
  margin-right: auto; }

.fullHeight {
  height: 100%; }

.fullWidth {
  width: 100%; }

.hideOverflow {
  overflow-x: hidden;
  overflow-y: hidden; }

.max-width-95 {
  max-width: 95%; }

.max-width-90 {
  max-width: 90%; }

.max-width-bp1 {
  max-width: 46em; }

.max-width-bp2 {
  max-width: 55em; }

.island, .small-island, .large-island {
  padding: 1.5em; }

.containerMobile {
  margin: 0 auto;
  padding: 0 1.5em; }

.article-body,
.article-header {
  margin: 0 auto;
  max-width: 70em; }

.container,
.container-85,
.container-75,
.bp2-container-75,
.bp2-container-65 {
  margin: 0 auto;
  padding: 0 1.5em;
  max-width: 70em; }

.bp2-container-85 {
  margin: 0 auto;
  padding: 0 1.5em; }

.container-85 {
  max-width: 85%; }

.container-75 {
  max-width: 75%; }

.container.mediumWidth {
  max-width: 55em; }

.container.narrow {
  max-width: 46em; }

.container.wide {
  max-width: 90em; }

.container.extraWide {
  max-width: 110em; }

.container.fillToEdge,
.container.bleedtoEdgeOnMobile {
  padding: 0; }

.siteMainContent {
  padding: 1.5em 0 0 0; }

.mobile-pad--top {
  padding-top: 3em; }

.pad--top,
.pad--top-plus {
  padding-top: 1.5em; }

.pad--bottom,
.pad--bottom-double {
  padding-bottom: 1.5em; }

.half-pad--top {
  padding-top: .75em; }

.half-pad--bottom {
  padding-bottom: .75em; }

.relativeBlock {
  position: relative; }

.vh-30 {
  height: 30vh; }

.vh-40 {
  height: 40vh; }

.vh-50 {
  height: 50vh; }

.vh-55 {
  height: 55vh; }

.vh-60 {
  height: 60vh; }

.vh-70 {
  height: 70vh; }

.vh-80 {
  height: 80vh; }

.vh-90 {
  height: 90vh; }

.verticalAlign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.verticalPaddingMobile-5 {
  padding-top: 5%;
  padding-bottom: 5%; }

.verticalPadding-1 {
  padding-top: 1%;
  padding-bottom: 1%; }

.verticalPadding-2 {
  padding-top: 2%;
  padding-bottom: 2%; }

.verticalPadding-3 {
  padding-top: 3%;
  padding-bottom: 3%; }

.verticalPadding-5 {
  padding-top: 5%;
  padding-bottom: 5%; }

.verticalPadding-7 {
  padding-top: 7%;
  padding-bottom: 7%; }

.verticalPadding-10 {
  padding-top: 10%;
  padding-bottom: 10%; }

.verticalPadding-15 {
  padding-top: 15%;
  padding-bottom: 15%; }

.verticalPadding-20 {
  padding-top: 20%;
  padding-bottom: 20%; }

.circular--square {
  border-radius: 50%;
  width: 100%; }

.noMargin {
  margin: 0; }

.border-bottom {
  border-bottom: 1px solid #000; }

.c-white {
  color: #fff; }

.c-green {
  color: #7A9A01; }

.c-red {
  color: #BA0020; }

.c-blue {
  color: #0085AD; }

.c-purple {
  color: #565294; }

.c-darkpurple {
  color: #2E1A47; }

.c-yellow {
  color: #EBA900; }

.fill-white {
  fill: #fff;
  stroke: #fff; }

.fill-grey {
  fill: #97999B;
  stroke: #97999B; }

.fill-yellow {
  fill: #EBA900;
  stroke: #EBA900; }

.fill-green {
  fill: #7A9A01;
  stroke: #7A9A01; }

.fill-blue {
  fill: #0085AD;
  stroke: #0085AD; }

.fill-red {
  fill: #BA0020;
  stroke: #BA0020; }

.fill-purple {
  fill: #565294;
  stroke: #565294; }

.fill-darkpurple {
  fill: #2E1A47;
  stroke: #2E1A47; }

.bg-fill-white {
  background: #fff; }

.bg-fill-blue {
  background: #0085AD; }

.bg-fill-green {
  background: #7A9A01; }

.bg-fill-red {
  background: #BA0020;
  color: #fff; }
  .bg-fill-red * {
    color: #fff; }

.bg-fill-yellow {
  background: #EBA900; }

.bg-fill-grey {
  background: #97999B; }

.bg-fill-darkpurple {
  background: #2E1A47;
  color: #fff; }
  .bg-fill-darkpurple * {
    color: #fff; }
  .bg-fill-darkpurple a:hover {
    color: #EBA900; }

.bg-fill-purple {
  background: #565294;
  color: #fff; }
  .bg-fill-purple * {
    color: #fff; }

.bg-fill-lightgrey {
  background: #f1f2f2; }

.innerContainer.narrow {
  margin: auto;
  padding-left: 1.5em;
  padding-right: 1.5em; }

img.insetRight {
  float: right;
  margin: 0 0 1.5em 1.5em; }

img {
  object-fit: contain;
  flex-shrink: 0; }

.heroBlock .insetRight, .heroBlockWrapper .insetRight, .bulletItem .insetRight {
  max-width: 120px; }

.breadcrumbs {
  padding: 1.5em; }
  .breadcrumbs span {
    display: inline-block;
    font-size: .9em;
    vertical-align: middle;
    line-height: 1; }
  .breadcrumbs .separator {
    font-size: 1.2em;
    color: #EBA900;
    display: inline-block;
    margin: 0 .5em;
    font-weight: 100; }
  .breadcrumbs .currentPage {
    font-weight: 700; }

.mobile-height-200 {
  height: 200px; }

.narrowSlider {
  max-width: 300px;
  margin: 0 auto; }

.frame .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.frame img {
  vertical-align: middle; }

article .article-date {
  font-size: 1.2em;
  color: #000;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #000; }

article .article-back a {
  font-size: 1em; }
  article .article-back a .separator {
    color: #EBA900; }
  article .article-back a:hover {
    color: #EBA900; }

.searchResults {
  margin: 0 0 1.5em;
  padding: 0; }
  .searchResults li {
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
    list-style: none;
    border-bottom: 1px solid #000; }
    .searchResults li .slug {
      display: inline-block;
      letter-spacing: 0;
      margin: 0 0 .75em;
      padding: .25em .5em;
      background: #fff;
      color: #EBA900;
      font-size: 1em;
      font-weight: 500; }
    .searchResults li p {
      font-size: 1em; }
    .searchResults li a {
      color: #2E1A47;
      font-weight: 700; }
      .searchResults li a:hover {
        color: #000;
        text-decoration: underline; }

.bg-fill-darkpurple .searchResults li {
  border-bottom: 1px solid #fff; }
  .bg-fill-darkpurple .searchResults li a {
    color: #EBA900; }
    .bg-fill-darkpurple .searchResults li a:hover {
      color: #565294; }

.formContainerWrapper {
  padding-top: 1.5em; }

.freeform-column {
  padding-bottom: 1.5em; }
  .freeform-column .button {
    margin-top: 1.5em; }

.mobilePadTop {
  padding-top: 7.5%; }

.backToTop {
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  z-index: 999; }
  .backToTop .icon {
    fill: #fff;
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }

.top-link {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.top-link.show {
  opacity: 1;
  visibility: visible;
  display: block; }

.top-link.hide {
  opacity: 0;
  visibility: hidden;
  display: block; }

@media only screen and (min-width: 46em) {
  .mobilePadTop {
    padding: 0; }
  .bp1-vh-50 {
    height: 50vh; }
  .bp1-vh-60 {
    height: 60vh; }
  .bp1-vh-70 {
    height: 70vh; }
  .bp1-vh-80 {
    height: 80vh; }
  .bp1-vh-90 {
    height: 90vh; }
  .container.ultraNarrow {
    max-width: 420px;
    width: 420px; }
  .innerContainer.narrow {
    max-width: 555px;
    width: 555px;
    padding: 3em 1.5em; }
  .container.mediumNarrow {
    max-width: 600px;
    width: 600px; }
  .heroBlock .insetRight {
    max-width: 200px; }
  .mobile-height-200 {
    height: auto; } }

@media only screen and (min-width: 55em) {
  .backToTop {
    bottom: 2.2em;
    right: 2.2em; }
  .formContainerWrapper {
    padding-top: 0; }
  .searchResults li article {
    max-width: 46em; }
    .searchResults li article p {
      color: #fff; }
  .bp2-vh-50 {
    height: 50vh; }
  .bp2-verticalPadding-5 {
    padding-top: 5%;
    padding-bottom: 5%; }
  .bp2-verticalPadding-10 {
    padding-top: 10%;
    padding-bottom: 10%; }
  .bp2-verticalPadding-20 {
    padding-top: 20%;
    padding-bottom: 20%; }
  .breadcrumbs {
    display: block;
    padding: 2em 0 0 0; }
    .breadcrumbs span {
      font-size: 1em; }
    .breadcrumbs .separator {
      font-size: 1.6em; }
  .container.bleedtoEdgeOnMobile {
    padding: 0 1.5em; }
  .containerMobile {
    padding: 0; }
  .island {
    padding: 3em; }
  .large-island {
    padding: 6em; }
  .mobile-pad--top {
    padding-top: 0; }
  .pad--top-plus {
    padding-top: 3em; }
  .pad--bottom-plus,
  .pad--bottom-double {
    padding-bottom: 3em; }
  .bp2-container-85,
  .bp2-max-width-85 {
    max-width: 85%; }
  .bp2-max-width-75 {
    max-width: 75%; }
  .bp2-container-75 {
    max-width: 75%; }
  .bp2-container-65 {
    max-width: 65%; }
  .matchingMargin-16 {
    margin: 0 16.66667%; }
  .verticalOffsetBG,
  .bg-fill-90,
  .bg-fill-80,
  .bg-fill-70 {
    background: transparent !important;
    position: relative; }
    .verticalOffsetBG:after,
    .bg-fill-90:after,
    .bg-fill-80:after,
    .bg-fill-70:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 80%;
      height: 100%;
      z-index: 1; }
    .verticalOffsetBG > *,
    .bg-fill-90 > *,
    .bg-fill-80 > *,
    .bg-fill-70 > * {
      position: relative;
      z-index: 2; }
  .verticalOffsetBG:after {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%; }
  .bg-fill-70:after {
    width: 70%; }
  .bg-fill-90:after {
    width: 90%; }
  .bg-fill-90.rightSide:after,
  .bg-fill-80.rightSide:after,
  .bg-fill-70.rightSide:after {
    right: 0;
    left: auto; }
  .bg-fill-90.bg-fill-yellow:after,
  .bg-fill-80.bg-fill-yellow:after,
  .bg-fill-70.bg-fill-yellow:after {
    background-color: #EBA900; }
  .bg-fill-90.bg-fill-darkpurple:after,
  .bg-fill-80.bg-fill-darkpurple:after,
  .bg-fill-70.bg-fill-darkpurple:after {
    background-color: #2E1A47; }
  .verticalOffsetBG.bg-fill-lightgrey:after,
  .bg-fill-90.bg-fill-lightgrey:after,
  .bg-fill-80.bg-fill-lightgrey:after,
  .bg-fill-70.bg-fill-lightgrey:after {
    background-color: #f1f2f2; } }

@media only screen and (min-width: 70em) {
  .container.wider {
    padding-right: 3em;
    padding-left: 3em; }
  .verticalPaddingMobile-5 {
    padding-top: 0;
    padding-bottom: 0; }
  .minHeightPanel {
    min-height: 420px; } }

@media only screen and (min-width: 90em) {
  .container,
  .container.bleedtoEdgeOnMobile {
    padding: 0; }
  .container.medium {
    padding-left: 1.5em;
    padding-right: 1.5em; } }

@media only screen and (min-width: 110em) {
  .container.wide {
    padding-left: 0;
    padding-right: 0; } }

.navigation {
  background: transparent; }
  .navigation:before, .navigation:after {
    content: "";
    display: table;
    clear: both; }
  .navigation:after {
    clear: both; }
  .navigation ul {
    margin: 0;
    padding: 0; }
    .navigation ul:before, .navigation ul:after {
      content: "";
      display: table;
      clear: both; }
    .navigation ul:after {
      clear: both; }
    .navigation ul li {
      margin: 0;
      padding: 0;
      list-style: none; }

.brand {
  position: absolute;
  text-transform: uppercase;
  font-size: 1em;
  z-index: 9999; }
  .brand a,
  .brand a:visited {
    display: block;
    z-index: 999;
    color: #2E1A47;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    .brand a:hover,
    .brand a:visited:hover {
      opacity: .7; }

.nav-container {
  max-width: 90em;
  margin: 0 auto;
  position: relative; }

nav {
  float: right;
  position: relative;
  z-index: 998; }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav ul li {
      float: left;
      position: relative; }
      nav ul li a {
        display: block;
        padding: 0 25px;
        line-height: 40px;
        background: transparent;
        color: #2E1A47;
        text-decoration: none; }
        nav ul li a:hover {
          color: #EBA900; }
      nav ul li span {
        display: block;
        padding: 0 25px;
        color: #97999B; }
      nav ul li .sub {
        padding-left: 35px !important; }
      nav ul li .parent {
        padding: 0 25px 0 0;
        font-weight: 700;
        text-transform: lowercase;
        letter-spacing: 0.02em;
        font-size: 1.2em; }
      nav ul li .parent.activated {
        color: #EBA900; }
        nav ul li .parent.activated:not(:only-child):after {
          color: #2E1A47; }
      nav ul li ul li {
        min-width: 190px; }
        nav ul li ul li a, nav ul li ul li span {
          padding: 6px 15px;
          line-height: 20px; }
    nav ul li.firstItem.noDropdown a {
      color: #97999B; }
      nav ul li.firstItem.noDropdown a:hover {
        color: #EBA900; }
    nav ul li.withDropdown a {
      vertical-align: middle;
      position: relative; }
      nav ul li.withDropdown a:not(:only-child):after {
        padding-left: 0;
        height: 6px;
        width: 6px;
        content: '›';
        display: inline-block;
        position: absolute;
        right: -6px;
        top: 50%;
        color: #EBA900;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: #fff; }

.navigation .nav-dropdown {
  padding: 0 0 15px 0; }

nav ul li .nav-dropdown li a, nav ul li .nav-dropdown li span {
  font-size: .9em; }

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 80px;
  width: 35px;
  z-index: 999;
  vertical-align: middle; }

nav .upper-nav-list {
  display: block; }
  nav .upper-nav-list li a {
    text-transform: uppercase;
    color: #97999B;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: .9em; }
  nav .upper-nav-list li .as-button {
    color: #fff;
    background: #EBA900;
    display: block;
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px; }
    nav .upper-nav-list li .as-button:hover {
      background: #97999B; }

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block; }
  nav {
    width: 100%;
    padding: 80px 0 0; }
    nav ul.nav-list, nav .upper-nav-list {
      display: none; }
      nav ul.nav-list li, nav .upper-nav-list li {
        float: none; }
        nav ul.nav-list li a, nav .upper-nav-list li a {
          padding: 9px 0; }
        nav ul.nav-list li span, nav .upper-nav-list li span {
          padding: 9px 15px;
          line-height: 20px; }
        nav ul.nav-list li ul li a,
        nav ul.nav-list li ul li span, nav .upper-nav-list li ul li a,
        nav .upper-nav-list li ul li span {
          padding: 4px 0;
          font-size: 1.1em; }
      nav ul.nav-list .socialNav, nav .upper-nav-list .socialNav {
        display: inline-block; }
      nav ul.nav-list .navDonateButtonWrapper, nav .upper-nav-list .navDonateButtonWrapper {
        display: inline-block;
        width: 160px; }
        nav ul.nav-list .navDonateButtonWrapper a, nav .upper-nav-list .navDonateButtonWrapper a {
          line-height: 20px; }
  .nav-dropdown {
    position: static; }
  header {
    padding: 10px 1.5em; }
    header .logo {
      width: 70px; } }

@media screen and (min-width: 799px) {
  .nav-dropdown {
    padding: 6px 3px !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); }
  .nav-list, .upper-nav-list {
    display: block !important; }
  .upper-nav-list {
    float: right;
    position: absolute;
    top: 0;
    right: 0; }
  .nav-container {
    position: relative; }
  .navigation .nav-list {
    margin-top: 45px; }
  header {
    padding: 20px 1.5em 40px; }
    header .logo {
      width: 120px; }
  nav ul li .parent {
    font-size: .9em;
    padding: 0 20px 0 0; }
  nav ul li:last-child .parent {
    padding: 0 25px 0 0; }
  nav ul li:last-child .nav-dropdown {
    right: 0;
    text-align: right; }
  nav ul li.withDropdown .parent {
    padding: 0 25px 0 0; }
  nav ul li.withDropdown:last-child .parent {
    padding: 0 25px 0 0; }
    nav ul li.withDropdown:last-child .parent:after {
      right: -6px; } }

@media screen and (min-width: 70em) {
  nav ul li .parent {
    font-size: 1em;
    padding: 0 20px 0 0; }
  nav ul li:last-child .parent {
    padding: 0 20px 0 15px; }
  nav ul li:last-child .nav-dropdown {
    right: 0;
    text-align: right; }
  nav ul li.withDropdown .parent {
    padding: 0 20px 0 15px; }
  nav ul li.withDropdown a:not(:only-child):after {
    right: -12px; }
  nav ul li.withDropdown:last-child .parent {
    padding: 0 20px 0 15px; }
    nav ul li.withDropdown:last-child .parent:after {
      right: -12px; } }

@media screen and (min-width: 110em) {
  nav ul li:last-child .nav-dropdown {
    right: auto;
    text-align: left; } }

#nav-toggle {
  cursor: pointer;
  display: block;
  height: 25px;
  position: relative;
  top: 50%; }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #2E1A47;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out; }
  #nav-toggle span:before {
    top: -10px; }
  #nav-toggle span:after {
    bottom: -10px; }
  #nav-toggle.active span {
    background-color: transparent; }
    #nav-toggle.active span:before, #nav-toggle.active span:after {
      top: 0; }
    #nav-toggle.active span:before {
      transform: rotate(45deg); }
    #nav-toggle.active span:after {
      transform: rotate(-45deg); }

/* $. Keyframes
\*----------------------------------------------------------------*/
@keyframes shrink {
  0% {
    color: #4B4B4B;
    transform: scale(1.2); }
  100% {
    transform: scale(1);
    color: grey; } }

@keyframes grow {
  0% {
    transform: scale(1);
    color: grey; }
  100% {
    transform: scale(1.2);
    color: #4B4B4B;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px); } }

/* $. Classes
\*----------------------------------------------------------------*/
.slick-disabled {
  opacity: .25; }

.animate {
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: center left;
  opacity: .15;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  transition: all 1s ease-in; }

.pagination .slick-current + .slick-slide > span {
  opacity: 1; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent;
  padding-top: 0; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
  outline: none; }

.slick-vertical .slick-slide:focus,
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide::selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none; }

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

.slick-current {
  position: relative; }

.pagination .slick-slide {
  overflow: hidden;
  padding: 4px 0; }

.pagination [aria-hidden] {
  transition: 1s; }

.pagination .slick-current > span {
  box-sizing: border-box;
  display: block; }

.no-js .pagination .slick-item:nth-child(2) > span {
  padding: 1em 0; }

.pagination-item {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #97999B;
  white-space: normal; }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.carousel {
  width: 100%; }

.carousel-cell {
  width: 100%; }

.slider-nav-thumbnails {
  height: 230px;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .slider-nav-thumbnails .directionArrowBox {
    position: relative;
    height: 42.5%;
    width: 50%;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 63.5%;
    display: none;
    z-index: 1; }
  .slider-nav-thumbnails .directionArrow {
    position: absolute; }
    .slider-nav-thumbnails .directionArrow span {
      display: inline-block;
      background: transparent;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
      .slider-nav-thumbnails .directionArrow span .icon {
        width: 25px;
        height: 25px;
        stroke: #fff;
        vertical-align: middle; }
  .slider-nav-thumbnails .directionArrow.top.left {
    transform: rotate(-135deg); }
  .slider-nav-thumbnails .directionArrow.top.right {
    transform: rotate(-45deg); }
  .slider-nav-thumbnails .directionArrow.bottom.center {
    transform: rotate(-270deg); }
  .slider-nav-thumbnails .circleButton {
    margin: 0;
    padding: 0;
    font-size: .9em;
    text-align: center;
    background: transparent;
    border: none;
    display: block;
    position: absolute;
    margin: auto;
    width: 112px;
    height: 112px;
    z-index: 99; }
    .slider-nav-thumbnails .circleButton span {
      margin: auto;
      display: block;
      width: 112px;
      height: 112px;
      line-height: 112px;
      font-size: .9em;
      font-weight: 700;
      color: #2E1A47;
      background: #fff;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
      .slider-nav-thumbnails .circleButton span:hover {
        background: #EBA900;
        color: #2E1A47; }
  .slider-nav-thumbnails .center {
    left: 0;
    right: 0; }
  .slider-nav-thumbnails .right {
    right: 0;
    left: auto; }
  .slider-nav-thumbnails .left {
    left: 0;
    right: auto; }
  .slider-nav-thumbnails .top {
    top: 0;
    bottom: auto; }
  .slider-nav-thumbnails .bottom {
    bottom: 0;
    top: auto; }
  .slider-nav-thumbnails .circleButton.is-selected span {
    background: #EBA900;
    color: #2E1A47; }

.button.circle.sliderNextCircle {
  border: none;
  background: #2E1A47;
  width: 30px;
  height: 30px;
  line-height: 27px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer; }
  .button.circle.sliderNextCircle .icon {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    width: 45%;
    height: 45%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.button--next.button.circle.sliderNextCircle,
.button--next-slick.circle.sliderNextCircle {
  float: right; }

.button.circle.sliderNextCircle.prev .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.carouselNavButtons .button {
  margin-left: 60px; }

.carousel-status,
.carousel-status--slick {
  font-weight: 600;
  font-size: 1em; }

@media only screen and (min-width: 46em) {
  .slider-nav-thumbnails {
    height: 330px;
    max-width: 370px; }
    .slider-nav-thumbnails .circleButton {
      font-size: 1em;
      width: 162px;
      height: 162px; }
      .slider-nav-thumbnails .circleButton span {
        width: 162px;
        height: 162px;
        line-height: 162px;
        font-size: 1em; }
  .button--next-slick.circle.sliderNextCircle {
    float: none; } }

@media only screen and (min-width: 46em) {
  .carousel {
    width: 410px; }
  .pagination-item {
    font-size: 40px;
    padding-left: 10px; } }

@media only screen and (min-width: 55em) {
  .button.circle.sliderNextCircle {
    float: none; } }

@media only screen and (min-width: 70em) {
  .pagination-item {
    font-size: 55px; }
  .slider-nav-thumbnails {
    height: 450px;
    max-width: 470px; }
    .slider-nav-thumbnails .directionArrowBox {
      display: block; }
    .slider-nav-thumbnails .circleButton {
      font-size: 1em;
      width: 192px;
      height: 192px; }
      .slider-nav-thumbnails .circleButton span {
        width: 192px;
        height: 192px;
        line-height: 192px;
        font-size: 1.2em;
        font-family: "IBM Plex Sans", Arial, sans-serif; } }

@media only screen and (min-width: 90em) {
  .pagination-item {
    font-size: 62px; } }

.lightboxContent {
  display: none; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018  (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden; }

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0); }

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

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

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 0;
  border-bottom: 0 solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 700px;
  background: #fff;
  cursor: auto;
  white-space: normal; }

.featherlight .featherlight-inner {
  display: block; }

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 20px;
  right: 20px;
  line-height: 32px;
  width: 32px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: #2E1A47;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  border: 0;
  padding: 0; }

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  width: 100%; }

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  border: 0; }

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 0;
    border-bottom: 0 solid transparent; } }

@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

.featherlight-content {
  max-width: 1200px;
  min-width: 90%; }

@media only screen and (min-width: 70em) {
  .featherlight-content {
    max-width: 1200px;
    min-width: 60%; } }

.css-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.position-absolute {
  position: absolute; }

.width-100\% {
  width: 100%; }

.height-100\% {
  height: 100%; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.object-cover {
  object-fit: cover; }

.flex {
  display: flex; }

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

@media only screen and (min-width: 46em) {
  .flex\@sm {
    display: flex; } }

@media only screen and (min-width: 55em) {
  .flex\@md {
    display: flex; } }

.flex-gap > div {
  margin: 1.5em; }

.object-cover {
  object-fit: cover; }

.margin-auto {
  margin: auto; }

.heroImageWithWordCarouselPanel .innerWrapFlex {
  display: flex;
  align-content: center;
  align-items: center; }
  @media only screen and (min-width: 46em) {
    .heroImageWithWordCarouselPanel .innerWrapFlex {
      align-items: end; } }
.heroImageWithWordCarouselPanel .heroHeading {
  color: #fff; }

.heroImageWithWordCarouselPanel .wordCarouselWrap {
  padding-bottom: 5em;
  margin-top: 5em; }
  .heroImageWithWordCarouselPanel .wordCarouselWrap:before {
    content: '';
    display: block;
    width: 120px;
    height: 5px;
    margin-bottom: 3rem;
    background-color: #EBA900; }
  @media only screen and (min-width: 55em) {
    .heroImageWithWordCarouselPanel .wordCarouselWrap {
      width: 45%;
      height: 34vh; } }
.heroImageWithWordCarouselPanel .pagination .slick-slide {
  overflow: visible;
  width: 90%; }

.heroImageWithWordCarouselPanel .pagination-item {
  color: #fff !important;
  font-size: 28px !important;
  padding-left: 0 !important;
  display: block;
  line-height: 1.4em;
  background: transparent;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .heroImageWithWordCarouselPanel .pagination-item strong {
    font-weight: 700;
    color: #fff !important; }

.heroImageWithWordCarouselPanel .bg-overlay-purple:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2E1A47;
  opacity: .5; }

.heroImageWithWordCarouselPanel .slick-item {
  transition: all 2.2s;
  transition: transform .5s ease;
  transform: scale(1); }
  .heroImageWithWordCarouselPanel .slick-item span {
    transition: all 2.2s; }

.heroImageWithWordCarouselPanel .slick-disabled {
  opacity: .25; }

.heroImageWithWordCarouselPanel .animate {
  opacity: 1;
  transition: all 2.2s; }

.heroImageWithWordCarouselPanel .pagination .slick-current + .slick-slide > span {
  opacity: .25; }

.productBox {
  height: 100%;
  background: #fff;
  text-align: center;
  position: relative;
  display: block;
  padding-bottom: 6em;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .productBox .productBox-heading {
    padding: 0.75em 0; }
    .productBox .productBox-heading h3 {
      font-size: 1.8em; }
  .productBox .productBox-content {
    padding: 1.5em; }
  .productBox .boxFeatureDetail {
    padding: 1.5em 0 0 0;
    margin: 0 auto;
    position: absolute;
    bottom: 1.5em;
    left: 0;
    right: 0; }
  .productBox .price {
    font-weight: 800;
    font-size: 1.2em; }
  .productBox .separator {
    font-size: 1em;
    margin: .25rem 0;
    font-weight: 800; }
  .productBox .productBox-details {
    padding: 0.75em;
    background: #f1f2f2;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }
    .productBox .productBox-details .boxDetail {
      font-size: 1em;
      margin: 0 0 0.75em;
      padding: 0 0 0.75em;
      border-bottom: 1px solid #fff; }
      .productBox .productBox-details .boxDetail p {
        margin: 0;
        padding: 0;
        font-size: 1em; }
      .productBox .productBox-details .boxDetail:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
  .productBox:hover {
    background: #2E1A47;
    color: #fff; }
    .productBox:hover .productBox-heading {
      color: #EBA900; }
    .productBox:hover .productBox-details {
      color: #2E1A47;
      background: #EBA900; }
    .productBox:hover .price {
      color: #EBA900; }

.productBox.style-green {
  border-top: 3px solid #7A9A01; }
  .productBox.style-green .productBox-heading, .productBox.style-green .price {
    color: #7A9A01; }
  .productBox.style-green:hover {
    background: #7A9A01; }
    .productBox.style-green:hover .productBox-heading, .productBox.style-green:hover .price {
      color: #fff; }
    .productBox.style-green:hover .productBox-details {
      background: #f1f2f2;
      color: #2E1A47; }

.productBox.style-blue {
  border-top: 3px solid #0085AD; }
  .productBox.style-blue .productBox-heading, .productBox.style-blue .price {
    color: #0085AD; }
  .productBox.style-blue:hover {
    background: #0085AD; }
    .productBox.style-blue:hover .productBox-heading, .productBox.style-blue:hover .price {
      color: #fff; }
    .productBox.style-blue:hover .productBox-details {
      background: #f1f2f2;
      color: #2E1A47; }

.productBox.style-red {
  border-top: 3px solid #BA0020; }
  .productBox.style-red .productBox-heading, .productBox.style-red .price {
    color: #BA0020; }
  .productBox.style-red:hover {
    background: #BA0020; }
    .productBox.style-red:hover .productBox-heading, .productBox.style-red:hover .price {
      color: #fff; }
    .productBox.style-red:hover .productBox-details {
      background: #f1f2f2;
      color: #2E1A47; }

.productBox.style-purple {
  border-top: 3px solid #565294; }
  .productBox.style-purple .productBox-heading, .productBox.style-purple .price {
    color: #565294; }
  .productBox.style-purple:hover {
    background: #565294; }
    .productBox.style-purple:hover .productBox-heading, .productBox.style-purple:hover .price {
      color: #fff; }
    .productBox.style-purple:hover .productBox-details {
      background: #f1f2f2;
      color: #2E1A47; }

.statSlide .statSlide-number {
  font-size: 8em;
  font-weight: 700;
  color: #EBA900; }

.statSlide .statSlide-description {
  font-weight: 700;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em; }

.bulletItem {
  padding: 0.75em 0 0 0;
  margin-bottom: .5em; }
  .bulletItem:before, .bulletItem:after {
    content: "";
    display: table;
    clear: both; }
  .bulletItem:after {
    clear: both; }
  .bulletItem .bullet {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 50%;
    background: #EBA900;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: -4px 1em 0 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    .bulletItem .bullet .icon {
      width: 50%;
      height: 50%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .bulletItem .bulletItem-content {
    display: block;
    float: left;
    width: 80%; }

.statsGroup .statsGroup-heading * {
  font-size: 1.2em;
  letter-spacing: .02em; }

.statsGroup .statsGroup-block {
  max-width: 96%;
  padding: 0; }
  .statsGroup .statsGroup-block .statNumber {
    font-size: 2.4em;
    color: #EBA900;
    font-weight: 700; }
  .statsGroup .statsGroup-block p {
    margin-bottom: 0; }

.mediaHoverList .categoryButton a {
  display: block;
  padding: 1.5em;
  position: relative;
  height: 100%; }
  .mediaHoverList .categoryButton a h3 {
    padding-bottom: 3em; }
  .mediaHoverList .categoryButton a .overlay {
    z-index: 2;
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 175px; }
  .mediaHoverList .categoryButton a .underlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  .mediaHoverList .categoryButton a:hover .underlay {
    opacity: 1;
    transform: scale(1.1); }
  .mediaHoverList .categoryButton a:hover h3 {
    color: #fff; }
  .mediaHoverList .categoryButton a:hover .block-moreBtn-icon {
    background: #fff !important; }
    .mediaHoverList .categoryButton a:hover .block-moreBtn-icon .icon {
      fill: #2E1A47 !important;
      stroke: #2E1A47 !important; }
  .mediaHoverList .categoryButton a:hover .block-moreBtn-label {
    color: #fff !important; }

.mediaHoverList .block-moreBtn {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0; }

.mediaHoverList .block-moreBtn-icon {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.block-moreBtn {
  display: inline-block;
  text-decoration: none !important; }

.block-moreBtn-label {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  font-weight: 600;
  margin-right: 8px; }

.block-moreBtn-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 50%;
  vertical-align: middle;
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px; }
  .block-moreBtn-icon .icon {
    width: 50%;
    height: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.careerListing {
  margin: 0 0 3em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #565294; }

.careerListing-excerpt .block-moreBtn:hover .block-moreBtn-label {
  color: #EBA900; }

.careerListing-excerpt .block-moreBtn:hover .circle {
  background: #EBA900; }

.careerListing-excerpt.open .block-moreBtn .block-moreBtn-label {
  color: #EBA900; }

.careerListing-excerpt.open .block-moreBtn .block-moreBtn-icon {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.careerListing-excerpt.open .block-moreBtn .circle {
  background: #EBA900; }

.mediaSortMenu {
  margin: 0 0 3em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #000; }
  .mediaSortMenu .tabs {
    margin: 0;
    padding: 0; }
    .mediaSortMenu .tabs li {
      margin: 0 .75em 1.5em;
      padding: 0;
      display: inline-block;
      list-style: none; }
      .mediaSortMenu .tabs li a {
        display: inline-block;
        vertical-align: middle; }
      .mediaSortMenu .tabs li .cta.button {
        font-weight: 300;
        font-size: 1em;
        text-transform: none;
        padding: 1em 2.25em 1.2em;
        min-width: 100px; }
        .mediaSortMenu .tabs li .cta.button:hover {
          color: #fff;
          background: #EBA900; }
      .mediaSortMenu .tabs li .cta.button.mixitup-control-active {
        background: #EBA900;
        color: #fff; }
    .mediaSortMenu .tabs li.active .cta.button {
      background: #EBA900;
      color: #fff; }

.mediaHoverList.withTabs .post {
  display: none; }

.mediaHoverList.withTabs .post.active {
  display: flex; }

.numberGrid-row {
  display: flex;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  .numberGrid-row.asBlock {
    display: block;
    text-align: center; }
    .numberGrid-row.asBlock .info p {
      max-width: 200px;
      margin: auto; }
  .numberGrid-row .row-arrow {
    flex: 1 100%; }
    .numberGrid-row .row-arrow span {
      text-align: center;
      display: block;
      width: 140px; }
    .numberGrid-row .row-arrow .icon {
      width: 80px;
      height: 40px;
      margin: 0 auto;
      fill: #EBA900; }
    .numberGrid-row .row-arrow.flipArrow .icon {
      -moz-transform: scale(1, -1);
      -webkit-transform: scale(1, -1);
      -o-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .numberGrid-row .numberGrid-col {
    width: 140px;
    position: relative;
    flex: 0;
    margin: auto; }
    .numberGrid-row .numberGrid-col .info {
      padding: 0.75em 0.75em 0.75em 1.5em; }
      .numberGrid-row .numberGrid-col .info p {
        font-size: .9em;
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        color: #2E1A47; }
    .numberGrid-row .numberGrid-col .circle {
      position: relative;
      vertical-align: middle;
      height: 140px;
      width: 140px;
      background: #f7e1a8;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
      .numberGrid-row .numberGrid-col .circle span {
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        width: 100%; }
      .numberGrid-row .numberGrid-col .circle .number {
        position: absolute;
        font-size: 6rem;
        color: #fff;
        font-weight: 800; }
        .numberGrid-row .numberGrid-col .circle .number.smallNumber {
          font-size: 3rem; }
      .numberGrid-row .numberGrid-col .circle .label {
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1.2em;
        text-align: center;
        width: 85%;
        margin: 0 auto;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; }
  .numberGrid-row .numberGrid-col.withInfo {
    flex: 2;
    width: auto; }

.numberGrid-row > * {
  flex-grow: 1; }

.parent > .row-arrow {
  min-width: 100%; }

.quoteContainer {
  padding-bottom: 1.5em;
  position: relative; }
  .quoteContainer .quoteCircle {
    position: absolute;
    left: 1.5em;
    top: 1em;
    height: 120px;
    width: 120px;
    z-index: 0;
    background: #fff;
    text-align: left;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .quoteContainer .quoteCircle .quoteAccent {
      font-family: Georgia, serif;
      color: #EBA900;
      font-size: 3em;
      display: block;
      margin: 0;
      left: 30px;
      top: 20px;
      font-weight: 700;
      position: absolute; }
  .quoteContainer .quote blockquote {
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 3em 1.5em 0 4em; }
    .quoteContainer .quote blockquote p {
      color: #2E1A47;
      font-weight: 700;
      font-size: 1.4em; }
  .quoteContainer .quote cite {
    display: block;
    text-align: right;
    z-index: 2;
    position: relative; }
    .quoteContainer .quote cite span {
      display: block; }
    .quoteContainer .quote cite .person {
      font-weight: 700;
      font-size: 1.4em; }

.quoteContainer.withVideo {
  padding-bottom: 3em; }

.videoContainer {
  padding-bottom: 3em !important; }

.tab-content {
  display: none; }

.tab-content.current {
  display: block; }

.groupSet .col {
  margin-bottom: 32px; }
  .groupSet .col img {
    max-width: 100%; }

.groupSet .square {
  width: 100%;
  position: relative;
  text-align: center; }
  .groupSet .square:after {
    content: " ";
    display: block;
    padding-bottom: 100%; }
  .groupSet .square img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 100%; }
  .groupSet .square .inner {
    position: absolute;
    width: 100%;
    height: 100%; }

.peopleList .col {
  margin-bottom: 32px; }

.peopleList .person .person-thumb {
  background: #EBA900;
  position: relative; }
  .peopleList .person .person-thumb img {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  .peopleList .person .person-thumb .circle {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 10;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  .peopleList .person .person-thumb .circle::before {
    content: "+";
    height: 34px;
    width: 34px;
    font-size: 34px;
    line-height: 0;
    margin-top: -2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-family: "IBM Plex Sans", Arial, sans-serif;
    color: #EBA900; }

.peopleList .person .person-vcard {
  padding: 1.5em 0 0 0; }
  .peopleList .person .person-vcard h3 {
    color: #97999B;
    margin: 0; }
  .peopleList .person .person-vcard p {
    margin: 0;
    font-size: .9em;
    color: #97999B; }

.peopleList .person:hover {
  opacity: 1; }
  .peopleList .person:hover .person-thumb {
    opacity: 1; }
    .peopleList .person:hover .person-thumb .circle {
      opacity: 1; }
    .peopleList .person:hover .person-thumb img {
      opacity: .6; }
  .peopleList .person:hover .person-vcard h3 {
    color: #EBA900; }

.personProfile .photoWrapper img {
  width: 100%; }

.personProfile .social .socialIcon {
  background: #97999B;
  margin: 0; }
  .personProfile .social .socialIcon .icon {
    fill: #fff;
    width: 95%;
    height: 95%; }

.personProfile .social .label {
  font-size: .8em;
  color: #97999B;
  display: inline-block;
  margin-left: .25em;
  font-style: italic; }

.personProfile .social:hover .socialIcon {
  background: #000; }
  .personProfile .social:hover .socialIcon .icon {
    fill: #fff; }

.personProfile .social:hover .label {
  color: #000; }

.personProfile .personName {
  margin: 1.5em 0 0.15em 0;
  padding: 0;
  color: #EBA900; }

.personProfile .personJobTitle {
  margin: 0 0 1.5em;
  padding: 0;
  font-size: 1.2em;
  color: #97999B;
  font-weight: 300; }

.heroBlock .sitemap {
  margin: 0 0 3em;
  padding: 0 3em;
  border-left: 2px solid #EBA900; }
  .heroBlock .sitemap li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em; }
    .heroBlock .sitemap li .parent {
      font-size: 1.2em;
      font-weight: 300;
      color: #2E1A47;
      display: block;
      padding: 1.75em 0; }
    .heroBlock .sitemap li ul {
      margin: 0;
      padding: 0 0 0 2em;
      border-left: 2px solid #EBA900; }
      .heroBlock .sitemap li ul li {
        list-style: none;
        margin: 0;
        padding: .25em 0; }
        .heroBlock .sitemap li ul li span {
          color: #2E1A47;
          display: block; }
        .heroBlock .sitemap li ul li a {
          font-size: 1.2em;
          color: #2E1A47;
          font-weight: 700;
          margin: 0;
          padding: 0; }
          .heroBlock .sitemap li ul li a:hover {
            color: #EBA900; }
    .heroBlock .sitemap li:first-child .parent {
      padding: 0 0 1.75em; }

.heroBlock .sitemap-news {
  margin: 0 0 1.5em;
  padding: 0; }
  .heroBlock .sitemap-news li {
    margin: 0 0 1.5em;
    padding: 0 0 1.5em;
    font-size: 1.2em;
    line-height: 1.4em;
    list-style: none;
    border-bottom: 1px solid #97999B; }
    .heroBlock .sitemap-news li span {
      display: block;
      font-size: .8em;
      color: #97999B;
      margin: 0 0 .5em; }
    .heroBlock .sitemap-news li a {
      font-size: 1em; }
      .heroBlock .sitemap-news li a:hover {
        color: #2E1A47;
        text-decoration: underline; }
    .heroBlock .sitemap-news li:nth-child(even) a {
      color: #EBA900; }
      .heroBlock .sitemap-news li:nth-child(even) a:hover {
        color: #EBA900; }

.cookie {
  opacity: 0;
  display: none !important; }

.announcementBar {
  position: relative;
  padding: 0.75em 3em 0.75em 1.5em;
  text-align: center; }
  .announcementBar .closeButton {
    width: 25px;
    height: 25px;
    right: 1em;
    border: none;
    background: no-repeat;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    position: absolute; }
    .announcementBar .closeButton:hover {
      opacity: .6; }
    .announcementBar .closeButton .icon {
      width: 25px;
      height: 25px;
      fill: #fff; }
  .announcementBar .announcement {
    font-size: .9em;
    color: #fff; }
    .announcementBar .announcement a {
      text-decoration: underline; }
      .announcementBar .announcement a:hover {
        text-decoration: none; }

.announcementBar.bg-fill-yellow .announcement a,
.announcementBar.bg-fill-green .announcement a,
.announcementBar.bg-fill-blue .announcement a {
  color: #fff; }
  .announcementBar.bg-fill-yellow .announcement a:hover,
  .announcementBar.bg-fill-green .announcement a:hover,
  .announcementBar.bg-fill-blue .announcement a:hover {
    color: #2E1A47; }

.announcementBar.hide {
  display: none; }

.fadeIn {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.scrollable-y {
  height: 200px;
  overflow: hidden;
  margin-bottom: 2em;
  overflow-y: scroll;
  padding-right: 2em; }

.scrollable-y::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 12px white;
  background-color: #EBA900;
  border: 1px solid #EBA900; }

.scrollable-y::-webkit-scrollbar {
  width: 12px;
  background-color: #EBA900;
  border: 1px solid #EBA900; }

.scrollable-y::-webkit-scrollbar-thumb {
  background-color: #EBA900;
  border: 1px solid #EBA900; }

@media only screen and (max-width: 46em) {
  .categoryButton:nth-child(even) {
    border-bottom: 1px solid #dfdfdf; }
  .categoryButton:nth-child(odd) {
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf; } }

@media only screen and (min-width: 46em) {
  .productBox .productBox-heading h3 {
    display: block;
    min-height: 3em; }
  .productBox .productBox-details .boxDetail:first-child {
    min-height: 4em;
    vertical-align: middle;
    display: block; }
    .productBox .productBox-details .boxDetail:first-child p {
      vertical-align: middle; }
  .css-columns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3; }
  .categoryButton {
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf; }
    .categoryButton:nth-child(-n+2) {
      border-top: 1px solid #dfdfdf; }
    .categoryButton:nth-child(odd) {
      border-left: 1px solid #dfdfdf; }
    .categoryButton:nth-child(-n+3) {
      border-top: none; }
    .categoryButton:first-child, .categoryButton:nth-child(3n+1) {
      border-left: none; } }

@media only screen and (min-width: 55em) {
  .css-columns {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4; }
  .statsGroup .statsGroup-block {
    padding: 2em 0 0 0; }
    .statsGroup .statsGroup-block .statNumber {
      font-size: 3em; }
  .announcementBar .announcement {
    font-size: 1em; }
  .numberGrid-row .row-arrow {
    flex: 1 100%; }
    .numberGrid-row .row-arrow span {
      width: 180px; }
      .numberGrid-row .row-arrow span .icon {
        width: 100px;
        height: 60px; }
  .numberGrid-row .numberGrid-col {
    width: 180px; }
    .numberGrid-row .numberGrid-col .circle {
      height: 180px;
      width: 180px; }
      .numberGrid-row .numberGrid-col .circle .label {
        width: 65%;
        font-size: 1.6rem; }
      .numberGrid-row .numberGrid-col .circle .number {
        font-size: 8rem; }
        .numberGrid-row .numberGrid-col .circle .number.smallNumber {
          font-size: 4rem; }
  .numberGrid-row .numberGrid-col.withInfo {
    width: auto; }
  .personProfile {
    position: relative;
    padding-bottom: 0; }
    .personProfile .photoWrapper {
      height: 100%;
      width: 100%;
      position: relative;
      text-align: center;
      background: #000;
      overflow: hidden; }
      .personProfile .photoWrapper:after {
        content: " ";
        display: block;
        padding-bottom: 150%;
        background: #000; }
      .personProfile .photoWrapper .fullSizePhotoBg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center top; }
  .videoContainer {
    padding-bottom: 6em !important; }
  .quoteContainer {
    padding: 3em 0 0 0 !important;
    position: relative; }
    .quoteContainer .quoteCircle {
      position: absolute;
      left: 0;
      top: 0;
      height: 220px;
      width: 220px;
      z-index: 0;
      background: #fff;
      text-align: left;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
      .quoteContainer .quoteCircle .quoteAccent {
        display: block;
        margin: 0;
        left: 32px;
        top: 20px;
        font-size: 125px;
        color: #EBA900;
        font-weight: 700;
        position: absolute; }
    .quoteContainer .quote {
      padding: 15px 115px 0;
      margin: 0 auto; }
      .quoteContainer .quote blockquote {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        z-index: 2; }
        .quoteContainer .quote blockquote p {
          color: #2E1A47;
          font-weight: 700;
          font-size: 1.6em; }
      .quoteContainer .quote cite {
        position: relative;
        z-index: 2;
        display: block;
        margin: 0;
        padding: 0;
        font-style: normal; }
        .quoteContainer .quote cite span {
          display: block; }
        .quoteContainer .quote cite .person {
          font-weight: 700;
          font-size: 1.6em;
          text-transform: uppercase; }
  .quoteContainer.withVideo {
    padding: 3em 0 !important; } }

@media only screen and (min-width: 90em) {
  .movingPanel .col {
    position: relative; }
  .movingPanel .leftSide .circular--square {
    right: -40px;
    position: absolute; }
  .movingPanel .rightSide .circular--square {
    left: -40px;
    position: absolute; } }

@media only screen and (min-width: 110em) {
  .movingPanel .col {
    position: relative; }
  .movingPanel .leftSide .circular--square {
    right: -60px;
    position: absolute; }
  .movingPanel .rightSide .circular--square {
    left: -60px;
    position: absolute; } }

.arrow_box {
  position: relative;
  background: #EBA900;
  padding: .5em;
  color: #2E1A47;
  margin: 0 0 1.25em;
  border-radius: .25em;
  font-family: "IBM Plex Sans", Arial, sans-serif; }

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #EBA900;
  border-width: 10px;
  margin-left: -10px; }

.heroTextCarousel .carouselHeading h1 {
  font-size: 30px;
  text-transform: lowercase;
  font-weight: 700;
  color: #EBA900; }

.infoFeature .circleBox {
  margin: auto;
  width: 203px;
  height: 203px;
  line-height: 203px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }
  .infoFeature .circleBox .icon {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    fill: #fff;
    stroke: #fff; }
    .infoFeature .circleBox .icon.smallIcon {
      width: 60%;
      height: 60%; }

.infoFeature .infoFeature-content {
  padding: 0.75em 0 0 0;
  max-width: 215px;
  margin: auto; }
  .infoFeature .infoFeature-content p {
    line-height: 1.2em; }

.featureCarousel {
  width: 100%; }
  .featureCarousel .slide {
    width: 100%;
    height: auto; }

.featureCarousel-dashboard {
  padding: 2em 0 0 0; }
  .featureCarousel-dashboard:before, .featureCarousel-dashboard:after {
    content: "";
    display: table;
    clear: both; }
  .featureCarousel-dashboard:after {
    clear: both; }
  .featureCarousel-dashboard .featureCarousel-status {
    float: left;
    text-align: left;
    width: 100px;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: .9em; }
  .featureCarousel-dashboard .featureCarousel-controls {
    float: right;
    text-align: right; }
    .featureCarousel-dashboard .featureCarousel-controls .cta {
      display: inline-block;
      margin: 0 0 0 1em; }

.partnerCarousel {
  border-top: 1px solid #2E1A47;
  border-bottom: 1px solid #2E1A47;
  padding: 1.5em 0; }
  .partnerCarousel .imgPanel {
    margin: 0 0 1.5em 0;
    padding: 0;
    border-left: 0.75em solid #fff;
    border-right: 0.75em solid #fff; }
  .partnerCarousel img {
    max-height: 200px; }

.articleLogo img {
  max-width: 350px;
  width: 100%; }

.partnerCarousel.disabled {
  text-align: center; }
  .partnerCarousel.disabled .imgPanel {
    display: inline-block !important;
    margin: auto;
    text-align: center;
    padding: 1.5em 0; }

.partnerCarouselControls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  .partnerCarouselControls .verticalAlign {
    top: 40%; }
  .partnerCarouselControls .button.circle.sliderNextCircle.prev {
    position: absolute !important;
    left: 1.5em !important; }
  .partnerCarouselControls .button.circle.sliderNextCircle {
    position: absolute !important;
    right: 1.5em !important; }

.partnerCarouselControls.disabled {
  display: none; }

.bg-block-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: .2; }

.bg-block-image.opacity-6 {
  opacity: .6; }

.aboveBgImage {
  z-index: 100;
  position: relative; }

.heroTextCarousel .carouselHeading h1 {
  font-size: 30px; }

.carouselWrapper {
  position: relative; }

.infoFeature .infoFeature-content {
  margin: 0 auto 3em; }

@media only screen and (min-width: 46em) {
  .heroTextCarousel .carouselHeading {
    padding-top: 50px;
    text-align: right; }
    .heroTextCarousel .carouselHeading h1 {
      font-size: 40px; }
  .heroTextCarousel:before, .heroTextCarousel:after {
    content: "";
    display: table;
    clear: both; }
  .heroTextCarousel:after {
    clear: both; } }

@media only screen and (min-width: 46em) {
  .articleLogo img {
    max-width: 100%;
    width: 100%; }
  .heroTextCarousel .carouselHeading {
    padding-top: 64px; }
    .heroTextCarousel .carouselHeading h1 {
      font-size: 52px; } }

@media only screen and (min-width: 55em) {
  .partnerCarousel .imgPanel {
    border-left: 1.5em solid #fff;
    border-right: 1.5em solid #fff; }
  .infoFeature .infoFeature-content {
    margin: 1.5em auto; }
  .featureCarousel-dashboard {
    padding-top: 4em; } }

@media only screen and (min-width: 70em) {
  .heroTextCarousel .carouselHeading {
    padding-top: 92px; }
    .heroTextCarousel .carouselHeading h1 {
      font-size: 62px; } }

@media only screen and (min-width: 90em) {
  .heroTextCarousel .carouselHeading {
    padding-top: 100px; }
    .heroTextCarousel .carouselHeading h1 {
      font-size: 69px; } }

/**
*
* Buttons of Various Sorts
*
**/
.button.pill {
  padding: .75em 1.5em .9em;
  display: inline-block;
  text-align: center;
  text-transform: none;
  min-width: 180px;
  font-weight: 700;
  line-height: 1;
  font-size: 1.2em;
  letter-spacing: 0.02em;
  vertical-align: middle;
  text-transform: lowercase;
  text-decoration: none !important;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px; }

.button.pill.small {
  font-size: .9em;
  text-transform: uppercase;
  padding: .75em 1.25em .9em;
  min-width: 140px; }

.button.pill.small.bg-fill-darkpurple {
  color: #fff; }
  .button.pill.small.bg-fill-darkpurple:hover {
    color: #EBA900; }

.button.white {
  background: #fff;
  color: #2E1A47; }
  .button.white:hover {
    background: #2E1A47;
    color: #EBA900; }

.bg-fill-purple .button.white {
  color: #565294; }
  .bg-fill-purple .button.white:hover {
    color: #fff; }

.bg-fill-darkpurple .button.white {
  color: #2E1A47; }
  .bg-fill-darkpurple .button.white:hover {
    background: #EBA900;
    color: #2E1A47; }

.bg-fill-red .button.white {
  color: #BA0020; }
  .bg-fill-red .button.white:hover {
    background: #790116;
    color: #fff; }

.toggleButton .downArrow {
  display: inline-block;
  width: 1em;
  height: 1em; }
  .toggleButton .downArrow .icon {
    width: 100%;
    height: 100%; }

.button.circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #97999B;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }
  .button.circle .icon {
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .button.circle:hover {
    background: #EBA900; }

.button.yellow {
  background: #EBA900;
  color: #fff; }
  .button.yellow:hover {
    background: #2E1A47;
    color: #fff; }

.button.circle.darkpurple {
  background: #2E1A47;
  color: #fff; }
  .button.circle.darkpurple:hover {
    background: #2E1A47;
    color: #fff; }

.button.white {
  background: #fff; }
  .button.white:hover {
    background: #2E1A47; }

@media only screen and (min-width: 55em) {
  .button.circle {
    width: 60px;
    height: 60px;
    line-height: 60px; }
    .button.circle .icon {
      width: 34px;
      height: 34px; } }

/* ----------------------------------------------  Reset form elements ---------------------------------------------- */
input, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  outline: none;
  font-family: inherit;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #EBA900;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #EBA900;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #EBA900;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

:-ms-input-placeholder {
  color: #EBA900;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

/* ----------------------------------------------  Classes  ---------------------------------------------- */
.field:before, .field:after {
  content: "";
  display: table;
  clear: both; }

.field:after {
  clear: both; }

.ff-errors {
  margin: 0;
  padding: 0;
  text-align: left; }
  .ff-errors li {
    margin: .5em 0;
    padding: 0;
    list-style: none;
    text-align: left;
    color: #BA0020;
    font-weight: 500;
    font-size: .9em; }

.ff-form-errors,
.ff-form-success {
  color: #BA0020;
  font-size: 1em;
  margin-bottom: 3em; }
  .ff-form-errors p,
  .ff-form-success p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #BA0020;
    font-weight: 700; }

.ff-form-success p {
  color: #7A9A01; }

/* ----------------------------------------------  Labels  ---------------------------------------------- */
label {
  display: block;
  float: none;
  margin: 0 0 .5em;
  padding: 0;
  text-align: left;
  text-indent: 0;
  font-size: 1em;
  line-height: 1.2em;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  color: #2E1A47; }

label.freeform-required:before {
  content: '* ';
  display: inline-block;
  color: #BA0020;
  font-size: 1em;
  font-weight: 700;
  margin-right: .15em; }

/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */
input[type="text"], input[type="email"], input[type="password"], textarea, select, div.styled, input[type="file"] {
  width: 100%;
  border: none;
  padding: 0.75em 1em;
  color: #000;
  display: block;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  background: #f1f2f2;
  border: 2px solid #2E1A47;
  border-radius: .5em;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04); }

.bg-fill-lightgrey input[type="text"], .bg-fill-lightgrey input[type="email"], .bg-fill-lightgrey input[type="password"], .bg-fill-lightgrey textarea, .bg-fill-lightgrey div.styled, .bg-fill-lightgrey input[type="file"] {
  background: #fff; }

input.smaller {
  padding: .4em .6em;
  background: #f1f2f2; }

input.large-form-field {
  padding: .52em .8em;
  background: #fff;
  margin: 0; }

input.mobile-search-input {
  background: #fff; }

.ie9 input[type="text"] {
  line-height: normal; }

/* Get the stuff to line up right */
.lt-ie10 select {
  padding-left: .5em; }

textarea {
  width: 100%;
  height: 10em; }

/* ----------------------------------------------  Select menu  ---------------------------------------------- */
/* For IE and Firefox */
div.styled {
  overflow: hidden;
  padding: 0;
  margin: 0; }

.ie7 div.styled {
  border: none; }

div.styled select {
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none; }

.ie7 div.styled select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 0.3em 1em; }

/* ----------------------------------------------  File field  ----------------------------------------------  */
/* Webkit Only */
input[type="file"] {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none; }

input[type="file"]:after {
  content: 'Upload File';
  margin: 0;
  display: inline-block;
  background: #0085AD;
  color: #fff;
  padding: 0.3em 0.5em;
  border: solid 1px #ccc !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: .5em;
  right: .5em;
  left: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute; }

input[type="file"]:active:after {
  box-shadow: none; }

/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */
.buttons--radios {
  margin: -6px 0 0 0; }

label.radio,
label.checkbox {
  display: inline;
  border: none;
  min-height: 1em;
  line-height: 1em;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding: 0 1em 0 0;
  font-size: .8em;
  font-style: italic; }

input[type="checkbox"] {
  position: absolute;
  left: -999em; }

label.checkbox:before {
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
  top: 0.5em;
  left: -2px;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../gfx/icon-check.png);
  background-repeat: no-repeat;
  background-position: -25px -25px;
  background-color: #f1f2f2;
  border: 1px solid #c2c2c2;
  border-radius: 4px; }

input[type="checkbox"] + label.checkbox:before {
  background-position: -25px -25px; }

input[type="checkbox"]:checked + label.checkbox:before {
  background-position: 50% 50%; }

input[type="radio"] + label:before {
  background-position: -25px -25px; }

input[type="radio"]:checked + label:before {
  background-position: 50% 50%; }

/* Remove the custom styling for IE 7-8 */
.ie8 label:before {
  display: none;
  content: none; }

.ie8 input[type="checkbox"],
.ie8 input[type="radio"],
.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
  position: static;
  left: 0; }

.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
  position: relative;
  top: 5px;
  margin-right: 0.5em; }

input[type="text"]:focus, textarea:focus {
  border-color: #000; }

.select-css {
  display: block;
  font-size: 16px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid #2E1A47;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #f1f2f2 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }

.select-css::-ms-expand {
  display: none; }

.select-css:focus {
  border-color: #2E1A47;
  color: #222;
  outline: none !important; }

.select-css option {
  font-weight: normal; }

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em; }

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); }

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #aaa; }

/* ---------------------------------------------- Form Submit and Next buttons ---------------------------------------------- */
form button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.8em;
  border: none;
  width: 100%;
  display: block;
  text-align: left;
  width: auto; }

/* Gradient Generator by : http://www.colorzilla.com/gradient-editor/ */
input[type="submit"]:active,
input[type="button"]:active {
  -webkit-box-shadow: none;
  box-shadow: none; }


/* IE7 needs you to change the background to transparent when using image background for submit buttons */
button {
  color: #fff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  button:hover {
    color: #fff;
    background: #2E1A47; }

.searchIcon, .socialIcon {
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: middle; }
  .searchIcon .icon, .socialIcon .icon {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
  .searchIcon:hover .icon, .socialIcon:hover .icon {
    fill: #EBA900; }

.socialIconGroup {
  display: inline-block; }

.socialIcon {
  width: 30px;
  height: 30px;
  line-height: 24px;
  margin: auto;
  text-align: center;
  margin: 0 0 0 .5em;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }
  .socialIcon .icon {
    width: 50%;
    height: 50%;
    margin: auto;
    fill: #2E1A47; }

.socialIcon.lgSize .icon {
  width: 65%;
  height: 65%; }

footer .socialIcon {
  background: #fff; }
  footer .socialIcon:hover {
    background: #EBA900; }
    footer .socialIcon:hover .icon {
      fill: #2E1A47; }

nav .searchIcon {
  padding: 0 !important;
  margin: 0 1em 0 0 !important; }
  nav .searchIcon .icon {
    fill: #97999B; }

nav .socialIcon {
  background: #97999B;
  padding: 0 !important;
  margin: .5em .25em !important;
  width: 25px;
  height: 25px;
  line-height: 23px; }
  nav .socialIcon:after {
    content: ''; }
  nav .socialIcon:last-child {
    margin-right: 0; }
  nav .socialIcon .icon {
    fill: #fff; }
  nav .socialIcon:hover {
    background: #EBA900; }
    nav .socialIcon:hover .icon {
      fill: #fff; }

nav .as-button {
  margin-top: 1.5em; }

@media screen and (min-width: 799px) {
  nav .as-button {
    margin-top: 0; } }

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

.clear {
  clear: both; }

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

.clearfix:after {
  clear: both; }

.mobile-only {
  display: block; }

.mobile-only-flex {
  display: flex; }

.not-mobile {
  display: none; }

footer .socialIcon {
  width: 25px;
  height: 25px;
  line-height: 23px; }

@media only screen and (min-width: 55em) {
  .mobile-only,
  .mobile-only-flex {
    display: none; }
  .not-mobile {
    display: inherit; } }

.logo {
  display: block; }
  .logo img {
    width: 100%;
    max-width: 100%; }

header {
  background: #fff;
  width: 100%; }

.siteFooter a {
  color: #fff; }
  .siteFooter a:hover {
    color: #EBA900; }

.siteFooter .button.yellow:hover {
  background: #fff;
  color: #2E1A47; }

.siteFooter .footer-logo {
  width: 102px;
  display: block;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .siteFooter .footer-logo:hover {
    opacity: .7; }

.siteFooter address {
  font-size: .8em;
  font-style: normal;
  color: #97999B;
  line-height: 1.44em; }

.siteFooter .footerNav {
  margin: 0;
  padding: 0; }
  .siteFooter .footerNav li {
    list-style: none;
    margin: 0 0 .5em;
    padding: 0;
    line-height: 1.2em; }
    .siteFooter .footerNav li a {
      font-weight: 600;
      text-transform: lowercase; }

.siteFooter .traditionalFooter {
  font-size: .75em;
  color: #97999B;
  padding-top: 10%;
  line-height: 1.6em; }
  .siteFooter .traditionalFooter .separator {
    display: inline-block;
    margin: 0 .75em; }
  .siteFooter .traditionalFooter .copyright {
    display: block; }

.siteFooter .socialIconGroup {
  margin-left: .5em;
  margin-right: 1.5em;
  margin-bottom: 1em; }

.siteFooter .button {
  margin-top: 0; }

@media only screen and (min-width: 46em) {
  .siteFooter .footer-logo {
    width: 132px; }
  .siteFooter .traditionalFooter .copyright {
    display: inline-block; }
  .siteFooter .button.pill.small {
    padding: 0 25px;
    line-height: 40px;
    margin-left: 1.5em;
    margin-top: 0; }
  .siteFooter .socialIconGroup {
    margin-right: 0; } }

@media only screen and (min-width: 46em) {
  .siteFooter .socialIconGroup {
    margin-right: 0;
    margin-bottom: 1em; } }

/** ==========================================================

    $6 Breakpoints

========================================================== **/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobile {
    display: block; }
  .not-mobile {
    display: none; } }

/* ipad portrait */
/** ==========================================================

    $7 Helpers

========================================================== **/
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden, .playsafe {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cfix:before,
.cfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
