.visually-hidden, .signin-checkbox input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visually-hidden.focusable:active, .signin-checkbox input.focusable:active, .visually-hidden.focusable:focus, .signin-checkbox input.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:active,
button:focus {
  outline: none; }

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

img {
  -ms-interpolation-mode: bicubic;
  display: block; }

svg:not(:root) {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button,
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
  outline: inherit; }

.button {
  padding: 13px 28px 12px;
  background-color: #f39e21;
  border: 2px solid #f39e21;
  border-radius: 0;
  font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white !important;
  cursor: pointer;
  -webkit-transition: background-color 0.1s linear, color 0.1s linear;
  transition: background-color 0.1s linear, color 0.1s linear; }
  .button:hover {
    background-color: white;
    color: #f39e21 !important; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.video-container, .richtext figure {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px; }
  .video-container iframe, .richtext figure iframe,
  .video-container object,
  .richtext figure object,
  .video-container embed,
  .richtext figure embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.image_container {
  display: block;
  position: relative;
  background-color: #ebf0f2; }
  .image_container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%; }
  .image_container > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity .75s linear 0.1s;
  transition: opacity .75s linear 0.1s; }

.no-js .lazyload {
  opacity: 1 !important; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: black;
  font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  text-rendering: optimizeLegibility; }

p {
  font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin: 0 0 1em;
  font-size: 1rem; }
  @media (min-width: 620px) {
    p {
      font-size: 1.125rem; } }

a {
  text-decoration: none;
  color: #f39e21;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover, a:focus {
    color: #d5840c;
    outline: none; }

hr {
  border: none;
  border-bottom: 2px solid black;
  margin: 30px 0; }

img {
  margin: 0;
  max-width: 100%; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

/* top: 0;
        left: 0;
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto; }

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto; }

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  padding: 20px;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 62vh; }

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gslide-description {
  position: relative;
  display: none !important; }

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p::last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none; }

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto; }

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: .1; }

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important; }

/*Skin */
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000; }

/* .gprev,
    .gnext,
    .gclose{
        border: none;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
    } */
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12); }

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff; }

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none; }

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px; }

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px; }

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px; }

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px; }

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1; }

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%; }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }
  .gslide-inline {
    max-height: 95vh; }
  .gslide-external {
    max-height: 95vh; }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px; }
  .glightbox-open {
    height: auto; }
  .goverlay {
    background: rgba(0, 28, 46, 0.85); }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65); }
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%; }
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%; } }

@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px; } }

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }

.announcement {
  position: relative;
  padding: 10px 0;
  background-color: #2b7ce8;
  border-top: 2px solid white;
  border-bottom: 2px solid white; }
  .announcement-content {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding-right: 50px; }
    @media (min-width: 1080px) {
      .announcement-content {
        max-width: 1200px;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 620px) {
      .announcement-content {
        padding-right: 60px; } }
    .announcement-content p {
      font-size: 0.9375rem;
      line-height: 1.4;
      color: white; }
      .announcement-content p:last-child {
        margin-bottom: 0; }
      .announcement-content p a {
        color: white; }
        .announcement-content p a:hover, .announcement-content p a:focus {
          text-decoration: underline; }
  .announcement-hide {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: none;
    text-indent: -9999px; }
    @media (min-width: 620px) {
      .announcement-hide {
        right: 20px; } }
    .announcement-hide-icon {
      position: relative;
      display: block;
      width: 18px;
      height: 3px;
      margin-top: -4px; }
      .announcement-hide-icon:before, .announcement-hide-icon:after {
        content: "";
        position: absolute;
        top: 3px;
        right: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: white;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .announcement-hide-icon:after {
        top: 100%;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.footer {
  margin-top: 50px;
  padding: 60px 0 30px;
  background-color: #001c2e;
  color: white; }
  @media (min-width: 400px) {
    .footer {
      margin-top: calc(50px + 50 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .footer {
      margin-top: 100px; } }
  .footer-inner, .footer-bottom {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1080px) {
      .footer-inner, .footer-bottom {
        max-width: 1200px;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (max-width: 767px) {
      .footer-inner, .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer-logo svg {
    display: block;
    width: 160px;
    height: auto; }
  @media (max-width: 767px) {
    .footer-logo {
      margin-bottom: 45px; } }
  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767px) {
      .footer-info {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .footer-heading {
    margin-bottom: 30px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-social-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 24px; }
      .footer-social-link:last-child {
        margin-right: 0; }
      .footer-social-link-facebook {
        padding: 0 3px; }
      .footer-social-link a {
        display: block; }
        .footer-social-link a svg path,
        .footer-social-link a svg circle {
          -webkit-transition: fill 0.1s linear;
          transition: fill 0.1s linear; }
        .footer-social-link a:hover svg path,
        .footer-social-link a:hover svg circle, .footer-social-link a:focus svg path,
        .footer-social-link a:focus svg circle {
          fill: #f39e21; }
  .footer-bottom {
    margin-top: 90px; }
  .footer-sign_out, .footer-copyright {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1; }
  .footer-sign_out {
    font-weight: 600; }
    @media (max-width: 767px) {
      .footer-sign_out {
        margin-bottom: 1em; } }
    .footer-sign_out a {
      color: white; }
  @media (min-width: 768px) {
    .footer-copyright {
      margin-left: auto; } }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9998;
  background-color: #001c2e;
  color: white; }
  .header-inner {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1080px) {
      .header-inner {
        max-width: 1200px;
        padding-right: 60px;
        padding-left: 60px; } }
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-nav-logo {
      height: 92px;
      width: 92px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #f39e21; }
      @media (max-width: 879px) {
        .header-nav-logo {
          height: 68px;
          width: 68px; } }
    .header-nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 30px; }
      @media (min-width: 840px) {
        .header-nav-list {
          margin-left: calc(30px + 30 * (100vw - 840px) / 160); } }
      @media (min-width: 1000px) {
        .header-nav-list {
          margin-left: 60px; } }
      @media (max-width: 759px) {
        .header-nav-list {
          display: none; } }
      .header-nav-list-item {
        margin-right: 15px;
        font-weight: 700;
        text-transform: uppercase; }
        @media (min-width: 840px) {
          .header-nav-list-item {
            margin-right: calc(15px + 15 * (100vw - 840px) / 160); } }
        @media (min-width: 1000px) {
          .header-nav-list-item {
            margin-right: 30px; } }
        @media (max-width: 879px) {
          .header-nav-list-item {
            font-size: 0.9375rem; } }
        .header-nav-list-item:last-child {
          margin-right: 0; }
        .header-nav-list-item.is-active a {
          color: white;
          border-color: #f39e21; }
        .header-nav-list-item a {
          padding: 5px 3px;
          border-bottom: 2px solid #001c2e;
          color: white; }
          .header-nav-list-item a:hover, .header-nav-list-item a:focus {
            color: white;
            border-color: #f39e21; }
  .header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 759px) {
      .header-buttons {
        display: none; } }
    .header-buttons-search {
      display: inline-block;
      padding: 20px 10px 10px;
      margin-right: 10px; }
      @media (min-width: 840px) {
        .header-buttons-search {
          margin-right: calc(10px + 25 * (100vw - 840px) / 160); } }
      @media (min-width: 1000px) {
        .header-buttons-search {
          margin-right: 35px; } }
      .header-buttons-search svg {
        width: 18px; }
        @media (min-width: 840px) {
          .header-buttons-search svg {
            width: calc(18px + 6 * (100vw - 840px) / 160); } }
        @media (min-width: 1000px) {
          .header-buttons-search svg {
            width: 24px; } }
        .header-buttons-search svg path {
          fill: white; }
    .header-buttons-item {
      display: inline-block;
      padding: 13px 28px 12px;
      background-color: #f39e21;
      border: 2px solid #f39e21;
      border-radius: 0;
      font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      text-transform: uppercase;
      color: white !important;
      cursor: pointer;
      -webkit-transition: background-color 0.1s linear, color 0.1s linear;
      transition: background-color 0.1s linear, color 0.1s linear; }
      .header-buttons-item:hover {
        background-color: white;
        color: #f39e21 !important; }
      @media (max-width: 879px) {
        .header-buttons-item {
          padding: 13px 28px 12px;
          background-color: #f39e21;
          border: 2px solid #f39e21;
          border-radius: 0;
          font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          font-size: 1.125rem;
          font-weight: 700;
          text-transform: uppercase;
          color: white !important;
          cursor: pointer;
          -webkit-transition: background-color 0.1s linear, color 0.1s linear;
          transition: background-color 0.1s linear, color 0.1s linear;
          padding: 8px 18px 7px;
          font-size: 0.9375rem; }
          .header-buttons-item:hover {
            background-color: white;
            color: #f39e21 !important; } }
  .header-menu {
    margin-right: -10px;
    margin-left: -10px;
    padding: 10px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    border: none;
    text-indent: -9999px; }
    @media (min-width: 760px) {
      .header-menu {
        display: none; } }
    .header-menu-icon {
      position: relative;
      display: block;
      width: 14px;
      height: 7px; }
      .header-menu-icon:before, .header-menu-icon:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: white; }
        .show-mobile_nav .header-menu-icon:before, .show-mobile_nav .header-menu-icon:after {
          top: 3px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
      .header-menu-icon:after {
        top: 100%; }
        .show-mobile_nav .header-menu-icon:after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }

.mobile_nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  background: white;
  text-align: center;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 759px) {
    body.show-mobile_nav {
      overflow: hidden; } }
  .show-mobile_nav .mobile_nav {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9997; }
  @media (min-width: 760px) {
    .mobile_nav {
      display: none !important; } }
  .mobile_nav-content {
    width: 100%;
    max-height: 100%;
    padding: 0 30px 30px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    @media (min-height: 500px) {
      .mobile_nav-content {
        -webkit-transform: translateY(-2vh);
                transform: translateY(-2vh); } }
  .mobile_nav-nav-list-item {
    margin-bottom: 0.5em; }
    .mobile_nav-nav-list-item:last-child {
      margin: 0; }
    .mobile_nav-nav-list-item a {
      font-size: 18px;
      font-weight: 700;
      text-decoration: none; }
      @media (min-width: 400px) {
        .mobile_nav-nav-list-item a {
          font-size: calc(18px + 6 * (100vw - 400px) / 360); } }
      @media (min-width: 760px) {
        .mobile_nav-nav-list-item a {
          font-size: 24px; } }

.search-input {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #1a6881; }
  .search-input:focus {
    outline: none; }

.search-results-list {
  margin: 30px 0 0 !important;
  padding: 0 !important; }
  .search-results-list-item {
    display: block;
    margin-bottom: 20px;
    color: #001c2e !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    .search-results-list-item:hover, .search-results-list-item:focus {
      color: #1a6881 !important; }
    .search-results-list-item:last-child {
      margin-bottom: 0; }
    .search-results-list-item-date {
      margin: 0 !important;
      font-size: 14px !important;
      font-weight: 500 !important; }
    .search-results-list-item-title {
      margin: 5px 0 0 !important;
      font-size: 18px !important;
      font-weight: 500 !important; }

.search-results-message {
  margin: 30px 0 0 !important; }

.accordion {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden; }
  .accordion-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 20px 25px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #1a6881;
    border: none; }
  .accordion-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 1.2;
    color: white; }
    @media (min-width: 400px) {
      .accordion-heading {
        font-size: calc(20px + 10 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .accordion-heading {
        font-size: 30px; } }
    .accordion-heading-message {
      margin-left: 25px;
      font-size: 0.5em;
      text-transform: uppercase;
      font-weight: 600; }
  .accordion-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .accordion-toggle-text {
      font-size: 0.9375rem;
      font-weight: 700;
      text-transform: uppercase;
      color: white; }
      .is-open .accordion-toggle-text--view {
        display: none; }
      .accordion-toggle-text--hide {
        display: none; }
        .is-open .accordion-toggle-text--hide {
          display: block; }
    .accordion-toggle-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 26px;
      width: 26px;
      margin-left: 7px;
      background-color: white;
      border-radius: 13px;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .is-open .accordion-toggle-icon {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      .accordion-toggle-icon svg {
        margin-top: -2px; }
  .accordion-content {
    padding-bottom: 10px;
    border: 2px solid #bdccd4;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .is-open .accordion-content {
      padding-bottom: 0; }
    .accordion-content-inner {
      display: none; }
      .is-open .accordion-content-inner {
        display: block; }
      .accordion--timeline .accordion-content-inner {
        padding-top: 15px;
        padding-bottom: 15px; }

.data-graphs {
  padding: 15px; }
  @media (min-width: 880px) {
    .data-graphs-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px; } }
  @media (min-width: 1140px) {
    .data-graphs-options {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.graph_inputs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px; }
  @media (max-width: 559px) {
    .graph_inputs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .graph_inputs input {
    font-size: 0.9375rem;
    border: 2px solid #bdccd4;
    border-radius: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    height: 50px;
    padding: 0 1.25em; }
    @media (max-width: 559px) {
      .graph_inputs input {
        width: 100%; } }
  .graph_inputs span {
    color: #bdccd4;
    display: inline-block;
    font-weight: bold;
    margin: 0 0.5em;
    text-transform: uppercase; }
    @media (max-width: 559px) {
      .graph_inputs span {
        margin: 0.5em; } }

.graph_buttons {
  margin-bottom: 15px;
  border: 2px solid #bdccd4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  @media (min-width: 1140px) {
    .graph_buttons {
      margin-right: 15px; } }
  @media (min-width: 768px) {
    .graph_buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .graph_buttons-item {
    font-size: 0.875rem;
    padding: 1em 1.5em 0.9em;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: #ebf0f2;
    border-bottom: 2px solid #bdccd4;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-transform: uppercase;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear; }
    @media (min-width: 768px) {
      .graph_buttons-item {
        font-size: 0.9375rem;
        border-bottom: none;
        border-right: 2px solid #bdccd4; } }
    .graph_buttons-item:hover, .graph_buttons-item:focus {
      background-color: #dce4e8; }
    .graph_buttons-item.is-active {
      background-color: white !important; }
    .graph_buttons-item:last-child {
      border: none; }

.chart {
  background: #ebf0f2;
  margin-bottom: 15px;
  padding: 15px; }
  @media (min-width: 880px) {
    .chart {
      margin-bottom: 0; } }
  .chart-header {
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #001c2e;
    margin-bottom: 15px; }
  .chart-tooltip {
    background: white;
    text-align: center;
    pointer-events: none;
    min-width: 160px;
    max-width: 180px; }
    .chart-tooltip:hover {
      opacity: 1 !important; }
    .chart-tooltip-inner {
      border: 3px solid #1a6881;
      padding: 16px; }
      .chart-tooltip-inner--milestone {
        border-color: #f39e21; }
    .chart-tooltip p {
      margin: 0; }
    .chart-tooltip-date {
      font-size: 15px; }
    .chart-tooltip-total {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 32px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
      padding: 0;
      width: 100%; }
      .chart-tooltip-total small {
        font-size: 0.5em;
        font-style: italic;
        margin-left: 0.5em; }
    .chart-tooltip-note {
      color: #f39e21;
      font-size: 15px;
      font-weight: bold;
      margin-top: 6px;
      margin-bottom: 0; }

/* AXES */
/* ticks */
.axis line {
  stroke: #706f6f;
  stroke-width: 1; }

/* axis contour */
.axis path {
  stroke: #706f6f;
  stroke-width: 1; }

/* axis text */
.axis text {
  fill: #2b2929;
  font-size: 120%; }

.grid {
  border: none;
  color: #bdccd4; }

/* LINE CHART */
path.line-0 {
  fill: none;
  stroke: #1a6881; }

path.line-1 {
  fill: none;
  stroke: #1a6881;
  stroke-dasharray: 2; }

path.line-2 {
  fill: none;
  stroke: #1a6881;
  stroke-dasharray: 6; }

/* POINTS */
.point {
  height: 10px;
  width: 10px;
  background: #1a6881;
  stroke: none;
  fill: #1a6881; }
  .point--highlight {
    fill: #f39e21; }

.gallery-heading {
  margin-bottom: 20px; }

.gallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 22px; }

.hero {
  position: relative;
  height: 260px;
  background-color: #001c2e; }
  @media (min-width: 400px) {
    .hero {
      height: calc(260px + 220 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .hero {
      height: 480px; } }
  .hero--short {
    height: 260px; }
    @media (min-width: 400px) {
      .hero--short {
        height: calc(260px + 130 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .hero--short {
        height: 390px; } }
    @media (min-width: 1620px) {
      .hero--short {
        width: 100%;
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 30px;
        padding-left: 30px;
        padding: 0 !important;
        margin-top: 30px;
        margin-bottom: 30px; } }
  @media (min-width: 1620px) and (min-width: 1080px) {
    .hero--short {
      max-width: 1560px;
      padding-right: 60px;
      padding-left: 60px; } }
  .hero-image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1); }
  .hero-shadow {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 150px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }
  .hero-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white; }
    @media (min-width: 1080px) {
      .hero-content {
        max-width: 1200px;
        padding-right: 60px;
        padding-left: 60px; } }
    @media (min-width: 400px) {
      .hero-content {
        padding-top: calc(20px + 20 * (100vw - 400px) / 680);
        padding-bottom: calc(20px + 20 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .hero-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .hero-breadcrumbs {
    margin: 0;
    font-size: 1rem;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase; }
    @media (min-width: 400px) {
      .hero-breadcrumbs {
        font-size: calc(14px + 2 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .hero-breadcrumbs {
        font-size: 16px; } }
    .hero-breadcrumbs a {
      color: white; }
      .hero-breadcrumbs a:hover, .hero-breadcrumbs a:focus {
        border-bottom: 2px solid white; }
  .hero-heading {
    margin-left: -0.06em;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.025em; }
    @media (min-width: 400px) {
      .hero-heading {
        font-size: calc(36px + 48 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .hero-heading {
        font-size: 84px; } }

.legend {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px 30px; }
  @media (min-width: 768px) {
    .legend {
      padding: 0 20px 30px; } }
  .data-item--full .legend {
    padding-left: 20px !important;
    padding-right: 20px !important; }
    @media (min-width: 768px) {
      .data-item--full .legend {
        padding-left: 30px !important;
        padding-right: 30px !important; } }
  .legend-title {
    font-size: 0.9375rem;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase; }
  .legend-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .legend-item {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: left; }
    .legend-item-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 24px;
              flex: 0 0 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 6px; }
      .legend-item-icon img {
        height: 24px;
        width: 24px; }
    .legend-item-text {
      font-size: 0.875rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      white-space: nowrap; }

.map {
  position: relative; }
  .map-view {
    height: 620px; }
  .map-inner {
    position: relative; }
  .map-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 1em;
    text-align: center;
    pointer-events: none;
    z-index: 998; }
    .map-caption p {
      background: white;
      border: 2px solid black;
      border-radius: 100px;
      display: inline-block;
      font-size: 14px;
      padding: 0.25em 1em;
      max-width: 400px; }
  .map_icon {
    height: 14px;
    width: 14px;
    background-color: rgba(255, 61, 106, 0.6);
    border: 2px solid #ff3d6a;
    border-radius: 14px;
    cursor: pointer;
    text-align: center;
    z-index: 20;
    -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out; }
    .map_icon.is-hidden {
      background-color: #bdccd4 !important;
      border-color: #bdccd4 !important;
      display: block;
      width: 7px;
      height: 7px;
      z-index: 0; }
    .map_icon.is-active {
      z-index: 30; }
    .map_icon.is-hovered {
      z-index: 99; }
      .map_icon.is-hovered p {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .map-controls, .map-phases {
    z-index: 40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 130px;
    border: 2px solid #bdccd4;
    border-radius: 4px;
    overflow: hidden; }
    .map-controls-item, .map-phases-item {
      padding: 0.5em;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      background-color: #ebf0f2;
      border-bottom: 2px solid #bdccd4;
      font-size: 0.875rem;
      text-transform: uppercase;
      -webkit-transition: background-color 0.1s linear;
      transition: background-color 0.1s linear; }
      .map-controls-item:hover, .map-phases-item:hover {
        background-color: #dce4e8; }
      .map-controls-item.is-active, .map-phases-item.is-active {
        background-color: white !important;
        font-weight: 700; }
      .map-controls-item:last-child, .map-phases-item:last-child {
        border: none; }
  .map-phases {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #bdccd4;
    display: grid;
    gap: 2px;
    grid-template-columns: 1fr 1fr; }
    @media (min-width: 768px) {
      .map-phases {
        right: 30px; } }
    .map-phases-item {
      border: 0 !important; }
      .map-phases-item:first-child {
        grid-column: 1 / -1; }
      .map-phases-item:focus {
        background-color: #dce4e8; }
  .map-controls {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 34px; }
    @media (min-width: 768px) {
      .map-controls {
        left: 30px; } }
    .map-controls-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 30px;
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 0; }
      .map-controls-item--reset {
        padding: 0.3em; }
        .map-controls-item--reset svg {
          pointer-events: none; }
  .map-dropdowns {
    display: grid;
    gap: 1rem;
    grid-template: "a a a" "b b c";
    padding: 30px;
    position: relative;
    z-index: 999; }
    @media (min-width: 768px) {
      .map-dropdowns {
        grid-template: "a b c" / 2fr 2fr 180px; } }
    .map-dropdowns .choices {
      margin-bottom: 0; }
      .map-dropdowns .choices:nth-child(1) {
        grid-area: a; }
      .map-dropdowns .choices:nth-child(2) {
        grid-area: b; }
      .map-dropdowns .choices:nth-child(3) {
        grid-area: c; }
    .map-dropdowns .choices__inner {
      background-color: #ebf0f2;
      border: 2px solid #bdccd4 !important; }
    .map-dropdowns .choices__list--dropdown .choices__item--selectable {
      padding-right: 0 !important; }
    .map-dropdowns .choices__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .map-dropdowns .choices__item img {
        height: 20px;
        margin-right: 0.5rem; }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  display: none; }
  .modal.is-open {
    position: absolute;
    display: block; }
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 28, 46, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999; }
  .modal-container {
    background-color: white;
    padding: 30px;
    max-width: 640px;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 80vw; }
    @media (min-width: 400px) {
      .modal-container {
        padding: calc(30px + 30 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .modal-container {
        padding: 60px; } }
  .modal-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 30px;
    width: 30px; }
  .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal-header-title {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 0.75em; }
      @media (min-width: 400px) {
        .modal-header-title {
          font-size: calc(20px + 10 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .modal-header-title {
          font-size: 30px; } }
  .modal-close {
    background: transparent;
    border: 0;
    position: absolute;
    right: 6px;
    top: 12px; }
    .modal-close:before {
      content: "\2715"; }
  .modal-content {
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.5; }
    .modal-content > *:first-child {
      margin-top: 0; }
    .modal-content > *:last-child {
      margin-bottom: 0; }
  .modal-links {
    margin-top: 25px; }
    @media (min-width: 400px) {
      .modal-links {
        margin-top: calc(25px + 15 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .modal-links {
        margin-top: 40px; } }
  .modal-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
    .modal-social-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 12px;
      line-height: 0; }
      .modal-social-link:last-child {
        margin-right: 0; }
      .modal-social-link-facebook {
        padding: 0 3px; }
      .modal-social-link a {
        display: block; }
        .modal-social-link a svg {
          width: 24px; }
          .modal-social-link a svg path,
          .modal-social-link a svg circle {
            fill: #f39e21;
            -webkit-transition: fill 0.1s linear;
            transition: fill 0.1s linear; }
        .modal-social-link a:hover svg path,
        .modal-social-link a:hover svg circle, .modal-social-link a:focus svg path,
        .modal-social-link a:focus svg circle {
          fill: #f39e21; }
  .modal-button {
    display: inline-block;
    padding: 13px 28px 12px;
    background-color: #001c2e;
    border: 2px solid #001c2e;
    border-radius: 0;
    font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white !important;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear, color 0.1s linear;
    transition: background-color 0.1s linear, color 0.1s linear;
    padding: 8px 18px 7px;
    font-size: 0.9375rem; }
    .modal-button:hover {
      background-color: white;
      color: #001c2e !important; }
    .modal-social + .modal-button {
      margin-top: 12px; }
  .modal-edit {
    position: absolute;
    right: 12px;
    bottom: 8px;
    display: none;
    font-size: 16px !important;
    font-weight: 500; }
    .show-edit .modal-edit {
      display: inline-block; }

.page_heading {
  position: relative;
  padding-top: 50px;
  margin-bottom: 30px; }
  @media (min-width: 400px) {
    .page_heading {
      padding-top: calc(50px + 50 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .page_heading {
      padding-top: 100px; } }
  @media (min-width: 400px) {
    .page_heading {
      margin-bottom: calc(30px + 50 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .page_heading {
      margin-bottom: 80px; } }
  .page_heading-inner {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px; }
    @media (min-width: 1080px) {
      .page_heading-inner {
        max-width: 1200px;
        padding-right: 60px;
        padding-left: 60px; } }
    .page_heading-inner:before, .page_heading-inner:after {
      margin-top: -50px; }
      @media (min-width: 400px) {
        .page_heading-inner:before, .page_heading-inner:after {
          margin-top: calc(-50px + -50 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .page_heading-inner:before, .page_heading-inner:after {
          margin-top: -100px; } }
      @media (max-width: 1079px) {
        .page_heading-inner:before, .page_heading-inner:after {
          display: none; } }
    .page_heading-inner:before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      width: 152px;
      height: 152px;
      margin-right: -30px;
      background-image: url("/images/svgs/page_heading-arrows-left.svg");
      background-repeat: no-repeat;
      background-size: contain; }
    .page_heading-inner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      width: 131px;
      height: 220px;
      background-image: url("/images/svgs/page_heading-arrows-right.svg");
      background-repeat: no-repeat;
      background-size: contain; }
    .page_heading-inner--columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .page_heading-logo, .page_heading-text {
    margin-bottom: 20px; }
  .page_heading-logo {
    margin-right: 30px;
    line-height: 0; }
  .page_heading-text {
    max-width: 440px; }
    .page_heading-text p {
      font-size: 20px; }
      @media (min-width: 400px) {
        .page_heading-text p {
          font-size: calc(20px + 10 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .page_heading-text p {
          font-size: 30px; } }
      .page_heading-text p:last-child {
        margin-bottom: 0; }
  .page_heading-kicker {
    margin: 0;
    font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #f39e21; }
  .page_heading-heading {
    margin-left: -0.06em;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.025em; }
    @media (min-width: 400px) {
      .page_heading-heading {
        font-size: calc(36px + 48 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .page_heading-heading {
        font-size: 84px; } }

.partners-heading {
  margin-bottom: 20px; }

.partners-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 22px; }

.partners-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .partners-item .image_container {
    background-color: white; }
  .partners-item img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    margin: 0 auto;
    width: 100%;
    -webkit-transition: -webkit-filter 0.1s linear;
    transition: -webkit-filter 0.1s linear;
    transition: filter 0.1s linear;
    transition: filter 0.1s linear, -webkit-filter 0.1s linear; }
    .partners-item img:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }

.process {
  padding: 60px 20px 20px;
  padding-top: 30px; }
  @media (min-width: 400px) {
    .process {
      padding-top: calc(30px + 30 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .process {
      padding-top: 60px; } }
  .process-text {
    max-width: 900px;
    margin: 0 auto 45px;
    margin-bottom: 20px; }
    @media (min-width: 400px) {
      .process-text {
        margin-bottom: calc(20px + 25 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .process-text {
        margin-bottom: 45px; } }
  @media (min-width: 880px) {
    .process-tooltips {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      padding-left: 0px; } }
  @media (min-width: 880px) and (min-width: 880px) {
    .process-tooltips {
      padding-left: calc(0px + 50 * (100vw - 880px) / 320); } }
  @media (min-width: 880px) and (min-width: 1200px) {
    .process-tooltips {
      padding-left: 50px; } }
  .process-tooltips-item {
    position: relative; }
    @media (max-width: 879px) {
      .process-tooltips-item {
        margin-bottom: 30px; }
        .process-tooltips-item:before {
          content: "";
          position: absolute;
          top: -5px;
          left: -5px;
          border-style: solid;
          height: 0;
          width: 0;
          border-color: rgba(243, 158, 33, 0.2) transparent transparent;
          border-width: 40px 40px 0 0; } }
    @media (min-width: 880px) {
      .process-tooltips-item {
        height: 250px;
        padding: 125px 35px 20px 20px;
        padding-top: 104px; } }
  @media (min-width: 880px) and (min-width: 880px) {
    .process-tooltips-item {
      height: calc(250px + 50 * (100vw - 880px) / 320); } }
  @media (min-width: 880px) and (min-width: 1200px) {
    .process-tooltips-item {
      height: 300px; } }
  @media (min-width: 880px) and (min-width: 880px) {
    .process-tooltips-item {
      padding-top: calc(104px + 21 * (100vw - 880px) / 320); } }
  @media (min-width: 880px) and (min-width: 1200px) {
    .process-tooltips-item {
      padding-top: 125px; } }
    @media (min-width: 880px) {
        .process-tooltips-item:before {
          content: "";
          position: absolute;
          top: 0;
          left: -50px;
          height: 300px;
          width: 300px;
          border-style: solid;
          height: 0;
          width: 0;
          border-color: transparent transparent rgba(243, 158, 33, 0.2);
          border-width: 0 0 300px 300px;
          border-bottom-width: 250px;
          border-left-width: 250px; } }
    @media (min-width: 880px) and (min-width: 880px) {
      .process-tooltips-item:before {
        border-bottom-width: calc(250px + 50 * (100vw - 880px) / 320);
        border-left-width: calc(250px + 50 * (100vw - 880px) / 320); } }
    @media (min-width: 880px) and (min-width: 1200px) {
      .process-tooltips-item:before {
        border-bottom-width: 300px;
        border-left-width: 300px; } }
  .process-tooltips-heading {
    position: relative;
    font-size: 20px;
    line-height: 1.2; }
    @media (min-width: 400px) {
      .process-tooltips-heading {
        font-size: calc(20px + 10 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .process-tooltips-heading {
        font-size: 30px; } }
    @media (max-width: 879px) {
      .process-tooltips-heading {
        margin-bottom: 0.5em; }
        .process-tooltips-heading br {
          display: none; } }
    @media (min-width: 880px) {
      .process-tooltips-heading {
        position: relative;
        padding-bottom: 0.4em;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: pointer;
        -webkit-transition: color 0.1s linear;
        transition: color 0.1s linear; }
        .process-tooltips-heading:hover,
        .is-active .process-tooltips-heading {
          color: #f39e21; }
        .is-active .process-tooltips-heading {
          border-bottom: 3px solid #f39e21; } }
  .process-tooltips-content {
    position: relative; }
    .process-tooltips-content > *:first-child {
      margin-top: 0; }
    .process-tooltips-content > *:last-child {
      margin-bottom: 0; }
    .process-tooltips-content p {
      font-size: 16px;
      line-height: 1.35; }
      @media (min-width: 400px) {
        .process-tooltips-content p {
          font-size: calc(16px + 5 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .process-tooltips-content p {
          font-size: 21px; } }
    @media (min-width: 880px) {
      .process-tooltips-content {
        display: none;
        position: absolute;
        bottom: 185px;
        left: 20px;
        bottom: 155px;
        z-index: 10;
        width: 350px;
        padding: 18px 25px;
        background-color: #f39e21;
        color: white;
        -webkit-clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 18px 100%, 0% calc(100% - 18px), 0% 0%);
                clip-path: polygon(0% 0%, calc(100% - 18px) 0%, 100% 18px, 100% 100%, 18px 100%, 0% calc(100% - 18px), 0% 0%); } }
  @media (min-width: 880px) and (min-width: 880px) {
    .process-tooltips-content {
      bottom: calc(155px + 30 * (100vw - 880px) / 320); } }
  @media (min-width: 880px) and (min-width: 1200px) {
    .process-tooltips-content {
      bottom: 185px; } }
  @media (min-width: 880px) and (min-width: 880px) {
    .process-tooltips-content {
      width: calc(350px + 75 * (100vw - 880px) / 320); } }
  @media (min-width: 880px) and (min-width: 1200px) {
    .process-tooltips-content {
      width: 425px; } }
    @media (min-width: 880px) {
        .process-tooltips-item:nth-child(4) .process-tooltips-content {
          left: auto;
          right: 20px; }
        .is-active .process-tooltips-content {
          display: block; }
        .process-tooltips-content p {
          font-size: 18px; } }
    @media (min-width: 880px) and (min-width: 880px) {
      .process-tooltips-content p {
        font-size: calc(18px + 3 * (100vw - 880px) / 320); } }
    @media (min-width: 880px) and (min-width: 1200px) {
      .process-tooltips-content p {
        font-size: 21px; } }
  .process-arrows {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 25px 0 20px;
    background-image: url("/images/svgs/process-dot.svg");
    background-repeat: repeat-x;
    background-position: center; }
    @media (max-width: 879px) {
      .process-arrows {
        display: none; } }
    .process-arrows-item {
      width: 47px;
      height: 20px;
      background-color: white;
      background-image: url("/images/svgs/process-arrow.svg");
      background-repeat: no-repeat;
      background-position: center; }
  .process-button {
    padding: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#1a6881), to(#f39e21));
    background: linear-gradient(to right, #1a6881, #f39e21);
    font-size: 1.3125rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: white; }

.program_widget.is-disabled {
  display: none; }

.program_widget a {
  position: relative;
  display: block;
  color: white; }

.program_widget-image {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: opacity 0.75s linear 0.1s, -webkit-filter 0.1s linear;
  transition: opacity 0.75s linear 0.1s, -webkit-filter 0.1s linear;
  transition: filter 0.1s linear, opacity 0.75s linear 0.1s;
  transition: filter 0.1s linear, opacity 0.75s linear 0.1s, -webkit-filter 0.1s linear; }
  .program_widget:hover .program_widget-image,
  .programs-list_related .program_widget-image {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }

.program_widget-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }
  .program_widget:hover .program_widget-overlay,
  .programs-list_related .program_widget-overlay {
    opacity: 0; }

.program_widget-featured {
  position: absolute;
  top: 0;
  left: 0; }
  .program_widget-featured:before {
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent;
    border-width: 84px 84px 0 0;
    content: ""; }
  .program_widget-featured svg {
    position: absolute;
    top: 15px;
    left: 15px; }

.program_widget-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }

.program_widget-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35; }

.program_widget-strategy {
  margin-top: 0.45em;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase; }

.richtext h1, .richtext h2, .richtext h3, .richtext h4 {
  margin: 1.25em 0 0.5em; }
  .richtext h1 ~ ul,
  .richtext h1 ~ ol, .richtext h2 ~ ul,
  .richtext h2 ~ ol, .richtext h3 ~ ul,
  .richtext h3 ~ ol, .richtext h4 ~ ul,
  .richtext h4 ~ ol {
    margin-top: 0.75em; }

.richtext h2 {
  font-size: 22px; }
  @media (min-width: 400px) {
    .richtext h2 {
      font-size: calc(22px + 6 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .richtext h2 {
      font-size: 28px; } }

.richtext h3 {
  font-size: 20px; }
  @media (min-width: 400px) {
    .richtext h3 {
      font-size: calc(20px + 4 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .richtext h3 {
      font-size: 24px; } }

.richtext h4 {
  font-size: 18px; }
  @media (min-width: 400px) {
    .richtext h4 {
      font-size: calc(18px + 2 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .richtext h4 {
      font-size: 20px; } }

.richtext ul {
  margin: 0;
  padding-left: 22px;
  list-style-type: none;
  list-style-type: disc; }
  @media (min-width: 400px) {
    .richtext ul {
      padding-left: calc(22px + 8 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .richtext ul {
      padding-left: 30px; } }
  .richtext ul li {
    margin-bottom: 0.5em;
    font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .richtext ul li ul,
    .richtext ul li ol {
      margin-top: 0.5em;
      margin-bottom: 0.5em; }

.richtext ol {
  margin: 0;
  padding-left: 22px;
  list-style-type: none;
  list-style-type: decimal; }
  @media (min-width: 400px) {
    .richtext ol {
      padding-left: calc(22px + 8 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .richtext ol {
      padding-left: 30px; } }
  .richtext ol li {
    margin-bottom: 0.5em;
    font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .richtext ol li ul,
    .richtext ol li ol {
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
  .richtext ol ol {
    list-style-type: lower-alpha; }
    .richtext ol ol ol {
      list-style-type: lower-roman; }

.richtext p,
.richtext ul,
.richtext ol {
  font-size: 16px;
  line-height: 1.35; }
  @media (min-width: 400px) {
    .richtext p,
    .richtext ul,
    .richtext ol {
      font-size: calc(16px + 2 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .richtext p,
    .richtext ul,
    .richtext ol {
      font-size: 18px; } }

.richtext .summary {
  margin-top: -10px !important;
  margin-bottom: 25px; }
  .richtext .summary-date {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 500; }
  .richtext .summary-excerpt {
    font-style: italic; }

.richtext .kicker {
  margin: 0 0 0.2em;
  font-size: 0.8125rem;
  font-weight: 700; }

.richtext ul,
.richtext ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.richtext hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: black; }
  @media (min-width: 880px) {
    .richtext hr {
      margin-top: calc(30px + 30 * (100vw - 880px) / 400);
      margin-bottom: calc(30px + 30 * (100vw - 880px) / 400); } }
  @media (min-width: 1280px) {
    .richtext hr {
      margin-top: 60px;
      margin-bottom: 60px; } }

.richtext blockquote {
  margin: 2em 0;
  padding: 0.25em 0 0.25em 1em;
  border-left: 2px solid #2b7ce8;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 500;
  color: #f39e21; }
  .richtext blockquote > *:last-child {
    margin-bottom: 0; }

.richtext figure {
  margin: 30px 0; }

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

.richtext > *:last-child {
  margin-bottom: 0; }

.survey-intro {
  margin-bottom: 35px; }
  @media (min-width: 400px) {
    .survey-intro {
      margin-bottom: calc(35px + 15 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .survey-intro {
      margin-bottom: 50px; } }

.survey-item {
  margin-bottom: 35px; }
  @media (min-width: 400px) {
    .survey-item {
      margin-bottom: calc(35px + 15 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .survey-item {
      margin-bottom: 50px; } }
  .survey-item:last-child {
    margin-bottom: 0; }

.survey-question {
  max-width: 760px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375; }
  @media (min-width: 400px) {
    .survey-question {
      font-size: calc(16px + 2 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .survey-question {
      font-size: 18px; } }

.survey-key {
  margin-bottom: 20px; }
  .survey-key-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5em;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.25; }
    .survey-key-item span {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16px;
              flex: 0 0 16px;
      margin-top: 1px;
      margin-right: 5px;
      height: 16px;
      width: 16px;
      border-radius: 50%; }
    .survey-key--bar .survey-key-item:nth-child(1) span {
      background-color: #e7b700; }
    .survey-key--bar .survey-key-item:nth-child(2) span {
      background-color: #88cc63; }
    .survey-key--bar .survey-key-item:nth-child(3) span {
      background-color: #ad3f98; }
    .survey-key--bar .survey-key-item:nth-child(4) span {
      background-color: #ff6c66; }
    .survey-key--bar .survey-key-item:nth-child(5) span {
      background-color: #1a6881; }
    .survey-key--bar[data-count="2"] .survey-key-item:nth-child(2) span {
      background-color: #1a6881; }

.survey-pie_charts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 15px; }
  .survey-pie_charts-group {
    background: #ebf0f2;
    padding: 15px; }
    @media (min-width: 400px) {
      .survey-pie_charts-group {
        padding: calc(15px + 5 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .survey-pie_charts-group {
        padding: 20px; } }
    .survey-pie_charts-group-heading {
      margin-bottom: 0.5em;
      font-size: 0.9375rem;
      line-height: 1.25;
      font-weight: 500; }
    .survey-pie_charts-group-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .survey-pie_charts-item {
    margin: 5px;
    position: relative; }
    .survey-pie_charts-item .chart-tooltip {
      --color: #2b7ce8;
      background: white;
      display: none;
      left: calc(50% - 80px);
      bottom: 100%;
      position: absolute;
      width: 160px;
      z-index: 99; }
      .survey-pie_charts-item .chart-tooltip-inner {
        border-color: var(--color); }
      .survey-pie_charts-item .chart-tooltip:after {
        height: 8px;
        width: 8px;
        position: absolute;
        bottom: -2px;
        left: 50%;
        margin-left: -4px;
        border-radius: 8px;
        background: var(--color);
        content: "";
        display: block; }
    .survey-pie_charts-item:hover .chart-tooltip {
      display: block; }

.survey-bar_graph {
  background: #ebf0f2;
  padding: 15px; }
  @media (min-width: 400px) {
    .survey-bar_graph {
      padding: calc(15px + 5 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .survey-bar_graph {
      padding: 20px; } }
  .survey-bar_graph-heading {
    margin-bottom: 0.5em;
    font-size: 0.9375rem;
    line-height: 1.25;
    font-weight: 500; }
  .survey-bar_graph-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    position: relative; }
    .survey-bar_graph-bar:last-child {
      margin: 0; }
    .survey-bar_graph-bar-segment {
      position: relative;
      height: 45px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (min-width: 400px) {
        .survey-bar_graph-bar-segment {
          height: calc(45px + 15 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .survey-bar_graph-bar-segment {
          height: 60px; } }
      .survey-bar_graph-bar-segment-color {
        height: 20px; }
        @media (min-width: 400px) {
          .survey-bar_graph-bar-segment-color {
            height: calc(20px + 10 * (100vw - 400px) / 680); } }
        @media (min-width: 1080px) {
          .survey-bar_graph-bar-segment-color {
            height: 30px; } }
        .survey-bar_graph-bar-segment:nth-child(1) .survey-bar_graph-bar-segment-color {
          background-color: #e7b700; }
          .survey-bar_graph-bar-segment:nth-child(1) .survey-bar_graph-bar-segment-color .chart-tooltip-inner {
            border-color: #e7b700; }
        .survey-bar_graph-bar-segment:nth-child(2) .survey-bar_graph-bar-segment-color {
          background-color: #88cc63; }
          .survey-bar_graph-bar-segment:nth-child(2) .survey-bar_graph-bar-segment-color .chart-tooltip-inner {
            border-color: #88cc63; }
        .survey-bar_graph-bar-segment:nth-child(3) .survey-bar_graph-bar-segment-color {
          background-color: #ad3f98; }
          .survey-bar_graph-bar-segment:nth-child(3) .survey-bar_graph-bar-segment-color .chart-tooltip-inner {
            border-color: #ad3f98; }
        .survey-bar_graph-bar-segment:nth-child(4) .survey-bar_graph-bar-segment-color {
          background-color: #ff6c66; }
          .survey-bar_graph-bar-segment:nth-child(4) .survey-bar_graph-bar-segment-color .chart-tooltip-inner {
            border-color: #ff6c66; }
        .survey-bar_graph-bar-segment:nth-child(5) .survey-bar_graph-bar-segment-color {
          background-color: #1a6881; }
          .survey-bar_graph-bar-segment:nth-child(5) .survey-bar_graph-bar-segment-color .chart-tooltip-inner {
            border-color: #1a6881; }
        [data-count="2"] .survey-bar_graph-bar-segment:nth-child(2) .survey-bar_graph-bar-segment-color {
          background-color: #1a6881; }
          [data-count="2"] .survey-bar_graph-bar-segment:nth-child(2) .survey-bar_graph-bar-segment-color .chart-tooltip-inner {
            border-color: #1a6881; }
        .survey-bar_graph-bar-segment-color .chart-tooltip {
          background: white;
          display: none;
          left: calc(50% - 80px);
          position: absolute;
          -webkit-transform: translateY(-40px);
                  transform: translateY(-40px);
          width: 160px;
          z-index: 99; }
        .survey-bar_graph-bar-segment-color:hover .chart-tooltip {
          display: block; }
      .survey-bar_graph-bar-segment-percentage {
        position: absolute;
        bottom: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 14px;
        font-weight: 600; }
        @media (min-width: 400px) {
          .survey-bar_graph-bar-segment-percentage {
            font-size: calc(14px + 2 * (100vw - 400px) / 680); } }
        @media (min-width: 1080px) {
          .survey-bar_graph-bar-segment-percentage {
            font-size: 16px; } }
        [data-count="2"] .survey-bar_graph-bar-segment-percentage {
          left: 0;
          -webkit-transform: none;
                  transform: none; }
        [data-count="2"] .survey-bar_graph-bar-segment:nth-child(2) .survey-bar_graph-bar-segment-percentage {
          left: auto;
          right: 0; }

.survey .data-edit {
  margin-top: 10px; }

.survey-explanation {
  margin-top: 15px; }

.timeline {
  position: relative;
  padding: 2px 0;
  border-top: 2px solid #bdccd4;
  border-bottom: 2px solid #bdccd4; }
  .timeline-inner {
    overflow: auto; }
  .timeline-graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .timeline-spacer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21px;
            flex: 0 0 21px; }
  .timeline-phase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-left: 9px;
    padding-bottom: 2px; }
    .timeline-phase--1 {
      margin-left: 0; }
    .timeline-phase-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 280px;
      margin-right: 3px;
      padding: 15px;
      border: 3px solid #1a6881;
      border-left-width: 6px; }
      .timeline-phase-content-kicker {
        margin-bottom: 0.1em;
        font-size: 0.75rem;
        font-weight: 500;
        text-transform: uppercase; }
      .timeline-phase-content-heading {
        margin-bottom: 0.375em;
        font-size: 1.375pxrem; }
      .timeline-phase-content-excerpt {
        font-size: 0.9375rem;
        line-height: 1.4; }
      .timeline-phase-content-details {
        font-size: 0.9375rem; }
        .timeline-phase-content-details span {
          font-weight: 500; }
  .timeline-event {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    height: 450px;
    width: 12px;
    border-left: 3px solid white;
    border-right: 3px solid white;
    overflow: hidden;
    opacity: 0.4;
    cursor: pointer; }
    .timeline-event--milestone {
      min-width: 38px;
      z-index: 5;
      opacity: 1; }
    .timeline-event--date {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      min-width: 24px;
      border: none; }
    .timeline-event:hover {
      overflow: initial;
      z-index: 10;
      opacity: 1; }
    .timeline-event:hover {
      z-index: 20; }
      .timeline-event:hover .timeline-event-toggle {
        opacity: 1; }
      .timeline-event:hover + .timeline-event--milestone,
      .timeline-event:hover + .timeline-event + .timeline-event--milestone {
        opacity: 0.4; }
    .timeline-event-toggle {
      position: absolute;
      top: 100%;
      left: 0;
      width: 450px;
      height: 32px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      opacity: 0;
      pointer-events: none; }
      .timeline-event--milestone .timeline-event-toggle {
        z-index: 10;
        opacity: 1; }
      .timeline-event--date .timeline-event-toggle {
        height: 24px; }
      .timeline-event-toggle-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 3px;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0 8px;
        background: white;
        border-top: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .timeline-event--date .timeline-event-toggle-content {
          top: 0;
          border-left: 3px solid white;
          border-right: 3px solid white; }
      .timeline-event-toggle-title {
        font-size: 0.875rem;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .timeline-event-toggle-date {
        margin: 0 0 0 15px;
        font-size: 0.75rem;
        font-weight: 500; }

.toggle_edit {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10000; }
  .toggle_edit-button {
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url("/images/svgs/gear.svg");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
    .toggle_edit-button:hover {
      opacity: 0.8; }
    .show-edit .toggle_edit-button {
      opacity: 1; }
  .toggle_edit-link {
    position: absolute;
    top: 0;
    right: 34px;
    display: none;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px; }
    .show-edit .toggle_edit-link {
      display: inline-block; }

.components {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media (min-width: 1080px) {
    .components {
      max-width: 1200px;
      padding-right: 60px;
      padding-left: 60px; } }
  .components-richtext, .components-image, .components-influencers,
  .components .gallery,
  .components .partners {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 400px) {
      .components-richtext, .components-image, .components-influencers,
      .components .gallery,
      .components .partners {
        margin-top: calc(30px + 30 * (100vw - 400px) / 680);
        margin-bottom: calc(30px + 30 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .components-richtext, .components-image, .components-influencers,
      .components .gallery,
      .components .partners {
        margin-top: 60px;
        margin-bottom: 60px; } }
  .components-richtext, .components-button_container, .components-influencers,
  .components .partners,
  .components .gallery {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto; }
  .components-richtext + .components-button_container {
    margin-top: -15px; }
    @media (min-width: 400px) {
      .components-richtext + .components-button_container {
        margin-top: calc(-15px + -15 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .components-richtext + .components-button_container {
        margin-top: -30px; } }
  .components-button {
    display: inline-block;
    padding: 13px 28px 12px;
    background-color: #f39e21;
    border: 2px solid #f39e21;
    border-radius: 0;
    font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white !important;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear, color 0.1s linear;
    transition: background-color 0.1s linear, color 0.1s linear; }
    .components-button:hover {
      background-color: white;
      color: #f39e21 !important; }
    .components-button--modal {
      display: block;
      text-align: center;
      background-color: #1a6881;
      border-color: #1a6881; }
      .components-button--modal:hover {
        color: #1a6881 !important; }
    .components-button_container {
      margin-top: 15px;
      margin-bottom: 15px; }
  .components-influencers-heading {
    margin-bottom: 20px; }

.dashboard-item {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 40px; }
  @media (min-width: 1080px) {
    .dashboard-item {
      max-width: 1200px;
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 400px) {
    .dashboard-item {
      margin-bottom: calc(40px + 20 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .dashboard-item {
      margin-bottom: 60px; } }
  .dashboard-item--full {
    width: 100%;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    padding: 0 !important; }
    @media (min-width: 1080px) {
      .dashboard-item--full {
        max-width: 1560px;
        padding-right: 60px;
        padding-left: 60px; } }

.dashboard .survey, .dashboard-text {
  max-width: 948px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 400px) {
    .dashboard .survey, .dashboard-text {
      padding-top: calc(30px + 30 * (100vw - 400px) / 680);
      padding-bottom: calc(30px + 30 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .dashboard .survey, .dashboard-text {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .dashboard .survey--with_icon, .dashboard-text--with_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .dashboard .survey-icon, .dashboard-text-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px; }
    @media (min-width: 400px) {
      .dashboard .survey-icon, .dashboard-text-icon {
        -ms-flex-preferred-size: calc(50px + 150 * (100vw - 400px) / 680);
            flex-basis: calc(50px + 150 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .dashboard .survey-icon, .dashboard-text-icon {
        -ms-flex-preferred-size: 200px;
            flex-basis: 200px; } }
    .dashboard .survey-icon svg, .dashboard-text-icon svg {
      width: 35px; }
      @media (min-width: 400px) {
        .dashboard .survey-icon svg, .dashboard-text-icon svg {
          width: calc(35px + 95 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .dashboard .survey-icon svg, .dashboard-text-icon svg {
          width: 130px; } }

.dashboard-image {
  padding: 10px; }
  @media (min-width: 400px) {
    .dashboard-image {
      padding: calc(10px + 10 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .dashboard-image {
      padding: 20px; } }
  .dashboard-image img {
    width: 100%; }
  @media (max-width: 879px) {
    .has-mobile_image .dashboard-image-desktop {
      display: none; } }
  .dashboard-image-mobile {
    max-width: 400px;
    margin: 0 auto; }
    @media (min-width: 880px) {
      .dashboard-image-mobile {
        display: none; } }

.dashboard-text_with_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 948px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 400px) {
    .dashboard-text_with_image {
      padding-top: calc(30px + 30 * (100vw - 400px) / 680);
      padding-bottom: calc(30px + 30 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .dashboard-text_with_image {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 879px) {
    .dashboard-text_with_image {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 880px) {
    .dashboard-text_with_image {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .dashboard-text_with_image--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 879px) {
      .dashboard-text_with_image--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .dashboard-text_with_image .image_container {
    background-color: white; }
  @media (min-width: 880px) {
    .dashboard-text_with_image-text, .dashboard-text_with_image-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 46%;
              flex: 0 0 46%; } }
  .dashboard-text_with_image-image {
    margin-left: 20px; }
    @media (max-width: 879px) {
      .dashboard-text_with_image-image {
        margin: 0 auto;
        margin-top: 45px;
        max-width: 600px; } }
    .dashboard-text_with_image--reverse .dashboard-text_with_image-image {
      margin-left: 0;
      margin-right: 20px; }
      @media (max-width: 879px) {
        .dashboard-text_with_image--reverse .dashboard-text_with_image-image {
          margin: 0;
          margin-bottom: 45px; } }
    .dashboard-text_with_image-image img {
      width: 100%; }

.data-item {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 40px; }
  @media (min-width: 1080px) {
    .data-item {
      max-width: 1200px;
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 400px) {
    .data-item {
      margin-bottom: calc(40px + 20 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .data-item {
      margin-bottom: 60px; } }
  .data-item--full {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }

.data-virtual {
  padding: 20px 20px 30px;
  border-top: 2px solid #bdccd4; }
  @media (min-width: 768px) {
    .data-virtual {
      padding: 30px 30px 45px; } }
  .data-virtual-inner {
    max-width: 1020px;
    margin: 0 auto; }
  .data-virtual-heading {
    padding-left: 30px;
    background-image: url("/images/svgs/virtual-events.svg");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1rem;
    line-height: 22px; }
  .data-virtual-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 22px; }
    .data-virtual-events-item {
      height: 14px;
      width: 14px;
      display: inline-block;
      margin: 0 5px 5px 0;
      text-indent: -9999px;
      border-radius: 50%;
      background-color: rgba(134, 208, 200, 0.6);
      position: relative;
      cursor: pointer;
      -webkit-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
      transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out; }
      .data-virtual-events-item.is-hidden {
        background-color: #bdccd4 !important;
        border-color: #bdccd4 !important;
        display: block;
        opacity: 0.5; }
      .data-virtual-events-item:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        content: ""; }

.data-stats {
  max-width: 948px;
  margin: 0 auto;
  padding: 30px 24px; }
  .data-stats-heading {
    margin-bottom: 30px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em; }
  .data-stats-list {
    display: grid;
    grid-gap: 24px; }
    @media (min-width: 880px) {
      .data-stats-list {
        grid-template-columns: 1fr 1fr; } }
  .data-stats-item {
    position: relative;
    padding: 12px;
    background-color: #ebf0f2; }
    .data-stats-item.is-reached {
      background-color: rgba(243, 158, 33, 0.2); }
    .data-stats-item-icon {
      position: absolute;
      top: 0;
      right: 20px; }
      .data-stats-item-icon ~ .data-stats-item-icon {
        right: 68px; }
      .data-stats-item-icon--fire {
        margin-top: -3px; }
      .data-stats-item-icon--checkmark {
        margin-top: -2px; }
    .data-stats-item-title {
      font-size: 0.9375rem; }
      .data-stats-item-title button {
        margin-left: 5px;
        padding: 0;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: transparent;
        border: none;
        text-transform: uppercase;
        font-weight: 700;
        color: #f39e21; }
    .data-stats-item-numbers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 13px 0; }
      .data-stats-item-numbers span {
        margin: 5px 0;
        font-size: 21px;
        line-height: 1;
        color: #333; }
        @media (min-width: 400px) {
          .data-stats-item-numbers span {
            font-size: calc(21px + 8 * (100vw - 400px) / 220); } }
        @media (min-width: 620px) {
          .data-stats-item-numbers span {
            font-size: 29px; } }
        @media (min-width: 880px) {
          .data-stats-item-numbers span {
            font-size: 21px; } }
  @media (min-width: 880px) and (min-width: 880px) {
    .data-stats-item-numbers span {
      font-size: calc(21px + 8 * (100vw - 880px) / 200); } }
  @media (min-width: 880px) and (min-width: 1080px) {
    .data-stats-item-numbers span {
      font-size: 29px; } }
        .data-stats-item-numbers span:first-child {
          margin-right: 15px; }
    .data-stats-item-progress {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 12px;
      background: -webkit-gradient(linear, left top, right top, from(#bdccd4), to(#f39e21));
      background: linear-gradient(to right, #bdccd4, #f39e21); }
      .data-stats-item-progress-remaining {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #bdccd4; }
        .data-stats-item-progress-remaining:before {
          content: "";
          position: absolute;
          top: -6px;
          bottom: -6px;
          left: 0;
          width: 4px;
          height: 24px;
          margin-left: -2px;
          background-color: #162937; }
        .data-stats-item-progress-remaining.is-empty:before {
          display: none; }
  .data-stats-programs {
    margin-top: 24px;
    padding: 12px;
    background-color: #ebf0f2; }
    .data-stats-programs-title {
      font-size: 0.9375rem; }
    .data-stats-programs-content {
      max-width: 640px;
      margin: 5px auto 0;
      padding-left: 38px;
      background-repeat: no-repeat;
      background-image: url("/images/svgs/programs-arrow.svg"); }
      .data-stats-programs-content ul {
        margin-bottom: 20px; }
        .data-stats-programs-content ul > *:first-child {
          margin-top: 0; }
        .data-stats-programs-content ul > *:last-child {
          margin-bottom: 0; }
      .data-stats-programs-content li {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 1.35; }
        @media (min-width: 400px) {
          .data-stats-programs-content li {
            font-size: calc(18px + 6 * (100vw - 400px) / 680); } }
        @media (min-width: 1080px) {
          .data-stats-programs-content li {
            font-size: 24px; } }
      .data-stats-programs-content a {
        font-weight: 500;
        color: #f39e21; }

.data-summary {
  margin-top: 5px;
  padding: 30px 32px 45px;
  background-color: #1a6881;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .is-open .data-summary {
    margin-right: -2px;
    margin-bottom: -2px;
    margin-left: -2px; }
  .data-summary-content {
    max-width: 900px;
    margin: 0 auto;
    color: white; }
  .data-summary-heading {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase; }
  .data-summary-graphic {
    padding-left: 55px;
    background-position: 0 5px;
    background-repeat: no-repeat; }
    @media (min-width: 400px) {
      .data-summary-graphic {
        padding-left: calc(55px + 15 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .data-summary-graphic {
        padding-left: 70px; } }
    .data-summary-graphic--quote {
      background-image: url("/images/svgs/summary-quote.svg");
      background-size: 32px; }
      @media (min-width: 400px) {
        .data-summary-graphic--quote {
          background-size: calc(32px + 16 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .data-summary-graphic--quote {
          background-size: 48px; } }
    .data-summary-graphic--arrows {
      background-image: url("/images/svgs/summary-arrows.svg"); }
  .data-summary-text {
    margin-top: 20px;
    font-weight: 500; }
    .data-summary-text > *:first-child {
      margin-top: 0; }
    .data-summary-text > *:last-child {
      margin-bottom: 0; }
    .data-summary-text p {
      font-size: 18px;
      line-height: 1.15; }
      @media (min-width: 400px) {
        .data-summary-text p {
          font-size: calc(18px + 6 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .data-summary-text p {
          font-size: 24px; } }
    .data-summary-text ul > *:first-child,
    .data-summary-text ol > *:first-child {
      margin-top: 0; }
    .data-summary-text ul > *:last-child,
    .data-summary-text ol > *:last-child {
      margin-bottom: 0; }
    .data-summary-text ul {
      margin: 0;
      padding-left: 22px;
      list-style-type: none;
      list-style-type: disc;
      padding-left: 0 !important;
      list-style-type: none; }
      @media (min-width: 400px) {
        .data-summary-text ul {
          padding-left: calc(22px + 8 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .data-summary-text ul {
          padding-left: 30px; } }
      .data-summary-text ul li {
        margin-bottom: 0.5em;
        font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
        .data-summary-text ul li ul,
        .data-summary-text ul li ol {
          margin-top: 0.5em;
          margin-bottom: 0.5em; }
    .data-summary-text ol {
      margin: 0;
      padding-left: 22px;
      list-style-type: none;
      list-style-type: decimal; }
      @media (min-width: 400px) {
        .data-summary-text ol {
          padding-left: calc(22px + 8 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .data-summary-text ol {
          padding-left: 30px; } }
      .data-summary-text ol li {
        margin-bottom: 0.5em;
        font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
        .data-summary-text ol li ul,
        .data-summary-text ol li ol {
          margin-top: 0.5em;
          margin-bottom: 0.5em; }
      .data-summary-text ol ol {
        list-style-type: lower-alpha; }
        .data-summary-text ol ol ol {
          list-style-type: lower-roman; }
  .data-summary-citation {
    margin: 15px 0 0;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-weight: 500; }

.data-edit {
  display: none;
  margin-bottom: 0.5em;
  font-size: 0.875rem; }
  .show-edit .data-edit {
    display: block; }
  .data-edit span,
  .data-edit a {
    font-weight: 500; }

.influencers {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 30px; }
  @media (min-width: 1080px) {
    .influencers {
      max-width: 1200px;
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 400px) {
    .influencers {
      margin-top: calc(30px + 50 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .influencers {
      margin-top: 80px; } }
  .influencers-intro {
    max-width: 800px;
    margin-bottom: 45px; }
  .influencers-filters {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px; }
    .influencers-filters-item {
      display: inline-block;
      margin-right: 8px;
      margin-bottom: 8px;
      padding: 5px 12px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: #2b7ce8;
      border: none;
      border-radius: 50px;
      font-size: 0.9375rem;
      line-height: 1.25;
      color: white; }
      .influencers-filters-item.is-disabled {
        background-color: rgba(43, 124, 232, 0.35); }
  .influencers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 22px; }
    .components .influencers-list {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
    .influencers-list-item {
      position: relative;
      height: 0;
      padding-bottom: 100%;
      background-color: #001c2e; }
      .influencers-list-item.is-disabled {
        display: none; }
      .influencers-list-item.has-modal {
        cursor: pointer; }
      .influencers-list-item-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-transition: -webkit-filter 0.1s linear;
        transition: -webkit-filter 0.1s linear;
        transition: filter 0.1s linear;
        transition: filter 0.1s linear, -webkit-filter 0.1s linear; }
        .influencers-list-item:hover .influencers-list-item-image {
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); }
      .influencers-list-item-name {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        padding: 12px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
        font-size: 0.9375rem;
        font-weight: 700;
        color: white; }

.programs {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media (min-width: 1080px) {
    .programs {
      max-width: 1200px;
      padding-right: 60px;
      padding-left: 60px; } }
  .programs-strategies {
    margin-bottom: 30px; }
    @media (min-width: 400px) {
      .programs-strategies {
        margin-bottom: calc(30px + 50 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .programs-strategies {
        margin-bottom: 80px; } }
    .programs-strategies-intro {
      margin-bottom: 1.25em;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.35; }
    .programs-strategies-list {
      display: grid;
      grid-gap: 12px; }
      @media (min-width: 880px) {
        .programs-strategies-list {
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 22px; } }
    .programs-strategies-item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 35px 70px 35px 22px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: #1a6881;
      border: none;
      border-radius: 10px;
      text-align: left;
      color: white; }
      @media (max-width: 879px) {
        .programs-strategies-item {
          padding: 22px 70px 22px 22px; } }
      .programs-strategies-item.is-disabled {
        background-color: rgba(26, 104, 129, 0.35); }
      .programs-strategies-item svg {
        position: absolute;
        top: 22px;
        right: 15px; }
        @media (max-width: 879px) {
          .programs-strategies-item svg {
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); } }
      .programs-strategies-item-heading {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.25; }
        @media (min-width: 400px) {
          .programs-strategies-item-heading {
            font-size: calc(20px + 4 * (100vw - 400px) / 680); } }
        @media (min-width: 1080px) {
          .programs-strategies-item-heading {
            font-size: 24px; } }
      .programs-strategies-item-excerpt {
        margin: 1.375em 0 0;
        font-size: 0.9375rem;
        line-height: 1.4; }
        @media (max-width: 879px) {
          .programs-strategies-item-excerpt {
            display: none; } }
  @media (min-width: 1080px) {
    .programs-sidebar_section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .programs-filters {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 30px;
    margin-bottom: 30px; }
    @media (min-width: 400px) {
      .programs-filters {
        margin-bottom: calc(30px + 50 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .programs-filters {
        margin-bottom: 80px; } }
    .programs-filters-heading {
      margin-bottom: 1em;
      font-size: 1.125rem;
      line-height: 1.35; }
    .programs-filters-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .programs-filters-item {
      display: inline-block;
      margin-right: 8px;
      margin-bottom: 8px;
      padding: 5px 12px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: #2b7ce8;
      border: none;
      border-radius: 50px;
      font-size: 0.9375rem;
      line-height: 1.25;
      color: white; }
      .programs-filters-item.is-disabled {
        background-color: rgba(43, 124, 232, 0.35); }
  .programs-featured {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 713px;
            flex: 0 1 713px;
    margin-bottom: 70px; }
    @media (min-width: 400px) {
      .programs-featured {
        margin-bottom: calc(70px + 70 * (100vw - 400px) / 680); } }
    @media (min-width: 1080px) {
      .programs-featured {
        margin-bottom: 140px; } }
    .programs-featured .program_widget {
      margin-bottom: 24px; }
      .programs-featured .program_widget:last-child {
        margin-bottom: 0; }
  .programs-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 22px; }
    .programs-list_related {
      width: 100%;
      max-width: 1140px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 30px;
      padding-left: 30px;
      margin-top: 50px; }
      @media (min-width: 1080px) {
        .programs-list_related {
          max-width: 1200px;
          padding-right: 60px;
          padding-left: 60px; } }
      @media (min-width: 400px) {
        .programs-list_related {
          margin-top: calc(50px + 50 * (100vw - 400px) / 680); } }
      @media (min-width: 1080px) {
        .programs-list_related {
          margin-top: 100px; } }
      .programs-list_related-heading {
        margin-bottom: 20px;
        font-size: 22px; }
        @media (min-width: 400px) {
          .programs-list_related-heading {
            font-size: calc(22px + 6 * (100vw - 400px) / 680); } }
        @media (min-width: 1080px) {
          .programs-list_related-heading {
            font-size: 28px; } }

.signin {
  height: 100%;
  width: 100%;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 1080px) {
    .signin {
      max-width: 440px;
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 400px) {
    .signin {
      margin-top: calc(40px + 20 * (100vw - 400px) / 680);
      margin-bottom: calc(40px + 20 * (100vw - 400px) / 680); } }
  @media (min-width: 1080px) {
    .signin {
      margin-top: 60px;
      margin-bottom: 60px; } }
  .signin-field {
    margin-bottom: 24px; }
  .signin-label {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.125rem;
    font-weight: 500; }
  .signin-input {
    display: block;
    width: 100%;
    padding: 12px 12px;
    background-color: white;
    border: 2px solid black;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none; }
  .signin-reset {
    margin: 10px 0 0;
    font-size: 0.9375rem;
    line-height: 1.4; }
  .signin-checkbox {
    display: block;
    margin-bottom: 24px;
    position: relative; }
    .signin-checkbox input ~ .signin-checkbox-label:after {
      background-color: transparent; }
    .signin-checkbox input:checked ~ .signin-checkbox-label:after {
      background-color: #f39e21; }
    .signin-checkbox input:focus ~ .signin-checkbox-label:before {
      -webkit-box-shadow: 0 0 1px #2b7ce8;
              box-shadow: 0 0 1px #2b7ce8; }
    .signin-checkbox-label {
      position: relative;
      display: inline-block;
      margin-bottom: 0;
      padding-top: 0.1em;
      padding-left: 34px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      font-size: 1rem;
      font-weight: 500;
      cursor: pointer; }
      .signin-checkbox-label:before, .signin-checkbox-label:after {
        content: "";
        position: absolute; }
      .signin-checkbox-label:before {
        height: 24px;
        width: 24px;
        left: 0;
        top: 0;
        border: 2px solid black; }
      .signin-checkbox-label:after {
        height: 16px;
        width: 16px;
        left: 4px;
        top: 4px;
        -webkit-transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        background-color: transparent;
        pointer-events: none; }
      .signin-checkbox-label:hover:after {
        background-color: rgba(0, 0, 0, 0.3); }
  .signin-submit {
    padding: 13px 28px 12px;
    background-color: #f39e21;
    border: 2px solid #f39e21;
    border-radius: 0;
    font-family: "interstate", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white !important;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear, color 0.1s linear;
    transition: background-color 0.1s linear, color 0.1s linear;
    padding: 8px 18px 7px;
    font-size: 0.9375rem; }
    .signin-submit:hover {
      background-color: white;
      color: #f39e21 !important; }
  .signin-error {
    margin: 24px 0 0;
    font-size: 1.125rem;
    line-height: 1.35;
    color: #ff3d6a; }

.embed_example {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media (min-width: 1080px) {
    .embed_example {
      max-width: 1200px;
      padding-right: 60px;
      padding-left: 60px; } }
  .embed_example > h2 {
    margin-bottom: 1rem; }
  .embed_example-snippet, .embed_example-iframe {
    margin-bottom: 4rem; }
  .embed_example-snippet pre {
    font-family: monospace;
    background: #ebf0f2;
    font-size: 12px;
    overflow: scroll;
    padding: 1em; }

html.embed_html {
  overflow: hidden;
  height: 100vh; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background-color: white; }
  body.embed_body {
    display: block; }

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  overflow-x: hidden; }

.is-hidden {
  display: none; }
