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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

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

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

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;

  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  -webkit-transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

:root {
  --gutter: 0.9375rem; }

@media (max-width: 599px) {
  :root {
    --gutter: 0.625rem; } }

.l-article__item {
  padding-bottom: 1.25em; }
  .l-article__item::after {
    background-color: #e6e6e6;
    content: "";
    display: block;
    height: 2px;
    margin-top: 1.25em;
    margin: 1.25em 1.875rem 0; }
    @media (max-width: 37.49em) {
      .l-article__item::after {
        margin-left: 1.25rem;
        margin-right: 1.25rem; } }

.l-article-carousel {
  margin-top: 0; }
  .l-article-carousel__image {
    border-radius: 0.3125em;
    position: relative;
    z-index: -1; }
  .l-article-carousel__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .l-article-carousel__nav > *:not(:last-child) {
      margin-right: 0.625rem; }
  .l-article-carousel__content {
    margin-top: 3.75em;
    padding-top: 1.875rem; }
  .l-article-carousel__link {
    max-width: 50%;
    margin-left: auto;
    margin-top: 1.875rem; }
  .l-article-carousel__navregion {
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 100%;
    z-index: 100; }

.l-combo {
  position: relative; }
  .l-combo__input {
    padding-right: 3.125em !important; }
  .l-combo__submit {
    background: #76b965;
    border: 0;
    border-radius: 50%;
    color: #fff;
    height: 2.25em;
    padding: 0;
    position: absolute;
    right: 0.4375em;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-color 0.25s ease-in;
    -o-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in;
    width: 2.25em; }
    .l-combo__submit:focus, .l-combo__submit:hover {
      background-color: #3f7fe9;
      outline: 0; }
    .l-combo__submit > svg {
      height: 1em;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 0.5em; }

.l-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0em;
  padding-right: 0em;
  max-width: 78.75em;
  width: 100%; }
  .l-container--header__masthead, .l-container--header__picture {
    left: 0;
    position: absolute;
    width: 100%; }
  .l-container--header__masthead {
 
    height: 800px;
    overflow: hidden;
    top: 0; }
    @media (max-width: 37.49em) {
      .l-container--header__masthead {
        background-size: cover;

        height: 0;
        padding-top: 93.866666666667%; } }
  .l-container--header__picture {
    top: 0;
    z-index: -1; }
    .l-container--header__picture > img {
      display: block; }

.l-event__item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 0.3125em;
  color: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25em; }
  .l-event__item > * {
    margin-top: 0; }

.l-event__date {
  border: solid 3px #3f7fe9;
  border-radius: 2.8571em;
  color: #3f7fe9;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.875em;
  font-weight: 700;
  margin-right: 1.4286em;
  min-width: 13.1428em;
  padding: 0.5em 1em;
  text-align: center;
  text-transform: uppercase; }

.l-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 0;
  padding: 0 0.9375rem;
  padding: 0 var(--gutter); }
  .l-row > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
    min-height: 1%;
    padding: 0.9375rem;
    padding: var(--gutter); }
  .l-row--shrink-y > * {
    padding-bottom: 0;
    padding-top: 0; }

.l-col-1 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 8.3333333333%; }

.l-col\:pull1 {
  margin-left: -8.3333333333%; }

.l-col-2 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 16.6666666667%; }

.l-col\:pull2 {
  margin-left: -16.6666666667%; }

.l-col-3 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 25%; }

.l-col\:pull3 {
  margin-left: -25%; }

.l-col-4 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 33.3333333333%; }

.l-col\:pull4 {
  margin-left: -33.3333333333%; }

.l-col-5 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 41.6666666667%; }

.l-col\:pull5 {
  margin-left: -41.6666666667%; }

.l-col-6 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 50%; }

.l-col\:pull6 {
  margin-left: -50%; }

.l-col-7 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 58.3333333333%; }

.l-col\:pull7 {
  margin-left: -58.3333333333%; }

.l-col-8 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 66.6666666667%; }

.l-col\:pull8 {
  margin-left: -66.6666666667%; }

.l-col-9 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 75%; }

.l-col\:pull9 {
  margin-left: -75%; }

.l-col-10 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 83.3333333333%; }

.l-col\:pull10 {
  margin-left: -83.3333333333%; }

.l-col-11 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 91.6666666667%; }

.l-col\:pull11 {
  margin-left: -91.6666666667%; }

.l-col-12 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%; }

.l-col\:pull12 {
  margin-left: -100%; }

@media (max-width: 37.49em) {
  .xs\:l-col-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  .xs\:l-col-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  .xs\:l-col-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  .xs\:l-col-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  .xs\:l-col-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  .xs\:l-col-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  .xs\:l-col-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  .xs\:l-col-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  .xs\:l-col-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  .xs\:l-col-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  .xs\:l-col-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  .xs\:l-col-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 37.5em) and (max-width: 63.99em) {
  .sm\:l-col-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  .sm\:l-col-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  .sm\:l-col-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  .sm\:l-col-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  .sm\:l-col-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  .sm\:l-col-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  .sm\:l-col-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  .sm\:l-col-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  .sm\:l-col-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  .sm\:l-col-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  .sm\:l-col-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  .sm\:l-col-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 64em) and (max-width: 89.99em) {
  .md\:l-col-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  .md\:l-col-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  .md\:l-col-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  .md\:l-col-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  .md\:l-col-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  .md\:l-col-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  .md\:l-col-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  .md\:l-col-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  .md\:l-col-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  .md\:l-col-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  .md\:l-col-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  .md\:l-col-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 90em) and (max-width: 119.99em) {
  .lg\:l-col-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  .lg\:l-col-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  .lg\:l-col-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  .lg\:l-col-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  .lg\:l-col-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  .lg\:l-col-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  .lg\:l-col-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  .lg\:l-col-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  .lg\:l-col-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  .lg\:l-col-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  .lg\:l-col-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  .lg\:l-col-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 120em) {
  .xl\:l-col-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  .xl\:l-col-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  .xl\:l-col-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  .xl\:l-col-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  .xl\:l-col-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  .xl\:l-col-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  .xl\:l-col-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  .xl\:l-col-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  .xl\:l-col-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  .xl\:l-col-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  .xl\:l-col-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  .xl\:l-col-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 20em) and (max-width: 24.99em) {
  [class*="l-col-"].w320-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w320-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w320-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w320-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w320-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w320-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w320-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w320-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w320-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w320-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w320-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w320-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 25em) and (max-width: 29.99em) {
  [class*="l-col-"].w400-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w400-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w400-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w400-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w400-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w400-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w400-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w400-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w400-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w400-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w400-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w400-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 30em) and (max-width: 37.49em) {
  [class*="l-col-"].w480-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w480-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w480-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w480-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w480-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w480-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w480-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w480-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w480-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w480-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w480-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w480-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 37.5em) and (max-width: 44.99em) {
  [class*="l-col-"].w600-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w600-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w600-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w600-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w600-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w600-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w600-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w600-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w600-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w600-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w600-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w600-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 45em) and (max-width: 52.49em) {
  [class*="l-col-"].w720-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w720-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w720-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w720-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w720-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w720-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w720-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w720-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w720-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w720-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w720-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w720-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 52.5em) and (max-width: 59.99em) {
  [class*="l-col-"].w840-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w840-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w840-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w840-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w840-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w840-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w840-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w840-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w840-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w840-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w840-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w840-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 60em) and (max-width: 63.99em) {
  [class*="l-col-"].w960-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w960-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w960-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w960-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w960-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w960-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w960-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w960-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w960-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w960-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w960-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w960-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 64em) and (max-width: 79.99em) {
  [class*="l-col-"].w1024-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w1024-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w1024-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w1024-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w1024-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w1024-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w1024-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w1024-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w1024-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w1024-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w1024-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w1024-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 80em) and (max-width: 89.99em) {
  [class*="l-col-"].w1280-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w1280-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w1280-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w1280-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w1280-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w1280-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w1280-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w1280-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w1280-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w1280-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w1280-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w1280-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 90em) and (max-width: 99.99em) {
  [class*="l-col-"].w1440-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w1440-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w1440-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w1440-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w1440-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w1440-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w1440-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w1440-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w1440-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w1440-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w1440-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w1440-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

@media (min-width: 100em) and (max-width: 119.99em) {
  [class*="l-col-"].w1600-1 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 8.3333333333%; }
  [class*="l-col-"].w1600-2 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 16.6666666667%; }
  [class*="l-col-"].w1600-3 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 25%; }
  [class*="l-col-"].w1600-4 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 33.3333333333%; }
  [class*="l-col-"].w1600-5 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 41.6666666667%; }
  [class*="l-col-"].w1600-6 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%; }
  [class*="l-col-"].w1600-7 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 58.3333333333%; }
  [class*="l-col-"].w1600-8 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 66.6666666667%; }
  [class*="l-col-"].w1600-9 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 75%; }
  [class*="l-col-"].w1600-10 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 83.3333333333%; }
  [class*="l-col-"].w1600-11 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 91.6666666667%; }
  [class*="l-col-"].w1600-12 {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%; } }

.owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.owl-item {
  margin-top: 0; }
  .owl-item > .c-card-feature {
    opacity: 0.3;
    margin: 0 0.9375rem 0;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    @media (max-width: 37.49em) {
      .owl-item > .c-card-feature {
        margin: 0 1.25rem 2 0; } }
  .owl-item.active > .c-card-feature {
    opacity: 1; }

.owl-nav {
  background-color: #fff;
  border: 0;
  border-radius: 3.75em;
  -webkit-box-shadow: 0 0 1.875em 0.9375em rgba(63, 127, 233, 0.07);
          box-shadow: 0 0 1.875em 0.9375em rgba(63, 127, 233, 0.07);
  display: inline-block;
  position: relative;
  height: 3.75em;
  width: 3.75em; }
  .owl-nav:hover {
    background-color: #76b965;
    outline: 0; }
    .owl-nav:hover > svg {
      fill: #fff; }
  .owl-nav.disabled {
    display: none; }
  .owl-nav > svg {
    fill: #000;
    height: 1.5em;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0.875em; }

.l-region {
  margin-top: 0; }
  .l-region--header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.375em rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 1.375em rgba(0, 0, 0, 0.4);
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 999; }
    .l-region--header .l-row {
      height: 5.5em; }
      @media screen and (min-width: 20em) {
        .l-region--header .l-row {
          height: -webkit-calc(5.5em + 1.375 * (100vw - 20em) / 60);
          height: calc(5.5em + 1.375 * (100vw - 20em) / 60); } }
      @media screen and (min-width: 80em) {
        .l-region--header .l-row {
          height: 6.875em; } }
  .l-region--footer {
    background: #eef4fd;
    background: -webkit-gradient(linear, left top, left bottom, from(#eef4fd), color-stop(63%, #fcfdff), to(white));
    background: -webkit-linear-gradient(top, #eef4fd 0%, #fcfdff 63%, white 100%);
    background: -o-linear-gradient(top, #eef4fd 0%, #fcfdff 63%, white 100%);
    background: linear-gradient(to bottom, #eef4fd 0%, #fcfdff 63%, white 100%); }
  .l-region--featured, .l-region--masthead, .l-region--alternate, .l-region--primary {
    position: relative;
    z-index: 1; }
    .l-region--featured__image > img, .l-region--masthead__image > img, .l-region--alternate__image > img, .l-region--primary__image > img {
      height: 100%;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: -1; }
  .l-region--masthead {
    height: 7.8125em;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding-bottom: 2.1875em;
    padding-top: 2.1875em;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media screen and (min-width: 20em) {
      .l-region--masthead {
        height: -webkit-calc(7.8125em + 7.8125 * (100vw - 20em) / 60);
        height: calc(7.8125em + 7.8125 * (100vw - 20em) / 60); } }
    @media screen and (min-width: 80em) {
      .l-region--masthead {
        height: 15.625em; } }
    .l-region--masthead--full {
      min-height: 7.8125em;
      height: auto; }
      @media screen and (min-width: 20em) {
        .l-region--masthead--full {
          min-height: -webkit-calc(7.8125em + 34.375 * (100vw - 20em) / 60);
          min-height: calc(7.8125em + 34.375 * (100vw - 20em) / 60); } }
      @media screen and (min-width: 80em) {
        .l-region--masthead--full {
          min-height: 42.1875em; } }
  .l-region--footer, .l-region--generic, .l-region--featured, .l-region--primary, .l-region--alternate {
    padding-top: 2em;
    padding-bottom: 2em; }
    @media screen and (min-width: 20em) {
      .l-region--footer, .l-region--generic, .l-region--featured, .l-region--primary, .l-region--alternate {
        padding-top: -webkit-calc(2em + 3.3125 * (100vw - 20em) / 60);
        padding-top: calc(2em + 3.3125 * (100vw - 20em) / 60);
        padding-bottom: -webkit-calc(2em + 3.3125 * (100vw - 20em) / 60);
        padding-bottom: calc(2em + 3.3125 * (100vw - 20em) / 60); } }
    @media screen and (min-width: 80em) {
      .l-region--footer, .l-region--generic, .l-region--featured, .l-region--primary, .l-region--alternate {
        padding-top: 5.3125em;
        padding-bottom: 5.3125em; } }
  .l-region--overlap {
    margin-top: -0.9375em;
    padding-top: 0;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 20em) {
      .l-region--overlap {
        margin-top: -webkit-calc(-0.9375em + -2.1875 * (100vw - 20em) / 60);
        margin-top: calc(-0.9375em + -2.1875 * (100vw - 20em) / 60); } }
    @media screen and (min-width: 80em) {
      .l-region--overlap {
        margin-top: -3.125em; } }
  .l-region--alternate {
    -- header-color: #fff;

    color: #fff;
    overflow: hidden; }

.l-well {
  --header-color: #000;
  background-color: #fff;
  border-radius: 0.3125em;
  -webkit-box-shadow: 0 0 1.875em 0.9375em rgba(118, 185, 101, 0.07);
          box-shadow: 0 0 1.875em 0.9375em rgba(118, 185, 101, 0.07);
  color: #808080;
  padding: 2.5em; }
  .l-well__scroller {
    max-height: 13.75em;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

:root {
  --link-color: #76b965;
  --link-color-rollover: #76b965;
  --link-underline: none;
  --link-underline-rollover: none;
  --header-color: #000; }

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0; }

* + * {
  margin-top: 1.5em;
  margin-top: var(--gutter); }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

[hidden] {
  display: none; }

body,
br,
dt,
dd,
th,
td,
option {
  margin-top: 0; }

html {
  color: #808080; }

a {
  color: #76b965;
  color: var(--link-color);
  text-decoration: none;
  -webkit-text-decoration: var(--link-underline);
          text-decoration: var(--link-underline);
  -webkit-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in; }
  a:focus {
    outline-offset: 0.15em; }
  a:hover {
    color: #76b965;
    color: var(--link-color-rollover);
    -webkit-text-decoration: var(--link-underline-rollover);
            text-decoration: var(--link-underline-rollover); }

address {
  font-style: normal; }

hr {
  border: 0;
  border-bottom: solid 1px #767676; }

img {
  border: 0;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%; }

svg {
  fill: currentColor; }
  svg[role="img"] {
    display: block; }

cite {
  display: block;
  font-style: normal;
  font-weight: 700; }

ul,
ol {
  padding-left: 1rem; }

table {
  border-collapse: collapse;
  width: 100%; }
  table thead > tr > td,
  table thead > tr > th {
    border-bottom: solid 2px #e6e6e6;
    text-align: left;
    padding: 0 0.8em 0.8em; }
  table tbody > tr > td,
  table tbody > tr > th {
    border-bottom: solid 2px #e6e6e6;
    padding: 1.25em; }
  table tbody > tr:nth-child(odd) {
    background-color: #f9f9f9; }

.o-branding {
  width: 10.75em; }

.o-button, .submit-wrap .ninja-forms-field {
  --link-underline-rollover: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #76b965;
  border: none;
  border-radius: 3.75em;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font: normal 600 1em/1.15 "Montserrat", sans-serif;
  height: 3.75em;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in; }
  .o-button--fullwidth {
    width: 100%; }
  .o-button--small {
    border-radius: 3.5714em;
    font-size: 0.875em;
    height: 3.5714em; }
  .o-button--ghost {
    background-color: #fff;
    color: inherit; }
  .o-button--ghost\:alternate {
    background-color: #fff;
    color: #3f7fe9; }
  .o-button:hover, .submit-wrap .ninja-forms-field:hover {
    background-color: #67a158;
    color: #fff; }
  @media (max-width: 37.49em) {
    .o-button, .submit-wrap .ninja-forms-field {
      width: 100%; } }

.o-date {
  color: #000;
  display: inline-block;
  font: normal 700 0.875em/1.2 "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .o-date::after {
    background-color: #e6e6e6;
    content: "";
    display: block;
    height: 2px;
    margin-top: 2em;
    width: 100%; }

.o-hamburger {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: inline-block;
  height: 1.7em;
  position: relative;
  width: 2.55em; }
  .o-hamburger__bun, .o-hamburger__meat {
    background-color: #76b965;
    border-radius: 0.3em;
    height: 0.3em;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 100%; }
    .o-hamburger__bun:nth-child(1), .o-hamburger__meat:nth-child(1) {
      top: 0; }
    .o-hamburger__bun:nth-child(2), .o-hamburger__meat:nth-child(2) {
      margin-top: -0.15em;
      top: 50%; }
    .o-hamburger__bun:nth-child(3), .o-hamburger__meat:nth-child(3) {
      bottom: 0; }
  .o-hamburger:focus {
    outline: 0; }
  .o-hamburger.js-active .o-hamburger__bun:nth-child(1) {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-top: -0.15em;
    top: 50%; }
  .o-hamburger.js-active .o-hamburger__meat:nth-child(2) {
    opacity: 0; }
  .o-hamburger.js-active .o-hamburger__bun:nth-child(3) {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: -0.15em;
    top: 50%; }

.o-input, .textbox-container:not(.submit-container) .ninja-forms-field,
.textarea-container .ninja-forms-field,
.email-container .ninja-forms-field,
.listselect-container .ninja-forms-field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 0.2143em #e9e9e9;
  border-radius: 3.5714em;
  color: #000;
  font: normal 400 0.875em/1.15 "Montserrat", sans-serif;
  height: 3.5714em;
  padding-left: 2.1428em;
  padding-right: 2.1428em;
  -webkit-transition: border-color 0.25s ease-in;
  -o-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  width: 100%; }
  .o-input::-webkit-input-placeholder, .textbox-container:not(.submit-container) .ninja-forms-field::-webkit-input-placeholder,
  .textarea-container .ninja-forms-field::-webkit-input-placeholder,
  .email-container .ninja-forms-field::-webkit-input-placeholder,
  .listselect-container .ninja-forms-field::-webkit-input-placeholder {
    color: #000; }
  .o-input:-ms-input-placeholder, .textbox-container:not(.submit-container) .ninja-forms-field:-ms-input-placeholder,
  .textarea-container .ninja-forms-field:-ms-input-placeholder,
  .email-container .ninja-forms-field:-ms-input-placeholder,
  .listselect-container .ninja-forms-field:-ms-input-placeholder {
    color: #000; }
  .o-input::-ms-input-placeholder, .textbox-container:not(.submit-container) .ninja-forms-field::-ms-input-placeholder,
  .textarea-container .ninja-forms-field::-ms-input-placeholder,
  .email-container .ninja-forms-field::-ms-input-placeholder,
  .listselect-container .ninja-forms-field::-ms-input-placeholder {
    color: #000; }
  .o-input::placeholder, .textbox-container:not(.submit-container) .ninja-forms-field::placeholder,
  .textarea-container .ninja-forms-field::placeholder,
  .email-container .ninja-forms-field::placeholder,
  .listselect-container .ninja-forms-field::placeholder {
    color: #000; }
  .o-input:focus, .textbox-container:not(.submit-container) .ninja-forms-field:focus,
  .textarea-container .ninja-forms-field:focus,
  .email-container .ninja-forms-field:focus,
  .listselect-container .ninja-forms-field:focus {
    border-color: gray;
    outline: 0; }
  .o-input--combo + button {
    margin-top: 0; }

.textbox-container:not(.submit-container) .nf-field-label,
.textarea-container .nf-field-label,
.email-container .nf-field-label,
.listselect-container .nf-field-label {
  font: normal 400 0.875em/1.15 "Montserrat", sans-serif; }
  .textbox-container:not(.submit-container) .nf-field-label > label,
  .textarea-container .nf-field-label > label,
  .email-container .nf-field-label > label,
  .listselect-container .nf-field-label > label {
    font-weight: inherit; }

.textbox-container:not(.submit-container) .ninja-forms-field,
.textarea-container .ninja-forms-field,
.email-container .ninja-forms-field,
.listselect-container .ninja-forms-field {
  border-radius: 0;
  padding-left: 1.25em;
  padding-right: 1.25em; }

.textarea-container .ninja-forms-field {
  height: auto;
  padding: 1.25em; }

.nf-error .ninja-forms-field {
  border: solid 0.2143em #c00 !important; }

.o-list {
  list-style-type: none;
  padding-left: 0; }
  .o-list--gutter > * + * {
    margin-top: 1.875rem; }
    @media (max-width: 37.49em) {
      .o-list--gutter > * + * {
        margin-top: 1.25rem; } }
  .o-list--inline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -0.3125em;
    margin-right: -0.3125em; }
    .o-list--inline > li {
      margin-top: 0;
      padding: 0.3125em; }

.o-tag {
  background-color: #fff;
  border: solid 0.2143em #e9e9e9;
  border-radius: 2.8571em;
  color: #000;
  display: inline-block;
  font: normal 700 0.875em/1.2 "Montserrat", sans-serif;
  padding: 0.6428em 1.7143em;
  -webkit-transition: border-color 0.25s ease-in;
  -o-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in; }
  .o-tag:focus, .o-tag:hover, .o-tag--active {
    border-color: #76b965; }

body {
  font: normal 400 0.625em/1.5 "Open Sans", sans-serif;
  font-size: 0.625em; }
  @media screen and (min-width: 20em) {
    body {
      font-size: -webkit-calc(0.625em + 0.375 * (100vw - 20em) / 60);
      font-size: calc(0.625em + 0.375 * (100vw - 20em) / 60); } }
  @media screen and (min-width: 80em) {
    body {
      font-size: 1.14em; } }

h1,
.o-text-h1 {
  font-size: 1.25em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0; }
  @media screen and (min-width: 20em) {
    h1,
    .o-text-h1 {
      font-size: -webkit-calc(1.25em + 3.125 * (100vw - 20em) / 60);
      font-size: calc(1.25em + 3.125 * (100vw - 20em) / 60); } }
  @media screen and (min-width: 80em) {
    h1,
    .o-text-h1 {
      font-size: 4.375em; } }

h2,
.o-text-h2 {
  font-size: 1.875em;
  color: #000;
  color: var(--header-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  line-height: 1.2; }
  @media screen and (min-width: 20em) {
    h2,
    .o-text-h2 {
      font-size: -webkit-calc(1.875em + 1.875 * (100vw - 20em) / 60);
      font-size: calc(1.875em + 1.875 * (100vw - 20em) / 60); } }
  @media screen and (min-width: 80em) {
    h2,
    .o-text-h2 {
      font-size: 3.75em; } }

h3, .c-accordion__toggle,
.o-text-h3,
table thead > tr > td,
table thead > tr > th {
  font-size: 0.9375em;
  color: #000;
  color: var(--header-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.2; }
  @media screen and (min-width: 20em) {
    h3, .c-accordion__toggle,
    .o-text-h3,
    table thead > tr > td,
    table thead > tr > th {
      font-size: -webkit-calc(0.9375em + 0.625 * (100vw - 20em) / 60);
      font-size: calc(0.9375em + 0.625 * (100vw - 20em) / 60); } }
  @media screen and (min-width: 80em) {
    h3, .c-accordion__toggle,
    .o-text-h3,
    table thead > tr > td,
    table thead > tr > th {
      font-size: 1.5625em; } }

h4,
.o-text-h4 {
  font-size: 0.875em;
  color: #000;
  font-weight: 600; }
  @media screen and (min-width: 20em) {
    h4,
    .o-text-h4 {
      font-size: -webkit-calc(0.875em + 0.375 * (100vw - 20em) / 60);
      font-size: calc(0.875em + 0.375 * (100vw - 20em) / 60); } }
  @media screen and (min-width: 80em) {
    h4,
    .o-text-h4 {
      font-size: 1.25em; } }

h5,
.o-text-h5,
.c-iconlink {
  font-size: 0.875em;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.6; }
  @media screen and (min-width: 20em) {
    h5,
    .o-text-h5,
    .c-iconlink {
      font-size: -webkit-calc(0.875em + 0.375 * (100vw - 20em) / 60);
      font-size: calc(0.875em + 0.375 * (100vw - 20em) / 60); } }
  @media screen and (min-width: 80em) {
    h5,
    .o-text-h5,
    .c-iconlink {
      font-size: 1.25em; } }

.o-text-muted, .l-well > *:not(h3):not(.c-accordion__toggle) {
  font-size: 0.875em;
  line-height: 1.7142; }

.o-text-caption {
  color: gray;
  font: normal 700 0.75em/1.2 "Montserrat", sans-serif;
  text-transform: uppercase; }

.o-text-lead {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5; }

.c-accordion {
  background-color: #fff;
  border-radius: 0.3125em;
  -webkit-box-shadow: 0 0 1.875em 0.9375em rgba(63, 127, 233, 0.07);
          box-shadow: 0 0 1.875em 0.9375em rgba(63, 127, 233, 0.07); }
  .c-accordion__toggle {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 4em;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1.6em;
    padding-right: 0.8em;
    text-align: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%; }
    .c-accordion__toggle:focus {
      outline: 0; }
    .c-accordion__toggle[aria-expanded="false"] + .c-accordion__panel {
      display: none; }
    .c-accordion__toggle__status {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 1.2em 0.6em rgba(63, 127, 233, 0.07);
              box-shadow: 0 0 1.2em 0.6em rgba(63, 127, 233, 0.07);
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      height: 2.4em;
      margin: 0 0 0 0.8em;
      overflow: hidden;
      pointer-events: none;
      position: relative;
      width: 2.4em; }
      .c-accordion__toggle__status__icon {
        height: 0.56em;
        left: 50%;
        margin-top: 0;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        width: 0.96em; }
        [aria-expanded="false"] .c-accordion__toggle__status__icon--inactive {
          opacity: 1; }
        [aria-expanded="true"] .c-accordion__toggle__status__icon--inactive {
          opacity: 0; }
        [aria-expanded="false"] .c-accordion__toggle__status__icon--active {
          opacity: 0; }
        [aria-expanded="true"] .c-accordion__toggle__status__icon--active {
          opacity: 1; }
  .c-accordion__panel {
    margin-top: 0;
    padding: 0 2.5em 2.5em 2.5em; }

.c-card, .c-card-feature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }
  .c-card > *, .c-card-feature > * {
    margin-top: 0; }
  .c-card__title {
    font-size: 1em;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1.4em; }
    @media screen and (min-width: 20em) {
      .c-card__title {
        font-size: -webkit-calc(1em + 0.875 * (100vw - 20em) / 60);
        font-size: calc(1em + 0.875 * (100vw - 20em) / 60); } }
    @media screen and (min-width: 80em) {
      .c-card__title {
        font-size: 1.875em; } }
  .c-card__container {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.875em 0.9375em rgba(63, 127, 233, 0.07);
            box-shadow: 0 0 1.875em 0.9375em rgba(63, 127, 233, 0.07);
    border-radius: 0.3125em;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden; }
  .c-card__thumb, .c-card-feature__thumb {
    height: 8.5625em;
    overflow: hidden; }
    .c-card__thumb img, .c-card-feature__thumb img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .c-card__summary, .c-card-feature__summary {
    padding: 2.5em; }
  .c-card--horizontal .c-card__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 63.99em) {
      .c-card--horizontal .c-card__container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .c-card--horizontal .c-card__thumb, .c-card--horizontal .c-card-feature__thumb {
    height: auto;
    max-width: 25.625em; }
    @media (max-width: 63.99em) {
      .c-card--horizontal .c-card__thumb, .c-card--horizontal .c-card-feature__thumb {
        height: 8.5625em;
        max-width: none; } }
  .c-card--horizontal .c-card__summary, .c-card--horizontal .c-card-feature__summary {
    -webkit-flex-basis: 48.1012%;
        -ms-flex-preferred-size: 48.1012%;
            flex-basis: 48.1012%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.c-card-feature {
  --link-color: #fff;
  --link-color-rollover: #fff;
  --link-underline-rollover: underline;
  background-color: #3f7fe9;
  border-radius: 0.3125em;
  color: #fff;
  overflow: hidden; }
  .c-card-feature--primary {
    background-color: #76b965; }
  .c-card-feature--alternate {
    background-color: #5167bd; }
  @media (max-width: 37.49em) {
    .c-card-feature {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .c-card-feature__thumb {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 16.875em; }
    @media (max-width: 37.49em) {
      .c-card-feature__thumb {
        height: auto; } }
  .c-card-feature__summary {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .c-card-feature__summary > * {
      color: inherit; }
    .c-card-feature__summary__excerpt:not(:last-child) {
      margin-bottom: 2.5em; }
  .c-card-feature__link {
    color: #3f7fe9;
    margin-top: auto; }
    .c-card-feature--primary .c-card-feature__link {
      color: #76b965; }
    .c-card-feature--alternate .c-card-feature__link {
      color: #5167bd; }

.c-card-icon {
  text-align: center; }
  .c-card-icon__icon {
    border-radius: 100%;
    -webkit-box-shadow: 0 0 1.875em 0.9375em rgba(63, 127, 233, 0.07);
            box-shadow: 0 0 1.875em 0.9375em rgba(63, 127, 233, 0.07);
    display: block;
    height: 9.375em;
    margin: 0 auto 1.5em;
    overflow: hidden;
    position: relative;
    width: 9.375em; }
    .c-card-icon__icon > svg,
    .c-card-icon__icon > img {
      height: 3.75em;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: auto; }

.c-iconlink {
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .c-iconlink::before {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    font-size: 0.9em;
    height: 1em;
    margin-right: 0.5em;
    width: 1em; }
  .c-iconlink--tearsheet::before {
    background-image: url(../images/icon-doc-tear-sheet.svg); }
  .c-iconlink--pdf::before {
    background-image: url(../images/icon-corporate-brochure.svg); }
  .c-iconlink--leadership::before {
    background-image: url(../images/icon-leadership-team.svg); }
  .c-iconlink--analyst::before {
    background-image: url(../images/icon-analyst-coverage.svg); }
  .c-iconlink--email::before {
    background-image: url(../images/icon-subscribe.svg); }

.c-list__unstyled, .c-list__inline {
  list-style-type: none;
  padding-left: 0; }

.c-list__inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list__inline > * {
    display: inline-block;
    margin-right: 1.875rem;
    margin-top: 0; }
    @media (max-width: 37.49em) {
      .c-list__inline > * {
        margin-right: 1.25rem; } }
    .c-list__inline > *:last-child {
      margin-right: 0; }

.c-menu-pill {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  padding: 0; }
  .c-menu-pill > li {
    margin-top: 0; }
    .c-menu-pill > li > a {
      background-color: #76b965;
      color: #fff;
      display: block;
      font: normal 700 0.875em "Montserrat", sans-serif;
      padding: 0.7857em 1.4286em;
      position: relative;
      -webkit-transition: background-color 0.25s ease-in;
      -o-transition: background-color 0.25s ease-in;
      transition: background-color 0.25s ease-in; }
      .c-menu-pill > li > a:focus, .c-menu-pill > li > a:hover {
        background-color: #67a158;
        outline: 0; }
        .c-menu-pill > li > a:focus::before, .c-menu-pill > li > a:focus::after, .c-menu-pill > li > a:hover::before, .c-menu-pill > li > a:hover::after {
          height: 100%;
          margin-top: 0;
          top: 0;
          z-index: 1; }
        .c-menu-pill > li > a:focus::before, .c-menu-pill > li > a:hover::before {
          left: -1px; }
        .c-menu-pill > li > a:focus::after, .c-menu-pill > li > a:hover::after {
          right: -1px; }
      .c-menu-pill > li > a::before, .c-menu-pill > li > a::after {
        background-color: #fff !important;
        content: "";
        height: 1em;
        margin-top: -.5em;
        position: absolute;
        top: 50%;
        -webkit-transition: background-color 0.25s ease-in;
        -o-transition: background-color 0.25s ease-in;
        transition: background-color 0.25s ease-in;
        width: 1px; }
      .c-menu-pill > li > a::before {
        left: 0; }
      .c-menu-pill > li > a::after {
        right: 0; }
    .c-menu-pill > li:first-child > a {
      border-radius: 2.8571em 0 0 2.8571em; }
      .c-menu-pill > li:first-child > a::before {
        display: none; }
    .c-menu-pill > li:last-child > a {
      border-radius: 0 2.8571em 2.8571em 0; }
      .c-menu-pill > li:last-child > a::after {
        display: none; }

.c-menu-primary {
  --nav-level-font: 1.7em;
  --nav-primary-padding: 0.56em;
  font-family: "Montserrat", sans-serif;
  list-style-type: none;
  margin-top: 0;
  padding-left: 0; }
  .c-menu-primary__toggle {
    display: none; }
  @media (max-width: 63.99em) {
    .c-menu-primary {
      background-color: #76b965;
      border-radius: 0.3em;
      color: #fff;
      padding: -webkit-calc(2em - 0.952em) 0;
      padding: calc(2em - 0.952em) 0;
      position: absolute;
      margin: -0.5em 1em 0 0;
      right: 0;
      visibility: hidden; }
      .c-menu-primary.js-menu-open {
        visibility: visible; }
      .c-menu-primary__toggle {
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .c-menu-primary .menu-item {
        margin-top: 0; }
        .c-menu-primary .menu-item > a {
          color: inherit;
          display: block;
          padding: 0 2em; }
          .c-menu-primary .menu-item > a > span {
            border-top: solid 1px #67a158;
            display: block;
            font: normal 300 var(--nav-level-font) "Montserrat", sans-serif;
            margin-top: -1px;
            padding: 0.56em 0;
            padding: var(--nav-primary-padding) 0; }
          .c-menu-primary .menu-item > a:focus, .c-menu-primary .menu-item > a:hover {
            background-color: #67a158;
            outline: 0; }
        .c-menu-primary .menu-item .menu-item > a > span {
          padding-left: 1em; }
        .c-menu-primary .menu-item .menu-item .menu-item > a > span {
          padding-left: 2em; }
      .c-menu-primary .menu-item-has-children > a > span {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .c-menu-primary .menu-item-has-children > a > span .nav-icon {
          background: url(../images/icon-next.svg) 0 0/100% 100% no-repeat;
          display: block;
          height: 0.7941em;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
          margin-left: 1em;
          position: relative;
          width: 0.4411em; }
          .c-menu-primary .menu-item-has-children > a > span .nav-icon::after {
            background: transparent;
            content: "";
            height: 250%;
            left: -200%;
            position: absolute;
            top: -75%;
            width: 400%; }
      .c-menu-primary .menu-item-has-children > a.js-menu-open > span > .nav-icon {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      .c-menu-primary .menu-item-has-children > a.js-menu-open + .sub-menu {
        display: block;
        position: static !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important; }
      .c-menu-primary .menu-item-has-children .sub-menu {
        --nav-level-font: 1.2em;
        --nav-primary-padding: 0.6em;
        display: none; }
      .c-menu-primary > li:first-child > a > span {
        border-top-color: transparent; } }
  @media (min-width: 64em) {
    .c-menu-primary {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .c-menu-primary > li {
        color: #000;
        margin-top: 0; }
        .c-menu-primary > li > a {
          color: inherit;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 1.125em;
          height: 100%;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 0 1em;
          text-align: center;
          -webkit-transition: background-color 0.15s ease-in;
          -o-transition: background-color 0.15s ease-in;
          transition: background-color 0.15s ease-in; }
        .c-menu-primary > li > a:focus,
        .c-menu-primary > li > a:hover,
        .c-menu-primary > li.js-popper-active > a {
          background-color: #3cdbc0;
          color: #fff !important;
          outline: 0; }
        .c-menu-primary > li.current-menu-item > a, .c-menu-primary > li.current-menu-parent > a, .c-menu-primary > li.current-menu-ancestor > a {
          color: #003349; }
      .c-menu-primary .menu-item-has-children.js-popper-active > .sub-menu {
        opacity: 1;
        visibility: visible; }
      .c-menu-primary .sub-menu {
        background-color: #76b965;
        border-radius: 0.3125em;
        color: #fff;
        margin: -0.625em 0 0 -1.25rem;
        opacity: 0;
        padding: -webkit-calc(2.5em - 1.125em) 0;
        padding: calc(2.5em - 1.125em) 0;
        position: absolute;
        -webkit-transition: opacity 0.25s ease-in;
        -o-transition: opacity 0.25s ease-in;
        transition: opacity 0.25s ease-in;
        visibility: hidden;
        width: 20em;
        z-index: 999; }
        .c-menu-primary .sub-menu > li > a {
          display: block;
          padding: 0 2.5em; }
          .c-menu-primary .sub-menu > li > a > span {
            border-bottom: solid 2px transparent;
            border-top: solid 2px #67a158;
            display: block;
            font-size: 1.125em;
            font-weight: 400;
            margin-top: -2px;
            padding: 0.6667em 0; }
        .c-menu-primary .sub-menu > li:first-child > a > span {
          border-top-color: transparent; }
        .c-menu-primary .sub-menu > li:hover > a,
        .c-menu-primary .sub-menu > li.js-popper-hover > a {
          background-color: #67a158; }
        .c-menu-primary .sub-menu .sub-menu {
          background-color: #67a158;
          margin: 0;
          padding: -webkit-calc(1.375em - 1.125em) 0;
          padding: calc(1.375em - 1.125em) 0; }
          .c-menu-primary .sub-menu .sub-menu[x-placement="left-start"] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
          .c-menu-primary .sub-menu .sub-menu[x-placement="right-start"] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }
          .c-menu-primary .sub-menu .sub-menu > li > a {
            padding: 0 1.5em; }
            .c-menu-primary .sub-menu .sub-menu > li > a > span {
              border-top-color: #84b577;
              font-size: 1em; }
            .c-menu-primary .sub-menu .sub-menu > li > a:focus, .c-menu-primary .sub-menu .sub-menu > li > a:hover {
              background-color: #84b577; }
          .c-menu-primary .sub-menu .sub-menu > li:first-child > a > span {
            border-top-color: transparent !important; } }

.sub-menu {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0; }
  .sub-menu > li {
    margin-top: 0; }
    .sub-menu > li > a {
      color: inherit; }

.c-menu-social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .c-menu-social > * {
    margin-top: 0; }
  .c-menu-social > a {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1.875em 0.9375em rgba(118, 185, 101, 0.07);
            box-shadow: 0 0 1.875em 0.9375em rgba(118, 185, 101, 0.07);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 3.75em;
    margin: 0.5em 1em;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    width: 3.75em; }
    .c-menu-social > a:first-child {
      margin-left: 0; }
    .c-menu-social > a:last-child {
      margin-right: 0; }
    .c-menu-social > a > svg {
      width: 1.75em; }
    .c-menu-social > a[href*="twitter.com"] {
      color: #1da1f2; }
      .c-menu-social > a[href*="twitter.com"]:focus, .c-menu-social > a[href*="twitter.com"]:hover {
        background-color: #1da1f2;
        color: #fff; }
    .c-menu-social > a[href*="linkedin.com"] {
      color: #0077b5; }
      .c-menu-social > a[href*="linkedin.com"]:focus, .c-menu-social > a[href*="linkedin.com"]:hover {
        background-color: #0077b5;
        color: #fff; }

.c-menu-utility > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  margin-left: -1.25em;
  margin-right: -1.25em;
  padding-left: 0; }
  .c-menu-utility > ul > li {
    margin-top: 0; }
    .c-menu-utility > ul > li > a {
      color: inherit;
      display: block;
      font: normal 300 1.25em/1.2 "Montserrat", sans-serif;
      padding: 0.25em 1em; }

.wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.wrap-none {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }

.justify-start {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

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

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

.justify-between {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-start {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-end {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-baseline {
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

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

.align-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.alignself-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.alignself-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.alignself-baseline {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline; }

.alignself-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.alignself-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.direction-col {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.direction-col-rev {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.direction-row {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.direction-row-rev {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.grow\:0 {
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

@media (max-width: 37.49em) {
  .xs\:wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .xs\:wrap-none {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .xs\:wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse; }
  .xs\:justify-start {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .xs\:justify-end {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .xs\:justify-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .xs\:justify-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .xs\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .xs\:direction-col {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xs\:direction-col-rev {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .xs\:direction-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xs\:direction-row-rev {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media (min-width: 37.5em) and (max-width: 63.99em) {
  .sm\:justify-start {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sm\:justify-end {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .sm\:justify-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sm\:justify-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .sm\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .sm\:direction-col {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sm\:direction-col-rev {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .sm\:direction-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .sm\:direction-row-rev {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media (min-width: 1024) and (max-width: 89.99em) {
  .md\:justify-start {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .md\:justify-end {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .md\:justify-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .md\:justify-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .md\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

@media (min-width: 1440) and (max-width: 119.99em) {
  .lg\:justify-start {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .lg\:justify-end {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .lg\:justify-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .lg\:justify-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .lg\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

@media (min-width: 120em) {
  .xl\:justify-start {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .xl\:justify-end {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .xl\:justify-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .xl\:justify-between {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .xl\:justify-around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }

.text-left {
  text-align: left; }

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

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

.text-upper {
  text-transform: uppercase; }

@media (max-width: 37.49em) {
  .xs\:text-left {
    text-align: left; }
  .xs\:text-center {
    text-align: center; }
  .xs\:text-right {
    text-align: right; } }

@media (min-width: 37.5em) and (max-width: 63.99em) {
  .sm\:text-left {
    text-align: left; }
  .sm\:text-center {
    text-align: center; }
  .sm\:text-right {
    text-align: right; } }

.font\:100 {
  font-weight: 100; }

.font\:200 {
  font-weight: 200; }

.font\:300 {
  font-weight: 300; }

.font\:400 {
  font-weight: 400; }

.font\:500 {
  font-weight: 500; }

.font\:600 {
  font-weight: 600; }

.font\:700 {
  font-weight: 700; }

.leading\:1 {
  letter-spacing: 0.0625em; }

.leading\:2 {
  letter-spacing: 0.125em; }

.leading\:3 {
  letter-spacing: 0.1875em; }

.color-default {
  color: #808080; }

.color-primary {
  color: #76b965; }

.color-alternate {
  color: #3f7fe9; }

.color-white {
  color: #fff; }

.color-black {
  color: #000; }

.color-gray {
  color: gray; }

.margin-top\:0 {
  margin-top: 0rem; }

.margin-top\:1 {
  margin-top: 0.9375rem; }

.margin-top\:2 {
  margin-top: 1.875rem; }

.margin-top\:3 {
  margin-top: 2.8125rem; }

.margin-top\:4 {
  margin-top: 3.75rem; }

.margin-top\:5 {
  margin-top: 4.6875rem; }

.margin-top\:6 {
  margin-top: 5.625rem; }

.margin-top\:7 {
  margin-top: 6.5625rem; }

.margin-top\:8 {
  margin-top: 7.5rem; }

.margin-top\:9 {
  margin-top: 8.4375rem; }

.margin-top\:10 {
  margin-top: 9.375rem; }

.margin-top\:11 {
  margin-top: 10.3125rem; }

.margin-top\:12 {
  margin-top: 11.25rem; }

.margin-top\:13 {
  margin-top: 12.1875rem; }

.margin-top\:14 {
  margin-top: 13.125rem; }

.margin-top\:15 {
  margin-top: 14.0625rem; }

.margin-top\:16 {
  margin-top: 15rem; }

@media (max-width: 37.49em) {
  .margin-top\:0 {
    margin-top: 0rem; }
  .margin-top\:1 {
    margin-top: 0.625rem; }
  .margin-top\:2 {
    margin-top: 1.25rem; }
  .margin-top\:3 {
    margin-top: 1.875rem; }
  .margin-top\:4 {
    margin-top: 2.5rem; }
  .margin-top\:5 {
    margin-top: 3.125rem; }
  .margin-top\:6 {
    margin-top: 3.75rem; }
  .margin-top\:7 {
    margin-top: 4.375rem; }
  .margin-top\:8 {
    margin-top: 5rem; }
  .margin-top\:9 {
    margin-top: 5.625rem; }
  .margin-top\:10 {
    margin-top: 6.25rem; }
  .margin-top\:11 {
    margin-top: 6.875rem; }
  .margin-top\:12 {
    margin-top: 7.5rem; }
  .margin-top\:13 {
    margin-top: 8.125rem; }
  .margin-top\:14 {
    margin-top: 8.75rem; }
  .margin-top\:15 {
    margin-top: 9.375rem; }
  .margin-top\:16 {
    margin-top: 10rem; } }

.display-block {
  display: block; }

.display-none {
  display: none; }

@media (max-width: 37.49em) {
  .xs\:display-block {
    display: block; }
  .xs\:hidden {
    display: none !important; } }

@media (min-width: 37.5em) and (max-width: 63.99em) {
  .sm\:display-block {
    display: block; }
  .sm\:hidden {
    display: none !important; } }

.u-fadeOut {
  opacity: 0;
  -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
  -o-transition: visibility 0s linear 300ms, opacity 300ms;
  transition: visibility 0s linear 300ms, opacity 300ms;
  visibility: hidden; }

.u-fadeIn {
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  -o-transition: visibility 0s linear 0s, opacity 300ms;
  transition: visibility 0s linear 0s, opacity 300ms;
  visibility: visible; }

.u-embed {
  height: 0;
  padding: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%; }
  .u-embed > object,
  .u-embed > svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.u-breakout {
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw; }

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

/*# sourceMappingURL=maps/styles.css.map */






body.nir-node--5806 .region-content .container {
  background: none !important;
}

body.nir-node--5806 .region-content .container .row {
  display: flex;
}
.clmn-dsktp-3 [class*="col-"] > div,
.clmn-dsktp-3 [class*="col-"] > div > div,
.clmn-dsktp-3 [class*="col-"] > div > div > [class*="block-region"],
.clmn-dsktp-3 [class*="col-"] {
  display: flex;
  width: 100% !important;
  flex-direction: column;
}
.clmn-dsktp-3 [class*="col-"] > div,
.clmn-dsktp-3 [class*="col-"] > div >  div,
.clmn-dsktp-3 [class*="col-"] > div > div > [class*="block-region"] {
  height: 100% !important;
}

.clmn-dsktp-3 [class*="col-"] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 3rem !important;
}
[class*="block--system-menu-blockbtn"] {
  margin-top: auto !important;
}
.custom-row .row {
  display: flex;
  flex-wrap: wrap;
}

.cmb-3rem {
  margin-bottom: 3rem !important;
}
.bttn, a.bttn {
  /* background: #0057b7; */
  border: 4px solid #0fc5a6 !important;
  color: #0057b7 !important;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  padding: 11px 20px;
  /*height: 50px;*/
  background: #fff;
  font-weight: bold !important;
  display: inline-block;
  border-radius: 5px !important;
  font-size: 14px !important;
  width: 100%;
  text-align: center;
}
.bttn-case {
  display: block;
  padding-top: 1rem;
  margin-top: auto !important;
}

#ndq-banner-quote {
  background: rgba(15, 197, 166,  .8);
  padding: 0;
  height: auto;
  position: relative;
  padding: 1.5rem !important;
}
.banner-quote-anchor p ,
.banner-quote-anchor {
  color: #fff !important;
}
#ndq-banner-quote * {
  float: unset !important;
}
.main-banner .row {
  display: flex;
  align-items: flex-end;
}
#ndq-banner-quote .block-nir-attribution-block p {
  font-size: 12px !important;
  font-style: normal;
  margin: 0 !important;
  padding: 0 !important;
}
#ndq-banner-quote .block-nir-attribution-block {
  margin: 0 !important;
}

#ndq-banner-quote .ndq-quote-exchange {
  margin: 0 !important;
}
#ndq-banner-quote .ndq-quote-price {
  font-size: 35px;
  font-weight: 700;
  margin-right: 10px;
}
#ndq-banner-quote .ndq-quote-change {
  font-size: 25px;
}

#ndq-banner-quote:before {
  content: '';
  background: rgba(15, 197, 166,  1);
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: width .5s ease-in-out;
}
.region-hero-stock {
  position: relative;
}
.banner-quote-anchor:hover #ndq-banner-quote:before {
  width: 100%;
}
.main-banner .row  {
  flex-wrap: wrap;
}

.clmn-dsktp-3 [class*="col-"] {
  max-width: calc(100% / 3);
}

div#skip,
div#scrnli_recorder_root {
  margin: 0 !important;
}

.nav-open nav .navbar-header,
.nav-open nav {
  background: #0057b7 !important;
}
.nav-open .mbl-w {
  fill: #fff !important;
}
header.nav-open nav.navbar.bootsnav .navbar-toggle, header.nav-open nav.navbar.bootsnav .navbar-toggle *::before {
  color: #fff !important;
}

/* header.nav-open ul.dropdown-menu ul.dropdown-menu {
  display: block;
} */

.nir-node--5911 .block-region-contentmain * {
  float: unset !important;
}

.nir-node--14121 .nir-widget--label ,
.block--nir-faq__widget .nir-widget--label,
.block--analyst-coverage .nir-widget--label {
  font-family: "Mont", sans-serif !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #0057b7 !important;
  margin-bottom: 20px;
  margin-top: 4rem !important;
  border-bottom: solid 1px #e1e1e1;
  font-weight: 200;
}
.nir-node--14101 .block-content--nir-lp-block > h2 {
    margin-top: 4rem !important;
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.nav.navbar-right .menu-item-has-children:last-child .dropdown-menu {
    left: 0;
  }
}

@media (min-width: 769px ) and (max-width: 991px ) {
  .banner-quote-anchor {
    margin-left: 50px !important;
  }
}
@media (max-width: 991px ) {
  .clmn-dsktp-3 [class*="col-"] {
    max-width: 100%;
  }
  .main-banner .row > * {
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
  }
  #ndq-banner-quote {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .navbar-nav .dropdown-menu > li > a {
    line-height: 20px;
  }
}



