﻿@charset "UTF-8";
/*------------------------------------*\
    $RESET
\*------------------------------------*/
/* Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0; }

header, footer, nav, section, article, hgroup, figure {
  display: block; }

/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*
//Layout
$max-width: 72em;
*/
/*
//Borders
$border-med: 3px;
$border-thick: 7px;


//Breakpoints
$bp-small : 24em;
$bp-small-2 : 29.75em;
$bp-small-3 : 39.8em;
$bp-med : 46.8em;
$bp-med-2 : 48em;
$bp-large : 50em;
$bp-large-2 : 66em;
$bp-xl : 73em;
$bp-xxl : 89em;
$bp-xxxl : 93em;*/
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/* CSS Transition
  Usage: @include transition(width,0.3s,ease-out);
 */
/*@mixin transition($transition-property, $transition-time, $method) {
  -webkit-transition: $transition-property $transition-time $method;
  -moz-transition: $transition-property $transition-time $method;
  -ms-transition: $transition-property $transition-time $method;
  -o-transition: $transition-property $transition-time $method;
  transition: $transition-property $transition-time $method;
}*/
/* Rem Unit font sizes with relative fallback http:/seesparkbox.com/foundry/scss_rem_mixin_now_with_a_better_fallback  
  Usage: @include font-size(1, large);
*/
/*
      www.OnlineWebFonts.Com 
      You must credit the author Copy this link on your web 
      <div>Font made from <a href="http://www.onlinewebfonts.com/fonts">Web Fonts</a>is licensed by CC BY 4.0</div>
      OR
      <a href="http://www.onlinewebfonts.com/fonts">Web Fonts</a>

      CSS rules to specify fonts

      font-family: "Aptos";;

*/

@font-face{
    font-family: "Aptos";
    src: url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.eot");
    src: url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.svg#Aptos")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
 @font-face {
    font-family: "Aptos Light";
    src: url("https://db.onlinewebfonts.com/t/e8a7505485a5ddd0182b6ad05ba8a47f.eot");
    src: url("https://db.onlinewebfonts.com/t/e8a7505485a5ddd0182b6ad05ba8a47f.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e8a7505485a5ddd0182b6ad05ba8a47f.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e8a7505485a5ddd0182b6ad05ba8a47f.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e8a7505485a5ddd0182b6ad05ba8a47f.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e8a7505485a5ddd0182b6ad05ba8a47f.svg#Aptos Light")format("svg");
}

@font-face {
    font-family: "Aptos Narrow";
    src: url("https://db.onlinewebfonts.com/t/c5cd0c2c556e7828f12e478a2c19cc53.eot");
    src: url("https://db.onlinewebfonts.com/t/c5cd0c2c556e7828f12e478a2c19cc53.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c5cd0c2c556e7828f12e478a2c19cc53.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/c5cd0c2c556e7828f12e478a2c19cc53.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/c5cd0c2c556e7828f12e478a2c19cc53.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/c5cd0c2c556e7828f12e478a2c19cc53.svg#Aptos Narrow")format("svg");
}

@font-face{
    font-family: "Aptos Display";
    src: url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.eot");
    src: url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/7dd5f4bf5d38875ca1822a830b6e6fe4.svg#Aptos Display")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face {
    font-family: "Aptos SemiBold";
    src: url("https://db.onlinewebfonts.com/t/cfd2b2e62e2d0da33c516f3249ac6e81.eot");
    src: url("https://db.onlinewebfonts.com/t/cfd2b2e62e2d0da33c516f3249ac6e81.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/cfd2b2e62e2d0da33c516f3249ac6e81.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/cfd2b2e62e2d0da33c516f3249ac6e81.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/cfd2b2e62e2d0da33c516f3249ac6e81.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/cfd2b2e62e2d0da33c516f3249ac6e81.svg#Aptos SemiBold")format("svg");
}
 

@media all {
  .font-secondary {
    font-family: "Aptos Display", sans-serif; }
  .weight500 {
    font-weight: 500; }
  .example-text {
    font-family: "Lucida Console", Monaco, monospace; }
  .color-palette h4 {
    margin: 1em 0 0 0.6em; }
  .color-palette ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .color-palette ul li {
      margin: 0.6em;
      list-style-type: none; }
      .color-palette ul li strong {
        text-transform: uppercase; }
      .color-palette ul li span {
        display: block; }
        .color-palette ul li span:first-child {
          width: 170px;
          height: 100px;
          margin-bottom: 5px;
          border-radius: 0.25em; }
      .color-palette ul li .example-text {
        font-size: 13px; } }

/*------------------------------------*\
    $GLOBAL ELEMENTS
\*------------------------------------*/
/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

/*.fa-twitter:before {
  content: "\f099"; }
*/

.fa-twitter{
	font-family:sans-serif;
  font-weight: normal;}

.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;}

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome-pro-5.0.4/fa-regular-400.eot");
  src: url("../fonts/fontawesome-pro-5.0.4/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-pro-5.0.4/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome-pro-5.0.4/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome-pro-5.0.4/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome-pro-5.0.4/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome-pro-5.0.4/fa-solid-900.eot");
  src: url("../fonts/fontawesome-pro-5.0.4/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-pro-5.0.4/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome-pro-5.0.4/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome-pro-5.0.4/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome-pro-5.0.4/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fontawesome-pro-5.0.4/fa-light-300.eot");
  src: url("../fonts/fontawesome-pro-5.0.4/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-pro-5.0.4/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome-pro-5.0.4/fa-light-300.woff") format("woff"), url("../fonts/fontawesome-pro-5.0.4/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome-pro-5.0.4/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.0.4 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome-pro-5.0.4/fa-brands-400.eot");
  src: url("../fonts/fontawesome-pro-5.0.4/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-pro-5.0.4/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome-pro-5.0.4/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome-pro-5.0.4/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome-pro-5.0.4/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@media all {
  .buffer-top--sm {
    padding-top: 16px; }
  article {
    /*@media (max-width: 575.98px) {
      margin-top: 65px;
    }
    @media (min-width: 576px) and (max-width: 767.98px) {
      margin-top: 75px;
    }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      margin-top: 100px;
    }*/ } }
  @media all and (min-width: 992px) {
    article .container {
      max-width: 837px; } }

@media all {
    article .container > * + * {
      margin-top: 1em; }
    article .container > * + hr {
      margin-top: 56px; }
    article .container > * + .expanding-list {
      margin-top: 46px; }
    article .container > * + figure.image-wrapper {
      margin-top: 51px; }
    article .container > * + table {
      margin-top: 26px; } }
  @media all and (min-width: 992px) {
    article .container.container--wider {
      max-width: 990px; } }
  @media all and (min-width: 1200px) {
    article .container.container--wider {
      max-width: 1170px; } }

