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

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

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

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

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

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

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

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

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

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

[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;
}

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  max-width: 100%;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

div {
  margin-bottom: 0;
}

* {
  font-family: "Gotham A", "Gotham B", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, li, time {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #481776;
}

p, li {
  color: #5a6771;
  font-size: 14px;
  line-height: 1.8;
}
@media (min-width: 960px) {
  p, li {
    font-size: 15px;
    line-height: 2;
  }
}

p {
  margin: 0;
}

h1, .h1 {
  font-family: "Noto Serif", serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 42px;
  line-height: 1.14;
  letter-spacing: -1.4px;
}
@media (min-width: 960px) {
  h1, .h1 {
    font-size: 80px;
    letter-spacing: -2.7px;
    line-height: 0.98;
  }
}

h2, .h2 {
  font-family: "Noto Serif", serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  padding-top: 5px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -1px;
}
@media (min-width: 960px) {
  h2, .h2 {
    margin-bottom: 30px;
    letter-spacing: -1px;
    font-size: 50px;
    line-height: 1.3;
  }
}
@media (max-width: 375px) {
  h2, .h2 {
    font-size: clamp(20px, 10vw, 30px);
  }
}

h3, .h3 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  padding-top: 10px;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: -0.8px;
}
@media (min-width: 960px) {
  h3, .h3 {
    letter-spacing: -0.5px;
    font-size: 36px;
    line-height: 1.25;
  }
}

h4, .h4 {
  font-family: "Noto Serif", serif;
}

h5, .h5 {
  font-family: "Noto Serif", serif;
}

li {
  margin-left: -10px;
  list-style-type: none;
  position: relative;
}
li:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #3cdac3;
  top: 12px;
  left: -30px;
}

.loud {
  color: #5a6771;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: -0.1px;
}
@media (min-width: 960px) {
  .loud {
    line-height: 1.7142857143;
  }
}

a {
  color: #00aeef;
  font-weight: 500;
  transition: 0.3s color;
  text-decoration: none;
}
a:hover {
  color: #0069c3;
}

.arrowLink .arrow {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.arrowLink:hover .arrow {
  transform: translateX(5px);
}
.arrowLink span:first-child {
  margin-right: 15px;
}
.arrowLink svg g {
  stroke: currentColor !important;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  height: 100%;
}

.pageBody {
  position: relative;
}
.pageBody:after {
  content: "";
  display: table;
  clear: both;
}

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

.is-transforming {
  transition: 0.4s transform;
}

.not-visible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.globalHeader {
  position: fixed;
  z-index: 30;
  width: 100%;
  top: 0;
}
@media (min-width: 960px) {
  .globalHeader {
    position: relative;
  }
  .globalHeader--is-sticky::after {
    content: "";
    display: block;
    height: 120px;
    width: 100%;
  }
}
.globalHeader:before {
  content: "";
  top: -200px;
  left: 0;
  height: 200px;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 20;
}
@media (min-width: 960px) {
  .globalHeader .--small-only {
    display: none;
  }
}

.smallHeader--mobile .globalHeader__primary {
  height: 60px;
}
.smallHeader--mobile .globalHeader__logo {
  display: none;
  margin-top: -29px;
}
.smallHeader--mobile .globalHeader__logo--simple {
  margin-top: 0;
  width: 50px;
  display: block;
}

.globalHeader__primary {
  position: relative;
  width: 100%;
  background: white;
  z-index: 3;
  display: flex;
  height: 80px;
  padding: 0 40px;
}
@media (min-width: 960px) {
  .globalHeader__primary {
    height: 120px;
    padding: 0 7.1428571429%;
  }
}
.globalHeader__primary .globalNav__item--parent:hover .globalNav__childNavButton svg {
  transform: rotate(180deg);
}
.globalHeader__primary .globalNav__childNavButton {
  border: 0;
  background: transparent;
  padding: 0;
}
.globalHeader__primary .globalNav__childNavButton--mobile {
  display: inline;
}
@media (min-width: 960px) {
  .globalHeader__primary .globalNav__childNavButton--mobile {
    display: none;
  }
}
.globalHeader__primary._nav-small {
  position: fixed;
  top: 0;
  height: 80px;
  transform: translateY(-100%);
  visibility: hidden;
  transition: 0.4s transform, 0.4s height;
}
@media (min-width: 960px) {
  .globalHeader__primary._nav-small {
    width: 100%;
    max-width: 1400px;
    display: flex;
    padding: 0;
    height: 80px;
  }
}
.globalHeader__primary._nav-small._slide-down {
  transform: translateY(0%);
}
.globalHeader__primary._nav-small._no-transition {
  transition: color 0.4s;
}
.globalHeader__primary._nav-small .globalHeader__logo {
  display: none;
}
.globalHeader__primary._nav-small .globalHeader__logo--simple {
  display: block;
  width: 70px;
}
.globalHeader__primary._nav-small .globalNav__list {
  margin: 0;
}
.globalHeader__primary._nav-small .globalNav__item {
  margin-right: 4.1666666667%;
}
.globalHeader__primary._nav-small .globalNav__item._active a:before {
  display: none;
}
.globalHeader__primary._nav-small .globalNav__link {
  font-size: 12px;
}
.globalHeader__primary._nav-small .inner__primary {
  height: 80px;
  display: flex;
  width: 100%;
  padding: 0;
}
@media (min-width: 960px) {
  .globalHeader__primary._nav-small .inner__primary {
    padding: 0 7.1428571429%;
  }
}
.globalHeader__primary._slide-down {
  transform: translateY(0%);
  visibility: visible;
}

.globalHeader__primary--small {
  display: none;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: 0.4s transform;
  background: white;
}
@media (min-width: 960px) {
  .globalHeader__primary--small {
    width: 100%;
    max-width: 1400px;
    display: flex;
    padding: 0;
    height: 80px;
  }
}
.globalHeader__primary--small._slide-down {
  transform: translateY(0%);
}
.globalHeader__primary--small._no-transition {
  transition: color 0.4s;
}
.globalHeader__primary--small .globalHeader__logo {
  display: none;
}
.globalHeader__primary--small .globalHeader__logo--simple {
  display: block;
  width: 70px;
}
.globalHeader__primary--small .globalNav__list {
  margin: 0;
}
.globalHeader__primary--small .globalNav__item {
  margin-right: 4.1666666667%;
}
.globalHeader__primary--small .globalNav__item._active a:before {
  display: none;
}
.globalHeader__primary--small .globalNav__link {
  font-size: 12px;
}
.globalHeader__primary--small .globalHeader__navTrigger {
  display: none;
}
.globalHeader__primary--small .inner__primary {
  height: 80px;
  display: flex;
  width: 100%;
  padding: 0;
}

.globalNav {
  height: 100vh;
  padding-top: 60px;
  overflow: visible;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .globalNav {
    padding: 0;
    height: auto;
    width: 100%;
    overflow: visible;
  }
  .globalNav:before {
    display: none;
  }
}

@media (min-width: 960px) {
  .nav__inner {
    justify-content: space-between;
    display: flex;
    width: 100%;
    overflow: hidden;
  }
}

.globalHeader__nav {
  width: 100%;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #891d9b;
  transform: translateX(-100%);
}
@media (min-width: 960px) {
  .globalHeader__nav {
    height: auto;
    position: static;
    top: auto;
    left: auto;
    display: block;
    background: none;
    transform: none;
    overflow: visible;
  }
}

._mobileNav-is-open .globalHeader__nav {
  transform: translateX(0);
  overflow: hidden;
}
._mobileNav-is-open .pageBody,
._mobileNav-is-open .globalFooter {
  overflow: hidden;
}

.globalNav__list {
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 0 40px;
}
@media (min-width: 960px) {
  .globalNav__list {
    padding: 0;
    min-height: auto;
    margin-bottom: 0;
    height: 100%;
    flex-direction: row;
    padding: 0;
    align-items: center;
    width: 100%;
    justify-content: space-around;
  }
}

.globalNav__secondary {
  flex-grow: 1;
  background: #481776;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 0 40px;
}
.globalNav__secondary:before {
  content: "";
  background: #481776;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110%;
  left: -5%;
  transform: rotate(-4deg);
  top: -20%;
}
@media (min-width: 960px) {
  .globalNav__secondary {
    display: none;
  }
}
.globalNav__secondary .globalNav__item {
  margin-bottom: 15px;
}
.globalNav__secondary .globalNav__link {
  font-size: 13px;
  letter-spacing: 0.5;
  text-transform: none;
}

.globalNav__careersButton {
  background: #612a9c;
  padding: 14px 50px;
  margin-top: 20px;
  margin-bottom: 90px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: 100%;
}
.globalNav__careersButton:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .globalNav__careersButton {
    max-width: 312px;
  }
}
@media (min-width: 960px) {
  .globalNav__careersButton {
    display: none;
  }
}

.globalNav__item {
  margin: 0px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .globalNav__item {
    margin-bottom: 0;
    line-height: 18px;
  }
}
.globalNav__item:before {
  display: none;
}

.globalNav__link {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  white-space: normal;
}
.globalNav__link:hover, .globalNav__link:focus {
  color: #00aeef;
}
@media (min-width: 960px) {
  .globalNav__link {
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 35px;
    display: inline-block;
    position: relative;
    color: #5a6771;
    white-space: nowrap;
    width: auto;
  }
  .globalNav__link:hover, .globalNav__link:focus {
    color: #481776;
  }
}

@media (min-width: 960px) {
  ._active .globalNav__link {
    color: #481776;
  }
  ._active .globalNav__link:before {
    content: "";
    width: 40px;
    height: 2px;
    top: 0px;
    background: #00aeef;
    position: absolute;
  }
}

.globalHeader__branding {
  order: 2;
  flex-grow: 1;
  align-self: center;
}
@media (min-width: 960px) {
  .globalHeader__branding {
    order: 0;
    flex-grow: unset;
    margin-right: 15px;
  }
}
@media (min-width: 1000px) {
  .globalHeader__branding {
    margin-right: 20px;
    margin-right: 4.1666666667%;
  }
}
@media (min-width: 1200px) {
  .globalHeader__branding {
    margin-right: 4.1666666667%;
  }
}
@media (min-width: 1400px) {
  .globalHeader__branding {
    margin-right: 10.4166666667%;
  }
}

.globalHeader__logo {
  display: block;
  width: 130px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .globalHeader__logo {
    width: 180px;
  }
}
.globalHeader__logo svg {
  display: block;
  width: 100%;
}

.globalHeader__logo--simple {
  display: none;
}

.globalHeader__search {
  order: 1;
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {
  .globalHeader__search {
    order: unset;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.5714285714%;
    width: 3.5714285714%;
  }
}
@media (min-width: 1200px) {
  .globalHeader__search {
    width: 5.5555555556%;
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0%);
    align-self: center;
  }
}
.globalHeader__search button {
  transition: 0.4s opacity;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  align-self: center;
  height: 21px;
  width: 21px;
  text-indent: -9999px;
}
.globalHeader__search button:hover {
  opacity: 0.6;
}
.globalHeader__search svg {
  height: 21px;
  width: 21px;
  display: block;
  margin: 0;
  padding: 0;
}

.globalHeader__navTrigger {
  order: 3;
  align-self: center;
}
@media (min-width: 960px) {
  .globalHeader__navTrigger {
    order: unset;
    display: none;
  }
}
.globalHeader__navTrigger button {
  outline: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  text-indent: -9999px;
  height: 21px;
  width: 21px;
}
@media (min-width: 960px) {
  .globalHeader__navTrigger button {
    transition: 0.4s opacity;
  }
  .globalHeader__navTrigger button:hover {
    opacity: 0.6;
  }
}
.globalHeader__navTrigger svg {
  height: 21px;
  width: 21px;
  display: block;
  margin: 0;
  padding: 0;
}

.inner__primary {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  overflow: visible;
}

.globalNav__close {
  cursor: pointer;
  border: none;
  height: 15px;
  width: 15px;
  border: none;
  background: none;
  display: block;
  position: absolute;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  top: 30px;
  right: 40px;
  z-index: 3;
}
.globalNav__close svg {
  height: 15px;
  width: 15px;
  display: block;
}
._subnav-is-open .globalNav__close {
  display: none;
}
@media (min-width: 960px) {
  .globalNav__close {
    display: none;
  }
}

.globalHeader__primary._nav-small .globalNav__item {
  margin-right: 0;
}

@media (min-width: 960px) and (max-width: 1080px) {
  .globalHeader__branding {
    margin-right: 20px;
    width: 41px;
  }
  .globalHeader__logo {
    display: none;
  }
  .globalHeader__logo--simple {
    display: block;
    width: 41px;
  }
  .globalHeader__logo--simple svg {
    width: 41px;
  }
}
.globalFooter {
  background: #481776;
  overflow: hidden;
  position: relative;
}
@media (min-width: 960px) {
  .globalFooter:before {
    z-index: 1;
    content: "";
    position: absolute;
    height: 100%;
    width: 40%;
    background: #891d9b;
    top: 0;
    left: 0;
    transform: skewX(20deg);
    left: -10%;
  }
}
.globalFooter .contentWrapper {
  position: relative;
  z-index: 2;
  padding: 60px 40px 80px;
}
@media (min-width: 960px) {
  .globalFooter .contentWrapper {
    padding: 60px 7.1428571429% 30px;
  }
}
.globalFooter a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}
.globalFooter a:hover, .globalFooter a:focus {
  color: #00aeef;
  text-decoration: none;
}

.globalFooter__branding {
  margin-bottom: 30px;
}

.globalFooter__branding__logo {
  display: block;
  margin-bottom: 20px;
}
.globalFooter__branding__logo svg {
  width: 100%;
  display: block;
  max-width: 180px;
}
.globalFooter__branding__logo g, .globalFooter__branding__logo path {
  fill: #fff;
}

@media (min-width: 960px) {
  .globalFooter__map {
    width: 50%;
    margin-left: auto;
    min-width: 630px;
  }
}
@media (min-width: 1200px) {
  .globalFooter__map {
    min-width: 720px;
  }
}

.globalFooter__nav__list {
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .globalFooter__nav__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.globalFooter__nav__item {
  display: block;
  margin: 0;
  margin-bottom: 15px;
  list-style-type: none;
  padding: 0;
}
.globalFooter__nav__item:before {
  display: none;
}
@media (min-width: 960px) {
  .globalFooter__nav__item {
    flex: 0 1 33%;
  }
}

.globalFooter__subFooter {
  width: 100%;
}

.globalFooter__primary {
  width: 100%;
}
@media (min-width: 960px) {
  .globalFooter__primary {
    display: flex;
  }
}

.globalFooter__secondary {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .globalFooter__secondary {
    margin-top: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}

.globalFooter__legal {
  color: #fff;
  font-size: 13px;
  line-height: 1.8461538462;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 960px) {
  .globalFooter__legal {
    text-align: right;
  }
}
.globalFooter__legal a {
  line-height: 1;
  padding-right: 12px;
  border-right: 1px solid;
  margin-right: 12px;
  display: inline-block;
}
.globalFooter__legal a:first-of-type {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid;
}
.globalFooter__legal a:last-of-type {
  border-right: none;
  padding-right: 0;
}

.globalFooter__social__list {
  margin: 0 0 30px;
  padding: 0;
  display: flex;
}
@media (min-width: 960px) {
  .globalFooter__social__list {
    margin-bottom: 0;
  }
}

.globalFooter__social__item {
  margin: 0;
  padding: 0;
}
.globalFooter__social__item:before {
  display: none;
}

.globalFooter__social__link {
  display: block;
  height: 17px;
  width: 17px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.globalFooter__social__link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.globalFooter__social__link g, .globalFooter__social__link path {
  fill: white;
  transition: 0.3s fill;
}
.globalFooter__social__link:hover g, .globalFooter__social__link:hover path {
  fill: #00aeef;
}
@media (min-width: 960px) {
  .globalFooter__social__link {
    height: 20px;
    width: 20px;
  }
}

.globalFooter__numbers dd, .globalFooter__numbers dt {
  margin: 0;
  padding: 0;
}
.globalFooter__numbers dt {
  font-size: 10px;
  color: #fff;
  line-height: 2.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
}
.globalFooter__numbers dd {
  margin-bottom: 14px;
}
.globalFooter__numbers a {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.globalHeader__secondary {
  display: none;
}
@media (min-width: 960px) {
  .globalHeader__secondary {
    display: block;
    height: 50px;
    width: 100%;
    background: #fff;
    z-index: 3;
  }
}

.secondaryNav {
  float: right;
  display: inline-flex;
}

.secondaryNav__list {
  padding: 0;
  margin: 0;
  display: flex;
  height: 50px;
  align-items: center;
  width: 600px;
  justify-content: space-between;
}

.secondaryNav__item {
  margin: 0;
  padding: 0;
  margin-left: 30px;
  display: flex;
  align-items: center;
  height: 100%;
}
.secondaryNav__item:before {
  display: none;
}

.secondaryNav__item:last-of-type {
  background: #5a6771;
  padding: 0 20px;
  margin-left: 50px;
  transition: 0.3s background;
}
.secondaryNav__item:last-of-type a {
  margin-left: -9px;
}
.secondaryNav__item:last-of-type a:after {
  transition: 0.3s border-color;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 50px solid #5a6771;
  border-left: 30px solid transparent;
  top: 0px;
  left: -30px;
}
.secondaryNav__item:last-of-type:hover {
  background: #00aeef;
}
.secondaryNav__item:last-of-type:hover a:after {
  border-bottom: 50px solid #00aeef;
}
.secondaryNav__item:last-of-type .secondaryNav__link {
  color: white;
}
.secondaryNav__item:last-of-type._active {
  background: #481776;
}
.secondaryNav__item:last-of-type._active a::after {
  border-bottom: 50px solid #481776;
}

._active .secondaryNav__link {
  color: #481776;
}

.secondaryNav__link {
  font-size: 13px;
  text-decoration: none;
  color: #5a6771;
  letter-spacing: 0.5;
}
.secondaryNav__link:hover {
  color: #481776;
}

.globalNav__item--parent {
  position: static;
  white-space: nowrap;
}

.subNav {
  white-space: normal;
  background: #f6f6f6;
  min-height: 100vh;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  padding: 40px;
}
.globalHeader__primary--small .subNav {
  display: none;
}
@media (max-width: 960px) {
  .subNav {
    transform: translateX(-100%);
    transition: 0.4s all;
    overflow: scroll;
    height: 100vh;
  }
  .subNav._is-open {
    transform: translateX(0%);
  }
}
@media (min-width: 960px) {
  .subNav {
    display: none;
    min-height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f6f6f6;
    padding: 40px 0;
    overflow: hidden;
  }
  .subNav::after {
    content: "";
    position: absolute;
    bottom: -20px;
    height: 30px;
    left: 0;
    right: 0;
    display: block;
    background: #8df4e5;
    transform: skewY(0.5deg);
  }
}
.subNav._is-open {
  display: block;
}
.subNav._slide-down {
  position: fixed;
  top: 80px;
}
.subNav a {
  text-decoration: none;
  display: block;
  color: #0069c3;
  font-weight: 300;
}
.subNav a:hover, .subNav a:focus {
  color: #481776;
}
.subNav ul, .subNav li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.subNav li:before {
  display: none;
}

.subNav__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  outline: 0;
  box-shadow: 0;
  border-radius: 0;
  background: transparent;
  display: none;
}
@media (min-width: 960px) {
  .subNav__toggle {
    display: inline-block;
    cursor: pointer;
  }
}
.subNav__toggle span {
  display: block;
  transform-origin: center;
  transform: rotateX(0);
  pointer-events: none;
}
.subNav__toggle[aria-expanded=true] span {
  transform: rotateX(180deg);
}

.subNav__content {
  max-width: 1400px;
  margin: auto;
  position: relative;
}
@media (min-width: 960px) {
  .subNav__content {
    padding: 0 7.1428571429%;
  }
}

.subNav__topLinks {
  display: block;
  width: 100%;
  border-bottom: 1px solid #d3d0cd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .subNav__topLinks {
    display: flex;
    text-align: center;
    justify-content: space-between;
  }
}
.subNav__topLinks a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
}
@media (max-width: 960px) {
  .subNav__topLinks a {
    margin-bottom: 14px;
  }
}

@media (min-width: 960px) {
  .subNav__lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .subNav__lists--4-col .subNav__list {
    flex: 0 0 25%;
  }
}
@media (max-width: 960px) {
  .subNav__lists a {
    line-height: 32px;
  }
}

.subNav__list {
  flex: 0 0 33%;
  margin-bottom: 30px;
}

.subNav__title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  margin-bottom: 14px;
  display: block;
}

.subNav__close {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  outline: 0;
  box-shadow: 0;
  border-radius: 0;
  background: transparent;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0;
  cursor: pointer;
}
.subNav__close span {
  pointer-events: none;
}
.subNav__close g {
  stroke: #5a6771 !important;
}
@media (min-width: 960px) {
  .subNav__close {
    right: 25px;
    display: block;
    top: 0;
  }
}

.subNav__mobile-icon {
  float: right;
  pointer-events: none;
}
.subNav__mobile-icon path {
  stroke-width: 2;
  stroke: #fff !important;
}

@media (min-width: 960px) {
  ._is-ie .subNav {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    border-bottom: 10px solid #8df4e5;
  }
  ._is-ie .subNav::after {
    display: none;
  }
}
.globalSearch {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #481776;
  z-index: 9;
  will-change: transform;
  transform: translateX(-100%);
}
@media (min-width: 960px) {
  .globalSearch {
    background: #fff;
    height: 230px;
    position: fixed;
    max-width: 1400px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
}

._search-is-open .globalSearch {
  transform: translateX(0);
}
@media (min-width: 960px) {
  ._search-is-open .globalSearch {
    transform: translate(-50%, 0);
  }
}

.globalSearch__form {
  position: relative;
  padding: 60px 40px 0;
}
@media (min-width: 960px) {
  .globalSearch__form {
    padding: 0 7.14286%;
    height: 100%;
  }
}
.globalSearch__form form {
  display: flex;
  flex-direction: row;
  border-bottom: 4px solid #c7b7da;
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .globalSearch__form form {
    padding: 0;
    border: none;
    margin: auto 7.1428571429%;
    height: 100%;
  }
}
.globalSearch__form label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.globalSearch__form input, .globalSearch__form .globalSearch__submit {
  outline: none;
  width: 100%;
  display: block;
}
@media (min-width: 960px) {
  .globalSearch__form input, .globalSearch__form .globalSearch__submit {
    margin-top: auto;
    margin-bottom: 60px;
  }
}
.globalSearch__form input[type=text] {
  background: none;
  border: none;
  font-size: 15px;
  color: #c7b7da;
  width: calc(100% - 40px);
  margin-left: auto;
  order: 2;
  top: 7px;
  position: relative;
  border: none;
}
.globalSearch__form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c7b7da;
}
.globalSearch__form input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #c7b7da;
}
.globalSearch__form input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #c7b7da;
}
.globalSearch__form input[type=text]::-ms-clear { /* IE 10+ */
  display: none;
}
.globalSearch__form input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #c7b7da;
}
@media (min-width: 960px) {
  .globalSearch__form input[type=text] {
    color: #5a6771;
    font-weight: 500;
    margin-right: 3.5714285714%;
    letter-spacing: -0.5px;
    font-size: 30px;
    width: 100%;
    order: 1;
    top: auto;
    height: 50px;
  }
  .globalSearch__form input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5a6771;
    opacity: 0.4;
  }
  .globalSearch__form input[type=text]::-moz-placeholder { /* Firefox 19+ */
    color: #5a6771;
    opacity: 0.4;
  }
  .globalSearch__form input[type=text]:-ms-input-placeholder { /* IE 10+ */
    color: #5a6771;
    opacity: 0.4;
  }
  .globalSearch__form input[type=text]::-ms-clear { /* IE 10+ */
    display: none;
  }
  .globalSearch__form input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #5a6771;
    opacity: 0.4;
  }
}
.globalSearch__form button[type=submit] {
  transition: 0.4s opacity;
  cursor: pointer;
  position: absolute;
  order: 1;
  height: 32px;
  width: 32px;
  border: none;
  background: none;
}
.globalSearch__form button[type=submit]:hover {
  opacity: 0.6;
}
@media (min-width: 960px) {
  .globalSearch__form button[type=submit] {
    transition: none;
    position: relative;
    min-width: 200px;
    width: 200px;
    height: 50px;
    border: 2px solid #00aeef;
    color: #00aeef;
    font-weight: bold;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s color, 0.3s background;
  }
  .globalSearch__form button[type=submit]:hover {
    opacity: 1;
  }
  .globalSearch__form button[type=submit]:hover {
    background: #00aeef;
    color: #fff;
  }
}

.submit--desktop {
  display: none;
}
@media (min-width: 960px) {
  .submit--desktop {
    display: block;
  }
}

.submit--mobile g {
  stroke: #fff;
}
@media (min-width: 960px) {
  .submit--mobile {
    display: none;
  }
}

.globalSearch__close {
  cursor: pointer;
  border: none;
  height: 15px;
  width: 15px;
  border: none;
  background: none;
  display: block;
  transition: 0.4s opacity;
  top: 30px;
  z-index: 3;
  right: 40px;
  position: absolute;
  width: 25px;
  height: 25px;
  outline: none;
}
.globalSearch__close svg {
  height: 15px;
  width: 15px;
  display: block;
}
.globalSearch__close:hover {
  opacity: 0.6;
}
@media (min-width: 960px) {
  .globalSearch__close g {
    stroke: #00aeef;
  }
}

.cookiePolicy {
  width: 100%;
  background: #481776;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  transition: transform 0.3s;
}
.cookiePolicy._reveal-policy {
  display: block;
}
.cookiePolicy._remove-policy {
  transform: translateY(100%);
}
.cookiePolicy .contentWrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 7.1428571429%;
}

