@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* 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 {
  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 {
  -webkit-box-sizing: content-box;
          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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 macOS.
 */
[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; }

@font-face {
  font-family: 'Visby';
  src: url("/assets/styles/webfonts/visby-cf-light.eot");
  /* IE9 Compat Modes */
  src: url("/assets/styles/webfonts/visby-cf-light.eot?#iefix") format("embedded-opentype"), url("/assets/styles/webfonts/visby-cf-light.woff2") format("woff2"), url("/assets/styles/webfonts/visby-cf-light.woff") format("woff"), url("/assets/styles/webfonts/visby-cf-light.ttf") format("truetype"), url("/assets/styles/webfonts/visby-cf-light.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Visby';
  src: url("/assets/styles/webfonts/visby-cf-demi-bold.eot");
  /* IE9 Compat Modes */
  src: url("/assets/styles/webfonts/visby-cf-demi-bold.eot?#iefix") format("embedded-opentype"), url("/assets/styles/webfonts/visby-cf-demi-bold.woff2") format("woff2"), url("/assets/styles/webfonts/visby-cf-demi-bold.woff") format("woff"), url("/assets/styles/webfonts/visby-cf-demi-bold.ttf") format("truetype"), url("/assets/styles/webfonts/visby-cf-demi-bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Visby';
  src: url("/assets/styles/webfonts/visby-cf-bold.eot");
  /* IE9 Compat Modes */
  src: url("/assets/styles/webfonts/visby-cf-bold.eot?#iefix") format("embedded-opentype"), url("/assets/styles/webfonts/visby-cf-bold.woff2") format("woff2"), url("/assets/styles/webfonts/visby-cf-bold.woff") format("woff"), url("/assets/styles/webfonts/visby-cf-bold.ttf") format("truetype"), url("/assets/styles/webfonts/visby-cf-bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal; }
div.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

div.darkOverlay {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100vh;
  opacity: 0; }
  div.darkOverlay.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .35; }

section.heroCenter, section.heroVideo {
  width: 100%;
  height: 85vh;
  position: relative;
  background-size: cover; }
  section.heroCenter div.copy, section.heroVideo div.copy {
    position: absolute;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      section.heroCenter div.copy, section.heroVideo div.copy {
        width: 50%; } }
  section.heroCenter div.overlay, section.heroVideo div.overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    opacity: .45; }

div.playButton {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }
  div.playButton div.circle {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  div.playButton i.fa {
    opacity: .7;
    font-size: 1.6rem;
    color: #FECF5D; }
  div.playButton div.ring {
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    opacity: .4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    div.playButton div.ring.inner {
      width: 70px;
      height: 70px;
      opacity: .6; }
    div.playButton div.ring.outer {
      width: 90px;
      height: 90px;
      opacity: .2; }
  div.playButton a:hover div.ring {
    width: 85px;
    height: 85px; }
    div.playButton a:hover div.ring.inner {
      width: 75px;
      height: 75px; }
    div.playButton a:hover div.ring.outer {
      width: 95px;
      height: 95px; }

html {
  font-size: 1rem; }

body {
  line-height: 1.6;
  font-weight: 400;
  font-family: "Visby";
  color: #000; }

hr {
  border: 0.5px solid #C9CAC8; }

.wrapper {
  position: relative; }

.locked {
  overflow: hidden;
  position: relative; }

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

.container, .element {
  padding: 10px; }

.container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: normal; }
  h1.header-light, h2.header-light, h3.header-light, h4.header-light, h5.header-light, h6.header-light {
    font-weight: 300; }
  h1.header-bold, h2.header-bold, h3.header-bold, h4.header-bold, h5.header-bold, h6.header-bold {
    font-weight: 900; }

h1, .h1 {
  font-size: 2.25rem; }

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

h3, .h3 {
  font-size: 1.3125rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 0.9375rem; }

h6, .h6 {
  font-size: 0.75rem; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1, .h1 {
    font-size: 3rem; }

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

  h3, .h3 {
    font-size: 1.75rem; }

  h4, .h4 {
    font-size: 1.5rem; }

  h5, .h5 {
    font-size: 1.25rem; }

  h6, .h6 {
    font-size: 1rem; } }
.headline.headline-centered {
  margin: 0 auto;
  text-align: center; }
.headline.headline-constrained {
  max-width: 610px; }
.headline h1 {
  margin-bottom: 1rem; }
.headline .h1 {
  font-family: "Visby"; }
.headline .color-light {
  color: #fff; }

p {
  margin: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased; }

i.fa {
  font-size: 1.5rem; }

a, .link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  outline: none; }
  a.disabled, .link.disabled {
    pointer-events: none;
    cursor: default;
    color: #606a6e; }

.button {
  position: relative;
  background-color: #FECF5D;
  padding: 10px 20px;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .button:hover {
    background-color: #fec744 !important; }
  .button.btn-blue {
    background-color: #1C5371 !important; }
    .button.btn-blue:hover {
      background-color: #17445d !important; }
  .button.btn-light-blue {
    background-color: #00ADD0 !important; }
    .button.btn-light-blue:hover {
      background-color: #0098b7 !important; }
  .button.btn-aqua {
    background-color: #307A83 !important; }
    .button.btn-aqua:hover {
      background-color: #296970 !important; }
  .button.btn-gray {
    background-color: #f0f0f0 !important;
    color: #000 !important; }
    .button.btn-gray:hover {
      background-color: #e3e3e3 !important;
      color: #000 !important; }
  .button.arrow-right {
    padding-right: 3rem; }
    .button.arrow-right:before {
      position: absolute;
      top: 50%;
      right: 1rem;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      -webkit-transition: -webkit-transform 250ms ease;
      transition: -webkit-transform 250ms ease;
      transition: transform 250ms ease;
      transition: transform 250ms ease, -webkit-transform 250ms ease;
      content: '';
      width: 20px;
      height: 20px;
      background-image: url("/assets/images/ic_right_arrow_white.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .button.arrow-right:hover:before {
      -webkit-transform: translate(15%, -50%);
              transform: translate(15%, -50%); }

.cappedLink {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: .75;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Visby", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .cappedLink:hover {
    opacity: 1; }
  .active.cappedLink {
    opacity: 1; }
  .dark.cappedLink {
    color: #2c2e37; }

.icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px; }
  .icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(33%);
            transform: translateY(33%);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
  .icon.icon-lg {
    width: 50px;
    height: 50px; }
  .icon.icon-md {
    width: 30px;
    height: 30px; }
  .icon.icon-sm {
    width: 16px;
    height: 16px; }

.arrow-left:before {
  background-image: url("/assets/images/ic_right_arrow_white.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.arrow-up:before {
  background-image: url("/assets/images/ic_right_arrow_white.svg");
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.arrow-down:before {
  background-image: url("/assets/images/ic_right_arrow_white.svg");
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.ta-centered {
  text-align: center; }

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

li {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased; }

div.wrap {
  max-width: 1220px;
  width: 100%;
  display: block;
  margin: 0 auto; }

div.wrap {
  overflow: hidden; }

.flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.hidden {
  display: none; }

.mb-0 {
  margin-bottom: 0; }

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

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

.loader-container {
  background: #ffffff;
  display: none; }

.loader-container.active {
  display: block;
  background: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%; }

.loader {
  background: inherit;
  color: #606a6e;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  -webkit-box-shadow: inset 0 0 0 1em;
          box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.loader:before,
.loader:after {
  background: inherit;
  position: absolute;
  content: ''; }

.loader:before {
  width: 5.2em;
  height: 10.2em;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s; }

.loader:after {
  width: 5.2em;
  height: 10.2em;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.promo-bar {
  display: block;
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 0px;
  background: #FECF5D;
  text-align: center;
  -webkit-transition: height 500ms ease;
  transition: height 500ms ease;
  z-index: 200; }
  .promo-bar.is-open {
    height: 75px;
    opacity: 1; }
    @media only screen and (min-width: 340px) {
      .promo-bar.is-open {
        height: 60px; } }
    @media only screen and (min-width: 480px) {
      .promo-bar.is-open {
        height: 45px; } }

.promo-bar__text {
  display: inline-block;
  width: 85%;
  margin: 10px auto; }
  @media only screen and (min-width: 769px) {
    .promo-bar__text {
      width: 80%; } }

.promo-bar__close {
  position: absolute;
  top: 3px;
  right: 0; }

section.pagePreview {
  width: 100%;
  height: 100vh;
  background: url("") no-repeat center center fixed;
  background-size: cover;
  padding: 20px; }
  section.pagePreview h4, section.pagePreview p, section.pagePreview a {
    color: #ffffff;
    padding: 10px 0px; }
  section.pagePreview a {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    opacity: .75;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold; }
    section.pagePreview a img {
      padding-left: 10px;
      width: 35px;
      opacity: .75;
      position: relative;
      -webkit-transition: all 350ms ease;
      transition: all 350ms ease;
      left: 0; }
    section.pagePreview a:hover {
      opacity: 1; }
      section.pagePreview a:hover img {
        opacity: 1;
        left: 10px; }
  section.pagePreview h4 {
    width: 50%;
    border-bottom: 1px solid #ffffff;
    padding: 0px;
    padding-bottom: 5px; }
  section.pagePreview div.panel {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    width: 100%; }
    @media only screen and (min-width: 1180px) {
      section.pagePreview div.panel {
        width: 50%; } }
  section.pagePreview div.colorOverlay {
    opacity: .75;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  section.pagePreview div.copy {
    z-index: 50;
    position: absolute;
    top: 55%;
    width: 100%;
    padding: 20px; }
    @media only screen and (min-width: 480px) {
      section.pagePreview div.copy {
        width: 50%; } }
    @media only screen and (min-width: 769px) {
      section.pagePreview div.copy {
        width: 40%;
        right: 20px;
        padding: 0px; } }

section.pageIntro {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
  section.pageIntro div.introCopy {
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 20px;
    height: 55vh; }
    @media only screen and (min-width: 480px) {
      section.pageIntro div.introCopy {
        max-height: 400px; } }
    @media only screen and (min-width: 769px) {
      section.pageIntro div.introCopy {
        max-height: 300px;
        height: 40vh; } }
  section.pageIntro .breadcrumbs {
    position: absolute;
    top: 20px;
    left: 40px; }
    section.pageIntro .breadcrumbs span {
      color: #ffffff; }
    section.pageIntro .breadcrumbs a {
      position: relative;
      margin-right: 1em;
      font-weight: 400; }
      section.pageIntro .breadcrumbs a:after {
        content: '<';
        position: absolute;
        right: -0.9em;
        top: 0;
        line-height: 1; }
      section.pageIntro .breadcrumbs a:last-of-type {
        font-weight: normal;
        opacity: 1; }
        section.pageIntro .breadcrumbs a:last-of-type:after {
          content: ''; }
  section.pageIntro a.downArrow {
    position: absolute;
    top: 20px;
    right: 40px; }
  section.pageIntro div.introColor {
    width: 100%;
    height: 100%; }
  section.pageIntro div.copy {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    width: 100%;
    padding: 0px 40px; }
    @media only screen and (min-width: 769px) {
      section.pageIntro div.copy {
        width: auto;
        padding: 0px; } }

section.longFormText {
  padding: 0px 20px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  section.longFormText div.copy {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 0px; }
    @media only screen and (min-width: 769px) {
      section.longFormText div.copy {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 83.3333333333%;
        padding: 80px 0px; } }
  @media only screen and (min-width: 769px) {
    section.longFormText div.bodyText {
      padding-right: 80px; } }
  section.longFormText ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
  section.longFormText h2 {
    color: #FECF5D; }
  section.longFormText p {
    padding-top: 40px; }
  section.longFormText p a {
    color: #FECF5D;
    border-bottom: 2px solid #FECF5D; }
  section.longFormText li {
    padding-left: 40px; }
    section.longFormText li:before {
      content: "\f061";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -24px;
      width: 24px; }
  section.longFormText.dark {
    background: #4A4D4E; }
    section.longFormText.dark div.componentBackground {
      background-color: rgba(125, 125, 125, 0.9); }
    section.longFormText.dark h2, section.longFormText.dark p, section.longFormText.dark li {
      color: #ffffff; }

div.sideNav h5, div.sideNav p {
  padding: 0px;
  color: #ffffff; }
div.sideNav h5 {
  text-transform: uppercase; }
div.sideNav a {
  display: block;
  padding: 20px 0px;
  border-bottom: 1px solid #ffffff;
  opacity: .75;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }
  div.sideNav a i {
    position: relative;
    left: 0px;
    -webkit-transition: left 300ms ease;
    transition: left 300ms ease; }
  div.sideNav a:hover {
    opacity: 1; }
    div.sideNav a:hover i {
      left: 10px; }
  div.sideNav a:last-of-type {
    border: 0px; }
@media only screen and (min-width: 769px) {
  div.sideNav {
    width: 40%;
    padding-top: 60px; } }

section.heroCenter div.copy {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
  padding: 20px; }
  section.heroCenter div.copy p {
    -webkit-font-smoothing: auto; }
  @media only screen and (min-width: 769px) {
    section.heroCenter div.copy {
      padding: 40px; } }
section.heroCenter a {
  color: #FECF5D;
  border-bottom: 2px solid rgba(250, 193, 20, 0.9); }
  section.heroCenter a.cappedLink {
    border: none;
    color: inherit;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
section.heroCenter img {
  margin-right: 10px; }

section.heroVideo iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 100; }

section.textColumns {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 80px 20px; }
  section.textColumns div.column {
    padding: 20px;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      section.textColumns div.column {
        width: 25%; } }
  section.textColumns a {
    border-bottom: 2px solid rgba(250, 193, 20, 0.9);
    color: #FECF5D; }
  section.textColumns b {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 5px; }
  @media only screen and (min-width: 769px) {
    section.textColumns {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

section.tabs {
  width: 100%;
  min-height: 100vh;
  overflow-y: visible;
  position: relative; }
  section.tabs div.tabPages {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative; }
  section.tabs div.peopleCopy {
    width: 100%;
    padding: 60px 20px; }
    section.tabs div.peopleCopy h2, section.tabs div.peopleCopy a {
      color: #FECF5D; }
    section.tabs div.peopleCopy a {
      border-bottom: 2px solid #FECF5D; }
    @media only screen and (min-width: 769px) {
      section.tabs div.peopleCopy {
        width: 50%; } }
  section.tabs article.tabPage {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: absolute;
    min-height: 100vh;
    padding-top: 60px;
    -webkit-transition: left 300ms ease-in-out;
    transition: left 300ms ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0); }
    section.tabs article.tabPage.active {
      -webkit-transform: none;
      transform: none; }

nav.tabs {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  nav.tabs.fixed {
    position: fixed;
    z-index: 100; }

nav.tabs div.wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (min-width: 769px) {
    nav.tabs div.wrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; }
      nav.tabs div.wrap a.tab {
        width: auto; } }

a.tab {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #606a6e;
  border-bottom: 3px solid transparent;
  width: 50%;
  font-family: "Visby";
  font-weight: 300; }
  a.tab.active, a.tab:hover {
    border-bottom: 3px solid #FECF5D;
    color: #FECF5D; }
  a.tab:hover {
    background-color: #f8f8f8; }
  @media only screen and (min-width: 769px) {
    a.tab {
      padding: 20px;
      width: 100%; } }

div.people {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  div.people hr {
    display: inline-block;
    width: 30%;
    border-top: 1px solid #FAC012;
    border-bottom: 0px;
    margin: 2px 0; }
  @media only screen and (min-width: 480px) {
    div.people {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 769px) {
    div.people {
      width: 75%;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center; } }

.person {
  width: 100%; }
  .person .personMeta img {
    max-width: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .person p {
    font-weight: bold; }
  .person p:last-of-type {
    opacity: .75;
    font-weight: normal; }
  .person img {
    width: 100%; }
  @media only screen and (min-width: 480px) {
    .person {
      width: 50%; } }
  @media only screen and (min-width: 769px) {
    .person {
      width: 33.3333333333%; } }
  @media only screen and (min-width: 1180px) {
    .person {
      width: 25%; } }

div.tiles {
  width: 100%; }
  div.tiles div.wrap {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  div.tiles p.type {
    color: #ffffff;
    background-color: #00ADD0;
    text-transform: uppercase;
    font-family: "Visby";
    font-weight: bold;
    letter-spacing: 1px; }
  div.tiles div.tile {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    width: 100%;
    position: relative; }
    div.tiles div.tile.gold p.type {
      background-color: #f7b412; }
    div.tiles div.tile.silver p.type {
      background-color: #005a80; }
    div.tiles div.tile.copper p.type {
      background-color: #e74c3c; }
    div.tiles div.tile.platinum p.type {
      background-color: #212f3f; }
    div.tiles div.tile.contributing p.type {
      background-color: #aeaeae; }
    @media only screen and (min-width: 480px) {
      div.tiles div.tile {
        width: 50%; } }
    @media only screen and (min-width: 769px) {
      div.tiles div.tile {
        width: 25%; } }
    @media only screen and (min-width: 1180px) {
      div.tiles div.tile {
        width: 16.6666666667%; } }
  div.tiles a {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: block; }
  div.tiles img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 80px;
    opacity: 0;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    div.tiles img.loading {
      opacity: 0.1; }
    div.tiles img.loaded {
      opacity: 1; }
  div.tiles .imageContainer {
    position: relative;
    height: 140px; }
  div.tiles .logo-default {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: left;
    font-family: "Visby";
    font-weight: 300;
    padding: 1em 0.75em;
    letter-spacing: 2px;
    color: #2c2e37; }
    div.tiles .logo-default.variation-1 {
      border-left: 2px solid #00ADD0;
      padding: 0 0.75em; }
    div.tiles .logo-default.variation-2 {
      border-bottom: 2px solid #00ADD0;
      padding: 1em 0; }
  div.tiles .gold .logo-default {
    border-color: #f7b412; }
  div.tiles .silver .logo-default {
    border-color: #005a80; }
  div.tiles .copper .logo-default {
    border-color: #e74c3c; }
  div.tiles .platinum .logo-default {
    border-color: #212f3f; }
  div.tiles .contributing .logo-default {
    border-color: #aeaeae; }
  div.tiles .tier {
    position: absolute;
    bottom: 1.5em;
    right: 2em;
    text-transform: uppercase;
    font-size: 0.6rem;
    text-align: right; }

.mask, .modal-mask {
  display: none;
  position: absolute;
  height: 200vh;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  cursor: pointer;
  z-index: 220; }

.arrows {
  position: relative;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto; }
  .arrows > span {
    position: absolute;
    height: 44px;
    width: 44px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 3%;
    padding: 0.8em;
    z-index: 500;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    text-align: center; }
    .arrows > span.next {
      right: 3%;
      left: initial; }
  @media only screen and (min-width: 769px) {
    .arrows {
      bottom: inherit;
      left: inherit; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
  overflow: scroll; }
  @media only screen and (min-width: 480px) {
    .modal {
      overflow: hidden; } }
  .modal .modal__box {
    width: 90%;
    max-width: 1000px;
    max-height: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 250;
    background: #fff;
    padding: 1em 1em 3em 1em;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease; }
    @media only screen and (min-width: 769px) {
      .modal .modal__box {
        padding: 3em; } }
    .modal .modal__box * {
      opacity: 0; }
  .modal.active .modal__box * {
    opacity: 1; }
  .modal .modal__header {
    padding-bottom: 1.5em;
    color: #FECF5D; }
    .modal .modal__header img {
      max-width: 45px; }
  .modal .modal__account-name {
    padding: 2em 0;
    border-bottom: 1px solid gray; }
  .modal .modal__account-desc {
    padding-top: 1em;
    color: #606a6e; }
  .modal .modal__company-details {
    padding: 2em 0;
    color: #606a6e; }
    .modal .modal__company-details a {
      color: #FECF5D; }
  .modal .closeModal {
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer; }
    @media only screen and (min-width: 769px) {
      .modal .closeModal {
        top: 3em;
        right: 3em; } }

section.mobileTable div.tableHeader {
  padding-bottom: 0px;
  padding-top: 20px; }
  section.mobileTable div.tableHeader h3 {
    color: #FECF5D;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px; }
section.mobileTable p {
  padding: 5px 0px;
  font-weight: bold;
  color: #616A6E; }
section.mobileTable div.price h4, section.mobileTable div.price h5 {
  color: #FECF5D; }
section.mobileTable div.price a {
  display: inline-block;
  border-bottom: 2px solid #FECF5D; }
@media only screen and (min-width: 769px) {
  section.mobileTable {
    display: none; } }

section.table {
  width: 100%;
  display: none; }
  section.table div.tableHeader, section.table div.tableRows, section.table div.row, section.table div.tablePrices {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    text-align: center; }
  section.table div.tableHeader, section.table div.tablePrices {
    background-color: #efefef;
    padding: 20px 0px; }
    section.table div.tableHeader div, section.table div.tablePrices div {
      width: 20%; }
    section.table div.tableHeader p, section.table div.tableHeader a, section.table div.tablePrices p, section.table div.tablePrices a {
      text-transform: uppercase;
      color: #FAC012;
      font-weight: 600;
      font-family: "Visby";
      letter-spacing: 1px; }
    section.table div.tableHeader a, section.table div.tablePrices a {
      border-bottom: 2px solid #FECF5D; }
  section.table div.tablePrices {
    background-color: #ffffff; }
  section.table div.tableRows {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  section.table div.row {
    border-bottom: 1px solid #979797;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  section.table div.cell {
    width: 20%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center; }
  section.table div.featureTitle {
    width: 20%;
    text-align: center; }
    section.table div.featureTitle p {
      padding: 10px 20px;
      font-weight: 600;
      font-family: "Visby";
      color: #616A6E; }
  @media only screen and (min-width: 769px) {
    section.table {
      display: block; } }

section.tracks {
  width: 66.6666666667%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 40px 10px; }
  section.tracks ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  section.tracks li.track {
    padding: 40px 10px; }
    section.tracks li.track h4 {
      color: #FECF5D; }
  section.tracks p a {
    color: #FECF5D;
    text-decoration: underline; }

section.linkList {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 60px 0px; }
  section.linkList ul {
    width: 100%;
    text-align: center; }
  section.linkList h2 {
    display: inline-block; }
  section.linkList hr {
    border: 0;
    border-bottom: 2px solid #FAC012;
    display: inline-block;
    width: 30%; }
  section.linkList li a {
    font-family: "Visby";
    font-weight: bold;
    color: #525453;
    opacity: .75;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    section.linkList li a:hover {
      opacity: 1; }
  section.linkList p {
    padding-top: 2em; }

section.featureGrid {
  text-align: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #fafafa;
  padding: 100px 0px; }
  section.featureGrid div.copy h2 {
    color: #FECF5D; }
  section.featureGrid ul {
    margin: 0px;
    padding: 20px;
    width: 100%; }
  section.featureGrid li {
    list-style: none;
    text-align: left; }
    @media only screen and (min-width: 769px) {
      section.featureGrid li {
        padding: 20px;
        width: 50%; } }
  @media only screen and (min-width: 769px) {
    section.featureGrid ul, section.featureGrid div.copy {
      width: 66.6666666667%;
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    section.featureGrid div.copy {
      width: 50%; }
      section.featureGrid div.copy p {
        text-align: left; }
    section.featureGrid div.copy {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

section.peoplePreview {
  padding: 100px 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  section.peoplePreview div.copy {
    text-align: center; }
    section.peoplePreview div.copy h2 {
      color: #FECF5D; }
  section.peoplePreview div.people {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

section.logoReel {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  section.logoReel h2 {
    color: #ffffff;
    text-align: center;
    font-weight: bold; }
  section.logoReel div.copy, section.logoReel ul.logos {
    padding: 60px 0px; }
  section.logoReel ul.logos {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      section.logoReel ul.logos {
        width: 50%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  section.logoReel img {
    max-width: 100%; }
  section.logoReel li.logo {
    width: 100%;
    padding: 20px; }
    @media only screen and (min-width: 769px) {
      section.logoReel li.logo {
        width: 50%; } }

section.imagePanels {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fafafa;
  padding: 100px 0px; }
  section.imagePanels div.panels {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 769px) {
      section.imagePanels div.panels {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        width: 83.3333333333%; } }
  section.imagePanels h2 {
    text-align: center;
    margin-bottom: 40px; }
  section.imagePanels div.panel {
    position: relative; }
  section.imagePanels div.panelContent {
    position: relative;
    height: 425px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  section.imagePanels div.copy {
    z-index: 100;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    padding: 40px; }
  section.imagePanels div.background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 50; }

section.colorPanels {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  section.colorPanels div.panel {
    width: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 100px 0px; }
    @media only screen and (min-width: 769px) {
      section.colorPanels div.panel {
        width: 50%; } }
  section.colorPanels h3 {
    text-align: center; }
  section.colorPanels a.cappedLink {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 40px; }
    section.colorPanels a.cappedLink img {
      margin-right: 10px; }
  section.colorPanels div.copy {
    color: #ffffff;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      section.colorPanels div.copy {
        width: 66.6666666667%; } }
  section.colorPanels ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  section.colorPanels li {
    padding: 10px;
    padding-left: 40px; }
    section.colorPanels li:before {
      content: "\f061";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -24px;
      width: 24px; }
  @media only screen and (min-width: 769px) {
    section.colorPanels {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

section.productFeature {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 20px; }
  @media only screen and (min-width: 480px) {
    section.productFeature {
      padding: 100px 60px; } }
  @media only screen and (min-width: 769px) {
    section.productFeature {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  @media only screen and (min-width: 1180px) {
    section.productFeature {
      padding: 100px 140px; } }
  section.productFeature div.copy, section.productFeature img.product {
    width: 100%; }
    @media only screen and (min-width: 769px) {
      section.productFeature div.copy, section.productFeature img.product {
        width: 50%; } }

section.heroSmall {
  height: 50vh;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  section.heroSmall div.copy {
    text-align: center; }
    @media only screen and (min-width: 769px) {
      section.heroSmall div.copy {
        width: 66.6666666667%; } }
  section.heroSmall a {
    color: #FECF5D;
    border-bottom: 2px solid rgba(250, 193, 20, 0.9); }

@media only screen and (min-width: 480px) {
  .personModal .modal__content {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
.personModal .modal__header > div {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.personModal .personBio {
  width: 100%;
  overflow-y: scroll;
  max-height: 20vh; }
  .personModal .personBio p, .personModal .personBio a, .personModal .personBio b {
    font-family: "Source Sans Pro";
    color: #606a6e;
    letter-spacing: 0px; }
  .personModal .personBio p {
    margin-bottom: 10px; }
    .personModal .personBio p:first-of-type {
      margin: 0px; }
  @media only screen and (min-width: 480px) {
    .personModal .personBio {
      width: 60%;
      max-height: 40vh; } }
  @media only screen and (min-width: 1180px) {
    .personModal .personBio {
      max-height: 60vh; } }
.personModal .personMeta {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .personModal .personMeta img {
    margin-bottom: 1em; }
  @media only screen and (min-width: 480px) {
    .personModal .personMeta {
      width: 40%; } }

.featured-story {
  min-height: 300px;
  margin-bottom: 5em; }
  @media only screen and (min-width: 769px) {
    .featured-story {
      display: grid;
      grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr); } }

.featured-story__description {
  margin-top: 50px;
  border: 3px solid #606a6e;
  padding: 2em; }
  @media only screen and (min-width: 769px) {
    .featured-story__description {
      margin-bottom: -50px;
      padding: 2em 5em 2em 2em; } }
  .featured-story__description .desc-break {
    border: 1px solid #DB1F5A;
    margin: 1em 0;
    width: 10em; }
  .featured-story__description p {
    margin-bottom: 2em; }
  .featured-story__description a {
    border-bottom: 2px solid #DB1F5A; }
    .featured-story__description a .fa {
      font-size: 1rem; }

.featured-story__image {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media only screen and (min-width: 769px) {
    .featured-story__image {
      margin-left: -60px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23); } }
  .featured-story__image h3 {
    position: absolute;
    bottom: 0;
    left: 1rem;
    color: #fff;
    padding: 0.5em;
    z-index: 10; }
    .featured-story__image h3:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #DB1F5A;
      opacity: 0.7;
      z-index: -1; }

div.thankYou {
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.notfound {
  min-height: 100vh;
  margin-top: 10em; }
  @media only screen and (min-width: 480px) {
    .notfound {
      margin-top: 0;
      display: grid;
      grid-template-columns: 50% 50%; } }

.notfound__visual {
  position: relative;
  display: none;
  height: 90vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 480px) {
    .notfound__visual {
      display: block; } }
  .notfound__visual img {
    position: absolute;
    top: 0;
    left: 0; }

.notfound__logo img {
  width: 200px; }

.notfound__content {
  position: relative; }

.notfound__box {
  width: 100%;
  max-width: 450px;
  text-align: left; }
  @media only screen and (min-width: 480px) {
    .notfound__box {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

.notfound__cta {
  text-align: left; }
  .notfound__cta ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .notfound__cta ul a {
      color: #1C5371; }

.slider .slider-images .image-container {
  height: 85vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none; }
.slider .slider-images .image-container img {
  width: 100%; }
.slider .slider-images .slick-dots {
  bottom: 0; }
.slider .slider {
  overflow-x: hidden; }
  .slider .slider .slick-dotted.slick-slider {
    margin-bottom: 0; }
.slider .slide-content__container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 600px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  width: 100vw;
  z-index: 100; }
  .slider .slide-content__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 90; }
.slider .slide-content__box {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  z-index: 100; }
.slider .slick-next {
  right: 16px !important; }
.slider .slick-prev {
  left: 16px !important;
  z-index: 1000 !important; }

.card {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 350px !important; }
  .card .card__content {
    bottom: 0;
    left: 0;
    min-height: 250px;
    width: 100%;
    padding: 2em; }
    @media only screen and (min-width: 769px) {
      .card .card__content {
        position: absolute;
        min-height: 100px; } }
    .card .card__content > * {
      position: relative; }
    .card .card__content .card__meta {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Visby";
      font-weight: 400;
      color: #9B9B9B; }
    .card .card__content .card__meta, .card .card__content .card__title {
      color: #fff; }
    .card .card__content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #00ADD0;
      opacity: 0.7;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
    .card .card__content:hover {
      cursor: pointer; }
      .card .card__content:hover:before {
        opacity: 0.8; }

.mini-card {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 350px;
  margin-bottom: 2rem; }
  .mini-card .card__content {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em; }
    @media only screen and (min-width: 769px) {
      .mini-card .card__content {
        position: absolute; } }
    .mini-card .card__content > * {
      position: relative; }
    .mini-card .card__content .card__meta {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Visby";
      font-weight: 400;
      color: #9B9B9B; }
    .mini-card .card__content .card__meta, .mini-card .card__content .card__title {
      color: #fff; }
    .mini-card .card__content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #1C5371;
      opacity: 0.7;
      -webkit-transition: opacity 300ms ease;
      transition: opacity 300ms ease; }
    .mini-card .card__content:hover {
      cursor: pointer; }
      .mini-card .card__content:hover:before {
        opacity: 0.8; }

.share-bar {
  margin-top: 3em;
  width: 250px;
  text-align: center; }

.share-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1em; }
  .share-buttons a {
    width: 100%; }

.custom-slider-left,
.custom-slider-right {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.custom-slider-left:hover, .custom-slider-left:focus,
.custom-slider-right:hover,
.custom-slider-right:focus {
  outline: none; }

.custom-slider-left:hover, .custom-slider-left:focus,
.custom-slider-right:hover,
.custom-slider-right:focus {
  opacity: 1; }

.custom-slider-left.slick-disabled,
.custom-slider-right.slick-disabled {
  opacity: 0.25; }

.custom-slider-left {
  left: -25px; }

.custom-slider-right {
  right: -25px; }

.siteheader {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  z-index: 200;
  display: grid;
  grid-template-columns: 200px auto; }
  .siteheader.promo-bar-is-open {
    top: 6rem; }
    @media only screen and (min-width: 480px) {
      .siteheader.promo-bar-is-open {
        top: 4rem; } }

.mainLogo {
  padding-left: 3rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mainNav {
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  padding-right: 1rem; }
  @media only screen and (min-width: 769px) {
    .mainNav {
      padding-right: 3rem; } }
  .mainNav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mainNav li {
    display: inline-block;
    text-align: center;
    padding: 1rem;
    position: relative; }
    .mainNav li:not(.menu-link) {
      display: none; }
      @media only screen and (min-width: 769px) {
        .mainNav li:not(.menu-link) {
          display: inline-block; } }
    .mainNav li.menu-link:before {
      content: 'Close';
      position: absolute;
      top: 0;
      right: 0;
      height: 59px;
      width: 80px;
      padding: 1rem 0;
      font-family: 'Visby';
      text-transform: uppercase;
      color: transparent;
      z-index: -100;
      background-color: transparent;
      -webkit-transition: background-color 200ms ease, color 200ms ease;
      transition: background-color 200ms ease, color 200ms ease; }
      @media only screen and (min-width: 769px) {
        .mainNav li.menu-link:before {
          content: ''; } }
    .mainNav li.menu-link.active .cappedLink {
      opacity: 0; }
      @media only screen and (min-width: 769px) {
        .mainNav li.menu-link.active .cappedLink {
          color: #000;
          opacity: 1; } }
    .mainNav li.menu-link.active a {
      border-color: #f0f0f0; }
    .mainNav li.menu-link.active:before {
      background-color: #f0f0f0;
      color: #000; }
  .mainNav a {
    border-bottom: 2px solid #fff; }

.megamenu {
  grid-column: 1 / 3;
  background-color: #f0f0f0;
  opacity: 0;
  pointer-events: none;
  padding: 2rem;
  -webkit-box-shadow: 0 9px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 9px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }
  .megamenu.active {
    opacity: 1;
    pointer-events: all; }
  .megamenu a {
    display: inline-block;
    padding: 0.6rem 0;
    font-size: 1.2rem; }
    @media only screen and (min-width: 769px) {
      .megamenu a {
        padding: 0.3rem 0;
        font-size: inherit; } }
  @media only screen and (min-width: 769px) {
    .megamenu {
      padding: 2rem 4rem; } }

@media only screen and (min-width: 769px) {
  .megamenu__content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 175px));
    grid-gap: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; } }
.megamenu__content ul {
  list-style: none;
  padding: 0; }

.list-group {
  padding: 0.3rem 0; }
  .list-group h5 {
    color: #1C5371;
    padding: 0.8rem 0;
    border-top: 1px solid #606a6e;
    font-size: 1.2rem;
    margin-bottom: 0; }
    .list-group h5:hover {
      cursor: pointer; }
      @media only screen and (min-width: 769px) {
        .list-group h5:hover {
          cursor: auto; } }
    @media only screen and (min-width: 769px) {
      .list-group h5 {
        border: none;
        pointer-events: none;
        font-size: inherit; } }
  .list-group ul {
    display: none;
    margin: 0;
    padding-bottom: 1rem; }
    @media only screen and (min-width: 769px) {
      .list-group ul {
        display: block; } }
  .list-group li {
    padding: 0.3rem 0; }

.siteheader.dark .mainNav a, .siteheader.dark .cappedLink {
  color: #2c2e37;
  border-color: #2c2e37; }

footer {
  background-color: #2c2e37;
  color: #fff;
  position: relative; }
  footer div.wrap {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0px; }
    @media only screen and (min-width: 769px) {
      footer div.wrap {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  footer div.logo {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  footer nav {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    footer nav a {
      padding: 10px 0px;
      opacity: .75;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      font-family: "Visby";
      font-weight: 300;
      width: 50%; }
      footer nav a:hover {
        opacity: 1; }
      @media only screen and (min-width: 480px) {
        footer nav a {
          padding: 5px;
          width: auto; } }
    footer nav.sitemap {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      @media only screen and (min-width: 480px) {
        footer nav.sitemap {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-height: 175px;
          -webkit-box-flex: 5;
              -ms-flex-positive: 5;
                  flex-grow: 5;
          width: auto; } }
    footer nav.social {
      width: 100%;
      max-width: 360px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0px;
      display: block; }
      @media only screen and (min-width: 480px) {
        footer nav.social {
          display: -webkit-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  footer .newsletter {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    footer .newsletter .clear {
      display: inline-block; }
  footer div.copyright {
    display: block;
    width: 100%;
    text-align: center; }
  footer a.getHealth {
    position: absolute;
    bottom: 50px;
    right: 10px; }
    footer a.getHealth img {
      max-width: 150px; }
    @media only screen and (min-width: 769px) {
      footer a.getHealth {
        bottom: 0px;
        right: 20px; } }

form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  form div.inputGroup {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  form div.buttonGroup {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px; }
  form input, form textarea {
    border: 0px;
    border-bottom: 1px solid #a4a5a6;
    padding: 10px 0px;
    outline: none;
    font-family: "Visby";
    font-weight: 300;
    letter-spacing: 1px; }
    form input ::-webkit-input-placeholder, form textarea ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      opacity: .75; }
    form input ::-moz-placeholder, form textarea ::-moz-placeholder {
      /* Firefox 19+ */
      opacity: .75; }
    form input :-ms-input-placeholder, form textarea :-ms-input-placeholder {
      /* IE 10+ */
      opacity: .75; }
    form input :-moz-placeholder, form textarea :-moz-placeholder {
      /* Firefox 18- */
      opacity: .75; }
  form textarea {
    resize: vertical; }
  form label {
    font-family: "Visby"; }
  form button {
    width: 66.6666666667%;
    background-color: #fac012;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    font-family: "Visby";
    font-weight: bold;
    cursor: pointer; }

section.formPage {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

div.formPane {
  padding-top: 150px;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  div.formPane img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  div.formPane p.formIntro {
    text-align: center; }
  @media only screen and (min-width: 769px) {
    div.formPane {
      width: 33.3333333333%; } }

div.imagePane {
  display: none; }
  @media only screen and (min-width: 769px) {
    div.imagePane {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 66.6666666667%;
      position: relative;
      background-size: cover; }
      div.imagePane div.copy {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        color: #fff;
        width: 100%; }
      div.imagePane img {
        max-width: 100%; } }

div.contactInfo p, div.contactInfo a {
  font-family: "Visby";
  color: #C9CAC8; }
div.contactInfo a {
  color: #FECF5D;
  text-decoration: underline; }

.programs {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%; }

div.program {
  position: relative; }
  @media only screen and (min-width: 769px) {
    div.program {
      min-height: 300px; } }

div.program_content {
  padding: 20px;
  border: 2px solid #1C5371;
  height: 100%; }

div.program_copy p, div.program_copy a, div.program_copy b {
  font-family: "Visby";
  font-weight: 300; }
div.program_copy a.learn-more {
  color: #1C5371;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 0px;
  font-family: "Visby"; }
div.program_copy a.light {
  color: #fff; }
div.program_copy img {
  padding-right: 5px; }

@media only screen and (min-width: 769px) {
  div.program-half_width {
    width: 50%; } }

div.program-full_width {
  display: block;
  width: 100%;
  min-height: 400px; }
  div.program-full_width div.program_content {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    div.program-full_width div.program_content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.4;
      z-index: 0; }
  div.program-full_width div.program_copy {
    position: relative;
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      div.program-full_width div.program_copy {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 50%; } }

div.program_label {
  position: relative;
  display: table;
  color: #005C97;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 100; }
  div.program_label img {
    margin-right: 10px; }
  div.program_label span {
    display: table-cell;
    vertical-align: middle; }

.events {
  width: 100%;
  background-color: #f7f7f7;
  padding: 60px 0px; }
  .events .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.event {
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .event {
      width: 50%; } }
  @media only screen and (min-width: 1180px) {
    .event {
      width: 33.3333333333%; } }

.event-header img {
  width: 100%; }

.event-content {
  position: relative;
  height: 100%;
  padding-bottom: 40px;
  border: 1px solid #caced0;
  background-color: #fff;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease; }
  .event-content:hover {
    border-color: #FECF5D; }

.event-meta {
  padding: 10px 10px 20px; }
  .event-meta h3 {
    margin-bottom: 10px; }

.event-date, .event-time {
  color: #606a6e;
  font-family: "Source Sans Pro", sans-serif; }

.event-cta {
  position: absolute;
  left: 10px;
  bottom: 20px;
  text-transform: uppercase; }

.home section {
  position: relative; }
  .home section.home-section {
    padding: 8em 0; }
.home .hs-header {
  text-align: center;
  padding-bottom: 4rem; }

.home-break {
  height: 3em;
  border: none;
  background: #fff;
  opacity: 0.7; }
  .home-break.hb-grey {
    background: #f0f0f0; }

.home-container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto; }

.home-hero {
  display: grid;
  min-height: 650px;
  height: 100%;
  grid-template-columns: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5em;
  padding-bottom: 2em;
  z-index: 100;
  color: #fff; }
  @media only screen and (min-width: 769px) {
    .home-hero {
      grid-template-columns: 600px;
      padding-top: 13em; } }
  .home-hero:before {
    content: '';
    position: absolute;
    top: -13%;
    left: 0;
    width: 100%;
    height: 113%;
    background: linear-gradient(15deg, #2c2e37 25%, #111215 100%);
    -webkit-transform: skewY(-5deg);
            transform: skewY(-5deg);
    opacity: 1;
    z-index: 0; }
  .home-hero:after {
    content: '';
    position: absolute;
    top: -10%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 300px 275px 0;
    border-color: transparent #00ADD0 transparent transparent;
    opacity: 1;
    z-index: 510; }
    @media only screen and (min-width: 769px) {
      .home-hero:after {
        border-width: 0 500px 500px 0; } }
  .home-hero h4 {
    text-transform: none;
    margin-top: 1em; }

.hero .watermark {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px; }
  @media only screen and (min-width: 769px) {
    .hero .watermark {
      left: 25%;
      width: 500px; } }

.sliding-text .slick-slide {
  height: 108px !important; }
  @media only screen and (min-width: 1180px) {
    .sliding-text .slick-slide {
      height: auto !important; } }

.hero__content h1 {
  margin-bottom: 0; }

.split {
  z-index: 100; }
  .split img {
    width: 100%; }
  .split.split-right .hh-image {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.background-slider {
  z-index: 550;
  position: absolute;
  top: 15em;
  right: 5em;
  width: 40%;
  height: 700px; }

.hero__content {
  display: grid;
  grid-template-columns: 1fr;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 1500ms ease-in;
  transition: opacity 1500ms ease-in; }
  .hero__content.shown {
    opacity: 1; }
  .hero__content a {
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    color: #cacaca; }

.hh-community {
  z-index: 500;
  text-align: center;
  margin-top: 3em; }
  .hh-community h5 {
    text-align: left;
    opacity: 0.6;
    padding-bottom: 1em; }
  .hh-community ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 80px));
    grid-gap: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .hh-community ul img {
      width: 100%;
      filter: gray;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
      opacity: 0.7; }

.home-about {
  min-height: 100%; }
  .home-about:before {
    content: '';
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 120%;
    background: #f0f0f0;
    -webkit-transform: skewY(2deg);
            transform: skewY(2deg);
    opacity: 1;
    z-index: 0; }

.about__title {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 100; }
  .about__title h2 {
    margin-bottom: 1em;
    text-align: center;
    overflow: auto; }

.about__aspects {
  position: relative;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 3em 0;
  z-index: 100; }

.about__aspect {
  height: 200px;
  text-align: center; }

.aspect__image {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto; }
  .aspect__image img, .aspect__image svg {
    overflow: inherit;
    margin-top: 13%;
    width: 75%;
    height: 75%;
    stroke: #1C5371;
    fill: #1C5371; }

.aspect__title {
  display: inline-block;
  vertical-align: top;
  max-width: 75%;
  text-transform: uppercase;
  margin: 1em 0; }

.home-community {
  padding-top: 3em;
  position: relative;
  z-index: 100; }
  .home-community span.button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
    -webkit-transition: opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1), background-color;
    transition: opacity 1200ms cubic-bezier(0.19, 1, 0.22, 1), background-color;
    z-index: 100;
    background-color: #307A83;
    text-transform: uppercase; }
  .home-community .community-reel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 120px));
    -ms-flex-pack: distribute;
        justify-content: space-around;
    grid-row-gap: 3em;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-transition: -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: filter 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: filter 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-filter: blur(0);
            filter: blur(0); }
    .home-community .community-reel li {
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .home-community .community-reel li img {
        max-width: 100%;
        max-height: 60px;
        margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .home-community a:hover .community-reel {
      -webkit-filter: blur(7px);
              filter: blur(7px); }
    .home-community a:hover span.button {
      opacity: 1; } }

.stories__container {
  display: grid;
  grid-template-areas: "featured" "side1" "side2";
  grid-template-columns: 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-gap: 2em 5em; }
  @media only screen and (min-width: 480px) {
    .stories__container {
      grid-template-areas: "featured featured" "side1 side2";
      grid-template-columns: 1fr 1fr; } }
  @media only screen and (min-width: 769px) {
    .stories__container {
      grid-template-areas: "featured featured side1" "featured featured side2";
      grid-template-columns: 1fr 1fr 1fr; } }

.story .story__date {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }
.story .story-break {
  border: 1px solid #00ADD0;
  margin: 1em 0;
  width: 10rem;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease; }
@media only screen and (min-width: 480px) {
  .story.story-small {
    min-height: 175px; } }
.story:hover .story-break {
  width: 12rem; }

.story-featured {
  grid-area: featured; }

.side-1 {
  grid-area: side-1; }

.side-2 {
  grid-area: side-2; }

.hs-cta {
  text-align: center;
  padding: 2em 0;
  color: #1C5371; }

.home-events {
  background-color: #f0f0f0; }
  .home-events .he-header {
    text-align: center;
    padding-bottom: 2rem; }
  .home-events .he-list__header {
    text-align: center;
    margin: 4rem auto 1rem;
    padding: 3rem 0 1rem; }
    .home-events .he-list__header p {
      max-width: 600px;
      margin: 0 auto; }
  .home-events .slick-list {
    height: 100% !important; }
  .home-events .slick-track {
    padding: 1em 0; }

.he-slide {
  padding: 0 1em;
  outline: none; }
  .he-slide .event-meta {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 2em 2em 3em;
    min-height: 230px;
    position: relative;
    -webkit-transition: border-color 350ms ease, -webkit-box-shadow 350ms ease;
    transition: border-color 350ms ease, -webkit-box-shadow 350ms ease;
    transition: box-shadow 350ms ease, border-color 350ms ease;
    transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-box-shadow 350ms ease;
    background-color: #fafafa; }
    .he-slide .event-meta:hover {
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23); }
    .he-slide .event-meta.em-last {
      display: grid;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .he-slide .event-meta.em-last .button {
        background-color: #DB1F5A; }
    .he-slide .event-meta .event-date {
      position: absolute;
      left: 2em;
      bottom: 2em;
      padding-top: 1rem;
      border-top: 2px solid #DB1F5A; }

.home-connect {
  background-color: #f0f0f0;
  padding: 6em 0 !important; }
  .home-connect > div {
    -webkit-box-align: normal !important;
        -ms-flex-align: normal !important;
            align-items: normal !important;
    padding-top: 8em; }
  .home-connect .hc-social .social {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    max-width: 400px;
    margin: 1rem auto; }
  .home-connect .home-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #fff; }
  .home-connect:before {
    content: '';
    position: absolute;
    bottom: -15%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-5deg, #2c2e37 25%, #1c1d23 100%);
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
    opacity: 1;
    z-index: 0; }

.hc-signup__form #mc_embed_signup {
  clear: left; }
  .hc-signup__form #mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0; }
  .hc-signup__form #mc_embed_signup label {
    padding-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    max-width: 420px;
    margin: 0 auto 1em; }
  .hc-signup__form #mc_embed_signup input.email {
    font-family: 'Visby';
    font-weight: 300;
    border: 1px solid #ABB0B2;
    color: #343434;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    max-width: 350px;
    width: 100%;
    vertical-align: top;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    border-width: 2px;
    height: 42px; }
  .hc-signup__form #mc_embed_signup .button {
    border: none;
    letter-spacing: .03em;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.23s ease-in-out 0s;
    transition: all 0.23s ease-in-out 0s;
    height: 42px;
    text-transform: uppercase;
    width: 100%; }
    .hc-signup__form #mc_embed_signup .button:hover {
      background-color: #fec02a; }
  .hc-signup__form #mc_embed_signup .clear {
    display: inline-block;
    margin: 18px 0;
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .hc-signup__form #mc_embed_signup .clear {
        margin: 0;
        width: initial; } }

.hc-intro, .hc-signup {
  padding: 1em; }
  @media only screen and (min-width: 769px) {
    .hc-intro, .hc-signup {
      padding: 2em; } }

.hc-cta-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 250px;
  grid-gap: 1em; }

.hc-cta__card {
  padding: 1em;
  display: grid;
  grid-template-rows: 4em 7em 2em;
  color: #000;
  background-color: #fafafa;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .hc-cta__card .hc-cta__button {
    text-align: center;
    display: grid; }
  .hc-cta__card nav.social {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .hc-cta__card nav.social a {
      padding: 0;
      background: #00ADD0;
      border-radius: 50%;
      width: 60px;
      height: 60px; }

.hc-cta__logo {
  padding: 3em;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hc-cta__logo img {
    width: 100%; }

.new-home footer .social, .new-home footer .newsletter {
  opacity: 0;
  pointer-events: none; }

.blog-newsletter-signup #mc_embed_signup {
  margin-top: 1rem; }
.blog-newsletter-signup #mc_embed_signup_scroll input[type="email"] {
  border: 1px solid #606a6e;
  width: 100%; }
.blog-newsletter-signup #mc_embed_signup_scroll input[type="submit"] {
  width: 100%;
  margin-top: 0.5rem; }

section.blog {
  padding-top: 10rem; }
  section.blog div.header {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem; }
    section.blog div.header h1 {
      border-bottom: 1px solid #C9CAC8;
      padding-bottom: 20px; }
  section.blog aside {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    vertical-align: top;
    top: 163px;
    width: 30%;
    height: 100%;
    padding: 8rem 2rem;
    margin-bottom: 3.6rem; }
    @media only screen and (min-width: 1180px) {
      section.blog aside {
        display: inline-block; } }
  section.blog .aside-break {
    border: 1px solid #1C5371;
    margin: 1em 0;
    width: 8em; }
  section.blog .aside__container {
    padding: 2rem 2rem 4rem 2rem;
    background-color: whitesmoke;
    margin-right: 0;
    margin-left: auto;
    border: 1px solid #C9CAC8;
    max-width: 350px; }
  section.blog div.posts {
    padding: 0 2rem; }
    @media only screen and (min-width: 1180px) {
      section.blog div.posts {
        display: inline-block;
        width: calc(70% - 2rem);
        padding-right: 2rem; } }
  section.blog div.postTile {
    border-bottom: 1px solid #C9CAC8; }
    section.blog div.postTile h2 {
      color: #606a6e; }
    @media only screen and (min-width: 769px) {
      section.blog div.postTile.medium {
        grid-column: span 2; }
      section.blog div.postTile.large {
        grid-column: 1 / 4; }
      section.blog div.postTile.small + .medium .postLink, section.blog div.postTile.medium + .small .postLink {
        border-left: 1px solid #C9CAC8; }
      section.blog div.postTile.small + .medium + .small .postLink, section.blog div.postTile.medium + .small + .medium .postLink {
        border-left: none; }
      section.blog div.postTile.small + .medium + .small + .medium .postLink, section.blog div.postTile.medium + .small + .medium + .small .postLink {
        border-left: 1px solid #C9CAC8;
        border-right: none; } }
  section.blog a.postLink {
    height: 100%; }
  section.blog .case-study {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 0.5em 2em;
    margin: 2em 0;
    padding: 2em 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black; }
    section.blog .case-study p {
      font-style: italic; }

.postBlock {
  background: whitesmoke;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 1rem;
  text-align: left;
  position: relative;
  margin: 0 auto 10rem 0;
  overflow: hidden;
  max-width: 900px; }
  @media only screen and (min-width: 769px) {
    .postBlock {
      padding: 3rem 5rem; } }
  .postBlock > * {
    z-index: 100;
    position: relative; }
  .postBlock .postBlock__container {
    max-width: 650px;
    margin: 0 auto; }
    .postBlock .postBlock__container .postBlock__link {
      display: block;
      margin-top: 1rem; }
  .postBlock .post__author-image {
    max-width: 75px;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
  .postBlock .blog-category {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Visby";
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem; }
  .postBlock h2 {
    font-weight: 900;
    max-width: 650px;
    margin: 0 auto;
    color: #fff; }
  .postBlock .postBlock-meta {
    margin-bottom: 2rem; }
    .postBlock .postBlock-meta p {
      color: #f0f0f0;
      font-family: 'Visby';
      font-weight: 300; }
    .postBlock .postBlock-meta a {
      color: #307A83; }
  .postBlock:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 300px;
    background: #00ADD0;
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg);
    opacity: 1;
    z-index: 0; }
  .postBlock.blog-header:before {
    background: #1C5371;
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg); }
  .postBlock.matter-news-header::before {
    background: #307A83;
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg); }
  .postBlock.press-release-header::before {
    background: #606a6e; }
  .postBlock.matter-spotlight-header::before {
    background: #DB1F5A; }
  .postBlock.member-news-header::before {
    background: #2c2e37; }
  .postBlock.no-preview-image:before {
    height: 270px; }
  .postBlock.no-preview-image .postPreview {
    margin-top: 6rem; }

article:last-of-type {
  margin-bottom: 5rem; }

div.previewImage {
  width: 100%; }
  div.previewImage img {
    width: 100%; }

div.postPreview {
  text-align: left;
  margin-top: 1rem; }
  div.postPreview * {
    color: #606a6e; }
  div.postPreview p {
    color: #606a6e;
    font-family: "Visby";
    font-weight: 300;
    -webkit-font-smoothing: auto; }
    div.postPreview p:first-of-type {
      margin-bottom: 1rem; }
  div.postPreview a {
    color: #1C5371; }
  div.postPreview .cappedLink {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    div.postPreview .cappedLink img {
      margin-right: 0.5rem; }

.pagination {
  padding-bottom: 5rem; }
  .pagination ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 250px;
    margin: 0 auto; }
  .pagination li {
    color: #1C5371; }
  .pagination .fa {
    vertical-align: bottom; }

.post {
  padding: 170px 0px 100px 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin: 0 auto; }
  .post h1, .post h2, .post h3, .post h4, .post h5, .post p {
    padding: 10px; }
  .post p, .post a, .post b, .post ol, .post ul {
    font-family: "Visby";
    font-weight: 300;
    color: #606a6e;
    -webkit-font-smoothing: auto;
    letter-spacing: 1px; }
  .post li {
    font-family: "Visby";
    font-weight: 300; }

.postHero {
  max-width: 1000px;
  margin-bottom: 10px; }
  .postHero img {
    width: 100%; }
  @media only screen and (min-width: 769px) {
    .postHero {
      width: 60%; } }

.postContent strong {
  font-family: "Visby"; }
.postContent a, .postContent a:visited {
  color: #1C5371;
  text-decoration: underline;
  font-weight: normal; }
.postContent img {
  padding: 40px 10px; }
.postContent img, .postContent iframe {
  max-width: 100%;
  max-height: 1000px;
  display: block;
  margin: 0 auto; }
.postContent blockquote {
  color: #606a6e;
  text-align: center; }
.postContent iframe {
  padding: 20px; }
.postContent h3 {
  color: #1C5371;
  font-style: italic; }
  @media only screen and (min-width: 769px) {
    .postContent h3 {
      width: 120%;
      margin-left: -10%; } }
@media only screen and (min-width: 769px) {
  .postContent {
    width: 60%;
    max-width: 1000px; } }

div.postData {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  div.postData p {
    padding: 0px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    color: #9B9B9B; }
    div.postData p:first-of-type {
      color: #FAC012; }

div.postHeader div.postData {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media only screen and (min-width: 769px) {
    div.postHeader div.postData {
      -webkit-box-align: end;
      -ms-flex-align: end;
      -moz-align-items: flex-end;
      align-items: flex-end; } }
  @media only screen and (min-width: 1180px) {
    div.postHeader div.postData {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

div.postHeader {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    div.postHeader {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      width: 60%;
      max-width: 1000px; } }

div.postAuthor {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }
  div.postAuthor img {
    width: 60px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  div.postAuthor p, div.postAuthor a {
    line-height: 1.2; }
  div.postAuthor a, div.postAuthor a:visited {
    font-weight: 400;
    color: #1C5371; }
  div.postAuthor p {
    padding: 0px 10px; }

.related-separator {
  width: 75%;
  max-width: 1000px;
  margin: 5rem 0; }

.related-blogs-header {
  margin-bottom: 1rem; }

.related-blogs {
  width: 75%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem; }
  @media only screen and (min-width: 769px) {
    .related-blogs {
      grid-template-columns: 1fr 1fr 1fr; } }
  .related-blogs h4 {
    padding: 0; }

@media only screen and (min-width: 769px) {
  .stm__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem; } }

.stm-hero {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% center; }
  .stm-hero .container {
    padding-top: 8rem;
    padding-bottom: 5rem; }
    @media only screen and (min-width: 769px) {
      .stm-hero .container {
        padding-bottom: 12rem; } }
    .stm-hero .container h2 {
      text-align: center; }
    .stm-hero .container img {
      width: 100%; }
      @media only screen and (min-width: 769px) {
        .stm-hero .container img {
          -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23);
                  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23); } }
  .stm-hero .headline {
    margin: 0 auto;
    position: relative; }

.stm-section {
  position: relative;
  padding: 3rem 0; }
  @media only screen and (min-width: 769px) {
    .stm-section {
      padding: 4rem 0; } }
  .stm-section .signup__box {
    background: transparent; }

.stm-intro {
  padding-top: 0; }
  .stm-intro:before {
    content: '';
    position: absolute;
    top: -2%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    -webkit-transform: skewY(-2deg);
            transform: skewY(-2deg);
    opacity: 1;
    z-index: 0; }
    @media only screen and (min-width: 769px) {
      .stm-intro:before {
        height: 110%;
        top: -10%; } }
  .stm-intro * {
    z-index: 100;
    position: relative; }

.stm-story__container {
  padding-bottom: 3rem; }

.stm-description {
  max-width: 800px;
  margin: 0 auto; }
  .stm-description p {
    padding: 10px 0; }

.signup__box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #C9CAC8; }

.signup__header {
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }
  .signup__header h4 {
    margin-bottom: 1rem; }

.signup__form {
  margin: 0 auto 1em;
  text-align: center; }
  .signup__form #mc_embed_signup .email, .signup__form #mc_embed_signup .clear {
    display: inline-block; }
  .signup__form #mc_embed_signup .button {
    text-transform: uppercase; }

#mc_embed_signup_scroll input {
  padding: 10px;
  border-bottom: none;
  border-radius: 0px !important; }
#mc_embed_signup_scroll input[type="email"] {
  width: 15em; }
#mc_embed_signup_scroll input[type="submit"] {
  background-color: #FECF5D; }

.tag {
  padding: 0.3em 0.7em;
  display: inline-block;
  border-radius: 5px;
  background-color: #C9CAC8;
  text-transform: uppercase; }
  .tag.tag-new {
    background-color: #FECF5D;
    color: #000; }
  .tag.tag-alert {
    background-color: #DB1F5A;
    color: #000; }
  .tag.tag-safe {
    background-color: #4cb944;
    color: #000; }

.jobs__container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 6em; }
  @media only screen and (min-width: 480px) {
    .jobs__container {
      width: 85%;
      margin: 0 auto; } }

.job__category {
  width: 100%;
  margin-top: 3em; }
  .job__category h3 {
    text-transform: capitalize;
    color: #1C5371; }

.job {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .job {
      display: inline-block;
      width: 33.3333333333%; } }
  .job .job__content {
    border: 1px solid #1C5371; }

.jobs h1 {
  margin-top: 1em; }

.job__category-link {
  display: inline-block;
  margin: 0.2em; }
  .job__category-link a {
    display: inline-block;
    background-color: #fafafa;
    border-radius: 10px;
    text-transform: capitalize;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease; }
    .job__category-link a:hover {
      background-color: #C9CAC8; }
  .job__category-link input {
    opacity: 0;
    position: absolute; }

.jobline {
  display: block;
  width: 100%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }
  .jobline:hover {
    background-color: #fafafa; }
  .jobline .job__company > * {
    font-weight: 900; }
  .jobline .job__title, .jobline .job__company, .jobline .job__department {
    display: inline-block; }
  .jobline .job__title {
    padding: 0.5em 3em 0.5em 0;
    display: block; }
    .jobline .job__title .link {
      color: #1C5371;
      text-decoration: underline;
      font-weight: normal; }
    @media only screen and (min-width: 480px) {
      .jobline .job__title {
        padding: 0 1em;
        display: inline-block; } }
  .jobline .job__content {
    position: relative;
    border-top: 1px solid #C9CAC8; }
  .jobline .job__date {
    position: absolute;
    top: 0.8em;
    right: 0.7em; }
  .jobline:last-of-type .job__content {
    border-bottom: 1px solid #C9CAC8; }
  .jobline .tag {
    position: absolute;
    top: 2.9em;
    right: 0.8em; }
    @media only screen and (min-width: 480px) {
      .jobline .tag {
        top: 1em;
        bottom: inherit;
        right: inherit;
        left: -4em; } }

.jobblock {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: #C9CAC8;
  float: right;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  margin: 1em 0;
  min-height: 10em; }
  .jobblock:hover {
    background-color: #1C5371;
    color: #fff; }
    .jobblock:hover .cappedLink {
      color: #C9CAC8 !important; }
  .jobblock .tag {
    position: absolute;
    top: 1em;
    right: 1em; }
  .jobblock .job__company > * {
    font-weight: 900; }
  .jobblock .job__title .cappedLink {
    color: #1C5371;
    text-decoration: underline; }
  .jobblock .job__preview {
    margin-top: 3em; }

.job__categories {
  padding-top: 2em; }

.job__list {
  display: inline-block;
  width: 100%; }

.related-posts {
  width: 94%;
  max-width: 1000px;
  margin: 2em auto; }
  .related-posts h2 {
    color: #1C5371;
    font-weight: 900;
    margin-bottom: 1em; }

.jobPost h1 {
  text-transform: capitalize;
  padding-bottom: 0; }
.jobPost h3 {
  padding-bottom: 0; }
.jobPost .jobpost__logo {
  max-height: 250px; }

.jobpost_cta {
  margin: 1em 0; }

.jobPost__company-image {
  margin: 0 auto; }
  .jobPost__company-image img {
    max-width: 100%; }

.job-post {
  padding: 150px 0px 100px 0;
  margin: 0 auto; }
  .job-post h1, .job-post h2, .job-post h3, .job-post h4, .job-post h5, .job-post p {
    padding: 10px; }
  .job-post p, .job-post a, .job-post b {
    font-family: "Visby";
    font-weight: 300;
    color: #606a6e;
    -webkit-font-smoothing: auto;
    letter-spacing: 1px; }
  .job-post .postHeader, .job-post .jobPost {
    margin: 0 auto; }

.video-player {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; }

.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0; }

.le-date {
  display: inline-block; }

.live-indicator {
  display: inline-block; }
  .live-indicator span {
    display: none;
    padding: 0.2rem 0.5rem; }
    .live-indicator span.active {
      display: block; }
    .live-indicator span.live-on {
      border: 1px solid #DB1F5A;
      color: #DB1F5A; }
    .live-indicator span.live-ended {
      border: 1px solid #606a6e;
      color: #606a6e; }

.upcoming-events {
  padding-top: 3rem; }
  .upcoming-events .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2rem; }

.upcoming-event {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  -ms-flex-line-pack: end;
      align-content: end;
  height: 250px;
  max-width: 500px; }
  .upcoming-event .event-date {
    position: absolute;
    bottom: 10px;
    left: 10px; }

.ue-content {
  position: relative;
  height: 115px; }
  .ue-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #1C5371; }
  .ue-content > * {
    position: relative;
    color: #fff; }
  .ue-content h4 {
    padding: 0; }

.next-event {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  -ms-flex-line-pack: end;
      align-content: end;
  height: 450px; }
  .next-event .next-event__content {
    position: relative;
    height: 250px; }
    @media only screen and (min-width: 769px) {
      .next-event .next-event__content {
        height: 180px; } }
    @media only screen and (min-width: 1180px) {
      .next-event .next-event__content {
        height: 130px; } }
    .next-event .next-event__content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      background-color: #1C5371; }
    .next-event .next-event__content > * {
      position: relative;
      color: #fff; }
    .next-event .next-event__content h2 {
      padding: 0; }
  .next-event .event-date {
    position: absolute;
    bottom: 10px;
    left: 10px; }

.past-events__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem; }
  @media only screen and (min-width: 480px) {
    .past-events__container {
      grid-template-columns: 1fr 1fr; } }

.contact-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 5rem 3rem;
  padding: 3em 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .contact-blocks {
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); } }

.contact-block form input, .contact-block form textarea {
  display: block;
  width: 100%; }
.contact-block .formPane {
  width: 100%;
  padding-top: 0; }
  .contact-block .formPane form button {
    width: 10rem;
    text-transform: uppercase;
    font-family: "Visby";
    font-weight: 300;
    margin: 0; }
  .contact-block .formPane .buttonGroup {
    padding: 10px; }
.contact-block h3 {
  position: relative;
  display: inline-block; }
  .contact-block h3:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 10px;
    height: 2px;
    width: 100%;
    background: #1C5371; }
.contact-block #mc_embed_signup form {
  text-align: left; }
.contact-block #mc_embed_signup_scroll input[type="email"], .contact-block .clear {
  display: inline-block;
  margin-top: 1em; }
.contact-block #mc_embed_signup_scroll input[type="email"] {
  background-color: #e3e3e2;
  width: calc(100% - 200px);
  min-width: 200px; }

.map {
  height: 420px; }
  .map iframe {
    height: 100%;
    width: 100%; }

.join-section {
  padding: 4rem 0; }
  .join-section .headline {
    text-align: center;
    margin-bottom: 2rem; }
    .join-section .headline > {
      overflow: auto; }
    .join-section .headline h4 {
      text-transform: none;
      overflow: auto; }

.join-hero {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 12rem;
  padding-bottom: 6rem; }
  .join-hero .headline h1 {
    margin-bottom: 2rem; }
  .join-hero h4 {
    text-transform: none; }
  .join-hero > * {
    text-align: center;
    max-width: 500px;
    margin: 0 auto; }
  .join-hero .button {
    width: 100%;
    max-width: 200px; }

.features {
  background-color: #f0f0f0;
  padding-top: 4rem;
  position: relative; }
  .features:before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 0;
    width: 100%;
    height: 130%;
    background: #1C5371;
    color: #fff;
    -webkit-transform: skewY(2deg);
            transform: skewY(2deg);
    opacity: 1;
    z-index: 0; }
  .features.partners::before {
    background: #307A83;
    -webkit-transform: skewY(-2deg);
            transform: skewY(-2deg); }

.features-container {
  position: relative; }
  @media only screen and (min-width: 480px) {
    .features-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
      grid-gap: 3rem;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  @media only screen and (min-width: 1180px) {
    .features-container {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }

.featureB {
  text-align: center;
  color: #fff;
  margin-bottom: 3rem; }

.feature__name {
  margin-bottom: 2rem; }

.feature__description {
  text-align: left; }

.member-story {
  position: relative;
  background-color: #f0f0f0;
  padding: 8rem 0 4rem 0; }
  @media only screen and (min-width: 480px) {
    .member-story {
      padding: 8rem 0; } }
  .member-story .case-studies {
    max-width: 800px;
    width: 80%;
    margin: 0 auto; }
    .member-story .case-studies .card__content:before {
      background-color: #1C5371; }
  .member-story .case-study {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 3px solid #1C5371; }
    @media only screen and (min-width: 769px) {
      .member-story .case-study {
        margin: 0 3rem;
        min-height: 350px;
        padding: 2rem; } }
  .member-story .case-study__label {
    padding: 1rem 2rem 2rem;
    width: 100%;
    background-color: #1C5371;
    color: #fff; }
    @media only screen and (min-width: 769px) {
      .member-story .case-study__label {
        position: absolute;
        bottom: 0;
        left: 0; } }
    .member-story .case-study__label h2 {
      margin-bottom: 1rem; }
  .member-story .case-study__quote {
    display: none; }
    @media only screen and (min-width: 769px) {
      .member-story .case-study__quote {
        display: block; } }
    .member-story .case-study__quote h4 {
      text-transform: none;
      margin-bottom: 1rem; }

.testimonials {
  width: 94%;
  margin: 0 auto; }
  @media only screen and (min-width: 769px) {
    .testimonials {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 6rem 3rem;
      margin: 3rem auto;
      margin-bottom: -4rem; } }

.testimonial {
  padding: 2rem;
  background: #f0f0f0;
  border: 3px solid #1C5371;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23);
  margin: 2rem 0;
  max-width: 600px; }
  .testimonial h4 {
    text-transform: none;
    overflow: auto; }
  @media only screen and (min-width: 769px) {
    .testimonial {
      margin: 0; }
      .testimonial:first-of-type {
        grid-column: 1/3;
        justify-self: end;
        -webkit-transform: translate(25px, 50px);
                transform: translate(25px, 50px);
        padding: 2rem 5rem 5rem 2rem; }
      .testimonial:nth-of-type(2) {
        grid-column: 3/5;
        justify-self: start;
        -webkit-transform: translate(-50px, 0px);
                transform: translate(-50px, 0px);
        padding: 2rem 2rem 5rem 2rem; }
      .testimonial:last-of-type {
        grid-column: 2/4;
        justify-self: center;
        -webkit-transform: translate(100px, -150px);
                transform: translate(100px, -150px); } }

.test__logo {
  text-align: center;
  margin-bottom: 2rem; }
  .test__logo img {
    max-width: 200px; }

.test__quote {
  margin-bottom: 1rem; }

.join-member-stories {
  padding-bottom: 8rem; }

@media only screen and (min-width: 1180px) {
  .split-sided {
    display: grid;
    grid-template-columns: 3fr 4fr;
    grid-gap: 4rem; } }

.data__container {
  position: relative; }
  @media only screen and (min-width: 480px) {
    .data__container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
      margin-top: 2rem; } }
  @media only screen and (min-width: 769px) {
    .data__container {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }

.data__point {
  text-align: center;
  z-index: 100; }

.data__stat {
  color: #1C5371; }

.data__description {
  width: 60%;
  margin: 0 auto; }

.quotes {
  max-width: 700px;
  margin: 2rem auto 0;
  padding: 4rem 2rem;
  border: 3px solid #1C5371;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23); }

.quote__container {
  display: grid;
  grid-template-areas: "img img img" "copy copy copy" "byline byline byline";
  grid-template-columns: 1fr 1fr 1fr; }
  @media only screen and (min-width: 480px) {
    .quote__container {
      grid-template-areas: "img copy" "....... byline";
      grid-template-columns: 120px auto;
      grid-gap: 0 2rem; } }
  .quote__container .quote__img {
    grid-area: img;
    position: relative;
    padding: 1rem;
    max-width: 150px;
    justify-self: center; }
    .quote__container .quote__img:after {
      content: '';
      position: absolute;
      top: 5px;
      right: 10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 80px 100px 0;
      border-color: transparent #FECF5D transparent transparent;
      opacity: 1;
      z-index: 0;
      -webkit-transform: rotate(-5deg);
              transform: rotate(-5deg); }
    .quote__container .quote__img img {
      position: relative;
      border-radius: 50%;
      width: 100%;
      z-index: 100; }
  .quote__container .quote__copy {
    grid-area: copy; }
  .quote__container .quote__byline {
    grid-area: byline; }

.global {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
  margin-top: 8rem; }
  @media only screen and (min-width: 769px) {
    .global {
      grid-template-columns: 1fr 1fr; } }
  .global .headline {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 0 2rem;
    margin: 0 auto; }
    .global .headline > * {
      margin-bottom: 1rem; }
  .global .headline__container > * {
    margin-bottom: 2rem; }

.global-logos {
  padding: 0 2rem;
  text-align: center;
  overflow: auto; }
  .global-logos ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 100px));
    grid-gap: 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0; }
    @media only screen and (min-width: 480px) {
      .global-logos ul {
        grid-template-columns: repeat(auto-fill, minmax(100px, 150px)); } }
    .global-logos ul img {
      max-width: 100%;
      max-height: 100px;
      margin: 0 auto; }
  .global-logos li {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.join-criteria {
  position: relative;
  padding: 4rem 0;
  overflow: hidden; }
  .join-criteria.join-demo {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff; }
  @media only screen and (min-width: 480px) {
    .join-criteria {
      padding: 8rem 0; } }
  .join-criteria .triangle {
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 18%);
            clip-path: polygon(100% 0, 0 0, 50% 18%);
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    background-color: #f0f0f0; }

.criteria__container {
  position: relative; }
  .criteria__container .headline {
    text-align: left;
    margin: 2rem auto; }
  .criteria__container h4 {
    text-transform: none; }
    .criteria__container h4 > {
      margin-bottom: 2rem; }
  .criteria__container .visual {
    width: 65%;
    margin: 0 auto; }
    @media only screen and (min-width: 769px) {
      .criteria__container .visual {
        width: 100%; } }
    .criteria__container .visual img {
      width: 100%; }
  .criteria__container ul {
    list-style: none; }
  .criteria__container li {
    position: relative;
    margin: 1rem 0; }
    .criteria__container li:before {
      content: '';
      position: absolute;
      top: 3px;
      left: -35px;
      height: 25px;
      width: 25px;
      background-image: url("/uploads/check-blue.svg");
      background-size: cover; }

.join-demo li:before {
  background-image: url("/uploads/check-white.svg"); }

.join-cta {
  background-color: #2c2e37;
  color: #fff; }
  .join-cta .button {
    display: block;
    margin: 2rem auto;
    width: 100%;
    max-width: 200px;
    text-align: center; }

.team-cta {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: left;
  padding: 0 2rem; }
  @media only screen and (min-width: 769px) {
    .team-cta {
      grid-template-columns: auto auto; } }

.team-person {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.team-person__photo {
  width: 90px; }
  @media only screen and (min-width: 769px) {
    .team-person__photo {
      width: 130px; } }
  .team-person__photo img {
    width: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.join-pricing {
  background-color: #2c2e37; }

@media only screen and (min-width: 480px) {
  .pricing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-line-pack: center;
        align-content: center;
    grid-gap: 1rem; }
    .pricing-container.pricing-container-partner {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); } }

.pricing-box {
  text-align: center;
  padding: 1rem;
  margin: 1rem 0;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .pricing-box:nth-child(1) .price h2 {
    border-bottom: 2px solid #DB1F5A; }
  .pricing-box:nth-child(2) .price h2 {
    border-bottom: 2px solid #1C5371; }
  .pricing-box:nth-child(3) .price h2 {
    border-bottom: 2px solid #FECF5D; }
  .pricing-box:nth-child(4) .price h2 {
    border-bottom: 2px solid #00ADD0; }

.price h2 {
  display: inline-block; }

.price-description {
  margin: 1rem 0; }

.wFormContainer {
  position: relative;
  z-index: 300;
  width: 94%; }
  .wFormContainer form {
    display: block; }
  @media only screen and (min-width: 769px) {
    .wFormContainer .wForm {
      padding: 1rem 3rem !important; }
    .wFormContainer .field-container-D {
      margin-bottom: 1rem !important;
      margin-right: 1rem; }
    .wFormContainer #tfa_4-D, .wFormContainer #tfa_3-D, .wFormContainer #tfa_7-D, .wFormContainer #tfa_6-D, .wFormContainer #tfa_17-D, .wFormContainer #tfa_2-D, .wFormContainer #tfa_18-D, .wFormContainer #tfa_20-D {
      display: inline-block; } }

.challenges .container {
  margin-top: 4rem; }

.upcoming-challenges {
  padding-bottom: 5rem; }

.challenges__container {
  margin: 4rem 0; }
  .challenges__container hr {
    margin-bottom: 4rem;
    border: 0.5px solid #C9CAC8; }
  .challenges__container.past-challenges__container.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    grid-gap: 3rem; }

#no-upcoming-challenges-header {
  display: none; }

.challenge {
  margin-bottom: 4rem; }
  @media only screen and (min-width: 769px) {
    .challenge {
      display: grid;
      grid-template-columns: 300px auto;
      grid-gap: 2rem; } }

.challenge__image img {
  width: 100%; }

.challenge__title {
  margin-bottom: 2rem; }
  .challenge__title h3 {
    color: #1C5371; }
  .challenge__title h5 {
    color: #606a6e; }

.challenge__dates {
  margin-bottom: 1rem; }

.past-challenge {
  padding: 0 1rem; }

.challenge-post .postContent {
  padding-top: 5rem; }
.challenge-post .postHero {
  width: 100%;
  max-width: initial;
  margin-bottom: 0; }
.challenge-post .challenge__head {
  width: 100%;
  padding: 2rem 0;
  background: #1C5371;
  color: #fff; }
  .challenge-post .challenge__head .challenge-cta__container {
    background: transparent; }
.challenge-post .challenge__statement {
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }
.challenge-post .triangle__container {
  position: relative;
  width: 100%; }
.challenge-post .triangle {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 18%);
          clip-path: polygon(100% 0, 0 0, 50% 18%);
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  background-color: #1C5371; }
.challenge-post .headline, .challenge-post .apply-button {
  text-align: center; }
.challenge-post .module {
  margin-bottom: 2rem; }
  .challenge-post .module img {
    margin: 0; }
    .challenge-post .module img.module__image {
      margin: 0 auto; }
  @media only screen and (min-width: 480px) {
    .challenge-post .module.half-width {
      display: inline-block;
      width: 45%;
      vertical-align: top; }
      .challenge-post .module.half-width ~ .half-width {
        margin-left: 3rem; } }
.challenge-post hr {
  margin: 1rem auto;
  max-width: 900px; }

@media only screen and (min-width: 480px) {
  .partnerLogos__container {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-auto-flow: column;
    grid-gap: 4rem; } }
.partnerLogos__container img {
  padding: 4rem;
  max-width: 200px; }
@media only screen and (min-width: 769px) {
  .partnerLogos__container img {
    padding: 2rem 0; } }

.challenge-headline, .challenge-post h2 {
  color: #1C5371; }

.challenge-cta {
  padding: 3rem 0; }

.challenge-cta__container {
  background-color: #C9CAC8;
  margin: 0 auto;
  text-align: center;
  padding: 1rem; }
  @media only screen and (min-width: 480px) {
    .challenge-cta__container {
      width: 80%; } }
  .challenge-cta__container .button {
    margin: 1rem 0; }

.about-section {
  position: relative;
  padding: 3rem 0; }
  @media only screen and (min-width: 769px) {
    .about-section {
      padding: 4rem 0; } }
  .about-section .headline {
    margin-bottom: 2rem;
    max-width: 700px; }

.about-hero {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% center; }
  .about-hero .container {
    padding-top: 8rem;
    padding-bottom: 5rem; }
    @media only screen and (min-width: 769px) {
      .about-hero .container {
        padding-bottom: 12rem; } }
    .about-hero .container h2 {
      text-align: center; }
    .about-hero .container img {
      width: 100%; }
      @media only screen and (min-width: 769px) {
        .about-hero .container img {
          -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23);
                  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23); } }
  .about-hero .headline {
    margin: 0 auto;
    position: relative; }
  .about-hero:after {
    content: '';
    position: absolute;
    bottom: -5%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 150px 900px 0 0;
    border-color: transparent #00ADD0 transparent transparent;
    opacity: 1;
    z-index: 0; }
    @media only screen and (min-width: 769px) {
      .about-hero:after {
        bottom: 10%; } }

.about-story {
  padding-top: 0; }
  .about-story:before {
    content: '';
    position: absolute;
    top: -2%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    -webkit-transform: skewY(2deg);
            transform: skewY(2deg);
    opacity: 1;
    z-index: 0; }
    @media only screen and (min-width: 769px) {
      .about-story:before {
        height: 110%;
        top: -10%; } }
  .about-story * {
    z-index: 100;
    position: relative; }
  .about-story .features-container {
    padding-top: 4rem; }
  .about-story h3 {
    color: #1C5371;
    font-style: italic;
    margin: 2rem 0; }
    @media only screen and (min-width: 769px) {
      .about-story h3 {
        width: 105%;
        margin-left: -5%; } }

.about-story__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin-bottom: 5rem; }
  @media only screen and (min-width: 769px) {
    .about-story__container {
      grid-template-columns: 40% auto;
      grid-gap: 2rem; }
      .about-story__container.image-right {
        grid-template-columns: auto 40%; } }
  @media only screen and (min-width: 1180px) {
    .about-story__container {
      grid-template-columns: 1fr 1fr;
      grid-gap: 4rem; }
      .about-story__container.image-right {
        grid-template-columns: 1fr 1fr; } }
  .about-story__container img {
    width: 100%; }

.story-description, .model-description {
  max-width: 700px;
  margin: 0 auto; }
  .story-description p, .model-description p {
    margin-bottom: 1rem; }

.model {
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  grid-gap: 0.5rem;
  padding-bottom: 3rem; }

.model__name {
  display: grid;
  grid-template-columns: 45px auto;
  grid-gap: 1rem; }
  .model__name img {
    max-height: 45px; }

.model__cta a {
  border-bottom: 2px solid #1C5371; }
  .model__cta a .fa {
    font-size: 1rem; }

.about-explore {
  padding-bottom: 4rem; }

.boxes {
  margin: 0 auto;
  max-width: 1200px; }
  @media only screen and (min-width: 769px) {
    .boxes {
      display: grid;
      grid-gap: 1rem;
      grid-template-columns: 1fr 1fr 1fr;
      -ms-flex-pack: distribute;
          justify-content: space-around; } }

.box {
  padding: 0 1em 3rem;
  outline: none; }
  .box .box-meta {
    display: grid;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 2em 2em 3em;
    min-height: 230px;
    position: relative;
    -webkit-transition: border-color 350ms ease, -webkit-box-shadow 350ms ease;
    transition: border-color 350ms ease, -webkit-box-shadow 350ms ease;
    transition: box-shadow 350ms ease, border-color 350ms ease;
    transition: box-shadow 350ms ease, border-color 350ms ease, -webkit-box-shadow 350ms ease;
    background-color: #fafafa; }
    .box .box-meta:hover {
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23);
              box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.23); }
    .box .box-meta.em-last {
      display: grid;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .box .box-meta.em-last .button {
        background-color: #DB1F5A; }
    .box .box-meta .box-date {
      position: absolute;
      left: 2em;
      bottom: 2em;
      padding-top: 1rem;
      border-top: 2px solid #DB1F5A; }

.box__cta {
  text-align: center; }
  .box__cta a.button {
    background-color: #00ADD0; }
    .box__cta a.button:hover, .box__cta a.button:active {
      background-color: #006d84; }

.split-cta__container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  @media only screen and (min-width: 769px) {
    .split-cta__container {
      grid-template-columns: 55% 45%; } }

.split__side {
  padding: 5rem 3rem; }

.split__one {
  background-color: #f0f0f0; }

.split__two {
  background-color: #1C5371;
  color: #fff;
  position: relative; }
  .split__two:before {
    content: '';
    position: absolute;
    right: 0;
    top: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0px 50px 400px;
    border-color: transparent transparent #1C5371 transparent;
    opacity: 1;
    z-index: 0; }
    @media only screen and (min-width: 769px) {
      .split__two:before {
        right: initial;
        left: -144px;
        top: 0;
        border-width: 0 0px 300px 144px; } }

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

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

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