@media all {
    article img {
      max-width: 100%; }
    article ol,
    article ul {
      margin-left: 39px; }
      article ol li + li,
      article ul li + li {
        margin-top: 12px; }
  img.right {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em; }
  img.left {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em; }
  figure.image-wrapper {
    margin-bottom: 2em;
   margin-top: 0px; }
    figure.image-wrapper img {
      width: 100%; }
    figure.image-wrapper figcaption {
      max-width: 590px;
      margin-left: auto;
      margin-right: auto;
      color: #476384;
      font-size: 14px;
      text-align: center;
      padding: 14px; }
      .container figure.image-wrapper figcaption {
        background-color: #edf2fa;
        max-width: none; }
    figure.image-wrapper.image-wrapper--float-right {
      float: right;
      margin-left: 1.5em; }
    figure.image-wrapper.image-wrapper--float-left {
      float: left;
      margin-right: 1.5em; }
    figure.image-wrapper.image-wrapper--float-right, figure.image-wrapper.image-wrapper--float-left {
      display: table;
      margin-top: 1.5em !important;
      margin-bottom: 1.5em; }
      figure.image-wrapper.image-wrapper--float-right img, figure.image-wrapper.image-wrapper--float-left img {
        width: auto; }
      figure.image-wrapper.image-wrapper--float-right figcaption, figure.image-wrapper.image-wrapper--float-left figcaption {
        display: table-caption;
        caption-side: bottom; }
  [class*="bg-band"] {
    padding-top: 42px;
    padding-bottom: 42px;
    margin-bottom: 45px; }
    [class*="bg-band"] h1 {
      margin-bottom: 0; }
    [class*="bg-band"].bg-band--no-padding {
      padding-top: 0;
      padding-bottom: 0; }
    [class*="bg-band"] + .bg-band--no-padding {
      margin-top: -48px; }
    .container + [class*="bg-band"] {
      margin-top: 2em; }
    [class*="bg-band"].bg-band--no-margin {
      margin: 0; }
  .bg-band--light-blue {
    background-color: #edf2fa; }
  .gradient-bg {
    background: #4f84c3;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#4f84c3), to(#7763a5));
    background: -o-linear-gradient(left, #4f84c3 0%, #7763a5 100%);
    background: linear-gradient(to right, #4f84c3 0%, #7763a5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f84c3', endColorstr='#7763a5',GradientType=1 );
    /* IE6-9 */ }
    .gradient-bg,
    .gradient-bg p {
      color: white; }
    .gradient-bg a {
      color: white;
      text-decoration: underline; }
  .gradient-bg--indigo {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 82, 153, 0.2)), color-stop(70%, rgba(203, 203, 224, 0)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(83, 82, 153, 0.2) 0%, rgba(203, 203, 224, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(83, 82, 153, 0.2) 0%, rgba(203, 203, 224, 0) 70%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33535299', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  .gradient-bg--magenta {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 72, 153, 0.2)), color-stop(70%, rgba(237, 200, 224, 0)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(195, 72, 153, 0.2) 0%, rgba(237, 200, 224, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(195, 72, 153, 0.2) 0%, rgba(237, 200, 224, 0) 70%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33c34899', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  .gradient-bg--purple {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 134, 200, 0.2)), color-stop(70%, rgba(230, 219, 239, 0)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(170, 134, 200, 0.2) 0%, rgba(230, 219, 239, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(170, 134, 200, 0.2) 0%, rgba(230, 219, 239, 0) 70%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aa86c8', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  .gradient-bg--teal {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 186, 216, 0.2)), color-stop(70%, rgba(201, 234, 243, 0)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(74, 186, 216, 0.2) 0%, rgba(201, 234, 243, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(74, 186, 216, 0.2) 0%, rgba(201, 234, 243, 0) 70%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334abad8', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  .gradient-bg--green {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 178, 164, 0.2)), color-stop(70%, rgba(197, 232, 228, 0)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(63, 178, 164, 0.2) 0%, rgba(197, 232, 228, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(63, 178, 164, 0.2) 0%, rgba(197, 232, 228, 0) 70%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333fb2a4', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  .gradient-bg--blue {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 138, 200, 0.2)), color-stop(70%, rgba(200, 220, 239, 0)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(73, 138, 200, 0.2) 0%, rgba(200, 220, 239, 0) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(73, 138, 200, 0.2) 0%, rgba(200, 220, 239, 0) 70%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33498ac8', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  .gradient-bg--light-blue-to-indigo {
    background: #7db9e8;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db9e8), color-stop(0%, #edf2fa), to(#d5d4e4));
    background: -o-linear-gradient(top, #7db9e8 0%, #edf2fa 0%, #d5d4e4 100%);
    background: linear-gradient(to bottom, #7db9e8 0%, #edf2fa 0%, #d5d4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#d5d4e4',GradientType=0 ); }
  .gradient-bg--pull-up:not(:first-child) {
    margin-top: -48px; }
  [class*="--curved-border"] {
    border: 1px solid #d8dde6;
    border-radius: 5px; }
  a.more {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none; }
    a.more:after {
      content: "";
      font-family: "Font Awesome 5 Pro";
      margin-left: 0.5em;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }
  a.more-alt {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    a.more-alt:after {
      content: "";
      font-family: "Font Awesome 5 Pro";
      margin-left: 0.5em;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }
  .list-of-links li {
    list-style-type: none;
    border-top: 1px solid #d8dde6;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px; } }
  @media all and (min-width: 576px) {
    .list-of-links li {
      font-size: 18px; } }

@media all {
    .list-of-links li a {
      color: #478bca;
      text-decoration: none; }
      .list-of-links li a:after {
        content: "";
        font-family: "Font Awesome 5 Pro";
        margin-left: 0.5em;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }
      .list-of-links li a:hover, .list-of-links li a:focus {
        color: #6c3d85; }
  /* EXTENDING WIDTH CLASSES */
  .w-40 {
    width: 40%; }
  .social-media {
    margin-top: 27px; }
    .social-media li {
      list-style-type: none;
      padding-left: 0;
      display: inline-block; }
      .social-media li + li {
        margin-left: 16px; }
    .social-media a {
      width: 32px;
      height: 32px;
      border-radius: 1em;
      display: block;
      font-size: 17px;
      line-height: 32px;
      color: #fff;
      text-align: center; }
      .social-media a:hover, .social-media a:focus {
        opacity: 0.8;
        color: #fff; }
    .social-media .social-media--facebook {
      background-color: #005ccc; } /*DW: #3460a1*/
    .social-media .social-media--twitter {
      background-color: #000000; } /* #1da1f2 DW: #28aae1*/
    .social-media .social-media--linkedin {
      background-color: #0077b5; } /*DW: #136d9d*/
    .social-media .social-media--youtube {
      background-color: #ff0000; } /*DW: #ee3138*/
    .social-media .social-media--instagram {
      background-color: #a3137c; } /*#3f729b*/
    .social-media .social-media--pinterest {
      background-color: #e60023; } /*#e60023*/
  hr {
    height: 5px;
    background-color: #8b5ba5;
    max-width: 240px;
    margin-bottom: 65px; }
  blockquote {
    border-width: 2px 0;
    border-style: solid;
    border-color: #bab4da;
    font-family: "Aptos Display", sans-serif;
    padding: 1em;
    margin-top: 54px;
    margin-bottom: 2em;
    text-align: center; } }
  @media all and (min-width: 576px) {
    blockquote {
      padding-left: 2em;
      padding-right: 2em; } }

@media all {
    blockquote p {
      color: #6c3d85;
      font-size: 24px;
      line-height: 1.3; } }
    @media all and (min-width: 576px) {
      blockquote p {
        font-size: 26px; } }

@media all {
    blockquote footer {
      padding-top: 11px; }
    blockquote cite {
      text-transform: uppercase;
      font-weight: 500;
      font-style: normal;
      font-size: 14px; } }
    @media all and (min-width: 576px) {
      blockquote cite {
        font-size: 15px; } }

@media all {
  .back-link {
    display: block;
    padding: 15px 0 11px 23px;
    text-transform: uppercase;
    font-family: "Aptos Display", sans-serif;
    font-weight: 500;
    color: #3270a9;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
    position: relative; }
    .back-link:before {
      content: "";
      font-family: "Font Awesome 5 Pro";
      margin-left: 0.5em;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-weight: bold;
      margin-right: 6px;
      position: absolute;
      left: -5px; }
    .back-link:hover, .back-link:focus {
      text-decoration: none; }
  a[data-toggle="popover"] {
    cursor: pointer; }
  [data-toggle="popover"] {
    color: #c1901c; }
    [data-toggle="popover"]:hover, [data-toggle="popover"]:focus {
      color: #9e6f00; }
    [data-toggle="popover"] .fas, [data-toggle="popover"] .far, [data-toggle="popover"] .fal {
      font-size: 1em;
      color: #c1901c; }
      [data-toggle="popover"] .fas ~ .fas, [data-toggle="popover"] .fas ~ .far, [data-toggle="popover"] .fas ~ .fal, [data-toggle="popover"] .far ~ .fas, [data-toggle="popover"] .far ~ .far, [data-toggle="popover"] .far ~ .fal, [data-toggle="popover"] .fal ~ .fas, [data-toggle="popover"] .fal ~ .far, [data-toggle="popover"] .fal ~ .fal {
        opacity: 0; }
    [data-toggle="popover"].fa-stack,
    [data-toggle="popover"] .fa-stack {
      width: 1.5em;
      height: 1.5em;
      line-height: 1.4em;
      font-size: 1.3em; }
      [data-toggle="popover"].fa-stack .fas, [data-toggle="popover"].fa-stack .far, [data-toggle="popover"].fa-stack .fal,
      [data-toggle="popover"] .fa-stack .fas,
      [data-toggle="popover"] .fa-stack .far,
      [data-toggle="popover"] .fa-stack .fal {
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 100ms;
             -o-transition-duration: 100ms;
                transition-duration: 100ms;
        -webkit-transition-timing-function: linear;
             -o-transition-timing-function: linear;
                transition-timing-function: linear; }
    [data-toggle="popover"]:hover .fas, [data-toggle="popover"]:hover .far, [data-toggle="popover"]:hover .fal {
      color: #c1901c;
      opacity: 0; }
      [data-toggle="popover"]:hover .fas ~ .fas, [data-toggle="popover"]:hover .fas ~ .far, [data-toggle="popover"]:hover .fas ~ .fal, [data-toggle="popover"]:hover .far ~ .fas, [data-toggle="popover"]:hover .far ~ .far, [data-toggle="popover"]:hover .far ~ .fal, [data-toggle="popover"]:hover .fal ~ .fas, [data-toggle="popover"]:hover .fal ~ .far, [data-toggle="popover"]:hover .fal ~ .fal {
        opacity: 1; }
    [data-toggle="popover"]:focus .fas, [data-toggle="popover"]:focus .far, [data-toggle="popover"]:focus .fal {
      color: #c1901c;
      opacity: 0; }
      [data-toggle="popover"]:focus .fas ~ .fas, [data-toggle="popover"]:focus .fas ~ .far, [data-toggle="popover"]:focus .fas ~ .fal, [data-toggle="popover"]:focus .far ~ .fas, [data-toggle="popover"]:focus .far ~ .far, [data-toggle="popover"]:focus .far ~ .fal, [data-toggle="popover"]:focus .fal ~ .fas, [data-toggle="popover"]:focus .fal ~ .far, [data-toggle="popover"]:focus .fal ~ .fal {
        opacity: 1; }
  .popover {
    border-radius: 0;
    border-color: #e6d4a1;
    background-color: #fffad8;
    font-family: "Roboto", sans-serif;
    font-size: 0.833334em;
    font-weight: 400;
    line-height: 1.33333em;
    max-width: 550px; }
    .popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
    .popover.bs-popover-bottom .arrow::before {
      border-bottom-color: #e6d4a1; }
    .popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
    .popover.bs-popover-bottom .arrow::after {
      border-bottom-color: #fffad8; }
  .popover-body {
    color: #393940;
    padding: 12px 13px; }
    .popover-body p, .popover-body ul, .popover-body ol, .popover-body li, .popover-body h1, .popover-body h2, .popover-body h3, .popover-body h4, .popover-body h5, .popover-body h6 {
      margin-top: 0.3em; }
    .popover-body li {
      margin-left: 30px; }
    .popover-body :first-child {
      margin-top: 0; } }

@media all {
  body {
    color: #393940;
    font-family: "Aptos Display", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.01em; } }
  @media all and (min-width: 576px) {
    body {
      font-size: 18px;
      line-height: 1.6; } }

@media all {
  a {
    color: #498ac8;
    text-decoration: underline;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease; }
    a:hover, a:focus {
      color: #6c3d85; }
  button {
    cursor: pointer; }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Aptos Display", sans-serif;
    letter-spacing: normal; }
  h1 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 28px;
    line-height: 1.1; } }
  @media all and (min-width: 768px) {
    h1 {
      font-size: 36px; } }
  @media all and (min-width: 1200px) {
    h1 {
      font-size: 40px; } }

@media all {
  h2 {
    color: #364059;
    font-size: 32px;
    line-height: 1.1; } }
  @media all and (min-width: 768px) {
    h2 {
      font-size: 36px; } }

@media all {
  h3 {
    font-size: 26px;
    line-height: 1.15; } }
  @media all and (min-width: 768px) {
    h3 {
      font-size: 28px; } }

@media all {
  h4 {
    color: #476384;
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: -11px; }
  h5 {
    font-size: 20px;
    line-height: 1.3;
    color: #476384; }
  h6 {
    font-size: 18px;
    line-height: 1.2;
    color: #476384; }
  .lead-in {
    font-size: 20px;
    line-height: 1.3;
    font-style: italic;
    color: #6c3d85; }
  .small-text {
    font-size: 16px; } }

@media all and (max-width: 991.98px) {
  header {
    min-height: 70px; } }

@media all {
  header .navbar {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    header .navbar > .container {
      padding-top: 6px;
      padding-bottom: 6px; } }
    @media all and (min-width: 1200px) {
      header .navbar > .container {
        padding-top: 12px; } }
    @media all and (max-width: 991.98px) {
      header .navbar > .container {
        padding: 12px 10px 11px; } }

@media all {
    header .navbar .navbar-brand img {
      display: block; }
      header .navbar .navbar-brand img {
        width: 160px;
        height: auto;
        -webkit-transition: width 0.5s ease,  height 0.5s ease;
        -o-transition: width 0.5s ease,  height 0.5s ease;
        transition: width 0.5s ease,  height 0.5s ease; } }
      @media all and (min-width: 768px) {
        header .navbar .navbar-brand img {
          width: 200px; } }
      @media all and (min-width: 1200px) {
        header .navbar .navbar-brand img {
          width: 254px; } }
      @media all and (max-width: 991.98px) {
        header .navbar .navbar-brand img + img {
          display: none; } }

@media all {
    header .navbar.fixed-top {
      position: relative !important; } }
  @media all and (min-width: 992px) {
    header .navbar.fixed-top {
      /*position: absolute !important;*/
      top: auto; } }

@media all {
    header .navbar.navbar--shrink {
      position: fixed !important; } }
    @media all and (min-width: 992px) {
      header .navbar.navbar--shrink {
        top: 0; } }

@media all {
      header .navbar.navbar--shrink > .container {
        padding-top: 2px;
        padding-bottom: 2px; } }
    @media all and (min-width: 768px) {
      header .navbar.navbar--shrink .navbar-brand img {
        width: 200px; }
        header .navbar.navbar--shrink .navbar-brand img + img {
          height: 0;
          overflow: hidden; } }

@media all {
  #main-menu {
    background-color: #20366f; } /*#498ac8;*/
    #main-menu a {
      color: #fff;
      font-size: 22px;
      line-height: 1.2;
      font-family: "Aptos Display", sans-serif; /*"Ubuntu"*/

      padding: 0.9em 1em;
      display: block;
      text-decoration: none; }

      /*#main-menu a {
      color: #fff;
      font-size: 17px;
      line-height: 1.2;
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
      padding: 0.9em 1em;
      display: block;
      text-decoration: none; }
      */
      #main-menu a:hover, #main-menu a:focus {
        text-decoration: none;
      color:#b6e7ff;
      /*#bab5ab*/
    background-color:#274080} }
    @media all and (max-width: 991.98px) {
      #main-menu a {
        padding-left: 60px; } }
    @media all and (max-width: 767.98px) {
      #main-menu a {
        padding-left: 17px; } }
  @media all and (max-width: 1199.98px) and (min-width: 992px) {
    #main-menu > .container {
      padding-right: 0;
      padding-left: 0;
      max-width: 992px; }
      #main-menu > .container > ul > li > a {
        font-size: 16px;
        padding-left: 11px;
        padding-right: 11px; } }
  @media all and (max-width: 991.98px) {
    #main-menu {
      position: absolute;
      width: 100%;
      top: 70px; } }
  @media all and (max-width: 991.98px) and (min-width: 768px) {
    #main-menu {
      top: 79px; } }
  @media all and (max-width: 991.98px) {
      #main-menu > .container > ul > li > a {
        font-size: 19px;
        padding-top: 11px;
        padding-bottom: 12px;
        border-top: 1px solid #6da1d3; }
      #main-menu > .container > ul > li.active > a {
        /*&:after {
              left: 50px;
              @media (max-width: 767.98px) {
                left: 11px;
              }
                right: 12px;
            }
            &[aria-expanded="true"] {
              display: block;
              &:after {
                left: 0;
                right: 0;
              }
            }*/ }
      #main-menu > .container > ul > li:first-child > a {
        border-top: 0 none; } }
  @media all and (max-width: 991.98px) {
    #main-menu > .container {
      max-width: none;
      padding-left: 0;
      padding-right: 0; } }

@media all {
    #main-menu > .container > ul > li > a {
      letter-spacing: 0.00em; } } /*letter-spacing: 0.03em;*/
    @media all and (max-width: 991.98px) {
      #main-menu > .container > ul > li > a {
        font-size: 19px;
        padding-top: 11px;
        padding-bottom: 12px;
        border-top: 1px solid #6da1d3; } }
  @media all and (max-width: 991.98px) {
    #main-menu > .container > ul > li:first-child > a {
      border-top: 0 none; } }

@media all {
    #main-menu .navbar-nav > .active > a {
      position: relative; 
    color:#b6e7ff}
      #main-menu .navbar-nav > .active > a:after {
        content: "";
        position: absolute;
        bottom: 0;
        background-color: #a4c5e4;
        height: 5px;
        left: 0;
        right: 0; } }
      @media all and (max-width: 991.98px) {
        #main-menu .navbar-nav > .active > a:after {
          top: 0;
          height: 100%;
          width: 5px; } }

@media all {
    #main-menu .navbar-nav > li:last-child .main-menu__sub {
      right: 0; }
    #main-menu .navbar-nav > .dropdown {
      position: relative;
      /*.dropdown-menu.focused {
        display: block !important;
      }*/
      /*&.hover {
        > a {
          background-color: $blue-2;
        }
        > .dropdown-menu {
          display: block;
        }
      }*/
      /*&:hover {
        > a {
          background-color: $blue-2;
        }
        > .dropdown-menu {
          display: block !important;
        }
      }
      > a:focus {
        + .dropdown-menu {
          display: block !important;
        }
      }*/ }
      #main-menu .navbar-nav > .dropdown > a[aria-expanded="true"] {
        background-color: #6da1d3; }
      #main-menu .navbar-nav > .dropdown .main-menu__sub {
        border: 0 none;
        background-color: #fff;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.32);
                box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.32);
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        /*li:hover {
          background-color: $violet-4;
          > a {
            color: $white;
          }
        }*/ } }
      @media all and (min-width: 992px) {
        #main-menu .navbar-nav > .dropdown .main-menu__sub {
          position: absolute;
          min-width: 325px; } }
      @media all and (min-width: 1200px) {
        #main-menu .navbar-nav > .dropdown .main-menu__sub {
          border-radius: 0 0 0.25em 0.25em; } }

@media all {
        #main-menu .navbar-nav > .dropdown .main-menu__sub li {
          list-style-type: none;
          position: relative; }
          #main-menu .navbar-nav > .dropdown .main-menu__sub li.active > a {
            background-color: #6c3d85;
            color: #fff; }
        #main-menu .navbar-nav > .dropdown .main-menu__sub > li:last-child > a {
          border-bottom: 0 none; }
        #main-menu .navbar-nav > .dropdown .main-menu__sub a {
          color: #575761;
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 700;
          padding: 11px 39px 6px 18px;
          border-bottom: 1px solid #dddddd; }
          #main-menu .navbar-nav > .dropdown .main-menu__sub a:hover, #main-menu .navbar-nav > .dropdown .main-menu__sub a:focus {
            color: #59316f;
            background-color: #edf2fa; } }
        @media all and (max-width: 991.98px) {
          #main-menu .navbar-nav > .dropdown .main-menu__sub a {
            padding-left: 60px; } }
        @media all and (max-width: 767.98px) {
          #main-menu .navbar-nav > .dropdown .main-menu__sub a {
            padding-left: 17px; } }

@media all {
        #main-menu .navbar-nav > .dropdown .main-menu__sub ul {
          position: relative;
          padding: 0;
          margin: 0;
          border: 0 none;
          border-radius: 0; }
          #main-menu .navbar-nav > .dropdown .main-menu__sub ul a {
            font-weight: 400;
            padding-left: 37px;
            text-transform: none; } }
          @media all and (max-width: 991.98px) {
            #main-menu .navbar-nav > .dropdown .main-menu__sub ul a {
              padding-left: 75px; } }
          @media all and (max-width: 767.98px) {
            #main-menu .navbar-nav > .dropdown .main-menu__sub ul a {
              padding-left: 36px; } }

@media all {
        #main-menu .navbar-nav > .dropdown .main-menu__sub .main-menu-sub__toggle {
          position: absolute;
          right: 0;
          top: 0;
          padding-top: 4px;
          padding-bottom: 4px;
          width: 53px;
          text-align: center;
          -webkit-appearance: none;
          border: 0 none;
          background-color: transparent; }
          #main-menu .navbar-nav > .dropdown .main-menu__sub .main-menu-sub__toggle:after {
            content: "";
            font-family: "Font Awesome 5 Pro";
            margin-left: 0.5em;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-weight: bold;
            color: #478bca;
            font-size: 16px; }
          #main-menu .navbar-nav > .dropdown .main-menu__sub .main-menu-sub__toggle[aria-expanded="true"]:after {
            content: "\f068"; }
          #main-menu .navbar-nav > .dropdown .main-menu__sub .main-menu-sub__toggle:hover:after, #main-menu .navbar-nav > .dropdown .main-menu__sub .main-menu-sub__toggle:focus:after {
            color: #bab4da; } }
        @media all and (max-width: 991.98px) {
          #main-menu .navbar-nav > .dropdown .main-menu__sub .main-menu-sub__toggle {
            right: 45px;
            padding-top: 6px; } }
        @media all and (max-width: 767.98px) {
          #main-menu .navbar-nav > .dropdown .main-menu__sub .main-menu-sub__toggle {
            right: -2px; } }

@media all {
        #main-menu .navbar-nav > .dropdown .main-menu__sub li.active .main-menu-sub__toggle:after {
          color: #fff; }
        #main-menu .navbar-nav > .dropdown .main-menu__sub li.active .main-menu-sub__toggle:hover:after, #main-menu .navbar-nav > .dropdown .main-menu__sub li.active .main-menu-sub__toggle:focus:after {
          color: #bab4da; }
    #main-menu .navbar-nav > li > a:hover, #main-menu .navbar-nav > li > a:focus {
      background-color: 274080; } /*#6da1d3*/
  .utility-menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0 5px; }
    .utility-menu li .btn {
      font-size: 15px;
      padding: 12px 11px 11px; } }
    @media all and (max-width: 767.98px) {
      .utility-menu li .btn {
        width: 43px;
        height: 42px;
        padding: 0; } }
  @media all and (max-width: 575.98px) {
    .utility-menu li {
      padding-left: 3px;
      padding-right: 3px; }
      .utility-menu li:first-child {
        display: none; } }

@media all and (min-width: 992px) {
  .utility-menu #main-menu-toggler {
    max-width: 0;
    overflow: hidden;
    -webkit-transition: max-width 0.5s ease;
    -o-transition: max-width 0.5s ease;
    transition: max-width 0.5s ease;
    padding: 0;
    border-width: 0;
    display: none; }
    .utility-menu #main-menu-toggler > span {
      min-width: 90px; }
    .navbar--shrink .utility-menu #main-menu-toggler {
      max-width: 300px;
      border-width: 2px; } }

@media all {
  .utility-menu #main-menu-toggler:hover > span:after, .utility-menu #main-menu-toggler:focus > span:after {
    color: #fff; }
  .utility-menu #main-menu-toggler > span:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-left: 0.5em;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #498ac8; }
  .utility-menu #main-menu-toggler[aria-expanded="true"] {
    color: #fff;
    background-color: #498ac8; }
    .utility-menu #main-menu-toggler[aria-expanded="true"] > span:after {
      content: "\f077";
      color: #fff; } }

@media all and (max-width: 767.98px) {
  .utility-menu #main-menu-toggler > span:after {
    display: none; }
  .utility-menu #main-menu-toggler .fa-bars {
    font-size: 23px;
    line-height: 40px; } }

@media all {
  .utility-menu .btn__text {
    position: absolute;
    left: -9999px;
    top: -9999px; } }
  @media all and (min-width: 768px) {
    .utility-menu .btn__text {
      position: static;
      display: inline-block; } }

@media all {
  .search-toggler {
    border: 0 none;
    background-color: transparent;
    position: relative;
    top: 4px;
    color: #1f376d; }
    .search-toggler .far {
      font-size: 26px; } }
  @media all and (max-width: 991.98px) {
    .search-toggler {
      display: none; } }

@media all {
    .search-toggler:focus, .search-toggler:hover, .search-toggler[aria-expanded="true"] {
      color: #478bca; }
  .form--search {
    position: relative;
    padding-left: 55px;
    max-width: 386px;
    margin-left: auto;
    margin-right: auto; }
    .form--search:before {
      content: "";
      font-family: "Font Awesome 5 Pro";
      margin-left: 0.5em;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #478bca;
      position: absolute;
      left: 0;
      top: 5px;
      font-size: 27px; }
    .form--search input {
      border-width: 0 0 2px 0;
      border-color: #b4c1d1;
      border-style: solid;
      width: 100%;
      height: 42px;
      background-color: transparent; } }
  @media all and (min-width: 992px) {
    header .form--search {
      max-width: 0;
      padding-left: 0;
      overflow: hidden;
      -webkit-transition: max-width .5s ease;
      -o-transition: max-width .5s ease;
      transition: max-width .5s ease; }
      .no-js header .form--search, header .form--search.search--expanded {
        max-width: 500px; }
      header .form--search:before {
        display: none; }
      header .form--search input {
        width: 286px; }
    #main-menu .form--search {
      display: none; } }
  @media all and (max-width: 991.98px) {
    .utility-menu .form--search {
      display: none; }
    #main-menu .form--search {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0;
      background-color: white;
      padding-left: 0; }
      #main-menu .form--search input {
        border-width: 0;
        border-radius: 0;
        -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
                box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
        padding-left: 55px;
        font-size: 18px;
        height: 49px;
        padding-bottom: 2px; } }

@media all {
  footer {
    background-color: #fff;
    position: relative;
    margin-top: 51px;
    padding-top: 25px;
  color: #303c57;
  }
    .home footer {
      margin-top: 0; }
    footer > .container {
      border-top: 1px solid #b6c3d3;
      padding-top: 35px; } }
    @media all and (min-width: 768px) {
      footer > .container {
        padding-top: 54px; } }

@media all {
      .home footer > .container {
        padding-top: 0;
        border-top: 0 none; }
    .home footer {
      padding-top: 51px; }
    footer .gradient-bg {
      margin-top: 30px; } }
    @media all and (min-width: 768px) {
      footer .gradient-bg {
        margin-top: 60px; } }
  @media all and (max-width: 767.98px) {
    footer .footer__logo {
      display: block;
      text-align: center; } }

@media all {
    footer .footer__logo img {
      width: 203px; } }
    @media all and (min-width: 768px) {
      footer .footer__logo img {
        width: 280px; } }
    @media all and (min-width: 1200px) {
      footer .footer__logo img {
        width: 325px; } }

