@charset "UTF-8";
/* BASE LINE SPEED INCREMENT - Increase to slow everything down */
body.env-local .admin-bar .site-details:after {
  z-index: 100;
  float: right;
  font-size: 13px;
  padding: 0px 6px;
  color: rgb(26, 26, 26);
  display: inline-block;
  padding: 0px 2px;
  bottom: 50px;
}
@media all and (min-width: 20em) {
  body.env-local .admin-bar .site-details:after {
    content: "mob ≥ 320px (20em)";
  }
}
@media all and (min-width: 37.5em) {
  body.env-local .admin-bar .site-details:after {
    content: "phab ≥ 600px (37.5em)";
  }
}
@media all and (min-width: 46.25em) {
  body.env-local .admin-bar .site-details:after {
    content: "tab ≥ 740px (46.25em)";
  }
}
@media all and (min-width: 64em) {
  body.env-local .admin-bar .site-details:after {
    content: "lap ≥ 1024px (64em)";
  }
}
@media all and (min-width: 81.25em) {
  body.env-local .admin-bar .site-details:after {
    content: "desk ≥ 1300px (81.25em)";
  }
}
@media all and (min-width: 112.5em) {
  body.env-local .admin-bar .site-details:after {
    content: "epic ≥ 1800px (112.5em)";
  }
}

/**
 * Tests
 * (scroll down to edit the tests)
 */
@media all and (min-width: 20em) {
  .element {
    color: green;
  }
}
@media all and (min-width: 37.5em) {
  .element {
    color: yellow;
  }
}
@media all and (min-width: 46.25em) {
  .element {
    color: blue;
  }
}
@media all and (max-width: 63.99em) {
  .element {
    color: red;
  }
}
@media all and (max-width: 400px), (min-width: 650px) and (max-width: 1200px) {
  .element {
    color: crimson;
  }
}
@media all and (min-width: 75em) {
  .element {
    color: yellow;
  }
}

/**
 * For older browsers that don't support @media queries
 * (in our case: IE8)


.element {
    @include mq($from: mob) {
        color: lighten(green,40);
    }
    @include mq($from: tab) {
        color: lighten(blue,40);
    }
    @include mq($to: lap) {
        color: lighten(red,40); // Not wide enough: won't be in the output
    }
    @include mq(desk) {
        color: lighten(crimson,40); // Too wide: won't be in the output
    }

}
 */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  background: #DADADA;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #eef8ff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4em;
  color: rgb(26, 26, 26);
  overflow-x: hidden;
}
@media all and (max-width: 46.24em) {
  .page-content {
    padding-top: 70px;
  }
  .page-content.min-top {
    padding-top: 0;
  }
}

.content-jump {
  height: 1px;
  width: 100%;
  display: inline-block;
}

.row {
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 0px;
  position: relative;
}
@media all and (min-width: 46.25em) {
  .row.first-row {
    padding-top: 60px;
  }
  .row.browser-height {
    min-height: 100vh;
  }
}
@media all and (min-width: 64em) {
  .row.first-row {
    padding-top: 100px;
  }
}
@media all and (min-width: 81.25em) {
  .row.first-row {
    padding-top: 120px;
  }
}

.container,
.container-wide {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0px 15px 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.container.v-pad-top,
.container-wide.v-pad-top {
  padding-top: 40px;
}
@media all and (min-width: 46.25em) {
  .container,
.container-wide {
    padding: 1px 20px;
  }
}
@media all and (min-width: 64em) {
  .container,
.container-wide {
    padding: 1px 120px;
  }
}
.container,
.container-wide {
  max-width: 1400px;
}

.hidden {
  display: none !important;
}

@media all and (max-width: 46.24em) {
  .hide-mobile {
    display: none !important;
  }
}

@media all and (min-width: 46.25em) {
  .mobile-only {
    display: none !important;
  }
}

.xx-snap {
  display: inline-block;
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.xx-snap .container {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.xx-snap .container.v-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clip {
  overflow: hidden;
}

.z-up {
  z-index: 10;
  position: relative;
}

.skip-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 9999;
  display: block;
  padding: 15px 15px;
  -webkit-transition: 0s;
  transition: 0s;
}
.skip-link:focus {
  position: fixed !important;
  width: 100% !important;
  height: auto !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  color: rgb(26, 26, 26);
  outline: 3px solid #FFE864;
  outline-offset: 0;
  background-color: #FFE864;
}

.page-body {
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-body .page-header,
.page-body .page-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-body .page-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

div.env-callout {
  padding: 20px;
  background: #DADADA;
  margin: 0 0 20px;
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #DADADA;
}
div.env-callout h1, div.env-callout h2 {
  font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 1px;
  font-size: 36px;
  font-size: 3.6rem;
}
div.env-callout h1 strong, div.env-callout h2 strong {
  font-family: "CircularXXWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
div.env-callout p {
  font-size: 24px;
  font-size: 2.4rem;
}
div.env-callout p a {
  color: rgb(26, 26, 26);
}
div.env-callout.local {
  background-color: #a2dc42;
}
div.env-callout.dev {
  background-color: #FFC416;
}
div.env-callout.stage {
  background-color: #FFE864;
}
div.env-callout.prod {
  background-color: #e00719;
}
@media all and (min-width: 46.25em) {
  div.env-callout h1, div.env-callout h2 {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.f-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.f-login .col {
  margin: 1% auto;
  max-width: 600px;
}
.f-login .col > * {
  padding: 20px 40px;
  margin: 0;
}
.f-login .col > p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.f-login .col > p:last-of-type {
  padding-bottom: 20px;
}

body.show-admin-bar {
  padding-bottom: 90px;
}
body.show-admin-bar .admin-bar {
  display: inline-block;
}
@media all and (min-width: 64em) {
  body.show-admin-bar {
    padding-bottom: 50px;
  }
}

.admin-bar {
  display: none;
  background: #ddd;
  color: #333;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 0px 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.5);
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.5);
}
.admin-bar.dark-mode {
  background: #333;
  color: #ddd;
}
.admin-bar:not(.gr1) .admin-only-item {
  display: none;
}
.admin-bar .admin-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 46.25em) {
  .admin-bar .admin-wrapper .page-details {
    border-bottom: 2px solid rgba(26, 26, 26, 0.1);
    margin-bottom: 6px;
  }
}
@media all and (min-width: 64em) {
  .admin-bar .admin-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .admin-bar .admin-wrapper .page-details {
    text-align: left;
    border-bottom: none;
    margin-bottom: 0px;
  }
  .admin-bar .admin-wrapper .site-details {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.admin-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.admin-bar .container > i {
  display: inline-block;
  height: 20px;
  width: 8.3333333333%;
  top: -30px;
  margin-bottom: -25px;
  position: relative;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 10px;
  font-size: 1rem;
  font-style: normal;
  background: rgba(0, 63, 110, 0.2);
  border-left: 1px solid rgb(26, 26, 26);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.admin-bar .container > i:last-of-type {
  border-right: 1px solid rgb(26, 26, 26);
}
.admin-bar .container > i:nth-of-type(odd) {
  background: rgba(255, 116, 0, 0.3);
}
@media all and (max-width: 46.24em) {
  .admin-bar .container {
    display: none;
  }
}
.admin-bar:hover .container {
  opacity: 1;
}
.admin-bar strong {
  font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.admin-bar .item {
  display: inline-block;
  position: relative;
  padding: 1px 4px;
  border-radius: 5px;
  background: #DADADA;
  color: rgb(26, 26, 26);
  margin: 0 2px 5px;
  border: 3px solid #DADADA;
}
.admin-bar .item .fa,
.admin-bar .item .status-dot {
  position: relative;
  top: 1px;
}
.admin-bar .item .fa + span {
  margin-left: 4px;
}
.admin-bar a.item {
  background: rgba(255, 255, 255, 0.9);
}
.admin-bar a.item:visited {
  color: rgb(26, 26, 26);
}
.admin-bar a.item:hover {
  text-decoration: none;
  color: rgb(26, 26, 26);
  border-color: #737373;
}
.admin-bar a.item:active, .admin-bar a.item:focus {
  text-decoration: none;
  color: rgb(26, 26, 26);
  border-color: #89C625;
}
.admin-bar .item-nav {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  width: 150px;
  bottom: 40px;
  right: calc(-50% - 15px);
  background: #333333;
  color: rgb(255, 255, 255);
  padding: 5px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 3px rgba(26, 26, 26, 0.5);
  box-shadow: 0 2px 3px rgba(26, 26, 26, 0.5);
}
.admin-bar .item-nav li {
  margin: 0;
  padding: 0;
}
.admin-bar .item-nav li {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 0;
  text-align: left;
}
.admin-bar .item-nav li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(255, 255, 255);
}
.admin-bar .item-nav li a .fa {
  color: #FFE864;
}
.admin-bar .item-nav li a:hover {
  color: #89C625;
}
.admin-bar .item-nav li span {
  min-width: 20px;
  display: inline-block;
}
.admin-bar .item-nav li span.label {
  max-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 25px);
}
.admin-bar .item-nav li:last-of-type {
  border-bottom: 0;
}
.admin-bar .item-nav:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: calc(50% - 15px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333333;
}
.admin-bar .has-item-nav .item-nav {
  opacity: 0;
  bottom: 30px;
  z-index: -10;
  -webkit-transition: all 0.3s ease-in-out 0.4s;
  transition: all 0.3s ease-in-out 0.4s;
}
.admin-bar .has-item-nav:hover .item-nav {
  opacity: 1;
  bottom: 40px;
  z-index: 10;
  -webkit-transition: all 0.1s ease-in-out 0.4s;
  transition: all 0.1s ease-in-out 0.4s;
}
@media all and (max-width: 46.24em) {
  .admin-bar .min1, .admin-bar .min2 {
    display: none;
  }
}
@media all and (min-width: 46.25em) {
  .admin-bar {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .admin-bar span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 63.99em) {
  .admin-bar .min1 {
    display: inline-block;
  }
  .admin-bar .min2 {
    display: none;
  }
}
@media all and (max-width: 81.24em) {
  .admin-bar .min1 {
    display: inline-block;
  }
  .admin-bar .min2 {
    display: none;
  }
  .admin-bar a.item .fa {
    margin: 0 3px;
  }
  .admin-bar a.item .label {
    display: none;
  }
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  display: inline-block;
  margin: 0 3px;
  -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.2) inset;
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.2) inset;
}

.st-local,
.st-open {
  background-color: #89C625;
}

.st-dev,
.st-draft {
  background-color: #FFC416;
}

.st-past {
  background-color: #003F6E;
}

.st-hidden {
  background-color: rgb(26, 26, 26);
}

.st-stage {
  background-color: #FFE864;
}

.st-prod,
.st-closed {
  background-color: #e00719;
}

.edited-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #DADADA;
  padding-top: 6px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
.edited-list li:hover {
  background-color: #f4f4f4;
}
.edited-list li > * {
  width: 50%;
  padding-left: 10px;
}
.edited-list li.draft {
  opacity: 0.7;
}
.edited-list strong {
  width: 40%;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.edited-list em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  width: 15%;
}
.edited-list .edit-this {
  width: 25%;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
}
.edited-list .date {
  width: 15%;
  font-size: 14px;
  font-size: 1.4rem;
}
.edited-list .count {
  width: 35px;
}
.edited-list .status-dot {
  margin-top: 5px;
  margin-right: 5px;
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.seo-preview {
  width: 100%;
  max-width: 440px;
}
.seo-preview h2 {
  margin-bottom: 20px;
}
.seo-preview .preview-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.seo-preview .preview-title .fa {
  font-size: 14px;
  font-size: 1.4rem;
}
.seo-preview .preview-title strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.seo-preview .preview-title .icon-share {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 3px 3px;
  font-family: Arial, Helvetica, sans-serif;
}
.seo-preview .preview-title a.icon-share {
  background: #eee;
  padding: 3px 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.seo-preview .preview-title a.icon-share:hover {
  -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, 0.4);
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.4);
}
.seo-preview .clip {
  max-height: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seo-preview .preview {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 2px;
  margin: 0 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.seo-preview .preview:hover {
  -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, 0.4);
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.4);
}
.seo-preview .title, .seo-preview .url, .seo-preview .description {
  display: inline-block;
  width: 100%;
  margin: 0 0 0px;
  line-height: 1.2;
  font-weight: 400;
  color: rgb(26, 26, 26);
}
.seo-preview .title {
  font-size: 18px;
  font-size: 1.8rem;
}
.seo-preview .description {
  line-height: 1.4;
}
.seo-preview .google-preview {
  font-family: Arial, Helvetica, sans-serif;
}
.seo-preview .google-preview .title {
  color: #1e0fbe;
  font-size: 18px;
  font-size: 1.8rem;
}
.seo-preview .google-preview .url {
  max-width: 586px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #006621;
}
.seo-preview .google-preview .description {
  color: #545454;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}
.seo-preview .twitter-preview,
.seo-preview .facebook-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  border: 1px solid #ccc;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.seo-preview .twitter-preview .image,
.seo-preview .facebook-preview .image {
  max-width: 438px;
  max-height: 220px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.seo-preview .twitter-preview .image img,
.seo-preview .facebook-preview .image img {
  left: -999em;
  position: relative;
}
.seo-preview .twitter-preview .text,
.seo-preview .facebook-preview .text {
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.seo-preview .twitter-preview .title,
.seo-preview .facebook-preview .title {
  font-weight: 700;
  margin: 0 0 5px;
}
.seo-preview .twitter-preview .description,
.seo-preview .facebook-preview .description {
  margin: 0 0 5px;
}
.seo-preview .twitter-preview .url,
.seo-preview .facebook-preview .url {
  color: #8899A6;
  margin: 0;
}
.seo-preview .facebook-preview {
  border-radius: 2px;
  border-color: #dadde1;
}
.seo-preview .facebook-preview .text {
  background: #f2f3f5;
}
.seo-preview .facebook-preview .title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1d2129;
}
.seo-preview .facebook-preview .description {
  font-size: 14px;
  font-size: 1.4rem;
  color: #606770;
}
.seo-preview .facebook-preview .url {
  color: #606770;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.seo-preview .meta-tags {
  font-family: "Roboto Mono", Monaco, Courier New, monospace;
  font-size: 12px;
  font-size: 1.2rem;
  background: #eee;
  padding: 10px;
}
.seo-preview .meta-tags > * {
  line-height: 1.6;
}
.seo-preview .meta-tags .title {
  font-size: 12px;
  font-size: 1.2rem;
}

.page-content.notification-page {
  padding-top: 0;
}

.notification-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.notification-bg .js-notification-slider,
.notification-bg .slick-list,
.notification-bg .slick-track {
  height: 100%;
}

section#debug {
  border-top: 1px solid #9a9a9a;
  background: rgb(255, 255, 255);
  width: 100%;
  max-width: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) inset;
  margin: 0;
}
section#debug .col-group {
  max-width: 1200px;
  margin: 10px auto;
}

.edit-this {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.edit-this a {
  font-size: 70%;
  background: #F6F6F6;
  color: #003F6E;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 4px 1px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1);
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1);
}
.edit-this a:visited {
  color: #003F6E;
}
.edit-this a:hover {
  text-decoration: none;
  color: rgb(26, 26, 26);
  -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0);
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0);
}

h1 .edit-this {
  margin: 0 10px;
}

.alt-dev {
  font-size: 12px;
  font-size: 1.2rem;
  background: #DADADA;
  padding: 0px 4px;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  overflow: hidden;
  color: #737373;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.alt-dev:hover {
  border-color: #737373;
}
.alt-dev .s-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: calc(100% - 34px);
  margin-right: 2px;
}
.alt-dev .s-text > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.alt-dev .s-text .fa,
.alt-dev .s-text .channel {
  margin-right: 4px;
}
.alt-dev .s-text .entry-title {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-right: 2px;
}
.alt-dev .s-link {
  width: 28px;
}
.alt-dev .entry-title {
  white-space: nowrap;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
}
.alt-dev .fa-check {
  color: #89C625;
}
.alt-dev .fa-pencil {
  color: #737373;
}
.alt-dev .fa-times {
  color: #e00719;
}
.alt-dev a {
  background: #b1b1b1;
  color: rgb(26, 26, 26) !important;
  padding: 2px 4px;
  border: none;
  margin: 0 -4px 0 0px;
}
.alt-dev a:hover {
  color: #FFE864 !important;
  background: rgb(26, 26, 26);
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 11px 15px 11px;
  margin-bottom: 0.3em;
  font-weight: 400;
  font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: rgb(255, 255, 255);
  text-align: center;
  vertical-align: middle;
  background-color: rgb(26, 26, 26);
  color: #FFE864;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  *margin-left: 0.3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:visited, .button:link {
  color: #FFE864;
}
.button:focus, .button:active, .button:hover {
  color: rgb(26, 26, 26);
  background-color: #FFE864;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
}
.button img {
  width: 15px;
}
.button .fa {
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.button.ghost-button {
  background: transparent;
  color: rgb(26, 26, 26);
}
.button.ghost-button:hover {
  background: rgba(255, 232, 100, 0.5);
}
.yellow-bg .button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 26, 26);
}

.button:first-child {
  *margin-left: 0;
}

.disabled-button {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}

.error-button {
  color: rgb(255, 255, 255);
}
.error-button:visited, .error-button:hover {
  color: rgb(255, 255, 255);
}

.primary-button {
  background-color: #FFE864;
  color: rgb(26, 26, 26);
}
.primary-button:hover {
  background-color: rgb(26, 26, 26);
  color: #FFE864;
}

.secondary-button {
  background-color: #737373;
}

.success-button {
  background-color: #20CCA8;
}

.warning-button {
  background-color: #FF7400;
}

.mini-button {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
}

.small-button {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
}

.large-button {
  padding: 18px 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: normal;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.extlarge-button {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.button-group {
  position: relative;
  *zoom: 1;
  *margin-left: 0.3em;
  margin-bottom: 1.4em;
}
.button-group .button {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.button-group .button:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.button-group .button:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.button-group .button.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.button-group .button.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.button-toolbar {
  clear: both;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}
.button-toolbar .button-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

form {
  margin: 0 0 1.4em 0;
}
form fieldset {
  margin-bottom: 1.4em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 2.8em;
  *margin-left: -7px;
  padding: 0;
  color: rgb(26, 26, 26);
  border: 0;
  border-bottom: 1px solid #3babff;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #DADADA;
}
form p {
  margin-bottom: 0.7em;
}
form br {
  display: none;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}

input,
button,
select,
textarea {
  font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  display: block;
  margin-bottom: 0.175em;
  font-weight: bold;
  color: rgb(26, 26, 26);
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.35em;
  background-color: rgb(255, 255, 255);
  border: 1px solid #3babff;
  color: rgb(26, 26, 26);
}
input:hover,
textarea:hover,
select:hover {
  border-color: #0079d4;
}

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}

input[type=image],
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  border-radius: 0;
  border: 0 \9 ;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=image] {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=file] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}

select,
input[type=file] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}

select {
  width: auto;
  background-color: rgb(255, 255, 255);
  font-size: 13px;
  font-size: 1.3rem;
}

select[multiple],
select[size] {
  height: auto;
}

textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}

input[type=hidden] {
  display: none;
}

.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  float: left;
  margin-left: -18px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}

input:focus,
textarea:focus {
  border-color: #003F6E, 40%;
  outline: 0;
  outline: thin dotted \9 ;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.help-block,
.help-inline {
  color: #9a9a9a;
}

.help-block {
  display: block;
  margin-bottom: 0.7em;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}

.form-inline label {
  display: inline-block;
}

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  border-radius: 14px;
}

.form-search label {
  display: inline-block;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.4em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #3babff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead, table th {
  vertical-align: bottom;
}
table thead td, table th td {
  font-weight: bold;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #3babff;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #6ec1ff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #3babff;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #3babff;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #a1d7ff;
}

