/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

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

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@charset "UTF-8";

/** Import everything from autoload */

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

@font-face {
  font-family: "icomoon";
  src: url(/wp-content/themes/kresge-foundation/dist/fonts/fonts/icomoon.eot);
  src: url(/wp-content/themes/kresge-foundation/dist/fonts/fonts/icomoon.eot) format("embedded-opentype"), url(/wp-content/themes/kresge-foundation/dist/fonts/fonts/icomoon.ttf) format("truetype"), url(/wp-content/themes/kresge-foundation/dist/fonts/fonts/icomoon.woff) format("woff"), url(/wp-content/themes/kresge-foundation/dist/fonts/fonts/icomoon.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "x";
}

.icon-chevron-right:before {
  content: "\E903";
}

.icon-chevron-down:before {
  content: "\E902";
}

.icon-circle-chevron-right:before {
  content: ">";
}

.icon-read-more:before {
  content: "+";
}

.icon-circle-chevron-down:before {
  content: "v";
}

.icon-circle-chevron-up:before {
  content: "^";
}

.icon-search:before {
  content: "s";
}

.icon-share:before {
  content: "\E900";
}

.icon-email:before {
  content: "e";
}

.icon-twitter:before {
  content: "\E904";
}

.icon-linkedin:before {
  content: "\E905";
}

.icon-instagram:before {
  content: "\E906";
}

.icon-youtube:before {
  content: "\E907";
}

.icon-facebook:before {
  content: "f";
}

.icon-filter:before {
  content: "\E901";
}

/** Import theme styles */

.container,
.visceral-slider .slick-list,
.container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container:before,
.visceral-slider .slick-list:before,
.container:after,
.visceral-slider .slick-list:after,
.container-fluid:before,
.container-fluid:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container *,
.visceral-slider .slick-list *,
.container *:before,
.visceral-slider .slick-list *:before,
.container *:after,
.visceral-slider .slick-list *:after,
.container-fluid *,
.container-fluid *:before,
.container-fluid *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container,
.visceral-slider .slick-list,
.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container,
  .visceral-slider .slick-list,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.container.fill,
.visceral-slider .fill.slick-list,
.container-fluid.fill {
  padding-left: 0;
  padding-right: 0;
}

.container.fill .row,
.visceral-slider .fill.slick-list .row,
.container-fluid.fill .row {
  margin-left: 0;
  margin-right: 0;
}

.container.fill .column,
.visceral-slider .fill.slick-list .column,
.container-fluid.fill .column {
  padding-left: 0;
  padding-right: 0;
}

.container,
.visceral-slider .slick-list {
  max-width: 1180px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

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

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

.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.column.xs-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.column.xs-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.column.xs-25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.column.xs-33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.column.xs-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

.column.xs-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.column.xs-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.column.xs-67 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.column.xs-75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.column.xs-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

.column.xs-83 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.column.xs-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .row.sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.sm-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.sm-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.sm-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.sm-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.sm-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.sm-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.sm-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.sm-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.sm-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.sm-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.sm-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .row.md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.md-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.md-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.md-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.md-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.md-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.md-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.md-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.md-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.md-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.md-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.md-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .row.lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.lg-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.lg-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.lg-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.lg-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.lg-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.lg-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.lg-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.lg-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.lg-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.lg-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.lg-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .row.xl-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column.xl-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .column.xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
    max-width: 10%;
  }

  .column.xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .column.xl-25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .column.xl-33 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .column.xl-40 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }

  .column.xl-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .column.xl-60 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }

  .column.xl-67 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .column.xl-75 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .column.xl-80 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }

  .column.xl-83 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .column.xl-100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.reveal.revealed {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.no-js .reveal {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

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

*:focus {
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  color: #525051;
  font-size: 16px;
  font-size: 1rem;
}

/*
:focus-visible polyfill
https://github.com/WICG/focus-visible#polyfill
*/

.js-focus-visible {
  /*
    This will hide the focus indicator if the element receives focus via the mouse,
    but it will still show up on keyboard focus.
    */
  /*
    Optionally: Define a strong focus indicator for keyboard focus.
    If you choose to skip this step then the browser's default focus
    indicator will be displayed instead.
    */
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.js-focus-visible .focus-visible {
  color: white;
  background-color: #f36e5d;
}

.js-focus-visible #main-content.focus-visible {
  background-color: initial;
}

.js-focus-visible input.focus-visible,
.js-focus-visible textarea.focus-visible {
  background-color: transparent;
  color: #525051;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.text-fade-in.overlay-promo .content .vc-promo-header,
h4,
.h4,
.text-fancy-reveal.program-promo .vc-promo-header,
h5,
.h5,
.mtsnb span.mtsnb-text,
.mtsnb a.mtsnb-link,
h6,
.h6,
.timeline__navigation-item {
  font-family: "Yrsa", serif;
  color: #202963;
  margin: 0;
  margin-bottom: 16px;
}

h1.buffer,
.h1.buffer,
h2.buffer,
.h2.buffer,
h3.buffer,
.h3.buffer,
.text-fade-in.overlay-promo .content .buffer.vc-promo-header,
h4.buffer,
.h4.buffer,
.text-fancy-reveal.program-promo .buffer.vc-promo-header,
h5.buffer,
.h5.buffer,
.mtsnb span.buffer.mtsnb-text,
.mtsnb a.buffer.mtsnb-link,
h6.buffer,
.h6.buffer,
.buffer.timeline__navigation-item {
  padding-top: 40px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
.text-fade-in.overlay-promo .content .vc-promo-header a,
h4 a,
.h4 a,
.text-fancy-reveal.program-promo .vc-promo-header a,
h5 a,
.h5 a,
.mtsnb span.mtsnb-text a,
.mtsnb a.mtsnb-link a,
h6 a,
.h6 a,
.timeline__navigation-item a {
  color: inherit;
}

h1 a:hover,
h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
h3 a:focus,
.h3 a:hover,
.text-fade-in.overlay-promo .content .vc-promo-header a:hover,
.h3 a:focus,
.text-fade-in.overlay-promo .content .vc-promo-header a:focus,
h4 a:hover,
h4 a:focus,
.h4 a:hover,
.text-fancy-reveal.program-promo .vc-promo-header a:hover,
.h4 a:focus,
.text-fancy-reveal.program-promo .vc-promo-header a:focus,
h5 a:hover,
h5 a:focus,
.h5 a:hover,
.mtsnb span.mtsnb-text a:hover,
.mtsnb a.mtsnb-link a:hover,
.h5 a:focus,
.mtsnb span.mtsnb-text a:focus,
.mtsnb a.mtsnb-link a:focus,
h6 a:hover,
h6 a:focus,
.h6 a:hover,
.timeline__navigation-item a:hover,
.h6 a:focus,
.timeline__navigation-item a:focus {
  color: #135eba;
}

h1,
.h1 {
  font-weight: bold;
}

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

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    font-size: calc(3.20513vw + 1.84615rem);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 4.25rem;
  }
}

h1,
.h1 {
  line-height: 3.125rem;
}

@media screen and (min-width: 576px) {
  h1,
  .h1 {
    line-height: calc(2.24359vw + 2.31731rem);
  }
}

@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    line-height: 4rem;
  }
}

h2,
.h2 {
  font-weight: bold;
}

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

@media screen and (min-width: 576px) {
  h2,
  .h2 {
    font-size: calc(3.84615vw + 0.61538rem);
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 3.5rem;
  }
}

h2,
.h2 {
  line-height: 1.875rem;
}

@media screen and (min-width: 576px) {
  h2,
  .h2 {
    line-height: calc(3.52564vw + 0.60577rem);
  }
}

@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    line-height: 3.25rem;
  }
}

h3,
.h3,
.text-fade-in.overlay-promo .content .vc-promo-header {
  font-weight: bold;
}

h3,
.h3,
.text-fade-in.overlay-promo .content .vc-promo-header {
  font-size: 1.75rem;
}

@media screen and (min-width: 576px) {
  h3,
  .h3,
  .text-fade-in.overlay-promo .content .vc-promo-header {
    font-size: calc(1.92308vw + 1.05769rem);
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .h3,
  .text-fade-in.overlay-promo .content .vc-promo-header {
    font-size: 2.5rem;
  }
}

h3,
.h3,
.text-fade-in.overlay-promo .content .vc-promo-header {
  line-height: 1.875rem;
}

@media screen and (min-width: 576px) {
  h3,
  .h3,
  .text-fade-in.overlay-promo .content .vc-promo-header {
    line-height: calc(1.28205vw + 1.41346rem);
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .h3,
  .text-fade-in.overlay-promo .content .vc-promo-header {
    line-height: 2.375rem;
  }
}

h4,
.h4,
.text-fancy-reveal.program-promo .vc-promo-header {
  font-weight: bold;
}

h4,
.h4,
.text-fancy-reveal.program-promo .vc-promo-header {
  font-size: 1.375rem;
}

@media screen and (min-width: 576px) {
  h4,
  .h4,
  .text-fancy-reveal.program-promo .vc-promo-header {
    font-size: calc(0.64103vw + 1.14423rem);
  }
}

@media screen and (min-width: 1200px) {
  h4,
  .h4,
  .text-fancy-reveal.program-promo .vc-promo-header {
    font-size: 1.625rem;
  }
}

h4,
.h4,
.text-fancy-reveal.program-promo .vc-promo-header {
  line-height: 1.625rem;
}

@media screen and (min-width: 576px) {
  h4,
  .h4,
  .text-fancy-reveal.program-promo .vc-promo-header {
    line-height: calc(0.32051vw + 1.50962rem);
  }
}

@media screen and (min-width: 1200px) {
  h4,
  .h4,
  .text-fancy-reveal.program-promo .vc-promo-header {
    line-height: 1.75rem;
  }
}

h5,
.h5,
.mtsnb span.mtsnb-text,
.mtsnb a.mtsnb-link {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

h6,
.h6,
.timeline__navigation-item {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.eyebrow {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.heading--blue {
  color: #135eba;
}

p {
  margin: 0;
  margin-bottom: 30px;
  color: #525051;
}

p {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  p {
    font-size: calc(0.64103vw + 0.64423rem);
  }
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 1.125rem;
  }
}

p {
  line-height: 1.375rem;
}

@media screen and (min-width: 576px) {
  p {
    line-height: calc(0.64103vw + 1.14423rem);
  }
}

@media screen and (min-width: 1200px) {
  p {
    line-height: 1.625rem;
  }
}

p.lead {
  font-family: "Yrsa", serif;
}

p.lead {
  font-size: 1.25rem;
}

@media screen and (min-width: 576px) {
  p.lead {
    font-size: calc(0.64103vw + 1.01923rem);
  }
}

@media screen and (min-width: 1200px) {
  p.lead {
    font-size: 1.5rem;
  }
}

p.lead {
  line-height: 1.5rem;
}

@media screen and (min-width: 576px) {
  p.lead {
    line-height: calc(0.96154vw + 1.15385rem);
  }
}

@media screen and (min-width: 1200px) {
  p.lead {
    line-height: 1.875rem;
  }
}

.small,
.menu-footer-sub-menu-container li,
.text-fancy-reveal.program-promo .vc-promo-text p,
.text-fade-in.overlay-promo .vc-promo-text p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

#main-content p a:not(.btn):not(.link--uppercase-arrow) {
  color: #135eba;
  text-decoration: underline;
}

#main-content p a:not(.btn):not(.link--uppercase-arrow):hover,
#main-content p a:not(.btn):not(.link--uppercase-arrow):focus {
  text-decoration: none;
}

a {
  color: #f36e5d;
  text-decoration: none;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  will-change: color, opacity;
}

a:hover,
a:focus {
  color: #f36e5d;
  text-decoration: none;
}

.link--arrow,
.link--uppercase-arrow,
.text-fancy-reveal.program-promo .vc-promo-header {
  font-weight: bold;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.link--arrow::after,
.link--uppercase-arrow::after,
.text-fancy-reveal.program-promo .vc-promo-header::after {
  content: ">";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

.link--uppercase-arrow {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  color: #202963;
  display: inline;
}

.link--uppercase-arrow:hover,
.link--uppercase-arrow:focus {
  color: #135eba;
}

#main-content * a.link--uppercase-arrow {
  color: #202963;
}

#main-content * a.link--uppercase-arrow:hover,
#main-content * a.link--uppercase-arrow:focus {
  color: #135eba;
}

#main-content *.text-white a.link--uppercase-arrow {
  color: #fff;
}

#main-content *.text-white a.link--uppercase-arrow:hover,
#main-content *.text-white a.link--uppercase-arrow:focus {
  color: #fff;
  opacity: 0.5;
}

blockquote {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #202963;
}

blockquote {
  font-size: 1.375rem;
}

@media screen and (min-width: 576px) {
  blockquote {
    font-size: calc(2.5641vw + 0.45192rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    font-size: 2.375rem;
  }
}

blockquote {
  line-height: 1.625rem;
}

@media screen and (min-width: 576px) {
  blockquote {
    line-height: calc(2.88462vw + 0.58654rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    line-height: 2.75rem;
  }
}

blockquote p {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #202963;
}

blockquote p {
  font-size: 1.375rem;
}

@media screen and (min-width: 576px) {
  blockquote p {
    font-size: calc(2.5641vw + 0.45192rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote p {
    font-size: 2.375rem;
  }
}

blockquote p {
  line-height: 1.625rem;
}

@media screen and (min-width: 576px) {
  blockquote p {
    line-height: calc(2.88462vw + 0.58654rem);
  }
}

@media screen and (min-width: 1200px) {
  blockquote p {
    line-height: 2.75rem;
  }
}

cite {
  color: #525051;
  font-weight: normal;
}

cite {
  font-size: 0.8125rem;
}

@media screen and (min-width: 576px) {
  cite {
    font-size: calc(0.48077vw + 0.63942rem);
  }
}

@media screen and (min-width: 1200px) {
  cite {
    font-size: 1rem;
  }
}

cite {
  line-height: 0.9375rem;
}

@media screen and (min-width: 576px) {
  cite {
    line-height: calc(0.48077vw + 0.76442rem);
  }
}

@media screen and (min-width: 1200px) {
  cite {
    line-height: 1.125rem;
  }
}

.main ul:not(.list-inline):not(.list-unstyled) {
  margin-top: 1em;
}

.main ul:not(.list-inline):not(.list-unstyled) ul {
  margin-top: 1em;
}

#main-content ul:not(.gform_fields),
#main-content ol {
  padding-left: 20px;
}

#main-content ul:not(.gform_fields),
#main-content ol {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  #main-content ul:not(.gform_fields),
  #main-content ol {
    font-size: calc(0.64103vw + 0.64423rem);
  }
}

@media screen and (min-width: 1200px) {
  #main-content ul:not(.gform_fields),
  #main-content ol {
    font-size: 1.125rem;
  }
}

#main-content ul:not(.gform_fields),
#main-content ol {
  line-height: 1.375rem;
}

@media screen and (min-width: 576px) {
  #main-content ul:not(.gform_fields),
  #main-content ol {
    line-height: calc(0.64103vw + 1.14423rem);
  }
}

@media screen and (min-width: 1200px) {
  #main-content ul:not(.gform_fields),
  #main-content ol {
    line-height: 1.625rem;
  }
}

#main-content ul:not(.gform_fields) li,
#main-content ol li {
  margin-bottom: 10px;
}

#main-content ul:not(.gform_fields) li a,
#main-content ol li a {
  color: #135eba;
  text-decoration: underline;
}

#main-content ul:not(.gform_fields) li a:hover,
#main-content ul:not(.gform_fields) li a:focus,
#main-content ol li a:hover,
#main-content ol li a:focus {
  text-decoration: none;
}

#main-content ul:not(.gform_fields).small,
#main-content ol.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

#main-content ul.list-inline {
  padding-left: 0;
}

.list-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  margin-bottom: inherit;
  color: inherit;
}

.list-links {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.list-links li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

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

figure img {
  margin-bottom: 15px;
}

figure figcaption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #135eba;
}

.text-white figure figcaption {
  color: #fff;
}

.wpb_single_image .vc_figure-caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*='.svg'] {
    width: 100%;
  }
}

.img-cover,
.img-circle {
  position: relative;
  overflow: hidden;
  position: relative;
}

.img-cover:before,
.img-circle:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-cover > .content,
.img-circle > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-cover img,
.img-circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-cover img.portrait,
.img-circle img.portrait {
  height: auto;
  width: 100%;
}

.img-contain {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.img-contain img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img-contain img.portrait {
  height: 100%;
  width: auto;
}

.img-circle {
  border-radius: 50%;
  /* fixes overflow:hidden bug in Chrome/Opera */
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  position: relative;
}

.img-circle:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.img-circle > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-circle img {
  /* fixes border radius bug in Chrome */
  -webkit-clip-path: circle(50%);
}

.img-caption {
  padding-top: 10px;
  margin-bottom: 10px;
}

table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}

table a {
  color: #135eba;
  text-decoration: underline;
}

table a:hover,
table a:focus {
  text-decoration: none;
}

table tr:nth-child(odd) {
  background-color: #eef5fc;
}

table th {
  background-color: #525051;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
}

table th,
table td {
  padding: 18px 16px;
}

hr {
  border: none;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  margin-bottom: 22px;
}

.hr--big {
  border-bottom: 8px solid #eef5fc;
}

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

.vc_toggle {
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  margin-bottom: 0;
}

.vc_toggle .vc_toggle_title {
  padding-left: 0 !important;
  padding-right: 60px !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vc_toggle .vc_toggle_title h4 {
  font-size: 26px !important;
  line-height: 30px !important;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .vc_toggle .vc_toggle_title h4 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}

.vc_toggle .vc_toggle_title .vc_toggle_icon {
  height: 20px !important;
  width: 20px !important;
  left: initial !important;
  right: 0 !important;
  background: transparent;
  border: none !important;
  color: #135eba;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  position: relative !important;
  margin-left: 10px !important;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle .vc_toggle_title .vc_toggle_icon:after {
  background: transparent !important;
  border: none !important;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s, -o-transform 0.35s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.vc_toggle .vc_toggle_title .vc_toggle_icon:before {
  content: "v" !important;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal !important;
  -webkit-transform: translate(-50%, -50%) !important;
       -o-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  font-size: 20px;
  width: 20px !important;
  height: 20px;
}

.vc_toggle .vc_toggle_title:hover {
  color: #f36e5d;
}

.vc_toggle .vc_toggle_title:hover .vc_toggle_icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
       -o-transform: translate(-50%, -50%) rotate(180deg) !important;
          transform: translate(-50%, -50%) rotate(180deg) !important;
}

.vc_toggle .vc_toggle_content {
  padding-left: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.vc_toggle.vc_toggle_active .vc_toggle_title {
  color: #f36e5d;
}

.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
       -o-transform: translate(-50%, -50%) rotate(180deg) !important;
          transform: translate(-50%, -50%) rotate(180deg) !important;
}

.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:after {
  opacity: 0;
}

.vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
  visibility: visible !important;
}

.no-js .vc_toggle .vc_toggle_content {
  display: block;
}

.vc_tta-accordion .vc_tta-panel-heading a {
  padding-left: 30px !important;
  padding-right: 60px !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vc_tta-accordion .vc_tta-panel-heading h4 {
  font-size: 26px !important;
  line-height: 30px !important;
  margin: 0 !important;
}

.vc_tta-accordion .vc_tta-panel-heading h4 span {
  color: #202963 !important;
}

@media (min-width: 768px) {
  .vc_tta-accordion .vc_tta-panel-heading h4 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}

.vc_tta-accordion .vc_tta-controls-icon {
  height: 20px !important;
  width: 20px !important;
  left: initial !important;
  right: 0 !important;
  background: transparent;
  border: none !important;
  color: #135eba;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
  position: relative !important;
  margin-left: 25px !important;
}

.vc_tta-accordion .vc_tta-controls-icon::before {
  content: "v" !important;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal !important;
  -webkit-transform: translate(-50%, -50%) !important;
       -o-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  font-size: 20px;
  width: 20px !important;
  height: 20px;
  top: 0 !important;
  left: 0 !important;
  border: none !important;
}

.vc_tta-accordion .vc_tta-controls-icon::after {
  display: none !important;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'],
.btn {
  display: inline-block;
  border: 2px solid #135eba;
  border-radius: 30px;
  padding: 5px 25px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #135eba;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
.btn:hover,
.btn:focus {
  color: #fff;
  outline: none;
  background-color: #202963;
  border-color: #202963;
}

.btn--ghost {
  color: #135eba;
  background-color: transparent;
}

.btn--ghost:hover,
.btn--ghost:focus {
  color: #202963;
  background-color: transparent;
  border-color: #202963;
}

.btn--white {
  color: #202963;
  background-color: #fff;
}

.btn--white:hover,
.btn--white:focus {
  color: #202963;
  background-color: #fff;
  opacity: 0.7;
}

.btn--white.btn--ghost {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn--white.btn--ghost:hover,
.btn--white.btn--ghost:focus {
  color: #fff;
  background: transparent;
  border-color: #fff;
  opacity: 0.7;
}

.btn--highlight {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  background-color: #f36e5d;
  border-color: #f36e5d;
  padding: 15px 30px;
}

.btn--highlight svg path {
  stroke: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--highlight:hover,
.btn--highlight:focus {
  color: #f36e5d;
  background-color: transparent;
  border-color: transparent;
}

.btn--highlight:hover svg path,
.btn--highlight:focus svg path {
  stroke: #f36e5d;
}

.btn--load-more i,
.btn--expand i {
  margin-left: 10px;
}

.btn--download svg {
  margin-bottom: -10px;
  margin-right: 10px;
}

.btn--load-more {
  margin-top: 50px;
}

.featured-posts__top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 45px;
  border-bottom: 8px solid #fff;
}

.featured-posts__top-section h2 {
  margin: 0;
}

@media (min-width: 992px) {
  .featured-posts .list-item-related {
    max-width: 100%;
  }
}

.featured-posts .list-item-related__image .img-cover::before,
.featured-posts .list-item-related__image .img-circle::before {
  padding-top: 67%;
}

.featured-post__title {
  margin-bottom: 15px;
}

.featured-post__title {
  font-size: 1.75rem;
}

@media screen and (min-width: 576px) {
  .featured-post__title {
    font-size: calc(1.92308vw + 1.05769rem);
  }
}

@media screen and (min-width: 1200px) {
  .featured-post__title {
    font-size: 2.5rem;
  }
}

.featured-post__title {
  line-height: 2rem;
}

@media screen and (min-width: 576px) {
  .featured-post__title {
    line-height: calc(0.96154vw + 1.65385rem);
  }
}

@media screen and (min-width: 1200px) {
  .featured-post__title {
    line-height: 2.375rem;
  }
}

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

.featured-post__image:last-child {
  margin-bottom: 15px;
}

.featured-post__image .img-cover::before,
.featured-post__image .img-circle::before {
  padding-top: 56%;
}

.featured-post__topics {
  padding-top: 5px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.featured-post__topics p {
  color: #525051;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.featured-post--large {
  margin-bottom: 45px;
}

.featured-post--large:last-child {
  margin-bottom: 45px;
}

.featured-post--in-list {
  text-align: center;
  margin-bottom: 60px;
}

.featured-post--in-list .featured-post__image .img-cover::before,
.featured-post--in-list .featured-post__image .img-circle::before {
  padding-top: 56%;
}

.featured-post--in-list .featured-post__type {
  margin-bottom: 30px;
}

.featured-post--in-list .featured-post__type:last-child {
  margin-bottom: 30px;
}

.featured-post--in-list .featured-post__topics {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .page-featured-post {
    margin-top: -75px;
  }
}

.page-featured-post-bg-element {
  background: #eef5fc;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  height: 175px;
  display: none;
}

@media (min-width: 992px) {
  .page-featured-post-bg-element {
    display: block;
  }
}

.page-featured-post .list-item-post {
  margin-bottom: 0;
}

.page-featured-post .list-item-post:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-featured-post .list-item-post {
    margin-bottom: 0;
  }

  .page-featured-post .list-item-post:last-child {
    margin-bottom: 0;
  }
}

.chart-program-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chart-program-label {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
}

.chart-program-main h6,
.chart-program-main .h6,
.chart-program-main .timeline__navigation-item {
  margin-bottom: 5px;
}

.comment-list ol {
  list-style: none;
}

label {
  display: block;
  margin-bottom: 5px;
}

input,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #135eba;
  border-radius: 0;
  padding: 8px 0;
  font-size: 16px;
  font-family: inherit;
  color: #525051;
  background: transparent;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #f36e5d;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #fff;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #fff;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #fff;
}

input[type='checkbox'],
input[type='radio'] {
  width: initial;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline-block;
}

input[type='checkbox']:focus,
input[type='radio']:focus {
  outline: 1px solid #f36e5d;
}

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 25px;
  background: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik05IDFMNSA1TDEgMSIgc3Ryb2tlPSIjMTM1RUJBIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

input[type='submit'],
input[type='button'],
input[type='reset'] {
  cursor: pointer;
  width: auto;
}

#main-content .posts-filter {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-content .posts-filter.news-views-filter {
  padding-top: 80px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #main-content .posts-filter.initiatives-filter label {
    max-width: unset;
  }
}

#main-content .posts-filter .row .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 768px) {
  #main-content .posts-filter__form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  #main-content .posts-filter__form div {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#main-content .posts-filter__form input[type='text'] {
  max-width: 480px;
}

@media (min-width: 992px) {
  #main-content .posts-filter__form input[type='text'] {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
  #main-content .posts-filter label {
    max-width: 180px;
    margin-right: 25px;
  }
}

#main-content .posts-filter button {
  margin-bottom: 15px;
}

#main-content .posts-filter__clear {
  margin-bottom: 15px;
  margin-left: 10px;
  min-width: 140px;
}

#main-content .posts-filter__icon {
  height: 22px;
  width: 22px;
  min-width: 22px;
  margin-bottom: 15px;
  margin-right: 15px;
  display: none;
}

@media (min-width: 768px) {
  #main-content .posts-filter__icon {
    display: block;
  }
}

@media (min-width: 768px) {
  #main-content .posts-filter__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#main-content .posts-filter__secondary {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
}

#main-content .posts-filter__secondary .row {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

#main-content .posts-filter__secondary ul {
  padding: 0;
  margin: 0;
}

#main-content .posts-filter__secondary-middle {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #main-content .posts-filter__secondary-middle {
    padding-right: 40px;
  }
}

#main-content .posts-filter__secondary-bottom p {
  margin-bottom: 5px;
}

#main-content .posts-filter__expand {
  margin-bottom: 20px;
}

#main-content .posts-filter__expand--active {
  background-color: #f36e5d;
  border-color: #f36e5d;
}

#main-content .posts-filter ul {
  list-style-type: none;
  padding-left: 30px;
}

#main-content .posts-filter ul.filter-item-list {
  padding-left: 0;
}

#main-content .posts-filter ul.filter-item-sub-list {
  display: none;
}

#main-content .posts-filter ul.filter-item-sub-list .filter-item {
  margin-top: 8px;
  margin-bottom: 0px;
  border-bottom: 0;
  padding-bottom: 3px;
}

#main-content .posts-filter .filter-item {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 40px;
}

#main-content .posts-filter .filter-item > a {
  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;
  text-decoration: none;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: bold;
}

#main-content .posts-filter .filter-item > a:last-child {
  margin-bottom: 0;
}

#main-content .posts-filter .filter-item > a:hover,
#main-content .posts-filter .filter-item > a:focus {
  color: #f36e5d;
}

#main-content .posts-filter .filter-item > a i {
  color: #fff;
}

#main-content .posts-filter .filter-item--active > a {
  color: #f36e5d;
}

#main-content .posts-filter--dark {
  background: #131942;
}

#main-content .posts-filter--dark input,
#main-content .posts-filter--dark select,
#main-content .posts-filter--dark textarea {
  display: inline-block;
  color: #fff;
  border-color: rgba(217, 217, 217, 0.5);
}

#main-content .posts-filter--dark input:focus,
#main-content .posts-filter--dark select:focus,
#main-content .posts-filter--dark textarea:focus {
  border-color: #fff;
}

#main-content .posts-filter--dark label {
  display: block;
}

#main-content .posts-filter--dark select option {
  color: black;
}

#main-content .posts-filter--dark .posts-filter__icon {
  fill: #fff;
}

.search-filter {
  text-align: right;
}

.search-filter select {
  max-width: 150px;
}

input.input--search,
input[name='s'] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS40MzY5IDEwLjUyNzZIMTAuNzEwNkwxMC40NTgxIDEwLjI3NjlDMTEuMzUgOS4yMzY4NyAxMS44OTI1IDcuODg4NTIgMTEuODkyNSA2LjQxMTE5QzExLjg5MjUgMy4xMjcyMSA5LjIzMDQyIDAuNDY1MjcxIDUuOTQ2MjYgMC40NjUyNzFDMi42NjIwOSAwLjQ2NTI3MSAwIDMuMTI3MjEgMCA2LjQxMTE5QzAgOS42OTUxNiAyLjY2MjA5IDEyLjM1NzEgNS45NDYyNiAxMi4zNTcxQzcuNDIzNjcgMTIuMzU3MSA4Ljc3MTE4IDExLjgxNTYgOS44MTEzMiAxMC45MjQ2TDEwLjA2MzggMTEuMTc1MlYxMS44OTk3TDE0LjYzNiAxNi40NjUzTDE2IDE1LjEwMTRMMTEuNDM2OSAxMC41Mjc2Wk01Ljk0NjI2IDEwLjUyNzZDMy42NzIwNCAxMC41Mjc2IDEuODI5NjIgOC42ODUyNyAxLjgyOTYyIDYuNDExMTlDMS44Mjk2MiA0LjEzODAyIDMuNjcyMDQgMi4yOTQ3OCA1Ljk0NjI2IDIuMjk0NzhDOC4yMTk1NSAyLjI5NDc4IDEwLjA2MjkgNC4xMzgwMiAxMC4wNjI5IDYuNDExMTlDMTAuMDYyOSA4LjY4NTI3IDguMjE5NTUgMTAuNTI3NiA1Ljk0NjI2IDEwLjUyNzZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center right;
}

.text-white input,
.text-white select,
.text-white textarea {
  display: inline-block;
  color: #fff;
  border-color: rgba(217, 217, 217, 0.5);
}

.text-white input:focus,
.text-white select:focus,
.text-white textarea:focus {
  border-color: #fff;
}

.text-white input::-webkit-input-placeholder,
.text-white select::-webkit-input-placeholder,
.text-white textarea::-webkit-input-placeholder {
  color: #fff;
}

.text-white input::-moz-placeholder,
.text-white select::-moz-placeholder,
.text-white textarea::-moz-placeholder {
  color: #fff;
}

.text-white input::-ms-input-placeholder,
.text-white select::-ms-input-placeholder,
.text-white textarea::-ms-input-placeholder {
  color: #fff;
}

.text-white input::placeholder,
.text-white select::placeholder,
.text-white textarea::placeholder {
  color: #fff;
}

.text-white select option {
  color: black;
}

#main-content .posts-sort {
  padding-right: 15px;
  padding-left: 15px;
  min-width: 120px;
}

#main-content .posts-sort__form {
  text-align: right;
}

