@charset "UTF-8";
/* ======================================================================
Utility
====================================================================== */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .data-card__numericValue, .content .data-card__numericValue, .style-h1, .content h1, .content .style-h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.nav-legal__list, .nav-utility__list, .social__list {
  list-style: none;
  padding-right: 0;
  padding-left: 0;
}
.nav-legal__list li, .nav-utility__list li, .social__list li {
  display: inline-block;
}

.component--divider, .cta-banner, .hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* ======================================================================
Vendor
====================================================================== */
/* ======================================================================
Base
====================================================================== */
/* =================================================================================
  12 column grid
  --------------
  Based on display: inline-block; and font-size: 0; + font-size: 1rem;
================================================================================= */
.container, .hero--no-img .hero__content-wrap {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 10px;
}

.container--md, .hero--no-img .hero__content-wrap {
  max-width: 1060px;
}

.columns {
  font-size: 0;
  margin-right: -1.8vw;
  margin-left: -1.8vw;
}

.col {
  display: inline-block;
  width: calc(100% - 3.6vw);
  vertical-align: top;
  margin-right: 1.8vw;
  margin-left: 1.8vw;
  font-size: 1rem;
}

.col-1 {
  width: calc(8.333% - 3.6vw);
}

.col-2 {
  width: calc(16.666% - 3.6vw);
}

.col-3 {
  width: calc(25% - 3.6vw);
}

.col-4 {
  width: calc(33.333% - 3.6vw);
}

.col-5 {
  width: calc(41.666% - 3.6vw);
}

.col-6 {
  width: calc(50% - 3.6vw);
}

.col-7 {
  width: calc(58.333% - 3.6vw);
}

.col-8 {
  width: calc(66.666% - 3.6vw);
}

.col-9 {
  width: calc(75% - 3.6vw);
}

.col-10 {
  width: calc(83.333% - 3.6vw);
}

.col-11 {
  width: calc(91.666% - 3.6vw);
}

.col-12 {
  width: calc(100% - 3.6vw);
}

.col-offset-0 {
  margin-left: 1.8vw;
}

.col-offset-1 {
  margin-left: calc(8.333% + 1.8vw);
}

.col-offset-2 {
  margin-left: calc(16.666% + 1.8vw);
}

.col-offset-3 {
  margin-left: calc(25% + 1.8vw);
}

.col-offset-4 {
  margin-left: calc(33.333% + 1.8vw);
}

.col-offset-5 {
  margin-left: calc(41.666% + 1.8vw);
}

.col-offset-6 {
  margin-left: calc(50% + 1.8vw);
}

.col-offset-7 {
  margin-left: calc(58.333% + 1.8vw);
}

.col-offset-8 {
  margin-left: calc(66.666% + 1.8vw);
}

.col-offset-9 {
  margin-left: calc(75% + 1.8vw);
}

.col-offset-10 {
  margin-left: calc(83.333% + 1.8vw);
}

.col-offset-11 {
  margin-left: calc(91.666% + 1.8vw);
}

@media only screen and (min-width: 350px) {
  .container, .hero--no-img .hero__content-wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 480px) {
  .col-sm-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-sm-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-sm-3 {
    width: calc(25% - 3.6vw);
  }

  .col-sm-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-sm-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-sm-6 {
    width: calc(50% - 3.6vw);
  }

  .col-sm-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-sm-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-sm-9 {
    width: calc(75% - 3.6vw);
  }

  .col-sm-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-sm-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-sm-12 {
    width: calc(100% - 3.6vw);
  }

  .col-sm-offset-0 {
    margin-left: 1.8vw;
  }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-sm-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-sm-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-sm-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 768px) {
  .container, .hero--no-img .hero__content-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  .col-md-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-md-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-md-3 {
    width: calc(25% - 3.6vw);
  }

  .col-md-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-md-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-md-6 {
    width: calc(50% - 3.6vw);
  }

  .col-md-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-md-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-md-9 {
    width: calc(75% - 3.6vw);
  }

  .col-md-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-md-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-md-12 {
    width: calc(100% - 3.6vw);
  }

  .col-md-offset-0 {
    margin-left: 1.8vw;
  }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-md-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-md-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-md-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 991px) {
  .col-lg-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-lg-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-lg-3 {
    width: calc(25% - 3.6vw);
  }

  .col-lg-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-lg-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-lg-6 {
    width: calc(50% - 3.6vw);
  }

  .col-lg-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-lg-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-lg-9 {
    width: calc(75% - 3.6vw);
  }

  .col-lg-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-lg-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-lg-12 {
    width: calc(100% - 3.6vw);
  }

  .col-lg-offset-0 {
    margin-left: 1.8vw;
  }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-lg-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-lg-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-lg-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 1199px) {
  .columns {
    margin-right: -22px;
    margin-left: -22px;
  }

  .col {
    width: calc(100% - 44px);
    margin-right: 22px;
    margin-left: 22px;
  }

  .col-1 {
    width: calc(8.333% - 44px);
  }

  .col-2 {
    width: calc(16.666% - 44px);
  }

  .col-3 {
    width: calc(25% - 44px);
  }

  .col-4 {
    width: calc(33.333% - 44px);
  }

  .col-5 {
    width: calc(41.666% - 44px);
  }

  .col-6 {
    width: calc(50% - 44px);
  }

  .col-7 {
    width: calc(58.333% - 44px);
  }

  .col-8 {
    width: calc(66.666% - 44px);
  }

  .col-9 {
    width: calc(75% - 44px);
  }

  .col-10 {
    width: calc(83.333% - 44px);
  }

  .col-11 {
    width: calc(91.666% - 44px);
  }

  .col-12 {
    width: calc(100% - 44px);
  }

  .col-offset-0 {
    margin-left: 22px;
  }

  .col-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-sm-1 {
    width: calc(8.333% - 44px);
  }

  .col-sm-2 {
    width: calc(16.666% - 44px);
  }

  .col-sm-3 {
    width: calc(25% - 44px);
  }

  .col-sm-4 {
    width: calc(33.333% - 44px);
  }

  .col-sm-5 {
    width: calc(41.666% - 44px);
  }

  .col-sm-6 {
    width: calc(50% - 44px);
  }

  .col-sm-7 {
    width: calc(58.333% - 44px);
  }

  .col-sm-8 {
    width: calc(66.666% - 44px);
  }

  .col-sm-9 {
    width: calc(75% - 44px);
  }

  .col-sm-10 {
    width: calc(83.333% - 44px);
  }

  .col-sm-11 {
    width: calc(91.666% - 44px);
  }

  .col-sm-12 {
    width: calc(100% - 44px);
  }

  .col-sm-offset-0 {
    margin-left: 22px;
  }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-sm-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-sm-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-sm-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-md-1 {
    width: calc(8.333% - 44px);
  }

  .col-md-2 {
    width: calc(16.666% - 44px);
  }

  .col-md-3 {
    width: calc(25% - 44px);
  }

  .col-md-4 {
    width: calc(33.333% - 44px);
  }

  .col-md-5 {
    width: calc(41.666% - 44px);
  }

  .col-md-6 {
    width: calc(50% - 44px);
  }

  .col-md-7 {
    width: calc(58.333% - 44px);
  }

  .col-md-8 {
    width: calc(66.666% - 44px);
  }

  .col-md-9 {
    width: calc(75% - 44px);
  }

  .col-md-10 {
    width: calc(83.333% - 44px);
  }

  .col-md-11 {
    width: calc(91.666% - 44px);
  }

  .col-md-12 {
    width: calc(100% - 44px);
  }

  .col-md-offset-0 {
    margin-left: 22px;
  }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-md-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-md-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-md-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-lg-1 {
    width: calc(8.333% - 44px);
  }

  .col-lg-2 {
    width: calc(16.666% - 44px);
  }

  .col-lg-3 {
    width: calc(25% - 44px);
  }

  .col-lg-4 {
    width: calc(33.333% - 44px);
  }

  .col-lg-5 {
    width: calc(41.666% - 44px);
  }

  .col-lg-6 {
    width: calc(50% - 44px);
  }

  .col-lg-7 {
    width: calc(58.333% - 44px);
  }

  .col-lg-8 {
    width: calc(66.666% - 44px);
  }

  .col-lg-9 {
    width: calc(75% - 44px);
  }

  .col-lg-10 {
    width: calc(83.333% - 44px);
  }

  .col-lg-11 {
    width: calc(91.666% - 44px);
  }

  .col-lg-12 {
    width: calc(100% - 44px);
  }

  .col-lg-offset-0 {
    margin-left: 22px;
  }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-lg-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-lg-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-lg-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-xl-1 {
    width: calc(8.333% - 44px);
  }

  .col-xl-2 {
    width: calc(16.666% - 44px);
  }

  .col-xl-3 {
    width: calc(25% - 44px);
  }

  .col-xl-4 {
    width: calc(33.333% - 44px);
  }

  .col-xl-5 {
    width: calc(41.666% - 44px);
  }

  .col-xl-6 {
    width: calc(50% - 44px);
  }

  .col-xl-7 {
    width: calc(58.333% - 44px);
  }

  .col-xl-8 {
    width: calc(66.666% - 44px);
  }

  .col-xl-9 {
    width: calc(75% - 44px);
  }

  .col-xl-10 {
    width: calc(83.333% - 44px);
  }

  .col-xl-11 {
    width: calc(91.666% - 44px);
  }

  .col-xl-12 {
    width: calc(100% - 44px);
  }

  .col-xl-offset-0 {
    margin-left: 22px;
  }

  .col-xl-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-xl-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-xl-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-xl-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-xl-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-xl-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-xl-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-xl-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-xl-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-xl-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-xl-offset-11 {
    margin-left: calc(91.666% + 22px);
  }
}
* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
  /* mobile menu */
  background: #941751;
}