.cookiePolicy__content {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .cookiePolicy__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.cookiePolicy__text {
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 13px;
}
@media (min-width: 960px) {
  .cookiePolicy__text {
    margin: 0;
    width: 68.1818181818%;
  }
}

.cookiePolicy__submit {
  color: #00aeef;
  font-weight: 500;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  border: 2px solid #00aeef;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 14px;
  letter-spacing: 1px;
  width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-color: #fff;
  background: none;
}
.cookiePolicy__submit:hover {
  background: #00aeef;
  color: #fff;
}
.cookiePolicy__submit:hover {
  background: white;
  color: #481776;
}

.siteWrapper {
  margin: 0 auto;
  max-width: 1400px;
  background: #fff;
}
.siteWrapper:after {
  content: "";
  display: table;
  clear: both;
}

.mainContent:after {
  content: "";
  display: table;
  clear: both;
}

.sidebarContent:after {
  content: "";
  display: table;
  clear: both;
}

.siteWrapper--twoCol {
  width: 100%;
}
.siteWrapper--twoCol:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .mainContent {
    float: left;
    padding: 0 7.1428571429%;
    width: 71.4285714286%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .sidebarContent {
    float: left;
    width: 21.4285714286%;
  }
}
.siteWrapper--twoCol .pageBody {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: visible;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .pageBody {
    display: block;
    overflow: visible;
  }
}
.siteWrapper--twoCol .mainContent {
  order: 2;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .mainContent {
    order: 1;
  }
}
.siteWrapper--twoCol .sidebarContent {
  order: 1;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .sidebarContent {
    order: 2;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .mainContent {
    float: left;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .sectionModule--linklist {
    padding: 60px 0 0;
  }
}

.siteWrapper--stickyFooter {
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .siteWrapper--stickyFooter {
    padding-bottom: 0;
  }
}

@media (min-width: 960px) {
  .siteWrapper--staticSidebar .sidebarContent {
    position: relative;
  }
}

@media (min-width: 960px) {
  .siteWrapper--careersFinder .pageHeader__secondary, .siteWrapper--newsLanding .pageHeader__secondary {
    border-color: #f6f6f6;
  }
}
.siteWrapper--careersFinder .pageHeader--list:before, .siteWrapper--newsLanding .pageHeader--list:before {
  border-color: #f6f6f6;
}

.pageSection {
  padding: 60px 0;
}
.pageSection table {
  word-break: keep-all;
  table-layout: auto;
  display: block;
  width: 100% !important;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow-x: auto;
  white-space: nowrap;
}
.pageSection:first-of-type {
  padding-top: 10px;
}
@media (min-width: 960px) {
  .pageSection {
    padding: 120px 0;
  }
  .pageSection:first-of-type {
    padding-top: 70px;
  }
}

.pageSection--grey {
  background: #f6f6f6;
}

.pageSection--white + .pageSection--white,
.pageSection--grey + .pageSection--grey {
  padding-top: 0;
}

.pageSection + .pageSection {
  padding-top: 0;
}

.pageSection--fill {
  padding: 60px 0 !important;
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .pageSection--fill {
    padding: 120px 0 !important;
    margin-bottom: 120px;
  }
}

.pageSection__header {
  position: relative;
  padding: 0 40px;
  min-height: 1px;
}
.pageSection__header h2 {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .pageSection__header {
    padding: 0;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .pageSection__header {
    padding: 0 7.1428571429%;
  }
  .siteWrapper--fullWidth .pageSection__header h2 {
    margin-right: 35.7142857143%;
  }
}

.pageSection--related {
  background: #f6f6f6;
}

.pageSection__eyebrow {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pageSection__eyebrow span {
  margin-right: 10px;
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .pageSection__eyebrow {
    margin-left: 7.1428571429%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .pageSection__eyebrow {
    margin-left: 12.5%;
  }
}

.pageSection__category {
  text-transform: lowercase;
  font-weight: 500;
  font-size: 13px;
  color: #5a6771;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 960px) {
  .pageSection__category {
    font-size: 16px;
  }
}

.pageSection__bar {
  text-indent: -999999px;
  width: 30px;
  height: 2px;
  display: block;
  background: #00aeef;
}

.pageSection__number {
  color: #00aeef;
  font-weight: 500;
  font-size: 13px;
}

.pageSection.pageSection--intro {
  padding-bottom: 40px;
  padding-top: 40px;
}

.pageSection--intro--end-to-end {
  padding: 30px;
}
@media (min-width: 960px) {
  .pageSection--intro--end-to-end {
    padding: 80px 7.1428571429%;
    max-width: 1000px;
  }
}

.sectionModule {
  padding-top: 60px;
}
@media (min-width: 960px) {
  .sectionModule {
    padding-top: 60px;
  }
}

.pageSection__body .sectionModule:last-of-type {
  margin-bottom: 0;
}

.pageSection__body .sectionModule:first-of-type {
  padding-top: 0;
}
@media (min-width: 960px) {
  .pageSection__body .sectionModule:first-of-type {
    padding-top: 0;
  }
}

.sectionModule--taleo {
  margin-right: 35.7142857143%;
  margin-left: 14.2857142857%;
}
.sectionModule--taleo h1 {
  font-family: "Noto Serif", serif;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  font-size: 36px;
}
.sectionModule--taleo h1 span {
  font-family: "Noto Serif", serif;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  font-size: 36px;
}

.stickyRail--absolute {
  display: none;
  height: 100%;
  width: 3.5714285714%;
  right: -3.5714285714%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
}
@media (min-width: 960px) {
  .stickyRail--absolute {
    display: block;
  }
}

.page__panels__nav {
  float: left;
  position: sticky;
  width: 3.5714285714%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  height: 100vh;
  margin-left: 3.5714285714%;
}
.page__panels__nav:before {
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: white;
  width: 300px;
  z-index: 99;
  content: "";
}

.sectionNav {
  width: 200px;
  top: 50%;
  transform: translate(170px, -50%);
  position: absolute;
  transition: 0.6s transform;
  right: 0;
}
.sectionNav ul, .sectionNav li {
  margin: 0;
  padding: 0;
}

._is-expanded .sectionNav {
  transform: translate(0px, -50%);
}

.sectionNav__title {
  text-transform: lowercase;
  font-size: 12px;
  display: flex;
  height: 30px;
  align-items: center;
  line-height: 12px;
  transition: 0.8s opacity, 0.3s color;
  width: 150px;
  padding-left: 5px;
  color: #5a6771;
}
.sectionNav__title:before {
  content: "";
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
  height: 1px;
  background: #5a6771;
  position: relative;
}

.sectionNav__item {
  transition: transform 0.3s;
}
.sectionNav__item:before {
  display: none;
}
.sectionNav__item:hover .number, .sectionNav__item:hover .sectionNav__title {
  color: #00aeef;
}
.sectionNav__item:hover .sectionNav__title:before {
  background: #00aeef;
}
.sectionNav__item a {
  transition: none;
  display: flex;
  text-decoration: none;
  align-items: center;
}
.sectionNav__item .number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  transition: 0.3s color;
  text-align: center;
  height: 30px;
  width: 30px;
  color: #5a6771;
}
.sectionNav__item._is-active .number, .sectionNav__item._is-active .sectionNav__title {
  color: #00aeef;
}
.sectionNav__item._is-active .sectionNav__title:before {
  background: #00aeef;
}

.special {
  z-index: -1;
  position: absolute;
  height: 110%;
  width: 200px;
  left: 0px;
  top: -5%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.6s;
}
.special.is-block {
  display: block;
}
.special.is-visible {
  height: 180%;
  width: 250px;
  left: -50px;
  top: -40%;
  background: white;
  opacity: 1;
}

.pageHeader {
  margin-top: 80px;
  overflow: hidden;
  max-width: 1400px;
  position: relative;
  display: flex;
}
@media (min-width: 960px) {
  .pageHeader {
    margin-top: 0;
  }
}
.pageHeader:before, .pageHeader:after {
  display: none;
}
@media (min-width: 960px) {
  .pageHeader:before, .pageHeader:after {
    display: none;
    content: "";
    display: block;
    height: 500%;
    position: absolute;
    transform-origin: 100% 100%;
    z-index: 1;
    background: #481776;
    bottom: -1px;
    min-height: 400px;
    min-width: 400;
  }
  .pageHeader:before {
    transform: skew(-20deg);
    width: calc(66.66667% + 150px);
    left: -150px;
  }
  .pageHeader:after {
    background: #481776;
    min-width: 400;
    width: 99999px;
    right: calc(100% - 150px);
  }
}
.pageHeader .color {
  height: 185px;
  width: 105%;
  background: #891d9b;
  position: absolute;
  left: 0;
  bottom: -120px;
  transform: rotate(-7deg);
}
@media (min-width: 960px) {
  .pageHeader .color {
    display: none;
  }
}

/* Image and border modifiers */
.pageHeader--img .titleSection,
.pageHeader--border .titleSection {
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .pageHeader--img .titleSection,
  .pageHeader--border .titleSection {
    padding-bottom: 0;
  }
}
.pageHeader--img .pageHeader__icon,
.pageHeader--border .pageHeader__icon {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  right: 30px;
  height: 100%;
  width: 60px;
  bottom: 15px;
}
.pageHeader--img .pageHeader__icon svg,
.pageHeader--border .pageHeader__icon svg {
  width: 60px;
  height: auto;
}
.pageHeader--img .pageHeader__icon svg path[fill^="#"],
.pageHeader--img .pageHeader__icon svg polygon[fill^="#"],
.pageHeader--img .pageHeader__icon svg *[fill^="#"],
.pageHeader--border .pageHeader__icon svg path[fill^="#"],
.pageHeader--border .pageHeader__icon svg polygon[fill^="#"],
.pageHeader--border .pageHeader__icon svg *[fill^="#"] {
  fill: #00aeef !important;
}
.pageHeader--img .pageHeader__icon svg g[stroke^="#"],
.pageHeader--img .pageHeader__icon svg path[stroke^="#"],
.pageHeader--img .pageHeader__icon svg polygon[stroke^="#"],
.pageHeader--img .pageHeader__icon svg *[stroke^="#"],
.pageHeader--border .pageHeader__icon svg g[stroke^="#"],
.pageHeader--border .pageHeader__icon svg path[stroke^="#"],
.pageHeader--border .pageHeader__icon svg polygon[stroke^="#"],
.pageHeader--border .pageHeader__icon svg *[stroke^="#"] {
  stroke: #00aeef !important;
}
@media (min-width: 960px) {
  .pageHeader--img .pageHeader__icon,
  .pageHeader--border .pageHeader__icon {
    align-items: center;
    right: 22%;
    top: 0;
    bottom: 0;
    height: 100%;
    max-width: 100%;
    width: 101px;
  }
  .pageHeader--img .pageHeader__icon svg,
  .pageHeader--border .pageHeader__icon svg {
    width: 101px;
    height: auto;
  }
}

.pageHeader__content {
  background: #481776;
  width: 100%;
  padding: 60px 40px;
  position: relative;
}
@media (min-width: 960px) {
  .pageHeader__content {
    padding: 0 0 50px 0;
    background: none;
    z-index: 2;
    display: flex;
    margin-top: 80px;
    flex-direction: column;
  }
}

@media (min-width: 960px) {
  .pageHeader__secondary {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-bottom: 50px solid white;
    background-position: 50% 50%;
    background-size: cover;
    background: #891d9b;
  }
}

/* New overlay option for image header */
.pageHeader__image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.pageHeader__background-image {
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Modified post launch 7.17 */
.titleSection {
  margin-top: auto;
}
@media (min-width: 960px) {
  .titleSection {
    padding-top: 60px;
    margin-bottom: 80px;
    margin-left: 10%;
    width: 66.6666666667%;
    padding-right: 90px;
  }
}

.titleSection__eyebrow {
  display: block;
  -webkit-font-smoothing: antialiased;
  display: flex;
  font-family: "Gotham A", "Gotham B", sans-serif;
  align-items: center;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: 500;
  text-transform: lowercase;
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
}
.titleSection__eyebrow:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  height: 1px;
  width: 30px;
  background: #00aeef;
}
@media (min-width: 960px) {
  .titleSection__eyebrow {
    margin-left: 10%;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .titleSection__eyebrow:before {
    height: 2px;
    width: 40px;
  }
}

.titleSection__title {
  font-family: "Noto Serif", serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-size: 42px;
  line-height: 1.14;
  letter-spacing: -1.4px;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 42px;
  line-height: 44px;
}
@media (min-width: 960px) {
  .titleSection__title {
    font-size: 80px;
    letter-spacing: -2.7px;
    line-height: 0.98;
  }
}
@media (min-width: 500px) {
  .titleSection__title {
    font-size: calc(4.2222222222vw + 20.8888888889px);
  }
}
@media (min-width: 1400px) {
  .titleSection__title {
    font-size: 80px;
  }
}
@media (min-width: 500px) {
  .titleSection__title {
    line-height: calc(4.4444444444vw + 21.7777777778px);
  }
}
@media (min-width: 1400px) {
  .titleSection__title {
    line-height: 84px;
  }
}

.titleSection__subheader {
  padding: 30px 0;
}
@media (min-width: 960px) {
  .titleSection__subheader {
    margin-left: 10%;
  }
}
.titleSection__subheader p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  line-height: 1.67;
  letter-spacing: normal;
  font-weight: 100;
}
.titleSection__subheader.titleSection__subheader--large p {
  font-size: 21px;
}

.pageHeader__nav {
  align-self: center;
  width: 240px;
}
@media (min-width: 1200px) {
  .pageHeader__nav {
    width: 20%;
    margin-top: 80px;
  }
}
.pageHeader__nav ul {
  margin: 0;
  padding: 0;
}
.pageHeader__nav li {
  list-style-type: none;
  margin: 0;
  margin-bottom: 15px;
}
.pageHeader__nav li:before {
  display: none;
}

.pageHeader__button {
  color: #00aeef;
  font-weight: 500;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  border: 2px solid #00aeef;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 14px;
  letter-spacing: 1px;
  background: none;
  width: 100%;
  max-width: 320px;
  height: 55px;
  border-color: #891d9b;
  background: #891d9b;
  color: #fff;
  margin-top: 30px;
  transition: 0.3s background, 0.3s border;
}
.pageHeader__button:hover {
  background: #00aeef;
  color: #fff;
}
.pageHeader__button:hover {
  background: none;
}
@media (min-width: 960px) {
  .pageHeader__button:hover {
    border-color: #481776;
    background: #481776;
  }
}

.pageHeader__button--filled {
  background: #891d9b;
  border-color: #891d9b;
}
.pageHeader__button--filled:hover, .pageHeader__button--filled:focus, .pageHeader__button--filled:active {
  background: #481776;
  border-color: #481776;
}

.pageNav__link {
  display: flex;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: none;
  align-items: center;
  padding-right: 30px;
  line-height: 1.5;
}
.pageNav__link .pageNav__item__number {
  transition: 0.3s color;
  top: 0;
  position: absolute;
}
.pageNav__link .pageNav__item__text {
  display: block;
  margin-left: 70px;
  position: relative;
  transition: 0.3s color;
}
.pageNav__link .pageNav__item__text:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 9px;
  display: block;
  height: 1px;
  width: 20px;
  background: white;
  transition: 0.3s background;
}
.pageNav__link:hover .pageNav__item__text,
.pageNav__link:hover .pageNav__item__number {
  color: #00aeef;
}
.pageNav__link:hover .pageNav__item__text:before,
.pageNav__link:hover .pageNav__item__number:before {
  background: #00aeef;
}

._is-ie .pageNav__item__text {
  margin-left: 40px;
}
._is-ie .pageNav__item__text:before {
  display: none;
}

.pageHeader--alt {
  flex-direction: column;
}
@media (min-width: 960px) {
  .pageHeader--alt {
    flex-direction: row;
    min-height: 600px;
  }
  .pageHeader--alt:after {
    border-bottom: 50px solid white;
  }
  .pageHeader--alt:before {
    width: 41.6666666667%;
    right: 0;
    border-bottom: 50px solid white;
  }
}
@media (min-width: 960px) {
  .pageHeader--alt .pageHeader__content {
    min-height: 600px;
  }
}
.pageHeader--alt .pageHeader__secondary {
  border: none;
  background-size: cover;
  background-position: center;
}
@media (min-width: 960px) {
  .pageHeader--alt .titleSection {
    margin-bottom: 130px;
  }
}

.pageHeader__nav {
  display: none;
}
@media (min-width: 960px) {
  .pageHeader__nav {
    display: block;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
  }
}

.pageHeader--list {
  flex-direction: column;
}
@media (min-width: 960px) {
  .pageHeader--list {
    flex-direction: row;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.pageHeader--list:after {
  display: none;
}
@media (min-width: 960px) {
  .pageHeader--list:before {
    content: "";
    border-bottom: 50px solid white;
    left: 65%;
    transform: skew(-20deg);
  }
  .pageHeader--list:before, .pageHeader--list:after {
    min-width: 600px;
  }
}
@media (min-width: 1200px) {
  .pageHeader--list:before {
    left: 67.5%;
  }
}
@media (min-width: 960px) {
  .pageHeader--list .pageHeader__content {
    min-height: 600px;
  }
}
.pageHeader--list .pageHeader__secondary {
  border: none;
  width: 100%;
  height: 250px;
  display: none;
}
@media (min-width: 960px) {
  .pageHeader--list .pageHeader__secondary {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: 50% 50%;
    background-size: cover;
  }
  .pageHeader--list .pageHeader__secondary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
  }
}
.pageHeader--list .pageHeader__image {
  border: none;
  width: 100%;
  height: 250px;
}
@media (min-width: 960px) {
  .pageHeader--list .pageHeader__image {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: 50% 50%;
    background-size: cover;
  }
  .pageHeader--list .pageHeader__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .pageHeader--list .titleSection {
    margin-bottom: 170px;
  }
}

/* pageHeader--bg-image overrides from above header rules */
.pageHeader--bg-image {
  flex-direction: column;
  background: #520b90;
  min-height: 360px;
}
@media (min-width: 960px) {
  .pageHeader--bg-image {
    flex-direction: row;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.pageHeader--bg-image:before {
  background: #83278f;
}
.pageHeader--bg-image:after {
  display: none;
}
@media (min-width: 960px) {
  .pageHeader--bg-image:before {
    content: "";
    border-bottom: 50px solid white;
    left: 65%;
    transform: skew(-20deg);
  }
  .pageHeader--bg-image:before, .pageHeader--bg-image:after {
    min-width: 600px;
  }
}
@media (min-width: 1200px) {
  .pageHeader--bg-image:before {
    left: 67.5%;
    margin-bottom: -1px;
  }
}
.pageHeader--bg-image .pageHeader__content {
  background: transparent;
}
@media (min-width: 960px) {
  .pageHeader--bg-image .pageHeader__content {
    min-height: 200px;
    margin-top: 30px;
  }
}
.pageHeader--bg-image .pageHeader__image {
  border: none;
  width: 100%;
  min-height: 480px;
  position: absolute;
}
@media (min-width: 960px) {
  .pageHeader--bg-image .pageHeader__image {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: 50% 50%;
    background-size: cover;
  }
  .pageHeader--bg-image .pageHeader__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .pageHeader--bg-image .titleSection {
    margin-bottom: 60px;
  }
}

@media (min-width: 960px) {
  .pageHeader--bg-image--medium {
    min-height: 510px;
  }
}
.pageHeader--bg-image--medium .pageHeader__image {
  background-color: transparent;
}
.pageHeader--bg-image--medium .pageHeader__image .pageHeader__background-image {
  filter: none;
  mix-blend-mode: normal;
}

/* full width header - used on Industry Expertise */
.pageHeader--bg-image--full {
  min-height: 400px;
}
@media (min-width: 960px) {
  .pageHeader--bg-image--full {
    min-height: 700px;
  }
}
.pageHeader--bg-image--full:before {
  display: none;
}
.pageHeader--bg-image--full .titleSection {
  margin-bottom: 90px;
}
@media (min-width: 960px) {
  .pageHeader--bg-image--full .titleSection {
    max-width: 66.6666666667%;
  }
}
.pageHeader--bg-image--full .pageHeader__image {
  min-height: 100%;
  background: transparent;
}
.pageHeader--bg-image--full .pageHeader__image:before {
  filter: none;
}
.pageHeader--bg-image--full .pageHeader__image .pageHeader__background-image {
  filter: none;
  mix-blend-mode: normal;
}
.pageHeader--bg-image--full .pageHeader__content {
  width: 100%;
}

.pageHeader--bg-image--small:before {
  background-color: #520b90;
}
.pageHeader--bg-image--small .pageHeader__button {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .pageHeader--bg-image--small .pageHeader__button {
    margin-bottom: 0;
  }
}

.pageHeader--blue .pageHeader__content {
  background: #0069c3;
}
@media (min-width: 960px) {
  .pageHeader--blue .pageHeader__content {
    background: none;
  }
}
@media (min-width: 960px) {
  .pageHeader--blue .pageHeader__secondary {
    border: 0;
    background: #0069c3;
    border-bottom: 50px solid #fff;
  }
  .pageHeader--blue:after {
    display: none;
  }
  .pageHeader--blue:before {
    background: #00aeef;
    left: auto;
    right: 0;
    transform: skew(-20deg);
    left: 67.5%;
  }
}

.pageHeader__mobileHero {
  position: relative;
  background: #5a6771;
  overflow: hidden;
}
.pageHeader__mobileHero:after {
  padding-top: 57.3333333333%;
  display: block;
  content: "";
}
.pageHeader__mobileHero > img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
}
.pageHeader__mobileHero img {
  widows: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .pageHeader__mobileHero {
    display: none;
  }
}

.pageHeader--resources {
  margin-bottom: 96px;
  overflow: hidden;
  width: 100%;
}
.pageHeader--resources::after {
  background: #83278f;
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  bottom: -45px;
  left: -80px;
  right: -80px;
  transform: rotate(-5deg);
  height: 80px;
}
@media (min-width: 960px) {
  .pageHeader--resources::after {
    bottom: 80px;
    right: 0;
    z-index: 0;
    left: auto;
    transform: none;
    height: auto;
  }
}

/* Form Header is in _form.scss */
/* Adjustments for carousels in the page header */
.pageHeader__content .cardGridCarousel .sliderController--cardGridCarousel {
  width: 100vw;
  padding: 0 30px;
}
@media (min-width: 960px) {
  .pageHeader__content .cardGridCarousel .sliderController--cardGridCarousel {
    padding: 0 60px 0 0;
    width: 180px;
  }
}
@media (min-width: 1200px) {
  .pageHeader__content .cardGridCarousel .sliderController--cardGridCarousel {
    width: 150px;
  }
}
.pageHeader__content .cardGridCarousel .slick-dots button {
  border: none;
}

.pageHeader--mediaKit {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .pageHeader--mediaKit {
    margin-bottom: 80px;
  }
}

@media (min-width: 960px) {
  .pageHeader--top-align .pageHeader__content {
    min-height: 600px;
  }
  .pageHeader--top-align .pageHeader__content .titleSection {
    margin-top: 0;
  }
}

.pageHeader--subnav .titleSection__eyebrow {
  text-transform: initial;
}

.subNavGroup {
  position: sticky;
  left: 0;
  top: 80px;
  background-color: #fff;
  z-index: 10;
}
@media (min-width: 960px) {
  .subNavGroup {
    margin-top: 0;
  }
}
.subNavGroup .subNavSelect {
  display: block;
  margin-top: 0;
}
.subNavGroup .subNavSelect select {
  color: #891d9b;
  font-size: 12px;
  letter-spacing: 1.85px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  border-bottom: 4px solid #d6d6d4;
  height: 60px;
}
.subNavGroup .subNavSelect:after {
  top: 20px;
  border-left: 2px solid #891d9b;
  border-bottom: 2px solid #891d9b;
}
@media (min-width: 960px) {
  .subNavGroup .subNavSelect {
    display: none;
  }
}
.subNavGroup__items {
  display: none;
  list-style-type: none;
}
@media (min-width: 960px) {
  .subNavGroup__items {
    margin: 0 0;
    padding: 0 7.1428571429%;
    display: flex;
    justify-content: flex-start;
  }
  .subNavGroup__items:after {
    transform: width 0.3s ease-in-out;
    content: "";
    position: absolute;
    border-bottom: 3px solid #d6d6d4;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
.subNavGroup__items li {
  margin-left: 0;
  margin-right: 25px;
  z-index: 1;
}
@media (min-width: 960px) {
  .subNavGroup__items li {
    height: 73px;
    display: flex;
    align-items: center;
  }
}
.subNavGroup__items li:last-child {
  margin-right: 0;
}
.subNavGroup__items li:before {
  background: transparent;
}
.subNavGroup__items li._active {
  border-bottom: 3px solid #891d9b;
}
.subNavGroup__items li._active a {
  color: #891d9b;
}
.subNavGroup__items li a {
  text-transform: uppercase;
  color: #5a6771;
  font-size: 12px;
  letter-spacing: 1.85px;
  height: 100%;
  padding: 25px 0;
}
.subNavGroup__items li:hover {
  border-bottom: 3px solid #891d9b;
}
.subNavGroup__items li:hover a {
  color: #891d9b;
}

.richText {
  padding: 0 40px;
}
.richText a {
  text-decoration: none;
}
@media (min-width: 960px) {
  .richText {
    padding: 0;
  }
}
.richText p {
  margin-top: 21px;
}
.richText p:first-child {
  margin-top: 0;
}
.richText h3 {
  padding-top: 20px;
}
.richText h3:first-child {
  padding-top: 0;
}
.richText ul, .richText li, .richText ol {
  margin: 0;
  padding: 0;
}
.richText ol {
  padding-top: 20px;
  counter-reset: item;
}
.richText ol ol {
  padding: 10px 0 0px;
}
.richText ol ol li {
  margin-left: 40px;
}
.richText ol li {
  list-style-type: inherit;
  display: block;
  position: relative;
  margin-left: 60px;
}
.richText ol li:before {
  background: none;
  font-size: 13px;
  top: 3px;
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  font-weight: 500;
  color: #0069c3;
  left: -30px;
}
.richText ul {
  padding-top: 20px;
}
.richText ul li {
  margin-left: 60px;
}
.richText li {
  margin-bottom: 10px;
}
.richText ul ul {
  padding-top: 10px;
  margin-top: 0px;
}
.richText ul li li:before {
  height: 1px;
  width: 10px;
  top: 14px;
}
.richText .module__footnotes, .richText .module__footnotes p {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.richText img {
  max-width: 100%;
  height: auto;
}

.richText__cta {
  border: none;
  color: #fff;
  background: #0069c3;
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 320px;
  transition: 0.3s all;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.85px;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  justify-content: center;
  border: none;
  background: #e30450;
  transition: 0.3s all;
  cursor: pointer;
  margin: 45px 0;
}
.richText__cta:hover {
  background: #481776;
}
.richText__cta:hover, .richText__cta:focus {
  opacity: 1;
  background: #481776;
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .richText {
    margin-left: 12.5%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .richText {
    margin-left: 14.2857142857%;
    margin-right: 35.7142857143%;
  }
}

.richText__blockquote {
  margin: 35px 0 50px;
  font-size: 21px;
  line-height: 1.4285714286;
  color: #481776;
  padding-left: 28px;
  border-left: 1px solid #481776;
}
@media (min-width: 960px) {
  .richText__blockquote {
    line-height: 1.7142857143;
  }
}
.richText__blockquote p {
  margin-bottom: 1em;
  font: inherit;
  color: inherit;
}
.richText__blockquote footer {
  font: inherit;
  font-style: italic;
}

.callout__header {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .callout__header {
    width: 65%;
    padding: 0;
  }
}
.callout__header h3 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 300;
  padding: 0;
}
@media (min-width: 960px) {
  .callout__header h3 {
    line-height: 42px;
    padding-right: 60px;
  }
}
.callout__header p, .callout__header h3 {
  color: #fff;
}
.callout__header p {
  padding-top: 15px;
}

@media (min-width: 960px) {
  .callout__body {
    width: 65%;
  }
}

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

.callout__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #5f2c97;
}
.callout__item:before {
  display: none;
}
.callout__item:first-of-type {
  border-top: 1px solid #5f2c97;
}

.callout__link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  display: block;
  padding: 25px 40px;
  color: #fff;
  text-decoration: none;
  display: flex;
}
@media (min-width: 960px) {
  .callout__link {
    padding: 25px 0;
  }
}
.callout__link:hover {
  color: #00aeef;
}
.callout__link:hover g {
  stroke: #00aeef;
}

.callout__link__icon {
  margin-left: auto;
  padding-right: 15px;
}
.callout__link__icon g {
  transition: 0.4s stroke;
  stroke: white;
}

.callout__body {
  z-index: 2;
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .callout, .siteWrapper--twoCol .promotion, .siteWrapper--twoCol .relatedCards--products {
    padding-left: 25%;
    margin-left: -12.5%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .relatedCaseStudy, .siteWrapper--twoCol .relatedCards--products {
    padding-left: 12.5%;
    margin-left: -12.5%;
  }
}

.siteWrapper--fullWidth .bar--light {
  width: 50%;
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .callout__inner {
    padding-left: 14.2857142857%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .callout, .siteWrapper--fullWidth .promotion {
    position: relative;
  }
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .promotion {
    margin-left: 7.1428571429%;
    margin-right: -20%;
    margin-right: 28.5714285714%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .callout__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .siteWrapper--fullWidth .callout__list li {
    border: none;
    border-top: 1px solid #5f2c97;
    width: 48%;
  }
  .siteWrapper--fullWidth .callout__list > li:nth-last-of-type(-n+2) {
    border-bottom: 1px solid #5f2c97;
  }
}

.callout__header__icon {
  height: 40px;
  width: 40px;
  margin-bottom: 7.5px;
}
@media (min-width: 960px) {
  .callout__header__icon {
    position: absolute;
    top: 12px;
    left: -70px;
    height: 50px;
    width: 50px;
  }
}
.callout__header__icon svg {
  height: 100%;
  width: 100%;
  display: block;
}
.callout__header__icon path {
  fill: #891d9b;
}

.barModule {
  position: relative;
  background: #481776;
  padding: 40px 0;
}
@media (min-width: 960px) {
  .barModule {
    padding: 0;
    margin-bottom: 40px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
    background: none;
    margin-bottom: 0px;
    padding-bottom: 100px;
    padding-top: 60px;
  }
}
.barModule .bar--dark, .barModule .bar--light {
  display: none;
}
@media (min-width: 960px) {
  .barModule .bar--dark, .barModule .bar--light {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #481776;
  }
}
.barModule .bar--light {
  width: 80%;
  z-index: 2;
  left: auto;
  right: -22.2222%;
  background: #891d9b;
  transform: skew(20deg);
  border-bottom: 50px solid #fff;
}
@media (min-width: 960px) {
  .barModule .bar--light {
    width: 38%;
  }
}
.barModule .callout__header {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .barModule .callout__header {
    padding: 0;
  }
}

.barModule--cta .callout__body {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .barModule--cta .callout__body {
    padding: 0;
  }
}
.barModule--cta .callout__body {
  position: relative;
}
.barModule--cta .callout__body a, .barModule--cta .callout__body button {
  color: #00aeef;
  font-weight: 500;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  border: 2px solid #00aeef;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  border-color: #fff;
  background: none;
  color: #fff;
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 320px;
  transition: 0.4s opacity;
}
.barModule--cta .callout__body a:hover, .barModule--cta .callout__body button:hover {
  background: #00aeef;
  color: #fff;
}
.barModule--cta .callout__body a:hover, .barModule--cta .callout__body button:hover {
  background: none;
  opacity: 0.7;
}
.barModule--cta .promotion__inner {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .barModule--cta .promotion__inner {
    padding: 0;
  }
}

.barModule--list {
  padding-bottom: 0;
}
@media (min-width: 960px) {
  .barModule--list {
    padding-bottom: 120px;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .mainContent .sectionModule--callout--cta, .siteWrapper--fullWidth .mainContent .sectionModule--callout--list {
    padding: 60px 0;
  }
}

.twoCol:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .twoCol {
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
  }
}

.twoColSection:nth-child(2n) {
  padding-top: 30px;
}
@media (min-width: 960px) {
  .twoColSection {
    float: left;
    width: 47.5%;
    margin-right: 5%;
  }
  .twoColSection:nth-child(2n) {
    padding-top: 0;
    margin-right: 0;
  }
}
.twoColSection .richText, .twoColSection .image {
  margin: 0;
  width: 100%;
  padding: 0 40px;
}
@media (min-width: 960px) {
  .twoColSection .richText, .twoColSection .image {
    margin-left: 0 !important;
    padding: 0 !important;
  }
}
.twoColSection .image, .twoColSection .video {
  margin: 0;
  position: relative;
  width: 100%;
}
.twoColSection .image img, .twoColSection .video img {
  width: 100%;
}
.twoColSection .video {
  padding: 0 40px;
  cursor: pointer;
}
@media (min-width: 960px) {
  .twoColSection .video {
    padding: 0;
  }
}
.twoColSection .video:hover svg {
  opacity: 0.7;
}
.twoColSection .videoTrigger__icon {
  left: 50%;
}
.twoColSection .statGroup {
  margin-bottom: 40px;
}
.twoColSection .statGroup h3 {
  margin-bottom: 25px;
}
.twoColSection .statGroup h4 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  color: #481776;
  margin-bottom: 20px;
  font-weight: 400;
}
.twoColSection .statGroup .contentCard--twoAcross .card:nth-child(n+3) {
  padding-top: 30px;
}
.twoColSection .statGroup .card--statIcon {
  border-bottom: 1px solid #E7E7E7;
}
.twoColSection .statGroup__heading {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 960px) {
  .twoColSection .statGroup__heading {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 960px) {
  .twoCol--widerContent .twoColSection:first-child {
    width: 70%;
    margin-right: 10%;
  }
  .twoCol--widerContent .twoColSection:nth-child(2n) {
    width: 20%;
  }
  .twoCol--widerContent .twoColSection .image {
    position: relative;
    right: -21%;
  }
}
.twoCol--widerContent .twoColSection .sectionModule {
  padding: 0;
  margin: 45px 0;
}

.twoColSection__subComponent {
  padding-top: 30px;
}
.twoColSection__subComponent:first-of-type {
  padding: 0;
}

@media (min-width: 960px) {
  .twoColSection__image--mobile {
    display: none;
  }
}

.twoColSection__image--desktop {
  display: none;
}
@media (min-width: 960px) {
  .twoColSection__image--desktop {
    display: block;
  }
}

.twoColSection .cardGrid {
  margin-top: 60px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.twoColSection .card {
  padding-top: 30px;
  border-bottom: 0;
}
@media (min-width: 960px) {
  .twoColSection .card {
    padding-top: 30px;
  }
}
.twoColSection .card:first-of-type {
  padding-top: 0;
}
.twoColSection .card__body p {
  font-size: 15px;
}
.twoColSection__footnotes {
  margin-top: 30px;
}
.twoColSection__footnotes .module__footnotes p {
  font-size: 10px;
  line-height: 14px;
}

@media (min-width: 960px) {
  .twoColSection__subComponent--pullRight {
    margin-right: -20%;
  }
}

.twoColSection .quoteContainer {
  background: #f6f6f6;
  padding: 30px 40px 60px;
}
@media (min-width: 960px) {
  .twoColSection .quoteContainer {
    padding: 0;
    background: none;
  }
}

.contentCard {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 960px) {
  .contentCard {
    padding-left: 0;
    padding-right: 0;
  }
}

.contentCard--twoAcross .card {
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  .contentCard--twoAcross {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contentCard--twoAcross .card {
    border-bottom: 1px solid #E7E7E7;
    padding-top: 0;
    width: calc(50% - 13px);
  }
  .contentCard--twoAcross .card:nth-child(n+3) {
    padding-top: 60px;
  }
  .contentCard--twoAcross .card__body p {
    font-size: 13px;
  }
}

.videoTrigger__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .videoTrigger__icon {
    transform: none;
    top: 40%;
    left: 30%;
    top: 45%;
  }
}
.videoTrigger__icon span {
  display: none;
}
@media (min-width: 960px) {
  .videoTrigger__icon span {
    display: block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    left: -10px;
    top: 7.5px;
    text-shadow: 0px 0px 5px black;
  }
}
.videoTrigger__icon svg {
  transition: 0.4s opacity;
  display: block;
}
.videoTrigger__icon #round {
  fill: white;
}
.videoTrigger__icon #play {
  stroke: white;
}

.quoteModule .sliderController,
.videoQuoteModule .sliderController {
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .quoteModule .sliderController,
  .videoQuoteModule .sliderController {
    display: none;
  }
}
.quoteModule .quote,
.videoQuoteModule .quote {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media (min-width: 960px) {
  .quoteModule .quote,
  .videoQuoteModule .quote {
    padding: 0;
    padding-right: 80px;
  }
}

.quoteSlider .quoteModule__inner {
  width: 100%;
}
@media (min-width: 960px) {
  .quoteSlider .quote {
    display: flex !important;
  }
}

.videoQuoteModule {
  background: #f6f6f6;
}
.videoQuoteModule img {
  width: 100%;
}
@media (min-width: 960px) {
  .videoQuoteModule .videoTrigger__icon {
    left: 100px;
  }
}
.videoQuoteModule .videoTrigger {
  position: relative;
  max-width: 400px;
}
@media (min-width: 960px) {
  .videoQuoteModule .videoQuote__inner {
    display: flex;
  }
}
.videoQuoteModule .videoCover--mobile {
  width: 100%;
}
@media (min-width: 960px) {
  .videoQuoteModule .videoCover--mobile {
    display: none;
  }
}
.videoQuoteModule .videoCover--desktop {
  display: none;
}
@media (min-width: 960px) {
  .videoQuoteModule .videoCover--desktop {
    display: block;
    max-width: 350px;
  }
}
.videoQuoteModule .videoTrigger,
.videoQuoteModule .quote {
  width: 100%;
}
.videoQuoteModule .quote__inner {
  padding: 50px 0;
}
.videoQuoteModule .quote {
  display: flex;
  align-items: center;
}

.sectionModule--quoteModule {
  position: relative;
  z-index: 3;
  padding-top: 0;
  margin-top: 60px;
}
.sectionModule--quoteModule:before {
  content: "";
  position: absolute;
  height: 40px;
  min-width: 100vw;
  bottom: 0;
  background-image: url("../../public/img/svg/light-purple-border.svg");
  background-repeat: no-repeat;
  display: block;
  z-index: 3;
  margin-left: -14.2857142857%;
  padding-right: 14.2857142857%;
}
.siteWrapper--fullWidth .sectionModule--quoteModule:before {
  min-width: 100%;
  margin-left: 0;
  padding-right: 0;
}
.sectionModule--quoteModule:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: #481776;
  display: block;
  z-index: -1;
  content: "";
}

.quoteModule {
  position: relative;
  align-items: center;
  background: #481776;
}
.quoteModule.has-image, .quoteModule.has-video {
  margin-top: 110px;
}
@media (min-width: 960px) {
  .quoteModule.has-image, .quoteModule.has-video {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .quoteModule {
    margin-top: 0;
  }
  .quoteModule.has-image, .quoteModule.has-video {
    margin-top: 110px;
  }
}
.quoteModule .quote {
  padding: 0 40px 0 7.5px;
}
@media (min-width: 960px) {
  .quoteModule .quote {
    padding: 0 40px;
  }
}
.quoteModule .quote img {
  max-width: 150px;
}
@media (min-width: 960px) {
  .quoteModule .quote img {
    align-self: flex-end;
    display: block;
    max-width: 200px;
  }
}
.quoteModule .quote__inner {
  display: flex !important;
  padding: 80px 0 60px 0;
}
.quoteModule .quote__inner h3 {
  font-size: 31px;
  line-height: 1.3548387097;
}
@media (min-width: 960px) {
  .quoteModule .quote__inner .quote__copy {
    padding-right: 60px;
  }
}
.quoteModule .quote__inner .quote__image {
  position: absolute;
  top: -110px;
  right: 30px;
}
@media (min-width: 960px) {
  .quoteModule .quote__inner .quote__image {
    position: relative;
    top: 75px;
  }
}
.quoteModule .quote__inner .quote__image img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 75%);
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .videoQuoteModule,
  .siteWrapper--fullWidth .quoteModule {
    margin-right: 200px;
  }
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .videoQuoteModule,
  .siteWrapper--twoCol .quoteModule {
    margin-left: -12.5%;
  }
}
.siteWrapper--twoCol .sectionModule--quoteModule::before {
  width: 100vw;
  min-width: 0;
  max-width: 1392px;
  left: 0;
  margin-left: 0;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .sectionModule--quoteModule::before {
    margin-left: -7.1428571429%;
    left: -42px;
    padding-right: 0;
    min-width: 0;
    width: 100%;
    left: 0;
    margin-left: -12.5%;
    padding-right: 12.5%;
  }
}
.siteWrapper--twoCol .sectionModule--quoteModule::after {
  max-width: 1350px;
  margin-left: -7.1428571429%;
}

.quoteSlider {
  background: transparent;
}
.quoteSlider .quote {
  background: #f6f6f6;
  min-height: 400px;
  padding-left: 0;
}
.quoteSlider .quote img {
  height: 100%;
  min-height: 400px;
  max-width: none;
  width: auto;
}
.quoteSlider .quote__inner {
  display: block;
}
.quoteSlider button {
  overflow: hidden;
}
.quoteSlider img {
  display: none;
}
@media (min-width: 960px) {
  .quoteSlider img {
    flex: 1 0 200px;
    max-width: 200px;
  }
}

.quoteModule .slick-dots {
  bottom: 40px;
  left: 70px;
  right: auto;
  display: block !important;
}
.quoteModule .slick-dots li {
  margin-right: 20px;
  overflow: hidden;
}
.quoteModule .slick-dots button {
  background: #891d9b;
  opacity: 1;
}
.quoteModule .slick-dots .slick-active button {
  background: #0069c3;
}
@media (max-width: 960px) {
  .quoteModule .slick-dots {
    left: 40px;
  }
}

.quoteModule .slick-initialized {
  padding-bottom: 50px;
}

.quote__image > .videoTrigger {
  position: relative;
}

.quoteModule .videoTrigger .videoTrigger__icon {
  left: 50%;
  top: 45%;
  transform: translateX(-50%) translateY(-50%);
}
.quoteModule .videoTrigger .videoTrigger__icon svg {
  margin: auto;
}
.quoteModule .videoTrigger .videoTrigger__icon span {
  left: 0;
}

@media (max-width: 960px) {
  .quoteModule .quote__inner {
    padding-top: 80px;
  }
  .quoteModule.has-image .quote__inner, .quoteModule.has-video .quote__inner {
    padding-top: 190px;
  }
  .quoteModule.has-image .quote__inner .quote__image, .quoteModule.has-video .quote__inner .quote__image {
    top: 0;
  }
  .quoteModule.has-image:before, .quoteModule.has-video:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    height: 80px;
    background: white;
  }
}
@media (min-width: 960px) {
  .siteWrapper .pageSection--related .pageSection__header {
    padding: 0;
    margin-left: 7.1428571429%;
  }
}
@media (min-width: 960px) {
  .siteWrapper .pageSection--related .cardGrid {
    margin: 0;
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
  }
  .siteWrapper .pageSection--related .cardGrid .card {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  .siteWrapper .pageSection--related .cardGrid .card:nth-child(2n) {
    margin-right: 5%;
  }
  .siteWrapper .pageSection--related .cardGrid .card:nth-child(3n) {
    margin-right: 0;
  }
}

.stickyFooter {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (min-width: 960px) {
  .stickyFooter {
    display: none;
  }
}
.stickyFooter a {
  color: #00aeef;
  font-weight: 500;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  border: 2px solid #00aeef;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 14px;
  letter-spacing: 1px;
  height: 60px;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.stickyFooter a:hover {
  background: #00aeef;
  color: #fff;
}

.cardGrid {
  padding: 0 40px;
}
.cardGrid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .cardGrid {
    padding: 0;
  }
}
@media (min-width: 960px) {
  .cardGrid .sliderController {
    display: none;
  }
}
.cardGrid .slick-track {
  display: flex;
}
.cardGrid .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.cardGrid .slick-track .slick-slide > div {
  display: flex;
}
.cardGrid .slick-track .card {
  display: flex !important;
}

.cardGrid__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .cardGrid__inner {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
  }
}

.card {
  flex-direction: column;
  width: 100%;
  border-bottom: 2px solid #E7E7E7;
  padding: 30px 0 15px;
  display: flex;
}
@media (min-width: 960px) {
  .card {
    min-height: auto;
    padding-top: 60px;
  }
}

.siteWrapper--twoCol .cardGrid .card:first-of-type {
  padding-top: 0;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid .card:nth-child(-n+2) {
    padding-top: 0;
  }
}

.siteWrapper--fullWidth .cardGrid .card:first-of-type {
  padding-top: 0;
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .cardGrid .card:nth-child(-n+3) {
    padding-top: 0;
  }
}

.card__header {
  display: block;
  margin-bottom: 15px;
}

.card__header__icon {
  position: relative;
}
.card__header__icon:after {
  padding-top: 17.7777777778%;
  display: block;
  content: "";
}
.card__header__icon > * {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
}
.card__header__icon svg {
  display: block;
  height: 100%;
}
.card__header__icon path {
  fill: #891d9b;
}

.card__body,
.card__date,
.card__image,
.card__header__icon {
  display: block;
  margin-bottom: 15px;
}

.card__title {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  color: #891d9b;
  margin: 0;
  padding: 0;
}
.card__title a {
  color: #891d9b;
  text-decoration: none;
  font-weight: 400;
}

.card__date {
  color: rgba(90, 103, 113, 0.5);
  font-size: 12px;
  font-weight: 500;
}

.card__byline {
  display: block;
  color: rgba(90, 103, 113, 0.75);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 0.9px;
}

.card__body p {
  font-size: 13px;
  line-height: 1.85;
  margin: 0;
}

.card__action {
  padding-top: 15px;
  margin-top: auto;
}

.card__link {
  color: #00aeef;
  letter-spacing: 1px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
.card__link:hover {
  color: #891d9b;
}

.card__link__text {
  margin-right: 15px;
}
.cardGridCarousel__card .arrowLink .card__link__text {
  margin-right: 0;
}

.card__link__icon {
  margin-right: 7.5px;
}
.card__link__icon path {
  fill: #0069c3;
}

.card__image {
  background: pink;
  position: relative;
}
.card__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.064516129%;
}
.card__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.card--statIcon .card__body {
  margin: 0;
  padding-bottom: 0;
}

.card--event .card__link {
  display: flex;
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .cardGrid {
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
  }
  .siteWrapper--fullWidth .cardGrid .card {
    display: flex;
    flex-direction: column;
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  .siteWrapper--fullWidth .cardGrid .card:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid {
    margin-left: 12.5%;
  }
  .siteWrapper--twoCol .cardGrid .card {
    display: flex;
    flex-direction: column;
    width: 46.6666666667%;
    margin-right: 6.25%;
  }
  .siteWrapper--twoCol .cardGrid .card:nth-child(2n) {
    margin-right: 0;
  }
}

.resources-grid .cardGrid,
.caseStudies-grid .cardGrid {
  margin-left: 0;
}

.cardResources,
.cardCaseStudy {
  background: #f3f3f4;
}
@media (min-width: 960px) {
  .cardResources,
  .cardCaseStudy {
    margin-bottom: 55px;
  }
}
.cardResources .card__actions,
.cardCaseStudy .card__actions {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}
.cardResources .card__action__icon,
.cardCaseStudy .card__action__icon {
  width: 24px;
  display: inline-block;
  margin-right: 4px;
}
.cardResources .card__action__icon svg,
.cardCaseStudy .card__action__icon svg {
  width: 100%;
}
.cardResources .card__action__icon svg path,
.cardCaseStudy .card__action__icon svg path {
  fill: #0069c3;
}
.cardResources .card__action__icon svg:hover path, .cardResources .card__action__icon svg:focus path,
.cardCaseStudy .card__action__icon svg:hover path,
.cardCaseStudy .card__action__icon svg:focus path {
  fill: #481776;
}
.cardResources .card__link__icon svg g,
.cardCaseStudy .card__link__icon svg g {
  stroke: #0069c3 !important;
}
.cardResources .card__link__text,
.cardCaseStudy .card__link__text {
  text-align: right;
}

.cardGrid__pagination {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .cardGrid__pagination {
    padding: 0;
  }
}

.card__eyebrow {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #481776;
}

.card__eyebrow__icon {
  width: 25px;
  height: auto;
  margin-right: 22px;
}

.cardResources,
.cardEndToEnd,
.cardCaseStudy .card--caseStudy {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  padding: 40px 20px 40px 40px !important;
  margin-bottom: 40px;
  text-decoration: none;
  font: inherit;
}
.cardResources .card__title,
.cardEndToEnd .card__title,
.cardCaseStudy .card--caseStudy .card__title {
  font-weight: 300;
  color: #481776;
}
.cardResources .card__link,
.cardEndToEnd .card__link,
.cardCaseStudy .card--caseStudy .card__link {
  color: #0069c3;
  font-weight: 500;
}
.cardResources .card__link:hover,
.cardEndToEnd .card__link:hover,
.cardCaseStudy .card--caseStudy .card__link:hover {
  color: #481776;
}
.cardResources::after,
.cardEndToEnd::after,
.cardCaseStudy .card--caseStudy::after {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  height: 18px;
  transform: skewY(0.75deg);
  background: #00aeef;
}
.cardResources:nth-child(3n+2)::after,
.cardEndToEnd:nth-child(3n+2)::after,
.cardCaseStudy .card--caseStudy:nth-child(3n+2)::after {
  background: #891d9b;
}
.cardResources:nth-child(3n+3)::after,
.cardEndToEnd:nth-child(3n+3)::after,
.cardCaseStudy .card--caseStudy:nth-child(3n+3)::after {
  background: #3cdac3;
}
.cardResources[href],
.cardEndToEnd[href],
.cardCaseStudy .card--caseStudy[href] {
  transform: translateY(0px);
  transition: 0.4s transform;
}
.cardResources[href]:hover, .cardResources[href]:focus,
.cardEndToEnd[href]:hover,
.cardEndToEnd[href]:focus,
.cardCaseStudy .card--caseStudy[href]:hover,
.cardCaseStudy .card--caseStudy[href]:focus {
  transform: translateY(-10px);
}

.card--caseStudy {
  background: #fff;
  max-width: 475px;
}
.card--caseStudy:after {
  transform: skewY(-0.75deg);
}

.card__header__stat {
  font-size: 36px;
  line-height: 30px;
  color: #00837b;
  font-weight: 300;
}

.statGroup {
  margin-bottom: 40px;
  padding: 0 0;
}
.statGroup h3 {
  margin-bottom: 25px;
}
.statGroup h4 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  color: #481776;
  margin-bottom: 20px;
  font-weight: 400;
}
.statGroup .contentCard--twoAcross .card:nth-child(n+3) {
  padding-top: 30px;
}
.statGroup .card--statIcon {
  border-bottom: 1px solid #E7E7E7;
}

.statGroup__heading {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 960px) {
  .statGroup__heading {
    padding-left: 0;
    padding-right: 0;
  }
}

.statGroup__richText {
  margin-bottom: 15px;
}

.contentCard--threeAcross {
  margin-top: 30px;
}
.contentCard--threeAcross .card {
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  .contentCard--threeAcross {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .contentCard--threeAcross .card {
    border-bottom: 1px solid #E7E7E7;
    padding-top: 0;
    width: calc(33% - 13px);
  }
  .contentCard--threeAcross .card:nth-child(n+3) {
    padding-top: 60px;
  }
  .contentCard--threeAcross .card__body p {
    font-size: 13px;
  }
}

#ConnectedByGoodApp {
  margin: 0 40px 40px;
}
@media (min-width: 960px) {
  #ConnectedByGoodApp {
    margin: 0 0;
    padding-right: 40px;
    margin-left: 12.5%;
  }
}

.cardGrid--alt {
  /* Content Detail Card */
  /* Card Styles Imported from Fiber */
}
.cardGrid--alt .cardGrid__inner--alt {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.cardGrid--alt .card__title {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  color: #481776;
  margin: 0 0 7.5px 0;
  padding: 0;
}
.cardGrid--alt .card__title a {
  color: #481776;
}
.cardGrid--alt .card__body p {
  font-weight: 400;
}
.cardGrid--alt .card__link {
  color: #0069c3;
  letter-spacing: 1px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
.cardGrid--alt .card__link:hover {
  color: #481776;
}
.cardGrid--alt .card__link:hover .card__link__icon path {
  fill: #481776;
}
.cardGrid--alt .card__link:hover .card__link__icon g {
  stroke: #481776;
}
.cardGrid--alt .card__link__icon {
  margin-right: 7.5px;
}
.cardGrid--alt .card__link__icon [fill^="#"] {
  fill: #0069c3;
}
.cardGrid--alt .card__link__icon [stroke^="#"] {
  stroke: #0069c3;
}
.cardGrid--alt .card--fill {
  width: 100%;
  background: #fff;
  padding: 40px 50px 50px 0;
  position: relative;
  border-bottom: none;
  color: #0069c3;
}
@media (min-width: 960px) {
  .cardGrid--alt .card--fill {
    transition: 0.4s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(10px);
    height: 100%;
    width: 100%;
  }
}
.cardGrid--alt .card--fill:nth-child(1n) .color {
  background: #00aeef;
}
.cardGrid--alt .card--fill:nth-child(2n) .color {
  background: #481776;
}
.cardGrid--alt .card--fill:nth-child(3n) .color {
  background: #00837b;
}
.cardGrid--alt .card--fill:nth-child(4n) .color {
  background: #0069c3;
}
.cardGrid--alt .card--fill svg [stroke^="#"] {
  stroke: #0069c3;
}
.cardGrid--alt .card--fill svg [fill^="#"] {
  fill: #0069c3;
}
.cardGrid--alt .card--fill .card__link {
  color: #0069c3;
}
.cardGrid--alt .card--fill .card__link__text {
  padding-right: 7.5px;
}
.cardGrid--alt .card--fill--reverse-border .color {
  transform: scaleX(-1);
}
.cardGrid--alt .card--fill {
  height: auto;
  min-height: 320px;
  padding: 30px 40px;
}
@media (min-width: 960px) {
  .cardGrid--alt .card--fill {
    padding: 60px 60px;
  }
}
.cardGrid--alt .card--fill--grey {
  background: #f3f3f4;
}
.cardGrid--alt .cardModule {
  display: block;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
.cardGrid--alt .cardModule a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex-grow: 1;
}
.cardGrid--alt .cardModule.isLink {
  cursor: pointer;
  transition: 0.4s transform;
}
.cardGrid--alt .cardModule.isLink:hover {
  transform: translateY(-10px);
}
.cardGrid--alt .cardModule.isLink:hover .cardModule_title {
  color: #00aeef;
}
@media (min-width: 960px) {
  .cardGrid--alt .cardModule {
    width: 33.3333333333%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }
}
.cardGrid--alt .cardModule .color {
  height: 20px;
  width: 102%;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: rotate(-1.5deg);
}

/* Column Rules */
.siteWrapper--twoCol .cardGrid--row {
  margin-left: 0;
}
.siteWrapper--twoCol .cardGrid--row .card--product {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  margin-right: 6.25%;
}
.siteWrapper--twoCol .cardGrid--row .card--product:nth-child(2n) {
  margin-right: 0;
}

.siteWrapper--twoCol .cardGrid--alt .card:first-of-type {
  padding-top: 0;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid--alt .card:nth-child(-n+2) {
    padding-top: 0;
  }
}
.siteWrapper--twoCol .cardGrid--row .card:first-of-type {
  padding-top: 30px;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid--row .card:nth-child(-n+2) {
    padding-top: 30px;
  }
}

.siteWrapper--fullWidth .cardGrid--alt .card:first-of-type {
  padding-top: 0;
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .cardGrid--alt .card:nth-child(-n+3) {
    padding-top: 0;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .cardGrid--alt {
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
  }
  .siteWrapper--fullWidth .cardGrid--alt .card {
    display: flex;
    flex-direction: column;
    width: 33%;
    float: left;
    margin-right: 5%;
  }
  .siteWrapper--fullWidth .cardGrid--alt .card:nth-child(3n) {
    margin-right: 0;
  }
}

.siteWrapper--twoCol .cardGrid--alt .card {
  width: auto;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid--alt .card {
    display: flex;
    flex-direction: column;
    width: 46.6666666667%;
  }
  .siteWrapper--twoCol .cardGrid--alt .card:nth-child(2n) {
    margin-right: 0;
  }
  .siteWrapper--twoCol .cardGrid--alt .card--caseStudy {
    width: auto;
  }
  .siteWrapper--twoCol .cardGrid--alt .card--fill {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    flex-wrap: nowrap;
  }
}

.siteWrapper--twoCol .cardGrid--alt,
.siteWrapper--fullWidth .cardGrid--alt {
  /* Card Stat Alt */
  /* End Card Stat */
}
.siteWrapper--twoCol .cardGrid--alt .card--fill,
.siteWrapper--fullWidth .cardGrid--alt .card--fill {
  flex-wrap: nowrap;
  width: auto;
}
@media (min-width: 500px) {
  .siteWrapper--twoCol .cardGrid--alt .card--fill,
  .siteWrapper--fullWidth .cardGrid--alt .card--fill {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid--alt .card--fill,
  .siteWrapper--fullWidth .cardGrid--alt .card--fill {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .siteWrapper--twoCol .cardGrid--alt .card--fill,
  .siteWrapper--fullWidth .cardGrid--alt .card--fill {
    width: calc(33% - 15px);
  }
}
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt {
  flex-wrap: nowrap;
  width: auto;
}
@media (min-width: 500px) {
  .siteWrapper--twoCol .cardGrid--alt .card--stat--alt,
  .siteWrapper--fullWidth .cardGrid--alt .card--stat--alt {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid--alt .card--stat--alt,
  .siteWrapper--fullWidth .cardGrid--alt .card--stat--alt {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .siteWrapper--twoCol .cardGrid--alt .card--stat--alt,
  .siteWrapper--fullWidth .cardGrid--alt .card--stat--alt {
    width: calc(50% - 15px);
  }
}
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt {
  border-bottom: 0;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid--alt .card--stat--alt,
  .siteWrapper--fullWidth .cardGrid--alt .card--stat--alt {
    padding-right: 60px;
    padding-top: 0;
  }
}
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header {
  min-height: 90px;
}
@media screen and (max-width: 374px) {
  .siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header,
  .siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header {
    min-height: 50px;
  }
}
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header .card__header__icon,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header .card__header__icon {
  padding-top: 20px;
  height: 100%;
  padding-bottom: 10px;
}
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header__text,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header__text {
  font-size: 80px;
  font-weight: 100;
  color: #00837b;
}
@media screen and (max-width: 374px) {
  .siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header__text,
  .siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header__text {
    font-size: clamp(50px, 10vw, 80px);
  }
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header__text,
  .siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header__text {
    font-size: 80px;
    max-width: 100%;
  }
}
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header__icon,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header__icon {
  text-align: center;
}
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header__icon svg,
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header__icon img,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header__icon svg,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header__icon img {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header__icon svg,
  .siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header__icon img,
  .siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header__icon svg,
  .siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header__icon img {
    margin: 0;
  }
}
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header__icon:after,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header__icon:after {
  padding-top: 0;
}
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__header__icon > *,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__header__icon > * {
  width: auto;
}
.siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__body,
.siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__body {
  width: 75%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid--alt .card--stat--alt .card__body,
  .siteWrapper--fullWidth .cardGrid--alt .card--stat--alt .card__body {
    width: 100%;
    max-width: 250px;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .siteWrapper--twoCol .cardGrid--statSlider .cardGrid__inner,
  .siteWrapper--fullWidth .cardGrid--statSlider .cardGrid__inner {
    display: flex;
    justify-content: space-between;
  }
}
.siteWrapper--twoCol .cardGrid--statSlider .cardGrid__inner .card--stat--alt,
.siteWrapper--fullWidth .cardGrid--statSlider .cardGrid__inner .card--stat--alt {
  margin-right: 0;
}

.accordion {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .accordion {
    padding: 0;
  }
}

.accordion__item {
  margin-top: 7.5px;
}
.accordion__item img {
  max-width: 100%;
  height: auto !important;
}
.accordion__item:first-of-type {
  margin-top: 0;
}
.accordion__item._is-open .accordion__trigger {
  background: #f6f6f6;
  color: #5a6771;
  border-bottom: 3px solid white;
}
.accordion__item._is-open .accordion__icon path {
  fill: #5a6771;
}

.accordion__trigger {
  transition: 0.3s background, 0.3s color;
  background: #0069c3;
  color: #fff;
  display: flex;
  width: 100%;
  text-align: left;
  padding: 20px 30px;
  cursor: pointer;
  border: none;
  min-height: 70px;
  outline: none;
}
@media (min-width: 960px) {
  .accordion__trigger {
    padding: 20px 45px 20px 30px;
  }
}

.accordion__icon {
  position: relative;
  top: 5px;
  height: 16px;
  width: 16px;
  min-height: 16px;
  min-width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion__icon svg {
  display: block;
  height: 16px;
  width: 16px;
}
.accordion__icon path {
  fill: #fff;
}

.accordion__icon--isOpen {
  display: none;
}

.accordion__icon--isClose {
  display: flex;
}

._is-open .accordion__icon--isOpen {
  display: flex;
}
._is-open .accordion__icon--isClose {
  display: none;
}

.accordion__trigger__title {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.8;
  padding-right: 5.5555555556%;
  font-weight: 500;
}

.accordion__content {
  background: #f6f6f6;
  padding: 30px;
  display: none;
  overflow: hidden;
}
.accordion__content p {
  font-size: 15px;
  line-height: 2;
  margin-top: 0;
}
.accordion__content p a {
  text-decoration: none;
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .accordion {
    margin-left: 12.5%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .accordion {
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
  }
}

.accordion--resources {
  width: 100%;
  max-width: 748px;
  padding: 40px;
}
@media (min-width: 960px) {
  .accordion--resources {
    padding-left: 0;
    padding-right: 0;
    margin-left: 14.2857142857%;
  }
}
.accordion--resources .accordion__trigger__title {
  font-family: "Noto Serif", serif;
}
.accordion--resources .accordion__dl-link:hover, .accordion--resources .accordion__dl-link:focus {
  font-weight: bold;
  color: #00aeef;
}
.accordion--resources .accordion__dl-link:hover span, .accordion--resources .accordion__dl-link:hover .accordion__icon-download, .accordion--resources .accordion__dl-link:focus span, .accordion--resources .accordion__dl-link:focus .accordion__icon-download {
  font-weight: bold;
  color: #00aeef;
}
.accordion--resources .accordion__content {
  background: transparent;
  padding: 0;
}
.accordion--resources .accordion__content-wrapper {
  font-weight: 100;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
  background: #f6f6f6;
  margin-bottom: 3px;
}
.accordion--resources .accordion__content-wrapper > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.accordion--resources .accordion__content-wrapper span:first-child {
  max-width: 80%;
}
@media (min-width: 960px) {
  .accordion--resources .accordion__content-wrapper span:first-child {
    max-width: 100%;
  }
}
.accordion--resources .accordion__content-wrapper p {
  margin-right: 15px;
  font-size: 12px;
  margin: 10px 0 0 0;
  font-weight: 400;
  max-width: 90%;
}
.accordion--resources .accordion__content-wrapper svg {
  fill: #5a6771;
}
.accordion--resources .accordion__dl-link {
  color: #5a6771;
}
.accordion--resources .accordion__dl-link svg {
  fill: #5a6771;
}
.accordion--resources .accordion__icon-download {
  cursor: pointer;
  margin-right: 15px;
}
.accordion--resources .accordion__icon-download:hover, .accordion--resources .accordion__icon-download:focus {
  color: #0069c3;
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .accordion--resources {
    padding-left: 0;
    padding-right: 0;
  }
}

.figureModule, .figureModule--custom {
  position: relative;
}
.figureModule img, .figureModule--custom img {
  width: 100%;
}
.figureModule figure, .figureModule--custom figure {
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .figureModule .figureModule__caption, .figureModule--custom .figureModule__caption {
    margin-left: 21.0526315789%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .figureModule, .siteWrapper--twoCol .figureModule--custom {
    margin-left: -12.5%;
  }
}

.siteWrapper--fullWidth .figureModule, .siteWrapper--fullWidth .figureModule--custom {
  margin-left: 0;
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .figureModule__caption {
    margin-left: 14.2857142857%;
  }
}

.slideshowModule {
  position: relative;
  padding: 0 40px;
}
@media (min-width: 960px) {
  .slideshowModule {
    padding: 0;
  }
}
.slideshowModule .sliderController {
  z-index: 2;
}
@media (min-width: 960px) {
  .slideshowModule .sliderController {
    position: absolute;
    width: 110%;
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .slideshowModule .sliderController__counter {
    display: none;
  }
}

.slideshow__slide__image {
  background: #f6f6f6;
  position: relative;
}
.slideshow__slide__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.slideshow__slide__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slideshow__slide__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.image--portrait .slideshow__slide__image img {
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slideshow__slide__image {
  margin-bottom: 30px;
}

.slideshow__slide--video .slideshow__slide__image {
  cursor: pointer;
}
@media (min-width: 960px) {
  .slideshow__slide--video .videoTrigger__icon {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: 0.4s opacity;
  }
  .slideshow__slide--video .videoTrigger__icon:hover {
    opacity: 0.6;
  }
}

.slideshow__slide__count, .slideshow__slide__text {
  font-size: 12px;
  color: #5a6771;
  margin: 0;
}
@media (max-width: 960px) {
  .slideshow__slide__count, .slideshow__slide__text {
    display: none;
  }
}

.slideshow__slide__count {
  margin-bottom: 7.5px;
}

.slideshowModule__inner {
  z-index: 3;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .slideshowModule__inner {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .slideshowModule {
    margin-left: 12.5%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .slideshowModule {
    width: 57.1428571429%;
    margin-left: 7.1428571429%;
  }
}

.sliderController {
  display: flex;
  padding: 0 25%;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .sliderController {
    padding: 0;
  }
}
.sliderController button {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}
.sliderController button svg {
  top: 2px;
  position: relative;
}
.sliderController path {
  stroke: #00aeef;
}

.sliderController__counter {
  color: #5a6771;
  align-items: center;
  font-size: 12px;
  flex-grow: 1;
  justify-content: center;
  display: flex;
  letter-spacing: 2px;
}

.slick-dots {
  display: none !important;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 60px;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .slick-dots {
    display: block !important;
    left: auto;
    margin-top: 0;
    bottom: -40px;
    right: 0;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 7.5px;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots button {
  cursor: pointer;
  outline: none;
  transition: opacity 0.4s;
  opacity: 0.5;
  text-indent: -99999px;
  padding: 0;
  margin: 0;
  border: none;
  height: 10px;
  width: 10px;
  border: none;
  border-radius: 100%;
  background: #481776;
}

.shareModule {
  padding: 0 40px;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .shareModule {
    padding: 0;
  }
}

.shareModule__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.shareModule__item {
  margin: 0;
  padding: 0;
  margin-right: 30px;
}
.shareModule__item:before {
  display: none;
}

.shareModule__link {
  display: block;
}
.shareModule__link svg {
  display: block;
  transition: 0.3s opacity;
}
.shareModule__link:hover svg {
  opacity: 0.7;
}

/* Sticky Modifier */
.shareModule--sticky {
  display: none;
  position: sticky;
  top: 160px;
  bottom: auto;
  left: auto;
  right: 0;
  width: auto;
  float: right;
  z-index: 5;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .shareModule--sticky {
    display: block;
  }
}
.shareModule--sticky .shareModule__content {
  z-index: 5;
  position: absolute;
  right: 0;
  left: auto;
  top: calc(50vh - 200px);
}
.shareModule--sticky .shareModule__list {
  background: #00837b;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
.shareModule--sticky .shareModule__item {
  margin-right: 0;
  padding: 15px;
}
.shareModule--sticky .shareModule__link g, .shareModule--sticky .shareModule__link path {
  fill: #fff;
  transition: 0.3s fill;
}

/* Column Rules */
@media (min-width: 960px) {
  .siteWrapper--twoCol .shareModule {
    margin-left: 12.5%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .shareModule {
    padding-left: 7.1428571429%;
  }
}

.pagination {
  padding-top: 60px;
}

.pagination__controls {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.pagination__controls a {
  font-weight: 500;
  font-size: 13px;
  color: #0069c3;
}

.pagination__list {
  width: 100%;
  justify-content: center;
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 960px) {
  .pagination__list {
    display: inline-flex;
  }
}
.pagination__list li {
  margin: 0;
  padding: 0;
  width: auto;
  margin: 0 7px;
}
.pagination__list li:before {
  display: none;
}

.pagination__next, .pagination__prev {
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}
.pagination__next:hover, .pagination__prev:hover {
  color: #5a6771;
}
.pagination__next:hover #arrow, .pagination__prev:hover #arrow {
  stroke: #5a6771;
}
.pagination__next svg, .pagination__prev svg {
  margin-left: 15px;
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
}
.pagination__next #arrow, .pagination__prev #arrow {
  stroke: #0069c3;
}

.pagination__prev svg {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(180deg);
}

.pagination__list__link {
  text-decoration: none;
}
.pagination__list__link:hover {
  color: #5a6771;
}
.pagination__list__link._is-active {
  color: #481776;
}

.table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.table th, .table td {
  text-align: left;
  padding: 20px;
  line-height: 18px;
  font-size: 16px;
  min-width: 200px;
  color: #5a6771;
}
.table thead th {
  height: 45px;
  background: #0069c3;
  color: white;
  font-weight: 900;
  vertical-align: bottom;
}
.table tbody td,
.table tbody th {
  background-color: #fff;
}
.table tbody th, .table tbody td {
  vertical-align: top;
  border-bottom: 1px solid #E7E7E7;
}
.table tbody td:first-of-type {
  border-left: 1px solid #E7E7E7;
}
.table tbody td:last-of-type {
  border-right: 1px solid #E7E7E7;
}

@media (max-width: 960px) {
  .table--responsive {
    padding: 0 40px;
  }
  .table--responsive thead, .table--responsive tbody, .table--responsive th, .table--responsive td, .table--responsive tr {
    display: block;
  }
  .table--responsive thead {
    display: none;
  }
  .table--responsive thead th {
    background: #fff;
  }
  .table--responsive tbody td, .table--responsive tbody th {
    background: #fff;
    padding: 0;
    border-right: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-bottom: none;
    font-size: 14px;
    line-height: 1.7;
  }
  .table--responsive tbody tr {
    border-top: 6px solid #0069c3;
  }
  .table--responsive tbody tr {
    border-bottom: 1px solid #E7E7E7;
  }
  .table--responsive tbody tr {
    margin-bottom: 30px;
  }
  .table--responsive tbody td {
    padding: 15px 7.5px;
  }
  .table--responsive td[data-title]:before {
    content: attr(data-title);
    display: block;
    padding: 15px 7.5px;
    font-weight: bold;
    background: #f6f6f6;
    margin-bottom: 10px;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .table {
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
  }
}

.peopleGrid {
  overflow: hidden;
}
.peopleGrid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .peopleGrid .sliderController {
    display: none;
  }
}

@media (min-width: 960px) {
  .peopleGrid__inner {
    margin: 0 -4px;
  }
}

.peopleGrid__card {
  position: relative;
  background: white;
  width: 100%;
  padding: 0 40px;
}
@media (min-width: 960px) {
  .peopleGrid__card {
    padding: 0;
    float: left;
    width: 33.3333%;
    padding: 0 4px;
    margin-bottom: 8px;
    cursor: pointer;
  }
  .peopleGrid__card .peopleGrid__card__img {
    position: relative;
  }
  .peopleGrid__card .peopleGrid__card__img:after {
    height: 100%;
    transition: 0.3s opacity;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #481776;
    opacity: 0;
  }
  .peopleGrid__card:hover .peopleGrid__card__img:after {
    z-index: 2;
    opacity: 0.6;
  }
  .peopleGrid__card:hover .peopleGrid__card__info {
    transform: translateY(0);
    opacity: 1;
  }
}

.peopleGrid__card__img img {
  width: 100%;
  display: block;
  top: 0;
  left: 0;
}

.peopleGrid__card__info {
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 30px 0 0 0;
}
.peopleGrid__card__info .name, .peopleGrid__card__info .title {
  color: #481776;
  line-height: 1.2;
}
.peopleGrid__card__info .name {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 15px;
}
.peopleGrid__card__info .title {
  font-size: 21px;
  font-weight: 300;
}
@media (min-width: 960px) {
  .peopleGrid__card__info {
    position: absolute;
    background: none;
    z-index: 2;
    padding: 30px;
    opacity: 0;
    transition: 0.3s transform, 0.3s opacity;
    transform: translateY(20px);
  }
  .peopleGrid__card__info .name, .peopleGrid__card__info .title {
    color: white;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .peopleGrid {
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
  }
}

.formModule {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
}
@media (min-width: 960px) {
  .formModule {
    padding: 0;
  }
}
.formModule .formModule__inputContainer {
  margin-bottom: 40px;
}
.formModule .formModule__inputContainer--text,
.formModule .formModule__inputContainer--textArea,
.formModule .formModule__inputContainer--select,
.formModule .formModule__inputContainer--checkbox {
  display: flex;
  flex-direction: column-reverse;
}
.formModule .formModule__inputContainer--radio {
  margin-bottom: 15px;
}
.formModule .formModule__inputContainer--radio input {
  margin-right: 10px;
}
.formModule .formModule__inputError {
  font-size: 12px;
  padding-top: 10px;
  color: #d8134e;
  display: block;
}
.formModule .formModule__label {
  font-size: 12px;
  color: #5a6771;
  text-transform: uppercase;
  letter-spacing: 1.9px;
}
.formModule .formModule__textareaInput {
  margin: 15px 0 0 0;
}
.formModule .formModule__textareaInput.input--invalid {
  outline: 1px solid #d8134e;
  border-bottom: 0;
}
.formModule .formModule__select {
  margin: 0;
  margin-bottom: 40px;
}
.formModule .formModule__select .formModule__label--select {
  font-size: 12px;
  color: #5a6771;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  display: block;
  margin-bottom: 15px;
}
.formModule .submitInput {
  display: block;
  outline: none;
  width: 100%;
  color: #00aeef;
  font-weight: 500;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  border: 2px solid #00aeef;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  color: #fff;
  background: #0069c3;
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 320px;
  transition: 0.3s all;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.85px;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  padding: 15px;
  margin-bottom: 30px;
}
.formModule .submitInput:hover {
  background: #00aeef;
  color: #fff;
}
.formModule .submitInput:hover {
  background: #481776;
}
.formModule .submitInput:disabled {
  background: #5a6771;
  color: #f6f6f6;
  border: 2px solid #5a6771;
  cursor: auto;
}
.formModule h3,
.formModule h4 {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.formModule h4 {
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #5a6771;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}

fieldset {
  width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
fieldset legend {
  font-size: 12px;
  color: #5a6771;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  color: #5a6771;
  margin-bottom: 15px;
}

.textInput {
  border: 0;
  border-bottom: 1px solid #d3d0cd;
  width: 100%;
  padding: 15px;
  margin-bottom: 1px;
  outline: none;
  padding-left: 0;
}
.textInput:focus, .textInput:active {
  border: 0;
  border-bottom: 2px solid #3cdac3;
  margin-bottom: 0px;
}
.textInput:focus + label, .textInput:active + label {
  color: #3cdac3;
}
@media (min-width: 960px) {
  .textInput.input--half {
    width: 50%;
    width: calc(50% - 30px / 2);
  }
}
.textInput::-webkit-input-placeholder {
  color: #a8a8a8;
}
.textInput:-moz-input-placeholder {
  color: #a8a8a8;
}

.textareaInput {
  outline: 1px solid rgba(90, 103, 113, 0.3);
  border: none;
  background-color: transparent;
  min-height: 89px;
  width: 100%;
  min-width: 100%;
  padding: 15px;
  color: #5a6771;
  box-sizing: border-box;
  outline-offset: -1px;
}
.textareaInput::-webkit-input-placeholder {
  color: rgba(90, 103, 113, 0.3);
}
.textareaInput:-moz-placeholder {
  color: rgba(90, 103, 113, 0.3);
}
.textareaInput:focus, .textareaInput:active {
  outline: 1px solid #3cdac3;
}
.textareaInput:focus + label, .textareaInput:active + label {
  color: #3cdac3;
}

.checkBoxInput {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 12px;
  color: #5a6771;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  margin-top: 15px;
}

.checkBoxInput__label,
.radioInput__label {
  position: relative;
  top: 3px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #5a6771;
  text-transform: none;
  font-weight: 300;
  letter-spacing: normal;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.4px;
}

/* Hide the browser's default checkbox */
.checkBoxInput input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid rgba(90, 103, 113, 0.3);
}

/* When the checkbox is checked, add a blue background */
.checkBoxInput input:checked ~ .checkmark {
  background-color: #0069c3;
  border: 1px solid #5a6771;
}

.checkBoxInput--checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #5a6771;
}

.checkBoxInput--checkbox input:checked ~ .checkmark:after {
  left: 6px;
  top: 0;
  width: 5px;
  height: 12px;
  border: 2px solid #0069c3;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkBoxInput input:checked ~ .checkmark:after {
  display: block;
}

.checkBoxInput--radio .checkmark {
  border-radius: 100%;
}

.checkBoxInput--checkbox--agreement {
  max-width: 450px;
  line-height: 20px;
}

.select {
  margin-top: 30px;
  position: relative;
  display: inline-block;
  color: #555;
  min-height: 50px;
  width: 100%;
}
@media (min-width: 960px) {
  .select.input--half {
    width: 50%;
    width: calc(50% - 30px / 2);
  }
}

.select select {
  border: 1px solid rgba(90, 103, 113, 0.3);
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  height: 50px;
  border-radius: 0;
  padding-left: 15px;
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #5a6771;
  text-transform: none;
  font-weight: 300;
  letter-spacing: normal;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 0.4px;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  z-index: 1;
}

.select:after {
  transform: rotate(-45deg);
  position: absolute;
  height: 10px;
  width: 10px;
  border-left: 2px solid #0069c3;
  border-bottom: 2px solid #0069c3;
  right: 20px;
  top: 15px;
  content: "";
}

.formModule__select:after {
  top: 45px;
}

/* Will this be used? */
.formModule__formInfo {
  display: block;
  font-size: 13px;
  color: #5a6771;
  width: 100%;
}

/* Field container to allow for clean error formats and spacing */
.formModule__inputContainer {
  display: block;
  width: 100%;
}

/* Invalid / required styles */
input.input--invalid,
textarea.input--invalid,
select.input--invalid {
  outline: 0;
  border-bottom: 2px solid #d8134e;
  margin-bottom: 0px;
}

.formModule__checkboxContainer.input--invalid {
  border-bottom: none;
}

.inputLabel--invalid {
  color: #d8134e !important;
}

/* for message at bottom of form */
.formModule__formError {
  display: none;
  margin-bottom: 60px;
}
.formModule__formError .formModule__formErrorIcon {
  margin-right: 15px;
}
.formModule__formError .formModule__formErrorText {
  max-width: 200px;
}
.formModule__formError .formModule__formErrorText p {
  color: #d8134e;
  line-height: 1.62;
}

.error-visible {
  display: block;
}
@media (min-width: 960px) {
  .error-visible {
    display: flex;
  }
}

select.input--invalid {
  border: 1px solid #d8134e;
}

/* mozilla overrides */
input:invalid {
  box-shadow: none !important;
}

/* Column Rules */
@media (min-width: 960px) {
  .siteWrapper--twoCol .formModule {
    margin-left: 12.5%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .formModule {
    padding: 0 8.3333333333%;
  }
}

/* Form page header overrides */
.pageHeader--form {
  margin-bottom: 60px;
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  .pageHeader--form {
    margin-bottom: 0;
  }
}
.pageHeader--form .titleSection--form {
  margin-bottom: 0;
}
.pageHeader--form .titleSection--form .titleSection__title--form {
  color: #481776;
}
.pageHeader--form:before, .pageHeader--form:after {
  background-color: transparent;
}
.pageHeader--form .pageHeader__content--form {
  margin-top: 0;
  margin-bottom: 0;
  background: transparent !important;
  padding-bottom: 0;
}
@media (min-width: 960px) {
  .pageHeader--form .pageHeader__content--form {
    margin-top: 0;
    padding-bottom: 60px;
  }
}

.modal {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 20px;
  z-index: 20;
  animation-fill-mode: forwards;
}

.modal__inner {
  top: 0;
  left: 0;
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  max-width: 1000px;
  margin: 120px auto;
  padding: 20px;
  z-index: 99;
  box-shadow: 0 0 10px 6px rgba(90, 103, 113, 0.1);
  transform: translateY(-30px);
  transition: 0.3s transform;
}
.modal__inner._reveal-modal {
  transform: translateY(0px);
}

/* Placed on the body while a modal is open to prevent scrolling. */
.showing-modal {
  overflow: hidden;
}

.peopleModal__img img {
  width: 100%;
}
@media (min-width: 960px) {
  .peopleModal__img {
    width: 33.3333333333%;
    float: left;
  }
}

@media (min-width: 960px) {
  .peopleModal__info {
    margin-left: 5.5555555556%;
    width: 50%;
    float: left;
  }
}

@media (min-width: 960px) {
  .peopleModal__content {
    padding: 60px 5%;
  }
  .peopleModal__content:after {
    content: "";
    display: table;
    clear: both;
  }
}

.peopleModal__name {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .peopleModal__name {
    margin-top: 30px;
  }
}

.peopleModal__byline {
  color: #481776;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .peopleModal__byline {
    margin-bottom: 60px;
  }
}

.modal__close {
  outline: none;
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: 0.4s opacity;
}
.modal__close g {
  stroke: #00aeef;
}
.modal__close:hover {
  opacity: 0.6;
}

.sectionModule--peopleGrid + .modal .modal__inner {
  padding-top: 52px;
}
.sectionModule--peopleGrid + .modal .modal__close {
  top: 20px;
  right: 20px;
}

.quote blockquote {
  margin: 0;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}
@media (min-width: 960px) {
  .quote blockquote:before {
    font-size: 60px;
  }
}
.quote blockquote p {
  font-size: 21px;
  line-height: 1.43;
  font-weight: 300;
}
@media (min-width: 960px) {
  .quote blockquote p {
    font-size: 27px;
  }
}

.quote__cite {
  padding-left: 30px;
  display: block;
}
.quote__cite span {
  font-style: normal;
  display: block;
}

.quote__text h3 {
  padding: 30px 0 15px;
  color: #fff;
}

.quote__name {
  color: #00aeef;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 2.36;
  letter-spacing: 1.87px;
}

.quote__title {
  color: #00aeef;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 1.87px;
}

.quote__byline {
  font-size: 14px;
  letter-spacing: 1.87px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .quote__byline {
    display: flex;
    justify-content: flex-end;
    margin-right: 60px;
    margin-top: -60px;
  }
}
.quote__byline a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}

.tabModule .accordion {
  padding: 0;
}
.tabModule .accordion__trigger {
  background: none;
  color: #00aeef;
}
.tabModule .accordion__item {
  margin: 0;
  border-top: 2px solid #00aeef;
}
.tabModule .accordion__item:last-of-type {
  border-bottom: 2px solid #00aeef;
}
.tabModule .accordion__icon path {
  fill: #00aeef;
}
.tabModule ._is-open .accordion__trigger {
  color: #fff;
  border: none;
  background: #00aeef;
}
.tabModule ._is-open .accordion__icon path {
  fill: #fff;
}
.tabModule .accordion__content {
  background: #fff;
}

.tabList {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.tabList__item {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  border-bottom: 2px solid rgba(90, 103, 113, 0.4);
}
.tabList__item:before {
  display: none;
}
.tabList__item._is-active {
  border-color: #00aeef;
}

.tabList__link__icon {
  display: block;
  margin-bottom: 15px;
}

.tabList__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #00aeef;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
}
@media (min-width: 960px) {
  .tabList__link {
    padding: 0 10px;
    border: none;
    background: none;
    justify-content: center;
    width: 100%;
  }
  .tabList__link span {
    margin: 0 auto 15px;
    display: block;
  }
}

.tab__content__section {
  display: none;
}
.tab__content__section._is-revealed {
  display: block;
}

.tabModule__content--desktop {
  display: none;
}
@media (min-width: 960px) {
  .tabModule__content--desktop {
    display: block;
  }
}

@media (min-width: 960px) {
  .tabModule__content--mobile {
    display: none;
  }
}

@media (min-width: 960px) {
  .tabSelect {
    display: none;
  }
}

.stockInfo {
  padding: 0 40px;
}
.stockInfo .tabSelect {
  margin-bottom: 30px;
}
.stockInfo .tabModule__tabs {
  display: none;
}
@media (min-width: 960px) {
  .stockInfo .tabModule__tabs {
    display: block;
  }
}
@media (min-width: 960px) {
  .stockInfo {
    padding: 0;
  }
}

.pageSection--fill {
  position: relative;
  background: #0069c3;
}
@media (min-width: 960px) {
  .pageSection--fill {
    overflow: hidden;
    background: none;
  }
}
.pageSection--fill .pageSection__header {
  z-index: 2;
}
.pageSection--fill .pageSection__header h2, .pageSection--fill .pageSection__header .pageSection__category {
  color: #fff;
}
.pageSection--fill .pageSection__header .pageSection__number {
  color: #fff;
}
.pageSection--fill .pageSection__header:before {
  background: #fff;
}
@media (min-width: 960px) {
  .pageSection--fill .pageSection__header .pageSection__number {
    color: #00aeef;
  }
  .pageSection--fill .pageSection__header:before {
    background: #00aeef;
  }
}
.pageSection--fill .bar--dark, .pageSection--fill .bar--light {
  display: none;
}
@media (min-width: 960px) {
  .pageSection--fill .bar--dark, .pageSection--fill .bar--light {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0069c3;
  }
}
.pageSection--fill .bar--light {
  width: 80%;
  z-index: 2;
  left: auto;
  right: -22.2222%;
  background: #481776;
  transform: skew(20deg);
  border-bottom: 50px solid #fff;
}
@media (min-width: 960px) {
  .pageSection--fill .bar--light {
    width: 38%;
  }
}

.timeline {
  display: none;
}
@media (min-width: 960px) {
  .timeline {
    display: block;
  }
}

.timelineModule {
  position: relative;
  z-index: 2;
  padding: 0 40px;
}

.timeline--select {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .timeline--select {
    display: none;
    margin-bottom: 60px;
  }
}
.timeline--select select {
  color: #fff;
  border-width: 2px;
  border-color: white;
}

.timeline--select__item {
  color: #5a6771;
}

.timeline__list {
  justify-content: space-between;
  display: flex;
  z-index: 3;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 60px;
  margin-left: 7.1428571429%;
  padding: 0 60px;
}

.timeline__item {
  width: 100%;
  margin: 0;
  margin-right: 5px;
  padding: 0;
}
.timeline__item:before {
  display: none;
}
.timeline__item._is-active .timeline__link:before {
  transform: translateY(-2px);
  height: 3px;
}

.timeline__link {
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 1.5px;
  display: block;
  color: #fff;
  opacity: 0.7;
}
.timeline__link:before {
  display: block;
  width: 100%;
  top: -5px;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.3s height, 0.3s transform;
  position: absolute;
  will-change: transform;
}
.timeline__link:hover {
  color: #fff;
  opacity: 1;
  font-weight: 500;
}
.timeline__link:hover:before {
  transform: translateY(-2px);
  height: 3px;
}

.timeline__content {
  position: relative;
}

.timeline__content__section {
  z-index: 2;
  width: 100%;
  display: none;
}
@media (min-width: 960px) {
  .timeline__content__section {
    visibility: hidden;
    position: absolute;
    top: 0;
    margin-left: 10%;
    padding-right: 40%;
  }
}
.timeline__content__section._is-visible {
  display: block;
}
@media (min-width: 960px) {
  .timeline__content__section._is-visible {
    visibility: visible;
  }
}
.timeline__content__section p {
  color: #fff;
}

.seeMore {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 960px) {
  .seeMore {
    margin-top: 60px;
    justify-content: flex-end;
  }
}

.seeMore__link {
  color: #00aeef;
  text-decoration: none;
  transition: 0.4s opacity;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
.seeMore__link:hover {
  opacity: 0.6;
}
.seeMore__link:hover {
  color: #00aeef;
}
.seeMore__link #arrow {
  stroke: #00aeef;
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .caseStudyItemModule {
    margin-right: 200px;
  }
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .caseStudyItemModule {
    margin-left: 0;
  }
}

.caseStudyItemModule {
  background: white;
  position: relative;
  align-items: center;
}
.caseStudyItemModule .sliderController {
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .caseStudyItemModule .sliderController {
    display: none;
  }
}
.caseStudyItemModule .caseStudySlide {
  display: flex;
  /*align-items: center;*/
  align-items: initial;
  padding: 0 40px;
}
@media (min-width: 960px) {
  .caseStudyItemModule .caseStudySlide {
    padding: 0;
    padding-right: 80px;
  }
}
@media (min-width: 960px) {
  .caseStudyItemModule .caseStudySlide img {
    align-self: flex-start;
    display: block;
  }
}
.caseStudyItemModule .caseStudyItemSlider .caseStudyItemModule__inner {
  width: 100%;
}
.caseStudyItemModule .caseStudyItem__inner {
  padding: 50px 0;
}

.caseStudySlide.card {
  flex-direction: column;
  width: 100%;
  border-bottom: 2px solid #E7E7E7;
  padding: 0px 0 15px;
  display: flex;
}
.caseStudySlide.card .card__image {
  width: 100%;
}
@media (min-width: 960px) {
  .caseStudySlide.card {
    min-height: auto;
  }
}

@media (min-width: 960px) {
  .card.card--caseStudy.full-width {
    padding-right: 5%;
    padding-top: 0;
    margin-right: 0;
  }
}

.sidebarContent:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 960px) {
  .sidebarContent {
    position: sticky;
    top: 0;
    padding-bottom: 60px;
    z-index: 8;
  }
  .siteWrapper:not(.siteWrapper--staticSidebar) .sidebarContent {
    top: 80px;
  }
}
.sidebarContent .downloadLink svg {
  width: auto;
  height: auto;
}

.sidebarComponents {
  padding-top: 30px;
}
.sidebarComponents .sidebarModule:last-of-type {
  margin-bottom: 0;
}

.sidebarModule {
  margin-bottom: 30px;
  padding: 0 40px;
}
.sidebarModule > .sidebarModule {
  padding: 0;
}
.sidebarModule p {
  color: #fff;
  padding: 18px 0;
  border-bottom: 1px solid rgba(141, 244, 229, 0.3);
}
.sidebarModule p:empty {
  padding: 0;
  border: 0;
  margin: 0;
}
@media (min-width: 960px) {
  .sidebarModule {
    padding: 0;
    margin-bottom: 30px;
  }
}

.sidebarModule__header {
  border-bottom: 1px solid rgba(141, 244, 229, 0.3);
}

.sidebarModule__header__title {
  font-family: "Noto Serif", serif;
  color: #fff;
  font-size: 21px;
  line-height: 1.7142857143;
  padding-top: 50px;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.sidebarModule__header__title:first-of-type {
  font-size: 24px;
  line-height: 1.25;
  padding-top: 0;
}

.sidebarModule__header img,
.sidebarModule__header svg {
  width: 50%;
  max-width: 150px;
}

.sidebarList {
  margin: 18px 0 0;
  padding: 0;
}

.sidebarList__item {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.sidebarList__item:before {
  display: none;
}
.sidebarList__item:hover .sidebarList__icon {
  opacity: 1;
}

.sidebarList__link {
  transition: none;
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-items: space-between;
}
.sidebarList__link svg {
  width: 15px;
  display: none;
}
.sidebarList__link:hover svg {
  display: block;
}
.sidebarList__link.js-accordion-trigger {
  display: block;
}
.sidebarList__link.js-accordion-trigger svg {
  display: block;
}
@media (max-width: 960px) {
  .sidebarList__link svg {
    display: block;
  }
}

.sidebarList__header {
  display: flex;
  width: 100%;
  overflow: hidden;
  align-items: center;
}

.sidebarList__title {
  display: block;
  transition: 0.4s color;
  line-height: 1.6;
  width: 100%;
  padding-right: 15px;
}

.sidebarList__icon {
  height: 30px;
  width: 30px;
  opacity: 1;
  transition: 0.4s opacity;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebarList__icon svg path[fill] {
  fill: #fff;
}
@media (min-width: 960px) {
  .sidebarList__icon {
    opacity: 0;
  }
}

.sidebarList__content {
  padding-right: 30px;
}
@media (min-width: 960px) {
  .sidebarList__content {
    display: none;
  }
}
.sidebarList__content p {
  padding-right: 20px;
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  padding-top: 5px;
  border-bottom: 0;
}

.sidebarModule--taxonomyFilter .sidebarList__item {
  border-bottom: 1px solid #E7E7E7;
}
.sidebarModule--taxonomyFilter .sidebarList__title {
  padding-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
.contact-sidebar .sidebarModule--taxonomyFilter .sidebarList__item {
  border-bottom: 1px solid rgba(141, 244, 229, 0.3);
}

.sidebarModule--investorNav .sidebarList__item {
  border-bottom: 1px solid #E7E7E7;
}
.sidebarModule--investorNav .sidebarList__title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 15px;
}

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

.sidebarContact__item {
  margin: 0;
  padding: 0;
}
.sidebarContact__item:before {
  display: none;
}
.sidebarContact__item:last-child a {
  border-bottom: 0;
}
.sidebarContact__item:last-child .sidebarContact__link,
.sidebarContact__item:last-child .contactButton {
  border-bottom: 0;
}

.sidebarContact__link,
.contactButton {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(141, 244, 229, 0.3);
}
.sidebarContact__link .contactIcon,
.contactButton .contactIcon {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.sidebarContact__link .contactIcon svg,
.contactButton .contactIcon svg {
  position: relative;
  top: -1px;
}
.sidebarContact__link .contactIcon #mail,
.contactButton .contactIcon #mail {
  fill: currentColor;
}
.sidebarContact__link .contactIcon #phone,
.contactButton .contactIcon #phone {
  stroke: currentColor;
}
.sidebarContact__link:hover, .sidebarContact__link:focus,
.contactButton:hover,
.contactButton:focus {
  color: #8df4e5;
}

.sidebarContact__fieldset h4 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.7;
}
.sidebarContact__fieldset h4 span {
  display: block;
  font-weight: 300;
}

.sidebarForm .sidebarModule__header {
  border: none;
}

.sidebarModule--social .sidebarModule__header {
  text-align: center;
}
.sidebarModule--social .shareModule {
  margin: 18px 0;
  padding: 0;
}
.sidebarModule--social .shareModule__list {
  justify-content: center;
}
.sidebarModule--social .shareModule__link {
  display: block;
}
.sidebarModule--social .shareModule__link svg {
  display: block;
}
.sidebarModule--social .shareModule__link g,
.sidebarModule--social .shareModule__link path {
  fill: #00aeef;
  transition: 0.3s opacity;
}
.sidebarModule--social .shareModule__link:hover g,
.sidebarModule--social .shareModule__link:hover path {
  opacity: 0.7;
}

.caseStudiesSidebar {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .caseStudiesSidebar {
    color: #5a6771;
    padding: 0 0;
    margin-top: 80px;
  }
}
.caseStudiesSidebar legend {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  padding-top: 10px;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: -0.8px;
  font-weight: lighter;
}
@media (min-width: 960px) {
  .caseStudiesSidebar legend {
    letter-spacing: -0.5px;
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 960px) {
  .caseStudiesSidebar legend {
    font-size: 30px;
  }
}
.caseStudiesSidebar legend, .caseStudiesSidebar fieldset {
  display: none;
}
@media (min-width: 960px) {
  .caseStudiesSidebar legend, .caseStudiesSidebar fieldset {
    display: block;
  }
}
.caseStudiesSidebar label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  font-weight: 400;
  padding-left: 1em;
  display: inline-block;
}

.caseStudiesSidebar__title {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  font-size: 15px;
  color: #5a6771;
  margin-bottom: 15px;
}

.caseStudiesSidebar__filter {
  margin-bottom: 1em;
  display: flex;
}

.caseStudiesSidebar__dropdown-container {
  position: relative;
}
.caseStudiesSidebar__dropdown-container:after {
  transform: rotate(-45deg);
  position: absolute;
  z-index: 1;
  height: 10px;
  width: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 20px;
  top: 15px;
  content: "";
  pointer-events: none;
}

.caseStudiesSidebar__dropdown {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #00837b;
  color: #fff;
  outline: none;
  box-shadow: none;
  border: 0;
  padding: 16px;
  padding-right: 45px;
  font-weight: 400;
  cursor: pointer;
}
.caseStudiesSidebar__dropdown::ms-expand {
  display: none;
}

@supports (-webkit-overflow-scrolling: touch) {
  .caseStudiesSidebar__dropdown,
  .caseStudiesSidebar__dropdown:focus {
    font-size: 16px;
  }
}
.resourcesSidebar {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .resourcesSidebar {
    background: #00837b;
    color: #fff;
    padding: 20px 30px 75px 30px;
    margin-top: 70px;
  }
}
.resourcesSidebar::after {
  content: "";
  display: block;
  position: absolute;
  height: 100px;
  left: -50px;
  right: -50px;
  background: #fff;
  bottom: -50px;
  transform: rotate(-5deg);
}
.resourcesSidebar legend {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  padding-top: 10px;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: -0.8px;
  font-weight: lighter;
}
@media (min-width: 960px) {
  .resourcesSidebar legend {
    letter-spacing: -0.5px;
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 960px) {
  .resourcesSidebar legend {
    font-size: 30px;
  }
}
.resourcesSidebar legend, .resourcesSidebar fieldset {
  display: none;
}
@media (min-width: 960px) {
  .resourcesSidebar legend, .resourcesSidebar fieldset {
    display: block;
  }
}
.resourcesSidebar label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  font-weight: 400;
  padding-left: 1em;
  display: inline-block;
}

.resourcesSidebar__title {
  font-style: normal;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 32px;
  border-bottom: 1px solid #fff;
}

.resourcesSidebar__filter {
  margin-bottom: 1em;
  display: flex;
}

.resourcesSidebar__dropdown,
.styled-dropdown {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #00837b;
  background-image: url("/public/img/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  color: #fff;
  outline: none;
  box-shadow: none;
  border: 0;
  padding: 16px;
  font-weight: 400;
}
.resourcesSidebar__dropdown::ms-expand,
.styled-dropdown::ms-expand {
  display: none;
}
@media (min-width: 960px) {
  .resourcesSidebar__dropdown,
  .styled-dropdown {
    display: none;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  .resourcesSidebar__dropdown,
  .resourcesSidebar__dropdown:focus {
    font-size: 16px;
  }
}
.resources {
  padding: 40px;
}
@media (min-width: 960px) {
  .resources {
    padding: 70px 0 0;
  }
}

.resources__header {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0;
}

.resources__list,
.resources__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resources__list::before,
.resources__item::before {
  display: none;
}

.resources__item {
  border-top: 1px solid rgba(90, 103, 113, 0.2);
}
.resources__item:last-of-type {
  border-bottom: 1px solid rgba(90, 103, 113, 0.2);
}

.resources__link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  color: #0069c3;
}
.resources__link:hover, .resources__link:focus {
  color: #00aeef;
}

.lt-sidebar,
.lt-widget,
.contact-sidebar {
  color: #fff;
}
.lt-sidebar h2,
.lt-sidebar a,
.lt-widget h2,
.lt-widget a,
.contact-sidebar h2,
.contact-sidebar a {
  color: #fff;
}
.lt-sidebar a,
.lt-widget a,
.contact-sidebar a {
  text-decoration: none;
}
.lt-sidebar a:focus,
.lt-widget a:focus,
.contact-sidebar a:focus {
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}

.lt__toggle {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  outline: 0;
  box-shadow: 0;
  border-radius: 0;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 24px 32px;
  height: 65px;
  display: flex;
  background: #e30450;
  transition: background 0.25s;
}

.lt-sidebar__toggle {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.js-is-expanded .lt-sidebar__toggle {
  background: #00837b;
}

.lt-sidebar__title {
  font-family: "Noto Serif", serif;
  letter-spacing: -0.5px;
  font-size: 24px;
  line-height: 1.3333333333;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(141, 244, 229, 0.3);
  padding-bottom: 22px;
}

.lt__options {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lt__options ul {
  margin: 0;
  padding: 0;
}
.lt__options .lt__close {
  display: none;
}

.lt__option {
  border-bottom: 1px solid rgba(141, 244, 229, 0.3);
  margin: 0 auto;
  width: auto;
  display: block;
}
.lt__option:before {
  display: none;
}
.lt__option:last-child {
  border-bottom: 0;
}
.lt__option svg g[stroke],
.lt__option svg path[stroke] {
  stroke: currentColor !important;
}

.lt__link {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  height: 4.3333333333em;
  align-items: center;
  align-content: center;
  white-space: nowrap;
  display: flex;
}
.lt__link:hover {
  color: #8df4e5;
}
.lt__link [fill]:not([fill=none]) {
  fill: currentColor;
}

.lt__icon {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 24px;
}
.lt__icon svg {
  width: 20px;
  height: auto;
}

.lt__link-arrow {
  margin-left: 20px;
  width: 15px;
}
.lt__link-arrow svg {
  width: 15px;
  height: auto;
}

@media (max-width: 960px) {
  .lt-sidebar {
    position: fixed;
    z-index: 4;
    bottom: 0;
    width: 100vw;
    left: 0;
    padding: 0;
  }
  .lt-sidebar.js-is-expanded {
    background: #00837b;
  }
  .lt-sidebar__title {
    display: none;
  }
  .lt-sidebar__options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 60px 32px 95px;
    transform: translateY(0%);
    transition: transform 0.25s;
    background: #00837b;
    display: block;
  }
  .lt-sidebar__options .lt__close {
    display: block;
  }
  .js-is-expanded .lt-sidebar__options {
    transform: translateY(-100%);
  }
  .lt-sidebar__icon__close {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .js-is-expanded .lt-sidebar__icon__close {
    display: block;
  }
}
@media (min-width: 960px) {
  .lt-sidebar,
  .contact-sidebar {
    background: #00837b;
    position: relative;
    margin-right: -14.2857142857%;
    margin-left: -7.1428571429%;
    padding: 40px;
  }
  .lt-sidebar .lt-sidebar__toggle,
  .contact-sidebar .lt-sidebar__toggle {
    display: none;
  }
  .lt-sidebar:after,
  .contact-sidebar:after {
    content: "";
    display: block;
    height: 50px;
    left: 0;
    right: 0;
    background: #00837b;
    transform: skewY(5deg);
    position: absolute;
    bottom: -30px;
  }
  .lt-sidebar__options {
    transform: none !important;
    margin: 0;
    position: static;
    padding: 0;
  }
  .lt-sidebar__icon__close {
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1048px) {
  .lt__icon {
    margin-right: 16px;
  }
  .lt__link-arrow {
    display: none;
  }
}
.lt-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.lt-widget__toggle {
  transition: 0.25s background 0s;
  width: 100%;
  cursor: pointer;
}
.js-is-expanded .lt-widget__toggle, .js-is-expanded .lt-widget__toggle::before {
  background: #00837b !important;
}

@media (min-width: 960px) {
  .lt-widget {
    position: fixed; /* To support older browsers */
    position: sticky;
    top: 80px;
    width: auto;
    float: right;
    transform: translateY(-80px);
    right: 5%;
    pointer-events: none;
  }
  .lt-widget .--small-only {
    display: none;
  }
  .lt-widget__wrapper {
    position: absolute;
    right: 0;
    left: auto;
    pointer-events: all;
  }
  .lt-widget__toggle {
    margin: 0 0 0 auto;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    padding-left: 20px;
    transition: 0.25s all 0s;
  }
  .lt-widget__toggle::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    width: 100%;
    bottom: 0;
    top: 0;
    background: #e30450;
    transition: inherit;
    transform: skewX(30deg);
    z-index: -1;
  }
  .lt-widget__toggle:hover, .lt-widget__toggle:hover::before, .lt-widget__toggle:focus, .lt-widget__toggle:focus::before {
    background: #00837b;
  }
  .globalHeader + .lt-widget {
    margin-top: 290px;
    transform: none;
  }
  .pageHeader--resources + .lt-widget {
    margin-top: -130px;
  }
  .pageHeader--bg-image--medium + .lt-widget,
  .pageHeader--resources + .lt-widget {
    top: 160px;
    transform: none;
  }
  ._is-ie .lt-widget {
    width: 100%;
    max-width: 1400px;
    left: 0;
    right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
  ._is-ie .pageHeader--bg-image--medium + .lt-widget,
  ._is-ie .pageHeader--resources + .lt-widget {
    margin-top: 10px;
  }
}
.lt-widget__panel {
  background: #00837b;
  padding: 65px 32px 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transition: 0.25s all 0s;
  transform: translateY(0%);
  z-index: -1;
}
.js-is-expanded .lt-widget__panel {
  transform: translateY(-100%);
}
.lt-widget__panel .lt__options {
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .lt-widget__panel {
    width: 380px;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    padding-top: 95px;
    visibility: hidden;
    clip-path: inset(0 0 100% 100%);
    transform: none;
    z-index: 0;
    padding-bottom: 30px;
  }
  .js-is-expanded .lt-widget__panel {
    visibility: visible;
    clip-path: inset(0% 0%);
    transform: none;
  }
}

.lt-widget__close {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  outline: 0;
  box-shadow: 0;
  border-radius: 0;
  position: absolute;
  top: 24px;
  right: 24px;
  background: transparent;
  color: #fff;
  display: block;
  cursor: pointer;
}
@media (min-width: 960px) {
  .lt-widget__close {
    left: 24px;
    right: auto;
  }
}

.contactButton {
  background: transparent;
  outline: 0;
  border-radius: 0;
  text-align: left;
  color: #fff;
  font-weight: 500;
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.contactButton svg {
  height: 8px;
  width: 16px;
}
.contactButton .downloadLink svg {
  width: auto;
  height: auto;
}
.contactButton path,
.contactButton polyline {
  stroke: #fff;
}
.contactButton:hover path,
.contactButton:hover polyline, .contactButton:focus path,
.contactButton:focus polyline {
  stroke: #8df4e5;
}

@media (max-width: 960px) {
  .contact-sidebar {
    position: static;
    background: #00837b;
    padding: 40px;
  }
}
.contact-sidebar a {
  color: #fff;
}
.contact-sidebar a:hover {
  color: #8df4e5;
}
.contact-sidebar .shareModule__link {
  color: #fff;
}
.contact-sidebar .shareModule__link:hover, .contact-sidebar .shareModule__link:focus {
  color: #481776;
}
.contact-sidebar .shareModule__link:hover svg, .contact-sidebar .shareModule__link:focus svg {
  opacity: 1;
}
.contact-sidebar .shareModule__link g,
.contact-sidebar .shareModule__link path {
  fill: currentColor;
  opacity: 1 !important;
}

.contact-sidebar--list .sidebarContact__label {
  display: block;
  color: #fff;
  margin: 15px 0 0 0;
  font-weight: 500;
}
.contact-sidebar--list .sidebarContact__label + a {
  padding-top: 0;
}

.careersFinder {
  background: #f6f6f6;
  padding: 60px 40px;
}
@media (min-width: 960px) {
  .careersFinder {
    padding: 90px 0;
  }
}
.careersFinder p {
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .careersFinder p {
    padding-bottom: 60px;
    padding-left: 7.1428571429%;
    width: 71.4285714286%;
  }
}

@media (min-width: 960px) {
  .finderModule form {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 960px) {
  .finderModule {
    padding: 0 7.1428571429%;
  }
}
.finderModule .select {
  margin-top: 20px;
  height: 60px;
}
.finderModule .select:first-of-type {
  margin-top: 0;
}
@media (min-width: 960px) {
  .finderModule .select {
    width: calc(33.333% - 20px);
    margin-top: 0;
  }
}
.finderModule .select:after {
  top: 21px;
}
.finderModule .select select {
  font-weight: 500;
  height: 60px;
}
.finderModule .submitInput {
  color: #fff;
  background: #0069c3;
  border: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: bold;
  height: 60px;
  max-width: 320px;
}
.finderModule .submitInput:hover, .finderModule .submitInput:focus {
  color: #fff;
  background: #481776;
}

.careersHeader {
  height: 60px;
  background: #f6f6f6;
  border-bottom: 1px solid rgba(90, 103, 113, 0.3);
  max-width: 1400px;
  position: fixed;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  display: none;
}
@media (min-width: 960px) {
  .careersHeader {
    display: block;
  }
}
.careersHeader._slide-down {
  transform: translateY(80px);
}
.careersHeader form {
  display: flex;
}
.careersHeader .select {
  height: 60px;
  margin-top: 0;
  padding-top: 0;
}
.careersHeader .select:first-of-type {
  border-right: 1px solid rgba(90, 103, 113, 0.3);
}
.careersHeader .select:after {
  top: 20px;
  right: 30px;
}
.careersHeader .select select {
  font-weight: 500;
  border: none;
  height: 60px;
}
.careersHeader .submitInput {
  color: #fff;
  background: #0069c3;
  border: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: bold;
  height: 60px;
  max-width: 320px;
  max-width: 100%;
}
.careersHeader .submitInput:hover, .careersHeader .submitInput:focus {
  color: #fff;
  background: #481776;
}

.videoModal {
  display: none;
  z-index: 30;
  position: fixed !important;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoModal .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  background: black;
}
.videoModal .videoContent {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  max-width: 80%;
}
@media (min-width: 960px) {
  .videoModal .videoContent {
    max-width: 800px;
  }
}
.videoModal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoModal__close {
  outline: none;
  position: absolute;
  right: 10px;
  top: -30px;
  cursor: pointer;
  border: none;
  background: none;
  transition: 0.4s opacity;
  width: auto;
  height: auto;
}
.videoModal__close:hover {
  opacity: 0.6;
}
.videoModal__close #Search-1 {
  stroke: #00aeef;
}

.videoModule__inner {
  position: relative;
  width: 100%;
}
.videoModule__inner .videoTrigger {
  top: 0;
  margin: 0;
}
.videoModule__inner img {
  width: 100%;
}
.videoModule__inner .videoTrigger__icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoModule__inner .videoTrigger__icon span {
  left: auto;
}
.videoModule__inner .videoTrigger__icon svg {
  margin: 0 auto;
  display: block;
}

@media (min-width: 960px) {
  .videoModule__caption {
    margin-left: 12.5%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .videoModule__caption {
    margin-left: 14.2857142857%;
  }
}

.module__caption {
  padding: 7.5px 40px;
  color: #5a6771;
}
@media (min-width: 960px) {
  .module__caption {
    border-bottom: 1px solid #E7E7E7;
    padding: 7.5px 0;
  }
}
.module__caption p {
  font-size: 12px;
}

.sectionModule--mapModule {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 960px) {
  .sectionModule--mapModule {
    padding-left: 0;
    padding-right: 0;
  }
}

.map {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapLegend {
  width: 100%;
  top: 0;
  border-top: 1px solid #E7E7E7;
}

.mapLengend__list {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 960px) {
  .mapLengend__list {
    margin-left: 0;
    flex-direction: column;
    padding: 6px 0;
  }
}

.mapLegend__item {
  font-size: 12px;
  font-weight: bold;
  color: #5a6771;
  margin: 0;
  justify-content: center;
  padding: 0;
  margin-right: 40px;
  list-style-type: none;
  display: flex;
  align-self: center;
}
@media (max-width: 960px) {
  .mapLegend__item {
    align-self: flex-start;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
  }
}
.mapLegend__item:before {
  display: none;
}
.mapLegend__item span {
  border-radius: 100%;
  align-self: center;
  background-color: rgba(0, 174, 239, 0.5);
  display: block;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .mapLegend__item span {
    height: 10px;
    width: 10px;
  }
}

.mapLegend__item--blue span {
  background-color: rgba(0, 174, 239, 0.5);
}

.mapLegend__item--purple span {
  background-color: rgba(82, 11, 144, 0.3);
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .map {
    margin-left: 12.5%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .sectionModule--mapModule {
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
  }
}

.communities-map {
  padding-bottom: 100%; /* 1:1 */
  position: relative;
}
@media (min-width: 500px) {
  .communities-map {
    padding-bottom: 56.25%; /* 16:9 */
  }
}

.communities-map__wrapper {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.communities-map__search {
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 5;
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
}
@media (min-width: 500px) {
  .communities-map__search {
    display: block;
    width: auto;
    top: 0;
    right: 0;
  }
}
.communities-map__search .searchInput {
  width: auto !important;
}

.communities-map .esriPopup * {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.communities-map .esriPopup .titlePane {
  background: #adb6c4;
  padding: 0 10px;
}
.communities-map .esriPopup .titleButton {
  top: 2px;
}
.communities-map .esriPopup .titleButton.maximize {
  top: 5px;
}
.communities-map .esriPopup .contentPane a[href] {
  text-decoration: none;
  color: #00aeef;
}
.communities-map .esriPopup .actionsPane {
  background: #eef1f4;
  padding: 5px 10px;
  text-align: right;
}
.communities-map .esriPopup .actionsPane a[href] {
  text-decoration: none;
  text-transform: lowercase;
  color: #adb6c4;
  font-size: 11px;
  font-weight: normal;
}
.communities-map .esriPopup .actionsPane .action:last-of-type {
  margin-right: 0;
}

.search__header {
  padding: 50px 40px;
  margin-top: 80px;
}
@media (min-width: 960px) {
  .search__header {
    margin-top: 0;
    padding: 50px 0;
  }
}

.sectionModule--searchResults {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .sectionModule--searchResults {
    padding: 0;
    margin-left: 12.5%;
  }
}

.searchResults__header {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.8;
  color: #5a6771;
  font-weight: 300;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .searchResults__header {
    font-size: 21px;
    margin-bottom: 50px;
  }
}

.searchResult {
  padding: 50px 0 18px;
  border-bottom: 1px solid #d3d0cd;
}
.searchResult a {
  text-decoration: none;
  color: #0069c3;
}
.searchResult a:hover, .searchResult a:focus {
  color: #891d9b;
}

.searchResult__title {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  padding-top: 10px;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: -0.8px;
  color: inherit;
  margin-bottom: 12px;
}
@media (min-width: 960px) {
  .searchResult__title {
    letter-spacing: -0.5px;
    font-size: 36px;
    line-height: 1.25;
  }
}

.searchResult__excerpt {
  margin-bottom: 24px;
}

.searchResult__meta {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  font-weight: 300;
  color: #00837b;
}
.searchResult__meta span {
  display: inline-block;
  margin-right: 24px;
}

.search__term {
  font: inherit;
  font-weight: bolder;
}

.searchResults__dropdown {
  margin-bottom: 0;
}

.siteWrapper--home {
  margin-top: 80px;
  overflow-x: hidden;
}
@media (min-width: 960px) {
  .siteWrapper--home {
    margin-top: 0;
    overflow: visible;
  }
}

.newsLanding {
  background: #f6f6f6;
}

.newsLanding__content {
  padding: 3.5714285714%;
}
.newsLanding__content .content {
  width: 100%;
}

@media (min-width: 960px) {
  .newsFeature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.newsFeature__column {
  min-height: 100px;
}
@media (min-width: 960px) {
  .newsFeature__column {
    width: calc(50% - 20px);
  }
  .newsFeature__column:nth-child(2n) .newsBlock {
    position: relative;
  }
  .newsFeature__column:nth-child(2n) .newsBlock:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 49.063032368%;
  }
  .newsFeature__column:nth-child(2n) .newsBlock > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .newsFeature__column:nth-child(2n) .newsBlock:first-of-type {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .newsFeature__column:nth-child(2n) .newsBlock {
    position: relative;
  }
  .newsFeature__column:nth-child(2n) .newsBlock:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.2487223169%;
  }
  .newsFeature__column:nth-child(2n) .newsBlock > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.newsBlock {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .newsBlock {
    margin-bottom: 0;
  }
}
.newsBlock .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}
.newsBlock:hover {
  cursor: pointer;
}
.newsBlock:hover .newsBlock__image:after {
  opacity: 0.4;
}

.newsBlock--feature {
  display: flex;
  height: 100%;
}
@media (min-width: 960px) {
  .newsBlock--feature .newsBlock__title {
    font-size: 30px;
    line-height: 1.4;
  }
}

.newsBlock__content {
  padding: 40px;
  z-index: 2;
}

.newsBlock__title {
  color: #fff;
  padding: 0;
  font-size: 26px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .newsBlock__title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .newsBlock__title {
    font-size: 26px;
  }
}

.newsBlock__date {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.newsBlock__byline {
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  display: block;
  padding-top: 15px;
  color: #fff;
  opacity: 0.5;
}

.newsBlock__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.newsBlock__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
@media (min-width: 960px) {
  .newsBlock__image:after {
    content: "";
    background: #0069c3;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

.homePanel {
  position: relative;
  z-index: 4;
  min-height: auto;
  background: #481776;
  padding: 0;
}
@media (min-width: 960px) {
  .homePanel {
    background: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 300px;
  }
}
.homePanel .homePanel__content {
  padding: 60px 40px;
}
@media (min-width: 960px) {
  .homePanel .homePanel__content {
    padding: 0;
  }
}
.homePanel h1, .homePanel h2, .homePanel h3, .homePanel h4, .homePanel p {
  color: #fff;
}
.homePanel h1 {
  padding: 0;
  text-align: center;
}
@media (min-width: 960px) {
  .homePanel h1 {
    padding: 0 8.3333333333%;
  }
}
.homePanel h2 {
  font-size: 46px;
  line-height: 1.05;
}
@media (min-width: 960px) {
  .homePanel h2 {
    font-size: 74px;
  }
}
@media (min-width: 1400px) {
  .homePanel h2 {
    font-size: 90px;
  }
}

.homePanel--cardGrid .homePanel__content {
  padding: 60px 0;
}
@media (min-width: 960px) {
  .homePanel--cardGrid .homePanel__content {
    padding: 0;
  }
}

@media (min-width: 960px) {
  .homePanel--color {
    background: none;
  }
}
.homePanel--color h1, .homePanel--color h2, .homePanel--color h3, .homePanel--color h4, .homePanel--color p {
  color: #481776;
}

.homePanel--blue {
  background: #0069c3;
}
@media (min-width: 960px) {
  .homePanel--blue {
    background: none;
  }
}

@media (min-width: 960px) {
  .homePanel--half .homePanel__content {
    width: 50%;
  }
}

.homePanel__content {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .homePanel__content {
    padding: 0 7.1428571429%;
  }
}

.homePanel--cardGrid .homeCardGrid__inner {
  flex-direction: column;
}
@media (min-width: 960px) {
  .homePanel--cardGrid .homeCardGrid__inner {
    flex-direction: row;
  }
}
.homePanel--cardGrid .homePanel__title {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .homePanel--cardGrid .homePanel__title {
    padding: 0;
  }
}
.homePanel--cardGrid .homePanel__info {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .homePanel--cardGrid .homePanel__info {
    padding: 0;
  }
}

@media (min-width: 960px) {
  .homePanel--cardGrid .homePanel__title, .homePanel--cardGrid .homePanel__info {
    padding: 0;
    padding-left: 7.1428571429%;
  }
  .homePanel--cardGrid .homePanel__title {
    padding-right: 7.1428571429%;
  }
  .homePanel--cardGrid .homePanel__info {
    padding: 0;
    margin-left: 14.2857142857%;
  }
}

@media (min-width: 960px) {
  .homePanel--half .homePanel__title, .homePanel--half .homePanel__info, .homePanel--half .homePanel__buttons {
    padding: 0;
    padding-left: 14.2857142857%;
  }
  .homePanel--half .homePanel__info {
    margin-left: 0;
  }
  .homePanel--half .homeCardGrid {
    padding: 0;
    margin-left: 14.2857142857%;
  }
}
@media (min-width: 1400px) {
  .homePanel--half .homePanel__info, .homePanel--half .homePanel__buttons {
    padding: 0;
    padding-left: 28.5714285714%;
  }
  .homePanel--half .homeCardGrid {
    padding: 0;
    margin-left: 28.5714285714%;
  }
}

.homePanel__title {
  width: 100%;
}

@media (min-width: 960px) {
  .homePanel__info {
    font-size: 21px;
    max-width: 700px;
    line-height: 1.6;
  }
}

.homePanel__content {
  z-index: 2;
}

.homePanel--footer {
  background: #0069c3;
}
@media (min-width: 960px) {
  .homePanel--footer {
    transition: background-color 0.5s;
    background: #f6f6f6;
    padding-bottom: 150px;
  }
  .homePanel--footer:before {
    display: none;
  }
}
.homePanel--footer .homePanel__content {
  position: relative;
  z-index: 3;
}
.homePanel--footer .stickyAbsolute {
  height: calc(100% + 3px);
}
@media (min-width: 960px) {
  .homePanel--footer .homePanel__title {
    padding-right: 29.1666666667%;
  }
}
.homePanel--footer .bgVideo:before {
  opacity: 0.7;
}

@media (min-width: 960px) {
  .homePanel__title, .homePanel__info, .homeCard, .homeCard h1, .homePanel__videoButton, .homePanel--video h1, .homePanel__scroll {
    will-change: transform, opacity;
    transition: 1s transform, 1s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(20px);
    opacity: 0;
  }
  .homePanel__title._reveal-item, .homePanel__info._reveal-item, .homeCard._reveal-item, .homeCard h1._reveal-item, .homePanel__videoButton._reveal-item, .homePanel--video h1._reveal-item, .homePanel__scroll._reveal-item {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 960px) {
  .homePanel__button {
    will-change: transform, opacity;
    transition: 1s transform, 1s opacity, 0.4s background;
    transform: translateX(-20px);
    opacity: 0;
  }
  .homePanel__button._reveal-item {
    opacity: 1;
    transform: translateY(0);
  }
  .homePanel__button:hover {
    transform: translateX(30px);
  }
}

.homePanel__scroll {
  display: none;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.4s;
  text-align: center;
  position: relative;
  top: 90px;
}
@media (min-width: 960px) {
  .homePanel__scroll {
    display: block;
  }
}
.homePanel__scroll:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 150px;
  background: #fff;
  top: 30px;
  transform: translateX(-50%);
  left: 50%;
}
.homePanel__scroll._hide-scroller {
  opacity: 0;
}

.homeCard--link {
  transition: 1s transform, 1s opacity;
  will-change: transform, opacity;
}
@media (min-width: 960px) {
  .homeCard--link .homeCard__link {
    transition: 0.4s color;
  }
  .homeCard--link:hover {
    transform: translateY(-20px);
  }
  .homeCard--link:hover .homeCard__link {
    color: #891d9b;
  }
}

@media (min-width: 960px) {
  .videoPanel {
    opacity: 0;
    transition: 1s transform, 1s opacity;
    transform: translateX(60px);
  }
  .videoPanel._reveal-item {
    transform: translateX(0px);
    opacity: 1;
  }
}

@media (min-width: 960px) {
  .homePanel--centered {
    text-align: center;
  }
}
@media (max-width: 960px) {
  .homePanel--centered .homePanel__panes {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .homePanel--centered .homePanel__pane:first-of-type {
    margin-bottom: 30px;
  }
}

.homePanel__panes {
  display: flex;
  width: 100%;
  margin: 80px auto 0;
  padding: 0 40px;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 960px) {
  .homePanel__panes {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1100px;
  }
}

.homePanel__pane {
  width: 100%;
  max-width: 490px;
  display: inline-flex;
  flex-direction: column;
  align-self: stretch;
}
text-align .homePanel__pane:first-child {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  text-align .homePanel__pane:first-child {
    margin-bottom: 0;
  }
}

.homePanel__pane_title {
  color: #fff;
  margin-top: 0;
  justify-self: flex-start;
  font-size: 21px;
  line-height: 1.4285714286;
}

.homePanel__pane_text {
  margin: 10px auto 40px 0;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .homePanel__pane_text {
    margin: 30px auto 60px;
    font-size: 43px;
    line-height: 1.2857142857;
  }
}

.homePanel__pane_cta {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  display: table;
  background: #e30450;
  color: #fff;
  text-decoration: none;
  padding: 16px 48px;
  margin: auto auto 40px 0;
  justify-self: flex-end;
  transition: 0.3s all;
}
.homePanel__pane_cta:hover, .homePanel__pane_cta:focus, .homePanel__pane_cta:visited {
  color: #fff;
}
.homePanel__pane_cta:hover, .homePanel__pane_cta:focus {
  background: #0069c3;
}
.homePanel__pane_cta:focus {
  outline: 1px solid #fff;
}
@media (min-width: 960px) {
  .homePanel__pane_cta {
    margin-bottom: 0;
    margin-left: auto;
    align-self: center;
  }
}

.homePanel__smallBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url("/public/img/home-bg-small.png") #481776;
  background-size: 100% 100%;
  background-position: center;
}
@media (min-width: 960px) {
  .homePanel__smallBg {
    display: none;
  }
}

.homePanel--carousel {
  background: #83278f;
}
.homePanel--carousel .cardGridCarousel .slick-dots {
  top: 0;
}
@media (min-width: 960px) {
  .homePanel--carousel {
    padding: 120px 0 !important;
    margin-bottom: 96px;
    margin-top: -96px;
  }
  .homePanel--carousel .homePanel__title {
    padding-right: 0;
    max-width: 70%;
  }
  .homePanel--carousel .cardGridCarousel .slick-dots {
    top: -3px;
    line-height: 0;
  }
  .homePanel--carousel .cardGridCarousel .slick-dots li, .homePanel--carousel .cardGridCarousel .slick-dots button {
    line-height: 0;
  }
}
.homePanel--carousel .sliderController {
  z-index: 1;
}
.homePanel--carousel .cardGridCarousel .slick-slide p {
  color: #5a6771;
}
.homePanel--carousel .cardGridCarousel .slick-dots button {
  border: 0;
}
.homePanel--carousel .cardGridCarousel .slick-slide:nth-child(3n+1) .color--cardGridCarousel {
  background: #00837b;
}
.homePanel--carousel .cardGridCarousel .slick-slide:nth-child(3n+2) .color--cardGridCarousel {
  background: #481776;
}
.homePanel--carousel .cardGridCarousel .slick-slide:nth-child(3n+3) .color--cardGridCarousel {
  background: #00aeef;
}

.stickyShape {
  top: 90px;
  z-index: 1;
  position: sticky;
  height: calc(100vh - 90px);
  width: 100%;
  overflow: hidden;
  transition: background-color 0.5s;
}
.stickyShape .videoPanel {
  margin-bottom: 50px;
  height: calc(100vh - 90px);
  width: 45%;
  right: 0;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  max-height: 800px;
  clip-path: polygon(33% 0, 100% 0, 100% 100%, 0% 100%);
  background: #f6f6f6;
}
.stickyShape .videoPanel img {
  width: 100%;
}
.stickyShape .videoPanel iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}

.stickySection {
  position: relative;
}

.stickyAbsolute {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  overflow: visible;
  width: 100%;
  z-index: 0;
  display: none;
}
@media (min-width: 960px) {
  .stickyAbsolute {
    display: block;
  }
}

.homePanel__content {
  z-index: 4;
}

.bgVideo {
  top: 0;
  position: sticky;
  height: 100vh;
  overflow: hidden;
  background: black;
}
.bgVideo iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bgVideo:before {
  transform: translate3d(0, 0, 0);
  transition: 0.4s opacity;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #481776;
  opacity: 0;
  z-index: 2;
}
.bgVideo .bgVideo__overlay {
  transform: translate3d(0, 0, 0);
  transition: 0.4s opacity;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #481776;
  opacity: 0;
  z-index: 2;
}

._active-overlay.bgVideo:before {
  opacity: 0.7;
}

._blue-overlay.bgVideo .bgVideo__overlay {
  opacity: 1;
}

.bgVideo__overlay {
  display: none;
}
@media (min-width: 960px) {
  .bgVideo__overlay {
    display: block;
  }
}
.bgVideo__overlay svg {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.homePanel--video {
  background-image: url("../../public/img/header.jpg");
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.homePanel--video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
@media (min-width: 960px) {
  .homePanel--video {
    min-height: 100vh;
    flex-direction: row;
  }
  .homePanel--video:before {
    display: none;
  }
  ._is-ie .homePanel--video {
    padding-top: 180px;
  }
  .homePanel--video .homePanel__content {
    margin-top: -90px;
  }
}
.homePanel--video .homePanel__content {
  z-index: 2;
  position: relative;
}
@media (min-width: 960px) {
  .homePanel--video .homePanel__content {
    align-self: center;
  }
}

@media (min-width: 960px) {
  .homePanel--video {
    margin-bottom: 0;
    background: none;
  }
}

.homePanel--image, .spotlightPanel--image {
  background-image: url("../../public/img/header.jpg");
  background-size: cover;
}
@media (min-width: 960px) {
  .homePanel--image, .spotlightPanel--image {
    margin-bottom: 0;
  }
}

.homePanel__videoButton, .spotlightPanel__videoButton {
  width: 100%;
  align-self: center;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  margin-bottom: 30px;
}
.homePanel__videoButton span, .spotlightPanel__videoButton span {
  margin-bottom: 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin-top: 15px;
  color: #fff;
  letter-spacing: 1.8px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 960px) {
  .homePanel__videoButton span, .spotlightPanel__videoButton span {
    letter-spacing: 1px;
  }
}
.homePanel__videoButton #round, .spotlightPanel__videoButton #round {
  fill: white;
}
.homePanel__videoButton #play, .spotlightPanel__videoButton #play {
  opacity: 0.7;
  stroke: white;
}
@media (min-width: 960px) {
  .homePanel__videoButton, .spotlightPanel__videoButton {
    margin-bottom: 60px;
  }
}

@media (min-width: 960px) {
  .homePanel--image:before {
    display: block !important;
  }
}

.homePanel--cardGrid {
  /* the parent */
}
.homePanel--cardGrid .slick-slide {
  margin: 0 60px;
  outline: none;
}
@media (min-width: 960px) {
  .homePanel--cardGrid .slick-slide {
    margin: 0;
  }
}
.homePanel--cardGrid .slick-list {
  margin: 0 -20px;
}
@media (min-width: 960px) {
  .homePanel--cardGrid .slick-list {
    margin: 0;
    padding: 0;
  }
}
.homePanel--cardGrid .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  margin: 0 auto;
  display: flex;
  right: 0;
  top: 100%;
}
@media (min-width: 960px) {
  .homePanel--cardGrid .slick-dots {
    right: auto;
    top: auto;
  }
}
.homePanel--cardGrid .slick-dots li {
  margin: 0 4px;
}
.homePanel--cardGrid .slick-dots li.slick-active button {
  background: #fff;
}
.homePanel--cardGrid .slick-dots button {
  opacity: 1;
  background: none;
}

.ieSlider {
  display: none;
}
@media (min-width: 960px) {
  .ieSlider._active {
    display: block;
  }
}

.homeCardGrid {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .homeCardGrid {
    padding: 0 14.2857142857%;
    margin-top: 60px;
  }
}
.homeCardGrid .homeCard__stat {
  color: #fff;
  font-weight: 300;
  line-height: 1;
  font-size: 120px;
  letter-spacing: -2px;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 960px) {
  .homeCardGrid .homeCard__stat {
    margin-bottom: 8px;
    font-size: 50px;
  }
}

.homeCardGrid--stats {
  margin: 0;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .homeCardGrid--stats {
    margin-top: 60px;
    padding-right: 50px;
    padding-left: 14.2857142857%;
  }
}
.homeCardGrid--stats .slick-list {
  padding: 0;
  margin: 0;
}
.homeCardGrid--stats .slick-slide {
  padding: 0;
  margin: 0;
}
.homeCardGrid--stats .homeCard__info {
  text-align: left;
  max-width: 240px;
  margin: 20px auto;
}
@media (min-width: 960px) {
  .homeCardGrid--stats .homeCard__info {
    margin: 10px 0 0;
  }
}
.homeCardGrid--stats .slick-dots {
  display: block !important;
}
.homeCardGrid--stats .slick-dots li {
  margin: 0 8px;
}
.homeCardGrid--stats .slick-dots li.slick-active button {
  background: #fff;
}
.homeCardGrid--stats .slick-dots button {
  border: 1px solid #fff;
}

.homeCardGrid__inner {
  display: flex;
}

.homeCard {
  width: 100%;
  min-height: 270px;
  background: #fff;
  padding: 0 35px;
  padding-top: 30px;
  margin-right: 4.1666666667%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  overflow: hidden;
  border-bottom: 8px solid #00aeef;
}
.homeCard:nth-child(3n) {
  margin-right: 0;
}
.homeCard.homeCard--teal {
  border-color: #00beb7;
}
@media (min-width: 960px) {
  .homeCard.homeCard--teal .homeCard__fill {
    background: #00beb7;
  }
}
.homeCard.homeCard--purple {
  border-color: #891d9b;
}
@media (min-width: 960px) {
  .homeCard.homeCard--purple .homeCard__fill {
    background: #891d9b;
  }
}
.homeCard.homeCard--blue {
  border-color: #00aeef;
}
@media (min-width: 960px) {
  .homeCard.homeCard--blue .homeCard__fill {
    background: #00aeef;
  }
}
.homeCard.homeCard--stat {
  border: none;
  width: 100%;
  padding: 0;
  background: none;
  min-height: auto;
}
@media (min-width: 960px) {
  .homeCard.homeCard--stat {
    margin-right: 20px;
  }
  .homeCard.homeCard--stat:hover {
    transform: translateY(0px);
  }
}

.homePanel .homeCard__title {
  margin-top: auto;
  color: #5a6771;
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
}

.homeCard__stat svg {
  max-width: 240px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .homeCard__stat svg {
    width: 80%;
  }
}
.homeCard__stat p {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.homeCard__info {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 960px) {
  .homeCard__info {
    max-width: 140px;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    margin: 0;
  }
}

.homeCard--link {
  text-decoration: none;
  min-height: 200px;
  border-bottom: 7px solid #481776;
}
.homeCard--link .homeCard__title {
  color: #481776;
  margin-top: 0;
  margin-bottom: 7.5px;
}
.homeCard--link .homeCard__text {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #5a6771 !important;
}
.homeCard--link .homeCard__text p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #5a6771 !important;
}

.homeCard__link {
  display: block;
  color: #00aeef;
  margin-top: auto;
  padding-top: 30px;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

.homeCard__slide {
  position: relative;
}

.homeCard {
  overflow: hidden;
}
.homeCard:hover .homeCard__fill {
  transform: translateY(0);
}

@media (min-width: 960px) {
  .homeCard__fill {
    transition: 0.4s transform cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(100%);
    background: #eee;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 30px;
  }
}
.homeCard__fill p {
  display: none;
  font-size: 19px;
  color: #5a6771;
}
@media (min-width: 960px) {
  .homeCard__fill p {
    display: block;
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
  }
}

.homePanel__buttons, .spotlightPanel__buttons {
  margin-top: 30px;
}

.homePanel__button, .spotlightPanel__button {
  display: flex;
  align-items: center;
  color: #fff;
  height: 80px;
  background: #0069c3;
  margin-bottom: 3px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  justify-content: space-between;
  -webkit-font-smoothing: antialiased;
  max-width: 500px;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
.homePanel__button:hover, .spotlightPanel__button:hover {
  background: #481776;
  color: #fff;
}
@media (min-width: 960px) {
  .homePanel__button, .spotlightPanel__button {
    font-size: 15px;
    letter-spacing: 2px;
  }
}
.homePanel__button svg, .spotlightPanel__button svg {
  display: block;
  height: 14px;
  width: 17px;
}
@media (min-width: 960px) {
  .homePanel__button svg, .spotlightPanel__button svg {
    width: 11px;
    height: 8px;
  }
}
@media (min-width: 960px) {
  .homePanel__button:hover, .spotlightPanel__button:hover {
    color: #fff;
  }
}
@media (min-width: 1400px) {
  .homePanel__button, .spotlightPanel__button {
    padding: 0 60px;
  }
}
.homePanel__button #arrow, .spotlightPanel__button #arrow {
  stroke: #fff;
}

.homePanel--color .homePanel__info {
  color: #5a6771;
}
.homePanel--color .homePanel__button {
  background: #00aeef;
}
@media (min-width: 960px) {
  .homePanel--color .homePanel__button:hover {
    background: #0069c3;
  }
}

@media (min-width: 960px) {
  .inlineVideo {
    margin-right: 35.7142857143%;
    margin-left: 7.1428571429%;
  }
}
.inlineVideo figcaption {
  margin: 0;
  padding: 0;
  font-size: 14px;
  padding: 15px 40px;
  color: #5a6771;
  border-bottom: 1px solid rgba(90, 103, 113, 0.4);
  line-height: 24px;
}
@media (min-width: 960px) {
  .inlineVideo figcaption {
    padding: 15px 0;
    margin-left: 12.5%;
  }
}

@media (min-width: 960px) {
  .inlineVideo--thin figcaption {
    margin-right: 37.5%;
  }
}

.inlineVideo--thin {
  margin: 0;
}

.inlineVideo--thin--fullWidth {
  max-height: 460px;
  overflow: hidden;
}

.inlineVideo .player {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.inlineVideo .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
}

.inlineVideo--thin .player {
  padding: 33.44% 0 0 0;
}

.inlineVideo--thin--fullWidth .player {
  padding-top: 32.48%;
  margin-top: -5px;
}

.inlineVideo--square .player {
  padding: 83.33% 0 0 0;
}

.sectionModule--ataGlance {
  position: relative;
  background: #f3f3f4;
  padding-top: 0;
  margin-top: 60px;
}
.sectionModule--ataGlance:after {
  content: "";
  background-image: url("../../public/img/svg/light-green-border.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 3;
  left: 0;
  bottom: 0;
}
@media (min-width: 960px) {
  .sectionModule--ataGlance:after {
    margin-left: -12.5%;
    padding-right: 12.5%;
  }
}

.ataGlance {
  position: relative;
  width: 100%;
  background: #f3f3f4;
  overflow: hidden;
}
.ataGlance .ataGlance__inner {
  padding: 40px;
  width: 100%;
}
@media (min-width: 960px) {
  .ataGlance .ataGlance__inner {
    padding: 40px 0;
  }
}
.ataGlance .ataGlance__inner .ataGlance__body {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
}
@media (min-width: 500px) {
  .ataGlance .ataGlance__inner .ataGlance__body .ataGlance__info:first-child {
    margin-right: 60px;
  }
}
.ataGlance .ataGlance__inner .ataGlance__body .ataGlance__eyebrow {
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
.ataGlance .ataGlance__inner .ataGlance__body .ataGlance__text {
  font-size: 16px;
  padding: 15px 0 40px 0;
}
@media (min-width: 500px) {
  .ataGlance .ataGlance__inner .ataGlance__body .ataGlance__text {
    font-size: 18px;
  }
}
.ataGlance .ataGlance__inner .ataGlance__body .ataGlance__image {
  width: auto;
}
.ataGlance .ataGlance__inner .ataGlance__body .ataGlance__image img {
  width: 100%;
}
@media (min-width: 500px) {
  .ataGlance .ataGlance__inner .ataGlance__body .ataGlance__image img {
    max-width: 200px;
  }
}

/* Column rules */
@media (min-width: 960px) {
  .siteWrapper--twoCol .ataGlance {
    padding-left: 12.5%;
    margin-left: -12.5%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .ataGlance {
    padding-left: 12.5%;
    margin-left: -12.5%;
  }
}

/* Promotion component */
.promotion {
  width: 100%;
  background: #481776;
  position: relative;
  z-index: 1;
}
.promotion .promotion__header {
  color: #fff;
  margin-bottom: 15px;
}
.promotion .videoTrigger {
  position: relative;
}
.promotion .videoTrigger .videoTrigger__icon {
  top: 50%;
}
@media (min-width: 960px) {
  .promotion .videoTrigger .videoTrigger__icon {
    top: 40%;
    left: 45%;
  }
}
.promotion .videoTrigger img {
  width: 100%;
}
.promotion .promotion__body {
  padding: 30px 0;
}
.promotion .promotion__body p {
  color: #fff;
}
.promotion .promotion__body a {
  font-weight: 300;
}
.promotion .promotion__cta {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 30px 0 0 0;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
.promotion .promotion__cta-link {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 100%;
  display: block;
}
.promotion .promotion__cta-link .arrow {
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.promotion .promotion__cta-link:hover .arrow {
  transform: translateX(5px);
}
.promotion .promotion__cta-link:hover {
  color: #00aeef;
}
.promotion .promotion__cta-link:hover svg g {
  stroke: #00aeef;
}
.promotion .promotion__cta-link svg g {
  stroke: #fff;
}

.sectionModule--promotion {
  position: relative;
  margin-top: 60px;
  padding-top: 0;
}
.sectionModule--promotion:before {
  position: absolute;
  height: 40px;
  min-width: 1400px;
  bottom: 0;
  background-image: url("../../public/img/svg/light-purple-border.svg");
  background-repeat: no-repeat;
  display: block;
  z-index: 2;
  left: 0;
  content: "";
}
@media (min-width: 960px) {
  .sectionModule--promotion:before {
    margin-left: -12.5%;
  }
}
.sectionModule--promotion:after {
  position: absolute;
  height: 100%;
  width: 1400px;
  max-width: 1400px;
  top: 0;
  background: #481776;
  display: block;
  content: "";
}
@media (min-width: 960px) {
  .sectionModule--promotion:after {
    margin-left: -12.5%;
  }
}

.siteWrapper--fullWidth .sectionModule--promotion .promotion {
  max-width: 800px;
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .sectionModule--promotion:before {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .sectionModule--promotion:after {
    margin-left: 0;
  }
}

.sectionModule.sectionModule--relatedCaseStudy {
  position: relative;
  background: #f3f3f4;
  padding-top: 0;
  margin-top: 60px;
}
.sectionModule.sectionModule--relatedCaseStudy:after {
  content: "";
  background-image: url("../../public/img/svg/white-border.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 3;
  left: 0;
  bottom: 0;
  margin-left: -14.2857142857%;
  padding-right: 14.2857142857%;
}

.relatedCaseStudy {
  width: 100%;
  background: #f3f3f4;
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .relatedCaseStudy {
    padding-bottom: 120px;
  }
}
.relatedCaseStudy .relatedCaseStudy__inner {
  padding: 60px 40px 40px;
}
@media (min-width: 960px) {
  .relatedCaseStudy .relatedCaseStudy__inner {
    width: 100%;
    padding: 60px 0 0 0;
  }
}
.relatedCaseStudy .relatedCaseStudy__list {
  margin-left: 0;
  margin: 50px 0 60px 0;
  padding: 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item {
  text-decoration: none;
  margin: 30px 0;
  padding: 30px 30px 50px 30px;
  flex-direction: column;
  max-width: 475px;
  overflow: hidden;
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item .color {
  height: 13px;
  width: 102%;
  position: absolute;
  left: 0;
  bottom: -4px;
  transform: scaleX(-1) rotate(-1deg);
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item:before {
  background: transparent;
}
@media (min-width: 960px) {
  .relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item {
    padding: 50px;
  }
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item .relatedCaseStudy__item-logo {
  display: block;
  max-width: 30px;
  margin: 0 20px 30px 0;
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item .relatedCaseStudy__item-logo img {
  width: 100%;
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item .relatedCaseStudy__item-content {
  display: flex;
  flex-direction: column;
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item .relatedCaseStudy__item-content h4 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 22px;
  padding: 0;
  color: #481776;
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item .relatedCaseStudy__item-content p {
  color: #481776;
  line-height: 22px;
  font-size: 13px;
  margin-bottom: 30px;
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item .relatedCaseStudy__item-content .relatedCaseStudy__item-link {
  text-decoration: none;
  color: #0069c3;
  margin-top: auto;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item .relatedCaseStudy__item-content .relatedCaseStudy__item-link svg g g {
  stroke: #0069c3;
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item .relatedCaseStudy__item-content .relatedCaseStudy__item-link:hover .card__link__text {
  color: #891d9b;
}
.relatedCaseStudy .relatedCaseStudy__list .relatedCaseStudy__item .relatedCaseStudy__item-content .relatedCaseStudy__item-link:hover svg g g {
  stroke: #891d9b;
}
.relatedCaseStudy .relatedCaseStudy__cta a, .relatedCaseStudy .relatedCaseStudy__cta button {
  color: #fff;
  background: #0069c3;
  border: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: bold;
  height: 60px;
  max-width: 320px;
}
.relatedCaseStudy .relatedCaseStudy__cta a:hover, .relatedCaseStudy .relatedCaseStudy__cta a:focus, .relatedCaseStudy .relatedCaseStudy__cta button:hover, .relatedCaseStudy .relatedCaseStudy__cta button:focus {
  color: #fff;
  background: #481776;
}

.relatedProducts {
  margin-left: 0;
}

.relatedProducts__inner {
  justify-content: flex-start;
}

.relatedProducts--cards,
.cardGrid--related-products {
  margin-left: 0;
}

.relatedProducts--cards {
  margin-left: 0;
}

.relatedProducts--card__item {
  padding: 40px 40px !important;
  margin-right: 15px !important;
}
.relatedProducts--card__item .card__header__icon--left {
  margin-bottom: 25px;
}
.relatedProducts--card__item .card__header__icon--left img {
  height: 30px;
  width: auto;
}
.relatedProducts--card__item .card__title {
  font-weight: 300;
  margin-bottom: 15px;
}

.relatedResources .card__header__icon--left {
  display: flex;
  align-items: center;
}
.relatedResources .card__header__icon--left svg {
  height: 26px;
}
.relatedResources .card__header__icon--left path {
  stroke: none;
  fill: #481776;
}
.relatedResources .card__eyebrow {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 18px;
}
.relatedResources .card__link__icon path {
  fill: #0069c3;
}

.contactModule {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .contactModule {
    padding: 0;
    margin-bottom: 30px;
  }
}
.contactModule .contactModule__header {
  margin-bottom: 30px;
}
.contactModule .contactModule__copy {
  margin-bottom: 60px;
  padding: 0;
}
.contactModule .contactModule__copy a {
  color: #481776;
}
.contactModule .contactModule__cta a, .contactModule .contactModule__cta button {
  border: none;
  color: #fff;
  background: #0069c3;
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 320px;
  transition: 0.3s all;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.85px;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  justify-content: center;
  border: none;
  background: #e30450;
  transition: 0.3s all;
}
.contactModule .contactModule__cta a:hover, .contactModule .contactModule__cta button:hover {
  background: #481776;
}
.contactModule .contactModule__cta a:hover, .contactModule .contactModule__cta a:focus, .contactModule .contactModule__cta button:hover, .contactModule .contactModule__cta button:focus {
  opacity: 1;
  background: #481776;
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .contactModule .contactModule__inner .contactModule__cta {
    margin-left: 12.5%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .contactModule .contactModule__inner .contactModule__header {
    padding: 0 7.1428571429%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .contactModule .contactModule__inner .contactModule__cta {
    padding-left: 14.2857142857%;
    padding-right: 14.2857142857%;
  }
}

.endToEndPanel {
  background: #00837b;
  padding: 40px;
  position: relative;
}
@media (min-width: 960px) {
  .endToEndPanel {
    padding: 7.1428571429% 7.1428571429%;
  }
}
.endToEndPanel:after {
  content: "";
  background-image: url("../../public/img/svg/light-green-border.svg");
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 3;
  left: 0;
  bottom: 0;
}

.endToEndPanel__headline {
  color: #fff;
}

.endToEndPanel__links {
  display: block;
}
@media (min-width: 960px) {
  .endToEndPanel__links {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .endToEndPanel__links {
    margin: 120px 0 0 0;
  }
}

.endToEndPanel__item {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: stretch;
  height: auto;
  width: 100%;
  padding: 0 0 30px 0;
  margin: 0 30px 30px 0;
  font-size: 22px;
  border-bottom: 1px solid #8df4e5;
}
@media (min-width: 960px) {
  .endToEndPanel__item:last-child {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 960px) {
  .endToEndPanel__item {
    border-bottom: 0;
    padding: 0 0;
  }
}

.endToEndPanel__link {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  flex-direction: column;
  text-decoration: none;
  margin-right: 15px;
  color: #fff;
}
.endToEndPanel__link .endToEndPanel__item-headline {
  transition: 0.3s color;
}
.endToEndPanel__link:hover {
  color: #8df4e5;
}
.endToEndPanel__link:hover .endToEndPanel__item-headline {
  color: #8df4e5;
}
.endToEndPanel__link:hover .endToEndPanel__eyebrow:before {
  width: 30px;
  margin-right: 10px;
}
.endToEndPanel__link:hover .endToEndPanel__cta {
  visibility: visible;
}

.endToEndPanel__item-headline {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  max-width: 220px;
  font-size: 1.1em;
}
@media (min-width: 960px) {
  .endToEndPanel__item-headline {
    font-size: 0.95em;
  }
}
@media (min-width: 1200px) {
  .endToEndPanel__item-headline {
    font-size: 1.2em;
  }
}

.endToEndPanel__eyebrow {
  display: block;
  -webkit-font-smoothing: antialiased;
  display: flex;
  font-family: "Gotham A", "Gotham B", sans-serif;
  align-items: center;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.85px;
  text-transform: lowercase;
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
}
.endToEndPanel__eyebrow:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0px;
  background: #3cdac3;
  transition: width 0.3s all;
}
@media (min-width: 960px) {
  .endToEndPanel__eyebrow {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .endToEndPanel__eyebrow:before {
    height: 1px;
  }
}

.endToEndPanel__cta {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  align-items: center;
  margin: 30px 0 0 0;
  display: flex;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 960px) {
  .endToEndPanel__cta {
    visibility: hidden;
  }
}
.endToEndPanel__cta span {
  padding-right: 15px;
}
.endToEndPanel__cta svg g {
  stroke: #fff;
}

@media (hover: none) {
  .endToEndPanel__cta {
    visibility: visible;
  }
}
.endToEndPanel__divider {
  display: none;
}
@media (min-width: 960px) {
  .endToEndPanel__divider {
    display: block;
    width: 35px;
  }
  .endToEndPanel__divider svg {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .endToEndPanel__divider {
    width: 60px;
  }
  .endToEndPanel__divider svg {
    width: 100%;
  }
}

.sectionModule--cardsEndToEnd {
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.sectionModule--cardsEndToEnd::after {
  content: "";
  display: block;
  z-index: 1;
  background: #fff;
  height: 80px;
  width: 100vw;
  left: 0;
  transform: skewY(-2deg);
  bottom: -30px;
  position: absolute;
}
@media (min-width: 960px) {
  .sectionModule--cardsEndToEnd {
    background: linear-gradient(to right, #f6f6f6 50%, #fff 50%);
    padding-top: 0 !important;
  }
}

.cardGrid--endToEnd {
  padding-left: 7.1428571429% !important;
}
.cardGrid--endToEnd .cardGrid__inner {
  background: #f6f6f6;
  padding: 96px 0;
}
.cardGrid--endToEnd .card.cardEndToEnd {
  background: #fff;
  float: none;
  width: auto;
}
@media (min-width: 960px) {
  .cardGrid--endToEnd .card.cardEndToEnd {
    width: 40%;
    margin-right: 5% !important;
  }
}

.endToEnd__cta {
  color: #fff;
  background: #0069c3;
  border: none;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: bold;
  height: 60px;
  max-width: 320px;
  margin: 40px auto 40px 0;
  padding: 0 20px;
  font-size: 14px;
}
.endToEnd__cta:hover, .endToEnd__cta:focus {
  color: #fff;
  background: #481776;
}

.cardGridCarousel {
  display: block;
  position: relative;
  margin-top: 80px;
  padding: 0 20px;
}
@media (min-width: 960px) {
  .cardGridCarousel {
    margin-top: 0;
    margin-left: 10%;
    padding: 0;
  }
}
@media (min-width: 960px) {
  .cardGridCarousel .slick-track {
    min-width: 1240px;
  }
}
@media (min-width: 960px) {
  .cardGridCarousel .js-prev.is-hidden, .cardGridCarousel .js-next.is-hidden {
    display: none;
  }
}
@media (min-width: 960px) {
  .cardGridCarousel .slick-slide {
    width: 414px;
  }
}
.cardGridCarousel .slick-slide .cardGridCarousel__card {
  background: #fff;
  padding: 30px 30px;
  border-bottom: none;
  position: relative;
}
.cardGridCarousel .slick-slide .cardGridCarousel__card .card__title--carousel {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  padding-top: 10px;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: -0.8px;
  color: #481776;
}
@media (min-width: 960px) {
  .cardGridCarousel .slick-slide .cardGridCarousel__card .card__title--carousel {
    letter-spacing: -0.5px;
    font-size: 36px;
    line-height: 1.25;
  }
}
.cardGridCarousel .slick-slide .cardGridCarousel__card .card__secondary-title {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  color: #520b90;
  margin-bottom: 5px;
}
.cardGridCarousel .slick-slide .cardGridCarousel__card .cardGridCarousel__cardActions {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .cardGridCarousel .slick-slide .cardGridCarousel__card .cardGridCarousel__cardActions {
    margin-bottom: 30px;
  }
}
.cardGridCarousel .slick-slide .cardGridCarousel__card .card__action .card__link {
  color: #0069c3;
  font-weight: 500;
}
.cardGridCarousel .slick-slide .cardGridCarousel__card .card__action .card__link:hover {
  color: #481776;
}
.cardGridCarousel .slick-slide .cardGridCarousel__card .card__action .card__link:hover .card__link__icon svg g {
  stroke: #481776;
}
.cardGridCarousel .slick-slide .cardGridCarousel__card .card__action .card__link .card__link__icon svg g {
  stroke: #0069c3;
}
.cardGridCarousel .slick-slide .cardGridCarousel__card .color--cardGridCarousel {
  height: 18px;
  width: 100%;
  background: #00837b;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform: skewY(0.75deg);
}
.cardGridCarousel .slick-slide:nth-child(3n+1) .color--cardGridCarousel {
  background: #00837b;
}
.cardGridCarousel .slick-slide:nth-child(3n+2) .color--cardGridCarousel {
  background: #891d9b;
}
.cardGridCarousel .slick-slide:nth-child(3n+3) .color--cardGridCarousel {
  background: #00aeef;
}
.cardGridCarousel .sliderController--cardGridCarousel {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px;
  justify-content: space-between;
}
@media (min-width: 960px) {
  .cardGridCarousel .sliderController--cardGridCarousel {
    position: relative;
    display: flex;
    width: 172px;
    top: -25px;
    padding-left: 0;
    padding-right: 60px;
    z-index: 2;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .cardGridCarousel .sliderController--cardGridCarousel {
    width: 172px;
  }
}
@media (min-width: 1400px) {
  .cardGridCarousel .sliderController--cardGridCarousel {
    width: 145px;
  }
}
.cardGridCarousel .sliderController--cardGridCarousel svg path {
  stroke: #fff;
}
.cardGridCarousel .sliderController__counter--cardGridCarousel {
  display: none;
}

/* Controls */
/* Slick overrides */
.cardGridCarousel .slick-track .slick-slide > div {
  width: 100%;
}
@media (min-width: 960px) {
  .cardGridCarousel .slick-track .slick-slide > div {
    margin: 0;
  }
}

.cardGridCarousel .slick-dots {
  display: block !important;
  margin-top: -40px;
  text-align: center;
  width: 100%;
  left: 0;
  height: 25px;
}
@media (min-width: 960px) {
  .cardGridCarousel .slick-dots {
    top: -10px;
    width: auto;
    right: 75px;
    text-align: right;
  }
}
.cardGridCarousel .slick-dots button {
  border: 1px solid #fff;
}
.cardGridCarousel .slick-dots li button {
  background: #d6d6d4;
  margin: 0 5px;
  height: 9px;
  width: 9px;
  overflow: hidden;
}
.cardGridCarousel .slick-dots li.slick-active button {
  background-color: #00aeef;
}

.cardGridCarousel .slick-list {
  padding: 0 0;
}
@media (min-width: 960px) {
  .cardGridCarousel .slick-list {
    padding: 0 60px 0 0;
  }
}

/* Column overrides, may want to clean up in .card as well */
@media (min-width: 960px) {
  .siteWrapper--fullWidth .cardGridCarousel, .siteWrapper--twoCol .cardGridCarousel {
    padding-left: 0;
    padding-right: 0;
  }
}

.siteWrapper--fullWidth .cardGridCarousel .card:first-of-type {
  padding-top: 30px;
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .cardGridCarousel .card:nth-child(-n+3) {
    padding-top: 30px;
  }
}

.cardGrid--statSlider {
  position: relative;
  text-align: center;
}
@media (min-width: 960px) {
  .cardGrid--statSlider {
    text-align: left;
  }
}
.cardGrid--statSlider .sliderController__counter {
  display: none;
}
.cardGrid--statSlider .sliderController--stat {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  top: 30%;
  margin-top: 0;
  justify-content: space-between;
}
.cardGrid--statSlider .sliderController--stat button {
  padding: 10px;
}
.cardGrid--statSlider .sliderController--stat button svg path {
  stroke: #0069c3;
}
.cardGrid--statSlider .slick-slide > div {
  width: 100%;
}

.innovationSpotlight {
  display: block;
}
@media (min-width: 960px) {
  .innovationSpotlight .innovationSpotlight__content {
    padding: 0 7.1428571429%;
  }
}
.innovationSpotlight .innovationSpotlight__content .innovationSpotlight__intro {
  margin-bottom: 30px;
  max-width: 560px;
  padding: 0 40px;
}
@media (min-width: 960px) {
  .innovationSpotlight .innovationSpotlight__content .innovationSpotlight__intro {
    margin-bottom: 60px;
    padding: 0 0;
  }
}
.innovationSpotlight .innovationSpotlight__cards .cardGrid__inner--innovationSpotlight {
  justify-content: space-between;
}
.innovationSpotlight .innovationSpotlight__cards .card__action .card__link {
  color: #0069c3;
  font-weight: 500;
}
.innovationSpotlight .innovationSpotlight__cards .card__action .card__link:hover {
  color: #481776;
}
.innovationSpotlight .innovationSpotlight__cards .card__action .card__link:hover .card__link__icon svg g {
  stroke: #481776;
}
.innovationSpotlight .innovationSpotlight__cards .card__action .card__link span:first-child {
  margin-right: 15px;
}
.innovationSpotlight .innovationSpotlight__cards .card__action .card__link .card__link__icon svg g {
  stroke: #0069c3;
}
.innovationSpotlight .innovationSpotlight__cards .cardGridCarousel {
  padding: 0;
}
.innovationSpotlight .innovationSpotlight__cards .card {
  border-bottom: none;
  padding: 0 0 40px;
}
.innovationSpotlight .innovationSpotlight__cards .card__title {
  font-family: "Noto Serif", serif;
  font-size: 34px;
  line-height: 1.2352941176;
  font-weight: normal;
  color: #481776;
  margin-top: 10px;
}

.sectionModule--innovationSpotlight .color--cardGridCarousel,
.sectionModule--innovationSpotlight .card__eyebrow {
  display: none !important;
}
.sectionModule--innovationSpotlight .cardGridCarousel .slick-dots {
  margin-top: -10px;
}
@media (min-width: 960px) {
  .sectionModule--innovationSpotlight .cardGridCarousel .slick-dots {
    margin-top: -40px;
  }
}
@media (max-width: 960px) {
  .sectionModule--innovationSpotlight .cardGrid--innovation {
    width: auto;
    margin: 0 40px;
  }
}

@media (min-width: 1197px) {
  .sectionModule--innovationSpotlight .sliderController--cardGridCarousel {
    display: none;
  }
}
/* Column rules */
@media (min-width: 960px) {
  .siteWrapper--fullWidth .cardGrid--innovationSpotlight {
    padding: 0 7.1428571429%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .cardGrid--innovationSpotlight .card {
    width: 30%;
  }
}

.sectionModule--productList {
  position: relative;
  background: #f3f3f4;
  padding-top: 0;
  margin-top: 60px;
  clip-path: polygon(0 0, 100% 0, 100% 99%, 0% 100%);
}
@media (min-width: 960px) {
  .sectionModule--productList {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
  }
}
.sectionModule--productList .cardGrid--productListing .card__header__icon--left {
  margin-bottom: 15px;
}
.sectionModule--productList .cardGrid--productListing .card__title {
  color: #612a9c;
  margin-bottom: 15px;
}
.sectionModule--productList .productList {
  width: 100%;
  background: #f3f3f4;
  padding-bottom: 60px;
}
@media (min-width: 960px) {
  .sectionModule--productList .productList {
    padding-bottom: 250px;
  }
}
.sectionModule--productList .productList .productList__inner {
  padding: 60px 40px 40px;
}
@media (min-width: 960px) {
  .sectionModule--productList .productList .productList__inner {
    width: 100%;
    padding: 0 7.1428571429%;
  }
}
.sectionModule--productList .productList .productList__category {
  padding: 40px 0;
}
@media (min-width: 960px) {
  .sectionModule--productList .productList .productList__category {
    padding: 160px 0 0 0;
  }
}
.sectionModule--productList .productList .productList__cta a, .sectionModule--productList .productList .productList__cta button {
  color: #00aeef;
  font-weight: 500;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
  border: 2px solid #00aeef;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  color: #fff;
  background: #0069c3;
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 320px;
  transition: 0.3s all;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.85px;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
.sectionModule--productList .productList .productList__cta a:hover, .sectionModule--productList .productList .productList__cta button:hover {
  background: #00aeef;
  color: #fff;
}
.sectionModule--productList .productList .productList__cta a:hover, .sectionModule--productList .productList .productList__cta button:hover {
  background: #481776;
}
.sectionModule--productList .color {
  height: 120px;
  width: 102%;
  position: absolute;
  left: 0;
  bottom: -60px;
  transform: rotate(-4.5deg);
  background: #fff;
}

.siteWrapper--fullWidth .cardGrid--productListing, .siteWrapper--twoCol .cardGrid--productListing {
  padding: 0 0;
}
@media (min-width: 768px) {
  .siteWrapper--fullWidth .cardGrid--productListing .cardGrid__inner, .siteWrapper--twoCol .cardGrid--productListing .cardGrid__inner {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
  }
}
.siteWrapper--fullWidth .cardGrid--productListing .productList__item, .siteWrapper--twoCol .cardGrid--productListing .productList__item {
  padding: 40px 40px !important;
}
@media (min-width: 768px) {
  .siteWrapper--fullWidth .cardGrid--productListing .productList__item, .siteWrapper--twoCol .cardGrid--productListing .productList__item {
    width: 47%;
    margin-right: 3%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .cardGrid--productListing .productList__item, .siteWrapper--twoCol .cardGrid--productListing .productList__item {
    max-width: 260px;
    margin-right: 3%;
  }
}
@media (min-width: 768px) {
  .siteWrapper--fullWidth .cardGrid--productListing .card:nth-child(3n), .siteWrapper--twoCol .cardGrid--productListing .card:nth-child(3n) {
    margin-right: 3%;
  }
}
@media (min-width: 960px) {
  .siteWrapper--fullWidth .cardGrid--productListing .card:nth-child(3n), .siteWrapper--twoCol .cardGrid--productListing .card:nth-child(3n) {
    margin-right: 3%;
  }
}

/* Base styles delivered by GIS developers in public/build/gis-asset-locator folder */
/* Additional styles/overrides below */
.mapModule--infrastructureSolutions {
  margin-left: 0;
  margin-right: 0;
  /* Mobile Filter Toggle */
  /* Map view */
  /* Map and Toggle layers container */
  /* Toggle Layers Module */
  /* default mobile layers conditional */
  /* footprint pane */
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__intro {
  margin: 15px 30px 60px;
  max-width: 745px;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__intro {
    margin: 0 30px 60px 0;
  }
}
.mapModule--infrastructureSolutions .mobileFilterToggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1.33;
  min-height: 50px;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions .mobileFilterToggle {
    display: none;
    height: 0;
  }
}
.mapModule--infrastructureSolutions .mobileFilterToggle__title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.33px;
}
.mapModule--infrastructureSolutions .mobileFilterToggle__icon {
  top: 0;
}
.mapModule--infrastructureSolutions #viewDiv {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions #viewDiv {
    min-height: 630px;
    width: calc(100% - 330px);
  }
}
.mapModule--infrastructureSolutions #viewDiv .ie-map-image {
  width: 100%;
}
.mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__container {
  position: relative;
  /* Disclaimer */
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__container {
    min-height: 830px;
    display: block;
  }
}
.mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__container .disclaimer {
  padding: 30px;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__container .disclaimer {
    padding: 0;
    max-width: 65%;
  }
}
.mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__container .disclaimer p {
  font-size: 12px;
}
.mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__container .disclaimer p:first-of-type {
  margin-top: 15px;
}
.mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__container .disclaimer a {
  color: #0069c3;
  font-weight: 100;
}
.mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__container .disclaimer a:hover {
  color: #481776;
}
.mapModule--infrastructureSolutions .mapModule--infrastructureSolutions__container .disclaimer__header {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 0;
}
.mapModule--infrastructureSolutions #layerToggle {
  position: relative;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions #layerToggle {
    position: absolute;
    z-index: 1;
    float: left;
    background-color: #00837b;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
  }
}
.mapModule--infrastructureSolutions #layerToggle #footprintPane {
  padding: 30px 15px 60px 30px;
}
.mapModule--infrastructureSolutions .divToggleLayers {
  background-color: #0069c3;
  width: 100%;
  padding: 0 15px 15px;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions .divToggleLayers {
    padding: 15px 30px;
    background-color: #00837b;
  }
}
.mapModule--infrastructureSolutions .divToggleLayers h3 {
  margin-bottom: 30px;
}
.mapModule--infrastructureSolutions .divToggleLayers table {
  width: 100%;
}
.mapModule--infrastructureSolutions .divToggleLayers .layerToggle__layers h3 {
  display: none;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions .divToggleLayers .layerToggle__layers h3 {
    display: block;
  }
}
.mapModule--infrastructureSolutions .divToggleLayers .layerToggle__layers .switch-inner {
  margin-left: 0;
}
.mapModule--infrastructureSolutions ._is-open .js-toggle-layers {
  display: block;
}
.mapModule--infrastructureSolutions .js-toggle-layers {
  display: none;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions .js-toggle-layers {
    display: block;
  }
}
.mapModule--infrastructureSolutions #footprintPane {
  background: #00837b;
  padding: 30px 15px 60px 30px;
  /* terms and conditions */
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions #footprintPane {
    padding: 0 30px 60px;
    max-width: 300px;
  }
}
.mapModule--infrastructureSolutions #footprintPane .footprintPane__mobileTitle {
  font-family: "Gotham A", "Gotham B", sans-serif;
  letter-spacing: 0.2px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions #footprintPane .footprintPane__mobileTitle {
    display: none;
  }
}
.mapModule--infrastructureSolutions #footprintPane ul {
  list-style-position: outside;
}
.mapModule--infrastructureSolutions #footprintPane ul .greendot {
  color: #fff;
}
.mapModule--infrastructureSolutions #footprintPane ul .greendot label {
  font-weight: 500;
}
.mapModule--infrastructureSolutions #footprintPane hr {
  display: none;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions #footprintPane hr {
    display: block;
    color: #3cdac3;
    margin: 20px 0 30px 0;
  }
}
.mapModule--infrastructureSolutions #footprintPane .footprintPane__dataLabel {
  font-size: 12px;
  font-weight: 500;
}
.mapModule--infrastructureSolutions #footprintPane .footprintPane__dataLabel--region {
  font-family: "GothamHTF-Bold";
  font-size: 11px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.5125px;
  margin-bottom: 10px;
}
.mapModule--infrastructureSolutions #footprintPane .footprintPane__dataLabel--footprints {
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .mapModule--infrastructureSolutions #footprintPane .footprintPane__dataLabel--footprints {
    margin-top: 0;
  }
}
.mapModule--infrastructureSolutions #footprintPane .contactButton {
  border: none;
  color: #fff;
  background: #0069c3;
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 320px;
  transition: 0.3s all;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.85px;
  margin-bottom: 30px;
  margin-top: 15px;
  min-width: 200px;
}
.mapModule--infrastructureSolutions #footprintPane .contactButton:hover {
  background: #481776;
}
.mapModule--infrastructureSolutions #footprintPane .tc {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.85;
  letter-spacing: 1;
  max-width: 200px;
}

.ie-map-warning {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  background: #fff;
  width: 75%;
}

.spotlightPanel {
  position: relative;
  z-index: 4;
  min-height: auto;
  background: #481776;
  padding: 0;
}
@media (min-width: 960px) {
  .spotlightPanel {
    background: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    justify-content: center;
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.spotlightPanel .spotlightPanel__content {
  padding: 60px 0;
}
@media (min-width: 960px) {
  .spotlightPanel .spotlightPanel__content {
    padding: 125px 0 60px 0;
  }
}
.spotlightPanel h1, .spotlightPanel h2, .spotlightPanel h3, .spotlightPanel h4, .spotlightPanel p {
  color: #fff;
}
.spotlightPanel h1 {
  padding: 0;
  text-align: left;
}
@media (min-width: 960px) {
  .spotlightPanel h1 {
    padding: 0 8.3333333333%;
  }
}
.spotlightPanel h2 {
  font-size: clamp(20px, 10vw, 46px);
  line-height: 1.05;
}
@media (min-width: 960px) {
  .spotlightPanel h2 {
    font-size: 74px;
  }
}
@media (min-width: 1400px) {
  .spotlightPanel h2 {
    font-size: 80px;
  }
}
.spotlightPanel .bgImage {
  background: #000;
}
@media (min-width: 960px) {
  .spotlightPanel .bgImage {
    min-height: 100vh;
  }
}

.spotlightPanel--intro .spotlightPanel__title {
  font-size: 40px;
}
@media (min-width: 960px) {
  .spotlightPanel--intro .spotlightPanel__title {
    font-size: 80px;
  }
}

.spotlightPanel--cardGrid .spotlightPanel__content {
  padding: 60px 0;
}
@media (min-width: 960px) {
  .spotlightPanel--cardGrid .spotlightPanel__content {
    padding: 0;
  }
}

.spotlightPanel--color {
  background: #f6f6f6;
}
@media (min-width: 960px) {
  .spotlightPanel--color {
    background: none;
  }
}
.spotlightPanel--color h1, .spotlightPanel--color h2, .spotlightPanel--color h3, .spotlightPanel--color h4, .spotlightPanel--color p {
  color: #481776;
}

.spotlightPanel--blue {
  background: #0069c3;
}
@media (min-width: 960px) {
  .spotlightPanel--blue {
    background: none;
  }
}

@media (min-width: 960px) {
  .spotlightPanel--half .spotlightPanel__content {
    width: 50%;
  }
}

.spotlightPanel__content {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .spotlightPanel__content {
    padding: 0 7.1428571429%;
  }
}

@media (min-width: 960px) {
  .spotlightPanel--half .spotlightPanel__title, .spotlightPanel--half .spotlightPanel__info, .spotlightPanel--half .spotlightPanel__buttons {
    padding: 0;
    padding-left: 14.2857142857%;
  }
  .spotlightPanel--half .spotlightPanel__info {
    margin-left: 0;
  }
  .spotlightPanel--half .homeCardGrid {
    padding: 0;
    margin-left: 14.2857142857%;
  }
}
@media (min-width: 1400px) {
  .spotlightPanel--half .spotlightPanel__info, .spotlightPanel--half .spotlightPanel__buttons {
    padding: 0;
    padding-left: 28.5714285714%;
  }
  .spotlightPanel--half .homeCardGrid {
    padding: 0;
    margin-left: 28.5714285714%;
  }
}

.spotlightPanel__info {
  font-weight: 300;
}
@media (min-width: 960px) {
  .spotlightPanel__info {
    font-size: 21px;
    max-width: 700px;
    line-height: 1.6;
    margin-top: 15px;
    padding: 0 0 0 60px;
  }
}

.spotlightPanel__content {
  z-index: 2;
}

.spotlightPanel--footer {
  background: #0069c3;
}
@media (min-width: 960px) {
  .spotlightPanel--footer {
    transition: background-color 0.5s;
    background: #f6f6f6;
    padding-bottom: 150px;
  }
  .spotlightPanel--footer:before {
    display: none;
  }
}
.spotlightPanel--footer .spotlightPanel__content {
  position: relative;
  z-index: 3;
}
.spotlightPanel--footer .stickyAbsolute {
  height: calc(100% + 3px);
}
@media (min-width: 960px) {
  .spotlightPanel--footer .spotlightPanel__title {
    padding-right: 29.1666666667%;
  }
}
.spotlightPanel--footer .bgVideo:before {
  opacity: 0.7;
}

@media (min-width: 960px) {
  .spotlightPanel__title, .spotlightPanel__info, .homeCard, .homeCard h1, .spotlightPanel__videoButton, .spotlightPanel--video h1, .spotlightPanel__scroll {
    will-change: transform, opacity;
    transition: 1s transform, 1s opacity cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(20px);
    opacity: 1;
  }
  .spotlightPanel__title._reveal-item, .spotlightPanel__info._reveal-item, .homeCard._reveal-item, .homeCard h1._reveal-item, .spotlightPanel__videoButton._reveal-item, .spotlightPanel--video h1._reveal-item, .spotlightPanel__scroll._reveal-item {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 960px) {
  .spotlightPanel__button {
    will-change: transform, opacity;
    transition: 1s transform, 1s opacity, 0.4s background;
    transform: translateX(-20px);
    opacity: 0;
  }
  .spotlightPanel__button._reveal-item {
    opacity: 1;
    transform: translateY(0);
  }
  .spotlightPanel__button:hover {
    transform: translateX(30px);
  }
}

.spotlightPanel__scroll {
  display: none;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.4s;
  text-align: left;
  position: relative;
  top: 90px;
}
@media (min-width: 960px) {
  .spotlightPanel__scroll {
    display: block;
  }
}
.spotlightPanel__scroll:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 150px;
  background: #fff;
  top: 30px;
  transform: translateX(-50%);
  left: 50%;
}
.spotlightPanel__scroll._hide-scroller {
  opacity: 0;
}

.homeCard--link {
  transition: 1s transform, 1s opacity;
  will-change: transform, opacity;
}
@media (min-width: 960px) {
  .homeCard--link .homeCard__link {
    transition: 0.4s color;
  }
  .homeCard--link:hover {
    transform: translateY(-20px);
  }
  .homeCard--link:hover .homeCard__link {
    color: #891d9b;
  }
}

@media (min-width: 960px) {
  .videoPanel {
    opacity: 0;
    transition: 1s transform, 1s opacity;
    transform: translateX(60px);
  }
  .videoPanel._reveal-item {
    transform: translateX(0px);
    opacity: 1;
  }
}

@media (min-width: 960px) {
  .spotlightPanel--centered {
    text-align: left;
  }
}

.spotlightPanel__panes {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 960px) {
  .spotlightPanel__panes {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 7.1428571429%;
  }
}

.spotlightPanel__pane {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  align-self: stretch;
  text-align: left;
}
.spotlightPanel__pane:first-child {
  margin-bottom: 0;
}

.spotlightPanel--summary {
  background: #520b90;
  padding-top: 0;
}

.spotlightPanel--summary--alt {
  background: #f6f6f6;
}
.spotlightPanel--summary--alt .spotlightPanel__title {
  color: #481776;
}
.spotlightPanel--summary--alt .spotlightPanel__info {
  color: #5a6771;
}

.spotlightPanel--carousel {
  background: #f3f3f4;
  margin-top: 0;
  margin-bottom: 0;
}
.spotlightPanel--carousel h2,
.spotlightPanel--carousel p,
.spotlightPanel--carousel a {
  color: #481776;
}
@media (max-width: 960px) {
  .spotlightPanel--carousel {
    padding: 60px 0;
  }
}
.spotlightPanel--carousel .spotlightPanel__header {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .spotlightPanel--carousel .spotlightPanel__header {
    padding: 0 7.1428571429%;
  }
}
.spotlightPanel--carousel .card__image {
  margin: -30px -30px 50px;
}

.cardGrid--innovation {
  margin-left: 7.1428571429%;
}
@media (max-width: 960px) {
  .cardGrid--innovation {
    width: calc(100vw - 80px);
    margin: auto;
  }
  .cardGrid--innovation .js-prev {
    position: relative;
    left: -40px;
  }
  .cardGrid--innovation .js-next {
    position: relative;
    right: -40px;
  }
}
.cardGrid--innovation .sliderController--cardGridCarousel svg path {
  stroke: #0069c3;
}
.cardGrid--innovation .slick-dots li.slick-active button {
  background-color: #481776;
}

@media (max-width: 960px) {
  .spotlightPage__carousel .cardGrid--innovation {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  .spotlightPage__carousel .cardGrid--innovation .slick-track {
    margin-top: 60px;
  }
  .spotlightPage__carousel .cardGrid--innovation .card {
    margin-right: 48px;
  }
}

.spotlightPanel--industryList {
  background: #f3f3f4;
}
.spotlightPanel--industryList .industryList__info,
.spotlightPanel--industryList .industryList__title,
.spotlightPanel--industryList .industryList__tab_title {
  color: #481776;
}
.spotlightPanel--industryList p {
  color: #5a6771;
}
@media (min-width: 960px) {
  .spotlightPanel--industryList {
    display: flex;
    flex-direction: row;
  }
  .spotlightPanel--industryList .mobile-only {
    display: none;
  }
  .spotlightPanel--industryList::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 1px solid #d3d0cd;
    left: 50%;
    display: block;
    pointer-events: none;
    transform: translateX(-10px) skewX(-5deg);
  }
}
@media (max-width: 960px) {
  .spotlightPanel--industryList {
    padding: 60px 0;
  }
}

.industryList__info {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 960px) {
  .industryList__info {
    max-width: 500px;
  }
}

.industryList__tabs {
  height: 100%;
}
@media (min-width: 960px) {
  .industryList__tabs {
    padding: 0 0 0 14.2857142857%;
  }
}

.industryList__tab {
  display: none;
}
.industryList__tab._is-revealed {
  display: block;
}
@media (min-width: 960px) {
  .industryList__tab p {
    font-size: 21px;
    line-height: 1.7142857143;
    font-weight: 300;
  }
}

.industryList__tab_title {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4230769231;
  margin-bottom: 12px;
}

.industryList__tab_image {
  position: relative;
  width: auto;
  margin-bottom: 40px;
}
.industryList__tab_image img {
  width: 100%;
}

@media (min-width: 960px) {
  .industryList__nav {
    margin-right: 40px;
  }
}

.industryList__items {
  display: none;
  padding: 0;
}
@media (min-width: 960px) {
  .industryList__items {
    display: block;
  }
}

.industryList__item {
  margin: 0;
}
.industryList__item::before {
  display: none;
}
.industryList__item a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #0069c3;
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
}
.industryList__item a:hover, .industryList__item a:focus {
  color: #481776;
}
.industryList__item._is-active a {
  color: #481776;
}

.spotlightPanel--statCards {
  background: url("/public/img/spotlight-stats-bg.png");
  background-size: cover;
  text-align: center;
  padding: 60px 40px 30px;
}
@media (min-width: 960px) {
  .spotlightPanel--statCards {
    padding: 120px 0;
  }
}

h2.statCards__header {
  font-size: clamp(20px, 10vw, 42px);
  letter-spacing: -1.5px;
  margin: 0 auto 30px;
}
@media (min-width: 960px) {
  h2.statCards__header {
    font-size: 80px;
    margin-bottom: 80px;
  }
}

.statCards {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 960px) {
  .statCards {
    flex-direction: row;
  }
}

.statCard {
  background: #f3f3f4;
  padding: 40px 30px;
  margin: 10px 0;
}
.statCard::before {
  display: none;
  margin: auto;
}
.statCard p {
  color: #5a6771;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .statCard {
    max-width: 350px;
    margin: 0 10px;
  }
}
.statCard:nth-of-type(1) .statCard__number {
  color: #520b90;
}
.statCard:nth-of-type(2) .statCard__number {
  color: #0069c3;
}
.statCard:nth-of-type(3) .statCard__number {
  color: #00837b;
}

.statCard__number {
  font-family: "Noto Serif", serif;
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: -1px;
}

.spotlightPanel--cardGrid {
  background: #891d9b;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}
.spotlightPanel--cardGrid::after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: -30px;
  position: absolute;
  height: 40px;
  transform: skewY(1.25deg);
  background: #481776;
}
@media (min-width: 960px) {
  .spotlightPanel--cardGrid {
    padding: 120px 0;
  }
  .spotlightPanel--cardGrid::after {
    bottom: -20px;
  }
}

.spotlightCardGrid__content > p {
  font-weight: 400;
}
@media (min-width: 960px) {
  .spotlightCardGrid__content {
    padding: 0 7.1428571429%;
  }
  .spotlightCardGrid__content > p {
    margin-left: 50px;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 1.6666666667;
    max-width: 670px;
  }
}

.spotlightCardGrid h3,
.spotlightCardGrid .eyebrow,
.spotlightCardGrid p {
  color: #481776;
}
.spotlightCardGrid .cardGrid__inner {
  display: flex;
  align-content: space-between;
}
@media (min-width: 960px) {
  .spotlightCardGrid .cardGrid__inner {
    flex-wrap: wrap;
  }
}
@media (min-width: 960px) {
  .spotlightCardGrid {
    margin-left: 120px;
  }
}

.spotlightCard {
  border-bottom: 0;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  transform: none;
  transition: none;
  will-change: unset;
}
.spotlightCard, .spotlightCard:nth-child(3n) {
  margin-right: 40px;
}
@media (min-width: 960px) {
  .spotlightCard {
    max-width: 320px;
    margin-bottom: 40px;
  }
}

.spotlightCard__slide {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .spotlightCard__slide {
    height: 100%;
  }
}

.spotlightCard__icon {
  margin-top: 0;
  height: 100px;
  position: relative;
}
.spotlightCard__icon img {
  height: 100%;
  display: block;
  width: auto;
}
@media (min-width: 960px) {
  .spotlightCard__icon {
    margin-bottom: auto;
  }
}

.spotlightCard__eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #481776;
}

.spotlightCard__title {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3076923077;
}

.spotlightCard__fill {
  background-color: #8df4e5;
}
.spotlightCard__fill p {
  color: #5a6771;
  font-size: 15px;
}

.spotlightCard:focus .spotlightCard__fill {
  transform: translateY(0);
}

.spotlightCardGrid__controls {
  display: none;
}

@media (max-width: 960px) {
  .spotlightCard__fill {
    background: transparent;
  }
  .spotlightCard__fill p {
    display: block;
    margin-top: 12px;
  }
  .spotlightCardGrid .slick-initialized {
    margin-top: 80px;
  }
  .spotlightCardGrid .slick-initialized .slick-track {
    display: flex;
    align-items: stretch;
    -webkit-perspective: 2000;
    -webkit-backface-visibility: hidden;
  }
  .spotlightCardGrid .slick-initialized .slick-list {
    -webkit-perspective: 2000;
    -webkit-backface-visibility: hidden;
  }
  .spotlightCardGrid .slick-initialized .slick-dots {
    display: block !important;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .spotlightCardGrid .slick-initialized .slick-dots li {
    margin: 0 10px;
  }
  .spotlightCardGrid .slick-initialized .slick-dots button {
    background: #fff;
    opacity: 1;
  }
  .spotlightCardGrid .slick-initialized .slick-dots .slick-active button {
    background: #0069c3;
  }
  .spotlightCardGrid .slick-initialized .slick-slide {
    flex: 1;
  }
  .spotlightCardGrid .slick-initialized .slick-slide > div {
    height: 100%;
  }
  .spotlightCardGrid .slick-initialized .slick-slide .spotlightCard {
    height: 100%;
  }
  .spotlightCardGrid__controls {
    padding: 0 10px;
    margin: 100px auto 0;
    left: 0;
    right: 0;
    position: absolute;
    width: auto;
    top: 50%;
    display: flex;
    align-content: space-between;
  }
  .spotlightCardGrid__controls .js-prev {
    margin-left: 0;
    margin-right: auto;
  }
  .spotlightCardGrid__controls .js-next {
    margin-left: auto;
    margin-right: 0;
  }
  .spotlightCardGrid__controls path {
    stroke: #fff;
  }
}
.spotlightPanel--image {
  background-image: url("../../public/img/header.jpg");
}

.spotlightQuote {
  background: #481776;
  color: #fff;
  padding: 60px 40px 80px;
  position: relative;
  overflow: hidden;
}
.spotlightQuote blockquote,
.spotlightQuote p {
  margin: 0;
  padding: 0;
  color: inherit;
}
.spotlightQuote p {
  font-family: "Noto Serif", serif;
  font-size: 22px;
  line-height: 1.4090909091;
  margin-bottom: 50px;
}
.spotlightQuote::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  height: 50px;
  transform: skewY(-1.5deg);
  background: #891d9b;
}

.spotlightQuote__icon {
  display: block;
  width: 41px;
  margin-bottom: 40px;
}
.spotlightQuote__icon svg {
  width: 41px;
}

.spotlightQuote__meta {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #51daff;
}
.spotlightQuote__meta span {
  display: block;
  line-height: 1.5;
}

.spotlightQuote__title {
  font-weight: 400;
}

.spotlightQuote__image {
  display: none;
}

@media (min-width: 960px) {
  .spotlightQuote {
    padding: 96px 7.1428571429% 120px;
  }
  .spotlightQuote p {
    font-size: 31px;
    margin-bottom: 80px;
  }
  .spotlightQuote__inner {
    display: flex;
    align-items: flex-start;
  }
  .spotlightQuote__text {
    max-width: 700px;
    margin-right: 40px;
  }
  .spotlightQuote__image {
    display: block;
  }
}
.sectionModule--tabModule--accordionMobile {
  padding: 0 30px;
}
.sectionModule--tabModule--accordionMobile .accordion__content {
  padding: 0 0 30px;
}
@media (min-width: 960px) {
  .sectionModule--tabModule--accordionMobile {
    padding: 0 0;
  }
}

.tabModule--accordionMobile {
  /* Tab content - richText */
  /* Mobile accordion */
}
@media (min-width: 960px) {
  .tabModule--accordionMobile {
    padding: 0 7.1428571429%;
  }
}
.tabModule--accordionMobile .tabList__item {
  text-align: left;
  border-bottom: 1px solid #e2e2e2;
  height: auto;
  padding: 0 0 4px 0;
}
.tabModule--accordionMobile .tabList__item:first-child .tabList__link {
  padding: 0 30px 0 0;
}
.tabModule--accordionMobile .tabList__item .tabList__link {
  cursor: pointer;
  text-align: left;
  padding: 0 30px;
}
.tabModule--accordionMobile .tabList__item .tabList__link:focus, .tabModule--accordionMobile .tabList__item .tabList__link:active, .tabModule--accordionMobile .tabList__item .tabList__link:hover {
  outline: 0;
  color: #481776;
}
.tabModule--accordionMobile .tabList__item .tabList__link:focus .eyebrow--tab,
.tabModule--accordionMobile .tabList__item .tabList__link:focus .tabList__item-header, .tabModule--accordionMobile .tabList__item .tabList__link:active .eyebrow--tab,
.tabModule--accordionMobile .tabList__item .tabList__link:active .tabList__item-header, .tabModule--accordionMobile .tabList__item .tabList__link:hover .eyebrow--tab,
.tabModule--accordionMobile .tabList__item .tabList__link:hover .tabList__item-header {
  color: #481776;
}
.tabModule--accordionMobile .tabList__item .tabList__link:focus .arrow--tab svg path, .tabModule--accordionMobile .tabList__item .tabList__link:active .arrow--tab svg path, .tabModule--accordionMobile .tabList__item .tabList__link:hover .arrow--tab svg path {
  stroke: #481776;
}
.tabModule--accordionMobile .tabList__item .tabList__link span {
  margin: 0 0;
  width: 100%;
}
.tabModule--accordionMobile .tabList__item:focus, .tabModule--accordionMobile .tabList__item:active {
  border-bottom: 5px solid #00aeef !important;
  padding-bottom: 0;
  outline: 0;
}
.tabModule--accordionMobile .tabList__item:focus button:focus, .tabModule--accordionMobile .tabList__item:focus button:active, .tabModule--accordionMobile .tabList__item:active button:focus, .tabModule--accordionMobile .tabList__item:active button:active {
  outline: 0;
}
.tabModule--accordionMobile .tabList__arrowLink {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.tabModule--accordionMobile .tabList__arrowLink .eyebrow--tab {
  color: #0069c3;
  padding-bottom: 30px;
}
.tabModule--accordionMobile .tabList__arrowLink .arrow--tab {
  text-align: right;
}
.tabModule--accordionMobile .tabList__item._is-active {
  border-bottom: 5px solid #00aeef;
  padding-bottom: 0;
}
.tabModule--accordionMobile .tabList__item-header {
  display: block;
  text-transform: none;
  color: #0069c3;
  font-weight: 300;
  line-height: 1.42;
  letter-spacing: 0.16px;
  font-size: 18px;
}
@media (min-width: 960px) {
  .tabModule--accordionMobile .tabList__item-header {
    font-size: 26px;
    min-height: 75px;
    margin-bottom: 30px !important;
  }
}
.tabModule--accordionMobile .richText--tab {
  width: auto;
}
@media (min-width: 960px) {
  .tabModule--accordionMobile .richText--tab__media {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
    margin-top: 200px;
  }
}
.tabModule--accordionMobile .richText--tab__media img {
  max-width: 100%;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .tabModule--accordionMobile .richText--tab__media img {
    max-width: 100%;
    max-height: 500px;
    width: auto;
  }
}
.tabModule--accordionMobile .accordion__item {
  border-top: 0;
}
.tabModule--accordionMobile .accordion__item:last-of-type {
  border-bottom: 0;
  margin-bottom: 40px;
}
.tabModule--accordionMobile .accordion__trigger {
  border-bottom: 1px solid #0069c3;
  background: transparent;
  color: #0069c3;
  padding: 30px 0;
}
.tabModule--accordionMobile .accordion__icon path {
  fill: #0069c3;
}
.tabModule--accordionMobile ._is-open .accordion__trigger {
  border-bottom: none;
  background: transparent;
  color: #0069c3;
}
.tabModule--accordionMobile ._is-open .accordion__content {
  border-bottom: 1px solid #0069c3;
}
.tabModule--accordionMobile ._is-open .accordion__icon path {
  fill: #0069c3;
}

.richText {
  padding: 0 40px;
}
.richText a {
  text-decoration: none;
}
@media (min-width: 960px) {
  .richText {
    padding: 0;
  }
}
.richText p {
  margin-top: 21px;
}
.richText p:first-child {
  margin-top: 0;
}
.richText h3 {
  padding-top: 20px;
}
.richText h3:first-child {
  padding-top: 0;
}
.richText ul,
.richText li,
.richText ol {
  margin: 0;
  padding: 0;
}
.richText ol {
  padding-top: 20px;
  counter-reset: item;
}
.richText ol ol {
  padding: 10px 0 0px;
}
.richText ol ol li {
  margin-left: 40px;
}
.richText ol li {
  list-style-type: inherit;
  display: block;
  position: relative;
  margin-left: 32px;
}
@media (min-width: 960px) {
  .richText ol li {
    margin-left: 60px;
  }
}
.richText ol li:before {
  background: none;
  font-size: 13px;
  top: 3px;
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  font-weight: 500;
  color: #0069c3;
  left: -30px;
}
.richText ul {
  padding-top: 20px;
}
.richText ul li {
  margin-left: 32px;
}
@media (min-width: 960px) {
  .richText ul li {
    margin-left: 60px;
  }
}
.richText li {
  margin-bottom: 10px;
}
.richText ul ul {
  padding-top: 10px;
  margin-top: 0px;
}
.richText ul li li:before {
  height: 1px;
  width: 10px;
  top: 14px;
}

@media (min-width: 960px) {
  .siteWrapper--twoCol .richText {
    margin-left: 12.5%;
  }
}

@media (min-width: 960px) {
  .siteWrapper--fullWidth .richText {
    margin-left: 14.2857142857%;
    margin-right: 35.7142857143%;
  }
}

.richText--tab img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}
.richText--tab p,
.richText--tab li {
  max-width: 80ch;
}
.richText--tab blockquote p {
  max-width: 55ch;
}
@media (min-width: 960px) {
  .richText--tab {
    padding: 60px 0;
  }
  .richText--tab img {
    margin: 50px -12.5%;
    width: 100%;
    max-width: 850px;
    clip-path: polygon(5% 0%, 0% 100%, 100% 100%, 100% 0%);
  }
}
@media (min-width: 960px) {
  .richText--tab .richText--tab__copy {
    padding-left: 10%;
    padding-right: 20%;
  }
}

.mapPromo {
  background: #481776;
  color: #fff;
  margin-bottom: 60px;
}

.mapPromo-content {
  display: flex;
  align-content: middle;
}

.mapPromo-text {
  margin-left: 7.1428571429%;
  align-self: center;
  padding: 60px 0 80px;
  flex: 1;
}
.mapPromo-text h2,
.mapPromo-text p,
.mapPromo-text a {
  color: #fff;
}

.mapPromo-header {
  line-height: 1.2;
  margin-bottom: 8px;
  padding-top: 0;
}

.mapPromo-copy {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 45px;
  font-weight: 300;
}

.mapPromo-cta {
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  background: #e30450;
  padding: 15px 50px;
  display: inline-flex;
  transition: 0.3s background;
}
.mapPromo-cta:hover, .mapPromo-cta:focus {
  background: #0069c3;
}

.mapPromo-image {
  margin-bottom: -30px;
  min-height: calc(100% + 30px);
  flex: 0 0 50%;
  background-size: cover;
  background-position: left center;
}
.mapPromo-image img {
  display: none;
}

.mapPromo--narrow {
  position: relative;
  z-index: 1;
}
.mapPromo--narrow .mapPromo-image {
  margin-bottom: 0;
  min-height: 100%;
  flex: 0 0 30%;
  background-position: right center;
  position: absolute;
  top: 70px;
  width: 40%;
  left: -12.5%;
}
.mapPromo--narrow .mapPromo-text {
  margin-left: 33%;
}
@media (min-width: 960px) {
  .mapPromo--narrow::after {
    content: "";
    display: block;
    background: #481776;
    position: absolute;
    top: 0;
    height: 100%;
    width: 1400px;
    max-width: 1400px;
    margin-left: -12.5%;
    z-index: -1;
  }
}

@media (max-width: 768px) {
  .mapPromo-content {
    flex-direction: column-reverse;
    border-top: 60px solid #fff;
  }
  .mapPromo-text {
    margin: 0 40px;
  }
  .mapPromo-image {
    width: 80%;
    margin-left: auto;
    background-size: 0;
    margin-top: -60px;
  }
  .mapPromo-image img {
    position: relative;
    display: block;
    width: 100%;
  }
  .mapPromo--narrow .mapPromo-image {
    position: static;
    left: 0;
    width: 40%;
    top: 0;
    margin-left: 0;
  }
  .mapPromo--narrow .mapPromo-content {
    flex-direction: column;
  }
  .mapPromo--narrow .mapPromo-text {
    margin-left: 40px;
  }
}
.lead-gate-active {
  overflow: hidden;
  max-height: 100vh;
}

.leadGate {
  display: none;
}
.lead-gate-active .leadGate {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  overflow: auto;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}

.leadGate-contents {
  width: 90vw;
  max-width: 1180px;
  margin: 5vh auto;
  background: #f3f3f4;
  padding: 60px 80px;
  position: relative;
}
.leadGate-contents h1 {
  margin-bottom: 8px;
}
.leadGate-contents .formModule {
  padding: 0;
}
.leadGate-contents .submitInput {
  background: #e30450;
}
.leadGate-contents .submitInput:hover, .leadGate-contents .submitInput:focus {
  background: #481776;
}
.leadGate-contents .leadGate-complete {
  margin-top: 30px;
}

.leadGate-form {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 60px;
}
@media (min-width: 960px) {
  .leadGate-form {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 60px;
         column-gap: 60px;
    align-items: start;
  }
  .leadGate-form .formSubmit {
    grid-column: 1/span 2;
  }
}
.leadGate-form input {
  background-color: transparent;
}

.leadGate-close {
  background: transparent;
  padding: 5px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: -30px;
  right: 0;
}
.leadGate-close svg {
  width: 11px;
  height: 11px;
}
.leadGate-close g[stroke] {
  stroke: #5a6771;
}

a[data-lead-gate] *,
button[data-lead-gate] * {
  pointer-events: none;
}

@media (max-width: 960px) {
  .leadGate-contents {
    margin: 0;
    width: 100%;
    padding: 60px 30px;
  }
  .leadGate-close {
    top: 10px;
    right: 10px;
    padding: 10px;
  }
  .leadGate-close svg {
    width: 18px;
    height: 18px;
  }
}
.text-modal-active {
  overflow: hidden;
  max-height: 100vh;
}

.textModal {
  display: none;
}
.text-modal-active .textModal {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  overflow: auto;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}

.textModal-contents {
  width: 90vw;
  max-width: 1180px;
  margin: 5vh auto;
  background: #f3f3f4;
  padding: 60px 80px;
  position: relative;
}
.textModal-contents h1 {
  margin-bottom: 8px;
}
.textModal-contents .formModule {
  padding: 0;
}
.textModal-contents .formModule a {
  width: 100%;
}
.textModal-contents .submitInput {
  background: #e30450;
}
.textModal-contents .submitInput:hover, .textModal-contents .submitInput:focus {
  background: #481776;
}
.textModal-contents .textModal-complete {
  margin-top: 30px;
}

.textModal-close {
  background: transparent;
  padding: 5px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: -30px;
  right: 0;
}
.textModal-close svg {
  width: 11px;
  height: 11px;
}
.textModal-close g[stroke] {
  stroke: #5a6771;
}

@media (max-width: 960px) {
  .textModal-contents {
    margin: 0;
    width: 100%;
    padding: 60px 30px;
  }
  .textModal-close {
    top: 10px;
    right: 10px;
    padding: 10px;
  }
  .textModal-close svg {
    width: 18px;
    height: 18px;
  }
}
.form-modal-active {
  overflow: hidden;
  max-height: 100vh;
}

.formModal {
  display: none;
}
.form-modal-active .formModal {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 30;
  overflow: auto;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}

.formModal-contents {
  width: 90vw;
  max-width: 1180px;
  margin: 5vh auto;
  background: #f3f3f4;
  padding: 60px 80px;
  position: relative;
  overflow-y: hidden;
}
.formModal-contents h1 {
  margin-bottom: 8px;
}
.formModal-contents .formModule {
  padding: 0;
}
.formModal-contents .submitInput {
  background: #e30450;
}
.formModal-contents .submitInput:hover, .formModal-contents .submitInput:focus {
  background: #481776;
}
.formModal-contents .formModal-complete {
  margin-top: 30px;
}
.formModal-contents::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 25px;
  transform: skewY(-0.75deg);
  background: #00aeef;
}

.formModal-form {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 60px;
}
@media (min-width: 960px) {
  .formModal-form {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 60px;
         column-gap: 60px;
    align-items: start;
  }
  .formModal-form .formSubmit {
    grid-column: 1/span 2;
  }
}
.formModal-form input {
  background-color: transparent;
}

.formModal-close {
  background: transparent;
  padding: 5px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.formModal-close svg {
  width: 11px;
  height: 11px;
}
.formModal-close g[stroke] {
  stroke: #5a6771;
}

a[data-form-modal] *,
button[data-form-modal] * {
  pointer-events: none;
}

@media (max-width: 960px) {
  .formModal-contents {
    margin: 0;
    width: 100%;
    padding: 60px 30px;
  }
  .formModal-close {
    top: 10px;
    right: 10px;
    padding: 10px;
  }
  .formModal-close svg {
    width: 18px;
    height: 18px;
  }
}
.charts {
  padding: 0 40px;
}
@media (min-width: 960px) {
  .charts {
    padding: 0;
  }
}
.charts .container,
.charts canvas {
  position: relative;
}
.charts .h3 {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 18px;
  margin-bottom: 38px;
  border-bottom: 1px solid #481776;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: normal;
  letter-spacing: 0.19px;
}
.charts .h3.no-border {
  border-bottom: 0;
  margin-bottom: 0;
}
.charts .select--chart {
  display: none;
  margin: 0 0 30px 0;
}
@media (min-width: 500px) {
  .charts .select--chart {
    padding-left: 70%;
    margin: 0 0 0 0;
  }
}
.charts .donut-select-year {
  display: none;
}
.charts .donut-select-year.is-active {
  display: block;
}

.charts-l-bar .charts-legend-list {
  margin-top: 45px;
}
@media (min-width: 960px) {
  .charts-l-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .charts-l-bar .container:nth-child(1) {
    width: 60%;
  }
  .charts-l-bar .container:nth-child(2) {
    width: 40%;
    padding-left: 50px;
    box-sizing: border-box;
    align-self: center;
  }
  .charts-l-bar .charts-legend-list {
    margin-top: 0;
  }
}

.charts-l-single-donut .charts-legend-list {
  margin-top: 45px;
}
.charts-l-single-donut .container:nth-child(1) {
  max-width: 270px;
}
@media (min-width: 960px) {
  .charts-l-single-donut {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .charts-l-single-donut .container:nth-child(1) {
    width: 270px;
  }
  .charts-l-single-donut .container:nth-child(2) {
    padding-left: 50px;
    box-sizing: border-box;
    align-self: center;
  }
  .charts-l-single-donut .charts-legend-list {
    margin-top: 0;
  }
}

.charts-l-double-donut .container:nth-child(1),
.charts-l-double-donut .container:nth-child(2) {
  max-width: 270px;
}
.charts-l-double-donut .container:nth-child(3) {
  margin-top: 45px;
}
@media (min-width: 960px) {
  .charts-l-double-donut {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .charts-l-double-donut .container:nth-child(1),
  .charts-l-double-donut .container:nth-child(2) {
    width: 50%;
  }
  .charts-l-double-donut .container:nth-child(4) {
    width: 100%;
    margin-top: 45px;
  }
}

.charts-l-triple-donut .container:nth-child(1),
.charts-l-triple-donut .container:nth-child(2),
.charts-l-triple-donut .container:nth-child(3) {
  max-width: 270px;
}
.charts-l-triple-donut .container:nth-child(4) {
  margin-top: 45px;
}
@media (min-width: 1200px) {
  .charts-l-triple-donut {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .charts-l-triple-donut .container:nth-child(1),
  .charts-l-triple-donut .container:nth-child(2),
  .charts-l-triple-donut .container:nth-child(3) {
    width: 33%;
  }
  .charts-l-triple-donut .container:nth-child(4) {
    width: 100%;
    margin-top: 45px;
  }
}

.charts-l-table {
  overflow-x: auto;
  margin-right: -40px;
  padding-right: 40px;
  scrollbar-width: thin;
}
@media (min-width: 768px) {
  .charts-l-table {
    margin-right: 0;
    padding-right: 0;
  }
}

.dtcharts .charts-l-single-donut {
  margin-bottom: 45px;
}

.charts-table {
  width: 768px;
  color: #5a6771;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .charts-table {
    width: 100%;
  }
}
.charts-table th, .charts-table td {
  padding: 13px 5px;
  font-size: 12px;
  font-weight: 400;
}
.charts-table thead {
  border-bottom: 4px solid #5a6771;
}
.charts-table thead th {
  text-align: center;
}
.charts-table thead tr th:first-child {
  text-align: left;
}
.charts-table tbody {
  border-bottom: 4px solid #0069c3;
}
.charts-table tbody tr {
  border-bottom: 1px solid #acbac4;
}
.charts-table tbody tr th {
  text-align: left;
  color: #0069c3;
}
.charts-table tbody tr td {
  text-align: center;
}
.charts-table tfoot th {
  text-align: left;
}
.charts-table tfoot td {
  text-align: center;
}
.charts-table .active {
  background-color: rgba(60, 218, 195, 0.2);
}
.charts-table .cell--primary {
  color: #fff;
  background-color: #0069c3;
}
.charts-table .cell--primary-alt {
  color: #fff;
  background-color: rgba(0, 105, 195, 0.9);
}
.charts-table .cell--secondary {
  color: #5a6771;
  background-color: #f3f3f4;
}
.charts-table .thead--primary {
  border-color: #0069c3;
}

.charts-subhead {
  margin-bottom: 30px;
}
.charts-subhead div, .charts-subhead p {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.85;
}

.charts-disclosure {
  margin-top: 45px;
  font-size: 12px;
  line-height: 1.2;
}
.charts-disclosure h1,
.charts-disclosure h2,
.charts-disclosure h3,
.charts-disclosure h4,
.charts-disclosure h5,
.charts-disclosure h6 {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #5a6771;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
}
.charts-disclosure p {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #5a6771;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 5px;
}
.charts-disclosure a {
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #00aeef;
  text-decoration: none;
}
.charts-disclosure a:hover {
  color: #0069c3;
}
@media (min-width: 500px) {
  .charts-disclosure {
    width: 80%;
  }
}

.charts-legend-list {
  display: flex;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Gotham A", "Gotham B", sans-serif;
}
.charts-legend-list .charts-legend {
  position: relative;
  list-style: none;
  padding-left: 19px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1;
}
.charts-legend-list .charts-legend::before {
  content: "";
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #f6f6f6;
  border-radius: 100%;
}
.charts-legend-list .charts-legend.orange::before {
  background-color: #ff7e00;
}
.charts-legend-list .charts-legend.green::before {
  background-color: #00837b;
}
.charts-legend-list .charts-legend.blue::before {
  background-color: #0069c3;
}
.charts-legend-list .charts-legend.light-blue::before {
  background-color: #00aeef;
}
.charts-legend-list .charts-legend.lighter-blue::before {
  background-color: #51daff;
}
.charts-legend-list .charts-legend.purple::before {
  background-color: #481776;
}
.charts-legend-list .charts-legend.light-purple::before {
  background-color: #891d9b;
}
.charts-legend-list.row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.charts-legend-list.row .charts-legend {
  display: inline-block;
  margin: 0 25px 12px 0;
}
.charts-legend-list.column {
  flex-direction: column;
}
.charts-legend-list.column .charts-legend {
  display: block;
  margin: 0 0 12px 0;
}

.charts-balloon {
  position: relative;
  display: none;
  background-color: rgba(172, 186, 196, 0.2);
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
  padding: 20px 25px 20px 20px;
  color: #5a6771;
}
.charts-balloon.active {
  display: block;
  margin-top: 45px;
}
.charts-balloon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../../public/img/balloon-close.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  background-color: transparent;
}
@media (min-width: 960px) {
  .charts-balloon.active {
    margin-top: 0;
  }
}

.charts-donut-title {
  max-width: 140px;
  color: #5a6771;
  font-size: 21px;
  text-align: center;
}
.charts-donut-title-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.charts-l-triple-donut .charts-donut-title {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .charts-l-triple-donut .charts-donut-title {
    font-size: 11px;
    max-width: 105px;
  }
}

#chartjs-tooltip table {
  padding: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.24);
  color: #5a6771;
  font-weight: normal;
}
#chartjs-tooltip th {
  padding-bottom: 5px;
  border-bottom: 1px solid #d5dce1;
  text-align: left;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-size: 12px;
}
#chartjs-tooltip tbody {
  font-size: 21px;
}
#chartjs-tooltip td {
  text-align: left;
  padding-top: 3px;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Gotham A", "Gotham B", sans-serif;
}

@media (min-width: 960px) {
  .charts {
    margin-left: 14.2857142857%;
    margin-right: 35.7142857143%;
  }
}

@media (min-width: 960px) {
  .twoCol .charts {
    margin: 0;
  }
}

.infographic {
  position: relative;
}
@media (min-width: 960px) {
  .infographic {
    padding: 0 3.5714285714%;
  }
}
.infographic.infographic--si {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .infographic.infographic--si {
    flex-direction: row;
  }
}
.infographic .infographic__media {
  width: 100%;
}
@media (min-width: 960px) {
  .infographic .infographic__media {
    width: 70%;
    margin-right: 45px;
  }
}
.infographic .infographic__media img {
  display: none;
  width: 100%;
}
.infographic .infographic__media img._active {
  display: block;
}
.infographic .infographic__data {
  width: 100%;
}
@media (min-width: 960px) {
  .infographic .infographic__data {
    width: 30%;
  }
}
.infographic .infographic__data .range__intro {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3cdac3;
}
.infographic .infographic__data p {
  font-size: 15px !important;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
}
.infographic .range__results p {
  font-size: 15px !important;
  line-height: normal;
  font-weight: bold;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-bottom: 30px;
}
.infographic .range__results-message, .infographic .range__results-heading {
  display: none;
}
.infographic .range__results-message._active, .infographic .range__results-heading._active {
  display: block;
}
.infographic .range__results-message p, .infographic .range__results-heading p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: initial;
  margin-bottom: 0;
}
.infographic .range__results-message ul, .infographic .range__results-message li, .infographic .range__results-heading ul, .infographic .range__results-heading li {
  color: #fff;
}
.infographic .range__results-message li, .infographic .range__results-heading li {
  line-height: 1.3;
  margin-bottom: 10px;
}
.infographic .range__results-message li:before, .infographic .range__results-heading li:before {
  top: 6px;
}
.infographic .infographic__data {
  background: #00837b;
}
.infographic .range__field {
  margin-bottom: 45px;
}
.infographic .range__fieldset {
  position: relative;
  width: 100%;
  max-width: 375px;
}
.infographic .range__data-content {
  color: #fff;
  padding: 30px;
}
.infographic .range__data-content p {
  color: #fff;
}
.infographic .range__data-content svg {
  height: 25px;
}
.infographic .range__data-content text {
  fill: #fff;
}
.infographic input[type=range] {
  height: 30px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: transparent;
}
.infographic input[type=range]:focus {
  outline: none;
}
.infographic input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: grab;
  box-shadow: none;
  background: #3cdac3;
  opacity: 0.7;
  border-radius: 5px;
}
.infographic input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 0;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #3cdac3;
  border: 0;
  cursor: grab;
  -webkit-appearance: none;
  margin-top: -10px;
}
.infographic input[type=range]::-moz-range-thumb {
  box-shadow: none;
  background: #3cdac3;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  border: 0;
  background: #3cdac3;
  cursor: grab;
}
.infographic input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: grab;
  box-shadow: none;
  background: #3cdac3;
  opacity: 0.7;
  border-radius: 5px;
}
.infographic input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: grab;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.infographic input[type=range]::-ms-fill-lower {
  background: #3cdac3;
  border-radius: 2px;
  box-shadow: none;
}
.infographic input[type=range]::-ms-fill-upper {
  background: #3cdac3;
  border-radius: 2px;
  box-shadow: none;
}
.infographic input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: none;
  background: #3cdac3;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background: #3cdac3;
  cursor: grab;
}
.infographic input[type=range]:focus::-ms-fill-lower {
  background: #3cdac3;
}
.infographic input[type=range]:focus::-ms-fill-upper {
  background: #3cdac3;
}