.showreel-video {
  width: 100%;
  height: 100vh;
  display: block;
}
.showreel-video > div {
  width: auto;
  height: 100vh;
}
.showreel-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.showreel-video .container {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: left;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.showreel-video .container h1, .showreel-video .container h2 {
  width: 100%;
  padding: 20px 0px;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3rem;
}
.showreel-video .container .drop-to-content {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.showreel-video .container .drop-to-content img {
  width: 100%;
}
.showreel-video .container .drop-to-content.fade img {
  top: -20px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0.9s;
  transition: all 0.3s ease-in-out 0.9s;
}
.showreel-video .container .drop-to-content.fade.animated img {
  top: 0px;
  opacity: 1;
}
.showreel-video .container .drop-to-content:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.showreel-video .container .drop-to-content:active, .showreel-video .container .drop-to-content:focus {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.showreel-video .tagline {
  position: absolute;
  bottom: 25px;
  left: 20px;
  margin: 0;
}
@media all and (min-width: 46.25em) {
  .showreel-video .container .drop-to-content {
    bottom: 20px;
  }
}
@media all and (min-width: 81.25em) {
  .showreel-video .container h1, .showreel-video .container h2 {
    padding: 20px 20px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin-bottom: 0;
}
figure img {
  margin-bottom: 0.35em;
}
figure figcaption {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: #737373;
}
figure.video {
  width: 100%;
  height: 0;
  padding: 0 0 46.6%;
  margin-bottom: 30px;
  position: relative;
}
figure.video iframe,
figure.video > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
figure.video figcaption {
  bottom: -28px;
  position: absolute;
}
figure.image {
  margin: 0;
}
figure.map {
  margin: 0;
}

.link-list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}
.link-list li {
  margin: 0;
  padding: 0;
}
.link-list li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: inline-block;
  width: 100%;
}
.link-list img {
  width: 20px;
  max-height: 22px;
  margin-right: 8px;
  margin-left: -25px;
  float: left;
  position: relative;
}
.link-list a {
  display: inline-block;
}
.link-list.v-service-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.link-list.v-service-links li {
  padding-left: 0px;
  margin-bottom: 10px;
  width: 100%;
}
.link-list.v-service-links a {
  font-size: 21px;
  font-size: 2.1rem;
  text-decoration: underline;
  color: inherit;
}
@media all and (min-width: 46.25em) {
  .link-list.v-service-links li {
    width: 50%;
    padding-right: 40px;
  }
}
@media all and (min-width: 64em) {
  .link-list.v-service-links li {
    width: 40%;
  }
}
.white-bg .link-list.v-service-links {
  color: #003F6E;
}
.blue-bg .link-list.v-service-links {
  color: rgb(255, 255, 255);
}
.f-footer .link-list li {
  margin-top: 0px;
  margin-bottom: 10px;
}
@media all and (min-width: 64em) {
  .f-footer .link-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.social-list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 20px;
  padding: 0;
}
.social-list li {
  margin: 0;
  padding: 0;
}
.social-list li {
  margin-bottom: 10px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: inline-block;
  width: auto;
}
.social-list .button {
  background: #FFE864;
  color: rgb(26, 26, 26);
  border-radius: 0;
}
.social-list .button img {
  margin: -2px 10px 0 0;
}
.social-list .button:hover {
  background: #E50050;
}

.opportunity-list {
  margin: 13px 0 0;
  display: inline-block;
  width: 100%;
}
.opportunity-list .opportunity {
  display: inline-block;
  width: 100%;
  margin: 0 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.opportunity-list .opportunity h3, .opportunity-list .opportunity p {
  margin: 0 0 10px;
  max-width: 600px;
}
.opportunity-list .opportunity h3 a, .opportunity-list .opportunity p a {
  text-decoration: underline;
}
.opportunity-list .opportunity h3 a:hover, .opportunity-list .opportunity p a:hover {
  opacity: 0.6;
}
.opportunity-list .opportunity .button {
  margin: 0;
}
.opportunity-list .opportunity > * {
  width: 100%;
}
.opportunity-list .opportunity .opp-gfx {
  max-width: 300px;
}
.opportunity-list .opportunity:target {
  background-color: #FFE864;
}
.opportunity-list .opportunity:target .button:hover {
  background-color: rgb(255, 255, 255);
}
@media all and (min-width: 46.25em) {
  .opportunity-list .opportunity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .opportunity-list .opportunity .opp-text {
    width: 60%;
  }
  .opportunity-list .opportunity .opp-gfx {
    width: 40%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.m-opp-list {
  margin: 0 0 20px;
  border-top: 2px solid #9a9a9a;
}
.m-opp-list .opp-tile {
  border-bottom: 2px solid #9a9a9a;
  padding-top: 10px;
  padding-bottom: 10px;
}
.m-opp-list .opp-tile h3, .m-opp-list .opp-tile p {
  margin: 0 0;
}
.m-opp-list .opp-tile .col {
  margin: 0 0 4px;
}
.m-opp-list .opp-tile.v-header-row {
  display: none;
}
@media all and (min-width: 46.25em) {
  .m-opp-list {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .m-opp-list .opp-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-opp-list .opp-tile .col {
    display: inline-block;
    padding: 0 5px 5px 0;
  }
  .m-opp-list .opp-tile .col.v-c1 {
    width: 100%;
  }
  .m-opp-list .opp-tile .col.v-c2 {
    width: calc(36% - 125px);
  }
  .m-opp-list .opp-tile .col.v-c3 {
    width: 30%;
  }
  .m-opp-list .opp-tile .col.v-c4 {
    width: 33%;
  }
  .m-opp-list .opp-tile .col.v-c5 {
    width: 125px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    text-align: right;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .m-opp-list .opp-tile .v-c2 p, .m-opp-list .opp-tile .v-c3 p, .m-opp-list .opp-tile .v-c4 p {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media all and (min-width: 64em) {
  .m-opp-list .opp-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .m-opp-list .opp-tile .col {
    display: inline-block;
    padding: 5px 10px 5px 0;
  }
  .m-opp-list .opp-tile .col.v-c1 {
    width: 35%;
  }
  .m-opp-list .opp-tile .col.v-c2 {
    width: 20%;
  }
  .m-opp-list .opp-tile .col.v-c3 {
    width: 15%;
  }
  .m-opp-list .opp-tile .col.v-c4 {
    width: 15%;
  }
  .m-opp-list .opp-tile .col.v-c5 {
    width: 125px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    text-align: right;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .m-opp-list .opp-tile .m-label {
    display: none;
  }
  .m-opp-list .opp-tile.v-header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-opp-list .opp-tile.v-header-row .col {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sitemap-list {
  margin: 0;
  padding: 0;
}
.sitemap-list li {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
  display: block;
}
.sitemap-list ul, .sitemap-list ol {
  margin: 0;
  padding: 0;
}
.sitemap-list ul li, .sitemap-list ol li {
  padding-left: 25px;
}

.m-search-results {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
  background: rgb(255, 255, 255);
  padding: 0 10px 10px;
  max-width: 800px;
}
.m-search-results li {
  margin: 0;
  padding: 0;
}
.m-search-results li {
  margin-bottom: 0px;
  border-bottom: 1px solid #9a9a9a;
}
.m-search-results a {
  padding: 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.m-search-results .m-plus-button {
  display: none;
}
.m-search-results .search-result-image {
  width: 100px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.m-search-results .search-result-text {
  display: inline-block;
  line-height: 1.2;
}
.m-search-results .search-result-text span {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}
.m-search-results .tag {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 10px;
  background: #003F6E;
  color: white;
  margin: 5px 0;
  display: block;
  width: auto;
}
.m-search-results .tag i {
  color: #FFE864;
  font-style: normal;
}
.m-search-results .no-results {
  background: rgb(255, 255, 255);
  padding: 20px;
}
.m-search-results .no-results a {
  display: inline;
  padding: 0;
  text-decoration: underline;
}
@media all and (min-width: 46.25em) {
  .m-search-results a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .m-search-results .search-result-image {
    margin-right: 10px;
    margin-left: 10px;
  }
  .m-search-results .m-plus-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-search-results .search-result-text {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .m-search-results .search-result-text > * {
    max-width: 500px;
  }
}
@media all and (min-width: 64em) {
  .m-search-results {
    padding: 20px 40px 40px;
  }
  .m-search-results a {
    padding: 15px 20px;
  }
  .m-search-results .search-result-image {
    margin-right: 20px;
    margin-left: 20px;
  }
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.showreel-video {
  width: 100%;
  height: 100vh;
  display: block;
}
.showreel-video > div {
  width: auto;
  height: 100vh;
}
.showreel-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.showreel-video .container {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: left;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.showreel-video .container h1, .showreel-video .container h2 {
  width: 100%;
  padding: 20px 0px;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3rem;
}
.showreel-video .container .drop-to-content {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.showreel-video .container .drop-to-content img {
  width: 100%;
}
.showreel-video .container .drop-to-content.fade img {
  top: -20px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0.9s;
  transition: all 0.3s ease-in-out 0.9s;
}
.showreel-video .container .drop-to-content.fade.animated img {
  top: 0px;
  opacity: 1;
}
.showreel-video .container .drop-to-content:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.showreel-video .container .drop-to-content:active, .showreel-video .container .drop-to-content:focus {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.showreel-video .tagline {
  position: absolute;
  bottom: 25px;
  left: 20px;
  margin: 0;
}
@media all and (min-width: 46.25em) {
  .showreel-video .container .drop-to-content {
    bottom: 20px;
  }
}
@media all and (min-width: 81.25em) {
  .showreel-video .container h1, .showreel-video .container h2 {
    padding: 20px 20px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin-bottom: 0;
}
figure img {
  margin-bottom: 0.35em;
}
figure figcaption {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: #737373;
}
figure.video {
  width: 100%;
  height: 0;
  padding: 0 0 46.6%;
  margin-bottom: 30px;
  position: relative;
}
figure.video iframe,
figure.video > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
figure.video figcaption {
  bottom: -28px;
  position: absolute;
}
figure.image {
  margin: 0;
}
figure.map {
  margin: 0;
}

.icon {
  display: inline-block;
  vertical-align: top;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: rgb(255, 255, 255);
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  background-image: url(/_assets/img/arrow-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon.large-icon {
  width: 40px;
  height: 40px;
}
.icon.arrow-icon {
  background-image: url(/_assets/img/arrow-icon.png);
}
.icon.arrow-icon.white-icon {
  background-image: url(/_assets/img/white-arrow-icon.png);
}
.icon.purple-arrow-icon {
  background-image: url(/_assets/img/purple-arrow-icon.png);
}
.icon.down-arrow-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon.open-close-icon {
  background-image: url(/_assets/img/open-close-icon.png);
}
.icon.open-close-icon.is-open {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.i-plus-button {
  background: rgb(26, 26, 26);
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 100px;
  -webkit-transition: 0;
  transition: 0;
}
.i-plus-button img {
  width: 20px;
  height: 20px;
  top: -2px;
  position: relative;
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

a:hover .i-plus-button {
  background: #FFE864;
}
a:hover .i-plus-button img {
  -webkit-filter: saturate(0%) invert(1);
          filter: saturate(0%) invert(1);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small, h2 small {
  font-weight: normal;
  color: #DADADA;
}

h1, .h1 {
  margin-bottom: 0.35em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}

h2, .h2 {
  margin-bottom: 0.35em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

h3, .h3 {
  margin-bottom: 0.4666666667em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}

h4, .h4 {
  margin-bottom: 0.7em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.7em;
}

h6, .h6 {
  margin-bottom: 0.7em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p, ol, ul, li, dl, address {
  margin-bottom: 1.2em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p strong, ol strong, ul strong, li strong, dl strong, address strong {
  font-family: "CircularXXWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media all and (min-width: 64em) {
  p, ol, ul, li, dl, address {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

small {
  font-size: 0.8em;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid rgb(255, 255, 255);
}

ul, ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 35px;
}
ul li, ol li {
  margin: 0;
}

blockquote {
  margin: 0 0 1.4em -10px;
  padding-left: 10px;
  border-left: 2px solid #9a9a9a;
  font-family: Georgia, Times, "Times New Roman";
  font-style: normal;
}

q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

cite {
  font-style: normal;
}

dl,
dd {
  margin-bottom: 1.4em;
}

dt {
  font-weight: 700;
  text-transform: uppercase;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}

abbr[title] {
  border-bottom: 1px dotted #9a9a9a;
  cursor: help;
}

b, strong {
  font-family: "CircularXXWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dfn {
  font-style: italic;
}

ins {
  background-color: #eef8ff;
  color: rgb(26, 26, 26);
  text-decoration: none;
}

mark {
  background-color: #eef8ff;
  color: rgb(26, 26, 26);
  font-style: italic;
  font-weight: 700;
}

pre,
code,
kbd,
samp {
  font-family: "Roboto Mono", Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a,
.link,
button {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:visited,
.link:visited,
button:visited {
  color: inherit;
  text-decoration: none;
}
a:hover,
.link:hover,
button:hover {
  text-decoration: none;
  color: inherit;
}
a:focus, a:active,
.link:focus,
.link:active,
button:focus,
button:active {
  background: transparent;
}
a:focus-visible,
.link:focus-visible,
button:focus-visible {
  outline: 4px solid rgb(26, 26, 26);
  background: #FFE864 !important;
  color: rgb(26, 26, 26) !important;
  outline-offset: 0;
}
a:hover, a:active,
.link:hover,
.link:active,
button:hover,
button:active {
  outline: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("/_assets/fonts/icomoon/icomoon.eot?-rt8vu1");
  src: url("/_assets/fonts/icomoon/icomoon.eot?#iefix-rt8vu1") format("embedded-opentype"), url("/_assets/fonts/icomoon/icomoon.woff?-rt8vu1") format("woff"), url("/_assets/fonts/icomoon/icomoon.ttf?-rt8vu1") format("truetype"), url("/_assets/fonts/icomoon/icomoon.svg?-rt8vu1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mobile:before {
  content: "\e600";
}

.icon-heart:before {
  content: "\e601";
}

.icon-heart2:before {
  content: "\e602";
}

.icon-earth:before {
  content: "\e603";
}

.icon-list:before {
  content: "\e604";
}

.icon-arrow-left:before {
  content: "\e605";
}

.icon-arrow-down:before {
  content: "\e606";
}

.icon-arrow-up:before {
  content: "\e607";
}

.icon-arrow-right:before {
  content: "\e608";
}

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

.icon-facebook:before {
  content: "\e60a";
}

.icon-googleplus:before {
  content: "\e60b";
}

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

.see-all-link a {
  text-decoration: underline;
}

.text-col p, .text-col ul, .text-col ol {
  margin-bottom: 1.2em;
}
@media all and (min-width: 64em) {
  .text-col .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text-col .text-block .text-content {
    width: 70%;
    padding-right: 5%;
  }
  .text-col .text-block .text-content p:last-of-type {
    margin-bottom: 0;
  }
  .text-col .text-block .read-more-link {
    min-width: 120px;
  }
}

.t-intro-text h2, .t-intro-text h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
.t-intro-text p {
  font-size: 19px;
  font-size: 1.9rem;
}
@media all and (min-width: 64em) {
  .t-intro-text h2, .t-intro-text h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .t-intro-text p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.text-content p a, .text-content li a {
  text-decoration: underline;
}

.m-quote-panel .quote-tags {
  width: 14px;
}
.m-quote-panel blockquote {
  color: #AD9B34;
  font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0 0 20px;
  border: none;
}
.m-quote-panel blockquote p {
  margin: 0;
  font-size: 19px;
  font-size: 1.9rem;
}
.m-quote-panel blockquote p:before {
  content: "“";
}
.m-quote-panel blockquote p:after {
  content: "”";
}
.m-quote-panel figcaption {
  color: rgb(26, 26, 26);
  line-height: 1.3;
  position: relative;
  padding-top: 20px;
}
.m-quote-panel figcaption:before {
  content: "";
  border-top: 1px solid #9a9a9a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
.m-quote-panel figcaption cite {
  display: inline-block;
  width: 100%;
}
@media all and (min-width: 46.25em) {
  .m-quote-panel blockquote p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media all and (min-width: 64em) {
  .m-quote-panel blockquote p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.m-case-study-task h3,
.m-case-study-solution h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.m-case-study-task p,
.m-case-study-solution p {
  font-size: 20px;
  font-size: 2rem;
}

.read-more-link a {
  padding: 4px 1px;
  border-bottom: 2px solid rgb(26, 26, 26);
  font-size: 16px;
  font-size: 1.6rem;
}
.read-more-link img {
  width: 8px;
  margin-left: 10px;
}

.footer-col {
  padding-left: 20px;
}

.f-footer .col p, .f-footer .col a {
  font-size: 16px;
  font-size: 1.6rem;
}
.f-footer .links-col .main-nav ul li {
  color: #9a9a9a;
}
.f-footer .links-col .sub-nav {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}
.f-footer .links-col .sub-nav li {
  margin: 0;
  padding: 0;
}
.f-footer .links-col .sub-nav li {
  line-height: 4px;
}
.f-footer .contact-col p,
.f-footer .address-col p,
.f-footer .links-col p {
  line-height: 1.4;
}
.f-footer .contact-col p a,
.f-footer .address-col p a,
.f-footer .links-col p a {
  text-decoration: underline;
}

.f-subfooter .col p {
  font-size: 16px;
  font-size: 1.6rem;
}
.f-subfooter .col a:hover {
  text-decoration: underline;
}

/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The font file(s) should be placed relative to the regular CSS file.
 *
 */
/*
 * Legal Disclaimer for Web licence
 *
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * mimagroup.com (monthly pageviews: <50K)
 *
 */
/* complete */
@font-face {
  font-family: "CircularXXWeb-Regular";
  src: url("/_assets/fonts/circular/CircularXXWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "CircularXXWeb-Regular";
  src: url("/_assets/fonts/circular/CircularXXWeb-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("/_assets/fonts/circular/CircularXXWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("/_assets/fonts/circular/CircularXXWeb-Bold.woff2") format("woff2");
}
/* subset */
@font-face {
  font-family: "CircularXXSub-Regular";
  src: url("/_assets/fonts/circular/CircularXXSub-Regular.woff") format("woff");
}
@font-face {
  font-family: "CircularXXSub-Regular";
  src: url("/_assets/fonts/circular/CircularXXSub-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXSub-Bold";
  src: url("/_assets/fonts/circular/CircularXXSub-Bold.woff") format("woff");
}
@font-face {
  font-family: "CircularXXSub-Bold";
  src: url("/_assets/fonts/circular/CircularXXSub-Bold.woff2") format("woff2");
}
.logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #FFE864;
}
.page-header .container-wide {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 20px;
}
.page-header .logo {
  max-width: 40px;
  height: 51px;
  z-index: 999;
}
.page-header .logo img {
  vertical-align: baseline;
}
.page-header .nav-button {
  height: 40px;
  width: 40px;
  padding: 5px 5px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  position: relative;
  background: #FFE864;
  padding: 8px;
  border-radius: 100px;
}
.page-header .nav-button .menu {
  margin-top: 1px;
  margin-right: 3px;
  display: inline-block;
}
.page-header .nav-button img {
  width: 24px;
}
.page-header .nav-button .open-nav,
.page-header .nav-button .close-nav {
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header .nav-button .open-nav {
  top: calc(50% - 9px);
  left: calc(50% - 12px);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header .nav-button .open-nav.is-button {
  opacity: 1;
}
.page-header .nav-button .open-nav.is-hover {
  opacity: 0;
}
.page-header .nav-button .close-nav {
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page-header .nav-button:hover {
  background: rgb(26, 26, 26);
}
.page-header .nav-button:hover .open-nav.is-button {
  opacity: 0;
}
.page-header .nav-button:hover .open-nav.is-hover {
  opacity: 1;
}
.page-header .site-nav {
  display: inline-block;
  height: 100vh;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
  position: fixed;
  background: #FFE864;
  width: 100%;
  padding: 0px 0px 0px;
  z-index: 990;
}
.page-header .site-nav .container {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header .nav-wrapper {
  height: calc(100vh - 80px);
  overflow-y: scroll;
  margin-top: 80px;
  padding: 20px;
}
.page-header .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-header .main-nav > div {
  margin-bottom: 20px;
}
.page-header .main-nav h3, .page-header .main-nav a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 1.2;
}
.page-header .main-nav h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #AD9B34;
}
.page-header .main-nav a {
  margin: 0 0 10px 0;
}
.page-header .main-nav a strong {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.page-header .main-nav a span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.page-header .main-nav a:hover {
  color: rgba(26, 26, 26, 0.6);
}
.page-header .main-nav a:focus-visible {
  background: rgb(26, 26, 26) !important;
  color: #FFE864 !important;
}
.page-header .main-nav .show-access {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 30px 0 10px;
  float: right;
  margin-top: -80px;
  position: relative;
  top: 0;
  pointer-events: none;
}
.page-header .main-nav .show-access:hover {
  background: rgb(255, 255, 255);
}
.page-header .main-nav .show-access:focus-visible {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
}
.page-header .main-nav label.min-hidden {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  display: block !important;
  position: absolute;
  top: -30px;
  left: 0px;
  font-size: 18px;
  font-size: 1.8rem;
}
.page-header .main-nav:focus-within .show-access {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 1.5s;
  transition: all 0.3s ease-in-out 1.5s;
}
.page-header .main-nav:focus-within .show-access {
  top: 80px;
  pointer-events: all;
}
@media all and (min-width: 46.25em) {
  .page-header .main-nav h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .page-header .main-nav a {
    margin: 0 0 20px 0;
  }
  .page-header .main-nav a strong {
    font-size: 40px;
    font-size: 4rem;
  }
  .page-header .main-nav a span {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .page-header .main-nav:focus-within .show-access {
    top: 80px;
  }
}
@media all and (min-width: 64em) {
  .page-header .main-nav h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .page-header .main-nav a {
    margin: 0 0 20px 0;
  }
  .page-header .main-nav a strong {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .page-header .main-nav a span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .page-header .main-nav:focus-within .show-access {
    top: 80px;
  }
}
.page-header.show-nav .nav-button {
  background: rgb(26, 26, 26);
}
.page-header.show-nav .nav-button .close-nav,
.page-header.show-nav .nav-button .open-nav {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header.show-nav .nav-button .open-nav {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.page-header.show-nav .nav-button .close-nav {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.page-header.show-nav .nav-button .close-nav.is-button {
  opacity: 1;
}
.page-header.show-nav .nav-button .close-nav.is-hover {
  opacity: 0;
}
.page-header.show-nav .nav-button img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header.show-nav .nav-button:hover {
  background: rgb(255, 255, 255);
}
.page-header.show-nav .nav-button:hover .close-nav.is-button {
  opacity: 0;
}
.page-header.show-nav .nav-button:hover .close-nav.is-hover {
  opacity: 1;
}
.page-header.show-nav .nav-button:focus-visible {
  background: rgb(26, 26, 26) !important;
}
.page-header.show-nav .site-nav {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header.show-nav .site-nav .container {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}
@media all and (max-width: 46.24em) {
  .page-header .site-nav {
    top: -180vh;
    right: 0;
  }
  .page-header .nav-search {
    margin: 10px 0 20px;
  }
  .page-header.show-nav .site-nav {
    top: 0;
  }
}
@media all and (min-width: 46.25em) {
  .page-header {
    height: 0px;
  }
  .page-header .container-wide {
    height: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-header .logo {
    max-width: 60px;
    height: 80px;
  }
  .page-header .site-nav {
    width: 100%;
    top: -180vh;
    right: 0;
    height: auto;
  }
  .page-header .nav-wrapper {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 40px 40px 40px 120px;
  }
  .page-header .main-nav {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-header .main-nav > div {
    width: 50%;
    padding: 0 20px 20px 0;
  }
  .page-header .main-nav .mima-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page-header .nav-button {
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .page-header .nav-search {
    margin: 3px 0 22px;
    position: relative;
    width: 80%;
  }
  .page-header .nav-search .button:hover {
    background: rgba(26, 26, 26, 0.6) !important;
  }
  .page-header .nav-search .button:focus-visible {
    background: #FFE864 !important;
  }
  .page-header .nav-search .button:focus-visible img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .page-header.show-nav .site-nav {
    top: 0;
  }
  .page-header.show-nav .nav-button:hover {
    background: #ffffff;
  }
  .page-header.invert-header-icon .logo {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.nav-search {
  width: 100%;
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.nav-search input {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  font-size: 1.8rem;
}
.nav-search input,
.nav-search button {
  margin: 0;
}
@media all and (min-width: 46.25em) {
  .nav-search .nav-search {
    margin: 30px 0 0;
  }
  .nav-search .nav-search input {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .nav-search .nav-search ::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem;
    color: #9a9a9a;
  }
  .nav-search .nav-search input:-moz-placeholder {
    font-size: 18px;
    font-size: 1.8rem;
    color: #9a9a9a;
  }
}

.page-footer {
  background: #F6F6F6;
}
.page-footer .snap {
  min-height: 10vh;
}

.f-footer {
  padding-top: 20px;
}
.f-footer .col {
  border-top: 1px solid #DADADA;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.f-footer .col:first-of-type {
  border-top: none;
}
.f-footer .col ul, .f-footer .col p {
  margin-bottom: 7px;
}
@media all and (min-width: 46.25em) {
  .f-footer {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .f-footer .container {
    padding-bottom: 10px;
  }
  .f-footer .col {
    border-top: none;
    padding-right: 15px;
  }
  .f-footer .col .main-nav li {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
  .f-footer .col .main-nav ul {
    display: block;
  }
  .f-footer .col .main-nav ul li {
    width: 100%;
  }
  .f-footer .logo-col {
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .f-footer .contact-col {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .f-footer .address-col {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .f-footer .links-col {
    width: 25%;
    margin-left: 0;
  }
  .f-footer .fullwidth-col {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 15px;
  }
  .f-footer .contact-col p,
.f-footer .address-col p {
    margin: 5px;
  }
}
@media all and (min-width: 64em) {
  .f-footer .logo-col {
    width: 25%;
    margin-left: 0;
  }
  .f-footer .contact-col {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .f-footer .address-col {
    width: 25%;
    margin-left: 0;
  }
  .f-footer .links-col {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .f-footer .fullwidth-col {
    width: 100%;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 15px;
  }
}
@media all and (min-width: 81.25em) {
  .f-footer .logo-col {
    width: 25%;
    margin-left: 0;
  }
  .f-footer .contact-col {
    width: 25%;
    margin-left: 0;
  }
  .f-footer .address-col {
    width: 25%;
    margin-left: 0;
  }
  .f-footer .links-col {
    width: 16.6666666667%;
    margin-left: 8.3333333333%;
  }
  .f-footer .fullwidth-col {
    width: 100%;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 15px;
  }
}

.f-subfooter {
  padding-top: 0px;
  padding-bottom: 20px;
}
.f-subfooter .col {
  padding-top: 5px;
}
.f-subfooter .col p {
  margin-bottom: 7px;
  font-size: 14px;
  font-size: 1.4rem;
}
.f-subfooter .left-col {
  border-top: 1px solid #9a9a9a;
}
@media all and (min-width: 46.25em) {
  .f-subfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f-subfooter .col {
    width: 100%;
    border-top: none;
  }
}
@media all and (min-width: 64em) {
  .f-subfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f-subfooter .col {
    padding-top: 5px;
  }
  .f-subfooter .right-col {
    text-align: right;
  }
}

.m-article .article-block {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-article .article-block.v-training-header {
  padding-top: 0;
}
.m-article .v-article-header {
  overflow: hidden;
  padding: 0 0 20px;
}
.m-article .v-article-header .article-header-wrapper {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  position: relative;
  background: url("/_assets/svg/arc-yellow.svg") 50% 100%;
  background-size: cover;
}
.m-article .v-article-header .article-header-wrapper h1, .m-article .v-article-header .article-header-wrapper h2 {
  padding: 36px 0px 50px;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  margin: 0 auto;
  font-size: 22px;
  font-size: 2.2rem;
}
.m-article .v-article-header .article-header-wrapper span {
  display: inline-block;
  width: 100%;
}
.m-article .v-article-header .article-header-image {
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  margin-top: -10px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
.m-article .v-article-header .article-header-image.no-image {
  background: #DADADA url("/_assets/svg/mima-logo-white.svg") 50% 50% no-repeat;
  background-size: 90px;
  height: 0;
  padding: 0 0 50%;
}
.m-article .v-article-header .article-header-meta {
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  border-bottom: 1px solid rgb(26, 26, 26);
  padding-bottom: 8px;
  margin-top: 20px;
}
.m-article .v-article-header .article-header-meta p {
  margin: 0;
}
.m-article .v-article-intro {
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
}
.m-article .v-article-intro p {
  font-size: 22px;
  font-size: 2.2rem;
}
.m-article .v-article-content {
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
}
.m-article .v-article-content > h2, .m-article .v-article-content > h3 {
  border-bottom: 1px solid rgb(26, 26, 26);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.m-article .v-article-feature {
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
}
.m-article .v-article-wide {
  width: 100%;
  margin-left: 0;
}
.m-article .v-article-fullwidth {
  width: 100%;
  margin-left: 0;
}
.m-article .v-article-open {
  width: 100%;
  margin-left: 0;
  padding: 1px 8.3333333333%;
}
.m-article .v-article-links {
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  color: #003F6E;
  font-family: "CircularXXWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  padding-top: 20px;
}
.m-article .v-article-links h2, .m-article .v-article-links h3 {
  margin-bottom: 20px;
}
.m-article .v-article-quote {
  width: 100%;
  margin-left: 0;
  padding: 0 0 0px 0;
}
.m-article .v-article-quote .m-quote-panel {
  background: #F6F6F6;
  padding: 8.3333333333%;
}
.m-article .v-article-quote .m-quote-panel blockquote p {
  font-size: 22px;
  font-size: 2.2rem;
}
.m-article .v-article-footer {
  overflow: hidden;
  padding: 0 0 40px;
  background: #F6F6F6;
  margin-bottom: -20px;
  margin-top: -20px;
}
.m-article .v-article-footer .article-footer-wrapper {
  background: rgb(255, 255, 255);
  display: inline-block;
  width: 100%;
  padding-bottom: 10%;
  background: url("/_assets/svg/arc-white.svg") 50% 100%;
  background-size: cover;
}
.m-article .v-service-header {
  padding: 0 0 20px;
  position: relative;
}
.m-article .v-service-header .article-header-wrapper {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  position: relative;
  background: #003F6E;
  width: 100%;
  max-width: 1160px;
  color: rgb(255, 255, 255);
  border-radius: 0 0 20px 0;
}
.m-article .v-service-header .article-header-wrapper h1, .m-article .v-service-header .article-header-wrapper h2 {
  padding: 20px 0px 20px;
  width: 100%;
  padding: 15px 20px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "CircularXXWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.m-article .v-service-header .article-header-wrapper h1 a, .m-article .v-service-header .article-header-wrapper h2 a {
  font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.m-article .v-service-header .article-header-wrapper h1 a:hover, .m-article .v-service-header .article-header-wrapper h2 a:hover {
  color: #FFE864;
}
.m-article .v-service-header .article-header-image {
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
  margin-top: -20px;
}
@media all and (max-width: 46.24em) {
  .m-article {
    padding: 0;
  }
  .m-article .v-article-header .article-header-wrapper.sticky-block {
    position: relative !important;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
}
@media all and (min-width: 46.25em) {
  .m-article .article-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-article .article-block.v-training-header {
    padding-top: 0;
  }
  .m-article .v-article-header {
    padding-top: 0px;
  }
  .m-article .v-article-header .article-header-wrapper h1, .m-article .v-article-header .article-header-wrapper h2 {
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 20px;
  }
  .m-article .v-article-header .article-header-wrapper.sticky-block {
    max-width: 1200px;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
  }
  .m-article .v-article-header .article-header-image {
    margin-top: -30px;
  }
  .m-article .v-article-intro,
.m-article .v-article-feature {
    width: calc(100% - 160px);
    margin-left: 80px;
  }
  .m-article .v-article-content,
.m-article .v-article-links {
    width: 75%;
    margin-left: 80px;
  }
  .m-article .v-article-fullwidth,
.m-article .v-article-wide {
    width: 100%;
    margin-left: 0;
  }
  .m-article .v-article-open {
    padding: 1px 80px;
  }
  .m-article .v-article-full {
    width: 100%;
  }
  .m-article .v-article-quote {
    width: 100%;
    margin-left: 0;
    padding: 20px 4.17%;
  }
  .m-article .v-article-quote .m-quote-panel {
    padding: 4.5%;
  }
  .m-article .v-article-quote .m-quote-panel blockquote p {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .m-article .v-service-header {
    padding-top: 0;
    margin-top: 20px;
  }
  .m-article .v-service-header .article-header-image {
    margin-top: -30px;
    width: calc(100% - 160px);
    margin-left: 80px;
  }
  .m-article .v-service-header .article-header-image.video {
    margin-top: 0;
  }
}
@media all and (max-width: 63.99em) {
  .m-article .v-service-header {
    padding-top: 0;
  }
  .m-article .v-service-header .article-header-wrapper {
    position: relative !important;
  }
}
@media all and (min-width: 64em) {
  .m-article .article-block {
    padding-top: 20px;
    padding-bottom: 2px;
  }
  .m-article .article-block.v-training-header {
    padding-top: 0;
  }
  .m-article .v-article-header {
    padding-top: 0px;
  }
  .m-article .v-article-header .article-header-wrapper {
    width: 100%;
  }
  .m-article .v-article-header .article-header-wrapper h1, .m-article .v-article-header .article-header-wrapper h2 {
    padding: 36px 4.16% 60px;
  }
  .m-article .v-article-header .article-header-image {
    margin-top: -60px;
  }
  .m-article .v-article-header .article-header-meta {
    width: 58.3333333333%;
    margin-left: 16.6666666667%;
  }
  .m-article .v-article-intro,
.m-article .v-article-content,
.m-article .v-article-feature {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .m-article .v-article-wide,
.m-article .v-article-links,
.m-article .v-article-open {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
    padding-left: 0;
    padding-right: 0;
  }
  .m-article .v-article-fullwidth {
    width: 100%;
    margin-left: 0;
  }
  .m-article .v-service-header {
    padding-top: 0;
  }
  .m-article .v-service-header .article-header-wrapper h1 {
    padding: 20px 20px;
  }
  .m-article .v-service-header .article-header-image {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 81.25em) {
  .m-article .v-article-intro,
.m-article .v-article-content,
.m-article .v-article-feature {
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
  .m-article .v-article-feature {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
  }
}

.article-block {
  background-color: rgb(255, 255, 255);
}
.article-block.v-transparent {
  background-color: transparent;
}
.article-block.v-transparent .v-article-footer {
  background-color: transparent;
}
.article-block.v-offwhite {
  background-color: transparent;
}
.article-block.v-offwhite .v-article-footer {
  background-color: transparent;
}
.article-block.v-offwhite .v-article-footer .article-footer-wrapper {
  background-image: url(/_assets/svg/arc-offwhite.svg);
}

.panel {
  padding: 10px;
  margin: 0 0 10px;
}

.m-split-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.m-split-content .content-col {
  padding: 0 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.m-split-content .content-col--title {
  padding: 10px 40px 10px 20px;
  width: auto;
}
.m-split-content .content-col--title > * {
  margin: 0;
  width: auto;
}
.m-split-content .content-col--text .acc-b {
  padding: 10px 20px 60px;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
.m-split-content .content-col--text .acc-b:after {
  content: "";
  width: calc(100% + 40px);
  position: absolute;
  left: -20px;
  bottom: -59px;
  height: 80px;
  padding: 0 0 0%;
  border: 1px solid #003F6E;
  display: inline-block;
  border-radius: 100% 100% 0 0;
  background: rgb(255, 255, 255);
}
.m-split-content .content-col--text.t-lightgreen .acc-b:after {
  border-color: #20CCA8;
}
.m-split-content .content-col--text.t-lightyellow .acc-b:after {
  border-color: #FFE864;
}
@media all and (min-width: 46.25em) {
  .m-split-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .m-split-content .content-col {
    padding: 10px 10px 20px;
    height: auto;
    width: 50%;
  }
  .m-split-content .content-col--text .acc-b:after {
    bottom: -56px;
  }
  .m-split-content.v-product-tiles .content-col {
    padding: 10px 40px 20px;
  }
  .m-split-content.v-single-item .content-col {
    width: 100%;
  }
  .m-split-content.v-single-item .content-col--text .acc-b {
    padding-bottom: 90px;
  }
  .m-split-content.v-single-item .content-col--text .acc-b:after {
    bottom: -106px;
    height: 160px;
  }
}
@media all and (min-width: 64em) {
  .m-split-content.v-single-item .content-col--text .acc-b:after {
    bottom: -105px;
  }
}
@media all and (min-width: 81.25em) {
  .m-split-content.v-single-item .content-col--text .acc-b:after {
    bottom: -103px;
  }
}

.m-products-browser .content-col {
  margin: 0 10px 10px;
}
.m-products-browser .slick-slide {
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.m-products-browser .slick-slide.slick-active {
  opacity: 1;
}
.m-products-browser .slick-slide.slick-current + .slick-active {
  opacity: 0.2;
}
.m-products-browser.v-count1 .slick-slide, .m-products-browser.v-count2 .slick-slide {
  opacity: 1;
}

.dynamic-container {
  width: 100%;
}
.slider-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0px 10px;
}
.slider-nav .slider-dots {
  width: auto;
}
.slider-nav .slider-dots ul {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex !important;
}
.slider-nav .slider-dots ul li {
  margin: 0;
  padding: 0;
}
.slider-nav .slider-dots ul li {
  width: auto;
  margin: 0 3px 0 0;
}
.slider-nav .slider-dots ul button {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: rgb(255, 255, 255);
}
.slider-nav .slider-dots ul .slick-active button {
  background: #AD9B34;
  color: rgb(255, 255, 255);
}
.slider-nav .slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.slider-nav .slider-arrows .slick-arrow {
  width: 10px;
  margin: 0 0 0 10px;
}

.m-training-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgb(255, 255, 255);
  padding: 20px 20px;
}
.m-training-form .form-col,
.m-training-form .options-col {
  width: 100%;
}
@media all and (min-width: 46.25em) {
  .m-training-form {
    margin-top: 40px;
  }
  .m-training-form .form-col {
    width: 50%;
  }
  .m-training-form .options-col {
    width: 40%;
  }
}
@media all and (min-width: 64em) {
  .m-training-form {
    margin-top: 40px;
    padding: 20px 0px;
  }
  .m-training-form .form-col {
    width: 60%;
  }
  .m-training-form .form-col p {
    width: 80%;
  }
  .m-training-form .options-col {
    width: 35%;
  }
  .m-training-form .training-form {
    width: 100%;
  }
  .m-training-form .training-form .field,
.m-training-form .training-form .training-options {
    width: 80%;
  }
  .m-training-form .training-form .field.textarea,
.m-training-form .training-form .training-options.textarea {
    width: 100%;
  }
}

.m-cs-feature {
  width: calc(100% + 40px);
  position: relative;
  height: 100%;
  margin: 0px -20px 0;
  overflow: hidden;
  display: inline-block;
}
.m-cs-feature .cs-icon {
  background: #003F6E;
  width: 56px;
  height: 56px;
  display: inline-block;
  padding: 10px 10px;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 20px;
}
.m-cs-feature .cs-icon img {
  width: 100%;
  height: 100%;
}
.m-cs-feature .cs-feature-image {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: columns;
          flex-direction: columns;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-cs-feature .cs-feature-image.no-image .cs-image {
  background: url("/_assets/svg/mima-logo-white.svg") 50% 50% no-repeat;
  background-size: 70px;
  background-color: #c6c6c6;
  height: 0;
  padding: 0 0 56%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-cs-feature .cs-feature-image.no-image img {
  padding: 20px;
  width: 100px;
}
.m-cs-feature .cs-image {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: 0;
}
.m-cs-feature .cs-tag {
  background: #003F6E;
  color: rgb(255, 255, 255);
  width: auto;
  display: inline-block;
  padding: 15px 10px;
  margin-right: 20px;
  z-index: 1;
}
.m-cs-feature .cs-tag.fade {
  bottom: -50px;
  -webkit-transition: all 0.2s ease-in-out 0.8s;
  transition: all 0.2s ease-in-out 0.8s;
}
.m-cs-feature .cs-tag.fade.animated {
  bottom: 0;
}
.m-cs-feature .cs-feature-title {
  color: rgb(255, 255, 255);
  z-index: 3;
  position: relative;
  background: transparent url(/_assets/svg/arc-blue.svg) 50% 100% no-repeat;
  background-size: cover;
}
.m-cs-feature .cs-feature-title .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 10px 20px 30px;
}
.m-cs-feature .cs-feature-title h1, .m-cs-feature .cs-feature-title h2, .m-cs-feature .cs-feature-title h3 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #003F6E;
}
.m-cs-feature .cs-feature-text {
  z-index: 2;
  width: 83.3333333333%;
  margin-left: 8.3333333333%;
  padding: 50px 20px 40px;
  top: -40px;
  position: relative;
}
.m-cs-feature .cs-feature-text p {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.m-cs-feature .m-quote-panel {
  background: #F6F6F6;
  padding: 20px;
}
.m-cs-feature .i-plus-button {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  right: calc(50% - 25px);
}
.m-cs-feature .i-plus-button img {
  top: -5px;
}
@media all and (min-width: 46.25em) {
  .m-cs-feature {
    margin: 0;
    width: 100%;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: rgb(255, 255, 255);
    overflow: visible;
    margin-top: 150px;
    margin-bottom: 30px;
  }
  .m-cs-feature .cs-feature-image {
    position: relative;
    z-index: 2;
    margin: -100px 0 70px;
    width: 58.3333333333%;
    margin-left: 16.6666666667%;
    padding: 0;
  }
  .m-cs-feature .cs-icon {
    width: 70px;
    height: 70px;
    padding: 12px 12px;
    left: 0;
    border-radius: 0 0 20px 0;
  }
  .m-cs-feature .cs-icon img {
    width: 100%;
    height: 100%;
  }
  .m-cs-feature .cs-image {
    position: relative;
  }
  .m-cs-feature .cs-tag {
    right: 0;
    position: absolute;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    bottom: 0px;
    width: 51px;
    margin-right: -50px;
  }
  .m-cs-feature .cs-tag.fade {
    margin-right: 0px;
    bottom: 0px;
    -webkit-transition: all 0.2s ease-in-out 0.8s;
    transition: all 0.2s ease-in-out 0.8s;
  }
  .m-cs-feature .cs-tag.fade.animated {
    margin-right: -50px;
  }
  .m-cs-feature .cs-feature-title {
    width: 30%;
    height: 0;
    padding: 0 0 30%;
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    bottom: -3px;
    background: #003F6E;
    border-radius: 0 9999px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-cs-feature .cs-feature-title .title-wrapper {
    width: 85%;
    height: 80%;
    position: absolute;
    bottom: 0;
  }
  .m-cs-feature .cs-feature-title h1, .m-cs-feature .cs-feature-title h2, .m-cs-feature .cs-feature-title h3 {
    font-size: 54px;
    font-size: 5.4rem;
    font-size: 3vw;
    margin-bottom: 0;
    background: transparent;
  }
  .m-cs-feature .cs-feature-text {
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
    padding: 20px 20px 20px;
  }
  .m-cs-feature .m-quote-panel {
    width: 33.3333333333%;
    margin-left: 0;
    position: absolute;
    top: 0px;
    right: -8.333%;
    z-index: 5;
  }
  .m-cs-feature .m-quote-panel blockquote, .m-cs-feature .m-quote-panel figcaption {
    max-width: 300px;
  }
  .m-cs-feature .i-plus-button {
    top: -18px;
    right: 100px;
  }
  .m-cs-feature.has-feature-text .cs-tag {
    display: none;
  }
  .m-cs-feature.v-switcheroo .cs-feature-title {
    bottom: 0;
    bottom: -3px;
    left: auto;
    right: 0;
    border-radius: 999em 0 0 0;
  }
  .m-cs-feature.v-switcheroo .cs-feature-title .title-wrapper {
    text-align: right;
    right: 0;
  }
  .m-cs-feature.v-switcheroo .cs-icon {
    left: auto;
    right: 0;
    border-radius: 0 0 0 20px;
  }
  .m-cs-feature.v-switcheroo .cs-feature-text {
    width: 50%;
    margin-left: 16.6666666667%;
    width: auto;
    max-width: 50%;
  }
  .m-cs-feature.v-switcheroo .i-plus-button {
    right: auto;
    left: 8.3333333333%;
  }
  .m-cs-feature.v-switcheroo .cs-tag {
    right: auto;
    left: 0;
    margin-left: -50px;
  }
  .m-cs-feature.v-switcheroo .cs-tag.fade {
    margin-left: 0px;
  }
  .m-cs-feature.v-switcheroo .cs-tag.fade.animated {
    margin-left: -50px;
  }
}
@media all and (min-width: 64em) {
  .m-cs-feature .cs-icon {
    width: 90px;
    height: 90px;
    padding: 15px 15px;
  }
}
@media all and (min-width: 81.25em) {
  .m-cs-feature {
    margin-top: 170px;
    margin-bottom: 40px;
  }
  .m-cs-feature .cs-feature-title h1, .m-cs-feature .cs-feature-title h2, .m-cs-feature .cs-feature-title h3 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .m-cs-feature .m-quote-panel {
    right: -50px;
  }
}

a.m-cs-feature:hover {
  background: #fcf4b2;
}
a.m-cs-feature:hover .cs-feature-title h1, a.m-cs-feature:hover .cs-feature-title h2, a.m-cs-feature:hover .cs-feature-title h3 {
  color: #FFE864;
}

.m-underlying-text {
  height: 100vh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20vh 20px;
}
.m-underlying-text p {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: 4.5vh;
}
@media all and (max-width: 46.24em) {
  .m-underlying-text {
    display: none;
  }
}
@media all and (min-width: 64em) {
  .m-underlying-text {
    padding: 20vh 40px;
  }
  .m-underlying-text p {
    font-size: 54px;
    font-size: 5.4rem;
    font-size: 4.5vh;
    padding-left: 40px;
  }
}

.m-people-graphic {
  background: #FFE864;
  margin: 50px -20px 20px;
  padding: 40px 20px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-people-graphic:before {
  content: "";
  background: url("/_assets/svg/mima-texture-bg.svg") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.m-people-graphic .person-icon {
  background: rgb(255, 255, 255);
  width: 60px;
  height: 60px;
  border-radius: 100px;
  padding: 15px;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
}
.m-people-graphic .person-icon img {
  width: 30px;
  height: 30px;
}
.m-people-graphic > div {
  position: relative;
  z-index: 1;
}
.m-people-graphic .text-col {
  margin: 0 0 20px;
}
@media all and (min-width: 46.25em) {
  .m-people-graphic {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px 0px 20px;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .m-people-graphic .text-col p {
    max-width: 350px;
  }
  .m-people-graphic .text-col,
.m-people-graphic .image-col {
    width: 50%;
    padding: 20px;
  }
}
@media all and (min-width: 64em) {
  .m-people-graphic {
    width: 100%;
    margin-left: 0;
  }
}
@media all and (min-width: 81.25em) {
  .m-people-graphic {
    margin-top: 70px;
    margin-bottom: 40px;
    padding: 40px 10px 10px;
  }
  .m-people-graphic .person-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .m-people-graphic .text-col,
.m-people-graphic .image-col {
    padding: 30px;
  }
}

.m-accreditations-graphic {
  background: #FEF2F6;
  margin: 50px -20px 20px;
  padding: 40px 20px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-accreditations-graphic:before {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.m-accreditations-graphic .accreditations-icon {
  background: rgb(255, 255, 255);
  width: 60px;
  height: 60px;
  border-radius: 100px;
  padding: 10px;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
}
.m-accreditations-graphic .accreditations-icon img {
  width: 40px;
  height: 40px;
}
.m-accreditations-graphic > div {
  position: relative;
  z-index: 1;
}
.m-accreditations-graphic .text-col,
.m-accreditations-graphic .logos-col {
  margin: 0 0 10px;
  width: 100%;
}
.m-accreditations-graphic .accreditations-list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}
.m-accreditations-graphic .accreditations-list li {
  margin: 0;
  padding: 0;
}
.m-accreditations-graphic .accreditations-list li {
  margin: 0 0 40px;
}
@media all and (min-width: 28.125em) {
  .m-accreditations-graphic .text-col p {
    max-width: 500px;
  }
  .m-accreditations-graphic .accreditations-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px 0px;
  }
  .m-accreditations-graphic .accreditations-list li {
    width: 50%;
    padding: 20px;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media all and (min-width: 37.5em) {
  .m-accreditations-graphic .accreditations-list li {
    width: 33.333%;
  }
}
@media all and (min-width: 46.25em) {
  .m-accreditations-graphic {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px 0px 20px;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .m-accreditations-graphic .text-col,
.m-accreditations-graphic .logos-col {
    padding: 20px;
    margin: 0;
  }
  .m-accreditations-graphic .text-col {
    width: 65%;
  }
}
@media all and (min-width: 56.25em) {
  .m-accreditations-graphic .accreditations-list.v-compact li {
    width: 25%;
  }
}
@media all and (min-width: 64em) {
  .m-accreditations-graphic {
    width: 100%;
    margin-left: 0;
  }
  .m-accreditations-graphic .accreditations-list {
    margin: 0 -20px 0;
  }
  .m-accreditations-graphic .accreditations-list li {
    width: 25%;
    padding: 20px 20px;
  }
  .m-accreditations-graphic .accreditations-list.v-compact li {
    width: 20%;
  }
}
@media all and (min-width: 81.25em) {
  .m-accreditations-graphic {
    margin-top: 70px;
    margin-bottom: 40px;
    padding: 40px 10px 10px;
  }
  .m-accreditations-graphic .person-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .m-accreditations-graphic .text-col,
.m-accreditations-graphic .logos-col {
    padding: 30px;
  }
}

.m-section-feature-header {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1300px;
  height: 67px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
}
.m-section-feature-header .page-title {
  width: 83.3333333333%;
  margin-left: 0;
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
.m-section-feature-header .strapline {
  width: 83.3333333333%;
  margin-left: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media all and (min-width: 46.25em) {
  .m-section-feature-header {
    height: 106px;
    padding-left: 80px;
  }
  .m-section-feature-header .page-title {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0;
    bottom: -10px;
    position: relative;
  }
  .m-section-feature-header .strapline {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
}
@media all and (min-width: 64em) {
  .m-section-feature-header {
    height: 99px;
    padding-left: 0px;
  }
  .m-section-feature-header .page-title {
    font-size: 38px;
    font-size: 3.8rem;
    margin: 0;
    bottom: -12px;
    position: relative;
  }
  .m-section-feature-header .strapline {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0;
  }
}

.section-feature-header-intro {
  margin-top: 20px;
}
.section-feature-header-intro p {
  max-width: 600px;
}
@media all and (min-width: 46.25em) {
  .section-feature-header-intro {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media all and (min-width: 64em) {
  .section-feature-header-intro {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
  }
}

@media all and (min-width: 46.25em) {
  .fix-h-pad {
    padding-left: 100px;
    padding-right: 100px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media all and (min-width: 64em) {
  .fix-h-pad {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.m-section-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  position: relative;
  margin: 0px 0px 0px;
  width: auto;
}
.m-section-feature .section-feature-title {
  width: 100%;
  margin-left: 0;
}
.m-section-feature .section-feature-title h2, .m-section-feature .section-feature-title h3 {
  font-size: 28px;
  font-size: 2.8rem;
}
.m-section-feature .section-feature-text {
  width: 100%;
  margin-left: 0;
  position: relative;
  z-index: 1;
}
.m-section-feature .section-feature-text .title {
  font-size: 30px;
  font-size: 3rem;
  padding: 20px 0px;
}
.m-section-feature .section-feature-text .title > * {
  font-size: inherit;
  margin: 0 0 5px;
}
.m-section-feature .section-feature-text .text {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 0 0 20px 0;
}
.m-section-feature .section-feature-text .text p {
  font-size: inherit;
  margin: 0;
}
.m-section-feature .section-feature-text.inv-text {
  color: rgb(255, 255, 255);
}
.m-section-feature.v-explainer .section-feature-text .title {
  font-size: 40px;
  font-size: 4rem;
}
.m-section-feature.v-explainer .section-feature-text .text p {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1.2em;
}
.m-section-feature.v-explainer .section-feature-text .text p:last-of-type {
  margin: 0;
}
@media all and (min-width: 46.25em) {
  .m-section-feature .section-feature-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    z-index: 3;
    padding: 40px 0;
  }
  .m-section-feature .section-feature-text .title {
    width: 41.6666666667%;
    margin-left: 8.3333333333%;
    font-size: 30px;
    font-size: 3rem;
    padding: 0 30px 0 20px;
  }
  .m-section-feature .section-feature-text .text {
    width: 41.6666666667%;
    margin-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    background: transparent;
    padding: 0 20px;
  }
  .m-section-feature .section-feature-image {
    width: calc(100% - 160px);
    margin-left: 80px;
    z-index: 1;
    position: relative;
  }
  .m-section-feature.v-explainer .section-feature-text .title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media all and (min-width: 64em) {
  .m-section-feature .section-feature-text {
    padding: 50px 0;
  }
  .m-section-feature .section-feature-text .title {
    width: 50%;
    margin-left: 0;
    font-size: 40px;
    font-size: 4rem;
    padding-left: 0;
  }
  .m-section-feature .section-feature-text .text {
    width: 50%;
    margin-left: 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-section-feature .section-feature-image {
    width: 100%;
    margin-left: 0;
  }
  .m-section-feature.v-explainer .section-feature-text .title {
    font-size: 45px;
    font-size: 4.5rem;
  }
  .m-section-feature.v-explainer .section-feature-text .text p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media all and (min-width: 81.25em) {
  .m-section-feature .section-feature-text {
    padding: 60px 0;
  }
  .m-section-feature .section-feature-text .title {
    font-size: 50px;
    font-size: 5rem;
  }
  .m-section-feature .section-feature-text .text {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .m-section-feature.v-explainer .section-feature-text .title {
    font-size: 55px;
    font-size: 5.5rem;
  }
  .m-section-feature.v-explainer .section-feature-text .text p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.offset-baseline {
  margin-bottom: 150px;
}
.offset-baseline .pull-baseline {
  margin-bottom: -150px;
}
@media all and (min-width: 46.25em) {
  .offset-baseline {
    margin-bottom: 200px;
  }
  .offset-baseline .pull-baseline {
    margin-bottom: -200px;
  }
}
@media all and (min-width: 64em) {
  .offset-baseline {
    margin-bottom: 300px;
  }
  .offset-baseline .pull-baseline {
    margin-bottom: -300px;
  }
}

.m-services {
  padding: 20px 0;
}
.m-services p {
  max-width: 800px;
  color: inherit;
  font-size: 20px;
  font-size: 2rem;
}
@media all and (min-width: 46.25em) {
  .m-services {
    padding: 30px 0;
  }
}
@media all and (min-width: 64em) {
  .m-services {
    padding: 40px 0;
  }
}

.m-values {
  padding: 20px;
  margin: 0 -20px 20px;
  position: relative;
  z-index: 2;
}
.m-values p, .m-values li, .m-values h2, .m-values h3 {
  max-width: 700px;
  color: inherit;
}
.m-values img {
  max-width: 500px;
}
.m-values.black-bg {
  color: rgb(255, 255, 255);
}
@media all and (min-width: 46.25em) {
  .m-values {
    width: calc(100% - 160px);
    margin-left: 80px;
    padding: 30px;
  }
}
@media all and (min-width: 64em) {
  .m-values {
    padding: 40px;
    width: 100%;
    margin-left: 0;
  }
}

.m-image-grid img {
  width: 100%;
  max-width: none;
}

.m-3-image-grid {
  width: 100%;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-3-image-grid figure {
  width: 100%;
  margin: 10px 0;
}
@media all and (min-width: 46.25em) {
  .m-3-image-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0px -10px;
    width: auto;
  }
  .m-3-image-grid figure {
    width: 33.333%;
    padding: 10px 10px;
  }
}

.m-expandable-text .expandable-text-content {
  max-height: 200px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.m-expandable-text .read-more-button {
  margin-top: -50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 0 0 10px;
}
.m-expandable-text .read-more-button .grad {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-repeat: repeat-x;
  padding: 50px 0 0;
  margin-bottom: 10px;
}
.m-expandable-text.expand-text .expandable-text-content {
  max-height: 5000px;
}
.m-expandable-text.expand-text .read-more-button {
  opacity: 0;
  pointer-events: none;
  height: 0px;
  overflow: hidden;
}

.m-cs-feature-subtext {
  padding: 20px 0;
}
.m-cs-feature-subtext p {
  font-size: 18px;
  font-size: 1.8rem;
}
.m-cs-feature-subtext p:last-of-type {
  margin: 0;
}
.m-cs-feature-subtext .m-cs-feature-tags {
  border-bottom: 1px solid rgb(26, 26, 26);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.m-cs-feature-subtext .m-cs-feature-tags p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media all and (min-width: 46.25em) {
  .m-cs-feature-subtext {
    padding: 30px 0;
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 64em) {
  .m-cs-feature-subtext {
    padding: 50px 0;
    width: 50%;
    margin-left: 16.6666666667%;
  }
  .m-cs-feature-subtext p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .m-cs-feature-subtext .m-cs-feature-tags p {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.m-cs-browser {
  padding-top: 75px;
  width: 100%;
}
.m-cs-browser .cs-browser-nav {
  display: none;
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}
.m-cs-browser .cs-browser-nav li {
  margin: 0;
  padding: 0;
}
.m-cs-browser .cs-browser-nav li {
  display: inline-block;
  width: 100%;
  margin: 0 0 0px 0;
  padding: 0px;
  border-bottom: 1px solid #9a9a9a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.m-cs-browser .cs-browser-nav li:hover {
  background: #F6F6F6;
}
.m-cs-browser .cs-browser-nav li:first-of-type {
  border-top: 1px solid #9a9a9a;
}
.m-cs-browser .cs-browser-nav li a {
  padding: 10px 10px;
  display: inline-block;
  width: 100%;
}
.m-cs-browser .cs-browser-nav li.ui-state-active {
  background: #FFE864;
}
@media all and (min-width: 46.25em) {
  .m-cs-browser {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .m-cs-browser .cs-browser-nav {
    display: inline-block;
    width: 25%;
    margin-left: 0;
    padding-right: 20px;
  }
  .m-cs-browser .cs-browser-items {
    width: 75%;
    margin-left: 0;
    padding: 0 20px 20px;
  }
  .m-cs-browser .m-cs-feature .cs-feature-title {
    width: 40%;
    padding: 0 0 40%;
  }
  .m-cs-browser .m-cs-feature .cs-feature-text {
    width: 58.3333333333%;
    margin-left: 41.6666666667%;
  }
  .m-cs-browser .m-cs-feature .m-plus-button {
    right: 30px;
  }
}
.m-map .col {
  padding: 10px;
  background: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.m-map .col iframe {
  width: 100%;
  height: auto;
  min-height: 250px;
  margin: 0;
  min-height: 30vh;
  max-height: 70vh;
}

.m-form .col {
  padding: 20px;
  background: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.m-form form {
  width: 100%;
  height: auto;
  min-height: 300px;
}
@media all and (min-width: 64em) {
  .m-form form, .m-form h2 {
    width: 66.6666666667%;
    margin-left: 8.3333333333%;
  }
  .m-form h2 {
    padding: 10px;
  }
}

.m-cs-feature-kpi {
  background: rgb(255, 255, 255);
  margin: 20px 0;
}
.m-cs-feature-kpi .kpi-panel {
  padding: 20px;
}
.m-cs-feature-kpi .kpi-figure {
  color: #AD9B34;
  font-size: 110px;
  font-size: 11rem;
  margin: 0;
}
.m-cs-feature-kpi .kpi-subtitle {
  font-size: 16px;
  font-size: 1.6rem;
}
.m-cs-feature-kpi .kpi-text {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px;
  background: #003F6E;
  color: #FFE864;
}
@media all and (min-width: 46.25em) {
  .m-cs-feature-kpi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 20px 0;
  }
  .m-cs-feature-kpi .kpi-panel {
    padding: 20px 40px;
    width: 50%;
    margin-left: 0;
  }
  .m-cs-feature-kpi .kpi-figure {
    font-size: 150px;
    font-size: 15rem;
  }
  .m-cs-feature-kpi .kpi-text {
    width: 41.6666666667%;
    margin-left: 0;
    padding: 30px;
  }
}
@media all and (min-width: 64em) {
  .m-cs-feature-kpi {
    margin: 20px 0 40px;
  }
}

.m-text-quote-panels .m-quote-panel blockquote p {
  font-size: 32px;
  font-size: 3.2rem;
}

.m-search-panel {
  max-width: 600px;
}
.m-search-panel .results-keyword p {
  margin: 0 0 10px;
}
.m-search-panel .nav-search {
  margin: 0;
}
@media all and (min-width: 46.25em) {
  .m-search-panel {
    width: 50%;
    margin-left: 0;
  }
}
@media all and (min-width: 64em) {
  .m-search-panel {
    width: 33.3333333333%;
    margin-left: 0;
  }
}

.m-breadcrumbs {
  margin-top: 25px;
  margin-bottom: 20px;
  width: auto;
  display: inline-block;
}
.m-breadcrumbs a {
  width: auto;
  display: inline-block;
  background: rgb(255, 255, 255);
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-breadcrumbs a:hover {
  background: #FFE864;
}
.m-breadcrumbs img {
  width: 9px;
  margin: -2px 7px 0 0;
}

.m-sticky-breadcrumbs {
  background: rgb(26, 26, 26);
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 20px 20px;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0 0 20px 0;
}
.m-sticky-breadcrumbs h2 {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-sticky-breadcrumbs a:hover {
  color: #FFE864;
}
.m-sticky-breadcrumbs img {
  width: 40px;
}
.m-sticky-breadcrumbs.v-service-breadcrumbs {
  background: #4bb1c9;
  padding-right: 120px;
  position: relative;
}
.m-sticky-breadcrumbs.v-service-breadcrumbs .service-icon {
  background: #003F6E;
  width: 100px;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-sticky-breadcrumbs.v-service-breadcrumbs .service-icon img {
  width: auto;
}
@media all and (max-width: 46.24em) {
  .is-sticky .m-sticky-breadcrumbs.v-service-breadcrumbs .service-icon {
    opacity: 0;
  }
}
@media all and (min-width: 64em) {
  .m-sticky-breadcrumbs.v-service-breadcrumbs {
    padding-right: 13%;
  }
  .m-sticky-breadcrumbs.v-service-breadcrumbs .service-icon {
    width: 12%;
    padding: 10px;
  }
}

@media all and (min-width: 46.25em) {
  .sticky-wrapper {
    width: calc(100% - 160px);
    margin-left: 80px;
  }
}
@media all and (min-width: 64em) {
  .sticky-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

.m-highlight-cs {
  border-top: 2px solid #AD9B34;
  margin-bottom: 20px;
}
.m-highlight-cs .highlight-cs-label {
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.m-highlight-cs .highlight-cs-block {
  border: 2px solid #AD9B34;
}
.m-highlight-cs .highlight-cs-img {
  background: rgb(255, 255, 255);
  padding-right: 20px;
  margin: -2px auto 2px 0px;
}
.m-highlight-cs .highlight-cs-text {
  padding: 20px;
}
.m-highlight-cs .highlight-cs-text h4 {
  color: #AD9B34;
  font-size: 30px;
  font-size: 3rem;
}
.m-highlight-cs .highlight-cs-text p {
  color: #737373;
}
.m-highlight-cs .highlight-cs-text p:last-of-type {
  margin: 0;
}
.m-highlight-cs .highlight-cs-text p a {
  text-decoration: underline;
}
.m-highlight-cs .highlight-cs-text p a .fa {
  margin-left: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}
.m-highlight-cs .highlight-cs-text .cs-summary, .m-highlight-cs .highlight-cs-text a {
  color: rgb(26, 26, 26);
}
@media all and (min-width: 37.5em) {
  .m-highlight-cs .highlight-cs-img {
    width: 80%;
  }
}
@media all and (min-width: 46.25em) {
  .m-highlight-cs .highlight-cs-img {
    width: 75%;
  }
}
@media all and (min-width: 64em) {
  .m-highlight-cs .highlight-cs-label {
    padding: 15px 20px;
  }
  .m-highlight-cs .highlight-cs-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .m-highlight-cs .highlight-cs-block .highlight-cs-img {
    width: 50%;
    margin-left: 20px;
    padding-right: 40px;
  }
  .m-highlight-cs .highlight-cs-block .highlight-cs-text {
    width: 50%;
    padding-left: 0;
  }
}

.m-images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-images-row figure {
  margin: 0 0 10px;
}
.m-images-row figure img {
  margin: 0;
}
.m-images-row figcaption {
  padding-left: 10px;
}
@media all and (min-width: 46.25em) {
  .m-images-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .m-images-row figure {
    padding: 0 10px 10px;
    width: 50%;
  }
}
@media all and (min-width: 64em) {
  .m-images-row figcaption {
    padding-left: 0px;
  }
}

.m-metric {
  padding: 0 20px;
}
.m-metric .metric-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-metric .metric-content > * {
  width: 100%;
}
.m-metric .metric {
  display: inline-block;
  padding-bottom: 20px;
}
.m-metric .metric > * {
  display: inline-block;
  width: 100%;
}
.m-metric .metric .metric-main {
  color: #003F6E;
  font-size: 130px;
  font-size: 13rem;
  font-size: 16vw;
  display: inline-block;
  line-height: 1;
}
.m-metric .metric .metric-sub {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
}
.m-metric .details {
  padding: 25px 20px;
  margin-bottom: -20px;
}
.m-metric .details ul, .m-metric .details li, .m-metric .details p {
  margin: 0;
}
@media all and (min-width: 64em) {
  .m-metric {
    padding: 0 40px;
  }
  .m-metric .metric {
    width: 64%;
    padding-right: 20px;
  }
  .m-metric .metric .metric-main {
    color: #003F6E;
    font-size: 160px;
    font-size: 16rem;
    font-size: 9vw;
    line-height: 1.1;
  }
  .m-metric .metric .metric-sub {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-metric .details {
    width: 33%;
    margin-bottom: -2px;
  }
}
@media all and (min-width: 81.25em) {
  .m-metric {
    padding: 0 4.1666666667% 0 4.1666666667%;
  }
  .m-metric .metric-content {
    margin-right: 4.1666666667%;
  }
}
@media all and (min-width: 88.75em) {
  .m-metric .metric .metric-main {
    font-size: 127px;
    font-size: 12.7rem;
  }
}

.m-highlight-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 2px solid #AD9B34;
  margin-bottom: 20px;
}
.m-highlight-quote > * {
  width: 100%;
  padding: 10px 10px;
}
.m-highlight-quote .highlight-quote-img {
  position: relative;
}
.m-highlight-quote .highlight-quote-img .highlight-quote-icon {
  background: rgb(255, 255, 255);
  border-radius: 0 0 20px 0;
  padding: 0 10px 10px 0;
  width: 100px;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
}
.m-highlight-quote .highlight-quote-img .highlight-quote-icon .service-icon {
  padding: 10px;
  border: 2px solid #AD9B34;
  border-radius: 0 0 10px 0;
}
.m-highlight-quote .highlight-feature-text .intro-p {
  color: #AD9B34;
  border-bottom: 1px solid #AD9B34;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.m-highlight-quote .highlight-feature-text .feature-text p {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
}
.m-highlight-quote.v-training {
  border: 2px solid #DADADA;
}
.m-highlight-quote.v-training .highlight-quote-img .highlight-quote-icon .service-icon {
  border: 2px solid #DADADA;
}
.m-highlight-quote.v-training .highlight-feature-text .intro-p {
  color: rgb(26, 26, 26);
  border-bottom: 1px solid rgb(26, 26, 26);
}
@media all and (min-width: 64em) {
  .m-highlight-quote > * {
    width: 50%;
    padding: 20px 20px;
  }
  .m-highlight-quote .highlight-quote-img {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 81.25em) {
  .m-highlight-quote .highlight-feature-text .intro-p {
    width: 80%;
  }
}

.m-highlight-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 20px 0;
}
.m-highlight-people .highlight-people-title {
  position: relative;
  border-top: 2px solid #AD9B34;
  padding: 10px 120px 10px 20px;
}
.m-highlight-people .highlight-people-title .highlight-people-label {
  margin: 0;
}
.m-highlight-people .highlight-people-title .highlight-people-icon {
  padding: 0 0 10px 10px;
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  background: rgb(255, 255, 255);
}
.m-highlight-people .highlight-people-title img {
  border: 2px solid #AD9B34;
  border-top: none;
  border-radius: 0 0 10px 0;
}
.m-highlight-people .highlight-people-grid {
  border: 2px solid #AD9B34;
  padding: 20px;
}
.m-highlight-people .highlight-people-grid .m-people-grid {
  padding-left: 0;
  padding-right: 0;
  padding: 10px;
}
.m-highlight-people .highlight-people-grid p {
  margin: 0;
}
.m-highlight-people .highlight-people-grid p a {
  text-decoration: underline;
}
@media all and (min-width: 46.25em) {
  .m-highlight-people {
    margin: 40px 0;
  }
}

.VERSION1 .m-nested-graphic {
  width: 135%;
  margin-left: -60%;
  position: relative;
}
.VERSION1 .m-nested-graphic .icon-graphic {
  position: absolute;
  display: inline-block;
  width: 15%;
}
.VERSION1 .m-nested-graphic .v-g1 {
  top: 10%;
  right: 7%;
}
.VERSION1 .m-nested-graphic .v-g2 {
  bottom: 15%;
  right: 7%;
}
@media all and (min-width: 46.25em) {
  .VERSION1 .m-nested-graphic {
    margin-top: -10%;
    margin-bottom: -10%;
    bottom: -80px;
  }
}
@media all and (min-width: 64em) {
  .VERSION1 .m-nested-graphic {
    width: 145%;
    margin-top: -10%;
    margin-bottom: -10%;
  }
}
.VERSION1 .m-feature-links {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 0px;
  padding: 0;
  margin: 0 10px 0px;
}
.VERSION1 .m-feature-links li {
  margin: 0;
  padding: 0;
}
.VERSION1 .m-feature-links li {
  padding: 10px;
  margin: 5px 0 0;
}
.VERSION1 .m-feature-links a:hover {
  color: #FFE864 !important;
}
.VERSION1 .m-feature-links .section-link {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1;
  padding: 15px 15px;
}
.VERSION1 .m-feature-links .project-link {
  background: rgb(255, 255, 255);
  color: #9a9a9a;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.VERSION1 .m-feature-links .project-link img {
  width: 25px;
  margin: 3px 5px 0 0;
}
.VERSION1 .m-feature-links .project-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 46.25em) {
  .VERSION1 .m-feature-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .VERSION1 .m-feature-links li {
    width: 20%;
    margin: 10px 10px 10px 0;
    height: auto;
    position: relative;
  }
  .VERSION1 .m-feature-links li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .VERSION1 .m-feature-links li:last-of-type {
    margin-right: 0;
  }
  .VERSION1 .m-feature-links li a {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 12px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .VERSION1 .m-feature-links li a strong {
    width: 70%;
    min-width: 130px;
    max-width: 100%;
    font-family: "CircularXXWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .VERSION1 .m-feature-links li a strong span {
    color: rgb(26, 26, 26);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .VERSION1 .m-feature-links li a:hover {
    background: rgb(26, 26, 26);
  }
  .VERSION1 .m-feature-links li a:hover span {
    color: #FFE864;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .VERSION1 .m-feature-links .section-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1;
  }
  .VERSION1 .m-feature-links .section-link a strong {
    font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .VERSION1 .m-feature-links .project-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (min-width: 64em) {
  .VERSION1 .m-feature-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #9a9a9a;
  }
  .VERSION1 .m-feature-links li {
    margin-bottom: -1px;
  }
  .VERSION1 .m-feature-links .section-link {
    min-width: 25%;
    font-size: 54px;
    font-size: 5.4rem;
  }
  .VERSION1 .m-feature-links .section-link:first-of-type {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 110px;
  }
  .VERSION1 .m-feature-links .project-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.VERSION1 .m-homepage-header-feature {
  position: relative;
}
.VERSION1 .m-homepage-header-feature .header-feature-logo {
  position: absolute;
  width: 60px;
  top: 20px;
  left: 20px;
}
.VERSION1 .m-homepage-header-feature .header-feature-title {
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  width: calc(100% - 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.VERSION1 .m-homepage-header-feature .header-feature-title span {
  display: inline;
  position: relative;
}
.VERSION1 .m-homepage-header-feature .header-feature-title span:nth-of-type(1) {
  top: 90px;
}
.VERSION1 .m-homepage-header-feature .header-feature-title span:nth-of-type(2) {
  top: 180px;
}
.VERSION1 .m-homepage-header-feature .header-feature-text p {
  font-size: 19px;
  font-size: 1.9rem;
}
.VERSION1 .m-homepage-header-feature .header-feature-text a {
  text-decoration: underline;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.VERSION1 .m-homepage-header-feature .header-feature-slides {
  margin: 15px 0;
  width: 100%;
}
@media all and (min-width: 37.5em) {
  .VERSION1 .m-homepage-header-feature {
    padding-top: 0;
  }
  .VERSION1 .m-homepage-header-feature .header-feature-title {
    top: 105px;
    font-size: 54px;
    font-size: 5.4rem;
  }
}
@media all and (min-width: 46.25em) {
  .VERSION1 .m-homepage-header-feature {
    padding-top: 0;
  }
  .VERSION1 .m-homepage-header-feature .header-feature-title {
    position: absolute;
    top: 170px;
    font-size: 54px;
    font-size: 5.4rem;
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .VERSION1 .m-homepage-header-feature .header-feature-title span:nth-of-type(1),
.VERSION1 .m-homepage-header-feature .header-feature-title span:nth-of-type(2) {
    top: 0;
  }
  .VERSION1 .m-homepage-header-feature .header-feature-text {
    position: relative;
    margin-top: -80px;
    width: 100%;
    margin-left: 5%;
    padding-right: 50%;
    border-bottom: 1px solid #9a9a9a;
  }
  .VERSION1 .m-homepage-header-feature .header-feature-slides {
    margin: 0px 0;
  }
}
@media all and (min-width: 64em) {
  .VERSION1 .m-homepage-header-feature .header-feature-logo {
    margin-left: 8.3333333333%;
    margin-top: 20px;
  }
  .VERSION1 .m-homepage-header-feature .header-feature-title {
    padding-left: 8.3333333333%;
    top: 220px;
  }
  .VERSION1 .m-homepage-header-feature .header-feature-text {
    margin-top: -140px;
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 8.3333333333%;
    padding-right: 41.6666666667%;
  }
  .VERSION1 .m-homepage-header-feature .header-feature-text p {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .VERSION1 .m-homepage-header-feature .header-feature-slides {
    padding-left: 8.3333333333%;
  }
}
@media all and (min-width: 81.25em) {
  .VERSION1 .m-homepage-header-feature .header-feature-title,
.VERSION1 .m-homepage-header-feature .header-feature-slides {
    padding-right: 3%;
  }
}
.VERSION1 .slider {
  height: 0;
  padding-bottom: 80%;
  position: relative;
}
@media all and (min-width: 46.25em) {
  .VERSION1 .slider {
    padding-bottom: 63%;
  }
}
.VERSION1 .m-slide {
  position: absolute;
  height: 100%;
  width: 100%;
}
.VERSION1 .m-slide .slide-video {
  width: 70%;
  position: absolute;
  top: -40px;
  right: 0;
  opacity: 0;
}
.VERSION1 .m-slide .slide-video img {
  opacity: 0;
  -webkit-filter: grayscale(1) contrast(1.1) brightness(0.6);
          filter: grayscale(1) contrast(1.1) brightness(0.6);
}
.VERSION1 .m-slide .slide-image {
  width: 70%;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.VERSION1 .m-slide .slide-image img {
  opacity: 0;
}
.VERSION1 .m-slide .slide-icon {
  border-radius: 100px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: calc(50% - 40px);
  left: 10%;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.VERSION1 .m-slide .slide-icon img {
  opacity: 0;
  width: 50%;
}
.VERSION1 .m-slide.show-slide .slide-video {
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.73, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.28, 0.73, 1, 1) 0s;
}
.VERSION1 .m-slide.show-slide .slide-video img {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.73, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.28, 0.73, 1, 1) 0s;
}
.VERSION1 .m-slide.show-slide .slide-video video {
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.73, 1, 1) 0.2s;
  transition: all 0.3s cubic-bezier(0.28, 0.73, 1, 1) 0.2s;
}
.VERSION1 .m-slide.show-slide .slide-image {
  bottom: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.73, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.28, 0.73, 1, 1) 0s;
}
.VERSION1 .m-slide.show-slide .slide-image img {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.28, 0.73, 1, 1) 0s;
  transition: all 0.3s cubic-bezier(0.28, 0.73, 1, 1) 0s;
}
.VERSION1 .m-slide.show-slide .slide-icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0s cubic-bezier(0.28, 0.73, 1, 1) 0s;
  transition: all 0s cubic-bezier(0.28, 0.73, 1, 1) 0s;
}
.VERSION1 .m-slide.show-slide .slide-icon > * {
  opacity: 1;
  -webkit-transition: all 0s cubic-bezier(0.28, 0.73, 1, 1) 0s;
  transition: all 0s cubic-bezier(0.28, 0.73, 1, 1) 0s;
}
.VERSION1 .m-slide.show-slide.outgoing-slide .slide-video {
  top: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.15, 1, 1);
  transition: all 0.3s cubic-bezier(0.79, 0.15, 1, 1);
}
.VERSION1 .m-slide.show-slide.outgoing-slide .slide-video img {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.15, 1, 1);
  transition: all 0.3s cubic-bezier(0.79, 0.15, 1, 1);
}
.VERSION1 .m-slide.show-slide.outgoing-slide .slide-video video {
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.15, 1, 1);
  transition: all 0.3s cubic-bezier(0.79, 0.15, 1, 1);
}
.VERSION1 .m-slide.show-slide.outgoing-slide .slide-image {
  bottom: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.15, 1, 1);
  transition: all 0.3s cubic-bezier(0.79, 0.15, 1, 1);
}
.VERSION1 .m-slide.show-slide.outgoing-slide .slide-image img {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.15, 1, 1);
  transition: all 0.3s cubic-bezier(0.79, 0.15, 1, 1);
}
.VERSION1 .m-slide.show-slide.outgoing-slide .slide-icon {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0s cubic-bezier(0.79, 0.15, 1, 1) 0.6s;
  transition: all 0s cubic-bezier(0.79, 0.15, 1, 1) 0.6s;
}
.VERSION1 .m-slide.show-slide.outgoing-slide .slide-icon > * {
  opacity: 0;
  -webkit-transition: all 0s cubic-bezier(0.79, 0.15, 1, 1) 0.6s;
  transition: all 0s cubic-bezier(0.79, 0.15, 1, 1) 0.6s;
}
@media all and (min-width: 46.25em) {
  .VERSION1 .m-slide .slide-video {
    width: 70%;
    right: 15%;
  }
  .VERSION1 .m-slide .slide-video video {
    margin: -5px 0 0;
    top: 6px;
    position: relative;
  }
  .VERSION1 .m-slide .slide-image {
    width: 40%;
    right: 0;
    left: auto;
  }
  .VERSION1 .m-slide .slide-icon {
    border-radius: 100px;
    width: 80px;
    height: 80px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    top: calc(65% - 60px);
    left: 20%;
  }
  .VERSION1 .m-slide .slide-icon img {
    width: 50%;
  }
}
@media all and (min-width: 64em) {
  .VERSION1 .m-slide .slide-icon {
    top: calc(60% - 60px);
    width: 120px;
    height: 120px;
  }
}
.VERSION1 .m-people-mini-gallery {
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -6%;
}
.VERSION1 .m-people-mini-gallery .person-image {
  width: 25%;
  top: 0px;
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}
.VERSION1 .m-people-mini-gallery .person1 {
  margin-left: 75%;
}
.VERSION1 .m-people-mini-gallery .person3 {
  margin-right: 50%;
}
.VERSION1 .m-people-mini-gallery .person4 {
  margin-right: 25%;
}
@media all and (min-width: 46.25em) {
  .VERSION1 .m-people-mini-gallery {
    margin-top: 50px;
    margin-bottom: 5%;
  }
}
@media all and (min-width: 81.25em) {
  .VERSION1 .m-people-mini-gallery {
    margin-bottom: 3%;
  }
}

.consent-module p a {
  color: #003F6E;
}

.consent-module-roadblock {
  position: fixed;
  bottom: 5px;
  left: 5px;
  width: calc(100% - 10px);
  border-radius: 2px;
  z-index: 1000;
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.consent-module-roadblock.success {
  background: #89C625;
  color: rgb(255, 255, 255);
}
.consent-module-roadblock.error {
  background: #e00719;
  color: rgb(255, 255, 255);
}
.consent-module-roadblock .container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 20px 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.consent-module-roadblock .container p {
  margin: 0 0 0px;
  max-width: 820px;
}
.consent-module-roadblock .container p a {
  text-decoration: underline;
}
.consent-module-roadblock .container form {
  margin: 0 0 0px;
}
.consent-module-roadblock .container .form-actions {
  text-align: right;
}
.consent-module-roadblock .container .form-actions a {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}
.consent-module-roadblock .container .form-actions a:hover {
  color: #003F6E;
}
.consent-module-roadblock .container .form-actions .button {
  margin-top: 10px;
}
.consent-module-roadblock .container .form-actions .primary-button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 26, 26);
}
.consent-module-roadblock .container .form-actions .ghost-button {
  color: #FFE864;
}
.consent-module-roadblock .container .form-actions .ghost-button:hover {
  background: transparent;
  color: rgb(255, 255, 255);
}
.consent-module-roadblock .container .form-actions .min-link {
  top: -2px;
  position: relative;
}
.consent-module-roadblock .container .hidden-fields {
  display: none;
}
.consent-module-roadblock .container.message-content, .consent-module-roadblock .container.form-content {
  height: auto;
  overflow: hidden;
}
.consent-module-roadblock .container.message-content {
  padding: 0px 15px;
  max-height: 0;
}
.consent-module-roadblock .container.message-content > * {
  opacity: 0;
}
.consent-module-roadblock .container.form-content {
  padding: 15px 15px 20px;
  max-height: 300px;
}
.consent-module-roadblock .update-bar {
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.consent-module-roadblock .update-bar .update-bar-progress {
  width: 0%;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 10s;
  transition: 10s;
}
.consent-module-roadblock .close-roadblock {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100px;
  position: absolute;
  top: calc(50% - 18px);
  right: 15px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  opacity: 0;
  right: -15px;
}
.consent-module-roadblock .close-roadblock .fa {
  color: rgb(26, 26, 26);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.consent-module-roadblock .close-roadblock:hover .fa {
  color: #89C625;
}
.consent-module-roadblock.settings-updated .form-content {
  max-height: 0;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.consent-module-roadblock.settings-updated .form-content > * {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.consent-module-roadblock.settings-updated .message-content {
  padding: 15px 60px 20px 15px;
  max-height: 200px;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}
.consent-module-roadblock.settings-updated .message-content > * {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0.9s;
  transition: all 0.3s ease-in-out 0.9s;
}
.consent-module-roadblock.settings-updated .update-bar {
  bottom: 0;
}
.consent-module-roadblock.settings-updated .update-bar .update-bar-progress {
  width: 100%;
}
.consent-module-roadblock.settings-updated .close-roadblock {
  opacity: 1;
  right: 15px;
  -webkit-transition: all 0.3s ease-in-out 0.9s;
  transition: all 0.3s ease-in-out 0.9s;
}
.consent-module-roadblock.hide-roadblock {
  bottom: -200px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.consent-request-module {
  padding: 20px;
}
.consent-request-module form {
  margin: 0;
}
.consent-request-module label {
  font-weight: 700;
}

.consent-block {
  border-top: 1px solid #9a9a9a;
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 10px 0 20px 0;
}

.consent-button {
  padding-top: 10px;
}

.additional-content-container .consent-intro,
.additional-content-container .additional-content {
  height: auto;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.additional-content-container .consent-intro {
  max-height: 1000px;
  opacity: 1;
}
.additional-content-container .additional-content {
  max-height: 0;
  opacity: 0;
}
.additional-content-container.show-content .consent-intro {
  max-height: 0;
  opacity: 0;
}
.additional-content-container.show-content .additional-content {
  max-height: 1000px;
  opacity: 1;
}

@media all and (min-width: 46.25em) {
  .consent-block-layout .consent-block-text {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .consent-block-layout .consent-block-option {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding-left: 4%;
    padding-top: 10px;
  }
}

.consent-block-label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 5px solid #DADADA;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.consent-block-label .label-text,
.consent-block-label .consent-block-input {
  display: none;
}
.consent-block-label .fa-check {
  color: #DADADA;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.consent-block-label .fa-check .fa-lock {
  position: absolute;
  top: -8px;
  right: -8px;
  color: rgb(255, 255, 255);
  background-color: #20CCA8;
  font-size: 10px;
  font-size: 1rem;
  border-radius: 100px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
}
.consent-block-label:hover .fa-check {
  opacity: 1;
}
.consent-block-label.selected {
  border: 5px solid #20CCA8;
  background: rgba(32, 204, 168, 0.2);
}
.consent-block-label.selected .fa-check {
  color: #20CCA8;
  opacity: 1;
}
.consent-block-label.required {
  pointer-events: none;
}

.cookie-monster {
  background: url("/_assets/img/cookie_monster.jpg") center center no-repeat;
  background-size: contain;
  width: 150px;
  height: 90px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.form .form-control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 600px;
  margin: 0 0 10px 0;
}
.form label,
.form .label {
  color: #737373;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.form .field {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 10px 10px;
  border: 1px solid #DADADA;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form .field:focus, .form .field:hover {
  border-color: #737373;
  outline: none;
}
.form .field:focus-visible {
  outline: 3px solid rgb(26, 26, 26);
}
.form textarea {
  min-height: 150px;
}
.form .checkbox {
  display: inline-block;
  vertical-align: top;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 5px 5px 0 0;
}
.form .radio {
  display: inline-block;
  vertical-align: top;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 5px 5px 0 0;
}
.form .req {
  color: #E50050;
}
.form .inset-right {
  width: calc(100% - 53px);
}
.form .show-password-icon {
  width: 52px;
  display: inline-block;
  padding: 2px;
  margin: 0 0 0 -5px;
  border: 1px solid #DADADA;
  background-color: #DADADA;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form .show-password-icon input {
  display: none;
}
.form .show-password-icon .screen-reader {
  display: none;
}
.form .show-password-icon .fa {
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
}
.form .show-password-icon .fa-eye-slash {
  display: none;
}
.form .show-password-icon.show-password .fa-eye {
  display: none;
}
.form .show-password-icon.show-password .fa-eye-slash {
  display: inline-block;
}
.form .show-password-icon:hover {
  background: #DADADA;
  border-color: #DADADA;
  color: rgb(26, 26, 26);
}
.form .radio-control,
.form .checkbox-control {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.form .radio-control input.radio,
.form .radio-control input.checkbox,
.form .checkbox-control input.radio,
.form .checkbox-control input.checkbox {
  display: none;
  display: inline-block;
  opacity: 0.5;
}
.form .radio-control.selected,
.form .checkbox-control.selected {
  color: #20CCA8;
}
.form .select-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: rgb(255, 255, 255);
  color: rgb(26, 26, 26);
  border: 1px solid #DADADA;
}
.form .select-container select, .form .select-container .select, .form .select-container option {
  border: none;
  color: rgb(26, 26, 26);
  position: relative;
  padding: 5px 10px;
  margin: 0;
  height: 37px;
  z-index: 1;
  -webkit-appearance: none;
}
.form .select-container:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #404040;
}
@media all and (min-width: 46.25em) {
  .form.split-col-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
  }
  .form.split-col-form .form-control {
    width: 50%;
    padding: 0 10px;
    max-width: none;
  }
  .form.split-col-form .form-control.v-fullwidth {
    width: 100%;
  }
  .form.single-col-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
  }
  .form.single-col-form .form-control {
    width: 60%;
    padding: 0 0px;
    max-width: none;
  }
  .form.single-col-form .form-control.v-fullwidth {
    width: 100%;
  }
}
@media all and (min-width: 64em) {
  .form.split-col-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 66.6666666667%;
  }
  .form.single-col-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 66.6666666667%;
  }
}
.form .additional-content-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.form .additional-content-container .additional-content-text {
  display: block;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.form .additional-content-container.show-text .additional-content-text {
  max-height: 1000px;
}
.form.clean-form .submit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  pointer-events: normal;
}
.form.clean-form .submit.button-disabled {
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  color: #737373;
}
.form.clean-form .submit.button-disabled:before {
  background-color: silver;
}

.training-form .form-control {
  position: relative;
}
.training-form .training-options-wrapper {
  position: relative;
  min-height: 40px;
}
.training-form .training-options-wrapper .training-options {
  position: relative;
  z-index: 1;
  background: rgb(255, 255, 255);
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #DADADA;
  min-height: 40px;
  max-height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.training-form .training-options-wrapper .training-options:focus-within, .training-form .training-options-wrapper .training-options:hover, .training-form .training-options-wrapper .training-options.hover {
  max-height: 1000px;
  border: 1px solid #737373;
}
.training-form .training-options-wrapper .training-options .training-item:focus {
  background: #E50050;
}
@media all and (min-width: 46.25em) {
  .training-form .training-options-wrapper .training-options {
    position: absolute;
    max-height: 40px;
  }
  .training-form .training-options-wrapper .training-options:hover, .training-form .training-options-wrapper .training-options.hover {
    max-height: 1000px;
  }
}

.training-item {
  min-height: 40px;
  margin: 0;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #DADADA;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.training-item:last-of-type {
  border-bottom: none;
}
.training-item.opening-item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DADADA;
}
.training-item.opening-item .fa {
  margin: 0 10px;
}
.training-item:focus, .training-item:focus-visible, .training-item:hover {
  background: #FFE864;
}
.training-item .product-icon {
  width: 28px;
  height: 28px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
.training-item .product-icon img {
  border: 1px solid #AD9B34;
  border-radius: 100px;
  width: 28px;
  padding: 2px;
  background: rgb(255, 255, 255);
}
.training-item .product-title {
  padding: 0 10px;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgb(26, 26, 26);
}
.training-item .product-state {
  width: 80px;
  text-align: right;
  padding: 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.training-item .product-state:before {
  content: "+";
  color: rgb(26, 26, 26);
  font-size: 24px;
  font-size: 2.4rem;
}
.training-item .product-state.added:before {
  content: "(Added)";
  color: #9a9a9a;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-training-options-overview .training-options-overview-title {
  background: #F6F6F6;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  border-bottom: 2px solid #DADADA;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.m-training-options-overview .training-options-overview-title.show {
  opacity: 1;
}
.m-training-options-overview .training-item {
  padding: 20px 10px;
  border-bottom: 0px solid rgba(218, 218, 218, 0);
  overflow: hidden;
  min-height: 0;
  max-height: 0;
  opacity: 0;
  padding: 0px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  text-align: left;
}
.m-training-options-overview .training-item .product-icon {
  width: 44px;
  height: 44px;
  margin: 0 5px 0 0;
}
.m-training-options-overview .training-item .product-icon img {
  width: 44px;
  padding: 2px;
}
.m-training-options-overview .training-item .product-state {
  width: 30px;
}
.m-training-options-overview .training-item .product-state.added:before {
  content: "+";
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-training-options-overview .training-item.selected {
  padding: 20px 10px;
  max-height: 100px;
  opacity: 1;
  border-bottom: 2px solid #dadada;
}
.m-training-options-overview .training-item:hover .product-state:before, .m-training-options-overview .training-item:focus-visible .product-state:before {
  color: rgb(26, 26, 26);
}

.login-form {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin: 40px 0 40px;
  max-width: 600px;
  margin-top: 20px;
  padding: 20px 20px 20px;
  color: rgb(26, 26, 26);
  background: #eee;
}
.login-form .title {
  padding: 0;
}
.login-form .form-control {
  margin: 20px 0;
  display: block;
}
.login-form label {
  color: rgb(26, 26, 26);
  padding: 0;
}
.login-form .field, .login-form .btn {
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
}
.login-form .checkbox {
  display: inline-block;
}
.login-form .btn {
  background: #003F6E;
  color: rgb(255, 255, 255);
  padding: 10px 30px;
  margin-right: 10px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.login-form .btn:hover {
  background: rgb(26, 26, 26);
}
.login-form.site-live.env-local .btn.submit, .login-form.site-live.env-stage .btn.submit {
  background: #E50050;
  cursor: not-allowed;
}

.tile {
  padding: 10px;
}

.valign-bottom > * {
  display: inline-block;
  vertical-align: bottom;
}
html.flexbox .valign-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.valign-middle > * {
  display: inline-block;
  vertical-align: middle;
}
html.flexbox .valign-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html.flexbox .valign-middle > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.mini-section-title {
  padding: 10px 0px;
}
.mini-section-title .border-bottom {
  border-bottom: 1px solid rgb(26, 26, 26);
}

.m-training-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(26, 26, 26);
  height: 100%;
}
.m-training-product > div {
  padding: 10px 20px 10px;
  width: 100%;
}
.m-training-product .training-product--suptitle {
  position: relative;
  background: #DADADA;
  padding-right: 140px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.m-training-product .training-product--suptitle h3 {
  margin: 0;
}
.m-training-product .training-product--suptitle .tile-logo {
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(255, 255, 255);
  padding: 20px;
  width: 120px;
  height: 120px;
  border-radius: 0 0 15px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.m-training-product .training-product--suptitle .tile-logo img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.m-training-product .training-product--suptitle {
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-training-product .training-product--title {
  padding-right: 140px;
  padding-bottom: 20px;
}
.m-training-product .training-product--title h4 {
  font-family: "CircularXXWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.m-training-product .training-product--icon {
  width: 50%;
}
.m-training-product .training-product--icon img {
  border: 3px solid #AD9B34;
  background: #FFFEF7;
  border-radius: 300px;
  padding: 20px;
}
.m-training-product .training-product--text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.m-training-product .training-product--text p:last-of-type {
  margin-bottom: 0;
}
.m-training-product .training-product--text .show-content-button {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-training-product .training-product--text .show-content-button:before {
  content: "Show more";
}
.m-training-product .training-product--text.minimised-container .minimised-content {
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.m-training-product .training-product--text.minimised-container .minimised-content:after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-repeat: repeat-x;
}
.m-training-product .training-product--text.minimised-container.show-text .minimised-content {
  max-height: 2000px;
}
.m-training-product .training-product--text.minimised-container.show-text .minimised-content:after {
  display: none;
}
.m-training-product .training-product--text.minimised-container.show-text .show-content-button:before {
  content: "Show less";
}
.m-training-product .training-product--button .button {
  width: 100%;
  background: #F6F6F6;
  font-size: 19px;
  font-size: 1.9rem;
  color: rgb(26, 26, 26);
  padding: 0 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.m-training-product .training-product--button .button--icon {
  background: #AD9B34;
  color: rgb(255, 255, 255);
  padding: 8px 12px;
}
.m-training-product .training-product--button .button--icon i {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  left: -2px;
}
.m-training-product.not-available, .m-training-product:hover {
  background: #EFEBD6;
}
.m-training-product.not-available .training-product--suptitle .tile-logo, .m-training-product:hover .training-product--suptitle .tile-logo {
  background: #AD9B34;
}
.m-training-product.not-available .training-product--suptitle .tile-logo img, .m-training-product:hover .training-product--suptitle .tile-logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.m-training-product.not-available .training-product--text.minimised-container .minimised-content:after, .m-training-product:hover .training-product--text.minimised-container .minimised-content:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 235, 214, 0)), to(#efebd6));
  background-image: linear-gradient(top, rgba(239, 235, 214, 0), #efebd6);
  background-repeat: repeat-x;
}
.m-training-product.not-available .training-product--suptitle h3:after {
  content: " - Added";
  font-weight: 700;
}
.m-training-product.not-available .training-product--button .button {
  pointer-events: none;
}
@media all and (min-width: 64em) {
  .m-training-product .training-product--title {
    min-height: 105px;
  }
  .m-training-product .training-product--icon {
    width: 60%;
  }
}

.image-bg {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.image-bg .placeholder {
  left: -999em;
  position: relative;
}

.cover-photo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.white-bg {
  background-color: rgb(255, 255, 255);
}

.offwhite-bg {
  background-color: #F6F6F6;
}

.lightgrey-bg {
  background-color: #DADADA;
}

.grey-bg {
  background-color: #9a9a9a;
}

.black-bg {
  background-color: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
}

.green-bg {
  background-color: #20CCA8;
}

.yellow-bg {
  background-color: #FFE864;
}

.light-yellow-bg {
  background-color: #fffbe4;
}

.lightblue-bg {
  background-color: #D9E2E9;
}

.red-bg {
  background-color: #E50050;
}

.blue-bg {
  background-color: #003F6E;
  color: rgb(255, 255, 255);
}

.teal-bg {
  background-color: #3496AD;
  color: rgb(255, 255, 255);
}

.t-white {
  background: rgb(255, 255, 255);
}
.t-white .acc {
  color: #FF7400;
}
.t-white .acc-b {
  border-color: #FF7400;
}
.t-white .acc-bg {
  background-color: #FF7400;
}

.t-orange .acc {
  color: #FF7400;
}
.t-orange .acc-b {
  border-color: #FF7400;
}
.t-orange .acc-bg {
  background-color: #FF7400;
}

.t-yellow {
  background-color: #FFE864;
  color: rgb(26, 26, 26);
}
.t-yellow .acc {
  color: #FFE864;
}
.t-yellow .acc-b {
  border-color: #FFE864;
}
.t-yellow .acc-bg {
  background-color: rgb(255, 255, 255);
}
.t-yellow .acc2-bg {
  background-color: #003F6E;
  color: #FFE864;
}
.t-yellow .acc3-bg {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 26, 26);
}

.t-yellow-inv .acc {
  color: #FFE864;
}
.t-yellow-inv .acc-b {
  border-color: #FFE864;
}
.t-yellow-inv .acc-bg {
  background-color: #FFE864;
}
.t-yellow-inv .acc2-bg {
  background-color: #003F6E;
  color: #FFE864;
}
.t-yellow-inv .acc3-bg {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 26, 26);
}

.t-grey {
  background-color: #DADADA;
}
.t-grey .acc {
  color: #9a9a9a;
}
.t-grey .acc-b {
  border-color: #9a9a9a;
}
.t-grey .acc-bg {
  background-color: rgb(255, 255, 255);
}
.t-grey .acc2-bg {
  background-color: #003F6E;
  color: rgb(255, 255, 255);
}
.t-grey .acc3-bg {
  background-color: rgb(255, 255, 255);
  color: rgb(26, 26, 26);
}

.t-grey-inv {
  background-color: #9a9a9a;
}
.t-grey-inv .acc {
  color: #9a9a9a;
}
.t-grey-inv .acc-b {
  border-color: #9a9a9a;
}
.t-grey-inv .acc-bg {
  background-color: rgb(255, 255, 255);
}
.t-grey-inv .acc2-bg {
  background-color: #003F6E;
  color: rgb(255, 255, 255);
}

.t-green {
  background: #20CCA8;
  color: rgb(255, 255, 255);
}
.t-green .acc {
  color: #20CCA8;
}
.t-green .acc-b {
  border-color: #20CCA8;
}
.t-green .acc-bg {
  background-color: #20CCA8;
}
.t-green .acc2-bg {
  background-color: rgb(26, 26, 26);
  color: #20CCA8;
}

.t-lightgreen {
  background: #E5FAF6;
}
.t-lightgreen .acc {
  color: #20CCA8;
}
.t-lightgreen .acc-b {
  border-color: #20CCA8;
}
.t-lightgreen .acc-bg {
  background-color: #20CCA8;
}
.t-lightgreen .acc2-bg {
  background-color: rgb(26, 26, 26);
  color: #20CCA8;
}

.t-lightred {
  background: #FEF2F6;
}
.t-lightred .acc {
  color: #E50050;
}
.t-lightred .acc-b {
  border-color: #E50050;
}
.t-lightred .acc-bg {
  background-color: #E50050;
}
.t-lightred .acc2-bg {
  background-color: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
}

.t-lightyellow {
  background: #FFFEF7;
}
.t-lightyellow .acc {
  color: #FFE864;
}
.t-lightyellow .acc-b {
  border-color: #FFE864;
}
.t-lightyellow .acc-bg {
  background-color: #FFE864;
}
.t-lightyellow .acc2-bg {
  background-color: rgb(26, 26, 26);
  color: #FFE864;
}

.t-lightblue {
  background: #D9E2E9;
}
.t-lightblue .acc {
  color: #20CCA8;
}
.t-lightblue .acc-b {
  border-color: #003F6E;
}
.t-lightblue .acc-bg {
  background-color: #20CCA8;
}
.t-lightblue .acc2-bg {
  background-color: rgb(26, 26, 26);
  color: #20CCA8;
}

.t-blue .acc {
  color: #003F6E;
}
.t-blue .acc-b {
  border-color: #003F6E;
}
.t-blue .acc-bg {
  background-color: #003F6E;
}

.t-teal {
  background: #3496AD;
}
.t-teal .acc {
  color: #3496AD;
}
.t-teal .acc2 {
  color: rgb(255, 255, 255);
}
.t-teal .acc-b {
  border-color: #3496AD;
}
.t-teal .acc-bg {
  background-color: #3496AD;
}
.t-teal .acc2-bg {
  background-color: #4bb1c9;
  color: rgb(255, 255, 255);
}

.t-navy {
  background: #003F6E;
  color: #FFE864;
}
.t-navy .acc {
  color: rgb(255, 255, 255);
}

.sticky-container .sticky-header {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: -1px;
  background: rgb(255, 255, 255);
  padding: 10px 0;
}

.m-a-grid {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  padding: 1px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.m-a-grid li {
  margin: 0;
  padding: 0;
}
.m-a-grid li {
  margin: 0 0 20px;
  width: 100%;
}
.m-a-grid .tile {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
.m-a-grid .no-results {
  background: rgb(255, 255, 255);
  padding: 20px;
  margin-left: 10px;
}
.m-a-grid .no-results a {
  display: inline;
  padding: 0;
  text-decoration: underline;
}
@media all and (min-width: 46.25em) {
  .m-a-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 10px -10px 10px;
    padding-bottom: 20px;
  }
  .m-a-grid li {
    margin: 0;
    padding: 10px;
  }
}
@media all and (min-width: 64em) {
  .m-a-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .m-a-grid li {
    padding: 10px;
    margin-bottom: 20px;
  }
}

.m-services-grid {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  padding: 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-services-grid li {
  margin: 0;
  padding: 0;
}
.m-services-grid li {
  margin: 0 0 20px;
  width: 100%;
}
.m-services-grid li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.m-services-grid li .service-icon,
.m-services-grid li .service-title {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-services-grid li .service-icon {
  background: rgb(255, 255, 255);
  padding: 10%;
  margin-bottom: 10px;
}
.m-services-grid li .service-icon img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-services-grid li .service-title {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 0 0 20px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  font-weight: 700;
}
.m-services-grid li a:hover .service-icon,
.m-services-grid li a:hover .service-title {
  background: #4bb1c9;
  color: rgb(255, 255, 255);
  border-color: #4bb1c9;
}
.m-services-grid li a:hover .service-icon img,
.m-services-grid li a:hover .service-title img {
  -webkit-filter: invert(1) brightness(300%);
          filter: invert(1) brightness(300%);
}
@media all and (min-width: 37.5em) {
  .m-services-grid {
    margin: 10px -5px 10px;
  }
  .m-services-grid li {
    width: 50%;
    margin-bottom: 10px;
    padding: 5px;
  }
}
@media all and (min-width: 46.25em) {
  .m-services-grid {
    padding-bottom: 20px;
  }
  .m-services-grid li {
    width: 33.3333%;
  }
}
@media all and (min-width: 64em) {
  .m-services-grid li {
    width: 25%;
  }
}
@media all and (min-width: 81.25em) {
  .m-services-grid li {
    width: 20%;
  }
}

.tile {
  position: relative;
  margin-bottom: 20px;
}
.tile a {
  display: inline-block;
  background: rgb(255, 255, 255);
  position: relative;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.tile a .tile-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tile .i-tag-icon {
  top: 0;
  left: 0;
  width: 55px;
  background: #003F6E;
  position: absolute;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 10px 0;
  z-index: 2;
}
.tile .i-plus-button {
  top: -17px;
  left: calc(50% - 17px);
  position: absolute;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.tile .tile-image {
  padding: 25px 15px 10px;
}
.tile .tile-image.no-image div {
  background: #DADADA url("/_assets/svg/mima-logo-white.svg") 50% 50% no-repeat;
  background-size: 100px;
  height: 0;
  padding: 0 0 66.666%;
  text-align: center;
  margin: 0;
}
.tile .tile-image.no-image img {
  padding: 20px;
}
.tile .tile-text {
  padding: 1px 15px 10px;
  margin: 0;
}
.tile .tile-text p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.tile .hover-layer {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tile .hover-layer img {
  background: #003F6E;
  width: 60px;
  height: 60px;
  padding: 15px;
  border-radius: 100px;
  top: -20px;
  position: relative;
}
.tile .tile-title {
  padding: 20px 15px 10px;
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
.tile .tile-title > * {
  font-size: 16px;
  font-size: 1.6rem;
}
.v-cs-grid .tile .tile-title {
  background: url("/_assets/svg/arc-blue-inv.svg") 50% 0% no-repeat;
  background-size: cover;
}
.v-cs-grid .tile .tile-title > * {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-size: 1.6rem;
  background: #003F6E;
}
.v-cs-grid .tile .tile-title > * i {
  color: #FFE864;
  font-style: normal;
}
.v-cs-grid .tile a:hover .tile-title {
  background-image: url("/_assets/svg/arc-bluegrey-inv.svg");
}
.v-cs-grid .tile a:hover .tile-title > * {
  color: rgb(26, 26, 26);
  background: #C0CFDA;
}
.v-i-grid .tile .tile-title {
  background: url("/_assets/svg/arc-grey-inv.svg") 50% 0% no-repeat;
  background-size: cover;
  border-bottom: 1px solid #737373;
}
.v-i-grid .tile .tile-title span {
  color: rgb(26, 26, 26);
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
.v-i-grid .tile .tile-title strong {
  text-decoration: underline;
}
.v-i-grid .tile a:hover .tile-title {
  background-image: url("/_assets/svg/arc-yellow-inv.svg");
}
@media all and (min-width: 46.25em) {
  .v-cs-grid .tile .tile-text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .v-cs-grid .tile .tile-title > * {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .tile a:hover .hover-layer {
    opacity: 1;
  }
}

.m-people-grid {
  margin: 10px 0px 20px;
  padding: 20px 20px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-people-grid:before {
  background: url("/_assets/svg/mima-logo-bg.svg") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.m-people-grid .person-icon {
  background: rgb(255, 255, 255);
  width: 60px;
  height: 60px;
  border-radius: 100px;
  padding: 15px;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
}
.m-people-grid .person-icon img {
  width: 30px;
  height: 30px;
}
.m-people-grid .person {
  padding: 0 0 0 115px;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.m-people-grid .person .person-photo {
  width: 100px;
  float: left;
  margin: 3px 0 0 -115px;
  border-radius: 100px;
}
.m-people-grid .person .person-photo img {
  border-radius: 100px;
}
.m-people-grid .person p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.m-people-grid .person .bio {
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-people-grid .person .bio:before {
  content: "—";
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-people-grid .person .person-links {
  border-top: 1px solid rgb(26, 26, 26);
  padding: 3px 0;
  margin-top: 5px;
  min-height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.m-people-grid .person .person-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
}
.m-people-grid .person .person-links a:hover {
  background: #FFE864;
}
.m-people-grid .person .person-links a.read-more-by {
  width: auto;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0 0;
  border-radius: 0;
  text-decoration: underline;
}
.m-people-grid .person .person-links a.read-more-by:hover {
  background: transparent;
  text-decoration: underline;
}
.m-people-grid .person .person-links a.esig {
  font-size: 14px;
  font-size: 1.4rem;
}
.m-people-grid .person .person-links img {
  width: 100%;
}
.m-people-grid .person .person-links .show-bio {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
.m-people-grid .person .person-links .show-bio:before {
  content: "Read ";
}
.m-people-grid .person .person-links .show-bio .fa {
  margin-left: 5px;
}
.m-people-grid .person.show-full-bio .bio {
  max-height: 300px;
}
.m-people-grid .person.show-full-bio .show-bio:before {
  content: "Hide ";
}
.m-people-grid .person.show-full-bio .show-bio .fa {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media all and (min-width: 64em) {
  .m-people-grid {
    margin: 20px 0px 20px;
    padding: 30px 30px 30px;
  }
  .m-people-grid .person {
    width: 50%;
    padding-right: 30px;
  }
}
@media all and (min-width: 81.25em) {
  .m-people-grid {
    padding: 40px 40px 40px;
  }
  .m-people-grid .person {
    width: 33.333%;
    padding-right: 30px;
  }
  .m-people-grid .person-icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.m-people-grid.v-written-by {
  border-top: 1px solid rgb(26, 26, 26);
  padding: 15px 0px 10px;
}
.m-people-grid.v-written-by .person {
  width: 100% !important;
}

.xxx-m-article-grid {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}
.xxx-m-article-grid li {
  margin: 0;
  padding: 0;
}
.xxx-m-article-grid li {
  position: relative;
  margin-top: 40px;
}
.xxx-m-article-grid a {
  background: rgb(255, 255, 255);
  padding: 0px;
  display: inline-block;
  overflow: hidden;
  border-bottom: 1px solid rgb(26, 26, 26);
}
.xxx-m-article-grid a:hover .m-plus-button {
  background-color: #FFE864;
}
.xxx-m-article-grid a:hover .m-plus-button img {
  -webkit-filter: invert(1) brightness(0%);
          filter: invert(1) brightness(0%);
}
.xxx-m-article-grid a:hover .bottom-tab-wrapper {
  background: #FFE864;
}
.xxx-m-article-grid img {
  padding: 20px;
}
.xxx-m-article-grid .m-plus-button {
  top: -15px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  background-color: rgb(26, 26, 26);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.xxx-m-article-grid .m-plus-button img {
  padding: 0;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.xxx-m-article-grid h3 {
  padding: 10px 20px 15px;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.xxx-m-article-grid .bottom-tab-wrapper {
  background: #F6F6F6;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  width: 140%;
  margin: 0 -20% 0;
  border-radius: 100% 100% 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.xxx-m-article-grid .bottom-tab-wrapper .bottom-tab {
  padding: 20px 20px 10px;
  width: 72%;
  margin: 0 auto;
  text-align: center;
}
.xxx-m-article-grid .bottom-tab-wrapper span {
  display: inline-block;
  width: 100%;
}
@media all and (min-width: 46.25em) {
  .xxx-m-article-grid {
    margin: 10px -10px 10px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #9a9a9a;
  }
  .xxx-m-article-grid li {
    width: 50%;
    padding: 10px;
  }
  .xxx-m-article-grid .m-plus-button {
    top: -5px;
  }
}
@media all and (min-width: 64em) {
  .xxx-m-article-grid li {
    width: 33.3333%;
    padding: 10px;
  }
}

.js-filtered-articles.start-filtering > * {
  display: none;
}
.js-filtered-articles.start-filtering > *.show-item {
  display: inline-block;
}

.m-filters-panel {
  background: rgb(255, 255, 255);
  padding: 10px 0;
  margin: 20px 0 20px;
  color: rgb(26, 26, 26);
}
.m-filters-panel .filters-panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 10px;
}
.m-filters-panel .filters-panel-title h2 {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
}
.m-filters-panel .filters-panel-title .button {
  font-size: 15px;
  font-size: 1.5rem;
}
.m-filters-panel .filters-panel-title .view-all .fa-angle-down {
  margin: 0 5px;
}
.m-filters-panel .search-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  max-height: 300px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 0.12s;
  transition: all 0.2s ease-in-out 0.12s;
  overflow: hidden;
  padding: 5px 0px;
}
.m-filters-panel .search-preview > * {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.m-filters-panel .search-preview .search-preview-text {
  padding: 5px 10px;
  margin-top: 5px;
  border-top: 1px solid #9a9a9a;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-filters-panel .search-preview .search-preview-button {
  margin-top: 10px;
  padding: 5px 10px;
}
.m-filters-panel .search-preview .search-preview-button .button {
  width: 100%;
}
.m-filters-panel .search-preview .button.clear-button {
  background: #FFE864;
  color: rgb(26, 26, 26);
}
@media all and (min-width: 46.25em) {
  .m-filters-panel .search-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0 0;
    width: 100%;
  }
  .m-filters-panel .search-preview .search-preview-button {
    width: 33.333%;
    padding-right: 10px;
    margin: 0;
  }
  .m-filters-panel .search-preview .search-preview-button .button {
    width: auto;
  }
  .m-filters-panel .search-preview .search-preview-text {
    width: 66.667%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 0;
  }
}
.m-filters-panel .all-filters {
  width: 100%;
  height: auto;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-filters-panel .all-filters > * {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-filters-panel .all-filters .action-buttons {
  padding: 5px 10px;
}
.m-filters-panel .all-filters .action-buttons .button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  margin: 5px 0 0 0;
}
.m-filters-panel .all-filters .action-buttons .clear-button {
  border: 1px solid rgb(26, 26, 26);
  background: transparent;
  color: rgb(26, 26, 26);
}
.m-filters-panel .all-filters .action-buttons .update-button {
  opacity: 0.2;
  pointer-events: none;
  background: #FFE864;
  color: rgb(26, 26, 26);
  margin: 10px 0 0 0;
}
.m-filters-panel .all-filters.is-dirty .action-buttons {
  opacity: 1;
  height: auto;
}
.m-filters-panel .all-filters.is-dirty .action-buttons .update-button {
  pointer-events: all;
  opacity: 1;
}
.m-filters-panel.show-filters .all-filters {
  max-height: 1200px;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.m-filters-panel.show-filters .all-filters > * {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}
.m-filters-panel.show-filters .search-preview {
  max-height: 0px;
  padding: 0 0px;
}
.m-filters-panel.show-filters .search-preview > * {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-filters-panel.show-filters .filters-panel-title {
  -webkit-transition: all 0.2s ease-in-out 0.42s;
  transition: all 0.2s ease-in-out 0.42s;
}
.m-filters-panel.show-filters .filters-panel-title .view-all .view {
  display: none;
}
.m-filters-panel.show-filters .filters-panel-title .view-all .hide {
  display: inline;
}
.m-filters-panel.show-filters .filters-panel-title .view-all .fa-angle-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.m-filters-panel .filter-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0 0;
}
.m-filters-panel .filter-group .filter-title {
  padding: 0 10px;
}
.m-filters-panel .filter-group .button {
  margin: 0 10px 0 0;
}
.m-filters-panel .filter-group.sector-filters {
  background: #DADADA;
}
.m-filters-panel .filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-filters-panel .filter-tags label {
  margin: 0 0 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(26, 26, 26, 0);
  padding: 1px 10px 1px 10px;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.m-filters-panel .filter-tags label input {
  display: inline-block;
  margin: 0 5px 0 0;
  display: none;
  position: absolute;
}
.m-filters-panel .filter-tags label:hover {
  border: 1px solid rgba(26, 26, 26, 0.7);
}
.m-filters-panel .filter-tags label .i-add,
.m-filters-panel .filter-tags label .i-remove {
  font-style: normal;
  position: relative;
  font-size: 10px;
  font-size: 1rem;
  width: auto;
  margin-left: 0px;
  top: 1px;
  opacity: 0;
  min-width: 52px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-filters-panel .filter-tags label .i-add img,
.m-filters-panel .filter-tags label .i-remove img {
  width: 10px;
  margin: 0 0 0 3px;
  top: -1px;
  position: relative;
}
.m-filters-panel .filter-tags label .i-remove {
  display: none;
}
.m-filters-panel .filter-tags label:hover .i-add {
  margin-left: 3px;
  opacity: 1;
}
.m-filters-panel .filter-tags label:focus-visible {
  outline: 5px solid rgb(26, 26, 26);
}
.m-filters-panel .filter-tags label.selected {
  background-color: #FFE864 !important;
}
.m-filters-panel .filter-tags label.selected .i-add {
  display: none;
}
.m-filters-panel .filter-tags label.selected .i-remove {
  opacity: 1;
  color: rgba(26, 26, 26, 0);
  display: inline-block;
}
.m-filters-panel .filter-tags label.selected .i-remove img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-filters-panel .filter-tags label.selected:hover .i-remove {
  opacity: 1;
  color: #1a1a1a;
}
@media all and (min-width: 46.25em) {
  .m-filters-panel {
    padding: 15px 20px;
  }
  .m-filters-panel .filters-panel-title {
    border-bottom: 1px solid #9a9a9a;
  }
  .m-filters-panel .filters-panel-title h2 {
    width: 33.333%;
    margin: 0;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 10px 0;
  }
  .m-filters-panel .filters-panel-title .button {
    border-top: 1px solid #9a9a9a;
    width: 66.667%;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-filters-panel .filters-panel-title .button .fa {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .m-filters-panel form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-filters-panel .filter-group {
    padding: 5px 0;
  }
  .m-filters-panel .filter-group .filter-title {
    padding: 10px 10px;
  }
  .m-filters-panel .filter-group.service-filters {
    width: 33.333%;
    padding-right: 10px;
  }
  .m-filters-panel .filter-group.sector-filters {
    width: 50%;
  }
  .m-filters-panel .filter-group.action-buttons {
    width: 16.667%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-filters-panel .filter-tags label {
    margin: 0 0 0 0;
  }
}
@media all and (min-width: 64em) {
  .m-filters-panel .filter-group.service-filters {
    width: 33.333%;
    padding-right: 10px;
  }
  .m-filters-panel .filter-group.sector-filters {
    width: 50%;
  }
  .m-filters-panel .filter-group.sector-filters .filter-tags label {
    width: 50%;
  }
}

.old .m-filters-panel {
  margin: 20px 0;
}
@media all and (min-width: 46.25em) {
  .old .m-filters-panel {
    margin: 40px 0 20px;
  }
}
.old .m-filter-tabs ul {
  list-style: none;
  clear: both;
  float: none;
  margin: 10px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.old .m-filter-tabs ul li {
  margin: 0;
  padding: 0;
}
.old .m-filter-tabs ul li {
  margin: 0 2px 0 0;
  padding: 10px 15px;
  font-size: 22px;
  font-size: 2.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  display: inline-block;
  background: rgb(255, 255, 255);
  border-bottom: 2px solid #F6F6F6;
}
.old .m-filter-tabs ul li a {
  color: #9a9a9a;
}
.old .m-filter-tabs ul li.selected {
  border-bottom: 2px solid rgb(255, 255, 255);
}
.old .m-filter-tabs ul li.selected a {
  color: rgb(26, 26, 26);
}
.old .m-filter-tabs ul li:hover a {
  color: rgb(26, 26, 26);
}
.old .m-filter-list {
  background: rgb(255, 255, 255);
  padding: 20px;
}
.old .m-filter-list strong {
  font-size: 16px;
  font-size: 1.6rem;
}
.old .m-filter-list .filter-sets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.old .m-filter-list .filter-group {
  list-style: none;
  clear: both;
  float: none;
  margin: 10px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 40px;
  padding-right: 15px;
}
.old .m-filter-list .filter-group li {
  margin: 0;
  padding: 0;
}
.old .m-filter-list .filter-group button {
  margin: 5px 3px 5px 0;
  height: 30px;
  padding: 3px 3px 3px 3px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.old .m-filter-list .filter-group button.group-divider {
  padding: 3px 0;
}
.old .m-filter-list .filter-group button.group-clear {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
}
.old .m-filter-list .filter-group button.group-tag {
  color: #9a9a9a;
}
.old .m-filter-list .filter-group button.group-tag.selected {
  color: rgb(26, 26, 26);
}
.old .m-filter-list .filter-tags {
  list-style: none;
  clear: both;
  float: none;
  margin: 10px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  display: none;
}
.old .m-filter-list .filter-tags li {
  margin: 0;
  padding: 0;
}
.old .m-filter-list .filter-tags button {
  border: 1px solid #9a9a9a;
  margin: 5px 5px 5px;
  height: 30px;
  padding: 3px 6px 3px 6px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.old .m-filter-list .filter-tags button .i-close {
  font-style: normal;
  background: url(/_assets/svg/i-plus-black.svg) 50% 50% no-repeat;
  background-size: contain;
  text-indent: -9999em;
  position: relative;
  color: rgba(255, 255, 255, 0);
  width: 0px;
  height: 10px;
  margin-left: 0px;
  opacity: 0;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.old .m-filter-list .filter-tags button:hover {
  background-color: #FFE864;
}
.old .m-filter-list .filter-tags button:hover .i-close {
  margin-left: 3px;
  width: 10px;
  opacity: 1;
}
.old .m-filter-list .filter-tags button:focus-visible {
  outline: 5px solid rgb(26, 26, 26);
}
.old .m-filter-list .filter-tags button.selected {
  background-color: rgb(26, 26, 26) !important;
  color: rgb(255, 255, 255) !important;
}
.old .m-filter-list .filter-tags button.selected .i-close {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: invert(1);
          filter: invert(1);
}
.old .m-filter-list .filter-tags.show-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.old .m-filter-list .see-all-switch {
  width: 100%;
  margin-top: 15px;
  border-top: 1px solid rgb(26, 26, 26);
  display: inline-block;
  text-align: right;
}
.old .m-filter-list .see-all-switch span {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
  padding: 1px;
}
.old .m-filter-list .see-all-switch span em:before {
  content: "all";
  font-style: normal;
}
.old .m-filter-list .see-all-switch .fa {
  margin-left: 5px;
}
.old .m-filter-list.see-all .filter-tags {
  max-height: 120px;
}
.old .m-filter-list.see-all .see-all-switch span em:before {
  content: "less";
}
.old .m-filter-list.see-all .see-all-switch span .fa {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media all and (min-width: 46.25em) {
  .old .m-filter-list .filter-sets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.lity {
  background: rgba(0, 0, 0, 0.6);
}
.lity.lity-opened .lity-close {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0.6s;
  transition: all 0.2s ease-in-out 0.6s;
}

.lity-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.lity-close {
  position: absolute;
  color: #003F6E;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  background: transparent url(/_assets/img/open-close-icon.png) center center no-repeat;
  background-size: cover;
  text-indent: -9999em;
  width: 28px;
  height: 28px;
  top: 6px;
  right: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lity-close:hover {
  color: #FF7400;
  text-shadow: none;
  background: transparent url(/_assets/img/open-close-icon.png) center center no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m-gallery-slider .slide {
  padding: 0 5px;
}
.m-gallery-slider .slick-arrow {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex !important;
}
.m-gallery-slider .slick-arrow img {
  width: 20px;
}
.m-gallery-slider .slick-prev {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(rgba(246, 246, 246, 0)));
  background-image: linear-gradient(left, #f6f6f6, rgba(246, 246, 246, 0));
  background-repeat: repeat-x;
}
.m-gallery-slider .slick-next {
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
  background-image: linear-gradient(left, rgba(246, 246, 246, 0), #f6f6f6);
  background-repeat: repeat-x;
}
@media all and (max-width: 46.24em) {
  .m-gallery-slider {
    margin: 10px -20px;
  }
}
@media all and (min-width: 46.25em) {
  .m-gallery-slider .slide {
    padding: 0 10px;
  }
  .m-gallery-slider .slick-arrow {
    width: 60px;
  }
}
@media all and (min-width: 64em) {
  .m-gallery-slider .slick-arrow {
    width: 80px;
  }
}

.m-client-slider {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-client-slider .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  clear: both;
  float: none;
  margin: 20px 0 0px;
  padding: 0;
}
.m-client-slider .grid li {
  margin: 0;
  padding: 0;
}
.m-client-slider .grid li {
  text-align: center;
  width: 50%;
  padding: 15px;
}
.m-client-slider .grid li img {
  display: inline-block;
  width: auto;
  max-width: 130px;
  max-height: 65px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.m-client-slider .slick-dots {
  list-style: none;
  clear: both;
  float: none;
  margin: 20px 0 -20px;
  padding: 0;
  text-align: right;
  padding-right: 10px;
}
.m-client-slider .slick-dots li {
  margin: 0;
  padding: 0;
}
.m-client-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.m-client-slider .slick-dots button {
  text-indent: -9999em;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  border: 1px solid rgb(26, 26, 26);
}
.m-client-slider .slick-dots .slick-active button {
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
}
@media all and (min-width: 37.5em) {
  .m-client-slider .grid li {
    width: 33.3333%;
    padding: 20px 15px;
  }
  .m-client-slider .grid li img {
    display: inline-block;
    width: auto;
    max-width: 200px;
    max-height: 100px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    max-width: 80%;
  }
}
@media all and (min-width: 46.25em) {
  .m-client-slider .grid li {
    width: 25%;
    padding: 20px 15px;
  }
  .m-client-slider .grid li img {
    max-width: 80%;
  }
}
@media all and (min-width: 64em) {
  .m-client-slider .grid li {
    width: 20%;
    padding: 15px 10px;
  }
  .m-client-slider .grid li img {
    max-width: 85%;
  }
}

.m-testimonials-slider {
  margin-top: 10px;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
}
.m-testimonials-slider .slide {
  padding: 0 10px;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-testimonials-slider .slide.slick-current {
  opacity: 1;
}
.m-testimonials-slider .slick-arrow {
  width: 50px;
  height: 100%;
  padding: 10px 10px 40px;
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center;
}
.m-testimonials-slider .slick-arrow img {
  top: calc(50% - 18px);
  position: relative;
}
.m-testimonials-slider .slick-arrow.slick-prev {
  left: 0;
}
.m-testimonials-slider .slick-arrow.slick-next {
  right: 0;
}
@media all and (min-width: 48.9375em) {
  .m-testimonials-slider .slick-arrow {
    width: 70px;
  }
}
@media all and (min-width: 64em) {
  .m-testimonials-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.version1 .clients-slider .grid li {
  text-align: center;
}
.version1 .clients-slider .grid li img {
  display: inline-block;
  width: 80%;
  max-width: 200px;
}
.version1 .clients-slider .slick-dots {
  list-style: none;
  clear: both;
  float: none;
  margin: 20px 0 -20px;
  padding: 0;
  text-align: right;
  padding-right: 10px;
}
.version1 .clients-slider .slick-dots li {
  margin: 0;
  padding: 0;
}
.version1 .clients-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.version1 .clients-slider .slick-dots button {
  text-indent: -9999em;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  border: 1px solid rgb(26, 26, 26);
}
.version1 .clients-slider .slick-dots .slick-active button {
  background: rgb(26, 26, 26);
}
@media all and (min-width: 46.25em) {
  .version1 .clients-slider .grid li img {
    width: 60%;
  }
}
@media all and (min-width: 64em) {
  .version1 .clients-slider .grid li img {
    width: 50%;
  }
}
.version1 .content-browser {
  width: 100%;
  height: auto;
  max-height: 340px;
  overflow-x: scroll;
  margin-top: 20px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.version1 .content-browser::-webkit-scrollbar {
  width: 0px;
  height: 6px;
  background: transparent;
}
.version1 .content-browser::-webkit-scrollbar-thumb {
  background: #FFE864;
}
.version1 .content-browser::-webkit-scrollbar-thumb:hover {
  background: rgb(26, 26, 26);
}
.version1 .content-browser .content-row {
  height: 320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 10px 0 20px;
}
.version1 .content-browser .content-slide {
  height: 300px;
  margin: 0 -4px 0 0;
  padding: 0 20px 0 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.version1 .content-browser .content-slide img {
  height: 300px;
  width: auto;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.version1 .content-browser .content-slide figcaption {
  display: inline-block;
  position: absolute;
  width: calc(100% - 20px);
  bottom: 0;
  left: 0;
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  padding: 0px;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  bottom: -10px;
}
.version1 .content-browser .content-slide figcaption p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.version1 .content-browser .content-slide:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.version1 .content-browser .content-slide:hover figcaption {
  opacity: 1;
  bottom: 0;
}
.version1 .content-browser .content-slide:hover figcaption p {
  opacity: 1;
}
.version1 .content-browser .content-slide:last-of-type {
  padding: 0;
}
.version1 .content-browser .content-slide:last-of-type figcaption {
  width: 100%;
}
@media all and (min-width: 46.25em) {
  .version1 .content-browser {
    max-height: 440px;
  }
  .version1 .content-browser .content-row {
    height: 420px;
  }
  .version1 .content-browser .content-slide {
    height: 400px;
  }
  .version1 .content-browser .content-slide img {
    height: 400px;
  }
}
@media all and (min-width: 64em) {
  .version1 .content-browser {
    max-height: 540px;
  }
  .version1 .content-browser .content-row {
    height: 520px;
  }
  .version1 .content-browser .content-slide {
    height: 500px;
  }
  .version1 .content-browser .content-slide img {
    height: 500px;
  }
}

.accordion > h3 {
  border-bottom: 1px solid rgb(26, 26, 26);
  padding: 3px;
  margin-bottom: 20px;
  position: relative;
}
.accordion > h3 .fa-angle-down {
  position: absolute;
  bottom: 5px;
  right: 3px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.accordion > h3 .ui-accordion-header-icon {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.accordion > h3 .ui-accordion-header-icon:after {
  content: "Read more";
  font-size: 12px;
  font-size: 1.2rem;
}
.accordion > h3.ui-state-hover {
  color: #003F6E;
  cursor: pointer;
}
.accordion > h3.ui-state-focus:focus-visible {
  color: #FFE864;
  background: rgb(26, 26, 26);
}
.accordion > h3.ui-state-active .ui-accordion-header-icon:after {
  content: "Close";
}
.accordion > h3.ui-state-active .fa-angle-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex .center-title {
  margin-top: 20px;
}
@media all and (min-width: 46.25em) {
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.f-split {
  padding-top: 20px;
  padding-bottom: 20px;
}
.f-split .col {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 46.25em) {
  .f-split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f-split .col {
    width: calc(50% - 10px);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f-split .col:first-of-type {
    margin-right: 20px;
  }
  .f-split.v-switcheroo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media all and (min-width: 64em) {
  .f-split .col {
    padding: 40px;
  }
}

.m-text-panel {
  padding: 20px;
}
@media all and (min-width: 64em) {
  .m-text-panel {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.f-offset {
  padding: 20px 0;
}
.f-offset .col {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
@media all and (min-width: 46.25em) {
  .f-offset {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f-offset .col {
    width: 50%;
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f-offset .m-text-panel {
    padding: 20px;
  }
  .f-offset.v-switcheroo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media all and (min-width: 64em) {
  .f-offset {
    padding: 60px 0;
  }
  .f-offset .col {
    padding: 30px 30px;
  }
  .f-offset .col-main {
    width: 58.3333333333%;
  }
  .f-offset .col-min {
    width: 41.6666666667%;
  }
  .f-offset .m-text-panel {
    padding: 40px;
  }
}
@media all and (min-width: 64em) {
  .f-offset .col {
    padding: 30px 40px;
  }
}

.f-48 {
  padding: 20px 0;
}
.f-48 .col {
  padding: 0 0 10px;
}
@media all and (min-width: 46.25em) {
  .f-48 {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f-48 .col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .f-48 .col-main {
    width: 66.6666666667%;
    padding: 0 10px 0 0;
  }
  .f-48 .col-min {
    width: 33.3333333333%;
    padding: 0 10px 0 0;
  }
}
@media all and (min-width: 64em) {
  .f-48 {
    padding: 60px 0;
  }
}

.f-single-col .col {
  padding: 20px 0;
}
@media all and (min-width: 46.25em) {
  .f-single-col {
    padding: 40px 0;
  }
  .f-single-col .col {
    width: 75%;
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 64em) {
  .f-single-col {
    padding: 40px 0;
  }
  .f-single-col .col {
    width: 50%;
    margin-left: 16.6666666667%;
  }
}

.f-open .col {
  width: 100%;
  margin-left: 0;
  padding: 20px 0;
}
@media all and (min-width: 46.25em) {
  .f-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .f-open .col {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.f-wide .col {
  padding: 20px 0;
  width: 100%;
}
@media all and (min-width: 64em) {
  .f-wide {
    padding: 30px 0;
  }
}

@media all and (min-width: 46.25em) {
  .old-site .f-homepage-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .old-site .f-homepage-header .text-col {
    width: 50%;
    margin-left: 0;
  }
  .old-site .f-homepage-header .image-col {
    width: 33.3333333333%;
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 46.25em) {
  .old-site .f-stacked {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .old-site .f-stacked .text-col {
    width: 50%;
    margin-left: 0;
  }
}
@media all and (min-width: 46.25em) {
  .old-site .f-split-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .old-site .f-split-block .col {
    width: 50%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 64em) {
  .old-site .f-split-block .col {
    padding: 40px;
  }
}
.old-site .f-simple-grid .col {
  width: 100%;
  margin-left: 0;
  padding-top: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media all and (min-width: 46.25em) {
  .old-site .f-simple-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (min-width: 46.25em) {
  .old-site .f-64-cols .col1 {
    width: 50%;
    margin-left: 0;
    padding-bottom: 8%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .old-site .f-64-cols .col2 {
    width: 33.3333333333%;
    margin-left: 16.6666666667%;
    padding-top: 8%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.old-site .f-header-3-cols {
  padding-top: 40px;
}
@media all and (min-width: 46.25em) {
  .old-site .f-header-3-cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .old-site .f-header-3-cols .text-col {
    width: 41.6666666667%;
    margin-left: 0;
    padding: 40px;
    position: relative;
  }
  .old-site .f-header-3-cols .col {
    width: 33%;
    margin: 0 10px;
  }
}
.old-site .f-set-right .main {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (min-width: 46.25em) {
  .old-site .f-set-right .main {
    width: 50%;
    margin-left: 41.6666666667%;
  }
}
.old-site .f-set-left .main {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media all and (min-width: 46.25em) {
  .old-site .f-set-left .main {
    width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }
}
.old-site .f-split-blocks .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}
.old-site .f-split-blocks .block .image-col {
  padding-bottom: 20px;
}
@media all and (min-width: 46.25em) {
  .old-site .f-split-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
  .old-site .f-split-blocks .block {
    margin: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .old-site .f-split-blocks .block .image-col {
    width: 41.6666666667%;
    margin-left: 8.3333333333%;
    padding-bottom: 0px;
  }
  .old-site .f-split-blocks .block .text-col {
    width: 33.3333333333%;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
  .old-site .f-split-blocks.m-alternating-blocks .block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 0;
  }
  .old-site .f-split-blocks.m-alternating-blocks .block:nth-of-type(even) .image-col {
    width: 41.6666666667%;
    margin-left: 0;
    margin-left: 0;
  }
  .old-site .f-split-blocks.m-alternating-blocks .block:nth-of-type(odd) .image-col {
    width: 41.6666666667%;
    margin-left: 0;
    margin-left: 0;
  }
}
.old-site .f-centered {
  text-align: center;
}
.old-site .f-centered .main {
  margin-top: 20px;
  margin-bottom: 20px;
}
.old-site .f-centered .bordered-link {
  padding-left: 50px;
}
@media all and (min-width: 46.25em) {
  .old-site .f-centered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .old-site .f-centered .main {
    width: 50%;
    margin-left: 25%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.old-site .f-split-content {
  padding-top: 40px;
}
.old-site .f-split-content .block {
  text-align: center;
  padding: 40px;
}
.old-site .f-split-content .block .bordered-link {
  padding-left: 50px;
}
@media all and (min-width: 46.25em) {
  .old-site .f-split-content .block {
    width: 33.3333333333%;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
    padding: 40px;
    position: relative;
  }
  .old-site .f-split-content .bordered:after {
    content: "";
    position: absolute;
    display: inline-block;
    right: -25%;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgb(26, 26, 26);
  }
}
.old-site .f-split-content-wide {
  padding-top: 3%;
}
.old-site .f-split-content-wide img {
  margin: 0 0 20px;
}
.old-site .f-split-content-wide p + img {
  margin-top: 40px;
}
.old-site .f-split-content-wide .block {
  padding: 40px 0;
}
@media all and (min-width: 46.25em) {
  .old-site .f-split-content-wide .b1 {
    width: 41.6666666667%;
    margin-left: 8.3333333333%;
    padding: 0 0 40px 0;
    position: relative;
  }
  .old-site .f-split-content-wide .b2 {
    width: 33.3333333333%;
    margin-left: 8.3333333333%;
    padding: 0 0 40px 0;
    position: relative;
  }
}
@media all and (min-width: 46.25em) {
  .old-site .f-hero-image img {
    width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
.old-site .f-footer-xx p {
  margin: 0 0 5px;
  line-height: 1.6em;
  font-size: 12px;
  font-size: 1.2rem;
}
.old-site .f-footer-xx .block {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 46.25em) {
  .old-site .f-footer-xx .b1 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .old-site .f-footer-xx .b2 {
    width: 16.6666666667%;
    margin-left: 8.3333333333%;
  }
  .old-site .f-footer-xx .b3 {
    width: 25%;
    margin-left: 16.6666666667%;
  }
}

.pull-down {
  z-index: 1;
  position: relative;
}
@media all and (min-width: 46.25em) {
  .pull-down {
    margin-bottom: -80px;
  }
}
@media all and (min-width: 64em) {
  .pull-down {
    margin-bottom: -120px;
  }
}

.pull-up {
  z-index: 1;
  position: relative;
}
@media all and (min-width: 46.25em) {
  .pull-up {
    margin-top: -80px;
  }
}
@media all and (min-width: 64em) {
  .pull-up {
    margin-top: -100px;
  }
}

.space-top {
  padding-top: 60px;
}
@media all and (min-width: 46.25em) {
  .space-top {
    padding-top: 100px;
  }
}
@media all and (min-width: 64em) {
  .space-top {
    padding-top: 120px;
  }
}

.small-space-top {
  padding-top: 30px;
}
@media all and (min-width: 46.25em) {
  .small-space-top {
    padding-top: 50px;
  }
}
@media all and (min-width: 64em) {
  .small-space-top {
    padding-top: 60px;
  }
}

.space-bottom {
  padding-bottom: 60px;
}
@media all and (min-width: 46.25em) {
  .space-bottom {
    padding-bottom: 100px;
  }
}
@media all and (min-width: 64em) {
  .space-bottom {
    padding-bottom: 120px;
  }
}

.small-space-bottom {
  padding-bottom: 30px;
}
@media all and (min-width: 46.25em) {
  .small-space-bottom {
    padding-bottom: 50px;
  }
}
@media all and (min-width: 64em) {
  .small-space-bottom {
    padding-bottom: 60px;
  }
}

@media all and (min-width: 46.25em) {
  .indent-1 {
    margin-left: 8.3333333333%;
  }
}

.hero-image-container {
  padding-top: 20px;
}
@media all and (min-width: 46.25em) {
  .hero-image-container {
    padding-top: 40px;
  }
}

.border-top > .col {
  border-top: 1px solid rgba(154, 154, 154, 0.7);
}

.border-bottom > .col {
  border-bottom: 1px solid rgba(154, 154, 154, 0.7);
}

.rounded-edge {
  border-radius: 0 0 20px 0;
}
@media all and (min-width: 46.25em) {
  .rounded-edge {
    border-radius: 0 0 30px 0;
  }
}
@media all and (min-width: 64em) {
  .rounded-edge {
    border-radius: 0 0 40px 0;
  }
}

.v-people-graphics {
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.v-people-graphics img {
  margin-top: -1px;
  margin-bottom: -1px;
}
.v-people-graphics .left-col {
  padding: 0;
}
.v-people-graphics .right-col {
  padding: 40px;
}

.m-homepage-section-feature {
  margin: 20px -20px 0px;
  padding-bottom: 20px;
  width: auto;
}
.m-homepage-section-feature .section {
  padding: 20px 40px 20px 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}
.m-homepage-section-feature .section .section-header {
  position: relative;
  padding-bottom: 25px;
  width: 100%;
  text-align: left;
}
.m-homepage-section-feature .section .section-header:hover .section-title {
  color: #FFE864;
}
.m-homepage-section-feature .section .section-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin: 0 0 5px;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.m-homepage-section-feature .section .section-subtitle {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgb(255, 255, 255);
  font-family: "CircularXXWeb-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  display: inline-block;
  height: auto;
  max-height: 40px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}
.m-homepage-section-feature .section .read-more {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: underline;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
}
.m-homepage-section-feature .section .read-more i {
  margin-left: 4px;
}
.m-homepage-section-feature .section.v-what {
  background: #20CCA8;
  border-radius: 0 60px 0 0;
}
.m-homepage-section-feature .section.v-how {
  background: #E50050;
  color: rgb(255, 255, 255);
  border-radius: 0 0 60px 0;
}
.m-homepage-section-feature .section.v-why {
  background: #FFE864;
  background: #003F6E;
  color: rgb(255, 255, 255);
  border-radius: 0 60px 0 0;
}
.m-homepage-section-feature .section .section-body > div {
  height: auto;
  max-height: 0px;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.m-homepage-section-feature .section .section-body > div > * {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.m-homepage-section-feature .section .section-body .button {
  background: rgb(255, 255, 255);
  color: rgb(26, 26, 26);
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.m-homepage-section-feature .section .section-body .button:hover {
  background: rgb(26, 26, 26);
  color: #FFE864;
}
.m-homepage-section-feature .section .section-feature-title h3, .m-homepage-section-feature .section .section-feature-title h4 {
  font-size: inherit;
}
.m-homepage-section-feature .section .section-close {
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  padding: 0 0;
  opacity: 0;
  text-decoration: underline;
}
.m-homepage-section-feature .section .section-close i {
  margin-left: 4px;
}
.m-homepage-section-feature .section.show-section .read-more {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.m-homepage-section-feature .section.show-section .section-body > div {
  max-height: 500px;
  padding-bottom: 25px;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.m-homepage-section-feature .section.show-section .section-body > div > * {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.m-homepage-section-feature .section.show-section .section-close {
  max-height: 30px;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  opacity: 1;
  padding: 5px 0 0;
}
.m-homepage-section-feature .section.min-section {
  padding-top: 12px;
  padding-bottom: 1px;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.m-homepage-section-feature .section.min-section.v-what {
  border-radius: 0 30px 0 0;
}
.m-homepage-section-feature .section.min-section.v-how {
  border-radius: 0 0 30px 0;
}
.m-homepage-section-feature .section.min-section.v-why {
  border-radius: 0 30px 0 0;
}
.m-homepage-section-feature .section.min-section .section-header {
  padding-bottom: 0px;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.m-homepage-section-feature .section.min-section .section-title {
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  margin: 0;
}
.m-homepage-section-feature .section.min-section .section-subtitle {
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
  padding: 0;
  margin: 0;
}
.m-homepage-section-feature .section.min-section .read-more {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
@media all and (min-width: 46.25em) {
  .m-homepage-section-feature {
    margin: 20px -20px 30px;
  }
  .m-homepage-section-feature .section {
    padding: 30px 80px 30px 100px;
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
  }
  .m-homepage-section-feature .section.v-what {
    border-radius: 0 80px 0 0;
    width: 50%;
  }
  .m-homepage-section-feature .section.v-how {
    border-radius: 0 0 80px 0;
    width: 75%;
  }
  .m-homepage-section-feature .section.v-why {
    border-radius: 0 80px 0 0;
    width: 100%;
  }
  .m-homepage-section-feature .section .section-body {
    padding: 0 100px;
  }
  .m-homepage-section-feature .section .section-close {
    bottom: auto;
    left: auto;
    right: 80px;
    top: 30px;
  }
  .m-homepage-section-feature .section.show-section {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .m-homepage-section-feature .section.show-section.v-what, .m-homepage-section-feature .section.show-section.v-how, .m-homepage-section-feature .section.show-section.v-why {
    width: 100%;
  }
  .m-homepage-section-feature .section.show-section .section-body > div {
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .m-homepage-section-feature .section.show-section .section-body > div > * {
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
  }
  .m-homepage-section-feature .section.min-section {
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
  }
  .m-homepage-section-feature .section.min-section.v-what {
    width: 30%;
  }
  .m-homepage-section-feature .section.min-section.v-how {
    width: 40%;
  }
  .m-homepage-section-feature .section.min-section.v-why {
    width: 50%;
  }
  .m-homepage-section-feature .section.min-section .section-body > div {
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .m-homepage-section-feature .section.min-section .section-body > div > * {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
}
@media all and (min-width: 64em) {
  .m-homepage-section-feature {
    margin: 20px 0px 30px;
  }
  .m-homepage-section-feature .section {
    padding: 30px 100px 30px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: all 0.2s ease-in-out 0.6s;
    transition: all 0.2s ease-in-out 0.6s;
  }
  .m-homepage-section-feature .section .section-header {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
  }
  .m-homepage-section-feature .section .section-title {
    font-size: 55px;
    font-size: 5.5rem;
  }
  .m-homepage-section-feature .section .section-subtitle {
    opacity: 1;
  }
  .m-homepage-section-feature .section .section-feature-title {
    font-size: 30px;
    font-size: 3rem;
  }
  .m-homepage-section-feature .section .section-body {
    width: 0%;
    padding: 0 0 1px 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
  }
  .m-homepage-section-feature .section .section-body > div {
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .m-homepage-section-feature .section .section-body > div > * {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .m-homepage-section-feature .section .read-more {
    -webkit-transition: all 0.2s ease-in-out 0.8s;
    transition: all 0.2s ease-in-out 0.8s;
  }
  .m-homepage-section-feature .section.show-section {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .m-homepage-section-feature .section.show-section .section-subtitle {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .m-homepage-section-feature .section.show-section.v-what .section-header, .m-homepage-section-feature .section.show-section.v-how .section-header, .m-homepage-section-feature .section.show-section.v-why .section-header {
    width: 30%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .m-homepage-section-feature .section.show-section.v-what .section-body, .m-homepage-section-feature .section.show-section.v-how .section-body, .m-homepage-section-feature .section.show-section.v-why .section-body {
    width: 70%;
    padding: 0 100px 1px 40px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  .m-homepage-section-feature .section.show-section.v-what .section-body > div, .m-homepage-section-feature .section.show-section.v-how .section-body > div, .m-homepage-section-feature .section.show-section.v-why .section-body > div {
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
  }
  .m-homepage-section-feature .section.show-section.v-what .section-body > div > *, .m-homepage-section-feature .section.show-section.v-how .section-body > div > *, .m-homepage-section-feature .section.show-section.v-why .section-body > div > * {
    -webkit-transition: all 0.4s ease-in-out 0.6s;
    transition: all 0.4s ease-in-out 0.6s;
  }
  .m-homepage-section-feature .section.min-section {
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
  }
  .m-homepage-section-feature .section.min-section.v-what .section-header, .m-homepage-section-feature .section.min-section.v-how .section-header, .m-homepage-section-feature .section.min-section.v-why .section-header {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
  }
  .m-homepage-section-feature .section.min-section.v-what .section-body, .m-homepage-section-feature .section.min-section.v-how .section-body, .m-homepage-section-feature .section.min-section.v-why .section-body {
    width: 0%;
    padding: 0 0 1px 0;
    -webkit-transition: all 0.2s ease-in-out 0.4s;
    transition: all 0.2s ease-in-out 0.4s;
  }
  .m-homepage-section-feature .section.min-section.v-what .section-body > div, .m-homepage-section-feature .section.min-section.v-how .section-body > div, .m-homepage-section-feature .section.min-section.v-why .section-body > div {
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .m-homepage-section-feature .section.min-section.v-what .section-body > div > *, .m-homepage-section-feature .section.min-section.v-how .section-body > div > *, .m-homepage-section-feature .section.min-section.v-why .section-body > div > * {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
}
@media all and (min-width: 81.25em) {
  .m-homepage-section-feature .section .section-header {
    padding-left: 40px;
    padding-right: 10px;
  }
  .m-homepage-section-feature .section .section-title {
    font-size: 70px;
    font-size: 7rem;
  }
  .m-homepage-section-feature .section .section-feature-title {
    font-size: 40px;
    font-size: 4rem;
  }
  .m-homepage-section-feature .section.show-section.v-what .section-body, .m-homepage-section-feature .section.show-section.v-how .section-body, .m-homepage-section-feature .section.show-section.v-why .section-body {
    padding: 0 180px 1px 100px;
  }
}

.t-working-with-mima .v-offset-upwards .container {
  padding-top: 180px;
  margin-top: -180px;
  border-radius: 0 0 30px 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
}
.t-working-with-mima .m-section-feature .section-feature-text .title p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1em;
}
.t-working-with-mima .m-homepage-section-feature .section.v-why {
  padding-bottom: 40px;
}
.t-working-with-mima .m-homepage-section-feature .section.v-why .section-close {
  bottom: 40px;
}
.t-working-with-mima .section-feature-slides {
  width: 100%;
}
.t-working-with-mima .section-feature-slides .m-testimonials-slider {
  width: calc(100% + 40px);
}
.t-working-with-mima .m-people-graphic {
  margin-top: -20px;
}
.t-working-with-mima .section-feature-image {
  margin-top: 20px;
}
.t-working-with-mima .opportunities-preview {
  width: 100%;
  max-width: 400px;
  text-align: center;
  z-index: 2;
  background: #F6F6F6;
  background: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  padding: 20px;
}
.t-working-with-mima .opportunities-preview h3 {
  margin: 0 0 5px;
}
.t-working-with-mima .opportunities-preview .opp-list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
}
.t-working-with-mima .opportunities-preview .opp-list li {
  margin: 0;
  padding: 0;
}
.t-working-with-mima .opportunities-preview .opp-list li {
  margin-bottom: 5px;
}
.t-working-with-mima .opportunities-preview .opp-list li:last-of-type {
  margin-bottom: 0;
}
.t-working-with-mima .opportunities-preview .opp-list a {
  font-family: "CircularXXWeb-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
.t-working-with-mima .opportunities-preview .opp-list a .fa {
  margin-left: 4px;
}
.t-working-with-mima .opportunities-preview .opp-list a:hover {
  color: #FFE864;
}
.t-working-with-mima .opportunities-preview img {
  z-index: 1;
}
.t-working-with-mima .opportunities-preview .button {
  top: -19px;
  position: relative;
}
.t-working-with-mima .opportunities-preview .button:active, .t-working-with-mima .opportunities-preview .button:focus {
  background: rgb(26, 26, 26);
}
.t-working-with-mima .opportunities-preview .button:active:hover, .t-working-with-mima .opportunities-preview .button:focus:hover {
  color: rgb(255, 255, 255);
}
.t-working-with-mima .opportunities-preview.fade {
  bottom: -30px;
  -webkit-transition: all 0.7s ease-in-out 1s;
  transition: all 0.7s ease-in-out 1s;
}
.t-working-with-mima .opportunities-preview.fade.animated {
  bottom: 0;
}
.t-working-with-mima .v-opp-list .opp-image-thumb {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.t-working-with-mima .opp-links {
  margin-top: 20px;
}
@media all and (min-width: 46.25em) {
  .t-working-with-mima .v-offset-upwards .container {
    padding-top: 230px;
    margin-top: -230px;
    border-radius: 0 0 30px 0;
  }
  .t-working-with-mima .m-section-feature .section-feature-text .title {
    padding-left: 80px;
    margin-left: 0;
    width: 50%;
  }
  .t-working-with-mima .m-section-feature .section-feature-text .text {
    width: 50%;
    padding: 0;
  }
  .t-working-with-mima .m-testimonials-slider {
    width: 100%;
    margin: 0;
  }
  .t-working-with-mima .m-testimonials-slider .slide {
    padding: 0;
  }
  .t-working-with-mima .m-testimonials-slider .slick-arrow {
    bottom: 0;
    top: auto;
    left: auto;
    height: auto;
    padding: 0;
    width: 26px;
  }
  .t-working-with-mima .m-testimonials-slider .slick-arrow.slick-next {
    right: 0px;
  }
  .t-working-with-mima .m-testimonials-slider .slick-arrow.slick-prev {
    right: 20px;
  }
  .t-working-with-mima .m-testimonials-slider .slick-arrow img {
    top: auto;
    height: 14px;
  }
  .t-working-with-mima .m-testimonials-slider figcaption {
    padding-right: 50px;
    width: calc(100% - 50px);
  }
  .t-working-with-mima .m-people-graphic {
    margin-top: -50px;
  }
  .t-working-with-mima .m-homepage-section-feature .section.v-why {
    padding-bottom: 20px;
  }
  .t-working-with-mima .m-homepage-section-feature .section.v-why .section-close {
    bottom: 20px;
  }
  .t-working-with-mima .opportunities-preview {
    position: absolute;
    text-align: left;
    bottom: 0;
    right: 0;
    margin-bottom: 0.35em;
  }
}
@media all and (min-width: 64em) {
  .t-working-with-mima .v-offset-upwards .container {
    padding-top: 330px;
    margin-top: -330px;
    border-radius: 0 0 40px 0;
  }
  .t-working-with-mima .m-section-feature .section-feature-text .title {
    padding-left: 0px;
    padding-right: 40px;
    width: 55%;
  }
  .t-working-with-mima .m-section-feature .section-feature-text .title p {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .t-working-with-mima .m-section-feature .section-feature-text .text {
    width: 45%;
    margin-top: 5px;
  }
  .t-working-with-mima .section-feature-slides .m-testimonials-slider {
    width: 100%;
  }
  .t-working-with-mima .m-homepage-section-feature .section.v-why.min-section {
    padding-bottom: 1px;
  }
  .t-working-with-mima .section-feature-image {
    margin-top: 0px;
  }
  .t-working-with-mima .opportunities-preview {
    width: auto;
    right: 0;
    margin-right: 10%;
  }
  .t-working-with-mima .opportunities-preview .button {
    top: 0;
  }
}
@media all and (min-width: 81.25em) {
  .t-working-with-mima .opportunities-button {
    top: 30px;
  }
  .t-working-with-mima .m-section-feature .section-feature-text .title p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.holding-page .page-header {
  position: relative;
}
.holding-page .page-header .logo {
  min-width: 200px;
  min-height: 140px;
  margin-bottom: 20px;
}
.holding-page .l-center-center {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.holding-page .l-center-center .m-section-feature {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.holding-page .l-center-center .m-section-feature .section-feature-text .title > h2 {
  margin-bottom: 20px;
}
.holding-page .l-center-center .m-section-feature .section-feature-text .title p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}
.holding-page .l-center-center .m-section-feature.v-explainer .section-feature-text .title {
  margin: 0 auto;
}
.holding-page .graphic {
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
}
.holding-page .graphic img {
  width: 100%;
}
.holding-page .button {
  font-size: 20px;
  font-size: 2rem;
}
@media all and (min-width: 64em) {
  .holding-page .l-center-center .m-section-feature {
    padding-top: 160px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0.4s;
  transition: all 0.2s ease-in-out 0.4s;
  will-change: opacity;
}
.fade.animated {
  opacity: 1;
}
html.no-js .fade {
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  visibility: visible !important;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    visibility: visible !important;
  }
}

@media all and (min-width: 46.25em) {
  .no-flexbox .general-content .fi img {
    position: relative;
    bottom: auto;
  }
  .no-flexbox .mainnav > .fi {
    display: inline-block;
    width: 43%;
    vertical-align: top;
  }
  .no-flexbox .mainnav > ul.fi {
    width: 63%;
  }
}
@media all and (min-width: 64em) {
  .no-flexbox .general-content > .fi {
    display: inline-block;
    width: 43%;
    vertical-align: top;
  }
}

html .mod span {
  display: none;
}
html.flexbox .flexbox, html.touch .touch, html.js .js, html.mediaqueries .mediaqueries, html.cookies .cookies, html.backgroundblendmode .backgroundblendmode, html.backgroundcliptext .backgroundcliptext, html.csscalc .csscalc, html.csscolumns .csscolumns, html.batteryapi .batteryapi, html.cssfilters .cssfilters, html.ligatures .ligatures, html.flash .flash {
  display: inline-block;
}
html.flexbox .flexbox:before, html.touch .touch:before, html.js .js:before, html.mediaqueries .mediaqueries:before, html.cookies .cookies:before, html.backgroundblendmode .backgroundblendmode:before, html.backgroundcliptext .backgroundcliptext:before, html.csscalc .csscalc:before, html.csscolumns .csscolumns:before, html.batteryapi .batteryapi:before, html.cssfilters .cssfilters:before, html.ligatures .ligatures:before, html.flash .flash:before {
  content: "";
  background: #6be468;
  margin: 0 5px 0 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: -1px;
}
html.safari .safari {
  display: inline-block;
}
html.chrome .chrome {
  display: inline-block;
}
html.firefox .firefox {
  display: inline-block;
}
html.ie .ie {
  display: inline-block;
}
html.mac .mac {
  display: inline-block;
}
html.win .win {
  display: inline-block;
}
html.webkit .webkit {
  display: inline-block;
}
html.gecko .gecko {
  display: inline-block;
}
html.ipod .ipod {
  display: inline-block;
}
html.iphone .iphone {
  display: inline-block;
}
html.ipad .ipad {
  display: inline-block;
}
html.webtv .webtv {
  display: inline-block;
}
html.android .android {
  display: inline-block;
}
html.mobile .mobile {
  display: inline-block;
}

html.no-flexbox .no-flexbox, html.no-touch .no-touch, html.no-js .no-js, html.no-mediaqueries .no-mediaqueries, html.no-cookies .no-cookies, html.no-backgroundblendmode .no-backgroundblendmode, html.no-backgroundcliptext .no-backgroundcliptext, html.no-csscalc .no-csscalc, html.no-csscolumns .no-csscolumns, html.no-batteryapi .no-batteryapi, html.no-cssfilters .no-cssfilters, html.no-ligatures .no-ligatures, html.no-flash .no-flash {
  display: inline-block;
  font-weight: bold;
}
html.no-flexbox .no-flexbox:before, html.no-touch .no-touch:before, html.no-js .no-js:before, html.no-mediaqueries .no-mediaqueries:before, html.no-cookies .no-cookies:before, html.no-backgroundblendmode .no-backgroundblendmode:before, html.no-backgroundcliptext .no-backgroundcliptext:before, html.no-csscalc .no-csscalc:before, html.no-csscolumns .no-csscolumns:before, html.no-batteryapi .no-batteryapi:before, html.no-cssfilters .no-cssfilters:before, html.no-ligatures .no-ligatures:before, html.no-flash .no-flash:before {
  content: "";
  background: #ec5463;
  margin: 0 5px 0 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: -1px;
}

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre, blockquote {
    border: 1px solid #9a9a9a;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */