@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 1rem;
  padding-right: 13rem;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
            transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 1rem;
    padding-right: 12rem;
    text-align: left;
    -webkit-transition: all 0.2s;
            transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
/* Start FINCA Map */
section[data-layout="subsidiary_map"] {
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(to bottom, #fff, #eee);
  position: relative;
  overflow: hidden; }

.subsidiary-map {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  min-height: 700px;
  position: relative;
  overflow: hidden; }
  .subsidiary-map__wrap {
    max-width: 1200px;
    margin: 0 auto; }
  .subsidiary-map__legend {
    padding: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0; }
    .subsidiary-map__legend__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .subsidiary-map__legend--active .subsidiary-map__legend__item:not(.subsidiary-map__legend__item--active):not(:hover) {
      color: #B9B9B9 !important; }
    .subsidiary-map__legend__item {
      margin: 1em 2em;
      text-decoration: none !important;
      min-width: 2.5em;
      font-size: .8em;
      text-transform: uppercase;
      font-weight: 500;
      white-space: nowrap; }
      .subsidiary-map__legend__item:after {
        display: block;
        width: 2.5em;
        max-width: 100%;
        content: '';
        height: .25em;
        border-bottom: 2px solid currentColor;
        -webkit-transition: width .2s ease;
                transition: width .2s ease; }
      .subsidiary-map__legend__item:hover:after, .subsidiary-map__legend__item--active:after {
        width: 100%; }
  .subsidiary-map__title {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: .5em;
    padding-top: 1em; }
  .subsidiary-map__disclaimer {
    font-size: 0.8em;
    text-align: center; }
  .subsidiary-map__sidebar {
    color: #fff;
    box-sizing: border-box;
    width: 280px;
    z-index: 3;
    font-size: 14px;
    -webkit-perspective: 1500px;
            perspective: 1500px;
    padding-bottom: 1em;
    float: left;
    position: relative; }
    .subsidiary-map__sidebar__container {
      position: relative;
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
              transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      z-index: 3;
      zoom: 1; }
    .subsidiary-map__sidebar__inner {
      position: relative;
      z-index: 3;
      background: #b4003f;
      padding: 1em 2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .subsidiary-map__sidebar__inner.front {
        opacity: 1;
        padding-top: 2em; }
      .subsidiary-map__sidebar__inner.back {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
      .preserve3d .subsidiary-map__sidebar__inner.back {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
    .preserve3d .subsidiary-map__sidebar--transition .subsidiary-map__sidebar__container {
      -webkit-transform: rotateY(180deg) translateZ(1px);
              transform: rotateY(180deg) translateZ(1px); }
    .subsidiary-map__sidebar--transition .subsidiary-map__sidebar__inner.front {
      opacity: 0; }
    .subsidiary-map__sidebar--transition .subsidiary-map__sidebar__inner.back {
      z-index: 4; }
      .subsidiary-map__sidebar--transition .subsidiary-map__sidebar__inner.back .subsidiary-map__siderbar__country-name {
        background: #960034;
        position: relative;
        padding: 1em 2em;
        line-height: 1.25em;
        text-align: left;
        font-size: 1.25em;
        font-weight: 700;
        cursor: pointer; }
        .subsidiary-map__sidebar--transition .subsidiary-map__sidebar__inner.back .subsidiary-map__siderbar__country-name:before {
          content: 'x';
          font-weight: 900;
          position: absolute;
          padding: 0.2em 0.8em;
          left: 0em;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          line-height: 1em; }
      .preserve3d .subsidiary-map__sidebar--transition .subsidiary-map__sidebar__inner.back {
        z-index: 3;
        -webkit-transform: rotateY(180deg) translateZ(1px);
                transform: rotateY(180deg) translateZ(1px); }
    .subsidiary-map__sidebar a {
      text-decoration: underline;
      display: block;
      color: #fff; }
      .subsidiary-map__sidebar a:focus, .subsidiary-map__sidebar a:hover {
        color: #fff;
        background-color: #960034; }
    .subsidiary-map__sidebar__inner-stats {
      background: #960034;
      padding: 1em;
      padding-right: 2em;
      margin: 1em 0; }
      .subsidiary-map__sidebar__inner-stats a {
        opacity: 0.6;
        line-height: 1.368; }
      .subsidiary-map__sidebar__inner-stats .subsidiary-map__title {
        padding-top: 0; }
  .subsidiary-map__select {
    position: relative;
    z-index: 3; }
    .subsidiary-map__select__items {
      position: absolute;
      left: 0;
      right: 0;
      display: none;
      max-height: 50vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding: 0.5rem 0;
      background: #9D0336; }
    .subsidiary-map__select--active .subsidiary-map__select__items {
      display: block; }
    .subsidiary-map__select--active .subsidiary-map__select__item--primary {
      color: #FFF;
      border-bottom: 1px solid #AB083F; }
    .subsidiary-map__select__item {
      padding: 1rem 1.5rem;
      text-transform: uppercase;
      display: block;
      line-height: 1;
      color: #fff;
      text-decoration: none !important;
      background: #9D0336;
      font-weight: 600; }
      .subsidiary-map__select__item--primary {
        color: #fff;
        font-size: .8em;
        border-bottom: 1px solid transparent; }
        .subsidiary-map__select__item--primary .fa {
          float: right; }
  .subsidiary-map__attributes-list, .subsidiary-map__attributes-list dl, .subsidiary-map__attributes-list dt, .subsidiary-map__attributes-list dd {
    padding: 0;
    margin: 0;
    display: block; }
  .subsidiary-map__attributes-list dt {
    font-size: 0.8em;
    opacity: 0.75;
    padding-top: 1em; }
  .subsidiary-map__attributes-list dd {
    padding-bottom: 0.15em;
    margin: 0;
    font-size: 2.25em;
    font-weight: 700;
    line-height: 1.25; }
    .subsidiary-map__attributes-list dd + dt {
      border-top: 1px solid #960034; }
    .subsidiary-map__attributes-list dd .subsidiary-map__attributes-list__affix {
      font-size: 0.5em;
      padding-left: 0.25em; }
  .subsidiary-map__markers {
    background: transparent;
    box-sizing: border-box;
    -webkit-transition: background .5s ease;
            transition: background .5s ease;
    z-index: 2;
    float: left;
    width: calc(100% - 280px); }
    .subsidiary-map__markers--active {
      pointer-events: auto; }
      .subsidiary-map__markers--active:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3)); }
    .subsidiary-map__markers-wrap {
      margin-top: 120px;
      box-sizing: border-box; }
  .subsidiary-map__marker {
    width: 700px;
    max-width: 98%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
    position: absolute;
    left: 50%;
    top: 50%; }
    .subsidiary-map__marker--shown {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0);
      position: static;
      -webkit-overflow-scrolling: touch; }
      @media (max-width: 769px) {
        .subsidiary-map__marker--shown {
          margin-top: 450px; } }
    .subsidiary-map__marker__image {
      display: block;
      margin: -120px auto 0; }
    .subsidiary-map__marker__panels {
      margin-top: -115px;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
              transition: opacity .3s ease; }
      .subsidiary-map__marker__panels.slick-initialized {
        opacity: 1; }
    .subsidiary-map__marker__close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 1em;
      font-size: 1.5em;
      cursor: pointer;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: all .2s ease;
              transition: all .2s ease;
      color: inherit; }
      .subsidiary-map__marker__close:hover {
        color: #960034;
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .subsidiary-map__marker__panel__inner {
      background: #fff;
      border-top: 3px solid #B5093C;
      padding: 2em 3em;
      margin: 0 1em;
      position: relative;
      z-index: 2;
      min-height: 14em; }
    .subsidiary-map__marker__panel h2,
    .subsidiary-map__marker__panel h1 {
      font-weight: 600; }
    .subsidiary-map__marker__panel a:not(.button) {
      color: #B5093C; }
    .subsidiary-map__marker__description::before {
      content: '';
      display: block;
      width: 2em;
      border-top: 2px solid #B5093C;
      height: 1em; }
    .subsidiary-map__marker .subsidiary-map__attributes-list {
      display: none; }
  .subsidiary-map__pins {
    z-index: 0;
    position: absolute;
    top: 2em; }
    .subsidiary-map__pins__map {
      background-image: url("../../includes/subsidiary-map/assets/img/map.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: left top;
      width: 120%;
      -webkit-transform: translateX(-10%);
              transform: translateX(-10%);
      position: relative; }
      .subsidiary-map__pins__map:before {
        content: '';
        display: block;
        padding-bottom: 50%; }
  .subsidiary-map__services-list {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1em; }
    .subsidiary-map__services-list::after {
      content: '';
      clear: both;
      display: block; }
    .subsidiary-map__services-list li {
      box-sizing: border-box;
      float: left;
      width: 50%;
      padding: 1em; }
      .subsidiary-map__services-list li:nth-child(odd) {
        clear: left; }
    .subsidiary-map__services-list__icon {
      float: left;
      height: 3em;
      width: 3em;
      margin-right: 1em; }
      .subsidiary-map__services-list__icon:nth-child(odd) {
        clear: left; }
      .subsidiary-map__services-list__icon__image {
        border-radius: 50%;
        display: block;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background: #BA0541;
        height: 3em;
        width: 3em; }
        .subsidiary-map__services-list__icon__image:before {
          padding-bottom: 100%;
          content: '';
          display: block; }
    .subsidiary-map__services-list__title {
      font-weight: 600; }
  .subsidiary-map__pin {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #000;
    text-decoration: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 12px;
    display: block;
    z-index: 1; }
    .subsidiary-map__pin svg {
      display: block;
      width: 100%; }
    .subsidiary-map__pin__title {
      text-transform: uppercase;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) scale(0);
              transform: translateY(-50%) scale(0);
      white-space: nowrap;
      padding-right: 1.5em;
      color: #000;
      font-size: .8em;
      -webkit-transition: opacity .2s ease;
              transition: opacity .2s ease;
      pointer-events: none; }
      .subsidiary-map__pin__title span {
        padding: 0 0.25em;
        box-sizing: border-box;
        font-size: 0.8em;
        background: rgba(255, 255, 255, 0.9);
        display: block; }
    .subsidiary-map__pin--right .subsidiary-map__pin__title {
      right: auto;
      left: 0;
      padding-right: 0;
      padding-left: 1.5em; }
    .subsidiary-map__pin:hover {
      z-index: 2; }
    .subsidiary-map__pin:hover .subsidiary-map__pin__title {
      opacity: 1;
      -webkit-transform: translateY(-50%) scale(1);
              transform: translateY(-50%) scale(1); }
  .subsidiary-map .slick-slide {
    height: auto; }
  .subsidiary-map .slick-arrow {
    background: #B20941;
    border: none;
    color: #B20941;
    position: absolute;
    top: 8em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    width: 2.5em;
    height: 4em;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s ease;
            transition: transform .2s ease;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url("../img/left-arrow.svg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto; }
    .subsidiary-map .slick-arrow:hover {
      -webkit-transform: translate(-0.25em, -50%);
              transform: translate(-0.25em, -50%); }
  .subsidiary-map .slick-next {
    right: 0;
    background-image: url("../img/right-arrow.svg") !important; }
    .subsidiary-map .slick-next:hover {
      -webkit-transform: translate(0.25em, -50%);
              transform: translate(0.25em, -50%); }
  .subsidiary-map .map__pin--purple svg {
    fill: #8D1076; }
  .subsidiary-map .map__pin--blue svg {
    fill: #10406C; }
  .subsidiary-map .map__pin--green svg {
    fill: #0A6425; }
  .subsidiary-map .map__pin--orange svg {
    fill: #DF531D; }
  .subsidiary-map .map__pin--red svg {
    fill: #880D32; }
  .subsidiary-map .map__marker--purple .map__marker__panel,
  .subsidiary-map .map__marker--purple .map__marker__description::before {
    border-color: #8D1076; }
  .subsidiary-map .map__marker--purple .slick-arrow {
    background-color: #8D1076; }
  .subsidiary-map .map__marker--purple .map__marker__close:hover,
  .subsidiary-map .map__marker--purple a {
    color: #8D1076; }
  .subsidiary-map .map__marker--blue .map__marker__panel,
  .subsidiary-map .map__marker--blue .map__marker__description::before {
    border-color: #10406C; }
  .subsidiary-map .map__marker--blue .slick-arrow {
    background-color: #10406C; }
  .subsidiary-map .map__marker--blue .map__marker__close:hover,
  .subsidiary-map .map__marker--blue a {
    color: #10406C; }
  .subsidiary-map .map__marker--green .map__marker__panel,
  .subsidiary-map .map__marker--green .map__marker__description {
    border-color: #0A6425; }
  .subsidiary-map .map__marker--green .slick-arrow {
    background-color: #0A6425; }
  .subsidiary-map .map__marker--green .map__marker__close:hover,
  .subsidiary-map .map__marker--green a {
    color: #0A6425; }
  .subsidiary-map .map__marker--orange .map__marker__panel,
  .subsidiary-map .map__marker--orange .map__marker__description::before {
    border-color: #DF531D; }
  .subsidiary-map .map__marker--orange .slick-arrow {
    background-color: #DF531D; }
  .subsidiary-map .map__marker--orange .map__marker__close:hover,
  .subsidiary-map .map__marker--orange a {
    color: #DF531D; }
  .subsidiary-map .map__marker--red .map__marker__panel,
  .subsidiary-map .map__marker--red .map__marker__description::before {
    border-color: #880D32; }
  .subsidiary-map .map__marker--red .slick-arrow {
    background-color: #880D32; }
  .subsidiary-map .map__marker--red .map__marker__close:hover,
  .subsidiary-map .map__marker--red a {
    color: #880D32; }

@media (max-width: 1200px) {
  .subsidiary-map__pins__map {
    width: 100%;
    -webkit-transform: none;
            transform: none; } }
@media (max-width: 769px) {
  .subsidiary-map {
    display: block;
    min-height: 0; }
    .subsidiary-map__markers {
      padding-left: 0;
      position: relative;
      background: transparent;
      padding-bottom: 0;
      height: 0;
      overflow: hidden;
      width: auto;
      float: none; }
      .subsidiary-map__markers--active {
        height: auto;
        display: block;
        width: auto;
        overflow: visible; }
    .subsidiary-map__pins {
      display: none; }
    .subsidiary-map__marker {
      max-width: 100%; }
      .subsidiary-map__marker__panel__inner {
        margin-left: 0;
        margin-right: 0; }
    .subsidiary-map .slick-arrow {
      width: 1.5em; }
    .subsidiary-map .slick-track {
      background: #fff;
      min-width: 100%; }
    .subsidiary-map__sidebar {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      text-align: center;
      float: none; }
    .subsidiary-map__title {
      padding-right: 0; }
    .subsidiary-map__legend {
      display: none; }
    .subsidiary-map__services-list li {
      box-sizing: border-box;
      float: none;
      width: auto;
      padding: 1em; } }
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

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

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 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 */ }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a.nice-select.open,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "myriad-pro", "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3c3a3a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.75rem;
        margin-left: -0.75rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 4.16667%; }

.small-push-1 {
  position: relative;
  left: 4.16667%; }

.small-pull-1 {
  position: relative;
  left: -4.16667%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 8.33333%; }

.small-push-2 {
  position: relative;
  left: 8.33333%; }

.small-pull-2 {
  position: relative;
  left: -8.33333%; }

.small-offset-1 {
  margin-left: 4.16667%; }

.small-3 {
  width: 12.5%; }

.small-push-3 {
  position: relative;
  left: 12.5%; }

.small-pull-3 {
  position: relative;
  left: -12.5%; }

.small-offset-2 {
  margin-left: 8.33333%; }

.small-4 {
  width: 16.66667%; }

.small-push-4 {
  position: relative;
  left: 16.66667%; }

.small-pull-4 {
  position: relative;
  left: -16.66667%; }

.small-offset-3 {
  margin-left: 12.5%; }

.small-5 {
  width: 20.83333%; }

.small-push-5 {
  position: relative;
  left: 20.83333%; }

.small-pull-5 {
  position: relative;
  left: -20.83333%; }

.small-offset-4 {
  margin-left: 16.66667%; }

.small-6 {
  width: 25%; }

.small-push-6 {
  position: relative;
  left: 25%; }

.small-pull-6 {
  position: relative;
  left: -25%; }

.small-offset-5 {
  margin-left: 20.83333%; }

.small-7 {
  width: 29.16667%; }

.small-push-7 {
  position: relative;
  left: 29.16667%; }

.small-pull-7 {
  position: relative;
  left: -29.16667%; }

.small-offset-6 {
  margin-left: 25%; }

.small-8 {
  width: 33.33333%; }

.small-push-8 {
  position: relative;
  left: 33.33333%; }

.small-pull-8 {
  position: relative;
  left: -33.33333%; }

.small-offset-7 {
  margin-left: 29.16667%; }

.small-9 {
  width: 37.5%; }

.small-push-9 {
  position: relative;
  left: 37.5%; }

.small-pull-9 {
  position: relative;
  left: -37.5%; }

.small-offset-8 {
  margin-left: 33.33333%; }

.small-10 {
  width: 41.66667%; }

.small-push-10 {
  position: relative;
  left: 41.66667%; }

.small-pull-10 {
  position: relative;
  left: -41.66667%; }

.small-offset-9 {
  margin-left: 37.5%; }

.small-11 {
  width: 45.83333%; }

.small-push-11 {
  position: relative;
  left: 45.83333%; }

.small-pull-11 {
  position: relative;
  left: -45.83333%; }

.small-offset-10 {
  margin-left: 41.66667%; }

.small-12 {
  width: 50%; }

.small-push-12 {
  position: relative;
  left: 50%; }

.small-pull-12 {
  position: relative;
  left: -50%; }

.small-offset-11 {
  margin-left: 45.83333%; }

.small-13 {
  width: 54.16667%; }

.small-push-13 {
  position: relative;
  left: 54.16667%; }

.small-pull-13 {
  position: relative;
  left: -54.16667%; }

.small-offset-12 {
  margin-left: 50%; }

.small-14 {
  width: 58.33333%; }

.small-push-14 {
  position: relative;
  left: 58.33333%; }

.small-pull-14 {
  position: relative;
  left: -58.33333%; }

.small-offset-13 {
  margin-left: 54.16667%; }

.small-15 {
  width: 62.5%; }

.small-push-15 {
  position: relative;
  left: 62.5%; }

.small-pull-15 {
  position: relative;
  left: -62.5%; }

.small-offset-14 {
  margin-left: 58.33333%; }

.small-16 {
  width: 66.66667%; }

.small-push-16 {
  position: relative;
  left: 66.66667%; }

.small-pull-16 {
  position: relative;
  left: -66.66667%; }

.small-offset-15 {
  margin-left: 62.5%; }

.small-17 {
  width: 70.83333%; }

.small-push-17 {
  position: relative;
  left: 70.83333%; }

.small-pull-17 {
  position: relative;
  left: -70.83333%; }

.small-offset-16 {
  margin-left: 66.66667%; }

.small-18 {
  width: 75%; }

.small-push-18 {
  position: relative;
  left: 75%; }

.small-pull-18 {
  position: relative;
  left: -75%; }

.small-offset-17 {
  margin-left: 70.83333%; }

.small-19 {
  width: 79.16667%; }

.small-push-19 {
  position: relative;
  left: 79.16667%; }

.small-pull-19 {
  position: relative;
  left: -79.16667%; }

.small-offset-18 {
  margin-left: 75%; }

.small-20 {
  width: 83.33333%; }

.small-push-20 {
  position: relative;
  left: 83.33333%; }

.small-pull-20 {
  position: relative;
  left: -83.33333%; }

.small-offset-19 {
  margin-left: 79.16667%; }

.small-21 {
  width: 87.5%; }

.small-push-21 {
  position: relative;
  left: 87.5%; }

.small-pull-21 {
  position: relative;
  left: -87.5%; }

.small-offset-20 {
  margin-left: 83.33333%; }

.small-22 {
  width: 91.66667%; }

.small-push-22 {
  position: relative;
  left: 91.66667%; }

.small-pull-22 {
  position: relative;
  left: -91.66667%; }

.small-offset-21 {
  margin-left: 87.5%; }

.small-23 {
  width: 95.83333%; }

.small-push-23 {
  position: relative;
  left: 95.83333%; }

.small-pull-23 {
  position: relative;
  left: -95.83333%; }

.small-offset-22 {
  margin-left: 91.66667%; }

.small-24 {
  width: 100%; }

.small-offset-23 {
  margin-left: 95.83333%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }
.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 4.16667%; }

  .medium-push-1 {
    position: relative;
    left: 4.16667%; }

  .medium-pull-1 {
    position: relative;
    left: -4.16667%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 8.33333%; }

  .medium-push-2 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-2 {
    position: relative;
    left: -8.33333%; }

  .medium-offset-1 {
    margin-left: 4.16667%; }

  .medium-3 {
    width: 12.5%; }

  .medium-push-3 {
    position: relative;
    left: 12.5%; }

  .medium-pull-3 {
    position: relative;
    left: -12.5%; }

  .medium-offset-2 {
    margin-left: 8.33333%; }

  .medium-4 {
    width: 16.66667%; }

  .medium-push-4 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-4 {
    position: relative;
    left: -16.66667%; }

  .medium-offset-3 {
    margin-left: 12.5%; }

  .medium-5 {
    width: 20.83333%; }

  .medium-push-5 {
    position: relative;
    left: 20.83333%; }

  .medium-pull-5 {
    position: relative;
    left: -20.83333%; }

  .medium-offset-4 {
    margin-left: 16.66667%; }

  .medium-6 {
    width: 25%; }

  .medium-push-6 {
    position: relative;
    left: 25%; }

  .medium-pull-6 {
    position: relative;
    left: -25%; }

  .medium-offset-5 {
    margin-left: 20.83333%; }

  .medium-7 {
    width: 29.16667%; }

  .medium-push-7 {
    position: relative;
    left: 29.16667%; }

  .medium-pull-7 {
    position: relative;
    left: -29.16667%; }

  .medium-offset-6 {
    margin-left: 25%; }

  .medium-8 {
    width: 33.33333%; }

  .medium-push-8 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-8 {
    position: relative;
    left: -33.33333%; }

  .medium-offset-7 {
    margin-left: 29.16667%; }

  .medium-9 {
    width: 37.5%; }

  .medium-push-9 {
    position: relative;
    left: 37.5%; }

  .medium-pull-9 {
    position: relative;
    left: -37.5%; }

  .medium-offset-8 {
    margin-left: 33.33333%; }

  .medium-10 {
    width: 41.66667%; }

  .medium-push-10 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-10 {
    position: relative;
    left: -41.66667%; }

  .medium-offset-9 {
    margin-left: 37.5%; }

  .medium-11 {
    width: 45.83333%; }

  .medium-push-11 {
    position: relative;
    left: 45.83333%; }

  .medium-pull-11 {
    position: relative;
    left: -45.83333%; }

  .medium-offset-10 {
    margin-left: 41.66667%; }

  .medium-12 {
    width: 50%; }

  .medium-push-12 {
    position: relative;
    left: 50%; }

  .medium-pull-12 {
    position: relative;
    left: -50%; }

  .medium-offset-11 {
    margin-left: 45.83333%; }

  .medium-13 {
    width: 54.16667%; }

  .medium-push-13 {
    position: relative;
    left: 54.16667%; }

  .medium-pull-13 {
    position: relative;
    left: -54.16667%; }

  .medium-offset-12 {
    margin-left: 50%; }

  .medium-14 {
    width: 58.33333%; }

  .medium-push-14 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-14 {
    position: relative;
    left: -58.33333%; }

  .medium-offset-13 {
    margin-left: 54.16667%; }

  .medium-15 {
    width: 62.5%; }

  .medium-push-15 {
    position: relative;
    left: 62.5%; }

  .medium-pull-15 {
    position: relative;
    left: -62.5%; }

  .medium-offset-14 {
    margin-left: 58.33333%; }

  .medium-16 {
    width: 66.66667%; }

  .medium-push-16 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-16 {
    position: relative;
    left: -66.66667%; }

  .medium-offset-15 {
    margin-left: 62.5%; }

  .medium-17 {
    width: 70.83333%; }

  .medium-push-17 {
    position: relative;
    left: 70.83333%; }

  .medium-pull-17 {
    position: relative;
    left: -70.83333%; }

  .medium-offset-16 {
    margin-left: 66.66667%; }

  .medium-18 {
    width: 75%; }

  .medium-push-18 {
    position: relative;
    left: 75%; }

  .medium-pull-18 {
    position: relative;
    left: -75%; }

  .medium-offset-17 {
    margin-left: 70.83333%; }

  .medium-19 {
    width: 79.16667%; }

  .medium-push-19 {
    position: relative;
    left: 79.16667%; }

  .medium-pull-19 {
    position: relative;
    left: -79.16667%; }

  .medium-offset-18 {
    margin-left: 75%; }

  .medium-20 {
    width: 83.33333%; }

  .medium-push-20 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-20 {
    position: relative;
    left: -83.33333%; }

  .medium-offset-19 {
    margin-left: 79.16667%; }

  .medium-21 {
    width: 87.5%; }

  .medium-push-21 {
    position: relative;
    left: 87.5%; }

  .medium-pull-21 {
    position: relative;
    left: -87.5%; }

  .medium-offset-20 {
    margin-left: 83.33333%; }

  .medium-22 {
    width: 91.66667%; }

  .medium-push-22 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-22 {
    position: relative;
    left: -91.66667%; }

  .medium-offset-21 {
    margin-left: 87.5%; }

  .medium-23 {
    width: 95.83333%; }

  .medium-push-23 {
    position: relative;
    left: 95.83333%; }

  .medium-pull-23 {
    position: relative;
    left: -95.83333%; }

  .medium-offset-22 {
    margin-left: 91.66667%; }

  .medium-24 {
    width: 100%; }

  .medium-offset-23 {
    margin-left: 95.83333%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 4.16667%; }

  .large-push-1 {
    position: relative;
    left: 4.16667%; }

  .large-pull-1 {
    position: relative;
    left: -4.16667%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 8.33333%; }

  .large-push-2 {
    position: relative;
    left: 8.33333%; }

  .large-pull-2 {
    position: relative;
    left: -8.33333%; }

  .large-offset-1 {
    margin-left: 4.16667%; }

  .large-3 {
    width: 12.5%; }

  .large-push-3 {
    position: relative;
    left: 12.5%; }

  .large-pull-3 {
    position: relative;
    left: -12.5%; }

  .large-offset-2 {
    margin-left: 8.33333%; }

  .large-4 {
    width: 16.66667%; }

  .large-push-4 {
    position: relative;
    left: 16.66667%; }

  .large-pull-4 {
    position: relative;
    left: -16.66667%; }

  .large-offset-3 {
    margin-left: 12.5%; }

  .large-5 {
    width: 20.83333%; }

  .large-push-5 {
    position: relative;
    left: 20.83333%; }

  .large-pull-5 {
    position: relative;
    left: -20.83333%; }

  .large-offset-4 {
    margin-left: 16.66667%; }

  .large-6 {
    width: 25%; }

  .large-push-6 {
    position: relative;
    left: 25%; }

  .large-pull-6 {
    position: relative;
    left: -25%; }

  .large-offset-5 {
    margin-left: 20.83333%; }

  .large-7 {
    width: 29.16667%; }

  .large-push-7 {
    position: relative;
    left: 29.16667%; }

  .large-pull-7 {
    position: relative;
    left: -29.16667%; }

  .large-offset-6 {
    margin-left: 25%; }

  .large-8 {
    width: 33.33333%; }

  .large-push-8 {
    position: relative;
    left: 33.33333%; }

  .large-pull-8 {
    position: relative;
    left: -33.33333%; }

  .large-offset-7 {
    margin-left: 29.16667%; }

  .large-9 {
    width: 37.5%; }

  .large-push-9 {
    position: relative;
    left: 37.5%; }

  .large-pull-9 {
    position: relative;
    left: -37.5%; }

  .large-offset-8 {
    margin-left: 33.33333%; }

  .large-10 {
    width: 41.66667%; }

  .large-push-10 {
    position: relative;
    left: 41.66667%; }

  .large-pull-10 {
    position: relative;
    left: -41.66667%; }

  .large-offset-9 {
    margin-left: 37.5%; }

  .large-11 {
    width: 45.83333%; }

  .large-push-11 {
    position: relative;
    left: 45.83333%; }

  .large-pull-11 {
    position: relative;
    left: -45.83333%; }

  .large-offset-10 {
    margin-left: 41.66667%; }

  .large-12 {
    width: 50%; }

  .large-push-12 {
    position: relative;
    left: 50%; }

  .large-pull-12 {
    position: relative;
    left: -50%; }

  .large-offset-11 {
    margin-left: 45.83333%; }

  .large-13 {
    width: 54.16667%; }

  .large-push-13 {
    position: relative;
    left: 54.16667%; }

  .large-pull-13 {
    position: relative;
    left: -54.16667%; }

  .large-offset-12 {
    margin-left: 50%; }

  .large-14 {
    width: 58.33333%; }

  .large-push-14 {
    position: relative;
    left: 58.33333%; }

  .large-pull-14 {
    position: relative;
    left: -58.33333%; }

  .large-offset-13 {
    margin-left: 54.16667%; }

  .large-15 {
    width: 62.5%; }

  .large-push-15 {
    position: relative;
    left: 62.5%; }

  .large-pull-15 {
    position: relative;
    left: -62.5%; }

  .large-offset-14 {
    margin-left: 58.33333%; }

  .large-16 {
    width: 66.66667%; }

  .large-push-16 {
    position: relative;
    left: 66.66667%; }

  .large-pull-16 {
    position: relative;
    left: -66.66667%; }

  .large-offset-15 {
    margin-left: 62.5%; }

  .large-17 {
    width: 70.83333%; }

  .large-push-17 {
    position: relative;
    left: 70.83333%; }

  .large-pull-17 {
    position: relative;
    left: -70.83333%; }

  .large-offset-16 {
    margin-left: 66.66667%; }

  .large-18 {
    width: 75%; }

  .large-push-18 {
    position: relative;
    left: 75%; }

  .large-pull-18 {
    position: relative;
    left: -75%; }

  .large-offset-17 {
    margin-left: 70.83333%; }

  .large-19 {
    width: 79.16667%; }

  .large-push-19 {
    position: relative;
    left: 79.16667%; }

  .large-pull-19 {
    position: relative;
    left: -79.16667%; }

  .large-offset-18 {
    margin-left: 75%; }

  .large-20 {
    width: 83.33333%; }

  .large-push-20 {
    position: relative;
    left: 83.33333%; }

  .large-pull-20 {
    position: relative;
    left: -83.33333%; }

  .large-offset-19 {
    margin-left: 79.16667%; }

  .large-21 {
    width: 87.5%; }

  .large-push-21 {
    position: relative;
    left: 87.5%; }

  .large-pull-21 {
    position: relative;
    left: -87.5%; }

  .large-offset-20 {
    margin-left: 83.33333%; }

  .large-22 {
    width: 91.66667%; }

  .large-push-22 {
    position: relative;
    left: 91.66667%; }

  .large-pull-22 {
    position: relative;
    left: -91.66667%; }

  .large-offset-21 {
    margin-left: 87.5%; }

  .large-23 {
    width: 95.83333%; }

  .large-push-23 {
    position: relative;
    left: 95.83333%; }

  .large-pull-23 {
    position: relative;
    left: -95.83333%; }

  .large-offset-22 {
    margin-left: 91.66667%; }

  .large-24 {
    width: 100%; }

  .large-offset-23 {
    margin-left: 95.83333%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }

  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "myriad-pro", "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.5rem; }

  h2 {
    font-size: 1.875rem; }

  h3 {
    font-size: 1.625rem; }

  h4 {
    font-size: 1.25rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
a {
  line-height: inherit;
  color: #b50938;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #b50938;
    text-decoration: underline; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.0625rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #e1e1e1;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #3c3a3a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }

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

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

  .medium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }

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

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

  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
            transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

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

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
            transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ed1849;
  background-color: #fce7ec; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ed1849; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #ed1849; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ed1849; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ed1849; }

.is-invalid-label {
  color: #ed1849; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ed1849; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
          transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #00aeef;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #0094cb;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #00aeef;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #008bbf;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #acb6ab;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #879585;
      color: #0a0a0a; }
  .button.success {
    background-color: #d9da56;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #c6c82c;
      color: #0a0a0a; }
  .button.warning {
    background-color: #f58426;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #d8680a;
      color: #0a0a0a; }
  .button.alert {
    background-color: #ed1849;
    color: #0a0a0a; }
    .button.alert:hover, .button.alert:focus {
      background-color: #c20f38;
      color: #0a0a0a; }
  .button.hollow {
    border: 1px solid #00aeef;
    color: #00aeef; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #005778;
      color: #005778; }
    .button.hollow.primary {
      border: 1px solid #00aeef;
      color: #00aeef; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #005778;
        color: #005778; }
    .button.hollow.secondary {
      border: 1px solid #acb6ab;
      color: #acb6ab; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #535e52;
        color: #535e52; }
    .button.hollow.success {
      border: 1px solid #d9da56;
      color: #d9da56; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #7c7d1b;
        color: #7c7d1b; }
    .button.hollow.warning {
      border: 1px solid #f58426;
      color: #f58426; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #874106;
        color: #874106; }
    .button.hollow.alert {
      border: 1px solid #ed1849;
      color: #ed1849; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #790923;
        color: #790923; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00aeef;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #00aeef;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #acb6ab;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #d9da56;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f58426;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ed1849;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #00aeef; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #3c3a3a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00aeef transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #00aeef;
  color: #fefefe; }
  .badge.primary {
    background: #00aeef;
    color: #0a0a0a; }
  .badge.secondary {
    background: #acb6ab;
    color: #0a0a0a; }
  .badge.success {
    background: #d9da56;
    color: #0a0a0a; }
  .badge.warning {
    background: #f58426;
    color: #0a0a0a; }
  .badge.alert {
    background: #ed1849;
    color: #0a0a0a; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #00aeef; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #00aeef;
    color: #0a0a0a; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #008bbf;
      color: #0a0a0a; }
  .button-group.secondary .button {
    background-color: #acb6ab;
    color: #0a0a0a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #879585;
      color: #0a0a0a; }
  .button-group.success .button {
    background-color: #d9da56;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #c6c82c;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #f58426;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #d8680a;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #ed1849;
    color: #0a0a0a; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #c20f38;
      color: #0a0a0a; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #3c3a3a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d6f4ff;
    color: #3c3a3a; }
  .callout.secondary {
    background-color: #f3f4f2;
    color: #3c3a3a; }
  .callout.success {
    background-color: #f9f9e6;
    color: #3c3a3a; }
  .callout.warning {
    background-color: #feedde;
    color: #3c3a3a; }
  .callout.alert {
    background-color: #fcdce4;
    color: #3c3a3a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #3c3a3a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    margin-right: 1rem;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #00aeef;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
            transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
          transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00aeef;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #00aeef transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }
.no-js .dropdown.menu ul {
  display: none; }
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video, .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #00aeef;
  color: #fefefe; }
  .label.primary {
    background: #00aeef;
    color: #0a0a0a; }
  .label.secondary {
    background: #acb6ab;
    color: #0a0a0a; }
  .label.success {
    background: #d9da56;
    color: #0a0a0a; }
  .label.warning {
    background: #f58426;
    color: #0a0a0a; }
  .label.alert {
    background: #ed1849;
    color: #0a0a0a; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
          transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }

  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }

  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }
.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .nice-select.open.orbit-previous, .nice-select.open.orbit-next, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #00aeef;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #00aeef; }
  .progress.secondary .progress-meter {
    background-color: #acb6ab; }
  .progress.success .progress-meter {
    background-color: #d9da56; }
  .progress.warning .progress-meter {
    background-color: #f58426; }
  .progress.alert .progress-meter {
    background-color: #ed1849; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #00aeef; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
            transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #00aeef;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #0094cb; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
            transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #00aeef; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }

  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }

  thead {
    background: #f8f8f8;
    color: #3c3a3a; }

  tfoot {
    background: #f1f1f1;
    color: #3c3a3a; }

  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }

  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }

  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }
table.hover tfoot tr:hover {
  background-color: #ececec; }
table.hover tbody tr:hover {
  background-color: #f9f9f9; }
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #00aeef; }
  .tabs.primary > li > a {
    color: #0a0a0a; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #00a5e3; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #00aeef; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #0096ce; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #00aeef; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #3c3a3a;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: box-shadow 200ms ease-out;
          transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(0, 174, 239, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus.nice-select.open, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }
.clearfix::after {
  clear: both; }

/*===============================
=            GENERAL            =
===============================*/
html,
body {
  height: 100%;
  font-size: 16px; }

hr {
  clear: both;
  display: block; }

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

.button,
.btn,
button,
input[type="submit"] {
  border: 1px solid #a1b29a;
  border-radius: 0;
  box-shadow: 0 0 0 0 transparent;
  color: #b4003f;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  background-image: none;
  padding: 12px 21px;
  text-decoration: none;
  text-shadow: none; }
  .button:hover:not(:disabled), .button:focus:not(:disabled),
  .btn:hover:not(:disabled),
  .btn:focus:not(:disabled),
  button:hover:not(:disabled),
  button:focus:not(:disabled),
  input[type="submit"]:hover:not(:disabled),
  input[type="submit"]:focus:not(:disabled) {
    background-color: #b70038;
    background-image: none;
    border-color: #b70038;
    box-shadow: 0 0 0 0 transparent;
    color: #fff;
    cursor: pointer;
    text-decoration: none; }

h1,
h2,
h3 {
  font-weight: 900; }

h4,
h5,
h6 {
  font-weight: 700; }

.column, .columns,
.columns {
  position: relative; }

/*=====  End of GENERAL  ======*/
/*==============================
=            HEADER            =
==============================*/
header.header {
  position: relative;
  background-color: #252525; height: 100px;
  z-index: 1200; }
  header.header .header-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    header.header .header-row::before, header.header .header-row::after {
      display: table;
      content: ' '; }
    header.header .header-row::after {
      clear: both; }
    header.header .header-row .header-columns {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        header.header .header-row .header-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
  header.header .top-bar {
    position: relative;
    background-color: transparent; }
    @media screen and (max-width: 63.9375em) {
      header.header .top-bar .top-bar-title {
        width: 100%; }
        header.header .top-bar .top-bar-title > span {
          vertical-align: middle;
          float: left;
          position: relative;
          top: 0.8rem; }
      header.header .top-bar .top-bar-right {
        float: none;
        width: 100%; }
      header.header .top-bar .header-logo.logo {
        display: inline-block;
        float: left;
        max-width: 285px;
        padding-left: 1.5rem; } }
    header.header .top-bar ul {
      background-color: #252525; }
    header.header .top-bar .top-bar-title {
      position: relative;
      z-index: 10; }
    header.header .top-bar .top-bar-right {
      position: relative; }
    header.header .top-bar .primary-menu a {
      color: #fff;
      font-weight: 900;
      padding: 0.3rem 1.3rem; }
    @media screen and (max-width: 63.9375em) {
      header.header .top-bar .primary-menu a {
        padding: 0.7rem 1rem; }
      header.header .top-bar .primary-menu > .is-drilldown {
        max-width: none !important;
        width: 100%; }
      header.header .top-bar .primary-menu .is-dropdown-submenu {
        border: 0; }
      header.header .top-bar .primary-menu .is-drilldown-submenu-parent > a::after {
        border-color: transparent transparent transparent #b7003f; }
      header.header .top-bar .primary-menu .js-drilldown-back > a::before {
        border-color: transparent #b7003f transparent transparent; } }
    @media print, screen and (min-width: 64em) {
      header.header .top-bar .primary-menu > ul > li:not(:last-child) {
        border-right: 1px solid #606060; }
      header.header .top-bar .primary-menu > ul > li:last-child a {
        padding-right: 1rem; }
      header.header .top-bar .primary-menu li > ul {
        background-color: #970035;
        border: 0;
        padding: 0.2rem 1.6rem 0.3rem;
        width: 258px;
        display: none; }
        header.header .top-bar .primary-menu li > ul li a {
          padding: 1rem 0; }
        header.header .top-bar .primary-menu li > ul li:not(:last-child) {
          border-bottom: 1px solid #b3003e; }
      header.header .top-bar .primary-menu li:hover .submenu {
        display: block; } }
    header.header .top-bar .utility-menu a:not(.search-button) {
      font-size: 0.8125rem;
      font-weight: 700;
      color: #a1b29a;
      padding: 0.5rem 1rem; }
    @media print, screen and (min-width: 64em) {
      header.header .top-bar .utility-menu ul {
        float: right; } }
    @media print, screen and (min-width: 64em) {
      header.header .top-bar .primary-menu {
        margin-top: 3.4rem; }
      header.header .top-bar .utility-menu {
        position: absolute;
        top: 0.4rem;
        right: 0; } }
  header.header .search-button {
    position: absolute;
    top: 1px;
    right: 1rem;
    width: 22px;
    height: 21px; }
  header.header .Nav--utility {
    position: relative;
    display: inline-block;
    float: left; }
  header.header .search-container {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 2.6rem; }
  header.header .search-title {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #a1b29a;
    padding: 0.4rem 1rem;
    border-left: 1px solid #a1b29a; }
  header.header .header-search-form {
    background: transparent;
    left: 0;
    outline: none;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    display: none;
    height: 100%;
    z-index: 10000; }
    header.header .header-search-form .search-buttons {
      position: relative;
      float: right; }
    header.header .header-search-form form.search-form {
      position: relative;
      padding: 7px 10px 12px 0px;
      width: auto;
      margin: 0 55px 0 50px; }
      @media print, screen and (min-width: 64em) {
        header.header .header-search-form form.search-form {
          margin: 0 50px 0 0; } }
      header.header .header-search-form form.search-form .screen-reader-text,
      header.header .header-search-form form.search-form .search-submit {
        display: none; }
      header.header .header-search-form form.search-form input[type="search"] {
        margin: 0;
        height: 5.2rem;
        border: 2px solid #e1e1e1;
        box-shadow: 0 0 0 0 transparent;
        max-width: none;
        background-color: #252525;
        color: #fff;
        font-size: 2rem;
        line-height: 0;
        padding-bottom: 0.7rem;
        padding-left: 1.5rem; }
    header.header .header-search-form.enabled {
      display: block; }
      header.header .header-search-form.enabled form {
        pointer-events: auto; }
  @media screen and (max-width: 63.9375em) {
    header.header #responsive-menu {
      display: none; }
    header.header .header-search-form {
      position: relative; }
      header.header .header-search-form form.search-form {
        margin: 2.4rem 0 0; }
      header.header .header-search-form input[type="search"] {
        margin: 0;
        height: 4.2rem; } }

/*=====  End of HEADER  ======*/
/*===============================
=            HP HERO            =
===============================*/
#hp-hero {
  position: relative;
  padding: 3.6rem 0 1.2rem; }
  #hp-hero .hph-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    #hp-hero .hph-row::before, #hp-hero .hph-row::after {
      display: table;
      content: ' '; }
    #hp-hero .hph-row::after {
      clear: both; }
    #hp-hero .hph-row .hph-columns {
      position: relative;
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        #hp-hero .hph-row .hph-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    #hp-hero .hph-row .hph-columns:first-child {
      margin-bottom: 1.5rem; }
    @media screen and (min-width: 45em) {
      #hp-hero .hph-row .hph-columns {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 45em) and (min-width: 40em) {
    #hp-hero .hph-row .hph-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media print, screen and (min-width: 64em) {
      #hp-hero .hph-row .hph-columns:first-child {
        width: 45.83333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #hp-hero .hph-row .hph-columns:first-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      #hp-hero .hph-row .hph-columns:last-child {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #hp-hero .hph-row .hph-columns:last-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  #hp-hero h1 {
    font-family: 'Colfax',sans-serif;
    font-size: 3.6875rem;
    color: #3b3b3b;
    line-height: 1.2;
    margin: 0; }
    #hp-hero h1 .fmh-maroon {
      color: #b4003f;
      line-height: 1.2; }
  #hp-hero hr {
    max-width: 57px;
    margin: 1.7rem 0 1.8rem;
    border-color: #b70038; }
  #hp-hero p {
    font-size: 1.25rem;
    margin-bottom: 2.4rem; }
  #hp-hero .image-container {
    position: relative;
    float: right; }
  #hp-hero .small-image {
    position: relative;
    margin-top: -2rem;
    left: -2.4rem;
    border: 10px solid #fff;
    display: inline-block; }
  #hp-hero .image-text {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    top: 61.9%;
    right: 0;
    max-width: 47.3%; }
    #hp-hero .image-text a {
      display: block;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #2166b1;
      margin-top: 1.8rem; }
      #hp-hero .image-text a i {
        font-size: 2rem;
        vertical-align: middle;
        margin-right: 0.5rem; }
  @media screen and (max-width: 65.3125em) {
    #hp-hero .image-text {
      top: 53%;
      font-size: 17px;
      max-width: 41%; } }
  @media screen and (max-width: 57.5em) {
    #hp-hero .image-text {
      position: relative;
      font-size: 18px;
      max-width: 100%; }
    #hp-hero .small-image {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
  @media screen and (max-width: 39.9375em) {
    #hp-hero .image-text {
      text-align: center; } }
  #hp-hero .new-image-header {
    text-align: center;
    color: #b4003f;
    margin-bottom: 1rem; }
  #hp-hero .new-image-description {
    font-weight: 700; }
    #hp-hero .new-image-description p {
      display: inline;
      margin-right: 0.5rem; }
    #hp-hero .new-image-description a {
      font-size: 1.25rem; }
  #hp-hero .new-image-container {
    text-align: center; }
    #hp-hero .new-image-container img {
      margin-bottom: 1rem; }

/*=====  End of HP HERO  ======*/
/*===============================
=            HP CTAS            =
===============================*/
#hp-ctas,
.hp-ctas,
.content-grid-slider {
  position: relative;
  padding: 6rem 0 2.4rem; }
  #hp-ctas .hpc-row,
  .hp-ctas .hpc-row,
  .content-grid-slider .hpc-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    #hp-ctas .hpc-row::before, #hp-ctas .hpc-row::after,
    .hp-ctas .hpc-row::before,
    .hp-ctas .hpc-row::after,
    .content-grid-slider .hpc-row::before,
    .content-grid-slider .hpc-row::after {
      display: table;
      content: ' '; }
    #hp-ctas .hpc-row::after,
    .hp-ctas .hpc-row::after,
    .content-grid-slider .hpc-row::after {
      clear: both; }
    #hp-ctas .hpc-row .hpc-columns,
    .hp-ctas .hpc-row .hpc-columns,
    .content-grid-slider .hpc-row .hpc-columns {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      text-align: center; }
      @media print, screen and (min-width: 40em) {
        #hp-ctas .hpc-row .hpc-columns,
        .hp-ctas .hpc-row .hpc-columns,
        .content-grid-slider .hpc-row .hpc-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      #hp-ctas .hpc-row .hpc-columns:not(.content-grid__intro),
      .hp-ctas .hpc-row .hpc-columns:not(.content-grid__intro),
      .content-grid-slider .hpc-row .hpc-columns:not(.content-grid__intro) {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #hp-ctas .hpc-row .hpc-columns:not(.content-grid__intro),
    .hp-ctas .hpc-row .hpc-columns:not(.content-grid__intro),
    .content-grid-slider .hpc-row .hpc-columns:not(.content-grid__intro) {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media print, screen and (min-width: 64em) {
      #hp-ctas .hpc-row .hpc-columns:not(.content-grid__intro),
      .hp-ctas .hpc-row .hpc-columns:not(.content-grid__intro),
      .content-grid-slider .hpc-row .hpc-columns:not(.content-grid__intro) {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #hp-ctas .hpc-row .hpc-columns:not(.content-grid__intro),
    .hp-ctas .hpc-row .hpc-columns:not(.content-grid__intro),
    .content-grid-slider .hpc-row .hpc-columns:not(.content-grid__intro) {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  #hp-ctas h2,
  .hp-ctas h2,
  .content-grid-slider h2 {
    font-family: 'Colfax',sans-serif;
    font-weight: 700;
    font-size: 34px;
    max-width: 407px;
    margin: 0 auto; }
  #hp-ctas hr,
  .hp-ctas hr,
  .content-grid-slider hr {
    max-width: 57px;
    border-color: #b70039; }
  #hp-ctas .inner-container,
  .hp-ctas .inner-container,
  .content-grid-slider .inner-container {
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 9px solid;
    margin-bottom: 1.5rem;
    padding: 4.6rem 0 4.5rem; }
    #hp-ctas .inner-container .image-container,
    .hp-ctas .inner-container .image-container,
    .content-grid-slider .inner-container .image-container {
      margin-bottom: 1.5rem; }
    #hp-ctas .inner-container img,
    #hp-ctas .inner-container svg,
    .hp-ctas .inner-container img,
    .hp-ctas .inner-container svg,
    .content-grid-slider .inner-container img,
    .content-grid-slider .inner-container svg {
      max-height: 90px; }
    #hp-ctas .inner-container img,
    .hp-ctas .inner-container img,
    .content-grid-slider .inner-container img {
      width: auto; }
    #hp-ctas .inner-container h3,
    .hp-ctas .inner-container h3,
    .content-grid-slider .inner-container h3 {
      font-size: 16px;
      font-weight: 900;
      text-transform: uppercase;
      max-width: 180px;
      margin: 0 auto;
      color: #000; }

.hp-ctas {
  border-bottom: 2px solid #ebebeb;
  padding-top: 0; }
  .hp-ctas .inner-container {
    border-bottom: 0;
    border-top: 9px solid;
    padding: 2.3rem 2.7rem 4rem; }
    .hp-ctas .inner-container h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 1rem;
      text-transform: uppercase;
      max-width: none; }
    .hp-ctas .inner-container .hpc-desc {
      font-size: 16px;
      color: #3b3b3b; }

.content-grid-slider button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 0;
  font-size: 2rem;
  color: #c8c8c8; }

.content-grid-slider button.slick-prev {
  left: 0; }

.content-grid-slider button.slick-next {
  right: 0; }

.content-grid__intro {
  margin-bottom: 3rem; }

/*=====  End of HP CTAS  ======*/
/*==========================================
=            HP NEWS & INSIGHTS            =
==========================================*/
#news-insights {
  position: relative;
  padding: 2.9rem 0 4.8rem; }
  #news-insights .ni-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    #news-insights .ni-row::before, #news-insights .ni-row::after {
      display: table;
      content: ' '; }
    #news-insights .ni-row::after {
      clear: both; }
    #news-insights .ni-row .ni-columns,
    #news-insights .ni-row .ni-nested-columns {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        #news-insights .ni-row .ni-columns,
        #news-insights .ni-row .ni-nested-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    #news-insights .ni-row .ni-columns:first-child {
      text-align: center; }
    #news-insights .ni-row .ni-row {
      margin-right: -0.625rem;
      margin-left: -0.625rem; }
      @media print, screen and (min-width: 40em) {
        #news-insights .ni-row .ni-row {
          margin-right: -0.75rem;
          margin-left: -0.75rem; } }
      @media print, screen and (min-width: 64em) {
        #news-insights .ni-row .ni-row {
          margin-right: -0.75rem;
          margin-left: -0.75rem; } }
      @media screen and (min-width: 43.75em) {
        #news-insights .ni-row .ni-row .ni-nested-columns {
          width: 50%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media screen and (min-width: 43.75em) and (min-width: 40em) {
    #news-insights .ni-row .ni-row .ni-nested-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
      @media screen and (min-width: 43.75em) {
          #news-insights .ni-row .ni-row .ni-nested-columns:nth-child(odd) {
            clear: left; } }
    @media screen and (min-width: 43.75em) {
      #news-insights .ni-row .ni-columns:not(:first-child) {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 43.75em) and (min-width: 40em) {
    #news-insights .ni-row .ni-columns:not(:first-child) {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media print, screen and (min-width: 64em) {
      #news-insights .ni-row .ni-columns:nth-child(2) {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #news-insights .ni-row .ni-columns:nth-child(2) {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      #news-insights .ni-row .ni-columns:last-child {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #news-insights .ni-row .ni-columns:last-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  #news-insights h2 {
    font-family: 'Colfax',sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0.8rem; }
  #news-insights .ni-columns:first-child {
    margin-bottom: 2rem; }
    #news-insights .ni-columns:first-child a {
      font-size: 15px;
      font-weight: 700; }
      #news-insights .ni-columns:first-child a i {
        position: relative;
        top: -2px;
        font-size: 0.6rem;
        vertical-align: middle;
        margin-left: 0.4rem; }
  #news-insights .ni-columns:nth-child(2) hr {
    margin: 2.3rem 0 2.6rem; }
  #news-insights img {
    margin-bottom: 1.4rem; }
  #news-insights .main-article-container h3 a {
    display: block;
    font-size: 30px;
    font-weight: 900;
    color: #3b3b3b;
    margin-bottom: 1rem; }
  #news-insights .main-article-container .excerpt p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0.8rem; }
  #news-insights .topic-date .topic {
    font-size: 13px;
    font-weight: 700;
    color: #b70039;
    padding: 5px 0.5rem 5px 0;
    border-right: 1px solid #ddd; }
  #news-insights .topic-date .date {
    font-size: 12px;
    color: #707070;
    margin-left: 0.5rem; }
  #news-insights .ni-nested-columns {
    margin-bottom: 1.5rem; }
    #news-insights .ni-nested-columns h3 a {
      display: block;
      font-size: 18px;
      font-weight: 700;
      color: #3b3b3b;
      margin-bottom: 1.1rem; }

/*=====  End of HP NEWS & INSIGHTS  ======*/
/*===================================
=            PAGE HEADER            =
===================================*/
#page-header {
  background: #fff; height: 60px;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  z-index: 1000; }
  #page-header .ph-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    #page-header .ph-row::before, #page-header .ph-row::after {
      display: table;
      content: ' '; }
    #page-header .ph-row::after {
      clear: both; }
    #page-header .ph-row .ph-column {
      position: relative;
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        #page-header .ph-row .ph-column {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
  #page-header .current-page {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0.7rem 1.8rem 0.8rem 0;
    z-index: 10;
    background-color: #fff;
    height: 54px; }
    #page-header .current-page:after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      width: 0;
      height: 0;
      border-top: 27px solid transparent;
      border-bottom: 27px solid transparent;
      border-left: 27px solid #fff; }
  #page-header .header-icons {
    float: right;
    margin-top: 0.7rem; }
  #page-header .print-button {
    display: inline-block;
    margin-right: 2.3rem;
    cursor: pointer;
    color: #656565;
    font-size: 1.3rem; }
  #page-header .share-button {
    line-height: 3;
    vertical-align: bottom;
    display: inline-block;
    cursor: pointer;
    color: #656565;
    font-size: 10px;
    font-weight: 700; }
    #page-header .share-button:active, #page-header .share-button.nice-select.open, #page-header .share-button:focus {
      outline: 0; }
      #page-header .share-button:active .share-container, #page-header .share-button.nice-select.open .share-container, #page-header .share-button:focus .share-container {
        height: 48px;
        opacity: 1; }
    #page-header .share-button i {
      font-size: 1.3rem;
      vertical-align: middle; }
    #page-header .share-button .share-container {
      position: absolute;
      top: 2.5rem;
      background-color: #fff;
      padding: 0.5rem;
      right: 0;
      width: auto;
      display: inline-block;
      height: 0;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      margin-top: 0.2rem;
      border: 1px solid #d7d7d7; }
  #page-header .select-container {
    margin-top: 1rem; }
  @media screen and (min-width: 56.375em) {
    #page-header .select-container {
      display: inline-block;
      margin-top: 0;
      float: right; } }
  #page-header .in-this-section-container {
    position: relative;
    display: inline-block;
    float: left;
    background-color: #b7003f;
    padding: 1.2rem 0 1.1rem 3.1rem;
    height: 54px;
    background: #85002f;
    background: -webkit-gradient(left top, right top, color-stop(0%, #85002f), color-stop(28%, #b70040), color-stop(100%, #b70040));
    background: -webkit-linear-gradient(left, #85002f 0%, #b70040 28%, #b70040 100%);
    background: linear-gradient(to right, #85002f 0%, #b70040 28%, #b70040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85002f', endColorstr='#b70040', GradientType=1 ); }
    #page-header .in-this-section-container #in-section-dropdown {
      display: none; }
    #page-header .in-this-section-container:after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      width: 0;
      height: 0;
      border-top: 27px solid transparent;
      border-bottom: 27px solid transparent;
      border-left: 27px solid #b7003f; }
    #page-header .in-this-section-container .nice-select {
      background-color: transparent;
      border-radius: 0;
      border: 0;
      height: auto;
      line-height: 1;
      font-size: 1rem;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      padding-right: 4.1rem;
      z-index: 1000; }
      #page-header .in-this-section-container .nice-select:after {
        content: '\2630';
        font-family: Arial Unicode MS, Lucida Grande;
        border: 0;
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transform: rotate(0) translate(0, -50%);
                transform: rotate(0) translate(0, -50%);
        width: auto;
        height: auto;
        line-height: 1;
        margin-top: 0;
        top: 40%;
        right: 2.3rem;
        font-size: 1.1rem; }
      #page-header .in-this-section-container .nice-select.open:after {
        content: '\2715'; }
      #page-header .in-this-section-container .nice-select .list {
        top: -1.45rem;
        left: calc(100% - 20px);
        z-index: 0;
        padding: 0 2.5rem 1.1rem 2.7rem;
        border: 0;
        border-radius: 0;
        background: #85002f;
        background: -webkit-gradient(left top, right top, color-stop(0%, #85002f), color-stop(28%, #9c0137), color-stop(100%, #9c0137));
        background: -webkit-linear-gradient(left, #85002f 0%, #9c0137 28%, #9c0137 100%);
        background: linear-gradient(to right, #85002f 0%, #9c0137 28%, #9c0137 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85002f', endColorstr='#9c0137', GradientType=1 );
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0; }
        #page-header .in-this-section-container .nice-select .list li {
          background-color: transparent;
          color: #fff;
          padding: 1.1rem 1rem 1rem 0;
          line-height: 1.2;
          border-bottom: 1px solid #b3003e; }
          #page-header .in-this-section-container .nice-select .list li:hover, #page-header .in-this-section-container .nice-select .list li:focus {
            text-decoration: underline; }
          #page-header .in-this-section-container .nice-select .list li:first-child {
            display: none; }
          #page-header .in-this-section-container .nice-select .list li:last-child {
            padding-bottom: 0;
            border-bottom: 0; }
  @media screen and (max-width: 50em) {
    #page-header .in-this-section-container:after {
      content: '';
      display: none; }
    #page-header .in-this-section-container .nice-select .list {
      top: 1.9rem;
      left: -4.34rem;
      padding: 0 2.5rem 1.1rem 1.349rem; } }
  @media screen and (max-width: 34.0625em) {
    #page-header .in-this-section-container {
      float: none; }
    #page-header .header-icons {
      display: block;
      clear: both;
      float: none;
      margin: 1rem auto;
      width: 125px; }
    #page-header .share-button .share-container {
      top: 6.5rem;
      z-index: 999999; } }
  @media screen and (max-width: 28.75em) {
    #page-header .header-icons {
      width: 100%;
      position: absolute;
      top: -5px;
      right: 14px;
      text-align: right; }
    #page-header .share-button .share-container {
      top: 1.7rem; }
    #page-header .current-page:after {
      content: '';
      display: none; }
    #page-header .in-this-section-container {
      width: 100%;
      padding-left: 0; }
      #page-header .in-this-section-container .nice-select {
        width: 100%; }
        #page-header .in-this-section-container .nice-select .list {
          left: -1.24rem;
          width: 100%; } }

/*=====  End of PAGE HEADER  ======*/
/*==================================================
=            FLEX HERO WITH 3 CALL OUTS            =
==================================================*/
.feature-image-with-3-call-out-boxes {
  position: relative;
  margin-bottom: 2.8rem; }
  .feature-image-with-3-call-out-boxes .fi3-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .feature-image-with-3-call-out-boxes .fi3-row::before, .feature-image-with-3-call-out-boxes .fi3-row::after {
      display: table;
      content: ' '; }
    .feature-image-with-3-call-out-boxes .fi3-row::after {
      clear: both; }
    .feature-image-with-3-call-out-boxes .fi3-row .fi3-columns {
      position: relative;
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .feature-image-with-3-call-out-boxes .fi3-row .fi3-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    .feature-image-with-3-call-out-boxes .fi3-row .fi3-row {
      margin-right: 0;
      margin-left: 0; }
      @media print, screen and (min-width: 40em) {
        .feature-image-with-3-call-out-boxes .fi3-row .fi3-row {
          margin-right: 0;
          margin-left: 0; } }
      @media print, screen and (min-width: 64em) {
        .feature-image-with-3-call-out-boxes .fi3-row .fi3-row {
          margin-right: 0;
          margin-left: 0; } }
      .feature-image-with-3-call-out-boxes .fi3-row .fi3-row .fi3-nested-columns {
        position: relative;
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; }
        @media print, screen and (min-width: 40em) {
          .feature-image-with-3-call-out-boxes .fi3-row .fi3-row .fi3-nested-columns {
            padding-right: 0.75rem;
            padding-left: 0.75rem; } }
      @media screen and (min-width: 60em) {
        .feature-image-with-3-call-out-boxes .fi3-row .fi3-row .fi3-nested-columns {
          width: 33.33333%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media screen and (min-width: 60em) and (min-width: 40em) {
    .feature-image-with-3-call-out-boxes .fi3-row .fi3-row .fi3-nested-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media screen and (min-width: 60em) {
      .feature-image-with-3-call-out-boxes .fi3-row .fi3-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .feature-image-with-3-call-out-boxes a:hover,
  .feature-image-with-3-call-out-boxes a:focus {
    text-decoration: none; }
  .feature-image-with-3-call-out-boxes .fi3-columns {
    padding-top: 3.8rem;
    padding-bottom: 8.5rem;
    color: #fff;
    background-size: cover;
    background-position: center center; }
    .feature-image-with-3-call-out-boxes .fi3-columns:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.1) 100%);
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.1) 66%, rgba(0, 0, 0, 0.1) 100%);
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .feature-image-with-3-call-out-boxes .fi3-columns > .inner-container {
      position: relative;
      max-width: 796px;
      margin: 0 auto; }
    .feature-image-with-3-call-out-boxes .fi3-columns h2 {
      font-size: 60px;
      font-weight: 900;
      margin-bottom: 0.2rem; }
    .feature-image-with-3-call-out-boxes .fi3-columns p {
      font-size: 20px;
      text-shadow: #000 1px 1px 0; }
  .feature-image-with-3-call-out-boxes .three-boxes {
    position: relative;
    max-width: 73rem;
    width: 100%;
    top: 3.7rem;
    z-index: 10; }
    .feature-image-with-3-call-out-boxes .three-boxes .inner-container {
      border-top: 4px solid;
      background-color: #fff;
      padding: 2.7rem 2.7rem 3rem;
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
      margin-bottom: 1.5rem; }
      .feature-image-with-3-call-out-boxes .three-boxes .inner-container h3 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #3b3b3b; }
      .feature-image-with-3-call-out-boxes .three-boxes .inner-container .fi3-desc {
        color: #3b3b3b; }
  @media screen and (min-width: 60em) {
    .feature-image-with-3-call-out-boxes .fi3-columns {
      padding-top: 17.8rem;
      padding-bottom: 13.5rem; }
    .feature-image-with-3-call-out-boxes .three-boxes {
      position: absolute;
      top: auto;
      bottom: -6.5rem;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }

/*=====  End of FLEX HERO WITH 3 CALL OUTS  ======*/
/*==============================================
=            FLEX WYSIWYG / SIDEBAR            =
==============================================*/
.wysiwyg-sidebar {
  position: relative;
  padding: 2rem 0; }
  .wysiwyg-sidebar .container-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .wysiwyg-sidebar .container-row::before, .wysiwyg-sidebar .container-row::after {
      display: table;
      content: ' '; }
    .wysiwyg-sidebar .container-row::after {
      clear: both; }
    .wysiwyg-sidebar .container-row .inner-columns,
    .wysiwyg-sidebar .container-row .inner-columns-no-sidebar {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .wysiwyg-sidebar .container-row .inner-columns,
        .wysiwyg-sidebar .container-row .inner-columns-no-sidebar {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      .wysiwyg-sidebar .container-row .inner-columns {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .wysiwyg-sidebar .container-row .inner-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      .wysiwyg-sidebar .container-row .inner-columns.title {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .wysiwyg-sidebar .container-row .inner-columns.title {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media print, screen and (min-width: 64em) {
      .wysiwyg-sidebar .container-row .inner-columns.title {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .wysiwyg-sidebar .container-row .inner-columns.title {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      .wysiwyg-sidebar .container-row .inner-columns.content {
        width: 62.5%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .wysiwyg-sidebar .container-row .inner-columns.content {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      .wysiwyg-sidebar .container-row .inner-columns.sidebar {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .wysiwyg-sidebar .container-row .inner-columns.sidebar {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  .wysiwyg-sidebar h1 {
    font-size: 2.125rem; }
  .wysiwyg-sidebar hr {
    max-width: 44px;
    margin: 0.9rem 0 2.4rem;
    border-color: #b70039; }

/*=====  End of FLEX WYSIWYG / SIDEBAR  ======*/
/*========================================================
=            FLEX CONTENT / IMG LEFT OR RIGHT            =
========================================================*/
.image-left-right-content {
  position: relative;
  padding: 4.5rem 0 3.9rem; }
  .image-left-right-content .ilrc-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .image-left-right-content .ilrc-row::before, .image-left-right-content .ilrc-row::after {
      display: table;
      content: ' '; }
    .image-left-right-content .ilrc-row::after {
      clear: both; }
    .image-left-right-content .ilrc-row .ilrc-columns {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .image-left-right-content .ilrc-row .ilrc-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      .image-left-right-content .ilrc-row .ilrc-columns {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .image-left-right-content .ilrc-row .ilrc-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  .image-left-right-content img {
    width: 100%;
    max-width: 547px; }

/*=====  End of FLEX CONTENT / IMG LEFT OR RIGHT  ======*/
/*====================================================
=            FLEX EXCERPT WITH STATISTICS            =
====================================================*/
.excerpt-text-stats {
  position: relative;
  padding: 5.7rem 0 3.6rem;
  background-color: #b7003f;
  color: #fff; }
  .excerpt-text-stats .ets-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .excerpt-text-stats .ets-row::before, .excerpt-text-stats .ets-row::after {
      display: table;
      content: ' '; }
    .excerpt-text-stats .ets-row::after {
      clear: both; }
    .excerpt-text-stats .ets-row .ets-row {
      margin-right: -0.625rem;
      margin-left: -0.625rem; }
      @media print, screen and (min-width: 40em) {
        .excerpt-text-stats .ets-row .ets-row {
          margin-right: -0.75rem;
          margin-left: -0.75rem; } }
      @media print, screen and (min-width: 64em) {
        .excerpt-text-stats .ets-row .ets-row {
          margin-right: -0.75rem;
          margin-left: -0.75rem; } }
      .excerpt-text-stats .ets-row .ets-row .ets-nested-columns {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        text-align: center; }
        @media print, screen and (min-width: 40em) {
          .excerpt-text-stats .ets-row .ets-row .ets-nested-columns {
            padding-right: 0.75rem;
            padding-left: 0.75rem; } }
      @media print, screen and (min-width: 64em) {
        .excerpt-text-stats .ets-row .ets-row .ets-nested-columns {
          width: 50%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem;
          text-align: left; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .excerpt-text-stats .ets-row .ets-row .ets-nested-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    .excerpt-text-stats .ets-row .ets-columns {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .excerpt-text-stats .ets-row .ets-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      .excerpt-text-stats .ets-row .ets-columns {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .excerpt-text-stats .ets-row .ets-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  .excerpt-text-stats h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 1rem; }
  .excerpt-text-stats .ets-content {
    margin-bottom: 2.2rem;
    max-width: 475px; }
    .excerpt-text-stats .ets-content * {
      font-size: 20px; }
  .excerpt-text-stats .button {
    border-color: #db809f;
    color: #fff;
    margin-bottom: 1.5rem; }
    .excerpt-text-stats .button:hover, .excerpt-text-stats .button:focus {
      background-color: #db809f;
      color: #b7003f; }
  .excerpt-text-stats .inner-container {
    background-color: #970035;
    padding: 1.4rem 1.6rem 1rem;
    margin-bottom: 1.5rem; }
    .excerpt-text-stats .inner-container h3 {
      color: #e3cbd1;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0.1rem; }
    .excerpt-text-stats .inner-container .stat-number {
      font-size: 46px;
      font-weight: 900; }
      .excerpt-text-stats .inner-container .stat-number .ets-tag {
        font-size: 15px;
        font-weight: 400; }

/*=====  End of FLEX EXCERPT WITH STATISTICS  ======*/
/*==========================================
=            FLEX FAQ ACCORDION            =
==========================================*/
.flex-collapse-list {
  position: relative;
  padding: 4.6rem 0 2rem; }
  .flex-collapse-list .container-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .flex-collapse-list .container-row::before, .flex-collapse-list .container-row::after {
      display: table;
      content: ' '; }
    .flex-collapse-list .container-row::after {
      clear: both; }
    .flex-collapse-list .container-row .container-column {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .flex-collapse-list .container-row .container-column {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
  .flex-collapse-list h2 {
    font-size: 1.875rem;
    font-weight: 900;
    margin-bottom: 2rem; }
  .flex-collapse-list .accordion {
    background-color: #fff; }
    .flex-collapse-list .accordion a.accordion-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: #3b3b3b;
      border: 0;
      padding-left: 0; }
      .flex-collapse-list .accordion a.accordion-title:before {
        color: #b7003f;
        font-size: 2.3rem;
        margin-top: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
      .flex-collapse-list .accordion a.accordion-title:hover, .flex-collapse-list .accordion a.accordion-title:focus {
        background-color: transparent;
        text-decoration: none; }
    .flex-collapse-list .accordion li:not(:first-child) a.accordion-title {
      border-top: 1px solid #e1e1e1; }
    .flex-collapse-list .accordion .accordion-content {
      border: 0;
      padding-bottom: 3rem;
      padding-left: 0; }

/*=====  End of FLEX FAQ ACCORDION  ======*/
/*=================================================
=            FLEX PARTNER CALLOUT GRID            =
=================================================*/
.partner-call-out {
  position: relative;
  padding: 1rem 0 1.6rem; }
  .partner-call-out .pco-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .partner-call-out .pco-row::before, .partner-call-out .pco-row::after {
      display: table;
      content: ' '; }
    .partner-call-out .pco-row::after {
      clear: both; }
    .partner-call-out .pco-row .pco-column {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      text-align: center; }
      @media print, screen and (min-width: 40em) {
        .partner-call-out .pco-row .pco-column {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
  .partner-call-out h2 {
    font-size: 30px;
    font-weight: 900; }
  .partner-call-out hr {
    max-width: 44px;
    margin: 1.3rem auto;
    border-color: #992727; }
  .partner-call-out .pco-intro {
    max-width: 786px;
    margin: 0 auto; }
    .partner-call-out .pco-intro * {
      font-size: 20px; }
  .partner-call-out .pco-block-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3rem;
    text-align: center; }
    .partner-call-out .pco-block-grid > .column-block {
      float: left;
      width: 100%; }
      .partner-call-out .pco-block-grid > .column-block:nth-of-type(1n) {
        clear: none; }
      .partner-call-out .pco-block-grid > .column-block:nth-of-type(1n+1) {
        clear: both; }
      .partner-call-out .pco-block-grid > .column-block:last-child {
        float: left; }
    .partner-call-out .pco-block-grid .column-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      margin-bottom: 0; }
    .partner-call-out .pco-block-grid .anchor-container {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      min-height: 245px;
      border: 1px solid #ebebeb;
      padding: 0 1rem; }
      .partner-call-out .pco-block-grid .anchor-container img {
        max-height: 245px; }
      .partner-call-out .pco-block-grid .anchor-container .pco-desc {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 400ms ease-in-out;
                transition: all 400ms ease-in-out;
        z-index: 9;
        background-color: #3b3b3b;
        color: #fff;
        text-align: left;
        padding: 2.3rem 2.4rem 1.4rem;
        width: 378px; }
      .partner-call-out .pco-block-grid .anchor-container:hover .pco-desc {
        visibility: visible;
        opacity: 1; }
      .partner-call-out .pco-block-grid .anchor-container:focus {
        outline: 0; }
  @media print, screen and (min-width: 40em) {
    .partner-call-out .pco-block-grid > .column-block {
      width: 50%; } }
  @media print, screen and (min-width: 64em) {
    .partner-call-out .pco-block-grid > .column-block {
      width: 25%; } }

/*=====  End of FLEX PARTNER CALLOUT GRID  ======*/
/*=================================================
=            FLEX FEATURED REPORT GRID            =
=================================================*/
.featured-report-grid {
  position: relative;
  padding: 4.1rem 0 2.3rem; }
  .featured-report-grid h2 {
    font-size: 1.875rem;
    font-weight: 900; }
  .featured-report-grid hr {
    max-width: 44px;
    margin: 1.3rem auto;
    border-color: #992727; }
  .featured-report-grid .frg-content {
    margin-bottom: 3rem; }
    .featured-report-grid .frg-content * {
      font-size: 1.25rem; }

/*=====  End of FLEX FEATURED REPORT GRID  ======*/
/*=============================================
=            FLEX STANDARD WYSIWYG            =
=============================================*/
.standard-wysiwyg-flex {
  position: relative;
  padding: 3rem 0;
  border-top: 1px solid #ebebeb; }

/*=====  End of FLEX STANDARD WYSIWYG  ======*/
/*=======================================
=            FLEX POST 2 COL            =
=======================================*/
.post-callout-2-column {
  position: relative;
  padding: 0.5rem 0 6.2rem; }
  .post-callout-2-column h2 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 1rem; }
  .post-callout-2-column .pc2col-view-all {
    font-size: 15px;
    display: block;
    margin-bottom: 2.5rem; }
    .post-callout-2-column .pc2col-view-all i {
      font-size: 0.6rem;
      margin-left: 0.5rem;
      position: relative;
      top: -2px; }
  .post-callout-2-column .inner-container {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    border-top: 2px solid #e6e6e6; }
    .post-callout-2-column .inner-container h3 {
      font-size: 20px;
      margin-bottom: 1.1rem; }
    .post-callout-2-column .inner-container .pc2col-desc {
      color: #686868;
      margin-bottom: 1rem; }
    .post-callout-2-column .inner-container .pc2col-read-more {
      display: block;
      color: #b70039;
      font-weight: 700;
      margin-bottom: 0.9rem; }
      .post-callout-2-column .inner-container .pc2col-read-more i {
        margin-left: 0.3rem;
        font-size: 0.7rem; }
  .post-callout-2-column .medium-12:nth-child(-n+3) .inner-container {
    padding-top: 0;
    border-top: 0; }

/*=====  End of FLEX POST 2 COL  ======*/
/*=============================================
=            FLEX QUOTE WITH IMAGE            =
=============================================*/
.quote-img {
  position: relative;
  padding: 1.6rem 0 3.4rem; }
  .quote-img .qi-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .quote-img .qi-row::before, .quote-img .qi-row::after {
      display: table;
      content: ' '; }
    .quote-img .qi-row::after {
      clear: both; }
    .quote-img .qi-row .qi-columns {
      position: relative;
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .quote-img .qi-row .qi-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      .quote-img .qi-row .qi-columns {
        padding-right: 0;
        padding-left: 0; } }
  .quote-img .image-container {
    text-align: right; }
  .quote-img .quote-container {
    position: relative;
    width: 100%;
    background-color: #2166b1;
    text-align: center;
    color: #fff; }
    .quote-img .quote-container img {
      max-width: 38px;
      opacity: 0.5;
      margin-bottom: 2rem; }
    .quote-img .quote-container .qi-quote {
      font-size: 18px; }
    .quote-img .quote-container .top-container {
      padding: 2.8rem 2.2rem 1.4rem; }
    .quote-img .quote-container .bottom-container {
      background-color: #003e7e;
      padding: 1.5rem 1rem 1.3rem; }
    .quote-img .quote-container .quote-author {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 0.4rem; }
    .quote-img .quote-container .quote-attr {
      font-size: 13px;
      text-transform: uppercase; }
  @media print, screen and (min-width: 64em) {
    .quote-img .quote-container {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      max-width: 385px; } }

/*=====  End of FLEX QUOTE WITH IMAGE  ======*/
/*=======================================
=            FLEX STAFF GRID            =
=======================================*/
.staff-bio-grid {
  position: relative;
  padding: 0 0 2rem; }
  .staff-bio-grid .sbg-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .staff-bio-grid .sbg-row::before, .staff-bio-grid .sbg-row::after {
      display: table;
      content: ' '; }
    .staff-bio-grid .sbg-row::after {
      clear: both; }
    .staff-bio-grid .sbg-row .sbg-columns {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .staff-bio-grid .sbg-row .sbg-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      .staff-bio-grid .sbg-row .sbg-columns {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .staff-bio-grid .sbg-row .sbg-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media print, screen and (min-width: 64em) {
      .staff-bio-grid .sbg-row .sbg-columns {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .staff-bio-grid .sbg-row .sbg-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  .staff-bio-grid img {
    margin-bottom: 1.2rem; }
  .staff-bio-grid .tertiary-title {
    font-size: 13px;
    color: #747474; }
  .staff-bio-grid a {
    font-size: 26px;
    font-weight: 900;
    color: #3b3b3b; }
    .staff-bio-grid a:hover, .staff-bio-grid a:focus {
      color: #b7003f; }
  .staff-bio-grid .job-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #012b41;
    margin-bottom: 3.5rem; }

/*=====  End of FLEX STAFF GRID  ======*/
/*===========================================
=            FLEX CONTENT SLIDER            =
===========================================*/
.content-slider {
  position: relative;
  background-color: #efefef;
  padding: 3.4rem 0 3.7rem; }
  .content-slider .cs-row {
    max-width: 78.75rem;
    margin-right: auto;
    margin-left: auto; }
    .content-slider .cs-row::before, .content-slider .cs-row::after {
      display: table;
      content: ' '; }
    .content-slider .cs-row::after {
      clear: both; }
    .content-slider .cs-row .cs-columns {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .content-slider .cs-row .cs-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
  .content-slider h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 900; }
  .content-slider hr {
    max-width: 44px;
    margin: 0.9rem auto 2.3rem;
    border-color: #992727; }
  .content-slider .cs-single-slide {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem; }
  .content-slider button {
    position: absolute;
    z-index: 100;
    top: 46%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: #b7003f;
    color: #fff;
    border: 0;
    padding: 1.5rem 0.7rem;
    font-size: 1.3rem; }
    .content-slider button:focus {
      outline: 0; }
    .content-slider button.slick-prev {
      left: 0; }
    .content-slider button.slick-next {
      right: 0; }
  .content-slider .image-container {
    text-align: center; }
    .content-slider .image-container img {
      display: inline-block; }
  .content-slider .content-container {
    position: relative;
    max-width: 35.5rem;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 15px 33px 0px rgba(0, 0, 0, 0.2);
    padding: 2.5rem 2.5rem 3rem; }
    .content-slider .content-container h3 {
      margin-bottom: 3px; }
    .content-slider .content-container .cs-job-title {
      font-size: 14px;
      text-transform: uppercase;
      color: #6a6a6a;
      margin-bottom: 0.7rem; }
    .content-slider .content-container .cs-desc {
      margin-bottom: 1rem; }
      .content-slider .content-container .cs-desc * {
        color: #6a6a6a; }
    .content-slider .content-container a {
      font-weight: 700;
      color: #b70039; }
      .content-slider .content-container a i {
        font-size: 0.7rem;
        margin-left: 0.4rem; }
  @media screen and (min-width: 64.125em) {
    .content-slider .cs-single-slide {
      padding-left: 0; }
    .content-slider .image-container {
      text-align: right; }
    .content-slider .content-container {
      position: absolute;
      top: 50%;
      left: 20px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      max-width: 36.25rem;
      padding: 2.5rem 4.2rem 3rem;
      margin: 0; } }
  @media screen and (min-width: 70.625em) {
    .content-slider .content-container {
      max-width: 41.25rem; } }

/*=====  End of FLEX CONTENT SLIDER  ======*/
/*===========================================================
=            FLEX NEWS INSIGHTS INTRO W/ SIDEBAR            =
===========================================================*/
.news-insights-sidebar {
  position: relative;
  padding: 3.4rem 0 0;
  background-color: #efefef; }
  .news-insights-sidebar .nis-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    .news-insights-sidebar .nis-row::before, .news-insights-sidebar .nis-row::after {
      display: table;
      content: ' '; }
    .news-insights-sidebar .nis-row::after {
      clear: both; }
    .news-insights-sidebar .nis-row .nis-columns,
    .news-insights-sidebar .nis-row .nis-columns-no-sidebar {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        .news-insights-sidebar .nis-row .nis-columns,
        .news-insights-sidebar .nis-row .nis-columns-no-sidebar {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      .news-insights-sidebar .nis-row .nis-columns {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .news-insights-sidebar .nis-row .nis-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media print, screen and (min-width: 64em) {
      .news-insights-sidebar .nis-row .nis-columns:first-child {
        width: 62.5%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .news-insights-sidebar .nis-row .nis-columns:first-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      .news-insights-sidebar .nis-row .nis-columns:last-child {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .news-insights-sidebar .nis-row .nis-columns:last-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  .news-insights-sidebar h1 {
    color: #252525;
    margin-top: 2.3rem; }
  .news-insights-sidebar .date-author {
    color: #8a8989;
    margin-bottom: 1rem; }
    .news-insights-sidebar .date-author .date {
      margin-right: 2.5rem; }
  .news-insights-sidebar .topic-date {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9b9c9c;
    margin-bottom: 2.3rem; }
    .news-insights-sidebar .topic-date i {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1);
      margin-right: 0.5rem;
      color: #ec7943;
      font-size: 1.2rem; }
  .news-insights-sidebar .excerpt {
    margin-bottom: 0.5rem; }
    .news-insights-sidebar .excerpt * {
      font-size: 20px; }

/*=====  End of FLEX NEWS INSIGHTS INTRO W/ SIDEBAR  ======*/
/*===============================
=            ARCHIVE            =
===============================*/
#search-container {
  margin-bottom: 2.9rem; }
  #search-container .search-container-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    #search-container .search-container-row::before, #search-container .search-container-row::after {
      display: table;
      content: ' '; }
    #search-container .search-container-row::after {
      clear: both; }
    #search-container .search-container-row .search-container-column {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        #search-container .search-container-row .search-container-column {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      #search-container .search-container-row .search-container-column {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #search-container .search-container-row .search-container-column {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media print, screen and (min-width: 64em) {
      #search-container .search-container-row .search-container-column {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #search-container .search-container-row .search-container-column {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  #search-container form {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0.9rem; }
  #search-container input[type="text"] {
    display: inline-block;
    width: 90%;
    border: 0;
    box-shadow: 0 0 0 0 transparent;
    font-size: 28px;
    font-weight: 700;
    color: #231f20;
    padding-left: 0;
    margin-bottom: 6px;
    float: left; }
  #search-container input[type="submit"] {
    position: relative;
    font-family: Arial Unicode MS, Lucida Grande;
    border: 0;
    padding: 0;
    font-size: 2rem;
    -webkit-transform: rotate(180deg) scaleX(-1);
            transform: rotate(180deg) scaleX(-1);
    top: 5px;
    float: right; }
    #search-container input[type="submit"]:hover, #search-container input[type="submit"]:focus {
      background-color: transparent;
      color: #000; }
  #search-container .search-count {
    clear: both;
    font-size: 22px; }

#archive-loop {
  margin-bottom: 2rem; }
  #archive-loop .archive-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    #archive-loop .archive-row::before, #archive-loop .archive-row::after {
      display: table;
      content: ' '; }
    #archive-loop .archive-row::after {
      clear: both; }
    #archive-loop .archive-row .archive-columns {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        #archive-loop .archive-row .archive-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      #archive-loop .archive-row .archive-columns {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #archive-loop .archive-row .archive-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media print, screen and (min-width: 64em) {
      #archive-loop .archive-row .archive-columns:first-child {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #archive-loop .archive-row .archive-columns:first-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      #archive-loop .archive-row .archive-columns:last-child {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #archive-loop .archive-row .archive-columns:last-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  #archive-loop .archive-loop-row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      #archive-loop .archive-loop-row {
        margin-right: -0.75rem;
        margin-left: -0.75rem; } }
    @media print, screen and (min-width: 64em) {
      #archive-loop .archive-loop-row {
        margin-right: -0.75rem;
        margin-left: -0.75rem; } }
    #archive-loop .archive-loop-row::before, #archive-loop .archive-loop-row::after {
      display: table;
      content: ' '; }
    #archive-loop .archive-loop-row::after {
      clear: both; }
    #archive-loop .archive-loop-row .archive-loop-columns,
    #archive-loop .archive-loop-row .archive-loop-columns-fi {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        #archive-loop .archive-loop-row .archive-loop-columns,
        #archive-loop .archive-loop-row .archive-loop-columns-fi {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      #archive-loop .archive-loop-row .archive-loop-columns-fi:first-child {
        width: 45.83333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #archive-loop .archive-loop-row .archive-loop-columns-fi:first-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      #archive-loop .archive-loop-row .archive-loop-columns-fi:last-child {
        width: 54.16667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #archive-loop .archive-loop-row .archive-loop-columns-fi:last-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  #archive-loop article {
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    max-width: 47.5rem; }
    #archive-loop article h2 {
      font-size: 20px;
      margin-bottom: 0.7rem; }
      #archive-loop article h2 a {
        font-weight: 700;
        color: #3b3b3b; }
    #archive-loop article .entry-content p {
      color: #686868; }
    #archive-loop article .topic-date .topic {
      font-size: 13px;
      font-weight: 700;
      color: #b70039;
      padding: 5px 0.5rem 5px 0;
      border-right: 1px solid #ddd;
      margin-right: 0.5rem; }
    #archive-loop article .topic-date .date {
      font-size: 12px;
      color: #707070;
      text-transform: uppercase; }

/*=====  End of ARCHIVE  ======*/
/*====================================
=            DEFAULT PAGE            =
====================================*/
#default-content {
  margin: 2rem 0; }
  #default-content .default-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    #default-content .default-row::before, #default-content .default-row::after {
      display: table;
      content: ' '; }
    #default-content .default-row::after {
      clear: both; }
    #default-content .default-row .default-columns {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        #default-content .default-row .default-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      #default-content .default-row .default-columns {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #default-content .default-row .default-columns {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media print, screen and (min-width: 64em) {
      #default-content .default-row .default-columns:first-child {
        width: 66.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #default-content .default-row .default-columns:first-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      #default-content .default-row .default-columns:last-child {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    #default-content .default-row .default-columns:last-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

/*=====  End of DEFAULT PAGE  ======*/
/*=============================================
=            FOOTER CONTACT WIDGET            =
=============================================*/
section.footer-contact-widget {
  position: relative;
  margin: 3.4rem 0 3rem;
  font-size: 0.875rem;
  line-height: 1.7; }
  section.footer-contact-widget h3 {
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase; }
  section.footer-contact-widget a {
    color: #8e8e8f; }
    section.footer-contact-widget a:hover, section.footer-contact-widget a:focus {
      text-decoration: none;
      color: #fff; }

/*=====  End of FOOTER CONTACT WIDGET  ======*/
/*================================================
=            FOOTER SUBSIDIARY WIDGET            =
================================================*/
section.footer-subsidiary-widget {
  margin-bottom: 1rem; }
  section.footer-subsidiary-widget h4 {
    font-size: 1.1875rem;
    color: #fbfbfd; }
  section.footer-subsidiary-widget hr {
    max-width: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem; }
  section.footer-subsidiary-widget a {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #9b9b9b;
    padding: 0.5rem 1rem 0.5rem 0; }
    section.footer-subsidiary-widget a:hover, section.footer-subsidiary-widget a:focus {
      text-decoration: none;
      color: #fff; }

/*=====  End of FOOTER SUBSIDIARY WIDGET  ======*/
/*==============================
=            FOOTER            =
==============================*/
footer.footer {
  background-color: #252525;
  padding: 2.9rem 0 1.5rem;
  color: #8e8e8f; }
  footer.footer .footer-row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto; }
    footer.footer .footer-row::before, footer.footer .footer-row::after {
      display: table;
      content: ' '; }
    footer.footer .footer-row::after {
      clear: both; }
    footer.footer .footer-row .footer-row {
      margin-right: -0.625rem;
      margin-left: -0.625rem; }
      @media print, screen and (min-width: 40em) {
        footer.footer .footer-row .footer-row {
          margin-right: -0.75rem;
          margin-left: -0.75rem; } }
      @media print, screen and (min-width: 64em) {
        footer.footer .footer-row .footer-row {
          margin-right: -0.75rem;
          margin-left: -0.75rem; } }
      footer.footer .footer-row .footer-row .footer-nested-columns {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; }
        @media print, screen and (min-width: 40em) {
          footer.footer .footer-row .footer-row .footer-nested-columns {
            padding-right: 0.75rem;
            padding-left: 0.75rem; } }
      @media print, screen and (min-width: 40em) {
        footer.footer .footer-row .footer-row .footer-nested-columns:not(:first-child) {
          width: 50%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    footer.footer .footer-row .footer-row .footer-nested-columns:not(:first-child) {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

      @media print, screen and (min-width: 64em) {
        footer.footer .footer-row .footer-row .footer-nested-columns:not(:first-child) {
          width: 25%;
          float: left;
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    footer.footer .footer-row .footer-row .footer-nested-columns:not(:first-child) {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    footer.footer .footer-row .footer-columns,
    footer.footer .footer-row .footer-bottom-columns {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; }
      @media print, screen and (min-width: 40em) {
        footer.footer .footer-row .footer-columns,
        footer.footer .footer-row .footer-bottom-columns {
          padding-right: 0.75rem;
          padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      footer.footer .footer-row .footer-columns:first-child {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    footer.footer .footer-row .footer-columns:first-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 40em) {
      footer.footer .footer-row .footer-columns:last-child {
        width: 45.83333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        float: right; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    footer.footer .footer-row .footer-columns:last-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

    @media print, screen and (min-width: 64em) {
      footer.footer .footer-row .footer-columns:first-child {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    footer.footer .footer-row .footer-columns:first-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }
    @media print, screen and (min-width: 64em) {
      footer.footer .footer-row .footer-columns:last-child {
        width: 62.5%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    footer.footer .footer-row .footer-columns:last-child {
      padding-right: 0.75rem;
      padding-left: 0.75rem; } }

  footer.footer h2 {
    font-size: 2.0625rem;
    text-transform: uppercase;
    color: #a1b29a;
    line-height: 2.8; }
  footer.footer .bottom-footer {
    border-top: 3px solid #3b3b3b;
    padding-top: 1.5rem;
    margin-top: 1.7rem; }
  footer.footer .footer-menu {
    display: inline-block;
    float: left; }
    footer.footer .footer-menu a {
      font-size: 0.875rem;
      text-transform: uppercase;
      color: #efefef;
      padding: 0 1rem; }
    footer.footer .footer-menu li:first-child a {
      padding-left: 0; }
    footer.footer .footer-menu li:not(:last-child) a {
      border-right: 2px solid #474747; }
  footer.footer .footer-copyright {
    display: inline-block;
    float: right;
    font-size: 0.875rem;
    line-height: 1; }
  @media screen and (max-width: 43.125em) {
    footer.footer .footer-menu,
    footer.footer .footer-copyright {
      float: none; }
    footer.footer .footer-menu {
      margin-bottom: 1rem; } }

/*=====  End of FOOTER  ======*/
/*=============================================
=            MEDIA COVERAGE WIDGET            =
=============================================*/
.media-coverage-container {
  background-color: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  padding: 2.4rem 2rem 3.6rem;
  margin-bottom: 2rem;
  border-top: 5px solid #b70038; }
  .media-coverage-container h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .media-coverage-container hr {
    max-width: 44px;
    margin: 1.5rem 0 1.6rem;
    border-color: #d46688; }
  .media-coverage-container .media-article:not(:last-child) {
    margin-bottom: 2.4rem; }
  .media-coverage-container .category {
    font-size: 15px;
    margin-bottom: 0.3rem; }
  .media-coverage-container h5 a {
    font-size: 20px;
    color: #3b3b3b; }
  .media-coverage-container .article-date {
    font-size: 15px;
    text-transform: uppercase; }

/*=====  End of MEDIA COVERAGE WIDGET  ======*/
/*=====================================
=            TOPICS WIDGET            =
=====================================*/
.topics-container {
  background-color: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  padding: 2.4rem 2rem 3.6rem;
  margin-bottom: 2rem;
  border-top: 5px solid #b70038; }
  .topics-container h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .topics-container hr {
    max-width: 44px;
    margin: 1.5rem 0 1.6rem;
    border-color: #d46688; }
  .topics-container a {
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b; }
  .topics-container .topic-container:not(:last-child) {
    margin-bottom: 0.5rem; }

/*=====  End of TOPICS WIDGET  ======*/
/*==============================================
=            FEATURED REPORT WIDGET            =
==============================================*/
.featured-report-widget {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem; }
  .featured-report-widget img {
    width: 100%; }
  .featured-report-widget .inner-container {
    padding: 1rem 2.1rem 0.3rem; }
    .featured-report-widget .inner-container a {
      display: block;
      font-size: 1.25rem;
      font-weight: 700;
      color: #3b3b3b;
      margin-bottom: 0.5rem; }
    .featured-report-widget .inner-container p {
      font-size: 0.8125rem;
      text-transform: uppercase;
      color: #3b3b3b; }

/*=====  End of FEATURED REPORT WIDGET  ======*/
/*======================================
=            WORDPRESS CORE            =
======================================*/
.screen-reader-text {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden; }

.sticky,
.bypostauthor,
.gallery-caption {
  display: normal; }

.paging {
  position: relative;
  display: inline-block;
  width: 100%; }
  .paging div {
    display: inline-block; }
  .paging .active-prev,
  .paging .disabled-prev {
    position: absolute;
    left: 0; }
    .paging .active-prev i,
    .paging .disabled-prev i {
      margin-right: 0.5rem; }
  .paging .active-next,
  .paging .disabled-next {
    position: absolute;
    right: 0; }
    .paging .active-next i,
    .paging .disabled-next i {
      margin-left: 0.5rem; }
  .paging .active-prev a,
  .paging .active-next a {
    color: #2166b1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
  .paging .disabled-prev,
  .paging .disabled-next {
    font-size: 14px;
    color: #e6e6e6;
    text-transform: uppercase;
    font-weight: 700; }
  .paging .pagination-numbers {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .paging .pagination-numbers .page-numbers {
      font-weight: 700;
      color: #363636;
      padding: 0 0.9rem; }
      .paging .pagination-numbers .page-numbers.current {
        border: 1px solid #bebebe;
        border-radius: 100%;
        padding: 0.6rem 0.9rem;
        color: #2166b1; }
      .paging .pagination-numbers .page-numbers:hover, .paging .pagination-numbers .page-numbers:focus {
        color: #2166b1;
        text-decoration: none; }

.alignnone {
  margin: 1em 1em 1em 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: .5em auto; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin: 1em auto; }

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto; }

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

img.alignright {
  margin-left: 1em 0 1em 1em; }

img.alignleft {
  margin: 1em 1em 1em 0; }

img.aligncenter {
  display: block;
  margin: 1em auto; }

img#wpstats {
  display: block;
  margin: 0 auto; }

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none; }

.wp-caption {
  margin-bottom: 1em;
  margin-left: 0;
  max-width: 96%;
  text-align: center; }

.wp-caption img {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  position: relative;
  font-size: .8em; }

.gallery {
  margin: 0 auto; }

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%; }

.gallery a img {
  border: none; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto; }

.comments ol {
  padding-left: 0; }

.comments ol li {
  margin: 0; }

.comment-author {
  padding: 0;
  text-decoration: none; }

@media only screen and (max-width: 800px) {
  embed,
  object {
    max-width: 100%; } }
@media only screen and (max-width: 650px) {
  .gallery-columns-3 .gallery-item {
    width: 33.33%; }

  .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto; } }
@media only screen and (max-width: 480px) {
  .gallery-columns-2 .gallery-item {
    width: 50%; }

  .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto; } }
/*=====  End of WORDPRESS CORE  ======*/
/*===========================================
=            SOCIAL MEDIA WIDGET            =
===========================================*/
.wdg_social_widget {
  margin-left: 0; }
  .wdg_social_widget .wdg_social_widget h6 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: 4px;
    margin-right: 0.9rem; }
  .wdg_social_widget .wdg_social_widget img {
    width: 42px;
    height: 42px; }

/*=====  End of SOCIAL MEDIA WIDGET  ======*/