html {
  height: 100%;
  color: #344754;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  line-height: 1.6;
}
@media (min-width: 1199px) {
  html {
    font-size: 112.5%;
  }
}

body {
  margin: 0;
  overflow: hidden;
}

.body-overlay {
  position: relative;
  background: #fff;
  transition: transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
}

@media (min-width: 768px) {
  .site-columns {
    min-height: 45vh;
  }
}

p {
  margin: 0.625em 0;
}

h1, .data-card__numericValue, .content .data-card__numericValue, .style-h1, .content h1, .content .style-h1, h2, .style-h2, .content h2, .content .style-h2, h3, .style-h3, .content h3, .content .style-h3, h4, h5, h6 {
  font-family: "Georgia", serif;
  line-height: 1.25;
  font-weight: 400;
}

h1, .data-card__numericValue, .content .data-card__numericValue, .style-h1, .content h1, .content .style-h1 {
  margin: 0.625em 0;
  font-size: 2rem;
}
@media (min-width: 768px) {
  h1, .data-card__numericValue, .content .data-card__numericValue, .style-h1, .content h1, .content .style-h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1199px) {
  h1, .data-card__numericValue, .content .data-card__numericValue, .style-h1, .content h1, .content .style-h1 {
    font-size: 3rem;
  }
}

h2, .style-h2, .content h2, .content .style-h2 {
  margin: 0.625em 0;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h2, .style-h2, .content h2, .content .style-h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1199px) {
  h2, .style-h2, .content h2, .content .style-h2 {
    font-size: 2rem;
  }
}

h3, .style-h3, .content h3, .content .style-h3 {
  margin: 0.625em 0;
  font-size: 1.2em;
}
@media (min-width: 768px) {
  h3, .style-h3, .content h3, .content .style-h3 {
    font-size: 1.3rem;
  }
}

h4 {
  margin: 0.938em 0;
  font-size: 1.125em;
}

h5 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125;
}

h6 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125;
}

.style-body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.66;
}

strong, b {
  font-weight: 500;
}

p + h2, p + .style-h2, .content p + h2, .content p + .style-h2,
p + h3,
p + .style-h3,
.content p + h3,
.content p + .style-h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.875em;
}

ul, ol {
  margin: 1.25em 0 0.625em;
}

hr {
  height: 1px;
  margin: 2rem 0;
  border: none;
  background: rgba(52, 71, 84, 0.3);
}
@media (min-width: 768px) {
  hr {
    margin: 3rem 0;
  }
}

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

figure {
  max-width: 100%;
}

a:focus,
a img,
input:focus,
textarea:focus,
button:focus {
  outline: 0 none;
  /*Chrome Outline Fix*/
}

input:not([type=radio]):not([type=checkbox]),
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  width: 100%;
  outline: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 0.4em 0.5em;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button {
  font-size: 1em;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

::-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-moz-placeholder-shown {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:placeholder-shown {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

.table__wrap {
  width: 100%;
  overflow-x: scroll;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .table__wrap {
    margin: 3rem 0;
  }
}
.table__wrap table, .table__wrap th, .table__wrap td {
  border: 2px solid #EAF2FF;
}
.table__wrap table {
  width: auto !important;
  min-width: 100%;
  height: auto !important;
  border-collapse: collapse;
  font-size: 0.83rem;
  line-height: 1.4;
}
.table__wrap thead,
.table__wrap tfoot {
  background: #EAF2FF;
  color: #1E2D66;
}
.table__wrap thead {
  font-weight: 500;
  text-transform: uppercase;
}
.table__wrap tfoot td,
.table__wrap tfoot th {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.table__wrap td,
.table__wrap th {
  padding: 1.1em 1.2em;
  text-align: center;
}
.table__wrap th {
  min-width: 150px;
  max-width: 300px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .table__wrap th {
    min-width: 200px;
    max-width: 500px;
  }
}
.table__wrap td {
  min-width: 175px;
}
.table__wrap tbody td,
.table__wrap tbody th {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.grecaptcha-badge {
  right: -9999px !important;
}

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

.hidden-text, #btn-gate, form[data-freeform] .label-hidden {
  position: absolute;
  left: -99999px;
}

.objectfit--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.objectfit--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.objectfit-shiv--contain {
  background-size: contain;
  background-position: center;
}
.objectfit-shiv--cover {
  background-size: cover;
  background-position: center;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* a, a:visited { text-decoration: underline; } */
  .content a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, .style-h2, .content h2, .content .style-h2, h3, .style-h3, .content h3, .content .style-h3 {
    orphans: 3;
    widows: 3;
  }

  h2, .style-h2, .content h2, .content .style-h2, h3, .style-h3, .content h3, .content .style-h3 {
    page-break-after: avoid;
  }

  .site-header .header-logo a:after {
    content: "";
  }

  .hidden-print {
    display: none !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }
}
/* ======================================================================
Components
====================================================================== */
form[data-freeform] {
  font-size: 0.83rem;
}
form[data-freeform] .freeform-row .freeform-column label {
  font-weight: 500 !important;
}
form[data-freeform] input[type=email],
form[data-freeform] input[type=number],
form[data-freeform] input[type=search],
form[data-freeform] input[type=tel],
form[data-freeform] input[type=text],
form[data-freeform] input[type=url],
form[data-freeform] textarea {
  border-color: #c4cad3;
  padding: 0.7em 0.7em;
}
form[data-freeform] .freeform-row .freeform-column .input-group-one-line label {
  padding-right: 1rem;
}
form[data-freeform] button {
  font-size: 1rem;
}
form .ff-collapse-row {
  display: block;
}
form .ff-collapse-row .freeform-column {
  display: inline-block;
}

a {
  color: #941751;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover, a:focus {
  color: #d62175;
  text-decoration: underline;
}

a.link-passive,
a.link-passive:visited,
a.link-passive:hover,
a.link-passive:focus,
a.link-passive:active {
  color: inherit;
  text-decoration: inherit;
}

.cta-link::after {
  content: "";
  position: relative;
  top: -2px;
  left: 0;
  margin-left: 0.6em;
  font-size: 0.6em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transition: left 0.3s;
}
.cta-link:hover, .cta-link:focus {
  text-decoration: none;
}
.cta-link:hover::after, .cta-link:focus::after {
  left: 0.3em;
}

.btn, form[data-freeform] button {
  display: inline-block;
  padding: 0.7em 2em;
  border: none;
  border-radius: 0;
  background-color: #941751;
  color: #fff;
  transition: background 0.3s;
}
.btn:hover, form[data-freeform] button:hover, .btn:focus, form[data-freeform] button:focus {
  background-color: #ae1b5f;
  color: #fff;
  text-decoration: none;
}

.btn--outline, .hero.bg-color--red .btn, .hero.bg-color--red form[data-freeform] button, form[data-freeform] .hero.bg-color--red button {
  border: 2px solid;
  background-color: transparent;
  color: #941751;
}
.btn--outline:hover, .hero.bg-color--red .btn:hover, .hero.bg-color--red form[data-freeform] button:hover, form[data-freeform] .hero.bg-color--red button:hover, .btn--outline:focus, .hero.bg-color--red .btn:focus, .hero.bg-color--red form[data-freeform] button:focus, form[data-freeform] .hero.bg-color--red button:focus {
  background-color: #941751;
  color: #fff;
}

.btn--outline--white, .hero.bg-color--red .btn, .hero.bg-color--red form[data-freeform] button, form[data-freeform] .hero.bg-color--red button {
  color: #fff;
}
.btn--outline--white:hover, .hero.bg-color--red .btn:hover, .hero.bg-color--red form[data-freeform] button:hover, form[data-freeform] .hero.bg-color--red button:hover, .btn--outline--white:focus, .hero.bg-color--red .btn:focus, .hero.bg-color--red form[data-freeform] button:focus, form[data-freeform] .hero.bg-color--red button:focus {
  border-color: #fff;
  background-color: #fff;
  color: #941751;
}

.btn-video {
  position: relative;
  display: inline-block;
  padding: 0.6rem 0 0.6rem 3.5rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-video {
    padding: 1rem 0 1rem 4.5rem;
  }
}
.btn-video span {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.33rem;
  height: 3.33rem;
  border-radius: 50%;
  background: #941751;
  border: 2px solid #fff;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.btn-video span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #fff;
}
.btn-video:hover span, .btn-video:focus span {
  background: #ae1b5f;
}

.searchform {
  max-width: 300px;
}

.searchform__group {
  position: relative;
  border: 1px solid #d7d7d7;
}

input.searchform__field {
  display: block;
  border: none;
  padding-right: 3em;
}

.searchform__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #344754;
}

.social__list {
  margin: 0;
}

.social__link {
  padding: 0.2rem;
}

.social-links--footer .social__item {
  margin-left: 0.3em;
}
.social-links--footer .social__item:first-child {
  margin-left: 0;
}
.social-links--footer .social__link {
  color: rgba(52, 71, 84, 0.66);
}
.social-links--footer .social__link:hover, .social-links--footer .social__link:focus {
  color: #941751;
}

.social-share .social-share__label,
.social-share .social__list {
  display: inline-block;
}

.site-header {
  position: relative;
  z-index: 100;
}
.site-header .container, .site-header .hero--no-img .hero__content-wrap, .hero--no-img .site-header .hero__content-wrap {
  position: relative;
}

.header-logo {
  position: relative;
  z-index: 99;
  display: inline-block;
  padding: 1.25rem 0;
}
@media (min-width: 991px) {
  .header-logo {
    padding: 1.5rem 0;
  }
}
.header-logo a {
  display: inline-block;
}
.header-logo img {
  width: calc(269px * 0.5);
  height: calc(60px * 0.5);
}
@media (min-width: 768px) {
  .header-logo img {
    width: calc(269px * 0.7);
    height: calc(60px * 0.7);
  }
}
@media (min-width: 991px) {
  .header-logo img {
    width: 269px;
    height: 60px;
  }
}

.header-utility {
  display: none;
}
@media (min-width: 991px) {
  .header-utility {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 1rem;
    right: 35px;
  }
}

.nav-utility {
  display: inline-block;
}

.nav-utility__list {
  margin: 0;
  padding: 0;
  font-size: 0.66rem;
}
.nav-utility__list .nav__item {
  margin: 0 0 0 1.5em;
  text-transform: uppercase;
}
.nav-utility__list .nav__item a {
  color: #344754;
}
.nav-utility__list .nav__item a:hover, .nav-utility__list .nav__item a:focus {
  color: #941751;
}

.header-search-sm {
  position: relative;
  margin: 2rem 0 0;
  width: 100%;
}
@media (min-width: 991px) {
  .header-search-sm {
    display: none;
  }
}
.header-search-sm .searchform__group {
  position: relative;
  border: none;
}
.header-search-sm input.searchform__field {
  border: none;
  padding-right: 3rem;
  background: #fff;
}
.header-search-sm .searchform__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  border-radius: 0;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  background: #fff;
  color: #941751;
}

.header-search__trigger {
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
  margin-right: -0.5em;
  width: 2em;
  height: 2em;
  color: #5b7c93;
  font-size: 0.83rem;
  cursor: pointer;
  transition: color 0.3s;
}
.header-search__trigger:hover, .header-search__trigger:focus {
  color: #941751;
}
.header-search__trigger .header-search__trigger-open,
.header-search__trigger .header-search__trigger-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}

.header-search__trigger-open {
  opacity: 1;
}

.header-search__trigger-close {
  opacity: 0;
}

.header-search-lg {
  display: inline-block;
  width: 1px;
  overflow: hidden;
  transition: width 0.3s;
}
.header-search-lg .searchform {
  display: inline-block;
  font-size: 0.83rem;
}
.header-search-lg .searchform__group {
  border-color: #ccc;
}
.header-search-lg input.header-search__field {
  background: #fff;
}
.header-search-lg .searchform__btn {
  color: #5b7c93;
}

.header-search-lg__inner {
  padding-left: 1em;
}

.header-search__trigger.active .header-search__trigger-open {
  opacity: 0;
}
.header-search__trigger.active .header-search__trigger-close {
  opacity: 1;
}

.header-search-lg.active {
  width: 238px;
}

.social--header {
  position: static;
}
@media (min-width: 991px) {
  .social--header {
    position: absolute;
    top: 4rem;
    right: 35px;
    display: inline-block;
  }
}

.nav-main--active .body-overlay {
  transform: translateX(-270px);
}
@media (min-width: 991px) {
  .nav-main--active .body-overlay {
    transform: none;
  }
}

.nav-main {
  position: absolute;
  right: -270px;
  top: 0;
  z-index: 101;
  display: block;
  margin: 0;
  padding: 0.7rem;
  width: 270px;
  background: #941751;
  overflow-x: hidden;
}
@media (min-width: 991px) {
  .nav-main {
    top: auto;
    bottom: 0;
    right: calc(35px - (1.25rem * 0.83));
    padding: 0;
    width: 100%;
    background: transparent;
    overflow-x: visible;
    font-size: 0.83rem;
  }
}

.nav-main__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.nav-main__list--mobile {
  display: block;
}
@media (min-width: 991px) {
  .nav-main__list--mobile {
    display: none;
  }
}

.nav-main__list--primary {
  display: none;
}
@media (min-width: 991px) {
  .nav-main__list--primary {
    display: block;
    text-align: right;
  }
}

.nav-main__item {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}
@media (min-width: 991px) {
  .nav-main__item {
    display: inline-block;
    border-bottom: none;
    text-align: left;
    font-size: 0.83rem;
  }
}

.nav-main__item a {
  color: #fff;
}
@media (min-width: 991px) {
  .nav-main__item a {
    color: #941751;
  }
}

.nav-main__item > a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
}
@media (min-width: 991px) {
  .nav-main__item > a {
    position: relative;
    display: inline-block;
    padding: 0.5em 1.25em 1.8em;
    color: #344754;
    transition: background-color 0.5s;
  }
}
@media (min-width: 991px) {
  .nav-main__item > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #941751;
    opacity: 0;
    transition: opacity 0.3s;
  }
}
.nav-main__item > a:hover, .nav-main__item > a:focus {
  text-decoration: none;
}
@media (min-width: 991px) {
  .nav-main__item > a:hover::before, .nav-main__item > a:focus::before {
    opacity: 1;
  }
}