#main-content .posts-sort__form label {
  text-align: right;
}

@media (min-width: 992px) {
  #main-content .posts-sort__form label {
    margin-left: auto;
    margin-right: 0;
  }
}

.site-footer .h2 {
  font-size: 1.625rem;
}

@media screen and (min-width: 576px) {
  .site-footer .h2 {
    font-size: calc(4.48718vw + 0.00962rem);
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .h2 {
    font-size: 3.375rem;
  }
}

.site-footer .h2 {
  line-height: 1.75rem;
}

@media screen and (min-width: 576px) {
  .site-footer .h2 {
    line-height: calc(3.52564vw + 0.48077rem);
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .h2 {
    line-height: 3.125rem;
  }
}

.site-footer__main {
  background-color: #135eba;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .site-footer__main {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.site-footer__programs {
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  display: none;
}

@media (min-width: 768px) {
  .site-footer__programs {
    display: block;
  }
}

.site-footer__programs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer__programs li {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .site-footer__programs li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.site-footer__programs li a {
  color: #303030;
}

.site-footer__programs li a:hover,
.site-footer__programs li a:focus {
  color: #135eba;
}

.site-footer__programs li:first-child {
  margin-left: 0;
}

.site-footer__sub-sub {
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-footer__sub-sub p {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .site-footer__signup-form {
    margin-bottom: 90px;
  }
}

.site-footer__signup-form p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.site-footer__signup-form form {
  position: relative;
}

.site-footer__signup-form button {
  position: absolute;
  top: 7px;
  right: 0;
  min-width: auto;
  padding: 0;
  background: transparent;
  border: none;
}

.site-footer__signup-form button:hover,
.site-footer__signup-form button:focus {
  background: transparent;
  opacity: 0.7;
}

.site-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  max-width: 90%;
  margin-right: auto;
}

@media (min-width: 992px) {
  .site-footer .social-links {
    margin-top: 0;
    max-width: 100%;
  }
}

.site-footer .social-links__link {
  color: #202963;
}

.site-footer .social-links__link:hover,
.site-footer .social-links__link:focus {
  color: #fff;
  opacity: 1;
}

.site-footer .copyright {
  margin-bottom: 0;
  display: inline-block;
}

.menu-footer-sub-menu-container {
  display: inline-block;
  opacity: 0.8;
  border-left: 1px solid #525051;
  margin-left: 8px;
  padding-left: 10px;
}

.menu-footer-sub-menu-container li {
  line-height: 10px;
  margin-right: 8px;
}

.menu-footer-sub-menu-container li a {
  color: #525051;
  text-decoration: underline;
}

.menu-footer-sub-menu-container li a:hover,
.menu-footer-sub-menu-container li a:focus {
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .footer-logo {
    margin-bottom: 22px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  background: #202963;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header [class^='icon-'] {
  color: inherit;
}

@media (min-width: 992px) {
  .site-header__inner-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

.site-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
}

.site-header__brand {
  display: inline-block;
}

.site-header__brand svg {
  margin: 19px 0 19px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header__brand svg path,
.site-header__brand svg polygon,
.site-header__brand svg rect {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

@media (min-width: 992px) {
  .site-header__brand svg {
    margin: 10px 10px 10px 0;
    width: 103px;
    height: 54px;
  }
}

@media (min-width: 992px) {
  .site-header__logo--mobile {
    display: none;
  }
}

.site-header__logo--desktop {
  display: none;
}

@media (min-width: 992px) {
  .site-header__logo--desktop {
    display: block;
  }
}

.site-header__navigation {
  display: none;
}

@media (min-width: 992px) {
  .site-header__navigation {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .site-header__navigation > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-header__subscribe {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin-right: 45px;
}

@media (min-width: 992px) {
  .site-header__subscribe {
    display: inline-block;
  }
}

.site-header__search {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 5px;
  right: 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 400px;
}

.site-header__search-button {
  display: none;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .site-header__search-button {
    display: block;
  }
}

.site-header__inner-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-header__search-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.site-header__search-form input[type='text'] {
  width: 100%;
  margin: 0;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.site-header__search-form input[type='text']:focus {
  outline: none;
}

.site-header__search-form input[type='text']::-webkit-input-placeholder {
  color: #fff !important;
}

.site-header__search-form input[type='text']:-ms-input-placeholder {
  color: #fff !important;
}

.site-header__search-form input[type='text']::-moz-placeholder {
  color: #fff !important;
}

.site-header__search-form input[type='text']::-ms-input-placeholder {
  color: #fff !important;
}

.site-header__search-form input[type='text']::placeholder {
  color: #fff !important;
}

.site-header__search-close {
  display: inline-block;
  cursor: pointer;
}

.no-js .site-header {
  position: absolute;
}

.logged-in .site-header {
  top: 32px;
}

.site-header--img-bg {
  background: transparent;
}

.site-header--img-bg.site-header--menu-hover {
  background: #202963;
}

.site-header--scroll-triggered {
  background: #202963;
}

.site-header--search-active .site-header__navigation,
.site-header--search-active .site-header__brand,
.site-header--search-active .site-header__subscribe {
  opacity: 0;
  visibility: hidden;
}

.site-header--search-active .site-header__search {
  display: block;
  opacity: 1;
  visibility: visible;
}

.site-header--search-active .site-header__search-button::before {
  content: 'x';
}

.home .site-header {
  background: transparent;
}

.home .site-header .site-header__search-form input[type='text'] {
  color: #525051;
  border-color: #525051;
}

.home .site-header .site-header__search-form input[type='text']::-webkit-input-placeholder {
  color: #525051 !important;
}

.home .site-header .site-header__search-form input[type='text']::-moz-placeholder {
  color: #525051 !important;
}

.home .site-header .site-header__search-form input[type='text']::-ms-input-placeholder {
  color: #525051 !important;
}

.home .site-header .site-header__search-form input[type='text']::placeholder {
  color: #525051 !important;
}

.home .site-header.site-header--scroll-triggered,
.home .site-header.site-header--mobile-nav-active {
  background: #202963;
}

.home .site-header.site-header--scroll-triggered .site-header__brand svg path,
.home .site-header.site-header--scroll-triggered .site-header__brand svg polygon,
.home .site-header.site-header--scroll-triggered .site-header__brand svg rect,
.home .site-header.site-header--mobile-nav-active .site-header__brand svg path,
.home .site-header.site-header--mobile-nav-active .site-header__brand svg polygon,
.home .site-header.site-header--mobile-nav-active .site-header__brand svg rect {
  fill: #fff;
}

.home .site-header.site-header--scroll-triggered .site-header__subscribe,
.home .site-header.site-header--mobile-nav-active .site-header__subscribe {
  color: #fff;
}

.home .site-header.site-header--scroll-triggered .site-header__search-form input[type='text'],
.home .site-header.site-header--mobile-nav-active .site-header__search-form input[type='text'] {
  color: #fff;
  border-color: #fff;
}

.home .site-header.site-header--scroll-triggered .site-header__search-form input[type='text']::-webkit-input-placeholder,
.home .site-header.site-header--mobile-nav-active .site-header__search-form input[type='text']::-webkit-input-placeholder {
  color: #fff !important;
}

.home .site-header.site-header--scroll-triggered .site-header__search-form input[type='text']::-moz-placeholder,
.home .site-header.site-header--mobile-nav-active .site-header__search-form input[type='text']::-moz-placeholder {
  color: #fff !important;
}

.home .site-header.site-header--scroll-triggered .site-header__search-form input[type='text']::-ms-input-placeholder,
.home .site-header.site-header--mobile-nav-active .site-header__search-form input[type='text']::-ms-input-placeholder {
  color: #fff !important;
}

.home .site-header.site-header--scroll-triggered .site-header__search-form input[type='text']::placeholder,
.home .site-header.site-header--mobile-nav-active .site-header__search-form input[type='text']::placeholder {
  color: #fff !important;
}

.home .site-header.site-header--scroll-triggered .main-menu__link,
.home .site-header.site-header--mobile-nav-active .main-menu__link {
  color: #fff;
}

.home .site-header.site-header--scroll-triggered .main-menu__link:hover,
.home .site-header.site-header--scroll-triggered .main-menu__link:focus,
.home .site-header.site-header--mobile-nav-active .main-menu__link:hover,
.home .site-header.site-header--mobile-nav-active .main-menu__link:focus {
  color: #f36e5d;
}

.home .site-header.site-header--mobile-nav-active {
  background: transparent;
}

.home .site-header .site-header__brand svg path,
.home .site-header .site-header__brand svg polygon,
.home .site-header .site-header__brand svg rect {
  fill: #525051;
}

.home .site-header__subscribe {
  color: #525051;
}

.home .site-header .site-header__search-form input[type='text'] {
  color: #7d7d7d;
}

.home .site-header .site-header__search-form input[type='text']::-webkit-input-placeholder {
  color: #7d7d7d;
}

.home .site-header .site-header__search-form input[type='text']::-moz-placeholder {
  color: #7d7d7d;
}

.home .site-header .site-header__search-form input[type='text']::-ms-input-placeholder {
  color: #7d7d7d;
}

.home .site-header .site-header__search-form input[type='text']::placeholder {
  color: #7d7d7d;
}

.home .site-header .main-menu__link {
  color: #525051;
}

.home .site-header .main-menu__link:hover,
.home .site-header .main-menu__link:focus {
  color: #f36e5d;
}

.main-menu {
  padding: 0;
  margin: 0;
  margin-right: 75px;
  text-align: right;
}

.main-menu__sub-menu {
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding: 10px 0;
  list-style-type: none;
  z-index: 5;
  text-align: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .main-menu__sub-menu .row {
    margin-left: -30px;
    margin-right: -30px;
  }

  .main-menu__sub-menu .column {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.main-menu__sub-menu__item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-menu__sub-menu__link {
  display: inline-block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}

.main-menu__sub-menu__link span:first-of-type::after {
  font-family: "icomoon";
  content: "\E903";
  margin-left: 10px;
  font-weight: normal;
  font-size: 65%;
  vertical-align: 1px;
}

.main-menu__sub-menu__link:hover,
.main-menu__sub-menu__link:focus {
  color: #f36e5d;
}

.main-menu__sub-menu--1 {
  background: rgba(19, 25, 66, 0.95);
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-height: 800px) {
  .main-menu__sub-menu--1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-height: 950px) {
  .main-menu__sub-menu--1 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.main-menu__sub-menu--1 .main-menu__item--parent {
  padding-top: 0;
}

.main-menu__item {
  position: relative;
  list-style-type: none;
  display: inline-block;
}

@media (min-width: 768px) {
  .main-menu__item {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.main-menu__item:hover::after,
.main-menu__item:focus::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.main-menu__item:hover .main-menu__sub-menu,
.main-menu__item:focus .main-menu__sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu__item--active .main-menu__link,
.main-menu__item--parent--active .main-menu__link {
  color: #f36e5d;
}

.main-menu__item--active .main-menu__link::before,
.main-menu__item--parent--active .main-menu__link::before {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

.main-menu__item--active > .main-menu__sub-menu__link,
.main-menu__item--parent--active > .main-menu__sub-menu__link {
  color: #f36e5d;
}

.main-menu__item--active > .main-menu__sub-menu__link::before,
.main-menu__item--parent--active > .main-menu__sub-menu__link::before {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

.main-menu__item--current_page_ancestor .main-menu__link {
  color: #f36e5d;
}

.main-menu__item--current_page_ancestor .main-menu__link::before {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

.main-menu__item--blank > a {
  display: none;
}

.main-menu__item--border-right {
  padding-bottom: 0;
  border-right: 1px solid rgba(217, 217, 217, 0.3);
}

.main-menu__item--border-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu__item--border-bottom > a {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}

.main-menu__item--menu-item img {
  float: left;
  margin-right: 25px;
  max-width: 100px;
}

@media (min-width: 1200px) {
  .main-menu__item--menu-item img {
    max-width: 120px;
  }
}

.main-menu__item--menu-item--heading > a {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}

.main-menu__item--menu-item--heading > a > span:first-of-type::after {
  content: '' !important;
}

.main-menu__item--menu-item--heading > .main-menu__sub-menu__link {
  color: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}

.main-menu__item--menu-item--heading > .main-menu__sub-menu__link:hover,
.main-menu__item--menu-item--heading > .main-menu__sub-menu__link:focus {
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}

.main-menu__item--circle-image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

@media (min-width: 768px) {
  .main-menu__item--circle-image .main-menu__link__description {
    padding-left: 105px;
  }
}

.main-menu__item--mega-nav-parent {
  position: static;
}

.main-menu__item--mega-nav-parent .main-menu__sub-menu--1 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}

.main-menu__item--mega-nav-parent .main-menu__sub-menu--2__item {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (min-height: 800px) {
  .main-menu__item--mega-nav-parent .main-menu__sub-menu--2__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) and (min-height: 950px) {
  .main-menu__item--mega-nav-parent .main-menu__sub-menu--2__item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .main-menu__item--mega-nav-parent .main-menu__item--mega-nav-item--33 ul .main-menu__link__description {
    padding-left: 125px;
  }
}

@media (min-width: 1200px) {
  .main-menu__item--mega-nav-parent .main-menu__item--mega-nav-item--33 ul .main-menu__link__description {
    padding-left: 145px;
  }
}

.main-menu__item--mega-nav-secondary {
  padding-top: 0;
}

.main-menu__item--mega-nav-secondary .main-menu__sub-menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.main-menu__item--mega-nav-secondary .main-menu__sub-menu__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: capitalize;
  font-weight: normal;
}

.main-menu__item--mega-nav-secondary .main-menu__sub-menu__link span::after {
  content: '' !important;
}

.main-menu__link {
  display: inline-block;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1px;
  width: 100%;
  position: relative;
}

.main-menu__link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: #f36e5d;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-menu__link:hover,
.main-menu__link:focus {
  color: #f36e5d;
}

.main-menu__link__description {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: normal;
  text-transform: initial;
  display: block;
}

.single-person .site-header--img-bg {
  background: #202963;
}

.no-masthead .site-header,
.scroll-triggered .site-header {
  padding-top: 0;
  background-color: #fff;
}

.no-masthead a,
.no-masthead .site-header__search-form input[type='text'],
.scroll-triggered a,
.scroll-triggered .site-header__search-form input[type='text'] {
  color: #7d7d7d;
}

/**
 * No Masthead & Scrolled
 */

.no-masthead header.banner,
.scroll-triggered header.banner {
  background-color: #fff;
}

.no-masthead header.banner a,
.no-masthead header.banner #header-search form.searchform input[type='text'],
.scroll-triggered header.banner a,
.scroll-triggered header.banner #header-search form.searchform input[type='text'] {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type='text']::-webkit-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']::-webkit-input-placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type='text']:-ms-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']:-ms-input-placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type='text']::-moz-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']::-moz-placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type='text']::-ms-input-placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']::-ms-input-placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner #header-search form.searchform input[type='text']::placeholder,
.scroll-triggered header.banner #header-search form.searchform input[type='text']::placeholder {
  color: #7d7d7d;
}

.no-masthead header.banner .brand svg path,
.no-masthead header.banner .brand svg polygon,
.no-masthead header.banner .brand svg rect,
.scroll-triggered header.banner .brand svg path,
.scroll-triggered header.banner .brand svg polygon,
.scroll-triggered header.banner .brand svg rect {
  fill: initial;
}

.post-label {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  font-weight: bold;
  background: #f36e5d;
  padding: 4px 14px;
  margin-bottom: 12px;
  border-radius: 15px;
}

.post-label:last-child {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .post-label {
    margin-bottom: 22px;
  }

  .post-label:last-child {
    margin-bottom: 22px;
  }
}

.post-label--american-cities {
  background-color: #3091bf;
}

.post-label--arts-culture {
  background-color: #be3636;
}

.post-label--human-services {
  background-color: #991e66;
}

.post-label--health {
  background-color: #3db1a6;
}

.post-label--environment {
  background-color: #90c12d;
}

.post-label--social-investment-practice {
  background-color: #009639;
}

.post-label--detroit {
  background-color: #bf6730;
}

.post-label--education {
  background-color: #625a95;
}

a.post-label:hover,
a.post-label:focus {
  color: #fff;
  opacity: 0.7;
}

.text-white a.post-label:hover,
.text-white a.post-label:focus {
  color: #fff;
  opacity: 0.7;
}

.single-convening .visc-inline-popup-link:hover {
  cursor: pointer;
}

.single-convening h5.visc-inline-popup-link {
  margin-bottom: 0;
}

.single-convening .mfp-bg {
  background-color: #fff;
  opacity: 1;
}

.single-convening .mfp-content {
  max-width: 768px;
  position: static;
}

.single-convening .mfp-close {
  text-transform: capitalize;
  font-family: "Yrsa", serif;
  color: #135eba;
  font-weight: bold;
  width: auto;
  top: 40px;
  right: 40px;
  opacity: 1;
}

.single-convening .mfp-close {
  font-size: 1.375rem;
}

@media screen and (min-width: 576px) {
  .single-convening .mfp-close {
    font-size: calc(0.64103vw + 1.14423rem);
  }
}

@media screen and (min-width: 1200px) {
  .single-convening .mfp-close {
    font-size: 1.625rem;
  }
}

.single-convening .mfp-close {
  line-height: 1.625rem;
}

@media screen and (min-width: 576px) {
  .single-convening .mfp-close {
    line-height: calc(0.32051vw + 1.50962rem);
  }
}

@media screen and (min-width: 1200px) {
  .single-convening .mfp-close {
    line-height: 1.75rem;
  }
}

.single-convening .mfp-close svg {
  vertical-align: -2px;
  margin-left: 8px;
}

.single-convening .mfp-close:hover {
  opacity: 0.7;
  background: transparent !important;
}

.single-convening .mfp-hide {
  display: block !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.post-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list-item-post {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding-bottom: 110px;
}

.list-item-post:last-child {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .list-item-post {
    margin-bottom: 60px;
  }

  .list-item-post:last-child {
    margin-bottom: 60px;
  }
}

.list-item-post__title {
  margin: 0 0 10px 0;
}

.list-item-post__image {
  display: block;
  margin-bottom: 12px;
}

.list-item-post__image .img-cover::before,
.list-item-post__image .img-circle::before {
  padding-top: 56%;
}

.list-item-post__date {
  color: rgba(82, 80, 81, 0.5);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.list-item-post__topics {
  padding-top: 5px;
  margin-top: 32px;
  border-top: 1px solid rgba(151, 151, 151, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 80px;
}

.list-item-post__topics p {
  color: #525051;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0;
}

.list-item-post--featured-story .list-item-post__title {
  margin-bottom: 15px;
}

.list-item-post--featured-story .list-item-post__image .img-cover::before,
.list-item-post--featured-story .list-item-post__image .img-circle::before {
  padding-top: 56%;
}

.list-item-post--featured-story:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .list-item-post--featured-story:last-child {
    margin-bottom: 0;
  }
}

.person-column {
  width: 50%;
}

@media (min-width: 768px) {
  .person-column {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .person-column {
    width: 25%;
  }
}

.list-item-person {
  width: 100%;
  margin-bottom: 30px;
}

.list-item-person:last-child {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .list-item-person {
    margin-bottom: 50px;
  }
}

.list-item-person__link {
  display: block;
}

.list-item-person__title {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #131942;
}

.list-item-person__title {
  font-size: 1.125rem;
}

@media screen and (min-width: 576px) {
  .list-item-person__title {
    font-size: calc(0.96154vw + 0.77885rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-person__title {
    font-size: 1.5rem;
  }
}

.list-item-person__title {
  line-height: 1.375rem;
}

@media screen and (min-width: 576px) {
  .list-item-person__title {
    line-height: calc(0.96154vw + 1.02885rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-person__title {
    line-height: 1.75rem;
  }
}

.list-item-person__image {
  margin-bottom: 20px;
}

.list-item-person__image .img-cover::before,
.list-item-person__image .img-circle::before {
  padding-top: 125%;
}

.list-item-person__job-title,
.list-item-person__programs {
  margin-bottom: 0;
}

.list-item-person__job-title {
  font-weight: bold;
}

.list-item-person:hover .list-item-person__title,
.list-item-person:focus .list-item-person__title {
  color: #135eba;
}

.list-item-media-mention {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

.list-item-media-mention:last-child {
  border: none;
}

.list-item-media-mention__image {
  display: block;
}

@media (min-width: 768px) {
  .list-item-media-mention__main {
    padding-left: 40px;
  }
}

.list-item-media-mention__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.list-item-media-mention__title {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .list-item-media-mention__title {
    font-size: calc(0.64103vw + 0.64423rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-media-mention__title {
    font-size: 1.125rem;
  }
}

.list-item-media-mention__title {
  line-height: 1.375rem;
}

@media screen and (min-width: 576px) {
  .list-item-media-mention__title {
    line-height: calc(0.64103vw + 1.14423rem);
  }
}

@media screen and (min-width: 1200px) {
  .list-item-media-mention__title {
    line-height: 1.625rem;
  }
}

.list-item-media-mention__title a {
  color: #135eba;
  text-decoration: underline;
}

.list-item-media-mention__title a:hover,
.list-item-media-mention__title a:focus {
  text-decoration: none;
}

.list-item-media-mention__category {
  font-weight: bold;
  margin-bottom: 16px;
}

.list-item-media-mention__summary {
  margin: 0;
}

.list-item-award {
  background: #fff;
  margin-bottom: 15px;
}

.list-item-award__image {
  display: none;
  width: 100px;
  margin-right: 36px;
}

@media (min-width: 768px) {
  .list-item-award__image {
    display: inline-block;
  }
}

.list-item-award__title {
  display: inline-block;
  margin-bottom: 0;
}

.list-item-award__toggle-button {
  width: 24px;
  min-width: 24px;
  height: 24px;
  font-size: 8px;
  border-radius: 50%;
  border: 1px solid #135eba;
  color: #135eba;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .list-item-award__toggle-button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 16px;
  }
}

.list-item-award__toggle-button i {
  width: 100%;
  display: block;
}

.list-item-award__toggle-button:hover {
  cursor: pointer;
  background: #135eba;
  color: #fff;
}

.list-item-award__toggle-button--active {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-item-award__top {
  padding: 18px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

.list-item-award__top > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-item-award__middle {
  display: none;
  padding: 24px 26px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

.list-item-award__bottom {
  padding: 24px 30px;
}

@media (min-width: 768px) {
  .list-item-award__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.list-item-award__heading {
  color: rgba(82, 80, 81, 0.5);
}

.list-item-award__summary p {
  margin: 0;
}

.list-item-award__geography-served,
.list-item-award__project {
  font-weight: bold;
  margin: 0;
}

.list-item-award__amount {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}

.list-item-award__year {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.list-item-award__location {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.list-item-award__programs {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

.list-item-award__focus-areas {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.list-item-award--open .list-item-award__toggle-button {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-item-resource {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

.list-item-resource > div > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 576px) {
  .list-item-resource__meta,
  .list-item-resource__main {
    padding-top: 25px;
  }
}

@media (min-width: 576px) {
  .list-item-resource__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

.list-item-resource__types {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .list-item-resource__types {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .list-item-resource__type {
    margin-bottom: 5px;
  }

  .list-item-resource__type:last-child {
    margin-bottom: 5px;
  }
}

.list-item-resource__topics p {
  color: #525051;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  margin-top: 10px;
}

.list-item-resource__image {
  display: block;
  max-width: 115px;
  margin-bottom: 15px;
}

.list-item-resource__image .img-cover::before,
.list-item-resource__image .img-circle::before {
  padding-top: 125%;
}

@media (min-width: 576px) {
  .list-item-resource__image {
    margin-left: auto;
    margin-bottom: 0;
  }
}

.list-item-related {
  margin-bottom: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

@media (min-width: 992px) {
  .list-item-related {
    max-width: 83%;
  }
}

.list-item-related__image {
  display: block;
  margin-bottom: 40px;
}

.list-item-related__image .img-cover,
.list-item-related__image .img-circle {
  display: block;
}

.list-item-related__image .img-cover::before,
.list-item-related__image .img-circle::before {
  padding-top: 56%;
}

.list-item-related:last-child {
  margin-bottom: 36px;
}

.list-item-related__type {
  margin-bottom: 10px;
}

.list-item-related__type:last-child {
  margin-bottom: 10px;
}

.list-item-related__date {
  color: rgba(82, 80, 81, 0.5);
}

.list-item-related--large {
  border: none;
}

.list-item-initiative {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .list-item-initiative {
    margin-bottom: 80px;
  }
}

.list-item-initiative__image {
  display: block;
  margin-bottom: 12px;
}

.list-item-initiative__image .img-cover::before,
.list-item-initiative__image .img-circle::before {
  padding-top: 65%;
}

.list-item-initiative__program {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .list-item-initiative__program {
    margin-bottom: 5px;
  }
}

.visc-stat,
.ticker,
.visceral-ticker {
  font-size: 5rem;
}

@media screen and (min-width: 576px) {
  .visc-stat,
  .ticker,
  .visceral-ticker {
    font-size: calc(5.60897vw + 2.98077rem);
  }
}

@media screen and (min-width: 1200px) {
  .visc-stat,
  .ticker,
  .visceral-ticker {
    font-size: 7.1875rem;
  }
}

.visc-stat,
.ticker,
.visceral-ticker {
  line-height: 3.75rem;
}

@media screen and (min-width: 576px) {
  .visc-stat,
  .ticker,
  .visceral-ticker {
    line-height: calc(4.00641vw + 2.30769rem);
  }
}

@media screen and (min-width: 1200px) {
  .visc-stat,
  .ticker,
  .visceral-ticker {
    line-height: 5.3125rem;
  }
}

.vc-number-counter {
  text-align: left;
}

.text-center .vc-number-counter {
  text-align: center;
}

.awards-map,
.initiative-map {
  position: relative;
}

.awards-map__map,
.initiative-map__map {
  height: 32rem;
}

@media (min-width: 768px) {
  .awards-map__map,
  .initiative-map__map {
    height: 48rem;
    width: calc(100% - 480px);
  }
}

.awards-map__panel,
.initiative-map__panel {
  background: #202963;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 560px;
  padding: 35px 55px;
}

@media (min-width: 768px) {
  .awards-map__panel,
  .initiative-map__panel {
    position: absolute;
    width: 480px;
    height: 100%;
  }
}

.awards-map-panel__meta-amount,
.awards-map-panel__meta-year,
.initiative-map-panel__meta-amount,
.initiative-map-panel__meta-year {
  color: #fff;
  display: inline-block;
  margin-right: 30px;
}

.awards-map-panel__heading a,
.initiative-map-panel__heading a {
  color: #fff !important;
  text-decoration: none !important;
}

.awards-map-panel__heading a:hover,
.awards-map-panel__heading a:focus,
.initiative-map-panel__heading a:hover,
.initiative-map-panel__heading a:focus {
  color: #fff !important;
  opacity: 0.7;
}

.awards-map-panel__heading a.link--arrow,
.awards-map-panel__heading a.link--uppercase-arrow,
.awards-map-panel__heading .text-fancy-reveal.program-promo a.vc-promo-header,
.text-fancy-reveal.program-promo .awards-map-panel__heading a.vc-promo-header,
.initiative-map-panel__heading a.link--arrow,
.initiative-map-panel__heading a.link--uppercase-arrow,
.initiative-map-panel__heading .text-fancy-reveal.program-promo a.vc-promo-header,
.text-fancy-reveal.program-promo
    .initiative-map-panel__heading a.vc-promo-header {
  display: inline;
}

.awards-map-panel__heading a.link--arrow::after,
.awards-map-panel__heading a.link--uppercase-arrow::after,
.awards-map-panel__heading .text-fancy-reveal.program-promo a.vc-promo-header::after,
.text-fancy-reveal.program-promo .awards-map-panel__heading a.vc-promo-header::after,
.initiative-map-panel__heading a.link--arrow::after,
.initiative-map-panel__heading a.link--uppercase-arrow::after,
.initiative-map-panel__heading .text-fancy-reveal.program-promo a.vc-promo-header::after,
.text-fancy-reveal.program-promo
      .initiative-map-panel__heading a.vc-promo-header::after {
  font-size: 20px;
  vertical-align: 2px;
}

.awards-map-panel__meta-heading,
.initiative-map-panel__meta-heading {
  margin-bottom: 5px;
}

.awards-map-panel__logo,
.initiative-map-panel__logo {
  margin-bottom: 35px;
}

.awards-map-panel__logo img,
.initiative-map-panel__logo img {
  max-height: 150px;
}

.awards-map-panel__description,
.initiative-map-panel__description {
  max-height: 265px;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.awards-map-panel__description::-webkit-scrollbar,
.initiative-map-panel__description::-webkit-scrollbar {
  display: none;
}

.awards-map-panel__bottom,
.initiative-map-panel__bottom {
  position: absolute;
  left: 55px;
  right: 55px;
  bottom: 30px;
  padding-top: 25px;
}

.awards-map-panel__nav,
.initiative-map-panel__nav {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
}

.awards-map-panel__nav button,
.initiative-map-panel__nav button {
  margin-right: 10px;
}

.awards-map-panel__nav button:hover,
.initiative-map-panel__nav button:hover {
  background: #fff;
  border-color: #fff;
  color: #135eba;
}

.awards-map-panel__nav #prev-map-link,
.initiative-map-panel__nav #prev-map-link {
  padding-left: 5px;
}

.awards-map-panel__nav #prev-map-link i,
.initiative-map-panel__nav #prev-map-link i {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  vertical-align: 0px;
  display: inline-block;
  margin-right: 10px;
}

.awards-map-panel__nav #next-map-link,
.initiative-map-panel__nav #next-map-link {
  padding-right: 5px;
}

.awards-map-panel__nav #next-map-link i,
.initiative-map-panel__nav #next-map-link i {
  display: inline-block;
  margin-left: 10px;
}

.initiative-map-panel__bottom {
  border: none;
  padding-bottom: 0;
}

.initiative-map-panel__nav {
  border: none;
}

.awards-map-filter-container {
  margin-bottom: 35px;
}

.awards-map-filter-container:last-child {
  margin-bottom: 35px;
}

.awards-map-filter-container label,
.awards-map-filter-container select {
  display: inline-block;
  width: inherit;
}

.awards-map-filter-container label {
  margin-right: 10px;
  color: #135eba;
}

.pagination {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.page-numbers {
  margin-left: 10px;
  margin-right: 10px;
  color: #202963;
}

.page-numbers:hover,
.page-numbers:focus,
.page-numbers.current {
  color: #135eba;
}

.vc-custom-promo-box {
  margin-bottom: 30px;
}

.vc-custom-promo-box .content {
  max-width: unset !important;
}

.vc-custom-promo-box.overlay-promo::before {
  padding: 105%;
}

.text-fancy-reveal.program-promo {
  margin-bottom: 0;
}

.text-fancy-reveal.program-promo.vc-custom-promo-box::before {
  padding-top: 150%;
}

.text-fancy-reveal.program-promo .content {
  height: 215px;
  background: #135eba;
  -webkit-transform: translateY(140px);
       -o-transform: translateY(140px);
          transform: translateY(140px);
  bottom: 0;
  padding: 27px 27px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

@media (min-width: 992px) {
  .text-fancy-reveal.program-promo .content {
    -webkit-transform: translateY(140px);
         -o-transform: translateY(140px);
            transform: translateY(140px);
  }
}

.text-fancy-reveal.program-promo .vc-promo-header {
  margin-bottom: 22px;
}

@media (min-width: 1200px) {
  .text-fancy-reveal.program-promo .vc-promo-header {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1300px) {
  .text-fancy-reveal.program-promo .vc-promo-header {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 1500px) {
  .text-fancy-reveal.program-promo .vc-promo-header {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.text-fancy-reveal.program-promo .vc-promo-text p {
  color: #fff;
}

.text-fancy-reveal.program-promo:hover .content {
  -webkit-transform: translateY(140px);
       -o-transform: translateY(140px);
          transform: translateY(140px);
  bottom: 0;
}

@media (min-width: 992px) {
  .text-fancy-reveal.program-promo:hover .content {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.text-fancy-reveal.program-promo--american-cities .content {
  background-color: #3091bf;
}

.text-fancy-reveal.program-promo--arts-culture .content {
  background-color: #be3636;
}

.text-fancy-reveal.program-promo--human-services .content {
  background-color: #991e66;
}

.text-fancy-reveal.program-promo--health .content {
  background-color: #3db1a6;
}

.text-fancy-reveal.program-promo--environment .content {
  background-color: #90c12d;
}

.text-fancy-reveal.program-promo--social-investment-practice .content {
  background-color: #009639;
}

.text-fancy-reveal.program-promo--detroit .content {
  background-color: #bf6730;
}

.text-fancy-reveal.program-promo--education .content {
  background-color: #625a95;
}

.text-fade-in.overlay-promo .content {
  bottom: auto;
  top: 0;
  text-align: left;
  opacity: 1 !important;
  padding: 36px 28px;
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.text-fade-in.overlay-promo .vc-promo-text {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.text-fade-in.overlay-promo:hover .vc-promo-text {
  opacity: 0;
}

.bg-fade-to-dark.overlay-promo {
  position: relative;
}

.bg-fade-to-dark.overlay-promo::before {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.bg-fade-to-dark.overlay-promo--american-cities::before {
  background-color: rgba(48, 145, 191, 0.9);
}

.bg-fade-to-dark.overlay-promo--arts-culture::before {
  background-color: rgba(190, 54, 54, 0.9);
}

.bg-fade-to-dark.overlay-promo--human-services::before {
  background-color: rgba(153, 30, 102, 0.9);
}

.bg-fade-to-dark.overlay-promo--health::before {
  background-color: rgba(61, 177, 166, 0.9);
}

.bg-fade-to-dark.overlay-promo--environment::before {
  background-color: rgba(144, 193, 45, 0.9);
}

.bg-fade-to-dark.overlay-promo--social-investment-practice::before {
  background-color: rgba(0, 150, 57, 0.9);
}

.bg-fade-to-dark.overlay-promo--detroit::before {
  background-color: rgba(191, 103, 48, 0.9);
}

.bg-fade-to-dark.overlay-promo--education::before {
  background-color: rgba(98, 90, 149, 0.9);
}

.bg-fade-to-dark.overlay-promo:hover::before {
  background: transparent;
}

.bg-fade-to-dark.overlay-promo::after {
  content: ">";
  font-family: "icomoon";
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-size: 48px;
}

.bg-fade-to-dark.overlay-promo .vc-promo-bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-7.74%, #000000), color-stop(45.24%, rgba(0, 0, 0, 0.0001)));
  background: -webkit-linear-gradient(top, #000000 -7.74%, rgba(0, 0, 0, 0.0001) 45.24%);
  background: -o-linear-gradient(top, #000000 -7.74%, rgba(0, 0, 0, 0.0001) 45.24%);
  background: linear-gradient(180deg, #000000 -7.74%, rgba(0, 0, 0, 0.0001) 45.24%);
}

/**
 * Mobile Navigation
 */

.mobile-icon {
  width: 32px;
  height: 18px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 50;
}

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

.mobile-icon__line {
  height: 2px;
  width: 16px;
  background: #f36e5d;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.mobile-icon__line:first-child {
  top: 0;
  width: 100%;
}

.mobile-icon__line:last-child {
  top: auto;
  bottom: 0;
  width: 23px;
}

@media (hover: hover) {
  .mobile-icon:hover {
    cursor: pointer;
  }

  .mobile-icon:hover .mobile-icon__line {
    width: 100%;
  }
}

.mobile-icon:focus {
  outline: none;
}

.mobile-icon--active .mobile-icon__line {
  width: 100%;
}

.mobile-icon--active .mobile-icon__line:first-child {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 16px;
  left: auto;
  right: -3px;
  top: 3px;
}

.mobile-icon--active .mobile-icon__line:last-child {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 16px;
  left: auto;
  right: -3px;
  bottom: 3px;
}

#nav-toggle {
  display: none;
}

#nav-toggle:checked ~ .mobile-nav-container {
  -webkit-transform: translateX(0%);
       -o-transform: translateX(0%);
          transform: translateX(0%);
}

#nav-toggle:checked ~ .mobile-nav-container .mobile-nav > ul {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, -webkit-transform 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0.25s, -o-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s, -o-transform 0.5s ease 0s;
}

.mobile-nav-container {
  background-color: #202963;
  height: 100vh;
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  width: 100%;
  right: 0;
  z-index: 49;
}

@media (min-width: 768px) {
  .mobile-nav-container {
    width: 450px;
  }
}

@media (min-width: 992px) {
  .mobile-nav-container {
    display: none;
  }
}

.mobile-nav-container ul {
  width: 100%;
  padding: 0;
  list-style-type: none;
}

.mobile-nav-container ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav-container .main-menu {
  text-align: left;
}

.mobile-nav-container .main-menu__item {
  display: block;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}

.mobile-nav-container .main-menu__item--mega-nav-secondary .main-menu__sub-menu__link {
  font-weight: 400;
}

.mobile-nav-container .main-menu__item--menu-item--heading > .main-menu__sub-menu__link {
  color: rgba(255, 255, 255, 0.3);
  border-bottom: none;
}

.mobile-nav-container .main-menu__item--menu-item--heading > .main-menu__sub-menu__link:hover,
.mobile-nav-container .main-menu__item--menu-item--heading > .main-menu__sub-menu__link:focus {
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}

.mobile-nav-container .main-menu__link {
  font-family: "Yrsa", serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.75rem;
}

.mobile-nav-container .main-menu__link::after {
  font-family: "icomoon";
  content: ">";
  font-size: 16px;
  font-size: 1rem;
  margin-left: 10px;
}

.mobile-nav-container .main-menu__link::before {
  display: none;
}

.mobile-nav-container .main-menu__sub-menu {
  margin-top: 10px;
  position: static;
  background: inherit;
  padding: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-nav-container .main-menu__sub-menu__item {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-nav-container .main-menu__sub-menu__link {
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.mobile-nav-container .main-menu__sub-menu--1 {
  display: block;
}

.mobile-nav-container .main-menu__sub-menu--1__item {
  margin-bottom: 20px;
}

.mobile-nav-container .main-menu__sub-menu--1__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: bold;
}

.mobile-nav-container .main-menu__sub-menu--2 {
  display: block;
}

.mobile-nav-container .main-menu__sub-menu--2__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: none;
  font-weight: 800;
  padding: 0;
}

.mobile-nav-container .main-menu__sub-menu--2__link span::after {
  display: none;
}

.mobile-nav-container .main-menu__sub-menu .container,
.mobile-nav-container .main-menu__sub-menu .visceral-slider .slick-list,
.visceral-slider .mobile-nav-container .main-menu__sub-menu .slick-list {
  padding: 0;
}

.mobile-nav-container .mobile-nav__search-form {
  position: relative;
}

.mobile-nav-container .mobile-nav__search-form label {
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.mobile-nav-container .mobile-nav__search-form input[type='text'] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 0;
}

.mobile-nav-container .mobile-nav__search-form input[type='text']::-webkit-input-placeholder {
  color: #fff;
}

.mobile-nav-container .mobile-nav__search-form input[type='text']::-moz-placeholder {
  color: #fff;
}

.mobile-nav-container .mobile-nav__search-form input[type='text']::-ms-input-placeholder {
  color: #fff;
}

.mobile-nav-container .mobile-nav__search-form input[type='text']::placeholder {
  color: #fff;
}

.mobile-nav-container .mobile-nav__search-form button {
  position: absolute;
  right: 0;
  padding: 10px;
  background: transparent;
  border: none;
}

.mobile-nav-container .mobile-nav__search-form button:hover,
.mobile-nav-container .mobile-nav__search-form button:focus {
  background: transparent;
}

.mobile-nav-inner {
  margin-top: 55px;
  padding-bottom: 55px;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.mobile-nav-inner::-webkit-scrollbar {
  display: none;
}

.mobile-nav__subscribe {
  padding-left: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  color: #fff;
}

.mobile-nav__subscribe:hover,
.mobile-nav__subscribe:focus {
  color: #f36e5d;
}

.sub-navigation {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #131942;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .sub-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sub-navigation ul {
  display: block;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: center;
}

.sub-navigation ul::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .sub-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    text-align: left;
  }
}

.sub-navigation ul > li {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .sub-navigation ul > li {
    display: inline-block;
    margin-bottom: 0;
  }
}

.sub-navigation__item {
  margin-right: 30px;
}

@media (min-width: 992px) {
  .sub-navigation__item {
    margin-right: 50px;
  }
}

.sub-navigation__link {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.sub-navigation__link:hover,
.sub-navigation__link--active {
  color: #135eba;
}

.template-program .sub-navigation {
  background: #fff;
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
}

.template-program .sub-navigation .sub-navigation__link {
  color: #525051;
}

.template-program .sub-navigation .sub-navigation__link:hover,
.template-program .sub-navigation .sub-navigation__link--active {
  color: #135eba;
}

.sub-navigation--stuck {
  padding-top: 15px;
  padding-bottom: 15px;
}

#main-content .in-page-anchor-nav ul {
  list-style: none;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  padding-bottom: 12px;
}

#main-content .in-page-anchor-nav ul li {
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;
}

@media (min-width: 768px) {
  #main-content .in-page-anchor-nav ul li {
    display: inline-block;
  }
}

#main-content .in-page-anchor-nav ul li a {
  text-decoration: none;
}

#main-content .text-white .in-page-anchor-nav ul li a {
  color: white;
}

#main-content .text-white .in-page-anchor-nav ul li a:hover {
  opacity: 0.7;
}

.visceral-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 48px;
  color: #202963;
  background: transparent;
  border: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none !important;
}

@media (min-width: 768px) {
  .visceral-slider .slick-arrow {
    display: inline-block !important;
  }
}

.visceral-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.visceral-slider .slick-slide {
  display: block;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .visceral-slider .slick-slide {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.visceral-slider .slick-slide blockquote:after {
  display: none;
}

.visceral-slider .slick-prev {
  left: 0;
  -webkit-transform: translateX(0) translateY(-50%) rotate(180deg);
       -o-transform: translateX(0) translateY(-50%) rotate(180deg);
          transform: translateX(0) translateY(-50%) rotate(180deg);
}

.visceral-slider .slick-prev:hover {
  opacity: 1;
  -webkit-transform: translateX(-3px) translateY(-50%) rotate(180deg);
       -o-transform: translateX(-3px) translateY(-50%) rotate(180deg);
          transform: translateX(-3px) translateY(-50%) rotate(180deg);
}

.visceral-slider .slick-next {
  right: 0;
  -webkit-transform: translateX(0) translateY(-50%);
       -o-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}

.visceral-slider .slick-next:hover {
  opacity: 1;
  -webkit-transform: translateX(3px) translateY(-50%);
       -o-transform: translateX(3px) translateY(-50%);
          transform: translateX(3px) translateY(-50%);
}

.visceral-slider .slick-dots {
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
       -o-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.visceral-slider .slick-dots li {
  display: inline-block;
  list-style-type: none;
  margin-left: 10px;
  margin-right: 10px;
}

.visceral-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: none;
  background: #fff;
}

.visceral-slider .slick-dots li:hover button,
.visceral-slider .slick-dots li.slick-active button {
  background: #60cfd6;
}

.text-white .visceral-slider .slick-arrow {
  color: #fff;
}

@media (min-width: 768px) {
  .visceral-slider-column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .visceral-slider-column .slick-list {
    padding-left: 0 !important;
    padding-right: 200px !important;
  }

  .visceral-slider-column .slick-slide {
    height: auto;
    margin: 0 40px 0 0;
    max-width: 715px;
  }
}

.timeline {
  background-color: #202963;
  padding-bottom: 110px;
}

.timeline__navigation {
  width: 100%;
  color: #fff;
  margin-bottom: 70px;
  border-bottom: 1px solid #f36e5d;
}

.timeline__navigation:last-child {
  margin-bottom: 70px;
}

.timeline__navigation ul {
  text-align: center;
}

.timeline__navigation-item {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 6px solid transparent;
  margin-bottom: 0 !important;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 112px;
  min-width: 112px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .timeline__navigation-item {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.timeline__navigation-item:hover,
.timeline__navigation-item:focus {
  color: #f36e5d;
  border-color: #f36e5d;
  cursor: pointer;
}

.timeline__navigation-item--active {
  color: #f36e5d;
  border-color: #f36e5d;
}

.timeline__carousel {
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

.timeline-card {
  height: 550px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #202963;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 576px) {
  .timeline-card {
    height: 620px;
    width: 400px;
  }
}

.timeline-card__title {
  position: absolute;
  top: 27px;
  left: 27px;
  z-index: 1;
}

.timeline-card__image .img-cover::before,
.timeline-card__image .img-circle::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(58.11%, rgba(0, 0, 0, 0.0001)), color-stop(110.43%, #000000));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
  position: relative;
  z-index: 1;
}

.timeline-card__main {
  padding: 27px;
}

.timeline-card--range {
  padding: 27px;
  border: none;
}

.timeline-card--range.overlay::before {
  background: rgba(243, 110, 93, 0.9);
}

.timeline-card--range .timeline-card__title {
  position: relative;
  top: 0;
  left: 0;
}

.sidebar-card {
  background: #fff;
  padding: 40px 35px;
}

.sidebar-card p {
  margin-bottom: 20px;
}

.sidebar-card--gray {
  background: #eef5fc;
}

/**
 * Search & 404
 */

.search-results-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.search-results-top p {
  margin-top: 10px;
}

.no-js .search-results-top form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-item-result {
  border-bottom: 1px solid rgba(151, 151, 151, 0.5);
  padding-top: 30px;
}

.list-item-result [class^="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-item-result .wp-post-image {
  margin-bottom: 35px;
}

.search .posts-list {
  padding-top: 30px;
}

.no-masthead .wrap.container,
.no-masthead .visceral-slider .wrap.slick-list,
.visceral-slider .no-masthead .wrap.slick-list {
  padding-top: 100px;
}

.grants-awarded,
.social-investments-made {
  background-color: #eef5fc;
}

.homepage-images {
  width: 100%;
  height: 900px;
  max-height: calc(100vh - 155px);
  position: relative;
}

@media (min-width: 768px) {
  .homepage-images {
    width: 500px;
  }
}

.homepage-image {
  width: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.homepage-image::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 44, 0.85);
}

.homepage-image--image_1 {
  width: calc(100% - 40px);
  height: 400px;
  top: 60px;
  left: -40px;
}

@media (min-width: 768px) {
  .homepage-image--image_1 {
    width: calc(700px * 0.75);
    height: calc(530px * 0.75);
    top: calc(70px * 0.75);
    left: calc(-80px * 0.75);
  }
}

@media (min-width: 1200px) and (min-height: 900px) {
  .homepage-image--image_1 {
    width: 700px;
    height: 530px;
    top: 70px;
    left: -80px;
  }
}

.homepage-image--image_1::before {
  background: rgba(243, 110, 93, 0.85);
}

.homepage-image--image_2 {
  width: calc(100% - 60px);
  height: 450px;
  top: 20px;
  right: -30px;
}

@media (min-width: 768px) {
  .homepage-image--image_2 {
    width: calc(620px * 0.75);
    height: calc(666px * 0.75);
    top: calc(40px * 0.75);
    left: calc(100px * 0.75);
    right: auto;
  }
}

@media (min-width: 1200px) and (min-height: 900px) {
  .homepage-image--image_2 {
    width: 620px;
    height: 666px;
    top: 40px;
    left: 100px;
  }
}

.homepage-image--image_2::before {
  background: rgba(96, 207, 214, 0.85);
}

.homepage-image--image_3 {
  width: calc(100% - 50px);
  height: 380px;
  top: 150px;
  left: 50px;
}

@media (min-width: 768px) {
  .homepage-image--image_3 {
    width: calc(580px * 0.75);
    height: calc(475px * 0.75);
    top: calc(250px * 0.75);
    left: calc(45px * 0.75);
  }
}

@media (min-width: 1200px) and (min-height: 900px) {
  .homepage-image--image_3 {
    width: 580px;
    height: 475px;
    top: 250px;
    left: 45px;
  }
}

.homepage-image--image_3::before {
  background: rgba(32, 41, 99, 0.85);
}

.homepage-image--image_4 {
  width: calc(100% - 40px);
  height: 500px;
}

@media (min-width: 768px) {
  .homepage-image--image_4 {
    width: calc(560px * 0.75);
    height: calc(670px * 0.75);
  }
}

@media (min-width: 1200px) and (min-height: 900px) {
  .homepage-image--image_4 {
    width: 560px;
    height: 670px;
  }
}

.homepage-image--image_4::before {
  background: rgba(19, 94, 186, 0.85);
}

.homepage-image--active {
  z-index: 1;
  -webkit-transform: translateY(-4%);
       -o-transform: translateY(-4%);
          transform: translateY(-4%);
}

.homepage-image--active::before {
  opacity: 0;
}

.homepage-masthead {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .homepage-masthead {
    overflow: visible;
  }
}

.homepage-down-link {
  display: none;
  position: absolute;
  overflow: hidden;
  bottom: 60px;
  left: 15px;
  width: 54px;
  height: 54px;
  background: #202963;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .homepage-down-link {
    display: block;
  }
}

@media (min-width: 1200px) and (min-height: 900px) {
  .homepage-down-link {
    bottom: 120px;
  }
}

.homepage-down-link__inner.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 54px;
  height: 54px;
  font-size: 19px;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.homepage-down-link__inner.icon:first-child {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.homepage-down-link:hover .homepage-down-link__inner:first-child {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

.homepage-down-link:hover .homepage-down-link__inner:last-child {
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

.featured-post-section {
  background-color: #131942;
  padding-top: 60px;
  padding-bottom: 30px;
}

.featured-stories-section {
  background-color: #eef5fc;
  padding-top: 60px;
  padding-bottom: 30px;
}

.entry-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .entry-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page .content,
.error404 .content {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .page .content,
  .error404 .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.error404 .content {
  padding-top: 0;
}

@media (min-width: 768px) {
  .error404 .content {
    padding-top: 0;
  }
}

.home .content,
.grants-awarded .content,
.our-staff .content,
.social-investments-made .content,
.resources .content,
.initiatives .content,
.template-focus-area .content,
.template-light-masthead .content {
  padding-top: 0;
}

@media (min-width: 768px) {
  .home .content,
  .grants-awarded .content,
  .our-staff .content,
  .social-investments-made .content,
  .resources .content,
  .initiatives .content,
  .template-focus-area .content,
  .template-light-masthead .content {
    padding-top: 0;
  }
}

.home .content {
  padding-bottom: 0;
}

.posts-list {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .posts-list {
    padding-top: 90px;
  }
}

.news-views .posts-list {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .news-views .posts-list {
    padding-top: 50px;
  }
}

.single__main {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .single__main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.single__main.has-post-thumbnail {
  padding-top: 0;
  margin-top: -45px;
}

.single__featured-image .img-cover::before,
.single__featured-image .img-circle::before {
  padding-top: 56%;
}

.single__secondary {
  display: block;
  border-bottom: 8px solid #eef5fc;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .single__secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.authors__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .authors__author {
    margin-bottom: 0;
    margin-right: 15px;
  }

  .authors__author:last-child {
    margin-right: 0;
  }
}

.authors__author p {
  margin-bottom: 0;
}

.authors .img-circle {
  width: 45px;
  height: 45px;
  min-width: 45px;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .authors .img-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

@media (min-width: 992px) {
  .authors .img-circle {
    width: 75px;
    height: 75px;
    min-width: 75px;
  }
}

#main-content .social-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  #main-content .social-sharing {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#main-content .social-sharing__item {
  width: 30px;
  margin-left: 10px;
  position: relative;
}

#main-content .social-sharing__item:hover .social-sharing__list-wrapper {
  opacity: 1;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

#main-content .social-sharing__item a {
  color: #525051;
}

#main-content .social-sharing__item a:hover,
#main-content .social-sharing__item a:focus {
  color: #f36e5d;
}

#main-content .social-sharing__item ul li a {
  color: #525051;
}

#main-content .social-sharing__item ul li a:hover,
#main-content .social-sharing__item ul li a:focus {
  color: #525051;
}

#main-content .social-sharing__social:hover,
#main-content .social-sharing__social:focus {
  color: #f36e5d;
}

#main-content .social-sharing__list {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 15px 15px 5px 15px !important;
  background: #fff;
}

#main-content .social-sharing__list-wrapper {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  min-width: 115px;
  left: -50px;
  margin-top: 25px;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
          transform: translate3d(0, 20%, 0);
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}

@media (min-width: 768px) {
  #main-content .social-sharing__list-wrapper {
    min-width: 200px;
  }
}

#main-content .social-sharing__list-wrapper::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -6px;
  left: 50px;
  z-index: 1;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

#main-content .social-sharing__list li {
  list-style-type: none;
  font-size: 13px;
  font-size: 0.8125rem;
}

.single-related-content {
  background-color: #eef5fc;
  padding-top: 90px;
  padding-bottom: 40px;
}

.single-related-content__heading {
  margin-bottom: 20px;
}

.single-related-content hr {
  margin-bottom: 50px;
}

#main-content .single-person__content {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  #main-content .single-person__content {
    margin-bottom: 40px;
  }
}

#main-content .single-person__specialties {
  margin-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  #main-content .single-person__specialties {
    margin-bottom: 90px;
  }
}

@media (min-width: 992px) {
  #main-content .single-person__specialties {
    padding-left: 0;
    padding-right: 0;
  }
}

#main-content .single-person__specialties p {
  margin-bottom: 15px;
  position: relative;
}

#main-content .single-person__specialties p::before {
  content: '\2022';
  position: absolute;
  left: 0;
  top: 0;
}

.single-media-mentions {
  padding-bottom: 30px;
}

.single-media-mentions__heading {
  margin-bottom: 40px;
}

.card {
  padding-top: 65px;
  padding-bottom: 65px;
}

.card--dark {
  background: #202963;
}

.card__heading {
  margin-bottom: 40px;
}

.single-convening .entry-content {
  padding-top: 0;
}

.masthead-image {
  min-height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

@media (min-width: 992px) {
  .masthead-image {
    min-height: 580px;
  }
}

.masthead-image :last-child {
  margin-bottom: 0;
}

.masthead-image__overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.masthead-image__overlay.overlay {
  position: absolute;
}

.masthead-image__overlay.overlay::before {
  background: none;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(58.11%, rgba(0, 0, 0, 0.0001)), color-stop(110.43%, #000000));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
}

.masthead-image__overlay.fade-out {
  opacity: 0;
}

.masthead-image.overlay {
  position: absolute;
}

.masthead-image.overlay::before {
  background: none;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(58.11%, rgba(0, 0, 0, 0.0001)), color-stop(110.43%, #000000));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
}

@media (min-width: 992px) {
  .template-top-level .masthead-image {
    min-height: 680px;
  }
}

.masthead {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #202963;
  color: #fff;
}

@media (min-width: 768px) {
  .masthead {
    padding-top: 180px;
    padding-bottom: 65px;
  }
}

.masthead__image {
  margin-bottom: 20px;
}

.masthead__image .img-cover::before,
.masthead__image .img-circle::before {
  padding-top: 133%;
}

@media (min-width: 768px) {
  .masthead__image {
    margin-bottom: 0;
  }
}

.masthead__post-labels {
  display: inline-block;
  margin-right: 12px;
}

.masthead__post-label {
  margin-right: 10px;
}

.masthead__eyebrow {
  display: inline-block;
  margin-bottom: 30px;
}

.masthead__back-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.masthead__back-link:hover,
.masthead__back-link:focus {
  cursor: pointer;
  color: #f36e5d;
}

.masthead__title {
  margin-bottom: 22px;
}

.masthead__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  opacity: 0.5;
}

.masthead__topics {
  margin-top: 40px;
}

.masthead__topics p {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.masthead__content > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.masthead__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (min-width: 768px) {
  .masthead__main-content {
    padding-left: 40px;
  }
}

.masthead__job-title {
  font-weight: bold;
  margin-bottom: 0;
}

.masthead__job-departments {
  margin-bottom: 0;
}

.masthead__connect {
  margin-top: 20px;
}

.masthead__connect a {
  color: #135eba;
}

.masthead__connect a:hover,
.masthead__connect a:focus {
  color: #202963;
}

.masthead__job-program {
  bottom: 0;
  left: 20px;
  margin: 0;
}

.masthead--single {
  background-color: #202963;
  padding-top: 90px;
}

@media (min-width: 768px) {
  .masthead--single {
    padding-top: 180px;
    padding-bottom: 30px;
  }
}

.masthead--single .single-resource,
.single-post .masthead--single {
  padding-top: 100px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .masthead--single .single-resource,
  .single-post .masthead--single {
    padding-top: 150px;
  }
}

.single-resource.has-featured-image .masthead--single,
.single-post.has-featured-image .masthead--single {
  padding-top: 100px;
}

@media (min-width: 992px) {
  .single-resource.has-featured-image .masthead--single,
  .single-post.has-featured-image .masthead--single {
    padding-top: 150px;
  }
}

.has-featured-image .masthead {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .has-featured-image .masthead {
    padding-top: 65px;
  }
}

.masthead--single-person {
  background-color: #eef5fc;
}

.masthead--single-person .masthead__title {
  color: #135eba;
}

.masthead--single-person .masthead__back-link {
  color: #135eba;
}

.masthead--single-person .masthead__back-link:hover,
.masthead--single-person .masthead__back-link:focus {
  color: #f36e5d;
}

.has-featured-image .masthead--single-person {
  padding-top: 100px;
}

@media (min-width: 768px) {
  .has-featured-image .masthead--single-person {
    padding-top: 180px;
  }
}

.single-initiative .masthead,
.template-focus-area .masthead,
.template-light-masthead .masthead {
  background: #eef5fc;
}

.single-initiative .masthead .masthead__back-link,
.template-focus-area .masthead .masthead__back-link,
.template-light-masthead .masthead .masthead__back-link {
  margin-bottom: 65px;
}

.single-initiative .masthead h1,
.single-initiative .masthead .h1,
.single-initiative .masthead .eyebrow,
.template-focus-area .masthead h1,
.template-focus-area .masthead .h1,
.template-focus-area .masthead .eyebrow,
.template-light-masthead .masthead h1,
.template-light-masthead .masthead .h1,
.template-light-masthead .masthead .eyebrow {
  color: #202963;
}

.template-light-masthead .masthead h1,
.template-light-masthead .masthead .h1 {
  color: #135eba;
}

.error404 .masthead {
  text-align: center;
  background: #fff;
  padding-top: 85px;
  padding-bottom: 0;
}

.error404 .masthead h1 {
  color: #135eba !important;
}

@media (min-width: 768px) {
  .error404 .masthead {
    padding-bottom: 0;
    padding-top: 165px;
  }
}

.masthead-program--american-cities {
  background-color: #3091bf;
}

.masthead-program--arts-culture {
  background-color: #be3636;
}

.masthead-program--human-services {
  background-color: #991e66;
}

.masthead-program--health {
  background-color: #3db1a6;
}

.masthead-program--environment {
  background-color: #90c12d;
}

.masthead-program--social-investment-practice {
  background-color: #009639;
}

.masthead-program--detroit {
  background-color: #bf6730;
}

.masthead-program--education {
  background-color: #625a95;
}

.masthead--single-convening {
  padding-bottom: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.masthead--single-convening .container,
.masthead--single-convening .visceral-slider .slick-list,
.visceral-slider .masthead--single-convening .slick-list {
  position: relative;
}

.masthead--single-convening .masthead__sub-heading * {
  margin-bottom: 0;
}

.masthead--single-convening::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.0001)), color-stop(110.43%, #000000));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.0001) 20%, #000000 110.43%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.0001) 20%, #000000 110.43%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.0001) 20%, #000000 110.43%);
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (min-width: 768px) {
  .masthead--single-convening::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(58.11%, rgba(0, 0, 0, 0.0001)), color-stop(110.43%, #000000));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.0001) 58.11%, #000000 110.43%);
  }
}

/** Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}

.no-js .js-hide {
  display: inline-block !important;
}

.no-js .no-js-show {
  display: inline-block !important;
}

.no-js .no-js-hide {
  display: none !important;
}

.js-hide {
  display: none !important;
}

@media (max-width: 576px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .mobile-only {
    display: none !important;
  }
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.text-white {
  color: #fff;
}

.text-white p,
.text-white time,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

.text-white p a,
.text-white time a,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
  color: #fff;
}

a.text-white,
.text-white a {
  color: #fff;
}

a.text-white:hover,
.text-white a:hover {
  color: #f36e5d;
}

.text-highlight {
  color: #f36e5d;
}

.text-white .text-highlight {
  color: #f36e5d;
}

.text-center {
  display: block;
  text-align: center;
}

.overlay {
  position: relative;
}

.overlay:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 42, 44, 0.7);
}

.overlay > * {
  position: relative;
  z-index: 1;
}

#skip-to-content {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 23px 14px;
  color: #fff;
  background: #f36e5d;
  z-index: 100000;
  opacity: 0;
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

#skip-to-content:focus,
#skip-to-content:active {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-b-20 {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .sm-p-t-20 {
    padding-top: 20px;
  }
}

@media (min-width: 576px) {
  .sm-p-b-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-20 {
    margin-top: 20px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .md-p-t-20 {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .md-p-b-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .md-m-t-20 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .md-m-b-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-20 {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .lg-p-b-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-20 {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-20 {
    padding-top: 20px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-20 {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-20 {
    margin-bottom: 20px;
  }
}

.p-t-30 {
  padding-top: 30px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-30 {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .sm-p-t-30 {
    padding-top: 30px;
  }
}

@media (min-width: 576px) {
  .sm-p-b-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-30 {
    margin-top: 30px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .md-p-t-30 {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .md-p-b-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .md-m-t-30 {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .md-m-b-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-30 {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .lg-p-b-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-30 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-30 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-30 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-30 {
    margin-bottom: 30px;
  }
}

.p-t-40 {
  padding-top: 40px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-40 {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .sm-p-t-40 {
    padding-top: 40px;
  }
}

@media (min-width: 576px) {
  .sm-p-b-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .md-p-t-40 {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .md-p-b-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .md-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .md-m-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-40 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .lg-p-b-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-40 {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-40 {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-40 {
    margin-bottom: 40px;
  }
}

.p-t-60 {
  padding-top: 60px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-b-60 {
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .sm-p-t-60 {
    padding-top: 60px;
  }
}

@media (min-width: 576px) {
  .sm-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .md-p-t-60 {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .md-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .md-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .md-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-60 {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .lg-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-60 {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-60 {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-60 {
    margin-bottom: 60px;
  }
}

.p-t-80 {
  padding-top: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-80 {
  margin-bottom: 80px;
}

@media (min-width: 576px) {
  .sm-p-t-80 {
    padding-top: 80px;
  }
}

@media (min-width: 576px) {
  .sm-p-b-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .md-p-t-80 {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .md-p-b-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .md-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .md-m-b-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-80 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .lg-p-b-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-80 {
    padding-top: 80px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-80 {
    margin-bottom: 80px;
  }
}

.p-t-100 {
  padding-top: 100px;
}

.p-b-100 {
  padding-bottom: 100px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-b-100 {
  margin-bottom: 100px;
}

@media (min-width: 576px) {
  .sm-p-t-100 {
    padding-top: 100px;
  }
}

@media (min-width: 576px) {
  .sm-p-b-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-100 {
    margin-top: 100px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .md-p-t-100 {
    padding-top: 100px;
  }
}

@media (min-width: 768px) {
  .md-p-b-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .md-m-t-100 {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .md-m-b-100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-100 {
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  .lg-p-b-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-100 {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-100 {
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-100 {
    padding-top: 100px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-100 {
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-100 {
    margin-top: 100px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-100 {
    margin-bottom: 100px;
  }
}

.p-t-120 {
  padding-top: 120px;
}

.p-b-120 {
  padding-bottom: 120px;
}

.m-t-120 {
  margin-top: 120px;
}

.m-b-120 {
  margin-bottom: 120px;
}

@media (min-width: 576px) {
  .sm-p-t-120 {
    padding-top: 120px;
  }
}

@media (min-width: 576px) {
  .sm-p-b-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .md-p-t-120 {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {
  .md-p-b-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .md-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 768px) {
  .md-m-b-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-120 {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .lg-p-b-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-120 {
    margin-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-120 {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-120 {
    margin-top: 120px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-120 {
    margin-bottom: 120px;
  }
}

.p-t-150 {
  padding-top: 150px;
}

.p-b-150 {
  padding-bottom: 150px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-b-150 {
  margin-bottom: 150px;
}

@media (min-width: 576px) {
  .sm-p-t-150 {
    padding-top: 150px;
  }
}

@media (min-width: 576px) {
  .sm-p-b-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-150 {
    margin-top: 150px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .md-p-t-150 {
    padding-top: 150px;
  }
}

@media (min-width: 768px) {
  .md-p-b-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 768px) {
  .md-m-t-150 {
    margin-top: 150px;
  }
}

@media (min-width: 768px) {
  .md-m-b-150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-150 {
    padding-top: 150px;
  }
}

@media (min-width: 992px) {
  .lg-p-b-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-150 {
    margin-top: 150px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-150 {
    margin-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-150 {
    padding-top: 150px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-150 {
    margin-top: 150px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-150 {
    margin-bottom: 150px;
  }
}

.p-t-200 {
  padding-top: 200px;
}

.p-b-200 {
  padding-bottom: 200px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-b-200 {
  margin-bottom: 200px;
}

@media (min-width: 576px) {
  .sm-p-t-200 {
    padding-top: 200px;
  }
}

@media (min-width: 576px) {
  .sm-p-b-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 576px) {
  .sm-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 576px) {
  .sm-m-b-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .md-p-t-200 {
    padding-top: 200px;
  }
}

@media (min-width: 768px) {
  .md-p-b-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .md-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 768px) {
  .md-m-b-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .lg-p-t-200 {
    padding-top: 200px;
  }
}

@media (min-width: 992px) {
  .lg-p-b-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .lg-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 992px) {
  .lg-m-b-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t-200 {
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b-200 {
    margin-bottom: 200px;
  }
}

.p-t--20 {
  padding-top: -20px;
}

.p-b--20 {
  padding-bottom: -20px;
}

.m-t--20 {
  margin-top: -20px;
}

.m-b--20 {
  margin-bottom: -20px;
}

@media (min-width: 576px) {
  .sm-p-t--20 {
    padding-top: -20px;
  }
}

@media (min-width: 576px) {
  .sm-p-b--20 {
    padding-bottom: -20px;
  }
}

@media (min-width: 576px) {
  .sm-m-t--20 {
    margin-top: -20px;
  }
}

@media (min-width: 576px) {
  .sm-m-b--20 {
    margin-bottom: -20px;
  }
}

@media (min-width: 768px) {
  .md-p-t--20 {
    padding-top: -20px;
  }
}

@media (min-width: 768px) {
  .md-p-b--20 {
    padding-bottom: -20px;
  }
}

@media (min-width: 768px) {
  .md-m-t--20 {
    margin-top: -20px;
  }
}

@media (min-width: 768px) {
  .md-m-b--20 {
    margin-bottom: -20px;
  }
}

@media (min-width: 992px) {
  .lg-p-t--20 {
    padding-top: -20px;
  }
}

@media (min-width: 992px) {
  .lg-p-b--20 {
    padding-bottom: -20px;
  }
}

@media (min-width: 992px) {
  .lg-m-t--20 {
    margin-top: -20px;
  }
}

@media (min-width: 992px) {
  .lg-m-b--20 {
    margin-bottom: -20px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t--20 {
    padding-top: -20px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b--20 {
    padding-bottom: -20px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t--20 {
    margin-top: -20px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b--20 {
    margin-bottom: -20px;
  }
}

.p-t--30 {
  padding-top: -30px;
}

.p-b--30 {
  padding-bottom: -30px;
}

.m-t--30 {
  margin-top: -30px;
}

.m-b--30 {
  margin-bottom: -30px;
}

@media (min-width: 576px) {
  .sm-p-t--30 {
    padding-top: -30px;
  }
}

@media (min-width: 576px) {
  .sm-p-b--30 {
    padding-bottom: -30px;
  }
}

@media (min-width: 576px) {
  .sm-m-t--30 {
    margin-top: -30px;
  }
}

@media (min-width: 576px) {
  .sm-m-b--30 {
    margin-bottom: -30px;
  }
}

@media (min-width: 768px) {
  .md-p-t--30 {
    padding-top: -30px;
  }
}

@media (min-width: 768px) {
  .md-p-b--30 {
    padding-bottom: -30px;
  }
}

@media (min-width: 768px) {
  .md-m-t--30 {
    margin-top: -30px;
  }
}

@media (min-width: 768px) {
  .md-m-b--30 {
    margin-bottom: -30px;
  }
}

@media (min-width: 992px) {
  .lg-p-t--30 {
    padding-top: -30px;
  }
}

@media (min-width: 992px) {
  .lg-p-b--30 {
    padding-bottom: -30px;
  }
}

@media (min-width: 992px) {
  .lg-m-t--30 {
    margin-top: -30px;
  }
}

@media (min-width: 992px) {
  .lg-m-b--30 {
    margin-bottom: -30px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t--30 {
    padding-top: -30px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b--30 {
    padding-bottom: -30px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t--30 {
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b--30 {
    margin-bottom: -30px;
  }
}

.p-t--40 {
  padding-top: -40px;
}

.p-b--40 {
  padding-bottom: -40px;
}

.m-t--40 {
  margin-top: -40px;
}

.m-b--40 {
  margin-bottom: -40px;
}

@media (min-width: 576px) {
  .sm-p-t--40 {
    padding-top: -40px;
  }
}

@media (min-width: 576px) {
  .sm-p-b--40 {
    padding-bottom: -40px;
  }
}

@media (min-width: 576px) {
  .sm-m-t--40 {
    margin-top: -40px;
  }
}

@media (min-width: 576px) {
  .sm-m-b--40 {
    margin-bottom: -40px;
  }
}

@media (min-width: 768px) {
  .md-p-t--40 {
    padding-top: -40px;
  }
}

@media (min-width: 768px) {
  .md-p-b--40 {
    padding-bottom: -40px;
  }
}

@media (min-width: 768px) {
  .md-m-t--40 {
    margin-top: -40px;
  }
}

@media (min-width: 768px) {
  .md-m-b--40 {
    margin-bottom: -40px;
  }
}

@media (min-width: 992px) {
  .lg-p-t--40 {
    padding-top: -40px;
  }
}

@media (min-width: 992px) {
  .lg-p-b--40 {
    padding-bottom: -40px;
  }
}

@media (min-width: 992px) {
  .lg-m-t--40 {
    margin-top: -40px;
  }
}

@media (min-width: 992px) {
  .lg-m-b--40 {
    margin-bottom: -40px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t--40 {
    padding-top: -40px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b--40 {
    padding-bottom: -40px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t--40 {
    margin-top: -40px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b--40 {
    margin-bottom: -40px;
  }
}

.p-t--60 {
  padding-top: -60px;
}

.p-b--60 {
  padding-bottom: -60px;
}

.m-t--60 {
  margin-top: -60px;
}

.m-b--60 {
  margin-bottom: -60px;
}

@media (min-width: 576px) {
  .sm-p-t--60 {
    padding-top: -60px;
  }
}

@media (min-width: 576px) {
  .sm-p-b--60 {
    padding-bottom: -60px;
  }
}

@media (min-width: 576px) {
  .sm-m-t--60 {
    margin-top: -60px;
  }
}

@media (min-width: 576px) {
  .sm-m-b--60 {
    margin-bottom: -60px;
  }
}

@media (min-width: 768px) {
  .md-p-t--60 {
    padding-top: -60px;
  }
}

@media (min-width: 768px) {
  .md-p-b--60 {
    padding-bottom: -60px;
  }
}

@media (min-width: 768px) {
  .md-m-t--60 {
    margin-top: -60px;
  }
}

@media (min-width: 768px) {
  .md-m-b--60 {
    margin-bottom: -60px;
  }
}

@media (min-width: 992px) {
  .lg-p-t--60 {
    padding-top: -60px;
  }
}

@media (min-width: 992px) {
  .lg-p-b--60 {
    padding-bottom: -60px;
  }
}

@media (min-width: 992px) {
  .lg-m-t--60 {
    margin-top: -60px;
  }
}

@media (min-width: 992px) {
  .lg-m-b--60 {
    margin-bottom: -60px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t--60 {
    padding-top: -60px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b--60 {
    padding-bottom: -60px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t--60 {
    margin-top: -60px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b--60 {
    margin-bottom: -60px;
  }
}

.p-t--80 {
  padding-top: -80px;
}

.p-b--80 {
  padding-bottom: -80px;
}

.m-t--80 {
  margin-top: -80px;
}

.m-b--80 {
  margin-bottom: -80px;
}

@media (min-width: 576px) {
  .sm-p-t--80 {
    padding-top: -80px;
  }
}

@media (min-width: 576px) {
  .sm-p-b--80 {
    padding-bottom: -80px;
  }
}

@media (min-width: 576px) {
  .sm-m-t--80 {
    margin-top: -80px;
  }
}

@media (min-width: 576px) {
  .sm-m-b--80 {
    margin-bottom: -80px;
  }
}

@media (min-width: 768px) {
  .md-p-t--80 {
    padding-top: -80px;
  }
}

@media (min-width: 768px) {
  .md-p-b--80 {
    padding-bottom: -80px;
  }
}

@media (min-width: 768px) {
  .md-m-t--80 {
    margin-top: -80px;
  }
}

@media (min-width: 768px) {
  .md-m-b--80 {
    margin-bottom: -80px;
  }
}

@media (min-width: 992px) {
  .lg-p-t--80 {
    padding-top: -80px;
  }
}

@media (min-width: 992px) {
  .lg-p-b--80 {
    padding-bottom: -80px;
  }
}

@media (min-width: 992px) {
  .lg-m-t--80 {
    margin-top: -80px;
  }
}

@media (min-width: 992px) {
  .lg-m-b--80 {
    margin-bottom: -80px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t--80 {
    padding-top: -80px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b--80 {
    padding-bottom: -80px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t--80 {
    margin-top: -80px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b--80 {
    margin-bottom: -80px;
  }
}

.p-t--100 {
  padding-top: -100px;
}

.p-b--100 {
  padding-bottom: -100px;
}

.m-t--100 {
  margin-top: -100px;
}

.m-b--100 {
  margin-bottom: -100px;
}

@media (min-width: 576px) {
  .sm-p-t--100 {
    padding-top: -100px;
  }
}

@media (min-width: 576px) {
  .sm-p-b--100 {
    padding-bottom: -100px;
  }
}

@media (min-width: 576px) {
  .sm-m-t--100 {
    margin-top: -100px;
  }
}

@media (min-width: 576px) {
  .sm-m-b--100 {
    margin-bottom: -100px;
  }
}

@media (min-width: 768px) {
  .md-p-t--100 {
    padding-top: -100px;
  }
}

@media (min-width: 768px) {
  .md-p-b--100 {
    padding-bottom: -100px;
  }
}

@media (min-width: 768px) {
  .md-m-t--100 {
    margin-top: -100px;
  }
}

@media (min-width: 768px) {
  .md-m-b--100 {
    margin-bottom: -100px;
  }
}

@media (min-width: 992px) {
  .lg-p-t--100 {
    padding-top: -100px;
  }
}

@media (min-width: 992px) {
  .lg-p-b--100 {
    padding-bottom: -100px;
  }
}

@media (min-width: 992px) {
  .lg-m-t--100 {
    margin-top: -100px;
  }
}

@media (min-width: 992px) {
  .lg-m-b--100 {
    margin-bottom: -100px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t--100 {
    padding-top: -100px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b--100 {
    padding-bottom: -100px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t--100 {
    margin-top: -100px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b--100 {
    margin-bottom: -100px;
  }
}

.p-t--120 {
  padding-top: -120px;
}

.p-b--120 {
  padding-bottom: -120px;
}

.m-t--120 {
  margin-top: -120px;
}

.m-b--120 {
  margin-bottom: -120px;
}

@media (min-width: 576px) {
  .sm-p-t--120 {
    padding-top: -120px;
  }
}

@media (min-width: 576px) {
  .sm-p-b--120 {
    padding-bottom: -120px;
  }
}

@media (min-width: 576px) {
  .sm-m-t--120 {
    margin-top: -120px;
  }
}

@media (min-width: 576px) {
  .sm-m-b--120 {
    margin-bottom: -120px;
  }
}

@media (min-width: 768px) {
  .md-p-t--120 {
    padding-top: -120px;
  }
}

@media (min-width: 768px) {
  .md-p-b--120 {
    padding-bottom: -120px;
  }
}

@media (min-width: 768px) {
  .md-m-t--120 {
    margin-top: -120px;
  }
}

@media (min-width: 768px) {
  .md-m-b--120 {
    margin-bottom: -120px;
  }
}

@media (min-width: 992px) {
  .lg-p-t--120 {
    padding-top: -120px;
  }
}

@media (min-width: 992px) {
  .lg-p-b--120 {
    padding-bottom: -120px;
  }
}

@media (min-width: 992px) {
  .lg-m-t--120 {
    margin-top: -120px;
  }
}

@media (min-width: 992px) {
  .lg-m-b--120 {
    margin-bottom: -120px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t--120 {
    padding-top: -120px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b--120 {
    padding-bottom: -120px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t--120 {
    margin-top: -120px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b--120 {
    margin-bottom: -120px;
  }
}

.p-t--150 {
  padding-top: -150px;
}

.p-b--150 {
  padding-bottom: -150px;
}

.m-t--150 {
  margin-top: -150px;
}

.m-b--150 {
  margin-bottom: -150px;
}

@media (min-width: 576px) {
  .sm-p-t--150 {
    padding-top: -150px;
  }
}

@media (min-width: 576px) {
  .sm-p-b--150 {
    padding-bottom: -150px;
  }
}

@media (min-width: 576px) {
  .sm-m-t--150 {
    margin-top: -150px;
  }
}

@media (min-width: 576px) {
  .sm-m-b--150 {
    margin-bottom: -150px;
  }
}

@media (min-width: 768px) {
  .md-p-t--150 {
    padding-top: -150px;
  }
}

@media (min-width: 768px) {
  .md-p-b--150 {
    padding-bottom: -150px;
  }
}

@media (min-width: 768px) {
  .md-m-t--150 {
    margin-top: -150px;
  }
}

@media (min-width: 768px) {
  .md-m-b--150 {
    margin-bottom: -150px;
  }
}

@media (min-width: 992px) {
  .lg-p-t--150 {
    padding-top: -150px;
  }
}

@media (min-width: 992px) {
  .lg-p-b--150 {
    padding-bottom: -150px;
  }
}

@media (min-width: 992px) {
  .lg-m-t--150 {
    margin-top: -150px;
  }
}

@media (min-width: 992px) {
  .lg-m-b--150 {
    margin-bottom: -150px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t--150 {
    padding-top: -150px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b--150 {
    padding-bottom: -150px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t--150 {
    margin-top: -150px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b--150 {
    margin-bottom: -150px;
  }
}

.p-t--200 {
  padding-top: -200px;
}

.p-b--200 {
  padding-bottom: -200px;
}

.m-t--200 {
  margin-top: -200px;
}

.m-b--200 {
  margin-bottom: -200px;
}

@media (min-width: 576px) {
  .sm-p-t--200 {
    padding-top: -200px;
  }
}

@media (min-width: 576px) {
  .sm-p-b--200 {
    padding-bottom: -200px;
  }
}

@media (min-width: 576px) {
  .sm-m-t--200 {
    margin-top: -200px;
  }
}

@media (min-width: 576px) {
  .sm-m-b--200 {
    margin-bottom: -200px;
  }
}

@media (min-width: 768px) {
  .md-p-t--200 {
    padding-top: -200px;
  }
}

@media (min-width: 768px) {
  .md-p-b--200 {
    padding-bottom: -200px;
  }
}

@media (min-width: 768px) {
  .md-m-t--200 {
    margin-top: -200px;
  }
}

@media (min-width: 768px) {
  .md-m-b--200 {
    margin-bottom: -200px;
  }
}

@media (min-width: 992px) {
  .lg-p-t--200 {
    padding-top: -200px;
  }
}

@media (min-width: 992px) {
  .lg-p-b--200 {
    padding-bottom: -200px;
  }
}

@media (min-width: 992px) {
  .lg-m-t--200 {
    margin-top: -200px;
  }
}

@media (min-width: 992px) {
  .lg-m-b--200 {
    margin-bottom: -200px;
  }
}

@media (min-width: 1200px) {
  .xl-p-t--200 {
    padding-top: -200px;
  }
}

@media (min-width: 1200px) {
  .xl-p-b--200 {
    padding-bottom: -200px;
  }
}

@media (min-width: 1200px) {
  .xl-m-t--200 {
    margin-top: -200px;
  }
}

@media (min-width: 1200px) {
  .xl-m-b--200 {
    margin-bottom: -200px;
  }
}

.vc_column_container.m-r-20 {
  margin-right: 20px;
}

.vc_column_container.m-l-20 {
  margin-left: 20px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-20 .vc_column-inner {
    margin-right: 20px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-20 .vc_column-inner {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-20 .vc_column-inner {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-20 .vc_column-inner {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-20 .vc_column-inner {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-20 .vc_column-inner {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-20 .vc_column-inner {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-20 .vc_column-inner {
    margin-left: 20px;
  }
}

.vc_column_container.m-r-30 {
  margin-right: 30px;
}

.vc_column_container.m-l-30 {
  margin-left: 30px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-30 .vc_column-inner {
    margin-right: 30px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-30 .vc_column-inner {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-30 .vc_column-inner {
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-30 .vc_column-inner {
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-30 .vc_column-inner {
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-30 .vc_column-inner {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-30 .vc_column-inner {
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-30 .vc_column-inner {
    margin-left: 30px;
  }
}

.vc_column_container.m-r-40 {
  margin-right: 40px;
}

.vc_column_container.m-l-40 {
  margin-left: 40px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-40 .vc_column-inner {
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-40 .vc_column-inner {
    margin-left: 40px;
  }
}

.vc_column_container.m-r-60 {
  margin-right: 60px;
}

.vc_column_container.m-l-60 {
  margin-left: 60px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-60 .vc_column-inner {
    margin-right: 60px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-60 .vc_column-inner {
    margin-left: 60px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-60 .vc_column-inner {
    margin-right: 60px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-60 .vc_column-inner {
    margin-left: 60px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-60 .vc_column-inner {
    margin-right: 60px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-60 .vc_column-inner {
    margin-left: 60px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-60 .vc_column-inner {
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-60 .vc_column-inner {
    margin-left: 60px;
  }
}

.vc_column_container.m-r-80 {
  margin-right: 80px;
}

.vc_column_container.m-l-80 {
  margin-left: 80px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-80 .vc_column-inner {
    margin-right: 80px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-80 .vc_column-inner {
    margin-left: 80px;
  }
}

.vc_column_container.m-r-100 {
  margin-right: 100px;
}

.vc_column_container.m-l-100 {
  margin-left: 100px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-100 .vc_column-inner {
    margin-right: 100px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-100 .vc_column-inner {
    margin-left: 100px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-100 .vc_column-inner {
    margin-right: 100px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-100 .vc_column-inner {
    margin-left: 100px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-100 .vc_column-inner {
    margin-right: 100px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-100 .vc_column-inner {
    margin-left: 100px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-100 .vc_column-inner {
    margin-right: 100px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-100 .vc_column-inner {
    margin-left: 100px;
  }
}

.vc_column_container.m-r-120 {
  margin-right: 120px;
}

.vc_column_container.m-l-120 {
  margin-left: 120px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-120 .vc_column-inner {
    margin-right: 120px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-120 .vc_column-inner {
    margin-left: 120px;
  }
}

.vc_column_container.m-r-150 {
  margin-right: 150px;
}

.vc_column_container.m-l-150 {
  margin-left: 150px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-150 .vc_column-inner {
    margin-right: 150px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-150 .vc_column-inner {
    margin-left: 150px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-150 .vc_column-inner {
    margin-right: 150px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-150 .vc_column-inner {
    margin-left: 150px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-150 .vc_column-inner {
    margin-right: 150px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-150 .vc_column-inner {
    margin-left: 150px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-150 .vc_column-inner {
    margin-right: 150px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-150 .vc_column-inner {
    margin-left: 150px;
  }
}

.vc_column_container.m-r-200 {
  margin-right: 200px;
}

.vc_column_container.m-l-200 {
  margin-left: 200px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r-200 .vc_column-inner {
    margin-right: 200px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l-200 .vc_column-inner {
    margin-left: 200px;
  }
}

.vc_column_container.m-r--20 {
  margin-right: -20px;
}

.vc_column_container.m-l--20 {
  margin-left: -20px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r--20 .vc_column-inner {
    margin-right: -20px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l--20 .vc_column-inner {
    margin-left: -20px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r--20 .vc_column-inner {
    margin-right: -20px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l--20 .vc_column-inner {
    margin-left: -20px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r--20 .vc_column-inner {
    margin-right: -20px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l--20 .vc_column-inner {
    margin-left: -20px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r--20 .vc_column-inner {
    margin-right: -20px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l--20 .vc_column-inner {
    margin-left: -20px;
  }
}

.vc_column_container.m-r--30 {
  margin-right: -30px;
}

.vc_column_container.m-l--30 {
  margin-left: -30px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r--30 .vc_column-inner {
    margin-right: -30px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l--30 .vc_column-inner {
    margin-left: -30px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r--30 .vc_column-inner {
    margin-right: -30px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l--30 .vc_column-inner {
    margin-left: -30px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r--30 .vc_column-inner {
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l--30 .vc_column-inner {
    margin-left: -30px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r--30 .vc_column-inner {
    margin-right: -30px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l--30 .vc_column-inner {
    margin-left: -30px;
  }
}

.vc_column_container.m-r--40 {
  margin-right: -40px;
}

.vc_column_container.m-l--40 {
  margin-left: -40px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r--40 .vc_column-inner {
    margin-right: -40px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l--40 .vc_column-inner {
    margin-left: -40px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r--40 .vc_column-inner {
    margin-right: -40px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l--40 .vc_column-inner {
    margin-left: -40px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r--40 .vc_column-inner {
    margin-right: -40px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l--40 .vc_column-inner {
    margin-left: -40px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r--40 .vc_column-inner {
    margin-right: -40px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l--40 .vc_column-inner {
    margin-left: -40px;
  }
}

.vc_column_container.m-r--60 {
  margin-right: -60px;
}

.vc_column_container.m-l--60 {
  margin-left: -60px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r--60 .vc_column-inner {
    margin-right: -60px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l--60 .vc_column-inner {
    margin-left: -60px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r--60 .vc_column-inner {
    margin-right: -60px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l--60 .vc_column-inner {
    margin-left: -60px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r--60 .vc_column-inner {
    margin-right: -60px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l--60 .vc_column-inner {
    margin-left: -60px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r--60 .vc_column-inner {
    margin-right: -60px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l--60 .vc_column-inner {
    margin-left: -60px;
  }
}

.vc_column_container.m-r--80 {
  margin-right: -80px;
}

.vc_column_container.m-l--80 {
  margin-left: -80px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r--80 .vc_column-inner {
    margin-right: -80px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l--80 .vc_column-inner {
    margin-left: -80px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r--80 .vc_column-inner {
    margin-right: -80px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l--80 .vc_column-inner {
    margin-left: -80px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r--80 .vc_column-inner {
    margin-right: -80px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l--80 .vc_column-inner {
    margin-left: -80px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r--80 .vc_column-inner {
    margin-right: -80px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l--80 .vc_column-inner {
    margin-left: -80px;
  }
}

.vc_column_container.m-r--100 {
  margin-right: -100px;
}

.vc_column_container.m-l--100 {
  margin-left: -100px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r--100 .vc_column-inner {
    margin-right: -100px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l--100 .vc_column-inner {
    margin-left: -100px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r--100 .vc_column-inner {
    margin-right: -100px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l--100 .vc_column-inner {
    margin-left: -100px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r--100 .vc_column-inner {
    margin-right: -100px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l--100 .vc_column-inner {
    margin-left: -100px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r--100 .vc_column-inner {
    margin-right: -100px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l--100 .vc_column-inner {
    margin-left: -100px;
  }
}

.vc_column_container.m-r--120 {
  margin-right: -120px;
}

.vc_column_container.m-l--120 {
  margin-left: -120px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r--120 .vc_column-inner {
    margin-right: -120px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l--120 .vc_column-inner {
    margin-left: -120px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r--120 .vc_column-inner {
    margin-right: -120px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l--120 .vc_column-inner {
    margin-left: -120px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r--120 .vc_column-inner {
    margin-right: -120px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l--120 .vc_column-inner {
    margin-left: -120px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r--120 .vc_column-inner {
    margin-right: -120px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l--120 .vc_column-inner {
    margin-left: -120px;
  }
}

.vc_column_container.m-r--150 {
  margin-right: -150px;
}

.vc_column_container.m-l--150 {
  margin-left: -150px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r--150 .vc_column-inner {
    margin-right: -150px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l--150 .vc_column-inner {
    margin-left: -150px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r--150 .vc_column-inner {
    margin-right: -150px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l--150 .vc_column-inner {
    margin-left: -150px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r--150 .vc_column-inner {
    margin-right: -150px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l--150 .vc_column-inner {
    margin-left: -150px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r--150 .vc_column-inner {
    margin-right: -150px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l--150 .vc_column-inner {
    margin-left: -150px;
  }
}

.vc_column_container.m-r--200 {
  margin-right: -200px;
}

.vc_column_container.m-l--200 {
  margin-left: -200px;
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-r--200 .vc_column-inner {
    margin-right: -200px;
  }
}

@media (min-width: 576px) {
  .vc_column_container.sm-m-l--200 .vc_column-inner {
    margin-left: -200px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-r--200 .vc_column-inner {
    margin-right: -200px;
  }
}

@media (min-width: 768px) {
  .vc_column_container.md-m-l--200 .vc_column-inner {
    margin-left: -200px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-r--200 .vc_column-inner {
    margin-right: -200px;
  }
}

@media (min-width: 992px) {
  .vc_column_container.lg-m-l--200 .vc_column-inner {
    margin-left: -200px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-r--200 .vc_column-inner {
    margin-right: -200px;
  }
}

@media (min-width: 1200px) {
  .vc_column_container.xl-m-l--200 .vc_column-inner {
    margin-left: -200px;
  }
}

@media print {
  body {
    color: #fff;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }

  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
    max-width: 300px;
  }

  .no-print {
    display: none;
  }

  .text-white,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span {
    color: #000 !important;
  }

  a {
    color: #f36e5d !important;
  }

  *[data-vc-full-width='true'] {
    left: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .full-width {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .reveal {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }

  .img-cover:before,
  .img-circle:before,
  .img-circle:before,
  .img-contain:before {
    display: none !important;
  }

  .img-cover img,
  .img-circle img,
  .img-circle img,
  .img-contain img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate(0) !important;
         -o-transform: translate(0) !important;
            transform: translate(0) !important;
    left: 0;
  }

  .img-cover .content,
  .img-circle .content,
  .img-circle .content,
  .img-contain .content {
    position: relative !important;
  }

  .site-header {
    position: relative !important;
  }

  .site-header svg path,
  .site-header svg polygon,
  .site-header svg rect {
    fill: #000 !important;
  }

  .masthead {
    position: relative;
    display: block !important;
    min-height: 0;
    padding: 0;
  }

  .masthead-image {
    display: none;
  }

  .vc_toggle .vc_toggle_content {
    display: block;
  }

  .timeline-card {
    width: 100%;
    display: block;
  }

  .list-item-person__image img {
    max-width: 225px;
  }

  .visceral-slider .slick-track {
    display: block;
    width: 100% !important;
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
  }

  .visceral-slider .slick-cloned {
    display: none;
  }

  .visceral-slider .vc-author-blockquote {
    width: initial !important;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 20px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 20px;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 20px;
  }

  .alignright {
    float: right;
    margin-left: 20px;
  }
}

/** Captions */

.sg-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  margin-bottom: 40px;
  color: black;
}

.sg-sub-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
}

.sg-element {
  margin-bottom: 50px;
}

.sg-dark-bg {
  background: lightgray;
  padding: 40px;
}

/**
 * WP Bakery Page Builder
 */

.vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vc_row.container,
.visceral-slider .vc_row.slick-list {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.vc_section[data-vc-full-width] > .vc_row.container,
.visceral-slider .vc_section[data-vc-full-width] > .vc_row.slick-list {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.gform_confirmation_message {
  padding-top: 100px;
}

.gfield_checkbox input[type='checkbox'] {
  margin-bottom: 5px;
}

.flickity-viewport {
  overflow: visible;
}

.flickity-button {
  border-radius: 0;
  width: 60px;
  height: 60px;
}

.flickity-button svg.flickity-button-icon {
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
}

.flickity-button.next {
  right: 0;
}

.flickity-button.previous {
  left: 0;
}

.flickity-button:hover,
.flickity-button:focus {
  color: #303030;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
}

.mtsnb span.mtsnb-text {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}

.mtsnb a.mtsnb-link {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0;
}


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