@media all {
    footer a {
      color: #498ac8;
      font-weight: 700;
      text-decoration: underline; }
    footer .footer__copyright {
      font-size: 15px;
      margin-top: 15px;
      margin-bottom: 13px; }
      footer .footer__copyright a {
        font-weight: 400; }
        footer .footer__copyright a:hover, footer .footer__copyright a:focus {
          color: #fff; } }

.main-content {
  padding-top: 0; }
  @media (min-width: 992px) {
    .main-content {
      padding-top: 139px; } }
  @media (min-width: 1200px) {
    .main-content {
      padding-top: 160px; } }

@media all {
  .formmessage {
    padding:7px;
    background-color:#fffceb;
    border:0px solid #ccc;
  }
  button[type="submit"]{
    display: inline-block;
    background-color: #8b5ba5;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    padding: 13px 28px;
    white-space: normal;
    border: 0;
    border-radius: .9rem;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none; }

  .btn {
    display: inline-block;
    background-color: #8b5ba5;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    padding: 13px 28px;
    white-space: normal;
    border: 0;
    border-radius: .9rem;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none; }
    .btn:hover, .btn:focus {
      background-color: #6c3d85;
      color: #fff; }
  .btn--fullwidth {
    display: block; }
  .btn--light {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .btn--light:hover, .btn--light:focus {
      background-color: #fff;
      color: #498ac8; }
  .btn--blue-border {
    background-color: transparent;
    border: 2px solid #b9cce0;
    color: #1f376d; }
    .btn--blue-border:hover, .btn--blue-border:focus {
      background-color: #498ac8;
      color: #fff; }
  .btn--purple-border {
    background-color: transparent;
    border: 2px solid #9e8db0;
    color: #59316f; }
    .btn--purple-border:hover, .btn--purple-border:focus {
      background-color: #6c3d85;
      border-color: #6c3d85;
      color: #fff; }
  .btn--action:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-left: 0.5em;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin-left: 5px; }
  .btn--expandable:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-left: 0.5em;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .btn--expandable[aria-expanded="true"]:after {
    content: "\f077"; }
  .btn-small {
    padding: 0.5em; }
  .btn--submit {
    padding: 9px 13px 9px; }
    .btn--submit [class*="fa-"] {
      font-size: 24px; }
  .btn--physician-login {
    position: relative;
    -webkit-transition: color 1s ease;
    -o-transition: color 1s ease;
    transition: color 1s ease; } }
  @media all and (min-width: 768px) {
    .btn--physician-login {
      padding-right: 54px !important; } }
  @media all and (max-width: 767.98px) {
    .btn--physician-login {
      overflow: hidden; } }
  @media all and (max-width: 767.98px) {
    .btn--physician-login {
      background-color: #b9cce0; } }

@media all {
    .btn--physician-login .physician-login__icon:after {
      background-color: #b9cce0;
      width: 45px;
      content: url("../images/loginuser.svg");
      display: block;
      min-height: 27px;
      height: 100%;
      position: absolute;
      color:yellow;
      right: 0;
      top: 0;
      padding: 6px 18px 0 10px;
      bottom: 0;
      border-radius: 0 10px 10px 0; } }
    @media all and (max-width: 767.98px) {
      .btn--physician-login .physician-login__icon:after {
        width: 43px;
        padding: 6px 8px 0 12px; } }

@media all {
    .btn--physician-login:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #498ac8;
      z-index: -1;
      width: 0;
      border-radius: 10px;
      -webkit-transition: width .2s linear;
      -o-transition: width .2s linear;
      transition: width .2s linear; }
    .btn--physician-login:hover, .btn--physician-login:focus {
      background-color: transparent; }
      .btn--physician-login:hover:after, .btn--physician-login:focus:after {
        width: 100%;
        background-color: #b9cce0; }
  /*
    Disabled button styles.
    Won't quite work with borders very well, because the border color won't change. Cross that bridge if/when we come to it!
   */
  .btn[aria-disabled=true] {
    cursor: default !important;
    background: #808994 !important; }
    .btn[aria-disabled=true]:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(87, 87, 97, 0.75) !important;
              box-shadow: 0 0 0 0.2rem rgba(87, 87, 97, 0.75) !important; } }

@media all {
  .cta {
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 10px;
    text-decoration: 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: center;
        -ms-flex-pack: center;
            justify-content: center; } }
  @media all and (min-width: 576px) {
    .cta {
      margin-top: 35px; } }

@media all {
    .cta .cta__content {
      position: relative;
      z-index: 1;
      padding: 1em; } }
    @media all and (min-width: 576) {
      .cta .cta__content {
        padding-left: 2em;
        padding-right: 2em; } }
    @media all and (min-width: 992px) {
      .cta .cta__content {
        padding-left: 3em;
        padding-right: 3em; } }

@media all {
      .cta .cta__content * + * {
        margin-top: 1.5em; } }
      @media all and (max-width: 575.98px) {
        .cta .cta__content * + * {
          margin-top: 0.9em; } }

@media all {
      .cta .cta__content h2 {
        font-size: 34px;
        line-height: 1;
        font-weight: 500; }
        .home .cta .cta__content h2 {
          font-size: 30px; } }
        @media all and (min-width: 992px) {
          .home .cta .cta__content h2 {
            font-size: 38px; } }

@media all {
        .cta .cta__content h2 + .lead-in {
          margin-top: 8px; } }
      @media all and (max-width: 575.98px) {
        .cta .cta__content h2 {
          font-size: 30px; } }

@media all {
      .cta .cta__content h2,
      .cta .cta__content h3 {
        color: #478bca; }
      .cta .cta__content .lead-in {
        font-size: 18px;
        color: #326094;
        font-style: normal;
        font-weight: 400;
        font-family: "Aptos Display", sans-serif; }
        .home .cta .cta__content .lead-in {
          color: #478bca; } }
      @media all and (max-width: 575.98px) {
        .cta .cta__content .lead-in {
          display: block;
          font-size: 18px;
          line-height: 22px; } }

@media all {
      .cta .cta__content p {
        color: #393940;
        font-size: 18px;
        line-height: 24px; } }
      @media all and (max-width: 575.98px) {
        .cta .cta__content p {
          display: none; } }

@media all {
        .cta .cta__content p.btn {
          line-height: 1; }
      .cta .cta__content .btn {
        color: #fff; }
        .cta .cta__content .btn:after {
          content: "";
          font-family: "Font Awesome 5 Pro";
          margin-left: 0.5em;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased; } }
      @media all and (max-width: 575.98px) {
        .cta .cta__content .btn {
          display: inline-block; } }

@media all {
    .cta:hover .btn, .cta:focus .btn {
      background-color: #59316f;
      color: #fff; } }
  @media all and (max-width: 575.98px) {
    .cta.cta--full-width {
      margin-top: 20px; } }

@media all {
    .cta.cta--full-width .cta__content {
      padding: 3em 1em 3.5em;
      max-width: 795px; 
    }
      .cta.cta--full-width .cta__content p {
        font-size: 22px;
        font-family: "Aptos Display", sans-serif;
        font-weight: 400;
        line-height: 1.36;
      color:#fff; }
        .cta.cta--full-width .cta__content p.btn {
          font-size: 18px;
          font-weight: 700;
          font-family: "Aptos Display", sans-serif; }
    .cta.cta--overlay-white {
      position: relative; }
      .cta.cta--overlay-white:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
      .cta.cta--overlay-white:hover:before, .cta.cta--overlay-white:focus:before {
        background-color: rgba(255, 255, 255, 0.4); }
    .cta.cta--overlay-blue {
      position: relative;
      color: #fff; }
      .cta.cta--overlay-blue:before {
        content: "";
        background-color: rgba(103, 165, 224, 0.85);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
      .cta.cta--overlay-blue h2,
      .cta.cta--overlay-blue h3,
      .cta.cta--overlay-blue .lead-in,
      .cta.cta--overlay-blue p {
        color: #fff; }
              .cta .btn {
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff; }
      .cta.cta--overlay-blue .btn {
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff; }
      .cta.cta--overlay-blue:hover:before, .cta.cta--overlay-blue:focus:before {
        background-color: rgba(103, 165, 224, 0.9); }
      .cta.cta--overlay-blue:hover .btn, .cta.cta--overlay-blue:focus .btn {
        background-color: #fff;
        color: #498ac8; }
         .cta:hover p.btn, .cta:focus p.btn {
        background-color: #fff;
        color: #2c4379; }
    .cta:hover, .cta:focus {
      text-decoration: none; } }

@media all and (max-width: 767.98px) {
  .user-group-menu--open {
    overflow: hidden; } }

@media all {
  .home .user-group-menu {
    margin-top: -268px; } }
  @media all and (min-width: 768px) {
    .home .user-group-menu {
      margin-top: 15px; } }
  @media all and (max-width: 767.98px) {
    .home .user-group-menu {
      min-height: 268px; } }

@media all {
  .user-group-menu .nav-tabs {
    border: 0 none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media all and (min-width: 768px) {
    .user-group-menu .nav-tabs {
      -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; } }

@media all {
    .user-group-menu .nav-tabs > li {
      list-style-type: none;
      display: table;
      height: 67px;
      width: 100%;
      margin-bottom: 10px;
      background-color: rgba(255, 255, 255, 0.85);
      -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
      border-radius: 5px; } }
    @media all and (min-width: 768px) {
      .user-group-menu .nav-tabs > li {
        height: 117px;
        width: 31%;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(white));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */
        margin-bottom: 0; } }

@media all {
      .user-group-menu .nav-tabs > li:last-child a {
        right: -1px; }
      .user-group-menu .nav-tabs > li > a {
        font-size: 18px;
        line-height: 1;
        letter-spacing: 0.02em;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        font-family: "Aptos Display", sans-serif;

        text-transform: uppercase;
        color: #303c57;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        border-radius: 5px 5px 0 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: relative;
        text-decoration: none; } }
      @media all and (min-width: 992px) {
        .user-group-menu .nav-tabs > li > a {
          font-size: 24px;
          line-height: 1.1;
          padding-bottom: 22px; } }
      @media all and (min-width: 1200px) {
        .user-group-menu .nav-tabs > li > a {
          padding-left: 35px;
          padding-right: 35px; } }

@media all {
        .user-group-menu .nav-tabs > li > a:after {
          content: "";
          font-family: "Font Awesome 5 Pro";
          margin-left: 0.5em;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          display: block;
          color: #478bca;
          font-weight: bold;
          position: absolute;
          top: 46px;
          left: 50%;
          margin-left: -8px;
          -webkit-transition: top 0.3s ease;
          -o-transition: top 0.3s ease;
          transition: top 0.3s ease; } }
        @media all and (min-width: 768px) {
          .user-group-menu .nav-tabs > li > a:after {
            top: 82px; } }
        @media all and (min-width: 768px) {
          .user-group-menu .nav-tabs > li > a:after {
            bottom: 14px; } }

@media all {
        .user-group-menu .nav-tabs > li > a[aria-expanded="true"] {
          background-color: #edf2fa;
          color: #59316f;
          z-index: 12;
          border-top: 5px solid #59316f; } }
        @media all and (min-width: 768px) {
          .user-group-menu .nav-tabs > li > a[aria-expanded="true"] {
            padding-top: 15px; } }

@media all {
          .user-group-menu .nav-tabs > li > a[aria-expanded="true"]:after {
            content: '\f077'; } }
          @media all and (min-width: 768px) {
            .user-group-menu .nav-tabs > li > a[aria-expanded="true"]:after {
              top: 100px; } }

@media all {
        .user-group-menu .nav-tabs > li > a:hover, .user-group-menu .nav-tabs > li > a:focus {
          text-decoration: none; }
      .user-group-menu .nav-tabs > li.show {
        -webkit-box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.1);
                box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.1); }
        .user-group-menu .nav-tabs > li.show > a {
          border-width: 5px 0 0 0;
          border-style: solid;
          border-color: #59316f;
          position: relative;
          z-index: 11; }
  .user-group-menu__flyouts > div {
    background-color: #edf2fa;
    width: 100%;
    border: 0 none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3); } }
  @media all and (min-width: 768px) {
    .user-group-menu__flyouts > div {
      z-index: 10;
      position: relative;
      top: auto !important; }
      .user-group-menu__flyouts > div h2 {
        position: absolute;
        left: -9999px;
        top: -9999px; } }
  @media all and (min-width: 768px) {
    .user-group-menu__flyouts > div .flyout__close {
      display: none; } }
  @media all and (max-width: 767.98px) {
    .user-group-menu__flyouts > div {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1031;
      display: none;
      outline: 0;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 15px 20px 20px; }
      .user-group-menu__flyouts > div.collapsing {
        height: auto !important;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important; }
      .user-group-menu__flyouts > div .flyout__close {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #478bca;
        font-size: 20px;
        -webkit-appearance: none;
        background-color: transparent;
        border: 0 none; }
      .user-group-menu__flyouts > div h2 {
        color: #59316f;
        font-size: 27px;
        text-transform: uppercase;
        font-weight: 700;
        padding-right: 43px;
        margin-bottom: 28px; }
      .user-group-menu__flyouts > div [class*="col-"] + [class*="col-"] {
        margin-top: 25px;
        border-top: 2px solid #c3cddd;
        padding-top: 25px; } }
  @media all and (min-width: 768px) {
    .user-group-menu__flyouts > div .row {
      padding: 42px 15px; } }
  @media all and (min-width: 768px) and (min-width: 1200px) {
    .user-group-menu__flyouts > div .row {
      padding-left: 20px;
      padding-right: 20px; } }

@media all {
    .user-group-menu__flyouts > div [class*="col-"] > * + * {
      margin-top: 1em;
      /*@media (min-width: 767px) {
              margin-top: 1.5em;
            }*/ }
    .user-group-menu__flyouts > div .btn {
      padding-top: 14px;
      padding-bottom: 14px;
      display: block; }
      .user-group-menu__flyouts > div .btn + .btn {
        margin-top: 12px; }
    .user-group-menu__flyouts > div h3 {
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 500;
      color: #393940;
      font-family: "Aptos Display", sans-serif;
      line-height: 1;
      margin-bottom: 18px; }
    .user-group-menu__flyouts > div h4 {
      text-transform: uppercase;
      font-size: 15px; }
      .user-group-menu__flyouts > div h4 + * {
        margin-top: 0.5em !important; }
    .user-group-menu__flyouts > div ul {
      margin-left: 18px; }
      .user-group-menu__flyouts > div ul.events-feed {
        margin-left: 0; }
    .user-group-menu__flyouts > div p {
      line-height: 1.4em; }
    .user-group-menu__flyouts > div .more {
      float: right;
      margin-top: -34px; }
    .user-group-menu__flyouts > div .small-text [class*="fa-"] {
      padding-right: 5px; }
      .user-group-menu__flyouts > div .small-text [class*="fa-"].fa-flip-horizontal {
        padding-right: 0;
        padding-left: 5px; } }
  @media all and (min-width: 768px) {
    .user-group-menu__flyouts > div .row > [class*="col"] {
      padding: 20px; } }
  @media all and (min-width: 768px) and (min-width: 1200px) {
    .user-group-menu__flyouts > div .row > [class*="col"] {
      padding-left: 30px;
      padding-right: 30px; } }
  @media all and (min-width: 768px) {
      .user-group-menu__flyouts > div .row > [class*="col"] + [class*="col"] {
        border-left: 2px solid #ced6e5; } }
  @media all and (max-width: 991.98px) and (min-width: 768px) {
    .user-group-menu__flyouts > div {
      font-size: 16px; }
      .user-group-menu__flyouts > div .row {
        padding-left: 10px;
        padding-right: 10px; }
        .user-group-menu__flyouts > div .row [class*="col"] {
          padding: 6px 15px; }
      .user-group-menu__flyouts > div .more {
        float: none;
        margin-top: -16px;
        display: block; }
      .user-group-menu__flyouts > div .events-feed .date {
        min-width: 44px;
        height: 42px;
        margin-right: 10px; }
      .user-group-menu__flyouts > div .events-feed a {
        font-size: 19px; } }

@media all {
  .events-feed {
    margin-left: 0; }
    .events-feed li {
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .events-feed li + li {
        margin-top: 24px; }
    .events-feed a {
      color: #393940;
      font-size: 20px;
      letter-spacing: 0.02em;
      text-decoration: none;
      line-height: 1.2;
      font-weight: 700; } }
    @media all and (min-width: 768px) {
      .events-feed a {
        font-size: 22px; } }

@media all {
  .date {
    background-color: #7ea5d3;
    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;
    min-width: 55px;
    height: 48px;
    border-radius: 0.25em;
    margin-right: 15px;
    padding-top: 2px; }
    .date .date__month,
    .date .date__day {
      display: block;
      text-align: center;
      text-shadow: 1.15px 1.6px 0px rgba(39, 52, 66, 0.4);
      color: #fff;
      line-height: 1; }
    .date .date__month {
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase; }
    .date .date__day {
      font-size: 18px;
      font-weight: 800; } }

@media all {
  .verify-physician {
    margin-top: 20px;
    padding: 1em 1em 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }
  @media all and (min-width: 768px) {
    .two-col .verify-physician {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media all and (min-width: 768px) {
    .verify-physician {
      margin-top: 35px; } }
  @media all and (min-width: 992px) {
    .verify-physician {
      padding-left: 4em;
      padding-right: 4em; } }

@media all {
    .verify-physician h2 {
      font-size: 26px;
      line-height: 1.15;
      margin-bottom: 7px;
      color: #498ac8; } }
    @media all and (min-width: 1200px) {
      .verify-physician h2 {
        font-family: "Aptos SemiBold", sans-serif;
        font-size: 30px; } }

@media all {
    .verify-physician p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 16px;
      color: #303c57; } }
    @media all and (max-width: 767.98px) {
      .verify-physician p {
        display: none; } }

@media all {
    .verify-physician form {
      background-color: #edf2fa;
      padding: 28px 17px 27px;
      margin-left: -1em;
      margin-right: -1em; }
      .verify-physician form .d-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
      @media all and (min-width: 1200px) {
        .verify-physician form .d-flex {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

@media all {
      .verify-physician form .p-1:first-child {
        width: 100%; } }
      @media all and (min-width: 1200px) {
        .verify-physician form .p-1:first-child {
          width: 60%; } }
    @media all and (min-width: 768px) {
      .verify-physician form {
        padding-left: 21px;
        padding-right: 21px; } }
    @media all and (min-width: 992px) {
      .verify-physician form {
        padding: 40px 29px 50px;
        margin-left: -4em;
        margin-right: -4em; } }

@media all {
  a.verify-physician {
    background-color: #edf2fa;
    text-decoration: none;
    color: #326094;
    font-family: "Aptos Display", sans-serif;
    padding: 1.5em 2em; } }
  @media all and (min-width: 1200px) {
    a.verify-physician {
      font-size: 30px;
      line-height: 35px; } }

@media all {
    a.verify-physician:hover, a.verify-physician:focus {
      background-color: #d8dde6; }
  /* VERIFICATION-TOOL */ }

@media all and (max-width: 767.98px) {
  .verification-tool .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all {
  .verification-tool table {
    border-top: 3px solid #d8dde6; } }

@media all {
  .expanding-list {
    border: 1px solid #b6c3d3;
    border-radius: 0.25em;
    margin-bottom: 1.5em; }
    .expanding-list .expanding-list__header {
      border-top: 1px solid #b6c3d3; }
      .expanding-list .expanding-list__header:first-child {
        border-top: 0 none; }
      .expanding-list .expanding-list__header button {
        -webkit-appearance: none;
        border: 0 none;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 400;
        color: #1f376d;
        display: block;
        width: 100%;
        text-align: left;
        padding: 11px 42px 12px 18px;
        position: relative; } }
      @media all and (min-width: 576px) {
        .expanding-list .expanding-list__header button {
          font-size: 20px;
          line-height: 1.4; } }

@media all {
        .expanding-list .expanding-list__header button:after {
          content: "";
          font-family: "Font Awesome 5 Pro";
          margin-left: 0.5em;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          right: 17px;
          top: 50%;
          margin-top: -12px;
          font-size: 18px;
          font-weight: 700;
          color: #498ac8; }
        .expanding-list .expanding-list__header button[aria-expanded="true"] {
          color: #58316e;
          background-color: #f5f3fb;
          font-weight: 500; }
          .expanding-list .expanding-list__header button[aria-expanded="true"]:after {
            content: "\f077"; }
        .expanding-list .expanding-list__header button:hover, .expanding-list .expanding-list__header button:focus {
          color: #58316e;
          background-color: #f5f3fb; }
    .expanding-list .expanding-list__body > div {
      padding: 12px 18px;
      font-size: 15px;
      line-height: 1.75; } }
    @media all and (min-width: 576px) {
      .expanding-list .expanding-list__body > div {
        font-size: 16px;
        padding: 20px 25px; } }

@media all and (min-width: 992px) {
  .nav-tabs__wrapper {
    padding-top: 7px;
    padding-bottom: 6px; } }

@media all {
  .nav-tabs__wrapper .nav-tabs {
    border: 0 none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .nav-tabs__wrapper .nav-tabs--fill li {
      -webkit-box-flex: 1 !important;
          -ms-flex: 1 1 auto !important;
              flex: 1 1 auto !important; }
    .nav-tabs__wrapper .nav-tabs--left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .nav-tabs__wrapper .nav-tabs--left li {
        -webkit-box-flex: 0 !important;
            -ms-flex: none !important;
                flex: none !important; }
    .nav-tabs__wrapper .nav-tabs--right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .nav-tabs__wrapper .nav-tabs--right li {
        -webkit-box-flex: 0 !important;
            -ms-flex: none !important;
                flex: none !important; }
    .nav-tabs__wrapper .nav-tabs--center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .nav-tabs__wrapper .nav-tabs--center li {
        -webkit-box-flex: 0 !important;
            -ms-flex: none !important;
                flex: none !important; }
    .nav-tabs__wrapper .nav-tabs .fill-right {
      margin-right: 100%; }
    .nav-tabs__wrapper .nav-tabs .fill-left {
      margin-left: 100%; } }
  @media all and (min-width: 992px) {
    .nav-tabs__wrapper .nav-tabs {
      margin-left: -3px;
      margin-right: -3px; }
      .nav-tabs__wrapper .nav-tabs li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        margin: 0 3px; }
        .nav-tabs__wrapper .nav-tabs li.active:before {
          content: "";
          position: absolute;
          width: 3px;
          height: 3px;
          bottom: -6px;
          left: -3px;
          z-index: 1;
          border: 1px solid white;
          border-bottom-right-radius: 3px;
          border-width: 0 1px 1px 0;
          -webkit-box-shadow: 2px 2px 0 white;
                  box-shadow: 2px 2px 0 white; }
        .nav-tabs__wrapper .nav-tabs li.active:after {
          content: "";
          position: absolute;
          width: 3px;
          height: 3px;
          bottom: -6px;
          right: -3px;
          border: 1px solid white;
          border-bottom-left-radius: 3px;
          border-width: 0 0 1px 1px;
          -webkit-box-shadow: -2px 2px 0 white;
                  box-shadow: -2px 2px 0 white; } }

@media all {
    .nav-tabs__wrapper .nav-tabs a {
      height: 100%;
      color: #3270a9;
      font-size: 15px;
      line-height: 1.2;
      font-family: "Aptos Display", sans-serif;
      text-decoration: none;
      font-weight: 500;
      padding: 16px 18px;
      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;
      border-radius: 0;
      border-width: 1px 0 0 0;
      border-style: solid;
      border-color: #ced6e5;
      text-align: center;
      background-color: #fbfcfe;
      -webkit-transition-property: -webkit-box-shadow;
      transition-property: -webkit-box-shadow;
      -o-transition-property: box-shadow;
      transition-property: box-shadow;
      transition-property: box-shadow, -webkit-box-shadow; } }
    @media all and (min-width: 992px) {
      .nav-tabs__wrapper .nav-tabs a {
        border-radius: 0.25em;
        border: 0 none; } }

@media all {
      .nav-tabs__wrapper .nav-tabs a.active {
        position: relative;
        color: #364059;
        background-color: #fff; } }
      @media all and (min-width: 992px) {
        .nav-tabs__wrapper .nav-tabs a.active {
          border-radius: 0;
          -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
                  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }
          .nav-tabs__wrapper .nav-tabs a.active:after {
            content: "";
            position: absolute;
            bottom: -6px;
            height: 6px;
            background-color: #fff;
            left: 0;
            right: 0; }
          .nav-tabs__wrapper .nav-tabs a.active:before {
            content: "";
            position: absolute;
            top: -6px;
            left: 0;
            right: 0;
            height: 6px;
            background-color: #8b5ba5;
            border-radius: 0.25em 0.25em 0 0;
            border: 0 none;
            -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.25);
                    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.25); } }
      @media all and (min-width: 992px) {
        .nav-tabs__wrapper .nav-tabs a.active:hover, .nav-tabs__wrapper .nav-tabs a.active:focus {
          border: 0 none; } }

@media all {
      .nav-tabs__wrapper .nav-tabs a:hover, .nav-tabs__wrapper .nav-tabs a:focus {
        color: #6c3d85; } }
      @media all and (min-width: 992px) {
        .nav-tabs__wrapper .nav-tabs a:hover, .nav-tabs__wrapper .nav-tabs a:focus {
          -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35), 1px 5px 5px -5px rgba(0, 0, 0, 0.2);
                  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35), 1px 5px 5px -5px rgba(0, 0, 0, 0.2); } }

@media all and (max-width: 991.98px) {
  .nav-tabs__wrapper {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .nav-tabs__wrapper .nav {
      left: 0;
      right: 0;
      -webkit-box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.35);
              box-shadow: 0px 5px 12px -1px rgba(0, 0, 0, 0.35);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .nav-tabs__wrapper .nav.collapse {
        display: none !important; }
        .nav-tabs__wrapper .nav.collapse.show {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; } }

@media all {
  .tab-content {
    margin-top: 2em;
    margin-bottom: 1.5em; }
  .nav-tabs-toggler {
    color: #1e376d;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    font-family: "Aptos Display", sans-serif;
    padding: 8px 35px 12px 20px;
    border-radius: 0.25em 0.25em 0 0;
    border: 0 none;
    -webkit-appearance: none; }
    .nav-tabs-toggler, .nav-tabs-toggler[type="button"] {
      border-top: 4px solid #8b5ba5;
      background-color: #fff; }
    .nav-tabs-toggler:after {
      content: "";
      font-family: "Font Awesome 5 Pro";
      margin-left: 0.5em;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-size: 14px;
      color: #478bca;
      position: absolute;
      font-weight: bold;
      right: 20px;
      top: 50%;
      margin-top: -9px; }
    .nav-tabs-toggler[aria-expanded="true"] {
      -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
      background-color: #edf2fa;
      color: #59316f;
      border-top: 4px solid #59316f; }
      .nav-tabs-toggler[aria-expanded="true"]:after {
        content: "\f077"; } }

@media all {
  .feature-box {
    border-radius: 0.25em;
    padding: 40px 20px;
    margin: 10px;
    width: 291px;
    background-color: #f5f3fb; } }
  @media all and (max-width: 726px) {
    .feature-box {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

@media all {
    .feature-box h3 {
      color: #1f376d;
      font-size: 21px;
      line-height: 1.14;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      margin-bottom: 22px; }
      .feature-box h3:first-child {
        margin-top: -18px; } }
    @media all and (min-width: 726px) {
      .feature-box h3 {
        padding-right: 14px; } }

@media all {
    .feature-box p {
      color: #393940;
      font-size: 14px;
      line-height: 1.38;
      margin-bottom: 1em; } }
    @media all and (min-width: 576px) {
      .feature-box p {
        font-size: 16px; } }

@media all {
      .feature-box p:last-child {
        margin-bottom: 0; }
      .feature-box p > span:first-child {
        margin-right: 11px;
        margin-bottom: 1em;
        float: left;
        position: relative;
        top: 3px; }
    .feature-box ul {
      margin: 0 0 1em 0; }
      .feature-box ul li + li {
        margin-top: 0; }
      .feature-box ul:last-child {
        margin-bottom: 0; }
    .feature-box.feature-box--light, .feature-box.feature-box--light:last-child {
      background-color: #f5f3fb; }
      .feature-box.feature-box--light h3, .feature-box.feature-box--light:last-child h3 {
        color: #1f376d; }
      .feature-box.feature-box--light p, .feature-box.feature-box--light:last-child p {
        color: #393940;
        font-size: 16px; }
      .feature-box.feature-box--light a, .feature-box.feature-box--light:last-child a {
        color: #498ac8;
        text-decoration: none; }
        .feature-box.feature-box--light a:hover, .feature-box.feature-box--light a:focus, .feature-box.feature-box--light:last-child a:hover, .feature-box.feature-box--light:last-child a:focus {
          color: #6c3d85; }
      .feature-box.feature-box--light .more-alt, .feature-box.feature-box--light:last-child .more-alt {
        color: #8b5ba5; }
    .feature-box:last-child, .feature-box.feature-box--dark {
      background-color: #6c3d85; }
      .feature-box:last-child h3, .feature-box.feature-box--dark h3 {
        /*color: #fff;*/ }
      .feature-box:last-child p, .feature-box.feature-box--dark p {
        /*color: white;*/
        font-size: 18px; }
      .feature-box:last-child a, .feature-box.feature-box--dark a {
        /*color: #fff;*/
        text-decoration: underline; }
  .column-feature {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 49px; }
    .column-feature > .d-flex,
    .column-feature > .container > .d-flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
    @media all and (min-width: 992px) {
      .column-feature > .d-flex,
      .column-feature > .container > .d-flex {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    @media all and (max-width: 726px) {
      .column-feature > .d-flex,
      .column-feature > .container > .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

@media all {
    .column-feature h2 {
      margin-right: auto;
      font-size: 24px;
      line-height: 1.1;
      font-weight: 500;
      font-family: "Aptos Display", sans-serif;
      color: #476384;
      padding-left: 18px;
      border-left: 5px solid #bab4da;
      width: 100%;
      margin-bottom: 1em;
      -ms-flex-item-align: start;
          align-self: flex-start; } }
    @media all and (min-width: 576px) {
      .column-feature h2 {
        font-size: 36px; } }
    @media all and (min-width: 992px) {
      .column-feature h2 {
        max-width: 350px; } }

@media all {
    .column-feature.column-feature--related-content {
      padding: 40px;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .column-feature.column-feature--related-content:after {
        content: "";
        background: #4f84c3;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, right top, from(#4f84c3), to(#7763a5));
        background: -o-linear-gradient(left, #4f84c3 0%, #7763a5 100%);
        background: linear-gradient(to right, #4f84c3 0%, #7763a5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f84c3', endColorstr='#7763a5',GradientType=1 );
        /* IE6-9 */
        opacity: 0.85;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; }
      .column-feature.column-feature--related-content > * {
        position: relative;
        z-index: 1; }
      .column-feature.column-feature--related-content h2 {
        color: #fff; }
      .column-feature.column-feature--related-content .feature-box {
        background-color: #fff; }
        .column-feature.column-feature--related-content .feature-box h3, .column-feature.column-feature--related-content .feature-box:last-child h3 {
          color: #1f376d; }
        .column-feature.column-feature--related-content .feature-box p, .column-feature.column-feature--related-content .feature-box:last-child p {
          color: #393940;
          font-size: 16px; }
        .column-feature.column-feature--related-content .feature-box a, .column-feature.column-feature--related-content .feature-box:last-child a {
          color: #498ac8;
          text-decoration: none; }
          .column-feature.column-feature--related-content .feature-box a:hover, .column-feature.column-feature--related-content .feature-box a:focus, .column-feature.column-feature--related-content .feature-box:last-child a:hover, .column-feature.column-feature--related-content .feature-box:last-child a:focus {
            color: #6c3d85; } }

@media all {
  .carousel {
    /*img {
      width: 100%;
      display: block;

      @media (min-width: 1200px) {
        height: 434px;
      }
      height: 384px;
    }*/
    /*@media (max-width: 767.98px) {
      .home & {
        position: absolute;
        width: 100%;
        top: 0;
      }
    }*/ }
    .carousel .carousel-item {
      height: 314px;
      background-position: center center;
      background-size: cover; } }
    @media all and (min-width: 992px) {
      .carousel .carousel-item {
        height: 444px; } }

@media all {
    .carousel.carousel-fade .carousel-item {
      opacity: 0;
      -webkit-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity; }
    .carousel.carousel-fade .carousel-item.active,
    .carousel.carousel-fade .carousel-item-next.carousel-item-left,
    .carousel.carousel-fade .carousel-item-prev.carousel-item-right {
      opacity: 1; }
    .carousel.carousel-fade .active.carousel-item-left,
    .carousel.carousel-fade .active.carousel-item-right {
      opacity: 0; }
    .carousel.carousel-fade .carousel-item-next,
    .carousel.carousel-fade .carousel-item-prev,
    .carousel.carousel-fade .carousel-item.active,
    .carousel.carousel-fade .active.carousel-item-left,
    .carousel.carousel-fade .active.carousel-item-prev {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  /*#home-carousel {
    @media (min-width: 1200px) {
      height: 434px;
    }
    height: 384px;
  }*/ }

@media all {
  .alert {
    background-color: #fffad8;
    border-bottom: 1px solid #e6d4a1;
    border-radius: 0;
    margin-bottom: 0;
    padding: 17px 50px 4px 0;
    min-height: 61px; } }
  @media all and (min-width: 992px) {
    .alert {
      padding-bottom: 17px; } }

@media all {
    .alert .close {
      font-size: 18px;
      color: #c1901c;
      opacity: 1;
      top: 7px; } }
    @media all and (min-width: 992px) {
      .alert .close {
        top: 9px; } }

@media all {
    .alert > .container {
      max-width: 788px;
      padding-left: 42px;
      padding-right: 0;
      position: relative; } }
    @media all and (min-width: 768px) and (max-width: 991.98px) {
      .alert > .container {
        padding-left: 79px; } }
    @media all and (min-width: 992px) {
      .alert > .container {
        padding-left: 58px; } }

@media all {
      .alert > .container:before {
        content: "";
        font-family: "Font Awesome 5 Pro";
        margin-left: 0.5em;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-weight: 300;
        position: absolute;
        color: #e1a821;
        margin-left: 0;
        font-size: 21px;
        left: 9px;
        top: -4px; } }
      @media all and (min-width: 768px) and (max-width: 991.98px) {
        .alert > .container:before {
          left: 34px; } }
      @media all and (min-width: 992px) {
        .alert > .container:before {
          font-size: 38px;
          left: 6px;
          top: -17px; } }

@media all {
    .alert .expanding-list {
      border: 0 none;
      border-radius: 0;
      margin-bottom: 0; }
      .alert .expanding-list .expanding-list__header button {
        color: #393940;
        font-size: 16px;
        font-family: "Aptos Display", sans-serif;
        background-color: transparent;
        font-weight: 500;
        padding: 0 0 27px 0; } }
      @media all and (min-width: 1200px) {
        .alert .expanding-list .expanding-list__header button {
          font-size: 20px; } }
      @media all and (min-width: 992px) {
        .alert .expanding-list .expanding-list__header button {
          font-size: 18px; } }
      @media all and (min-width: 768px) {
        .alert .expanding-list .expanding-list__header button {
          padding-right: 42px;
          padding-bottom: 0; } }

@media all {
        .alert .expanding-list .expanding-list__header button:after {
          color: #c3c3b6; } }
        @media all and (max-width: 767.98px) {
          .alert .expanding-list .expanding-list__header button:after {
            top: auto;
            bottom: 0;
            left: 50%;
            right: auto;
            margin-top: 0;
            margin-left: -10px;
            font-size: 18px; } }

@media all {
      .alert .expanding-list .expanding-list__body > div {
        font-size: 15px;
        line-height: 1.44;
        padding: 4px 0 13px 0; } }
      @media all and (min-width: 992px) {
        .alert .expanding-list .expanding-list__body > div {
          font-size: 18px;
          padding-top: 15px; } }

@media all {
  .search-results .search-results__listing {
    margin: 15px 0 17px;
    border-top: 1px solid #d8dde6; }
    .search-results .search-results__listing li {
      list-style-type: none;
      border-bottom: 1px solid #d8dde6;
      padding-top: 7px;
      padding-bottom: 22px; }
      .search-results .search-results__listing li h2 a {
        color: #476384;
        text-decoration: none;
        font-size: 22px;
        line-height: 1.27;
        font-weight: 500; }
        .search-results .search-results__listing li h2 a .search-results__link {
          font-size: 16px;
          line-height: 1.6;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          color: #478bca;
          margin-top: 3px;
          display: block;
          text-decoration: underline; }
        .search-results .search-results__listing li h2 a:hover,
        .search-results .search-results__listing li h2 a:hover .search-results__link, .search-results .search-results__listing li h2 a:focus,
        .search-results .search-results__listing li h2 a:focus .search-results__link {
          color: #6c3d85; }
      .search-results .search-results__listing li p {
        font-size: 18px;
        line-height: 1.4; }
      .search-results .search-results__listing li + li {
        margin-top: 0; } }

@media all {
  .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .two-col > * {
      margin-bottom: 1.5em; } }
  @media all and (min-width: 768px) {
    .two-col {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .two-col > * {
        width: 45%; } }

@media all {
    .two-col > * > * + * {
      margin-top: 1em; }
    .two-col.two-col--divider > * + * {
      margin-top: 0; } }
  @media all and (min-width: 768px) {
    .two-col.two-col--divider > * {
      padding-bottom: 45px;
      margin-bottom: 2em;
      margin-top: 2em; }
      .two-col.two-col--divider > * + * {
        position: relative; }
        .two-col.two-col--divider > * + *:before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: -11.5%;
          width: 2px;
          background-color: #d8dde6; } }

@media all {
    .home .two-col > * {
      margin-bottom: 0; } }
    @media all and (min-width: 768px) {
      .home .two-col > * {
        width: 48%; } }

@media all {
  /* Table */
  table {
    width: 100%;
    margin-bottom: 60px;
    border-top: 4px solid #8b5ba5; }
    table caption {
      caption-side: top;
      font-family: "Aptos Display", sans-serif;
      color: #476384;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 20px;
      line-height: 1.09; } }
    @media all and (min-width: 768px) {
      table caption {
        font-size: 22px; } }

@media all {
    table thead th {
      background-color: white;
      border-bottom: 2px solid #d8dde6; }
    table tbody {
      border-top: 1px solid #d8dde6; }
    table tr {
      border-bottom: 1px solid #d8dde6; }
      table tr:nth-child(2n+1) {
        background-color: #f6f8fc; }
    table th,
    table td {
      padding: 16px 10px 10px;
      font-size: 18px;
      color: #393940; } }
    @media all and (min-width: 660px) {
      table th:first-child,
      table td:first-child {
        padding-left: 19px; } }

@media all {
    table.table--auto-width {
      width: auto; }
    table.table--left-col-header td:first-child {
      font-family: "Aptos Display", sans-serif;
      font-size: 15px;
      font-weight: 500;
      color: #6c3d85; }
    table.table--stack tbody td .th {
      display: none; } }
  @media all and (max-width: 659.98px) {
    table.table--stack thead {
      display: none; }
    table.table--stack tr,
    table.table--stack td,
    table.table--stack th {
      display: block;
      width: 100% !important; }
    table.table--stack td + td {
      padding-top: 0; }
    table.table--stack tbody td .th {
      display: block;
      font-size: 14px;
      font-family: "Aptos Display", sans-serif;
      line-height: 1.5;
      color: #364059;
      margin-top: 15px; }
    table.table--stack tbody td:first-child .th {
      margin-top: 0; } }

@media all {
  .table-scroll {
    margin-bottom: 2em;
    position: relative;
    overflow-x: hidden; }
    .table-scroll .table-scroll__wrapper {
      overflow-x: auto; }
      .table-scroll .table-scroll__wrapper > table {
        margin-bottom: 0;
        /*td {
            min-width: 160px !important;
          }*/ }
        .table-scroll .table-scroll__wrapper > table.w-100 {
          width: 99.89% !important; }
        .table-scroll .table-scroll__wrapper > table td {
          min-width: 160px; }
    .table-scroll.is-active.table-scroll--shadow-right:after {
      content: "";
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(34%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.22)));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.22) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.22) 100%);
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: unset;
      width: 30px;
      pointer-events: none; }
    .table-scroll.is-active.table-scroll--shadow-left:before {
      content: "";
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.22)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 30px;
      pointer-events: none; } }

@media all {
  .pagination {
    margin-top: 29px;
    margin-bottom: 50px; }
    .pagination li {
      font-size: 22px;
      color: #1f376d;
      font-weight: 700;
      width: 47px;
      height: 47px;
      text-align: center;
      line-height: 47px;
      border-radius: 0.75em; }
      .pagination li.disabled {
        display: none; }
      .pagination li a {
        text-decoration: none; }
      .pagination li.active {
        background-color: #498ac8; }
        .pagination li.active,
        .pagination li.active a {
          color: #fff; }
      .pagination li.pagination__arrow {
        border-radius: 15px;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
                box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35); }
      .pagination li + li {
        margin-top: 0;
        margin-left: 20px; } }

        @media all {
          .grid-features {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            padding-top: 20px; } }
          @media all and (min-width: 992px) {
            .grid-features {
              padding-top: 7px; } }
        
        @media all {
            .grid-features .feature-box {
              background-color: white;
              width: 100%;
              padding: 0 0 24px 0;
              overflow: hidden;
              -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
                      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25); }
              .grid-features .feature-box .image-wrapper {
                margin-top: 0;
                max-height: 178px;
                overflow: hidden;
                margin-bottom: 15px; } }
              @media all and (min-width: 576px) {
                .grid-features .feature-box .image-wrapper {
                  max-height: 202px; } }
              @media all and (min-width: 992px) {
                .grid-features .feature-box .image-wrapper {
                  max-height: 127px; } }
        
        @media all {
                .grid-features .feature-box .image-wrapper img {
                  width: 100%; }
              .grid-features .feature-box h2 {
                font-size: 20px;
                line-height: 1.3;
                font-weight: 700; }
                .grid-features .feature-box h2 a {
                  color: #031d5b;
                  text-decoration: none; }
                  .grid-features .feature-box h2 a:hover, .grid-features .feature-box h2 a:focus {
                    color: #4e659c; }
              .grid-features .feature-box p {
                font-size: 16px;
                line-height: 1.6;
                color: #4e659c; } }
              @media all and (min-width: 576px) {
                .grid-features .feature-box p {
                  font-size: 18px;
                  line-height: 1.5; } }
        
        @media all {
                .grid-features .feature-box p.tag {
                  font-size: 12px;
                  letter-spacing: -0.03em;
                  font-weight: 700;
                  font-family: "Aptos Display", sans-serif;
                  text-transform: uppercase; }
                  .grid-features .feature-box p.tag,
                  .grid-features .feature-box p.tag a {
                    color: #4861cd;
                    text-decoration: none; }
                  .grid-features .feature-box p.tag + h2 {
                    margin-top: 7px; }
              .grid-features .feature-box > * {
                padding-left: 15px;
                padding-right: 15px; } }
              @media all and (min-width: 576px) {
                .grid-features .feature-box > * {
                  padding-left: 20px;
                  padding-right: 20px; } }
        
        @media all {
                .grid-features .feature-box > *:first-child {
                  padding-top: 25px; }
                .grid-features .feature-box > * + * {
                  margin-top: 0.8em; }
              .grid-features .feature-box > .image-wrapper {
                padding-left: 0;
                padding-right: 0; }
                .grid-features .feature-box > .image-wrapper:first-child {
                  padding-top: 0; }
            .grid-features .grid-features__main {
              width: 100%;
              padding-bottom: 20px; } }
            @media all and (min-width: 992px) {
              .grid-features .grid-features__main {
                width: 49%;
                margin: 1%; } }
            @media all and (min-width: 1200px) {
              .grid-features .grid-features__main {
                width: 56%;
                margin: 1% 2% 1% 1%; } }
        
        @media all {
              .grid-features .grid-features__main .feature-box {
                height: 100%;
                margin: 0; } }
              @media all and (min-width: 992px) {
                .grid-features .grid-features__main .feature-box {
                  margin-right: 2%;
                  margin-left: 2%; } }
        
        @media all {
                .grid-features .grid-features__main .feature-box h2 {
                  font-size: 26px;
                  line-height: 1.1; } }
                @media all and (min-width: 576px) {
                  .grid-features .grid-features__main .feature-box h2 {
                    font-size: 38px; } }
        
        @media all {
                .grid-features .grid-features__main .feature-box .image-wrapper {
                  max-height: 340px;
                  overflow: hidden;
                  margin-bottom: 16px; } }
                @media all and (min-width: 576px) {
                  .grid-features .grid-features__main .feature-box .image-wrapper {
                    margin-bottom: 33px; } }
        
        @media all {
            .grid-features .grid-features__multi {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; } }
            @media all and (min-width: 992px) {
              .grid-features .grid-features__multi {
                width: 47%;
                margin: 1%; } }
            @media all and (min-width: 1200px) {
              .grid-features .grid-features__multi {
                width: 38%; } }
        
        @media all {
              .grid-features .grid-features__multi .feature-box {
                text-align: center;
                width: 100%;
                margin: 0 0 20px 0; } }
              @media all and (min-width: 576px) {
                .grid-features .grid-features__multi .feature-box {
                  width: 46%; } }
              @media all and (min-width: 992px) {
                .grid-features .grid-features__multi .feature-box {
                  margin-left: 2%;
                  margin-right: 2%; } }
        
.steps-to-apply {
  padding: 40px 0;
  margin-top: 50px;
  position: relative; }
  .steps-to-apply__intro {
    border-left: 5px solid #bab4da;
    padding-right: 20%;
    padding-left: 16px;
    font-family: "Aptos Display", sans-serif;
    font-size: 36px;
    line-height: 1.11em;
    font-weight: bold;
    color: white; }
  .steps-to-apply__card {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 4px 20px 20px;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    height: 100%;
    min-height: 145px; }
    @media (min-width: 576px) {
      .steps-to-apply__card {
        min-height: 165px; } }
    .steps-to-apply__card[aria-disabled=true] {
      cursor: initial; }
    .steps-to-apply__card__title {
      font-family: "Aptos Display", sans-serif;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-right: 8px;
      padding-bottom: 10px;
      text-transform: uppercase;
      font-size: 25px;
      font-weight: 500;
      line-height: 26px;
      color: #748293;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .steps-to-apply__card__number {
      font-size: 140px;
      line-height: 1em;
      z-index: -1;
      font-family: "Aptos Display", sans-serif;
      font-weight: bold;
      position: absolute;
      right: 15px;
      bottom: 0;
      color: #c2d3e8;
      -webkit-transition: font-size 0.1s, line-height 0.1s;
      -o-transition: font-size 0.1s, line-height 0.1s;
      transition: font-size 0.1s, line-height 0.1s; }
    .steps-to-apply__card__completed {
      color: #3fb2a4;
      font-size: 16px;
      font-style: italic;
      font-weight: bold; }
      .steps-to-apply__card__completed .fa {
        font-size: 18px; }
    .steps-to-apply__card__button-wrapper {
      text-align: center; }
    .steps-to-apply__card__button {
      display: inline-block;
      background-color: #8b5ba5;
      color: #fff;
      line-height: 1;
      font-weight: 700;
      padding: 13px 18px;
      white-space: normal;
      border: 0;
      border-radius: .9rem;
      letter-spacing: 0.02em;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-appearance: none;
      -webkit-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
    .steps-to-apply__card:hover .steps-to-apply__card__button {
      background-color: #6c3d85; }
    .steps-to-apply__card--complete {
      background: white;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35); }
      .steps-to-apply__card--complete .steps-to-apply__card__title {
        color: #476384; }
      .steps-to-apply__card--complete:hover .steps-to-apply__card__title {
        color: #364059; }
      .steps-to-apply__card--complete .steps-to-apply__card__number {
        color: #e5e2f2; }
    .steps-to-apply__card--current-step {
      background: white;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35); }
      .steps-to-apply__card--current-step .steps-to-apply__card__title {
        color: #476384; }
      .steps-to-apply__card--current-step:hover .steps-to-apply__card__title {
        color: #364059; }
      .steps-to-apply__card--current-step .steps-to-apply__card__number {
        font-size: 175px;
        color: #e5e2f2; }
    .steps-to-apply__card:focus {
      outline: 3px solid #c34899; }
  .steps-to-apply__hint {
    background: -webkit-gradient(linear, left top, left bottom, from(#6c3d85), to(#59316f));
    background: -o-linear-gradient(top, #6c3d85, #59316f);
    background: linear-gradient(to bottom, #6c3d85, #59316f);
    padding: 25px 28px;
    border-radius: 3px;
    height: 100%;
    min-height: 165px;
    color: white;
    font-size: 16px;
    line-height: 1.35em; }

.steps-navigation-wrapper {
  position: relative; }

.steps-navigation {
  position: relative;
  z-index: 0;
  margin-bottom: 45px; }
  .steps-navigation__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .steps-navigation__tab {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    color: white;
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .steps-navigation__tab[aria-disabled=true] {
    cursor: default; }
  .steps-navigation__tab:hover, .steps-navigation__tab:focus {
    text-decoration: none !important;
    color: white; }
  .steps-navigation__checkmark {
    display: none;
    color: white;
    font-size: 16px; }
  .steps-navigation__top {
    width: 100%;
    position: relative; }
  .steps-navigation__step {
    color: white;
    border-radius: 100%;
    padding: 2px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    width: 32px;
    height: 32px;
    margin: 0 auto;
    font-family: "Aptos Display", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    -webkit-transition: width 0.1s, height 0.1s, margin-top 0.1s, margin-bottom 0.1s, padding-top 0.1s, border-width 0.1s, color 0.1s;
    -o-transition: width 0.1s, height 0.1s, margin-top 0.1s, margin-bottom 0.1s, padding-top 0.1s, border-width 0.1s, color 0.1s;
    transition: width 0.1s, height 0.1s, margin-top 0.1s, margin-bottom 0.1s, padding-top 0.1s, border-width 0.1s, color 0.1s; }
  a.steps-navigation__tab:not([aria-disabled=true]):hover .steps-navigation__step,
  a.steps-navigation__tab:not([aria-disabled=true]):focus .steps-navigation__step {
    color: #8b5ba5; }
  .steps-navigation__step:before, .steps-navigation__step:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    background-clip: content-box; }
  .steps-navigation__step:before {
    left: 0;
    width: 50%;
    padding-right: 22px; }
  .steps-navigation__step:after {
    right: 0;
    width: 50%;
    padding-left: 22px; }
  .steps-navigation__tab:first-child .steps-navigation__step:before {
    content: none; }
  .steps-navigation__tab:last-child .steps-navigation__step:after {
    content: none; }
  .steps-navigation__tab--active .steps-navigation__step {
    color: black;
    border: 2px solid white;
    background: white;
    background-clip: content-box;
    width: 40px;
    height: 40px;
    margin-top: -4px;
    margin-bottom: -4px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px; }
  a.steps-navigation__tab--active:hover .steps-navigation__step,
  a.steps-navigation__tab--active:focus .steps-navigation__step {
    border-width: 3px;
    width: 44px;
    height: 44px;
    margin-top: -6px;
    margin-bottom: -6px;
    padding: 3px; }
  .steps-navigation__tab--active .steps-navigation__step:before {
    background: -o-linear-gradient(right, white 20px, rgba(255, 255, 255, 0.25) 60px);
    background: linear-gradient(to left, white 20px, rgba(255, 255, 255, 0.25) 60px);
    background-clip: content-box;
    padding-right: 20px; }
  .steps-navigation__tab--active .steps-navigation__step:after {
    background: -o-linear-gradient(left, white 20px, rgba(255, 255, 255, 0.25) 60px);
    background: linear-gradient(to right, white 20px, rgba(255, 255, 255, 0.25) 60px);
    background-clip: content-box;
    padding-left: 20px; }
  .steps-navigation__tab--complete .steps-navigation__step {
    border: 3px solid white;
    background: #3fb2a4; }
  .steps-navigation__tab--complete .steps-navigation__number {
    display: none; }
  .steps-navigation__tab--complete .steps-navigation__checkmark {
    display: block; }
  a.steps-navigation__tab--complete:hover .steps-navigation__step,
  a.steps-navigation__tab--complete:focus .steps-navigation__step {
    width: 36px;
    height: 36px;
    border-width: 4px;
    margin-top: -2px;
    margin-bottom: -2px;
    padding-top: 3px; }
  .steps-navigation__label {
    font-size: 14px;
    font-family: "Aptos Display", sans-serif;
    font-weight: 500;
    line-height: 1.14286em;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 120px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    text-transform: uppercase; }
  .steps-navigation__tab--active .steps-navigation__label {
    font-weight: bold; }
  .steps-navigation__tab--active:after {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: white;
    border-width: 15px;
    margin-left: -15px; }
  @media screen and (max-width: 991px) {
    .steps-navigation__tab:not(.steps-navigation__tab--active) .steps-navigation__label {
      opacity: 0;
      -webkit-transition: opacity 0.1s;
      -o-transition: opacity 0.1s;
      transition: opacity 0.1s; }
    a.steps-navigation__tab:hover .steps-navigation__label,
    a.steps-navigation__tab:focus .steps-navigation__label {
      opacity: 1 !important; } }

.steps-navigation--mobile {
  text-decoration: none; }
  .steps-navigation--mobile:hover {
    text-decoration: none; }
  .steps-navigation--mobile:focus {
    outline: 3px solid #dc9fc5;
    outline-offset: -2px; }

.steps-navigation--mobile .steps-navigation__tab--active:after {
  display: none; }

.steps-navigation--mobile .steps-navigation__tab {
  padding: 30px 0 0 0; }

.steps-navigation--mobile .steps-navigation__mobile-label {
  font-size: 22px;
  font-family: "Aptos Display", sans-serif;
  font-weight: bold;
  letter-spacing: 0.040em;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0 30px 0; }

.steps-navigation__dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
          transform: translate(0, -10px);
  width: 100%;
  max-width: 234px;
  margin: 0 auto;
  border-top: 10px solid #8b5ba5;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35); }
  .steps-navigation__dropdown ol {
    display: block;
    margin: 0; }
  .steps-navigation__dropdown li {
    display: block;
    margin: 0; }
  .steps-navigation__dropdown li + li {
    border-top: 1px solid #ced6e5; }
  .steps-navigation__dropdown li:last-child {
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .steps-navigation__dropdown:before {
    content: " ";
    bottom: 100%;
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
    left: 50%;
    z-index: 1;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #8b5ba5;
    border-width: 12px;
    margin-left: -12px; }

.steps-navigation__dropdown-item {
  display: block;
  position: relative;
  background: #edf2fa;
  color: #97a2af;
  padding: 12px 40px 12px 20px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Aptos Display", sans-serif;
  text-transform: uppercase;
  text-decoration: none; }
  .steps-navigation__dropdown-item:hover, .steps-navigation__dropdown-item:focus {
    color: #3270a9; }
  .steps-navigation__dropdown-item[aria-disabled=true] {
    color: #97a2af;
    text-decoration: none; }

.steps-navigation__dropdown-checkmark {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #5ba57a;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  color: white;
  line-height: 16px;
  text-align: center;
  font-size: 8px; }

.steps-navigation__dropdown-item--complete {
  color: #3270a9; }

.steps-navigation__dropdown-item--complete .steps-navigation__dropdown-checkmark {
  display: block; }

.steps-navigation__dropdown-item--active {
  background: white;
  color: #364059; }

/* FORMS */
.sf-fieldWrp label {
  font-weight:bold;
  color:#383838;
}
.sf-Checkboxes label {
  padding-top:5px;
  padding-bottom:5px;
}

.sf-fieldWrp input[type="text"],.sf-fieldWrp input[type="number"], .sf-fieldWrp input[type="email"], .sf-fieldWrp select, .sf-fieldWrp textarea  {
  border: 2px solid #dadada;
  border-radius: 7px;
}

.sf-fieldWrp input[type="text"]:focus, .sf-fieldWrp input[type="number"]:focus, .sf-fieldWrp input[type="email"]:focus, .sf-fieldWrp select:focus, .sf-fieldWrp textarea:focus  { 
  outline: none;
  border-color: #9ecaed;
  box-shadow: 0 0 10px #9ecaed;
}

input[type="checkbox"] {
  border: 1px solid #b4c1d1;
  background-color: #fff; 
}

input:not([type=checkbox]) {
  border: 1px solid #b4c1d1;
  background-color: #fff;
  height: 43px;
  padding-left: 20px;
  width: 100%; 
}
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #575761; }
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #575761; }
  input:-ms-input-placeholder {
    /* IE 10+ */
    color: #575761; }
  input:-moz-placeholder {
    /* Firefox 18- */
    color: #575761; }

select {
  height: 43px;
  width: 100%;
  padding-right: 40px;
  padding-left: 20px;
  color: #45454d;
  border: 1px solid #b4c1d1;
  border-radius: 0;
  background: #fff url("../images/select-arrow.png") no-repeat scroll right center;
  background-position: right 12px center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }

.radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top; }
  .radio-button + .radio-button {
    margin-top: 6px; }
  .radio-button input + .custom-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: white;
    border-radius: 100%;
    border: 1px solid #a4c5e4;
    width: 1em;
    height: 1em;
    margin-top: 0.3em; }
  .radio-button input:checked + .custom-icon {
    background: #3270a9;
    position: relative;
    border-color: #3270a9; }
    .radio-button input:checked + .custom-icon:before {
      content: "";
      position: absolute;
      border-radius: 100%;
      background: white;
      line-height: 1em;
      width: 0.35em;
      height: 0.35em;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .radio-button input:focus + .custom-icon {
    -webkit-box-shadow: 0 0 0 1px white, 0 0 1px 3px #6da1d3;
            box-shadow: 0 0 0 1px white, 0 0 1px 3px #6da1d3; }
  .radio-button__label {
    padding-left: 8px;
    font-size: 22px;
    line-height: 1.2em; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top; }
  .checkbox + .checkbox {
    margin-top: 6px; }
  .checkbox input + .custom-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: white;
    border: 1px solid #a4c5e4;
    width: 1em;
    height: 1em;
    margin-top: 0.3em; }
    .checkbox input + .custom-icon .checkmark {
      display: none; }
  .checkbox input:checked + .custom-icon {
    background: #3270a9;
    border: none; }
    .checkbox input:checked + .custom-icon .checkmark {
      display: block;
      color: white;
      font-size: 0.65em;
      line-height: 1em/0.65;
      text-align: center; }
  .checkbox input:focus + .custom-icon {
    -webkit-box-shadow: 0 0 0 1px white, 0 0 1px 3px #6da1d3;
            box-shadow: 0 0 0 1px white, 0 0 1px 3px #6da1d3; }
  .checkbox__label {
    padding-left: 8px;
    font-size: 22px;
    line-height: 1.2em; }

.textarea textarea {
  width: 100%;
  height: 175px;
 /* max-height: 350px;*/
  padding: 28px;
  font-size: 16px;
  line-height: 1.25em;
  border: 1px solid #b4c1d1;
  background-color: #fff;
  /*resize: none;
  background: -o-linear-gradient(bottom, rgba(154, 154, 154, 0.25) 0, rgba(154, 154, 154, 0) 12px);
  background: linear-gradient(to top, rgba(154, 154, 154, 0.25) 0, rgba(154, 154, 154, 0) 12px); */ }

.margintop20 {margin-top:20px;}

.datefield {
  position: relative; }
  .datefield input {
    padding-right: 40px;
    padding-left: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .datefield__icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 22px;
    line-height: 0;
    color: #498ac8;
    cursor: pointer; }

.file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .file-upload__filename {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #b4c1d1;
    padding: 4px 10px 4px 20px; }
  .file-upload__input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: 1px solid #b4c1d1;
    padding-left: 20px;
    color: #575761;
    position: relative; }
    .file-upload__input input {
      padding-top: 4px;
      padding-bottom: 4px;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
    .file-upload__input:before, .file-upload__input:after {
      position: absolute;
      pointer-events: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      top: -1px;
      bottom: -1px; }
    .file-upload__input:before {
      content: "Choose File"; }
    .file-upload__input:after {
      content: "Browse";
      padding: 0 24px;
      right: -1px;
      text-transform: uppercase;
      border: 1px solid #498ac8;
      color: #498ac8; }
  .file-upload__button {
    background: #498ac8;
    padding: 12px 24px;
    border: 0;
    border-top-right-radius: 0.9rem;
    border-bottom-right-radius: 0.9rem;
    color: white;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase; }
    .file-upload__button:hover, .file-upload__button:focus {
      background: #3270a9; }
  @media screen and (max-width: 767px) {
    .file-upload {
      display: block; }
      .file-upload__button {
        font-size: 16px;
        margin-top: 4px;
        width: 100%;
        border-radius: 0.9rem; } }

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-field + .form-field.is-followup {
    margin-top: 6px; }
  .form-field__followup {
    color: #476384;
    font-size: 15px;
    padding-top: 3px;
    padding-left: 25px;
    padding-right: 8px; }
  .form-field__contents {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .form-field__label {
    font-size: 15px;
    line-height: 1.3em;
    color: #476384; }
  .form-field legend.form-field__label {
    margin-bottom: 12px; }
  .form-field__description {
    font-size: 12px;
    font-style: italic;
    color: #6c7682;
    text-align: right;
    margin-top: 4px; }
  .form-field.has-error .form-field__label {
    font-weight: bold;
    color: #ac3535; }
  .form-field.has-error input {
    border: 1px solid #ac3535; }

.form-error-message {
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  padding: 13px;
  background: #f7e5e5;
  color: #ac3535; }
  .form-error-message__icon {
    font-size: 17px;
    padding-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .form-error-message__message {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.form-field-summary__label {
  font-size: 15px;
  color: #476384;
  padding-top: 4px;
  text-align: right; }

.form-field-summary__value {
  font-size: 20px; }

.form-field-summary--error .form-field-summary__label {
  color: #ac3535;
  font-weight: bold; }

.form-field-summary--empty .form-field-summary__value {
  color: #acb7c6;
  font-style: italic; }

@media screen and (max-width: 767px) {
  .form-field-summary__label {
    text-align: left;
    padding: 0; }
  .form-field-summary__value {
    margin-bottom: 4px; } }

.form-actions {
  display: table;
  width: 240px;
  margin: 0 auto !important; }
  .form-actions__buttons {
    padding: 30px 30px 0 30px;
    margin-top: 0 !important; }
  .form-actions--border-top .form-actions__buttons {
    border-top: 5px solid #8b5ba5;
    padding: 50px 30px 0 30px;
    margin-top: 50px !important; }
  .form-actions__button + .form-actions__button {
    margin-top: 10px; }

.field-group__label {
  font-size: 22px;
  font-family: "Aptos Display", sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #476384;
  border-bottom: 4px solid #8b5ba5;
  padding: 16px 0;
  margin-bottom: 10px; }

.field-group--subgroup .field-group__label {
  font-size: 18px;
  font-weight: bold;
  font-family: serif;
  text-transform: none;
  color: #476384;
  border-bottom: 2px solid #bab4da;
  padding-bottom: 12px; }

.field-group .field-item {
  margin-bottom: 20px; }

.case-log table {
  border-top: none;
  table-layout: fixed;
  margin: 0; }

.case-log tbody {
  border-top: none; }

.case-log__top {
  border-bottom: 3px solid #d8dde6; }
  .case-log__top th {
    font-family: "Aptos Display", sans-serif; }

.case-log__value {
  text-align: center; }
  .case-log__value input {
    max-width: 120px;
    width: 100%;
    margin: 0 auto; }
  .case-log__value.has-error input {
    border: 2px solid #ac3535; }

.case-log__row-label {
  font-family: "Aptos Display", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #6c3d85; }

.case-log__subtotals {
  border-top: 4px solid #d8dde6;
  background: white !important; }
  .case-log__subtotals th {
    font-family: "Aptos Display", sans-serif;
    font-weight: 500;
    font-size: 15px; }

.case-log__total {
  background: white !important; }

.case-log__subtotal-value, .case-log__total-value {
  font-size: 20px;
  text-align: center; }

.case-log__total-value {
  text-align: center;
  font-size: 18px;
  font-family: "Aptos Display", sans-serif;
  font-weight: bold;
  color: #ac3535; }
  .case-log__total-value--complete {
    color: #5ba57a; }

.add-remove-fields {
  background: #edf2fa;
  color: #3270a9;
  text-align: center;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase; }
  .add-remove-fields__link {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none; }
    .add-remove-fields__link:hover {
      color: #3270a9 !important;
      text-decoration: underline; }
  .add-remove-fields__icon {
    font-size: 13px; }

.application-name {
  font-size: 18px;
  font-weight: 500;
  font-family: "Aptos Display", sans-serif;
  text-transform: uppercase;
  color: #476384;
  margin-bottom: 8px; }

@media all {
  .infographic {
    margin-top: 45px;
    margin-bottom: 2em;
    padding-right: 0;
    padding-left: 0; } }
  @media all and (min-width: 768px) {
    .infographic {
      margin-top: 75px; } }
  @media all and (min-width: 768px) {
    .infographic {
      padding-left: 3em; } }
  @media all and (min-width: 1200px) {
    .infographic {
      padding-left: 9em;
      padding-right: 5em; } }

@media all {
    .infographic h1 {
      font-size: 32px;
      line-height: 1.125;
      font-family: "Oswald", sans-serif;
      color: #498ac8;
      font-weight: 400;
      text-transform: uppercase; } }
    @media all and (min-width: 768px) {
      .infographic h1 {
        font-size: 62px;
        line-height: 1.095; } }

@media all {
      .infographic h1 .infographic-subhead {
        font-family: "Merriweather", serif;
        font-style: italic;
        display: block;
        color: #1f376d;
        font-size: 18px;
        line-height: 1.5;
        text-transform: lowercase;
        position: relative;
        max-width: 528px;
        margin-left: auto;
        margin-right: auto; } }
      @media all and (min-width: 768px) {
        .infographic h1 .infographic-subhead {
          font-size: 20px; } }

@media all {
        .infographic h1 .infographic-subhead:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          border-width: 1px 0;
          border-style: solid;
          border-color: #bab4da;
          margin-top: -6px;
          height: 10px; }
        .infographic h1 .infographic-subhead > span {
          background-color: white;
          padding: 0 10px;
          position: relative; }
      .infographic h1.header--top-divider {
        position: relative;
        display: inline-block; }
        .infographic h1.header--top-divider:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: -20px;
          border-width: 1px 0;
          border-style: solid;
          border-color: #bab4da;
          height: 10px; }
    .infographic ol {
      margin-top: 30px;
      margin-left: 0; }
      .infographic ol > li {
        list-style-type: none; }
    .infographic.infographic--moc {
      text-align: center; }
      .infographic.infographic--moc ol {
        text-align: left; }
  .infographic-step {
    margin-left: 27px;
    min-height: 237px;
    border-width: 2px 0 0 0;
    border-style: solid;
    padding: 28px 20px;
    position: relative; } }
  @media all and (min-width: 768px) {
    .infographic-step {
      margin-left: 0; } }

@media all {
    .infographic-step:before {
      content: "";
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #7382a3), color-stop(0%, rgba(255, 255, 255, 0)));
      background-image: -o-linear-gradient(top, #7382a3 25%, rgba(255, 255, 255, 0) 0%);
      background-image: linear-gradient(to bottom, #7382a3 25%, rgba(255, 255, 255, 0) 0%);
      background-position: left;
      background-size: 2px 10px;
      background-repeat: repeat-y;
      top: 0;
      bottom: 0;
      left: -1px;
      position: absolute;
      width: 2px; }
    .infographic-step:first-child .steps-num__wrapper,
    .infographic--moc .infographic-step .steps-num__wrapper {
      left: -25.5px;
      top: -25.5px;
      width: 51px;
      height: 51px; } }
    @media all and (min-width: 768px) {
      .infographic-step:first-child .steps-num__wrapper,
      .infographic--moc .infographic-step .steps-num__wrapper {
        left: -57px;
        top: -57px;
        width: 114px;
        height: 114px; } }

@media all {
      .infographic-step:first-child .steps-num__wrapper:before,
      .infographic--moc .infographic-step .steps-num__wrapper:before {
        border-radius: 56px; }
      .infographic-step:first-child .steps-num__wrapper .steps-num,
      .infographic--moc .infographic-step .steps-num__wrapper .steps-num {
        width: 29px;
        height: 29px;
        left: 11px;
        top: 12px;
        border-radius: 15px;
        font-size: 19px; } }
      @media all and (min-width: 768px) {
        .infographic-step:first-child .steps-num__wrapper .steps-num,
        .infographic--moc .infographic-step .steps-num__wrapper .steps-num {
          width: 66px;
          height: 66px;
          left: 23px;
          top: 24px;
          border-radius: 33px;
          font-size: 42px; } }

@media all {
    .infographic--moc .infographic-step:before {
      display: none; }
    .infographic--moc .infographic-step .steps-num__wrapper {
      left: -30.5px;
      top: -30.5px;
      width: 61px;
      height: 61px; } }
    @media all and (min-width: 768px) {
      .infographic--moc .infographic-step .steps-num__wrapper {
        left: -57px;
        top: -57px;
        width: 114px;
        height: 114px; } }

@media all {
      .infographic--moc .infographic-step .steps-num__wrapper img {
        margin-top: 3px;
        width: 55px; } }
      @media all and (min-width: 768px) {
        .infographic--moc .infographic-step .steps-num__wrapper img {
          width: 98px;
          margin-top: 8px; } }

@media all {
      .infographic--moc .infographic-step .steps-num__wrapper .steps-num {
        font-size: 18px;
        line-height: 36px;
        width: 39px;
        height: 39px;
        border-radius: 19px; } }
      @media all and (min-width: 768px) {
        .infographic--moc .infographic-step .steps-num__wrapper .steps-num {
          font-size: 33px;
          line-height: 66px;
          width: 66px;
          height: 66px;
          border-radius: 33px; } }

@media all {
    .infographic-step:last-child {
      border-bottom-width: 3px; }
    .infographic-step > .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
    @media all and (min-width: 768px) {
      .infographic-step > .d-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: unset;
            -ms-flex-align: unset;
                align-items: unset; } }

@media all {
    .infographic-step.infographic-step--arrow-ends:before {
      bottom: 13px; } }
    @media all and (min-width: 768px) {
      .infographic-step.infographic-step--arrow-ends:before {
        bottom: 27px; } }

@media all {
    .infographic-step.infographic-step--arrow-ends:after {
      content: "";
      font-family: "Font Awesome 5 Pro";
      margin-left: 0.5em;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      margin-left: 0;
      font-weight: 700;
      position: absolute;
      z-index: 1;
      -webkit-transform: rotate(134deg);
          -ms-transform: rotate(134deg);
              transform: rotate(134deg);
      color: #20376d;
      font-size: 9px;
      bottom: 2px;
      left: -5px; } }
    @media all and (min-width: 768px) {
      .infographic-step.infographic-step--arrow-ends:after {
        bottom: 18px;
        left: -7px;
        font-size: 13px; } }

@media all {
    .infographic-step.infographic-step--arrow-ends ~ .infographic-step:before {
      display: none; }
    .infographic-step .steps-num__wrapper {
      position: absolute;
      width: 41px;
      height: 41px;
      left: -20.5px;
      top: -20.5px; } }
    @media all and (min-width: 768px) {
      .infographic-step .steps-num__wrapper {
        left: -40px;
        top: -40px;
        width: 78px;
        height: 78px; } }

@media all {
      .infographic-step .steps-num__wrapper img {
        float: none;
        display: block;
        position: relative;
        margin: 5px auto 0;
        width: 43px; } }
      @media all and (min-width: 768px) {
        .infographic-step .steps-num__wrapper img {
          width: 98px;
          margin-top: 8px; } }

@media all {
      .infographic-step .steps-num__wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.25;
        border-radius: 39px; }
      .infographic-step .steps-num__wrapper .steps-num {
        position: absolute;
        border-radius: 26px;
        text-align: center;
        color: white;
        font-weight: bold;
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
        font-family: "Aptos Display", sans-serif;
        width: 28px;
        height: 28px;
        left: 7px;
        top: 7px;
        font-size: 17px;
        line-height: 27px;
        padding-top: 0; } }
      @media all and (min-width: 768px) {
        .infographic-step .steps-num__wrapper .steps-num {
          text-shadow: 4px 2px 0px rgba(0, 0, 0, 0.25); } }
      @media all and (min-width: 768px) {
        .infographic-step .steps-num__wrapper .steps-num {
          width: 52px;
          height: 52px;
          left: 13px;
          top: 13px;
          font-size: 33px;
          line-height: 51px; } }
  @media all and (min-width: 768px) {
    .infographic-step .infographic-step__image {
      width: 40%;
      padding-right: 5%; } }
  @media all and (min-width: 768px) {
    .infographic-step .infographic-step__image img {
      float: right; } }
  @media all and (max-width: 767.98px) {
    .infographic-step .infographic-step__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-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media all and (min-width: 768px) {
    .infographic-step .infographic-step__content {
      width: 60%; } }

@media all {
    .infographic-step h2 {
      font-family: "Oswald", sans-serif;
      color: #1f376d;
      font-size: 21px;
      line-height: 1.09;
      display: block;
      margin-top: 11px;
      padding-bottom: 3px;
      text-transform: uppercase;
      position: relative;
      border-bottom: 4px solid transparent; } }
    @media all and (min-width: 600px) {
      .infographic-step h2 {
        display: inline; } }
    @media all and (min-width: 768px) {
      .infographic-step h2 {
        padding-bottom: 0;
        margin-top: 0;
        font-size: 34px;
        line-height: 1.5; } }

@media all {
    .infographic-step ul {
      margin-top: 16px;
      margin-left: 0; }
      .infographic-step ul li {
        list-style-type: none;
        position: relative;
        padding-left: 18px;
        font-size: 16px;
        line-height: 1.25;
        color: #393940; }
        .infographic-step ul li:before {
          content: "";
          font-family: "Font Awesome 5 Pro";
          margin-left: 0.5em;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-weight: 700;
          margin-left: 0;
          left: 0;
          position: absolute; } }
      @media all and (min-width: 992px) {
        .infographic-step ul li {
          font-size: 20px;
          line-height: 1.3; } }

@media all {
    .infographic-step--indigo {
      border-color: #535299;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 82, 153, 0.2)), color-stop(70%, rgba(203, 203, 224, 0)), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(top, rgba(83, 82, 153, 0.2) 0%, rgba(203, 203, 224, 0) 70%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(83, 82, 153, 0.2) 0%, rgba(203, 203, 224, 0) 70%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .infographic-step--indigo .steps-num__wrapper:before,
      .infographic-step--indigo .steps-num {
        background-color: #535299; }
      .infographic-step--indigo h2 {
        border-color: #a3a3c5; }
      .infographic-step--indigo ul li:before {
        color: #535299; }
    .infographic-step--magenta {
      border-color: #c34899;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 72, 153, 0.2)), color-stop(70%, rgba(237, 200, 224, 0)), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(top, rgba(195, 72, 153, 0.2) 0%, rgba(237, 200, 224, 0) 70%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(195, 72, 153, 0.2) 0%, rgba(237, 200, 224, 0) 70%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .infographic-step--magenta .steps-num__wrapper:before,
      .infographic-step--magenta .steps-num {
        background-color: #c34899; }
      .infographic-step--magenta h2 {
        border-color: #dc9fc5; }
      .infographic-step--magenta ul li:before {
        color: #c34899; }
    .infographic-step--purple {
      border-color: #aa86c8;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 134, 200, 0.2)), color-stop(70%, rgba(230, 219, 239, 0)), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(top, rgba(170, 134, 200, 0.2) 0%, rgba(230, 219, 239, 0) 70%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(170, 134, 200, 0.2) 0%, rgba(230, 219, 239, 0) 70%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .infographic-step--purple .steps-num__wrapper:before,
      .infographic-step--purple .steps-num {
        background-color: #aa86c8; }
      .infographic-step--purple h2 {
        border-color: #cfbcdf; }
      .infographic-step--purple ul li:before {
        color: #aa86c8; }
    .infographic-step--teal {
      border-color: #4abad8;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(74, 186, 216, 0.2)), color-stop(70%, rgba(201, 234, 243, 0)), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(top, rgba(74, 186, 216, 0.2) 0%, rgba(201, 234, 243, 0) 70%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(74, 186, 216, 0.2) 0%, rgba(201, 234, 243, 0) 70%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .infographic-step--teal .steps-num__wrapper:before,
      .infographic-step--teal .steps-num {
        background-color: #4abad8; }
      .infographic-step--teal h2 {
        border-color: #9fd8e8; }
      .infographic-step--teal ul li:before {
        color: #4abad8; }
    .infographic-step--green {
      border-color: #3fb2a4;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 178, 164, 0.2)), color-stop(70%, rgba(197, 232, 228, 0)), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(top, rgba(63, 178, 164, 0.2) 0%, rgba(197, 232, 228, 0) 70%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(63, 178, 164, 0.2) 0%, rgba(197, 232, 228, 0) 70%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .infographic-step--green .steps-num__wrapper:before,
      .infographic-step--green .steps-num {
        background-color: #3fb2a4; }
      .infographic-step--green h2 {
        border-color: #9ad3cc; }
      .infographic-step--green ul li:before {
        color: #3fb2a4; }
    .infographic-step--blue {
      border-color: #498ac8;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 138, 200, 0.2)), color-stop(70%, rgba(200, 220, 239, 0)), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(top, rgba(73, 138, 200, 0.2) 0%, rgba(200, 220, 239, 0) 70%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(73, 138, 200, 0.2) 0%, rgba(200, 220, 239, 0) 70%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      .infographic-step--blue .steps-num__wrapper:before,
      .infographic-step--blue .steps-num {
        background-color: #498ac8; }
      .infographic-step--blue h2 {
        border-color: #a4c5e4; }
      .infographic-step--blue ul li:before {
        color: #498ac8; } }

@media all {
  .landing-page article > figure.image-wrapper:first-child {
    margin-top: 0; } }

@media all and (min-width: 992px) {
  .landing-page article > .container {
    max-width: 935px; } }

@media all {
  .landing-page .lead-in {
    font-size: 24px;
    line-height: 1.5;
    font-style: normal;
    text-align: center; } }

@media all {
  .womens-health article {
    position: relative;
    overflow: hidden; }
  .womens-health h1 {
    font-size: 38px;
    font-family: "Aptos Display", sans-serif;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(131, 111, 176, 0.004);
    padding-top: 61px; } }
  @media all and (min-width: 576px) {
    .womens-health h1 {
      font-size: 43px; } }
  @media all and (min-width: 992px) {
    .womens-health h1 {
      font-size: 68px; } }

@media all {
  .womens-health .lead-in {
    color: #031d5b;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.23;
    padding-bottom: 23px;
    text-align: center;
    position: relative;
    font-style: normal; } }
  @media all and (min-width: 992px) {
    .womens-health .lead-in {
      font-size: 20px; } }

@media all {
    .womens-health .lead-in:after {
      content: "";
      width: 95px;
      height: 6px;
      background-color: #ffd99c;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -47.5px; }
  .womens-health-background {
    background: transparent url("../images/womens-banner-purple-swoop.png") no-repeat scroll center top/100% 961px;
    height: 961px;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0; }
    .womens-health-background .womens-health-background__txt {
      font-size: 380px;
      font-family: "Aptos Display", sans-serif;
      color: rgba(255, 255, 255, 0.078);
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      display: block;
      line-height: 1;
      padding-top: 9px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .womens-health-background + .container {
      z-index: 1;
      position: relative; } }

.sg-pattern-example .fixed-top {
  position: static !important; }

body > .dropdown-menu.is-pl-preview,
.sg-pattern-example > .collapse.is-pl-preview {
  position: static;
  display: block; }

.user-group-menu.is-pl-preview {
  margin-top: 0; }

body > .tab-pane.is-pl-preview {
  opacity: 1; }