.nav-main__item--parent > a::after {
  content: "▾";
  margin-left: 0.5em;
  font-weight: 900;
  transition: color 0.3s;
}

.nav-main__item--parent > a:hover::after,
.nav-main__item--parent > a:focus::after,
.nav-main__item--parent.nav-main__item--active > a::after {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 991px) {
  .nav-main__item--parent > a:hover::after,
.nav-main__item--parent > a:focus::after,
.nav-main__item--parent.nav-main__item--active > a::after {
    color: #941751;
  }
}

.nav-main__item--parent--mega {
  position: static;
}

.nav-main__item__submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  box-shadow: none;
  opacity: 1;
}
@media (min-width: 991px) {
  .nav-main__item__submenu {
    position: absolute;
    left: 0;
    display: block;
    min-width: 10rem;
    height: 0;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
  }
}

.nav-main__item--active .nav-main__item__submenu {
  height: auto;
  opacity: 1;
}
@media (min-width: 991px) {
  .nav-main__item--active .nav-main__item__submenu {
    box-shadow: 0 5px 8px rgba(50, 50, 50, 0.2);
  }
}

.nav-main__item__submenu--right {
  left: auto;
  right: 0;
}

.nav-main__item__submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-main__item__submenu li {
  display: inline;
}

.nav-main__item__submenu a {
  display: block;
  padding: 0.7rem 0.7em 0.7em 1em;
  font-size: 0.9em;
  text-decoration: none;
}
@media (min-width: 991px) {
  .nav-main__item__submenu a {
    padding: 0.75rem;
    transition: background 0.3s;
  }
  .nav-main__item__submenu a:hover {
    background: rgba(148, 23, 81, 0.1);
  }
}

.toggle-nav-main {
  position: absolute;
  top: 50%;
  right: 2px;
  /* container padding and toggle padding */
  z-index: 9999;
  padding: 8px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (min-width: 350px) {
  .toggle-nav-main {
    right: calc(4vw - 8px);
  }
}
@media (min-width: 768px) {
  .toggle-nav-main {
    right: calc(35px - 8px);
  }
}
@media (min-width: 991px) {
  .toggle-nav-main {
    display: none;
  }
}

.toggle-nav-main__wrap {
  position: relative;
  width: 30px;
  height: 20px;
  transition: transform 0.5s ease-out;
}

.toggle-nav-main__bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1000px;
  background: #941751;
  transition: all 0.5s ease-out;
}
.toggle-nav-main__bar:nth-child(1) {
  top: 0;
}
.toggle-nav-main__bar:nth-child(2) {
  top: 50%;
  margin-top: -2px;
  opacity: 1;
}
.toggle-nav-main__bar:nth-child(3) {
  bottom: 1px;
}

.nav-main--active .toggle-nav-main__wrap {
  transform: rotate(-180deg);
  /* spins the whole toggle */
}

.nav-main--active .toggle-nav-main__bar:nth-child(1) {
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
}
.nav-main--active .toggle-nav-main__bar:nth-child(2) {
  opacity: 0;
}
.nav-main--active .toggle-nav-main__bar:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
}

.nav-main__item--mega {
  position: static;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 18px;
  width: 100vw;
  height: 0;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s;
}
@media (min-width: 1199px) {
  .mega-menu {
    left: 16px;
  }
}
@media (min-width: 1270px) {
  .mega-menu {
    left: calc( ((100vw - 1302px) / -2) );
  }
}

.nav-main__item--active .mega-menu {
  height: auto;
  opacity: 1;
}

.mega-menu .container, .mega-menu .hero--no-img .hero__content-wrap, .hero--no-img .mega-menu .hero__content-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mega-menu__heading {
  font-size: 1.6rem;
  font-family: "Georgia", serif;
  line-height: 1.2;
}

.mega-menu__subhead {
  margin-top: 1rem;
  font-size: 0.72rem;
  font-weight: 500;
}

.mega-menu__desc {
  margin-top: 0.5rem;
  color: #4D5F6E;
  font-size: 0.72rem;
}

.mega-menu__left .btn, .mega-menu__left form[data-freeform] button, form[data-freeform] .mega-menu__left button {
  margin-top: 1rem;
  color: #fff;
  font-size: 0.83rem;
}

.mega-menu__pri-list {
  padding: 0;
  list-style: none;
}
.mega-menu__pri-list li {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 0 1em 3.5em;
  font-size: 0.72rem;
}
.mega-menu__pri-list a {
  color: #344754;
}
.mega-menu__pri-list a:hover, .mega-menu__pri-list a:focus {
  color: #941751;
}
.mega-menu__pri-list i {
  position: absolute;
  top: 50%;
  left: 0;
  color: #516f83;
  font-size: 2.5em;
  transform: translateY(-50%);
}

a.btn--mega-pri {
  display: block;
  margin-top: 1rem;
  background-color: #EAF2FF;
  color: #1E2D66;
  text-align: center;
}
a.btn--mega-pri:hover, a.btn--mega-pri:focus {
  background-color: #1E2D66;
  color: #fff;
}

.mega-menu__sec-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mega-menu__sec-list li {
  margin-top: 1em;
  font-size: 0.72rem;
}
.mega-menu__sec-list li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #941751;
}
.mega-menu__sec-list li:first-child {
  margin-top: 0;
}
.mega-menu__sec-list a {
  color: #344754;
}
.mega-menu__sec-list a:hover, .mega-menu__sec-list a:focus {
  color: #941751;
}

.footer-primary {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer-primary {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.footer-card:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer-card:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  .footer-card:nth-child(3) {
    margin-top: 0;
  }
}
.footer-card .card__heading a {
  color: #344754;
}
.footer-card .card__heading a:hover, .footer-card .card__heading a:focus {
  color: #d62175;
}

.footer-event {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1rem;
}
.footer-event:first-child {
  margin-top: 0;
}
.footer-event .catalog-event__date {
  position: static;
  width: 2.2em;
  height: 2.2em;
  margin: 0;
  font-size: 1.5rem;
}

.footer-event__heading {
  width: calc( 100% - (1.5rem * 2.2) );
  margin: 0;
  padding-left: 1rem;
  font-size: 0.83rem;
}
.footer-event__heading a {
  color: #344754;
}
.footer-event__heading a:hover, .footer-event__heading a:focus {
  color: #d62175;
}

.footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid rgba(52, 71, 84, 0.2);
}
@media (min-width: 768px) {
  .footer-bottom {
    padding: 1.5rem 0;
  }
}

@media (min-width: 768px) {
  .container--footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-logo img {
  width: calc(166pc * 0.7);
  height: calc(37px * 0.7);
}
@media (min-width: 768px) {
  .footer-logo img {
    position: relative;
    top: 6px;
    width: 166px;
    height: 37px;
  }
}

.copyright {
  display: inline-block;
  margin: 0.5em;
  font-size: 0.66rem;
}

.nav-legal__list {
  display: inline-block;
  margin: 0;
  font-size: 0.66rem;
}
.nav-legal__list li {
  margin: 0.5em;
}
.nav-legal__list a {
  color: #344754;
}
.nav-legal__list a:hover, .nav-legal__list a:focus {
  color: #941751;
}

.site-headline {
  margin-bottom: 3rem;
}

.headline-title {
  margin: 0;
}

.content > *:first-child {
  margin-top: 0;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.content li {
  margin-bottom: 0.5em;
  line-height: 1.333;
}
.content figure {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .content figure.redactor-align-right {
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .content figure.redactor-align-left {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}
.content figure.redactor-align-center {
  text-align: center;
}
.content img {
  max-width: 100% !important;
  height: auto !important;
}
.content .lead {
  font-size: 2em;
  font-style: italic;
  line-height: 1.25;
}
.content .lead + h2, .content .lead + .style-h2,
.content .lead + h3,
.content .lead + .style-h3,
.content .lead + h4,
.content .lead + h5,
.content .lead + h6 {
  margin-top: 0.938em;
}
.content .callout {
  padding: 0.938em 3.125em;
  font-style: italic;
}
.content .call-to-action {
  margin: 1.25em 0;
  font-weight: bold;
}
.content .call-to-action a::after {
  content: "";
  position: relative;
  left: 0;
  display: inline-block;
  padding-left: 0.5em;
  font-size: 0.8em;
  font-family: "Black Tie";
  transition: left 0.3s;
}
.content .call-to-action a:hover::after, .content .call-to-action a:focus::after {
  left: 0.3em;
}
.content .footnote {
  margin-top: 3em;
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.3;
}

.bg-color--red {
  background-color: #941751;
}

.bg-color--red-lt {
  background-color: #f7cce0;
}

.bg-color--navy {
  background-color: #1E2D66;
}

.bg-color--navy-lt {
  background-color: #EAF2FF;
}

.bg-color--green {
  background-color: #19646D;
}

.bg-color--green-lt {
  background-color: #D4ECE8;
}

.bg-color--purple {
  background-color: #5C1D62;
}

.bg-color--purple-lt {
  background-color: #D6C8E1;
}

.bg-color--lightGrey {
  background-color: #F2F4F7;
}

.color--white {
  color: #fff;
}

.color--red {
  color: #941751;
}

.color--purple {
  color: #5C1D62;
}

.color--navy {
  color: #1E2D66;
}

.color--green {
  color: #19646D;
}

.nav-article-meta {
  margin-bottom: 1.5rem;
  min-height: 29px;
  font-size: 0.66rem;
}

.nav-article-meta__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-article-meta li {
  display: inline-block;
}
.nav-article-meta li.nav-article-meta__locations {
  display: block;
}

.nav-article-meta__audiences a,
.nav-article-meta__audiences span {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.4em 0.8em;
  background-color: #67778A;
  color: #fff;
}
.nav-article-meta__audiences a {
  transition: background-color 0.3s;
}
.nav-article-meta__audiences a:hover, .nav-article-meta__audiences a:focus {
  text-decoration: none;
}
.nav-article-meta__audiences a.meta-audience--relauncher {
  background-color: #1E2D66;
}
.nav-article-meta__audiences a.meta-audience--relauncher:hover, .nav-article-meta__audiences a.meta-audience--relauncher:focus {
  background-color: #25377e;
}
.nav-article-meta__audiences a.meta-audience--employer {
  background-color: #19646D;
}
.nav-article-meta__audiences a.meta-audience--employer:hover, .nav-article-meta__audiences a.meta-audience--employer:focus {
  background-color: #1f7b86;
}
.nav-article-meta__audiences a.meta-audience--partner {
  background-color: #5C1D62;
}
.nav-article-meta__audiences a.meta-audience--partner:hover, .nav-article-meta__audiences a.meta-audience--partner:focus {
  background-color: #72247a;
}

.nav-article-meta__categories a,
.nav-article-meta__locations a {
  display: inline-block;
  color: #344754;
}
.nav-article-meta__categories a:hover, .nav-article-meta__categories a:focus,
.nav-article-meta__locations a:hover,
.nav-article-meta__locations a:focus {
  color: #d62175;
}

.nav-article-meta__locations {
  margin-top: 0.4em;
}

.pagination {
  margin: 2rem 0 0;
  font-size: 0.83rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .pagination {
    margin-top: 4rem;
  }
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pagination li a,
.pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8em;
  height: 2.8em;
  background: #F2F4F7;
}

.pagination li a {
  transition: background 0.3s, color 0.3s;
}
.pagination li a:hover, .pagination li a:focus {
  background: #941751;
  color: #fff;
  text-decoration: none;
}

.pagination li span {
  background: #941751;
  color: #fff;
}

.pagination .pagination__prev,
.pagination .pagination__next {
  position: relative;
  top: 0.2em;
}
.pagination .pagination__prev a,
.pagination .pagination__next a {
  background: none;
}
.pagination .pagination__prev a:hover, .pagination .pagination__prev a:focus,
.pagination .pagination__next a:hover,
.pagination .pagination__next a:focus {
  background: none;
  color: #d62175;
  text-decoration: none;
}
.pagination .pagination__prev i,
.pagination .pagination__next i {
  font-size: 1.3em;
}

.pagination .pagination__prev {
  margin-left: -0.7em;
}

.nav-prevnext {
  margin: 0.5em 0;
  overflow: hidden;
}

.nav-prevnext ul {
  padding: 0;
  list-style: none;
}

.nav-prevnext li {
  float: left;
  width: 40%;
}

.nav-prevnext li.nav-item-next {
  float: right;
  text-align: right;
}

.nav-prevnext li.nav-item-prev a:before {
  content: "« ";
}

.nav-prevnext li.nav-item-next a:after {
  content: " »";
}

.sidebar {
  margin-bottom: 1.25em;
}
.sidebar ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-item__heading {
  margin: 0;
}

.component {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .component {
    margin-top: 5rem;
  }
}
@media (min-width: 1199px) {
  .component {
    margin-top: 6rem;
  }
}

.component--solid {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .component--solid {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1199px) {
  .component--solid {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.component:not(.component--solid) + .component--solid,
.component--solid + .component:not(.component--solid) {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .component:not(.component--solid) + .component--solid,
.component--solid + .component:not(.component--solid) {
    margin-top: 5rem;
  }
}
@media (min-width: 1199px) {
  .component:not(.component--solid) + .component--solid,
.component--solid + .component:not(.component--solid) {
    margin-top: 6rem;
  }
}

.components > *:last-child.component:not(.component--solid) {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .components > *:last-child.component:not(.component--solid) {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1199px) {
  .components > *:last-child.component:not(.component--solid) {
    margin-bottom: 6rem;
  }
}

.component:not(.component--solid).collapse-spacing--top {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .component:not(.component--solid).collapse-spacing--top {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .component:not(.component--solid).collapse-spacing--top {
    margin-top: 3rem;
  }
}

.component:not(.component--solid).collapse-spacing--bottom + .component:not(.component--solid) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .component:not(.component--solid).collapse-spacing--bottom + .component:not(.component--solid) {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .component:not(.component--solid).collapse-spacing--bottom + .component:not(.component--solid) {
    margin-top: 3rem;
  }
}

.hero {
  padding: 0;
  background-image: url("../../images/hero-bg.jpg");
  background-position: top left;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .hero {
    display: flex;
    flex-direction: row;
    height: 550px;
  }
}
@media (min-width: 991px) {
  .hero {
    height: 570px;
  }
}
@media (min-width: 1199px) {
  .hero {
    height: 720px;
  }
}
.page-type-archive .hero {
  padding-bottom: 1rem;
}

.hero__img-wrap {
  height: 340px;
  background: rgba(242, 244, 247, 0.2);
}
@media (min-width: 768px) {
  .hero__img-wrap {
    width: 50%;
    height: auto;
  }
}
.hero__content-wrap {
  padding: 2rem 10px 3rem;
}
@media only screen and (min-width: 350px) {
  .hero__content-wrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (min-width: 768px) {
  .hero__content-wrap {
    order: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 35px;
    padding-right: 20px;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1199px) {
  .hero__content-wrap {
    padding-right: 35px;
  }
}
@media (min-width: 1270px) {
  .hero__content-wrap {
    padding-left: calc( ((100vw - 1270px) / 2) + 35px );
  }
}

.hero__heading {
  margin: 0;
}

.hero__subhead {
  margin: 1.25em 0 0;
}

.hero__content-bottom {
  margin-top: 1.5em;
}
.hero__content-bottom .bottom-item {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .hero__content-bottom .bottom-item {
    margin-top: 1.5rem;
  }
}
.hero__content-bottom .bottom-item:first-child {
  margin-top: 0;
}

.hero--no-img {
  height: auto;
}
.hero--no-img .hero__content-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hero--no-img .hero__content-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1199px) {
  .hero--no-img .hero__content-wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.hero--home-hero {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .hero--home-hero {
    padding-bottom: 7rem;
  }
}

.hero--home-hero + .component--nav-cards {
  margin-top: -6rem !important;
}
@media (min-width: 768px) {
  .hero--home-hero + .component--nav-cards {
    margin-top: -8.8rem !important;
  }
}

.columns--cards {
  margin-top: -2rem;
}

.card {
  margin-top: 2rem;
}
.card__label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.83rem;
  text-transform: uppercase;
}

.card__img-wrap {
  height: 240px;
  margin-bottom: 1rem;
  font-size: 0;
}
@media (min-width: 768px) {
  .card__img-wrap {
    height: 217px;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 991px) {
  .card__img-wrap {
    height: 188px;
  }
}
@media (min-width: 1199px) {
  .card__img-wrap {
    height: 240px;
  }
}
.cards--img-square .card__img-wrap {
  height: auto;
  aspect-ratio: 1/1;
}

.card__content > *:first-child {
  margin-top: 0;
}

.card__heading {
  margin: 0;
  line-height: 1.4;
}

.card__subhead {
  margin: 0.5em 0 0;
  font-size: 0.66rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.card__description {
  margin-top: 1em;
}

.card .cta-link {
  display: inline-block;
  margin-top: 1rem;
}

@media (min-width: 991px) {
  .cards-col--2 .card__img-wrap {
    height: 289px;
  }
}
@media (min-width: 1199px) {
  .cards-col--2 .card__img-wrap {
    height: 375px;
  }
}

.catalog-item {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .catalog-item {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .catalog-item {
    margin-top: 4rem;
  }
}
.catalog-item:first-child {
  margin-top: 0;
}

.catalog-item__content .nav-article-meta {
  margin-top: 1rem;
}

.catalog-item__heading {
  margin: 0;
}
.catalog-item__heading a {
  color: #344754;
}
.catalog-item__heading a:hover, .catalog-item__heading a:focus {
  color: #d62175;
}

.catalog__subhead {
  margin: 0.5em 0 0;
  font-size: 0.66rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.catalog-item__desc {
  margin-top: 1rem;
}

.catalog-item__content-bottom,
.catalog__content-bottom {
  margin-top: 1rem;
}

.catalog__img-wrap {
  width: 150px;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0;
}
@media (min-width: 480px) {
  .catalog__img-wrap {
    float: left;
  }
}
@media (min-width: 768px) {
  .catalog__img-wrap {
    width: 250px;
    margin-right: 2rem;
  }
}

.entry-title__title {
  margin: 0;
}

.entry-title .nav-article-meta {
  margin-top: 1rem;
}

.entry-title__lead {
  margin-top: 1em;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (min-width: 1199px) {
  .entry-title__lead {
    font-size: 1.33rem;
  }
}

.cta-banner {
  position: relative;
}
@media (min-width: 1199px) {
  .cta-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 608px;
  }
}
.cta-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cta-banner::before {
    display: none;
  }
}
.cta-banner.color--white::before {
  background: rgba(0, 0, 0, 0.5);
}
.cta-banner.color--dark::before {
  background: rgba(255, 255, 255, 0.5);
}
.cta-banner .container, .cta-banner .hero--no-img .hero__content-wrap, .hero--no-img .cta-banner .hero__content-wrap {
  position: relative;
  z-index: 2;
}

.cta-banner__content {
  max-width: 400px;
}

.cta-banner__label {
  display: block;
  margin-bottom: 0.7em;
  font-size: 0.83rem;
  text-transform: uppercase;
}

.cta-banner__heading {
  margin: 0;
}
@media (min-width: 1199px) {
  .cta-banner__heading {
    font-size: 2.5rem;
  }
}

.cta-banner__description {
  margin-top: 1em;
}

.cta-banner__content-bottom {
  margin-top: 1.5em;
}
.cta-banner__content-bottom .bottom-item {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .cta-banner__content-bottom .bottom-item {
    margin-top: 1.5rem;
  }
}
.cta-banner__content-bottom .bottom-item:first-child {
  margin-top: 0;
}

.cta-form {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #F2F4F7;
}

.cta-form__heading {
  margin: 0;
}
@media (min-width: 768px) {
  .cta-form__heading {
    font-size: 1.83rem;
  }
}

.cta-form__desc {
  margin-top: 1rem;
}

.cta-form__form {
  position: relative;
}

.cta-form__form form[data-freeform] .freeform-row:first-child {
  background: blue;
}
.cta-form__form form[data-freeform] .freeform-row .freeform-column .input-group-one-line label {
  padding-right: 1.5rem;
  font-weight: 400 !important;
}
@media (min-width: 768px) {
  .cta-form__form form[data-freeform] .freeform-row .freeform-column input[name=zipCode] {
    width: calc(100% - (8.5rem + 1.5rem));
  }
}
.cta-form__form form[data-freeform] .freeform-hmtl,
.cta-form__form form[data-freeform] .freeform-row .freeform-column > p {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .cta-form__form form[data-freeform] button[type=submit] {
    position: absolute;
    z-index: 2;
    top: calc(2.3rem * 0.83);
    right: 0;
  }
}
@media (min-width: 1199px) {
  .cta-form__form form[data-freeform] button[type=submit] {
    top: calc(2.2rem * 0.83);
  }
}

.ff-form-success,
.ff-form-errors {
  position: absolute;
  bottom: 100%;
  width: 100%;
}

.ff-form-success {
  padding: 0 0.5rem;
  background: #941751;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .component--gated-content .cta-form__form form[data-freeform] .freeform-row .freeform-column input[name=email] {
    width: calc(100% - (8.5rem + 1.5rem));
  }
}

.component--gated-content .ff-form-success,
.component--gated-content .ff-form-errors {
  position: absolute;
  bottom: calc(100% - 0.75rem);
  width: 100%;
}

@media (min-width: 768px) {
  .image-text .columns {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .component--image-text + .component--image-text {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .component--image-text + .component--image-text {
    margin-top: 4rem;
  }
}

.image-text__content {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .image-text__content {
    margin-top: 0;
  }
}
@media (min-width: 1199px) {
  .image-text__content {
    padding: 0 30px 0 40px;
  }
}

.image-text__label {
  display: block;
  margin-bottom: 0.7em;
  font-size: 0.83rem;
  text-transform: uppercase;
}

.image-text__heading {
  margin: 0;
}

.image-text__description {
  margin-top: 1em;
}

.image-text__content-bottom {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .image-text--image-right .col--content {
    order: -1;
  }
}

@media (min-width: 768px) {
  .quote + .quote {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .quote + .quote {
    margin-top: 4rem;
  }
}

.quote__blockquote {
  margin: 0;
  padding: 0;
}

.quote__img {
  width: 100px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .quote__img {
    width: auto;
    margin-bottom: 0;
  }
}

.quote__content {
  font-size: 1.1rem;
  font-family: "Georgia", serif;
}
@media (min-width: 768px) {
  .quote__content {
    font-size: 1.16rem;
  }
}
.quote__content > *:first-child::before {
  content: "“";
}
.quote__content > *:last-child::after {
  content: "”";
}

.quote__cite {
  display: block;
  margin: 1rem 0 0;
  font-weight: 500;
  font-style: normal;
}
.quote__cite span {
  display: block;
  margin-top: 0.5em;
  font-size: 0.83rem;
  font-weight: 400;
}

.quote--no-img .col--content {
  width: calc(100% - 3.6vw) !important;
  max-width: 800px;
}

.quote-lg {
  background-color: #EAF2FF;
  background-image: url("../../images/quote-lg-bg-lines.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 110%;
  color: #1E2D66;
}
@media (min-width: 768px) {
  .quote-lg {
    background-size: 120% auto;
  }
}
@media (min-width: 768px) {
  .quote-lg .columns {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.quote-lg__blockquote {
  margin: 0;
  padding: 0;
}

.quote-lg__col--image {
  text-align: center;
}

.quote-lg__img {
  width: 250px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .quote-lg__img {
    width: auto;
    margin-bottom: 0;
  }
}

.quote-lg__content {
  font-size: 1.2rem;
  font-family: "Georgia", serif;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .quote-lg__content {
    font-size: 1.3rem;
  }
}
@media (min-width: 991px) {
  .quote-lg__content {
    font-size: 1.5rem;
  }
}
@media (min-width: 1199px) {
  .quote-lg__content {
    font-size: 1.66rem;
  }
}
.quote-lg__content > *:first-child::before {
  content: "“";
}
.quote-lg__content > *:last-child::after {
  content: "”";
}

.quote-lg__cite {
  display: block;
  margin: 1.5rem 0 0;
  padding: 0;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  .quote-lg__cite {
    font-size: 1.1rem;
  }
}
@media (min-width: 991px) {
  .quote-lg__cite {
    font-size: 1.2rem;
  }
}
@media (min-width: 1199px) {
  .quote-lg__cite {
    font-size: 1.33rem;
  }
}
.quote-lg__cite span {
  display: block;
  margin-top: 1em;
  font-size: 0.83rem;
  font-weight: 400;
}

.quote-lg--no-img .quote-lg__col--content {
  width: calc(100% - 3.6vw) !important;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.data-cards__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: -2rem -1rem 0;
}

.data-card {
  max-width: 250px;
  margin: 2rem 1rem 0;
  text-align: center;
}
@media (min-width: 1199px) {
  .data-card {
    max-width: 290px;
  }
}

.data-card__img-wrap {
  margin-bottom: 1rem;
}

.data-card__image {
  width: 90px;
}
@media (min-width: 1199px) {
  .data-card__image {
    width: 110px;
  }
}

.data-card__numericValue {
  display: block;
  margin: -0.2em 0 1.2rem;
  line-height: 1.1;
}

.data-card__heading {
  margin: 0;
  font-size: 0.83rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
}

.data-card__desc {
  font-size: 0.83rem;
}

.nav-bar {
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.component--solid + .nav-bar.component {
  margin-top: 0;
}
.nav-bar + .component:not(.component--solid) {
  margin-top: 1rem;
}
.nav-bar + .component--solid {
  margin-top: 0;
}

.nav-bar__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-bar__nav a {
  padding: 0.5rem 1rem;
}

.nav-cards__nav {
  text-align: center;
}

.nav-card {
  transition: background 0.3s, color 0.3s;
}

.nav-card .card__content {
  padding: 0.5rem 1.3rem 2rem;
  text-align: center;
}
.nav-card .card__content .cta-link {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .nav-card .card__content .cta-link {
    font-size: 1.33rem;
  }
}

.nav-card:hover,
.nav-card:focus {
  color: #fff;
  text-decoration: none;
}
.nav-card:hover.bg-color--red-lt,
.nav-card:focus.bg-color--red-lt {
  background: #941751;
}
.nav-card:hover.bg-color--purple-lt,
.nav-card:focus.bg-color--purple-lt {
  background: #5C1D62;
}
.nav-card:hover.bg-color--navy-lt,
.nav-card:focus.bg-color--navy-lt {
  background: #1E2D66;
}
.nav-card:hover.bg-color--green-lt,
.nav-card:focus.bg-color--green-lt {
  background: #19646D;
}

.accordions {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .accordions {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .accordions {
    margin-top: 4rem;
  }
}

.accordion {
  border-top: 1px solid rgba(52, 71, 84, 0.2);
}
.accordion:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.accordion__header {
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 0;
  cursor: pointer;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .accordion__header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.accordion__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.66rem;
  height: 1.66rem;
  color: #941751;
  border: 2px solid;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
  transition: color 0.3s;
}
.accordion__header:hover, .accordion__header:focus {
  color: #d62175;
}
.accordion__header:hover::after, .accordion__header:focus::after {
  color: #d62175;
}

.accordion__heading {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}

.accordion__content {
  font-size: 0.833rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .accordion__content {
    margin-bottom: 2rem;
  }
}
.accordion:last-child .accordion__content {
  margin-bottom: 0;
}

.accordion.active .accordion__header::after {
  content: "";
}

.image-full-width {
  padding: 0;
}
.image-full-width img {
  width: 100%;
}

.logo-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: -1.5rem -3rem 0 -1rem;
}

.logo-grid__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 3rem 0;
}

.logo-grid__img {
  width: 160px;
}

.logo-grid__bottom {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-grid__bottom {
    margin-top: 3rem;
  }
}

.logo-grid-alt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: -1rem -1rem 0 -1rem;
}

.logo-grid-alt__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 1rem 0;
}
.logo-grid-alt__logo figure {
  margin: 0;
}

.page-type-archive .site-footer {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .page-type-archive .site-footer {
    margin-top: 5rem;
  }
}
@media (min-width: 1199px) {
  .page-type-archive .site-footer {
    margin-top: 6rem;
  }
}

.archive-results {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .archive-results {
    margin-top: 3rem;
  }
}
@media (min-width: 1199px) {
  .archive-results {
    margin-top: 4rem;
  }
}

.archive-controls {
  margin-top: -3rem;
  padding: 1.2rem 1rem;
  background: #F2F4F7;
}
@media (min-width: 991px) {
  .archive-controls {
    padding: 1.2rem 1.5rem;
  }
}
@media (min-width: 991px) {
  .archive-controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.archive-controls .input-group {
  margin: 0.5rem;
}
@media (min-width: 1199px) {
  .archive-controls .input-group {
    margin: 0.5rem 1rem;
  }
}
.archive-controls .input-group label {
  display: inline-block;
  width: 68px;
  margin-right: 0.5em;
  font-size: 0.83rem;
}

@media (min-width: 768px) {
  .archive-controls__group--filters {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.archive-controls__group--filters .input-group {
  width: calc(100% - 1rem);
}
@media (min-width: 768px) {
  .archive-controls__group--filters .input-group {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 991px) {
  .archive-controls__group--filters .input-group {
    width: auto;
  }
}
.archive-controls__group--filters .nn-select-wrap {
  width: 100%;
}
@media (min-width: 480px) {
  .archive-controls__group--filters .nn-select-wrap {
    width: calc(100% - 80px);
  }
}
@media (min-width: 991px) {
  .archive-controls__group--filters .nn-select-wrap {
    width: 225px;
  }
}
@media (min-width: 1199px) {
  .archive-controls__group--filters .nn-select-wrap {
    width: 275px;
  }
}
.archive-controls__group--filters .nn-select-wrap select {
  width: 100%;
}

.archive-controls__group--submit {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 991px) {
  .archive-controls__group--submit {
    margin-top: 0;
  }
}

.archive-controls__clear a {
  color: #344754;
}
.archive-controls__clear a:hover, .archive-controls__clear a:focus {
  color: #d62175;
}

.archive-results .card:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-results .card:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  .archive-results .card:nth-child(3) {
    margin-top: 0;
  }
}
.archive-results .card .nav-article-meta {
  margin-top: -0.5rem;
}
.archive-results .card .card__heading a {
  color: #344754;
}
.archive-results .card .card__heading a:hover, .archive-results .card .card__heading a:focus {
  color: #d62175;
}

.card__img-wrap {
  background-color: #F2F4F7;
}

.resource-links {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.83rem;
}
.resource-links a {
  color: #344754;
}
.resource-links a:hover, .resource-links a:focus {
  color: #d62175;
}
.resource-links a::before {
  margin-right: 0.5em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.resource-links .resource-link--file a::before {
  content: "";
}
.resource-links .resource-link--link a::before {
  content: "";
}

.podcast-results__inner {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}

.catalog-podcast .podcast-player-wrap {
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .catalog-podcast .podcast-player-wrap {
    margin-bottom: 1.3rem;
  }
}

.nav-podcast-links {
  margin-top: 1.5rem;
  font-size: 0.83rem;
}

.nav-podcast-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-podcast-links__list li {
  display: inline-block;
  margin-right: 1em;
}

.event-item {
  margin-top: 0;
  border-bottom: 2px solid #F2F4F7;
  padding-top: 2.3rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .event-item {
    padding-top: 3.3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1199px) {
  .event-item {
    padding-top: 4.3rem;
    padding-bottom: 4rem;
  }
}
.event-item .image-text__heading a {
  color: #344754;
}
.event-item .image-text__heading a:hover, .event-item .image-text__heading a:focus {
  color: #d62175;
}
.event-item .nav-article-meta {
  margin-top: 1rem;
}
.event-item .event-info {
  margin-top: 1rem;
}

.event-item__inner {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .event-item__inner {
    position: relative;
  }
}

.catalog-event__date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.4em;
  height: 2.4em;
  margin-bottom: 1rem;
  border: 2px solid;
  color: #941751;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .catalog-event__date {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3rem;
  }
}

.catalog-event__date-month {
  font-size: 0.44em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .event-item .catalog-item__content {
    padding-left: calc(3rem * 2.4 + 3rem);
  }
}

.archive-events-bottom {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
}

.rtwp-item {
  margin-top: 2rem;
}
.rtwp-item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .rtwp-item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  .rtwp-item:nth-child(3) {
    margin-top: 0;
  }
}

.rtwp-item__header {
  padding-bottom: 1rem;
  border-bottom: 4px solid #F2F4F7;
}

.rtwp-item__link:hover, .rtwp-item__link:focus {
  text-decoration: none;
}
.rtwp-item__link:hover .rtwp-item__subhead, .rtwp-item__link:focus .rtwp-item__subhead {
  color: #d62175;
  text-decoration: underline;
}

.rtwp-item__heading {
  margin: 0;
}

.rtwp-item__subhead {
  margin: 0.5em 0 0;
  color: #344754;
  font-size: 0.83rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}
.rtwp-item__subhead::after {
  content: "";
  margin-left: 0.5em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.rtwp-item .nav-article-meta {
  margin-top: 1rem;
}

.searchform-wrap--search-archive {
  margin-top: 1rem;
}
.searchform-wrap--search-archive .searchform {
  max-width: 100%;
}
.searchform-wrap--search-archive .searchform__group {
  border: none;
}
.searchform-wrap--search-archive input.searchform__field {
  padding: 0.75em 3em 0.75em 1em;
}

.event-info {
  font-size: 0.83rem;
  font-weight: 500;
}

.event-info__date,
.event-info__location {
  display: block;
}

.event-info__location {
  margin-top: 0.25em;
}

.nn-select-wrap select {
  display: inline-block;
  width: 250px;
  height: 35px;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 45px 0 1.25em;
  font-size: 0.83rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media (min-width: 1199px) {
  .nn-select-wrap select {
    width: 275px;
    height: 45px;
    padding-right: 55px;
  }
}

.nn-select-wrap select::-ms-expand {
  display: none;
}

.nn-select-wrap select:hover,
.nn-select-wrap select:focus {
  outline: none;
}

.nn-select-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(52, 71, 84, 0.25);
  background: #fff;
}

.nn-select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 100%;
  color: rgba(52, 71, 84, 0.4);
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  font-family: serif;
  line-height: 35px;
  transition: color 0.3s;
}
@media (min-width: 1199px) {
  .nn-select-wrap::after {
    width: 45px;
    line-height: 45px;
  }
}

.nn-select-wrap:hover::after {
  color: #344754;
}

select.nn-select--wrapped {
  position: relative;
  z-index: 5;
  background-color: transparent;
}

.component--related-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .component--related-content {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1199px) {
  .component--related-content {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}

.related-content .section-header__heading {
  margin: 0;
  text-align: center;
}
.component--divider {
  height: 40px;
  padding: 0;
  background-image: url("../../images/hero-bg.jpg");
  background-position: top left;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .component--divider {
    height: 75px;
  }
}

.popup {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  min-height: 15rem;
  background-color: #941751;
  transform: translateY(105%);
  transition: transform 1s;
}
@media (min-width: 480px) {
  .popup {
    width: 23rem;
    min-height: 15rem;
  }
}
@media (min-width: 768px) {
  .popup {
    width: 25rem;
    min-height: 19rem;
  }
}

.popup__img-wrap {
  width: 100%;
  height: 15.3rem;
}
@media (min-width: 480px) {
  .popup__img-wrap {
    height: 14rem;
  }
}
@media (min-width: 768px) {
  .popup__img-wrap {
    height: 15.3rem;
  }
}

.popup__content {
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .popup__content {
    padding: 2rem;
  }
}

.popup__heading {
  margin: 0;
}

.popup__desc {
  margin-top: 1rem;
  font-size: 0.83rem;
}
@media (min-width: 768px) {
  .popup__desc {
    margin-top: 1.5rem;
  }
}

.popup .btn, .popup form[data-freeform] button, form[data-freeform] .popup button {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .popup .btn, .popup form[data-freeform] button, form[data-freeform] .popup button {
    margin-top: 1.5rem;
  }
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.22rem;
  height: 2.22rem;
  background: #344754;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
}
.popup__close:hover, .popup__close:focus {
  background: #516f83;
}

.popup--no-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup.active {
  box-shadow: 0 0 30px rgba(25, 25, 25, 0.7);
  transform: translateY(0);
}

.img-enlarge-wrap {
  position: relative;
  cursor: pointer;
}
.img-enlarge-wrap::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  opacity: 0.7;
}

/*# sourceMappingURL=app.css.map */