@charset "UTF-8";
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.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.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.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-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.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-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.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-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.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-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.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-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.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-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.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-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.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-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.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-battle-net:before {
  content: "\f835";
}

.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-exclamation:before {
  content: "\f848";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.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-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.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-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.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-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.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-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.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-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.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-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.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-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.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-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.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-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.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-evil:before {
  content: "\f6db";
}

.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-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.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-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.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-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.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-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before {
  content: "\f8bc";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.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-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.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:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.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-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.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-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.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-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.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-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.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-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.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-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.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-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.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-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.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-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.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-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.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-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.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-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.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-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.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-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.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-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pumpkin:before {
  content: "\f707";
}

.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-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.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-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.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-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.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-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.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-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.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-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.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-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.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-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.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-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.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-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.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-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.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-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.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-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.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-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.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-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.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-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.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-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.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.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

@font-face {
  font-family: "Rules";
  src: url("../fonts/Rules-Regular.woff2") format("woff2"), url("../fonts/Rules-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**
 * Set the font size and line-height to rem with a px fallback
 */
/**
 * Set the line-height to rem with a px fallback
 */
/**
 * Set the top property to rem with a px fallback
 */
/**
 * Set the right property to rem with a px fallback
 */
/**
 * Set the bottom property to rem with a px fallback
 */
/**
 * Set the left property to rem with a px fallback
 */
/**
 * Collection of mixin to use margin properly
 * input a value using px to convert into rem base 16
 */
/**
 * Collection of mixin to use padding properly
 * input a value using px to convert into rem base 16
 */
/**
 * Mixin to encapsulate a font
  */
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
  font-weight: 400;
  line-height: 1.5;
}
body.fixed-nav {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  body.fixed-nav {
    padding-top: 102px;
  }
}
body.transparent-banner {
  padding-top: 0px;
}
@media (min-width: 1200px) {
  body.transparent-banner {
    padding-top: 0px;
  }
}
@media (min-width: 1200px) {
  body.page-parent, body.page-child {
    padding-top: 155px;
  }
}

h1, h2, h3, h4, h5, h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.2;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1em 0 0.5em;
  font-weight: 400;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
  text-transform: uppercase;
}
h1.navy, h2.navy, h3.navy, h4.navy, h5.navy, h6.navy {
  color: #172e57 !important;
}
h1.bold-navy strong, h2.bold-navy strong, h3.bold-navy strong, h4.bold-navy strong, h5.bold-navy strong, h6.bold-navy strong {
  color: #172e57 !important;
}
h1.teal, h2.teal, h3.teal, h4.teal, h5.teal, h6.teal {
  color: #1ebdbe !important;
}
h1.bold-teal strong, h2.bold-teal strong, h3.bold-teal strong, h4.bold-teal strong, h5.bold-teal strong, h6.bold-teal strong {
  color: #1ebdbe !important;
}
h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, h6.orange {
  color: #f68347 !important;
}
h1.bold-orange strong, h2.bold-orange strong, h3.bold-orange strong, h4.bold-orange strong, h5.bold-orange strong, h6.bold-orange strong {
  color: #f68347 !important;
}
h1.bright-blue, h2.bright-blue, h3.bright-blue, h4.bright-blue, h5.bright-blue, h6.bright-blue {
  color: #7ed3f1 !important;
}
h1.bold-bright-blue strong, h2.bold-bright-blue strong, h3.bold-bright-blue strong, h4.bold-bright-blue strong, h5.bold-bright-blue strong, h6.bold-bright-blue strong {
  color: #7ed3f1 !important;
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
  color: #047589 !important;
}
h1.bold-blue strong, h2.bold-blue strong, h3.bold-blue strong, h4.bold-blue strong, h5.bold-blue strong, h6.bold-blue strong {
  color: #047589 !important;
}
h1.mint, h2.mint, h3.mint, h4.mint, h5.mint, h6.mint {
  color: #f0f7f8 !important;
}
h1.bold-mint strong, h2.bold-mint strong, h3.bold-mint strong, h4.bold-mint strong, h5.bold-mint strong, h6.bold-mint strong {
  color: #f0f7f8 !important;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #FFF !important;
}
h1.bold-white strong, h2.bold-white strong, h3.bold-white strong, h4.bold-white strong, h5.bold-white strong, h6.bold-white strong {
  color: #FFF !important;
}
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
  color: #000000 !important;
}
h1.bold-black strong, h2.bold-black strong, h3.bold-black strong, h4.bold-black strong, h5.bold-black strong, h6.bold-black strong {
  color: #000000 !important;
}
h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey {
  color: #666 !important;
}
h1.bold-grey strong, h2.bold-grey strong, h3.bold-grey strong, h4.bold-grey strong, h5.bold-grey strong, h6.bold-grey strong {
  color: #666 !important;
}
h1.smoke, h2.smoke, h3.smoke, h4.smoke, h5.smoke, h6.smoke {
  color: #f9f9f9 !important;
}
h1.bold-smoke strong, h2.bold-smoke strong, h3.bold-smoke strong, h4.bold-smoke strong, h5.bold-smoke strong, h6.bold-smoke strong {
  color: #f9f9f9 !important;
}
h1.button-heading, h2.button-heading, h3.button-heading, h4.button-heading, h5.button-heading, h6.button-heading {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1em;
}
h1.button-heading a, h2.button-heading a, h3.button-heading a, h4.button-heading a, h5.button-heading a, h6.button-heading a {
  font-weight: 700;
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  background: #047589;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-size: 70%;
  font-style: normal;
}
h1.no-margins, h2.no-margins, h3.no-margins, h4.no-margins, h5.no-margins, h6.no-margins {
  margin: 0;
}

h1, .h1, p.h1 {
  font-size: 56px;
}
@media (max-width: 666px) {
  h1, .h1, p.h1 {
    font-size: 44.8px;
    line-height: 1.3;
  }
}

h2, .h2, p.h2 {
  font-size: 38px;
}
@media (max-width: 666px) {
  h2, .h2, p.h2 {
    font-size: 30.4px;
    line-height: 1.3;
  }
}

h3, .h3, p.h3 {
  font-size: 31px;
}
@media (max-width: 666px) {
  h3, .h3, p.h3 {
    font-size: 26.35px;
    line-height: 1.3;
  }
}

h4, .h4, p.h4 {
  font-size: 23px;
}
@media (max-width: 666px) {
  h4, .h4, p.h4 {
    font-size: 20.7px;
    line-height: 1.3;
  }
}

h5, .h5, p.h5 {
  font-size: 18px;
}

h6, .h6, p.h6 {
  font-size: 16px;
}

p {
  margin: 0 auto 20px;
}
p img {
  display: block;
  height: auto;
  max-width: 100%;
}

ol, ul {
  margin: 0 auto 20px;
  padding-left: 18px;
}
ol li, ul li {
  margin: 10px auto;
}

blockquote p {
  font-size: 1.2em;
  line-height: 1.75;
}

figure, iframe, object, embed {
  max-width: 100%;
}
figure img, iframe img, object img, embed img {
  display: block;
  height: auto;
  max-width: 100%;
}

.embed-vimeo,
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.embed-vimeo iframe,
.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

code {
  white-space: normal;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

.container {
  max-width: 75%;
}

a {
  color: #5d86a1;
  text-decoration: none;
  transition: 0.2s;
}
a:hover, a:focus {
  color: #a3d4f1;
  text-decoration: none;
}

hr {
  border-color: #fff;
  width: 40%;
  margin: 20px auto;
  clear: both;
}

p:empty {
  height: 0;
  line-height: 1;
  position: absolute;
  left: -9999px;
  margin: 0;
  padding: 0;
  display: none;
}

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

@media (min-width: 576px) {
  #full-height,
  .full-height {
    height: calc(100vh - 83px);
    min-height: 400px;
    max-height: 1000px;
    position: relative;
    z-index: 1;
  }
}

.wrap,
.content,
.main {
  padding: 0;
  max-width: inherit !important;
  float: none !important;
}

.wrap {
  padding: 0;
}

.main::after {
  display: block;
  clear: both;
  content: "";
}
.inview {
  opacity: 0;
  visibility: hidden;
}
.inview.fadein {
  transition: opacity 0.6s ease-in, visibility 1s ease-in;
}
.inview.fadeup {
  position: relative;
  bottom: -60px;
  transition: opacity 0.6s ease-in, visibility 1s ease-in, bottom 1s;
}
.inview.fadeinslow {
  transition: opacity 1.4s ease-in, visibility 1.8s ease-in;
}
.inview.over {
  opacity: 1;
  visibility: visible;
}
.inview.over.fadeup {
  bottom: 0;
}

.wp-caption {
  max-width: 100%;
  background: #eaeaea;
}
@media (min-width: 576px) {
  .wp-caption {
    max-width: 42%;
  }
}
.wp-caption.alignleft {
  margin: 20px auto;
}
@media (min-width: 576px) {
  .wp-caption.alignleft {
    margin: 7px 20px 20px 0;
  }
}
.wp-caption.alignright {
  margin: 20px auto;
}
@media (min-width: 576px) {
  .wp-caption.alignright {
    margin: 7px 0 20px 20px;
  }
}
.wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wp-caption figcaption {
  padding: 10px;
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
}

.or {
  display: block;
  clear: both;
  position: relative;
  margin: 20px 0;
}
.or:after {
  content: "";
  border-top: 1px solid #fff;
  top: 50%;
  height: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 2;
}
.or span {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  background: #3bd4a4;
  padding: 0 5px;
  position: relative;
  z-index: 3;
}

sup {
  font-size: 60%;
  position: relative;
  top: -6px;
  margin: 0 0 0 1px;
}

.inview {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s ease-in, visibility 0.75s ease-in;
}
.inview.over {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 576px) {
  .divider-right {
    padding-right: 60px;
    position: relative;
  }
}
@media (min-width: 576px) {
  .divider-right:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23.5px;
    width: 1px;
    background: #ddd;
  }
}

body .aligncenter {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .row-eq-height {
    display: flex;
  }
}

.wp-block-image.max-width::after {
  display: block;
  clear: both;
  content: "";
}
.wp-block-image.max-width img {
  max-width: 240px;
}
@media (max-width: 767.98px) {
  .wp-block-image.mobile-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image img {
  max-width: 100%;
}

.wp-block-columns {
  width: 100%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .wp-block-columns {
    display: block !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column {
    width: 100%;
    margin: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 30px !important;
  }
}

.push-sm-6 {
  margin-left: 50%;
}

.wp-block-image figcaption {
  text-align: left;
  color: #78a6c3;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.has-text-color.has-navy-color {
  color: #172e57 !important;
}
.has-text-color.has-navy-color:hover, .has-text-color.has-navy-color:focus {
  color: #172e57 !important;
}
.has-text-color.has-teal-color {
  color: #1ebdbe !important;
}
.has-text-color.has-teal-color:hover, .has-text-color.has-teal-color:focus {
  color: #1ebdbe !important;
}
.has-text-color.has-orange-color {
  color: #f68347 !important;
}
.has-text-color.has-orange-color:hover, .has-text-color.has-orange-color:focus {
  color: #f68347 !important;
}
.has-text-color.has-bright-blue-color {
  color: #7ed3f1 !important;
}
.has-text-color.has-bright-blue-color:hover, .has-text-color.has-bright-blue-color:focus {
  color: #7ed3f1 !important;
}
.has-text-color.has-blue-color {
  color: #047589 !important;
}
.has-text-color.has-blue-color:hover, .has-text-color.has-blue-color:focus {
  color: #047589 !important;
}
.has-text-color.has-mint-color {
  color: #f0f7f8 !important;
}
.has-text-color.has-mint-color:hover, .has-text-color.has-mint-color:focus {
  color: #f0f7f8 !important;
}
.has-text-color.has-white-color {
  color: #FFF !important;
}
.has-text-color.has-white-color:hover, .has-text-color.has-white-color:focus {
  color: #FFF !important;
}
.has-text-color.has-black-color {
  color: #000000 !important;
}
.has-text-color.has-black-color:hover, .has-text-color.has-black-color:focus {
  color: #000000 !important;
}
.has-text-color.has-grey-color {
  color: #666 !important;
}
.has-text-color.has-grey-color:hover, .has-text-color.has-grey-color:focus {
  color: #666 !important;
}
.has-text-color.has-smoke-color {
  color: #f9f9f9 !important;
}
.has-text-color.has-smoke-color:hover, .has-text-color.has-smoke-color:focus {
  color: #f9f9f9 !important;
}

.has-background.has-navy-background-color {
  background-color: #172e57 !important;
}
.has-background.has-navy-background-color:hover, .has-background.has-navy-background-color:focus {
  background-color: #172e57 !important;
}
.has-background.has-teal-background-color {
  background-color: #1ebdbe !important;
}
.has-background.has-teal-background-color:hover, .has-background.has-teal-background-color:focus {
  background-color: #1ebdbe !important;
}
.has-background.has-orange-background-color {
  background-color: #f68347 !important;
}
.has-background.has-orange-background-color:hover, .has-background.has-orange-background-color:focus {
  background-color: #f68347 !important;
}
.has-background.has-bright-blue-background-color {
  background-color: #7ed3f1 !important;
}
.has-background.has-bright-blue-background-color:hover, .has-background.has-bright-blue-background-color:focus {
  background-color: #7ed3f1 !important;
}
.has-background.has-blue-background-color {
  background-color: #047589 !important;
}
.has-background.has-blue-background-color:hover, .has-background.has-blue-background-color:focus {
  background-color: #047589 !important;
}
.has-background.has-mint-background-color {
  background-color: #f0f7f8 !important;
}
.has-background.has-mint-background-color:hover, .has-background.has-mint-background-color:focus {
  background-color: #f0f7f8 !important;
}
.has-background.has-white-background-color {
  background-color: #FFF !important;
}
.has-background.has-white-background-color:hover, .has-background.has-white-background-color:focus {
  background-color: #FFF !important;
}
.has-background.has-black-background-color {
  background-color: #000000 !important;
}
.has-background.has-black-background-color:hover, .has-background.has-black-background-color:focus {
  background-color: #000000 !important;
}
.has-background.has-grey-background-color {
  background-color: #666 !important;
}
.has-background.has-grey-background-color:hover, .has-background.has-grey-background-color:focus {
  background-color: #666 !important;
}
.has-background.has-smoke-background-color {
  background-color: #f9f9f9 !important;
}
.has-background.has-smoke-background-color:hover, .has-background.has-smoke-background-color:focus {
  background-color: #f9f9f9 !important;
}

.ga-back {
  margin: 30px 0;
  display: inline-block;
}

.fa {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.fa.fa-file-pdf-o {
  content: "\f1c1";
}

.white-links a,
a.white-links {
  color: #fff !important;
}
.white-links a:hover,
a.white-links:hover {
  color: #fff !important;
}

@media (min-width: 768px) {
  .back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9997;
  }
}

.gf-subscribe {
  background-color: #1e1e1e;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .gf-subscribe {
    padding: 90px 0;
  }
}

.gf-subscribe--container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.gf-subscribe--container h3 {
  color: #fff;
  margin: 0 0 60px;
}

form label {
  color: #222;
  display: block;
}
form input, form select {
  display: block;
  width: 100%;
}
form input[type=text],
form input[type=password],
form input[type=number] {
  border: none;
  outline: none;
  background: none;
  color: #222;
  font-size: 17px;
}
form select {
  border: none;
  border-radius: 0 !important;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 2;
  outline: none;
}
form select:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  margin-top: -3px;
  border-color: #111111 transparent transparent transparent;
}
form textarea {
  width: 100%;
  background: #f5f5f5;
  font-size: 17px;
  border: none;
  outline: none;
  color: #222;
}

.select-styled {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 40px;
  width: auto;
  background: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0;
  border: none;
  border: 2px solid #d5d5d5;
  border-radius: 3px;
  /* Fix for IE 8 putting the arrows behind the select element. */
}
.select-styled.disabled:before, .select-styled.disabled:after {
  border-color: #b7c6cf transparent;
}
.select-styled select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 0 50px 0 20px;
  height: 36px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  background: transparent;
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  outline: none;
  text-shadow: none;
  -webkit-appearance: none;
  font-weight: 400;
}
.select-styled select:disabled {
  color: #b7c6cf;
  background: #f5f5f5;
}
.select-styled select:focus {
  z-index: 3;
  width: 100%;
  color: #111;
}
.select-styled select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #fff;
  border-radius: 0px;
  cursor: pointer;
}
.select-styled:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 13px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
}
.select-styled .lt-ie9 .select-dropdown {
  z-index: 1;
}
.select-styled .lt-ie9 select {
  z-index: -1;
}
.select-styled .lt-ie9 select:focus {
  z-index: 3;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.letter-spacing-9 {
  letter-spacing: 9px;
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

.padding-0 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-0 {
    padding: 0px;
  }
}

@media (min-width: 992px) {
  .padding-top-0 {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .padding-left-0 {
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .padding-right-0 {
    padding-right: 0px;
  }
}

.margin-0 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-0 {
    margin: 0px;
  }
}

@media (min-width: 992px) {
  .margin-top-0 {
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .margin-left-0 {
    margin-left: 0px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-0 {
    margin-right: 0px;
  }
}

.pull-top-0 {
  margin-top: -0px;
}

.pull-left-0 {
  margin-left: -0px;
}

.pull-bottom-0 {
  margin-bottom: -0px;
}

.pull-right-0 {
  margin-right: -0px;
}

.padding-15 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-15 {
    padding: 15px;
  }
}

@media (min-width: 992px) {
  .padding-top-15 {
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .padding-left-15 {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-15 {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .padding-right-15 {
    padding-right: 15px;
  }
}

.margin-15 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-15 {
    margin: 15px;
  }
}

@media (min-width: 992px) {
  .margin-top-15 {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .margin-left-15 {
    margin-left: 15px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-15 {
    margin-right: 15px;
  }
}

.pull-top-15 {
  margin-top: -15px;
}

.pull-left-15 {
  margin-left: -15px;
}

.pull-bottom-15 {
  margin-bottom: -15px;
}

.pull-right-15 {
  margin-right: -15px;
}

.padding-30 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-30 {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .padding-top-30 {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .padding-left-30 {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-30 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .padding-right-30 {
    padding-right: 30px;
  }
}

.margin-30 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-30 {
    margin: 30px;
  }
}

@media (min-width: 992px) {
  .margin-top-30 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .margin-left-30 {
    margin-left: 30px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-30 {
    margin-right: 30px;
  }
}

.pull-top-30 {
  margin-top: -30px;
}

.pull-left-30 {
  margin-left: -30px;
}

.pull-bottom-30 {
  margin-bottom: -30px;
}

.pull-right-30 {
  margin-right: -30px;
}

.padding-45 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-45 {
    padding: 45px;
  }
}

@media (min-width: 992px) {
  .padding-top-45 {
    padding-top: 45px;
  }
}

@media (min-width: 992px) {
  .padding-left-45 {
    padding-left: 45px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-45 {
    padding-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .padding-right-45 {
    padding-right: 45px;
  }
}

.margin-45 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-45 {
    margin: 45px;
  }
}

@media (min-width: 992px) {
  .margin-top-45 {
    margin-top: 45px;
  }
}

@media (min-width: 992px) {
  .margin-left-45 {
    margin-left: 45px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-45 {
    margin-right: 45px;
  }
}

.pull-top-45 {
  margin-top: -45px;
}

.pull-left-45 {
  margin-left: -45px;
}

.pull-bottom-45 {
  margin-bottom: -45px;
}

.pull-right-45 {
  margin-right: -45px;
}

.padding-60 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-60 {
    padding: 60px;
  }
}

@media (min-width: 992px) {
  .padding-top-60 {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .padding-left-60 {
    padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-60 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .padding-right-60 {
    padding-right: 60px;
  }
}

.margin-60 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-60 {
    margin: 60px;
  }
}

@media (min-width: 992px) {
  .margin-top-60 {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .margin-left-60 {
    margin-left: 60px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-60 {
    margin-right: 60px;
  }
}

.pull-top-60 {
  margin-top: -60px;
}

.pull-left-60 {
  margin-left: -60px;
}

.pull-bottom-60 {
  margin-bottom: -60px;
}

.pull-right-60 {
  margin-right: -60px;
}

.padding-90 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-90 {
    padding: 90px;
  }
}

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

@media (min-width: 992px) {
  .padding-left-90 {
    padding-left: 90px;
  }
}

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

@media (min-width: 992px) {
  .padding-right-90 {
    padding-right: 90px;
  }
}

.margin-90 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-90 {
    margin: 90px;
  }
}

@media (min-width: 992px) {
  .margin-top-90 {
    margin-top: 90px;
  }
}

@media (min-width: 992px) {
  .margin-left-90 {
    margin-left: 90px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-90 {
    margin-right: 90px;
  }
}

.pull-top-90 {
  margin-top: -90px;
}

.pull-left-90 {
  margin-left: -90px;
}

.pull-bottom-90 {
  margin-bottom: -90px;
}

.pull-right-90 {
  margin-right: -90px;
}

.padding-120 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-120 {
    padding: 120px;
  }
}

@media (min-width: 992px) {
  .padding-top-120 {
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .padding-left-120 {
    padding-left: 120px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-120 {
    padding-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .padding-right-120 {
    padding-right: 120px;
  }
}

.margin-120 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-120 {
    margin: 120px;
  }
}

@media (min-width: 992px) {
  .margin-top-120 {
    margin-top: 120px;
  }
}

@media (min-width: 992px) {
  .margin-left-120 {
    margin-left: 120px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-120 {
    margin-right: 120px;
  }
}

.pull-top-120 {
  margin-top: -120px;
}

.pull-left-120 {
  margin-left: -120px;
}

.pull-bottom-120 {
  margin-bottom: -120px;
}

.pull-right-120 {
  margin-right: -120px;
}

.padding-150 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-150 {
    padding: 150px;
  }
}

@media (min-width: 992px) {
  .padding-top-150 {
    padding-top: 150px;
  }
}

@media (min-width: 992px) {
  .padding-left-150 {
    padding-left: 150px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-150 {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) {
  .padding-right-150 {
    padding-right: 150px;
  }
}

.margin-150 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-150 {
    margin: 150px;
  }
}

@media (min-width: 992px) {
  .margin-top-150 {
    margin-top: 150px;
  }
}

@media (min-width: 992px) {
  .margin-left-150 {
    margin-left: 150px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-150 {
    margin-right: 150px;
  }
}

.pull-top-150 {
  margin-top: -150px;
}

.pull-left-150 {
  margin-left: -150px;
}

.pull-bottom-150 {
  margin-bottom: -150px;
}

.pull-right-150 {
  margin-right: -150px;
}

.padding-180 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-180 {
    padding: 180px;
  }
}

@media (min-width: 992px) {
  .padding-top-180 {
    padding-top: 180px;
  }
}

@media (min-width: 992px) {
  .padding-left-180 {
    padding-left: 180px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-180 {
    padding-bottom: 180px;
  }
}

@media (min-width: 992px) {
  .padding-right-180 {
    padding-right: 180px;
  }
}

.margin-180 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-180 {
    margin: 180px;
  }
}

@media (min-width: 992px) {
  .margin-top-180 {
    margin-top: 180px;
  }
}

@media (min-width: 992px) {
  .margin-left-180 {
    margin-left: 180px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-180 {
    margin-right: 180px;
  }
}

.pull-top-180 {
  margin-top: -180px;
}

.pull-left-180 {
  margin-left: -180px;
}

.pull-bottom-180 {
  margin-bottom: -180px;
}

.pull-right-180 {
  margin-right: -180px;
}

.padding-240 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-240 {
    padding: 240px;
  }
}

@media (min-width: 992px) {
  .padding-top-240 {
    padding-top: 240px;
  }
}

@media (min-width: 992px) {
  .padding-left-240 {
    padding-left: 240px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-240 {
    padding-bottom: 240px;
  }
}

@media (min-width: 992px) {
  .padding-right-240 {
    padding-right: 240px;
  }
}

.margin-240 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-240 {
    margin: 240px;
  }
}

@media (min-width: 992px) {
  .margin-top-240 {
    margin-top: 240px;
  }
}

@media (min-width: 992px) {
  .margin-left-240 {
    margin-left: 240px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-240 {
    margin-right: 240px;
  }
}

.pull-top-240 {
  margin-top: -240px;
}

.pull-left-240 {
  margin-left: -240px;
}

.pull-bottom-240 {
  margin-bottom: -240px;
}

.pull-right-240 {
  margin-right: -240px;
}

.padding-270 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-270 {
    padding: 270px;
  }
}

@media (min-width: 992px) {
  .padding-top-270 {
    padding-top: 270px;
  }
}

@media (min-width: 992px) {
  .padding-left-270 {
    padding-left: 270px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-270 {
    padding-bottom: 270px;
  }
}

@media (min-width: 992px) {
  .padding-right-270 {
    padding-right: 270px;
  }
}

.margin-270 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-270 {
    margin: 270px;
  }
}

@media (min-width: 992px) {
  .margin-top-270 {
    margin-top: 270px;
  }
}

@media (min-width: 992px) {
  .margin-left-270 {
    margin-left: 270px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-270 {
    margin-right: 270px;
  }
}

.pull-top-270 {
  margin-top: -270px;
}

.pull-left-270 {
  margin-left: -270px;
}

.pull-bottom-270 {
  margin-bottom: -270px;
}

.pull-right-270 {
  margin-right: -270px;
}

.padding-300 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-300 {
    padding: 300px;
  }
}

@media (min-width: 992px) {
  .padding-top-300 {
    padding-top: 300px;
  }
}

@media (min-width: 992px) {
  .padding-left-300 {
    padding-left: 300px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-300 {
    padding-bottom: 300px;
  }
}

@media (min-width: 992px) {
  .padding-right-300 {
    padding-right: 300px;
  }
}

.margin-300 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-300 {
    margin: 300px;
  }
}

@media (min-width: 992px) {
  .margin-top-300 {
    margin-top: 300px;
  }
}

@media (min-width: 992px) {
  .margin-left-300 {
    margin-left: 300px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-300 {
    margin-right: 300px;
  }
}

.pull-top-300 {
  margin-top: -300px;
}

.pull-left-300 {
  margin-left: -300px;
}

.pull-bottom-300 {
  margin-bottom: -300px;
}

.pull-right-300 {
  margin-right: -300px;
}

.padding-330 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-330 {
    padding: 330px;
  }
}

@media (min-width: 992px) {
  .padding-top-330 {
    padding-top: 330px;
  }
}

@media (min-width: 992px) {
  .padding-left-330 {
    padding-left: 330px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-330 {
    padding-bottom: 330px;
  }
}

@media (min-width: 992px) {
  .padding-right-330 {
    padding-right: 330px;
  }
}

.margin-330 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-330 {
    margin: 330px;
  }
}

@media (min-width: 992px) {
  .margin-top-330 {
    margin-top: 330px;
  }
}

@media (min-width: 992px) {
  .margin-left-330 {
    margin-left: 330px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-330 {
    margin-right: 330px;
  }
}

.pull-top-330 {
  margin-top: -330px;
}

.pull-left-330 {
  margin-left: -330px;
}

.pull-bottom-330 {
  margin-bottom: -330px;
}

.pull-right-330 {
  margin-right: -330px;
}

.padding-360 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-360 {
    padding: 360px;
  }
}

@media (min-width: 992px) {
  .padding-top-360 {
    padding-top: 360px;
  }
}

@media (min-width: 992px) {
  .padding-left-360 {
    padding-left: 360px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-360 {
    padding-bottom: 360px;
  }
}

@media (min-width: 992px) {
  .padding-right-360 {
    padding-right: 360px;
  }
}

.margin-360 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-360 {
    margin: 360px;
  }
}

@media (min-width: 992px) {
  .margin-top-360 {
    margin-top: 360px;
  }
}

@media (min-width: 992px) {
  .margin-left-360 {
    margin-left: 360px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-360 {
    margin-right: 360px;
  }
}

.pull-top-360 {
  margin-top: -360px;
}

.pull-left-360 {
  margin-left: -360px;
}

.pull-bottom-360 {
  margin-bottom: -360px;
}

.pull-right-360 {
  margin-right: -360px;
}

.padding-390 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-390 {
    padding: 390px;
  }
}

@media (min-width: 992px) {
  .padding-top-390 {
    padding-top: 390px;
  }
}

@media (min-width: 992px) {
  .padding-left-390 {
    padding-left: 390px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-390 {
    padding-bottom: 390px;
  }
}

@media (min-width: 992px) {
  .padding-right-390 {
    padding-right: 390px;
  }
}

.margin-390 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-390 {
    margin: 390px;
  }
}

@media (min-width: 992px) {
  .margin-top-390 {
    margin-top: 390px;
  }
}

@media (min-width: 992px) {
  .margin-left-390 {
    margin-left: 390px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-390 {
    margin-right: 390px;
  }
}

.pull-top-390 {
  margin-top: -390px;
}

.pull-left-390 {
  margin-left: -390px;
}

.pull-bottom-390 {
  margin-bottom: -390px;
}

.pull-right-390 {
  margin-right: -390px;
}

.padding-420 {
  padding: 15px;
}
@media (min-width: 992px) {
  .padding-420 {
    padding: 420px;
  }
}

@media (min-width: 992px) {
  .padding-top-420 {
    padding-top: 420px;
  }
}

@media (min-width: 992px) {
  .padding-left-420 {
    padding-left: 420px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-420 {
    padding-bottom: 420px;
  }
}

@media (min-width: 992px) {
  .padding-right-420 {
    padding-right: 420px;
  }
}

.margin-420 {
  margin: 15px;
}
@media (min-width: 992px) {
  .margin-420 {
    margin: 420px;
  }
}

@media (min-width: 992px) {
  .margin-top-420 {
    margin-top: 420px;
  }
}

@media (min-width: 992px) {
  .margin-left-420 {
    margin-left: 420px;
  }
}

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

@media (min-width: 992px) {
  .margin-right-420 {
    margin-right: 420px;
  }
}

.pull-top-420 {
  margin-top: -420px;
}

.pull-left-420 {
  margin-left: -420px;
}

.pull-bottom-420 {
  margin-bottom: -420px;
}

.pull-right-420 {
  margin-right: -420px;
}

@media (max-width: 666px) {
  body:not(.wp-admin) .hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 667px) {
  body:not(.wp-admin) .hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body:not(.wp-admin) .hide-md-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body:not(.wp-admin) .hide-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body:not(.wp-admin) .hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  body:not(.wp-admin) .hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  body:not(.wp-admin) .hide-xl-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  body:not(.wp-admin) .hide-xl-up {
    display: none !important;
  }
}

.no-margin {
  margin: 0;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

body:not(.home) .home-only {
  display: none;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 25px;
  height: 10px;
  margin: 0 4px;
  background: #047589;
  border-radius: 5px;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #a3d4f1;
}

body.showing-popup {
  height: 100%;
  overflow: hidden;
}
body.showing-popup .popup {
  transform: translateY(0);
  transition: all 0.45s ease-in-out;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  height: auto;
}

.popup {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.75s ease-in-out;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 0;
  background: rgba(22, 47, 87, 0.9); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(22, 47, 87, 0.95) 0%, rgba(27, 135, 151, 0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6162f57", endColorstr="#e61b8797",GradientType=0 ); /* IE6-9 */
}

.popup--container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.popup--container p {
  max-width: 800px;
  margin: 0 auto 15px;
  width: 100%;
  font-size: 20px;
}

.popup--close {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999;
}

.popup--header {
  padding: 0 0 60px;
}
.popup--header img {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 7px 30px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 0px;
  font-size: 20px;
  line-height: 40px;
  color: #173057;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 300;
  font-size: 16px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #999;
  text-align: center;
  font: 0/0 a;
  *font: 20px/40px Lucida Sans Unicode, Arial Unicode MS, Arial;
  background: url(../images/chevron-down.svg) center center/14px auto no-repeat transparent;
}

.selectric-focus .selectric {
  border-color: #999999;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #b3b3b3;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #b3b3b3;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
.wp-block-columns {
  display: flex;
}
.wp-block-columns .wp-block-column.align-bottom {
  align-self: flex-end;
}
.wp-block-columns.no-gutter .wp-block-column {
  margin-left: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.wp-block-group .wp-block-group__inner-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .wp-block-group .wp-block-group__inner-container {
    max-width: 75%;
  }
}

.accordion-block {
  clear: both;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #a7a7a7;
  margin-bottom: 0;
}
.accordion-block.is-collapsed .accordion--content {
  max-height: 0px;
}
.accordion-block.is-collapsed .accordion--title a span:after {
  transform: rotate(90deg);
}

.accordion--title {
  margin: 0;
}
.accordion--title a {
  display: block;
  color: #162e57;
  padding: 10px 0;
  font-size: 54px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  background: transparent;
}
.accordion--title a:hover span {
  background: #63baeb;
}
.accordion--title a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  transition: background 0.2s ease-in;
  width: 70px;
  height: 70px;
  background: #e4e4e4;
  border-radius: 100%;
}
.accordion--title a span:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  background: #fff;
  top: 50%;
  left: 20px;
  margin-top: -1.5px;
}
.accordion--title a span:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in;
  background: #fff;
  top: 50%;
  left: 20px;
  margin-top: -1.5px;
}

.accordion--content {
  max-height: 999px;
  height: auto;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.accordion--content > *:first-child {
  padding-top: 15px;
}

.advance-arrow-module {
  clear: both;
  text-align: center;
}
@media (min-width: 576px) {
  .advance-arrow-module {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -32px;
    clear: none;
  }
}
.advance-arrow-module .advance-arrow {
  display: inline-block;
  line-height: 1;
  padding: 2em 1em 1em;
}
@media (min-width: 576px) {
  .advance-arrow-module .advance-arrow {
    display: block;
    padding: 1em;
  }
}
.advance-arrow-module .advance-arrow #advance-arrow-svg {
  width: 30px;
  height: auto;
}

.masthead {
  position: relative;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}
@media (min-width: 768px) {
  .masthead.is-full-height {
    height: calc(100vh - 102px);
    min-height: 400px;
    max-height: 900px;
  }
}
.masthead.is-full-height .masthead--content-inner {
  padding: 120px 15px;
  left: 15px;
}
@media (min-width: 768px) {
  .masthead.is-full-height .masthead--content-inner {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 75px;
    right: 75px;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .masthead.is-full-height .masthead--content-inner {
    left: 50px;
    right: 50px;
  }
}
.masthead.style-alt .masthead--title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
}
.masthead.style-alt .masthead--copy {
  font-size: 30px;
  padding-top: 15px;
}
.masthead.has-video {
  height: auto !important;
  min-height: 0px !important;
  max-height: 9000px !important;
}
.masthead.has-video .masthead--content-inner,
.masthead.has-video .masthead--container {
  padding: 0;
  min-height: 0px !important;
}
.masthead.has-overlay .masthead--container {
  position: relative;
}
.masthead.has-overlay .masthead--container:after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  background: url(../images/masthead-graphic.svg) center center/contain no-repeat transparent;
  width: 100%;
  height: 70%;
  transform: translate(-50%, -50%);
}
.masthead.has-overlay .masthead--content-inner {
  padding: 60px 0;
}
.masthead.is-white .masthead--title {
  color: #fff;
}
.masthead.is-white .masthead--button .masthead--button-link {
  background: #fff;
  color: #162e57;
}
.masthead.is-white .masthead--button .masthead--button-link:hover {
  background: #e6e6e6;
}
.masthead .masthead--video {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  z-index: 1;
  padding-top: 45%;
  position: relative;
}
.masthead .masthead--video iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  max-width: none;
}
.masthead .masthead--container {
  position: relative;
  height: 100%;
  z-index: 2;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 600px;
}
@media (min-width: 768px) {
  .masthead .masthead--container {
    max-width: 75%;
  }
}
.masthead .masthead--content {
  height: 100%;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.masthead .masthead--content-inner {
  padding: 180px 0 160px 0;
}
@media (max-width: 767.98px) {
  .masthead .masthead--content-inner {
    padding: 160px 0 115px;
  }
}
.masthead .masthead--title {
  margin: 0;
  line-height: 1;
  font-size: 34px;
  font-weight: 300;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 100;
}
.masthead .masthead--title strong {
  color: #a3d4f1;
  font-weight: 100;
}
@media (min-width: 576px) {
  .masthead .masthead--title {
    margin: 0;
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .masthead .masthead--title {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .masthead .masthead--title {
    font-size: 90px;
  }
}
.masthead .masthead--copy {
  color: #fff;
  padding: 30px 0 0;
}
@media (max-width: 900px) {
  .masthead .masthead--copy br {
    display: none;
  }
}
.masthead .masthead--button {
  margin: 20px 0 0;
  display: block;
}
.masthead .masthead--button .masthead--button-link {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 14px 22px;
  font-weight: 600;
  background: #162e57;
  color: #fff;
  transition: background 0.3s ease-in-out;
}
.masthead .masthead--button .masthead--button-link:hover {
  background: #0c182e;
}
.masthead .masthead--arrow {
  margin: 30px 0 0;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: block;
  background: url("../images/caret-blue-down.svg") center 2px/20px auto no-repeat #63baeb;
}

.masthead-slider {
  position: relative;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  background-color: #162e57;
}
.masthead-slider .masthead-slider--container {
  position: relative;
  height: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  z-index: 11;
}
@media (max-width: 991px) {
  .masthead-slider .masthead-slider--content-inner {
    min-width: 75% !important;
  }
}
@media (max-width: 767px) {
  .masthead-slider .masthead-slider--content-inner {
    width: 100% !important;
    right: auto !important;
    left: auto !important;
  }
}
.masthead-slider.is-short-height .masthead-slider--content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .masthead-slider.is-short-height .masthead-slider--content {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .masthead-slider.is-full-height {
    height: 100vh;
    min-height: 400px;
    max-height: 1000px;
  }
}
.masthead-slider.is-full-height .masthead-slider--content-inner {
  margin: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .masthead-slider.is-full-height .masthead-slider--content-inner {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0;
    padding: 0;
  }
}
.masthead-slider.is-full-height .masthead-slider--content-inner > *:last-child {
  margin-bottom: 0;
}
.masthead-slider .masthead-slider--video {
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.masthead-slider .masthead-slider--video video {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  max-width: none;
  z-index: 1;
}
.masthead-slider .masthead-slider--images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.masthead-slider .masthead-slider--images .masthead-slider--image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.masthead-slider .masthead-slider--images .masthead-slider--image.is-showing, .masthead-slider .masthead-slider--images .masthead-slider--image.is-single-image {
  opacity: 1;
}
.masthead-slider .masthead-slider--images .masthead-slider--image.next {
  opacity: 1;
  z-index: 1;
}
.masthead-slider .masthead-slider--images .masthead-slider--image.prev {
  opacity: 1;
  z-index: 2;
}
.masthead-slider .masthead-slider--images .masthead-slider--image.fade-out {
  opacity: 0;
  transition: visibility 0s 0.75s, opacity 0.75s linear;
  visibility: hidden;
}
.masthead-slider .masthead-slider--content {
  height: 100%;
  position: relative;
  z-index: 2;
  padding-top: 160px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .masthead-slider .masthead-slider--content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .masthead-slider .masthead-slider--content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .masthead-slider .masthead-slider--content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.masthead-slider .masthead-slider--content-inner {
  padding: 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 992px) {
  .masthead-slider .masthead-slider--content-inner {
    padding: 35px 0 20px;
  }
}
.masthead-slider .masthead-slider--content-inner p {
  margin: 10px 0 0;
  font-size: 36px;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.masthead-slider .masthead-slider--breadcrumbs li {
  font-size: 16px;
  font-weight: 500;
}
.masthead-slider .masthead-slider--title {
  margin: 0 0 10px;
  font-size: 36px;
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;
}
@media (min-width: 768px) {
  .masthead-slider .masthead-slider--title {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .masthead-slider .masthead-slider--title {
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .masthead-slider .masthead-slider--title br {
    display: none;
  }
}
.masthead-slider .masthead-slider--title small {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 45px;
  color: #ccc;
  letter-spacing: 3px;
}
.masthead-slider .masthead-slider--copy {
  font-size: 24px;
  margin: 30px 0 0;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}
.masthead-slider .masthead-slider--copy > *:last-child {
  margin-bottom: 0;
}
.masthead-slider .masthead-slider--footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
}
.masthead-slider .masthead-slider--footer svg {
  width: 100%;
  height: auto;
}
.masthead-slider .masthead-slider--arrow {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
  background: url(../images/arrow-down.svg) center center/auto 30px no-repeat transparent;
  z-index: 10;
  display: block;
  outline: none;
}
.masthead-slider .masthead-slider--button.wp-block-button__link:not(.has-text-color),
.masthead-slider .masthead-slider--button.wp-block-button__link {
  margin: 40px 15px 40px 0;
  display: inline-block;
}
@screen sm {
  .masthead-slider .masthead-slider--button.wp-block-button__link:not(.has-text-color):first-of-type,
  .masthead-slider .masthead-slider--button.wp-block-button__link:first-of-type {
    margin-left: 0;
  }
}
.masthead-slider .masthead-slider--button.wp-block-button__link:not(.has-text-color):hover, .masthead-slider .masthead-slider--button.wp-block-button__link:not(.has-text-color):active, .masthead-slider .masthead-slider--button.wp-block-button__link:not(.has-text-color):focus,
.masthead-slider .masthead-slider--button.wp-block-button__link:hover,
.masthead-slider .masthead-slider--button.wp-block-button__link:active,
.masthead-slider .masthead-slider--button.wp-block-button__link:focus {
  color: #162e57 !important;
  background-image: url(../images/arrow-right-brand-primary.svg) !important;
}
.masthead-slider.is-navy .masthead-slider--title {
  color: #172e57 !important;
}
.masthead-slider.is-teal .masthead-slider--title {
  color: #1ebdbe !important;
}
.masthead-slider.is-orange .masthead-slider--title {
  color: #f68347 !important;
}
.masthead-slider.is-bright-blue .masthead-slider--title {
  color: #7ed3f1 !important;
}
.masthead-slider.is-blue .masthead-slider--title {
  color: #047589 !important;
}
.masthead-slider.is-mint .masthead-slider--title {
  color: #f0f7f8 !important;
}
.masthead-slider.is-white .masthead-slider--title {
  color: #FFF !important;
}
.masthead-slider.is-black .masthead-slider--title {
  color: #000000 !important;
}
.masthead-slider.is-grey .masthead-slider--title {
  color: #666 !important;
}
.masthead-slider.is-smoke .masthead-slider--title {
  color: #f9f9f9 !important;
}

.ab-block-container {
  max-width: 1140px;
  margin: 0 auto;
}

.ugb-accordion__heading {
  padding: 10px 20px;
}
.ugb-accordion__heading h4 {
  font-size: 20px;
}

.ugb-container .ugb-container__content-wrapper {
  max-width: 75%;
}

.ugb-container .ugb-container__content-wrapper > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ugb-container .ugb-container__content-wrapper > h1, .ugb-container .ugb-container__content-wrapper > h2, .ugb-container .ugb-container__content-wrapper > h3, .ugb-container .ugb-container__content-wrapper > h4, .ugb-container .ugb-container__content-wrapper > h5, .ugb-container .ugb-container__content-wrapper > h6, .ugb-container .ugb-container__content-wrapper > p {
  margin-bottom: 20px !important;
}

.ugb-accordion__text {
  margin: 20px 0 0 !important;
  font-size: 18px;
}

.ugb-container {
  margin: 0;
  padding: 0;
}
.ugb-container.bg-skyline {
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.ugb-container.background-bottom-right {
  background-position: bottom right;
}
.ugb-container.background-bottom-left {
  background-position: bottom left;
}
.ugb-container.background-top-right {
  background-position: top right;
}
.ugb-container.background-top-left {
  background-position: top left;
}
.ugb-container.background-bottom-center {
  background-position: bottom center;
}
.ugb-container.background-top-center {
  background-position: top center;
}
.ugb-container.background-center-right {
  background-position: center right;
}
.ugb-container.background-center-left {
  background-position: center left;
}
.ugb-container .ugb-container__content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ugb-container .ugb-container__content-wrapper {
    max-width: 75%;
  }
}

.is-ie .wp-block-atomic-blocks-ab-columns {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.is-ie .wp-block-atomic-blocks-ab-columns .wp-block-atomic-blocks-ab-column {
  padding-left: 15px;
  padding-right: 15px;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .is-ie .wp-block-atomic-blocks-ab-columns .wp-block-atomic-blocks-ab-column {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.is-ie .wp-block-atomic-blocks-ab-columns .ab-block-layout-column-inner {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .is-ie .wp-block-atomic-blocks-ab-columns.ab-layout-columns-3 .wp-block-atomic-blocks-ab-column {
    flex-basis: 33.333%;
    width: 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 768px) {
  .is-ie .wp-block-atomic-blocks-ab-columns.ab-layout-columns-4 .wp-block-atomic-blocks-ab-column {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .is-ie .wp-block-atomic-blocks-ab-columns.ab-layout-columns-5 .wp-block-atomic-blocks-ab-column {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .is-ie .wp-block-atomic-blocks-ab-columns.ab-layout-columns-6 .wp-block-atomic-blocks-ab-column {
    flex-basis: 16.667%;
    width: 16.667%;
    max-width: 16.667%;
  }
}
.is-ie .wp-block-atomic-blocks-ab-columns .ab-layout-column-wrap {
  display: flex;
  flex-flow: row wrap;
}

.content-box {
  margin: 0 -15px;
  clear: both;
  position: relative;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.content-box::after {
  display: block;
  clear: both;
  content: "";
}
.content-box.image-location-right .content-box--image {
  left: auto;
  right: 0;
}
.content-box.image-location-right .content-box--content-inner {
  padding: 30px;
}
@media (min-width: 768px) {
  .content-box.image-location-right .content-box--content-inner {
    padding: 60px 33.333% 60px 0;
  }
}
@media (min-width: 992px) {
  .content-box.image-location-right .content-box--content-inner {
    padding: 60px 50% 60px 0;
  }
}
.content-box.image-position-bottom img {
  align-self: flex-end;
}
.content-box--content-inner {
  padding: 90px 0 90px 33.333%;
}
@media (min-width: 992px) {
  .content-box--content-inner {
    padding: 60px 0 60px 50%;
  }
}
.content-box--content-inner h1, .content-box--content-inner h2, .content-box--content-inner h3, .content-box--content-inner h4, .content-box--content-inner h5, .content-box--content-inner h6, .content-box--content-inner p, .content-box--content-inner li, .content-box--content-inner blockquote, .content-box--content-inner q {
  color: #fff;
}
.content-box--content-inner > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-box--content-inner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-box--content-inner blockquote > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-box--content-inner blockquote > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.content-box--content-inner blockquote h1, .content-box--content-inner blockquote h2, .content-box--content-inner blockquote h3, .content-box--content-inner blockquote h4, .content-box--content-inner blockquote h5, .content-box--content-inner blockquote h6, .content-box--content-inner blockquote p {
  position: relative;
  font-size: 20px;
}
.content-box--content-inner blockquote h1:before, .content-box--content-inner blockquote h2:before, .content-box--content-inner blockquote h3:before, .content-box--content-inner blockquote h4:before, .content-box--content-inner blockquote h5:before, .content-box--content-inner blockquote h6:before, .content-box--content-inner blockquote p:before {
  content: "“";
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin: 0px 0px 0 -10px;
  line-height: 1;
  height: 20px;
  overflow: hidden;
  top: 3px;
}
.content-box--content-inner blockquote h1:after, .content-box--content-inner blockquote h2:after, .content-box--content-inner blockquote h3:after, .content-box--content-inner blockquote h4:after, .content-box--content-inner blockquote h5:after, .content-box--content-inner blockquote h6:after, .content-box--content-inner blockquote p:after {
  content: "”";
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin: -10px 0 0;
  line-height: 1;
  height: 20px;
  overflow: hidden;
  top: 3px;
}
.content-box--content-inner blockquote + p {
  text-transform: uppercase;
  font-size: 14px;
  color: #78a6c3;
}
.content-box--content-inner a {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 14px 22px;
  transition: background 0.3s ease-in-out;
  font-weight: 600;
  background: #5784A2;
  color: #fff;
}
.content-box--content-inner a:hover {
  background: #0c182e;
}

.content-box--image {
  width: 100%;
  position: relative;
  order: 2;
  display: none;
}
@media (min-width: 768px) {
  .content-box--image {
    order: 1;
    display: block;
  }
}
@media (min-width: 768px) {
  .image-position-bottom .content-box--image {
    transform: none;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .content-box--image {
    height: auto;
    width: auto;
    position: absolute;
    width: 33.333%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-flow: row nowrap;
  }
}
@media (min-width: 1200px) {
  .content-box--image {
    width: 50%;
  }
}
.content-box--image img {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: block;
}
@media (min-width: 768px) {
  .content-box--image img {
    margin: 0 auto;
  }
}

.content-box--video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2;
  cursor: pointer;
}
.content-box--video-link:after {
  background: url(../images/icon-play-circle-solid.svg) center center/100% auto no-repeat transparent;
  height: 100px;
  width: 100px;
  content: "";
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  position: absolute;
}

.content-box--content-inner {
  padding: 30px 15px;
  margin: 0;
}
.content-box--content-inner::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 576px) {
  .content-box--content-inner {
    padding: 60px 30px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .content-box--content-inner {
    padding: 60px 45px;
  }
}
@media (min-width: 1200px) {
  .content-box--content-inner {
    padding: 60px;
  }
}
@media (min-width: 768px) {
  .has-no-image .content-box--content-inner {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .has-no-image .content-box--content-inner {
    padding: 45px;
  }
}
@media (min-width: 1200px) {
  .has-no-image .content-box--content-inner {
    padding: 60px;
  }
}

.content-box--content {
  margin: 0;
}
.content-box--content > h1, .content-box--content > h2, .content-box--content > h3, .content-box--content > h4, .content-box--content > h5, .content-box--content > h6 {
  line-height: 1;
}
@media (max-width: 991.98px) {
  .content-box--content h1, .content-box--content h2, .content-box--content h3, .content-box--content h4, .content-box--content h5, .content-box--content h6, .content-box--content p {
    text-align: left !important;
  }
}
.content-box--content .content-box--title {
  color: #a3d4f1;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
}
@media (min-width: 768px) {
  .content-box--content {
    margin: 0;
  }
}
.content-box--alignment-right .content-box--content {
  text-align: left;
}
@media (min-width: 768px) {
  .content-box--alignment-right .content-box--content {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .content-box--alignment-center .content-box--content {
    text-align: center;
  }
}
.content-box--content p {
  font-size: 22px;
  font-weight: 300;
}

.page-template-template-events,
.page-template-template-events-php {
  padding: 0 !important;
}
.page-template-template-events h1, .page-template-template-events h2, .page-template-template-events h3, .page-template-template-events h4, .page-template-template-events h5, .page-template-template-events h6, .page-template-template-events p, .page-template-template-events li,
.page-template-template-events-php h1,
.page-template-template-events-php h2,
.page-template-template-events-php h3,
.page-template-template-events-php h4,
.page-template-template-events-php h5,
.page-template-template-events-php h6,
.page-template-template-events-php p,
.page-template-template-events-php li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-template-template-events .banner,
.page-template-template-events-php .banner {
  display: none !important;
}

.events--masthead {
  padding: 120px 0px 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (min-width: 768px) {
  .events--masthead {
    padding: 60px 0px 300px;
  }
}
.events--masthead--container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .events--masthead--container {
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
  }
}
.events--masthead--title {
  order: 2;
}
@media (min-width: 768px) {
  .events--masthead--title {
    order: 1;
  }
}
.events--masthead--title h1 {
  color: #002A42;
  margin: 30px 0 0;
  font-family: "Rules", sans-serif, serif;
}
@media (min-width: 768px) {
  .events--masthead--title h1 {
    margin: 30px 0;
    font-size: 48px;
  }
}
.events--masthead--title h1 small {
  display: block;
  margin: 10px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #285c66;
  border-top: 1px solid #ffffff;
  color: #285c66;
  color: #ffffff;
}
.events--masthead--logo {
  order: 1;
}
@media (min-width: 768px) {
  .events--masthead--logo {
    order: 2;
  }
}
.events--masthead--logo a {
  display: inline-block;
}
.events--masthead--logo a img {
  display: block;
  width: 200px;
  height: auto;
}

.speakers--filters,
.attendees--filters {
  padding: 0 0 30px;
  border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
  .speakers--filters,
  .attendees--filters {
    padding: 0 0 90px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}
.speakers--dropdowns,
.attendees--dropdowns {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .speakers--dropdowns,
  .attendees--dropdowns {
    flex: 1 0 calc(50% - 10px);
    margin: 30px 0 0 10px;
  }
}
.speakers--dropdowns--dropdown,
.attendees--dropdowns--dropdown {
  width: 100%;
}
.speakers--search,
.attendees--search {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .speakers--search,
  .attendees--search {
    flex: 1 0 calc(50% - 10px);
    margin: 30px 10px 0 0;
  }
}
.speakers--search input,
.attendees--search input {
  border: none;
  border: 1px solid #ccc;
  background: url(../images/icon-search.svg) calc(100% - 20px) center/16px auto no-repeat transparent;
  font-size: 16px;
  padding: 15px 60px 15px 30px;
  width: 100%;
  color: #173057;
  border-radius: 4px;
}
.speakers--search input:focus, .speakers--search input:active, .speakers--search input:hover,
.attendees--search input:focus,
.attendees--search input:active,
.attendees--search input:hover {
  outline: none;
  box-shadow: none;
  border: 1px solid #999;
}
.speakers--search button,
.attendees--search button {
  display: block;
  height: 42px;
  width: 42px;
}
.speakers--search button img,
.attendees--search button img {
  display: block;
  height: 42px;
  width: 42px;
}

.events--content {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .events--content {
    padding: 90px 0;
  }
}
.events--content p {
  color: #173057;
  line-height: 1.45;
  font-size: 26px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .events--content p {
    padding-right: 25%;
  }
}

.events--container,
.events--content--container,
.speakers--container,
.attendees--container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.speakers--grid,
.attendees--grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  padding: 0 0 120px;
}
@media (min-width: 500px) {
  .speakers--grid,
  .attendees--grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 576px) {
  .speakers--grid,
  .attendees--grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .speakers--grid,
  .attendees--grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .speakers--grid,
  .attendees--grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.speakers--item,
.attendees--item {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.speakers--item:hover .speakers--item-image div,
.speakers--item:hover .attendees--item-image div,
.attendees--item:hover .speakers--item-image div,
.attendees--item:hover .attendees--item-image div {
  transform: scale(1.05);
}
.speakers--item.is-hiding,
.attendees--item.is-hiding {
  display: none;
}
.speakers--item-link,
.attendees--item-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.speakers--item-image,
.attendees--item-image {
  height: 0;
  padding-top: 120%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.speakers--item-image div,
.attendees--item-image div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.speakers--item-content,
.attendees--item-content {
  padding: 30px;
}
.speakers--item-content h4,
.attendees--item-content h4 {
  margin: 0;
  font-size: 20px;
  color: #173057;
  font-weight: 600;
  text-align: center;
}
.speakers--item-content ul,
.attendees--item-content ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
  text-align: center;
}
.speakers--item-content ul li,
.attendees--item-content ul li {
  margin: 5px 0 0;
  display: block;
  font-size: 16px;
  color: #566879;
}

.divider {
  width: 100%;
}
.divider.divider-vertical {
  height: 100%;
}
.divider.divider-vertical .divider--line {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.divider.divider-vertical .divider--line span {
  height: 100%;
}
.divider.divider-right {
  margin-left: auto;
  margin-right: 0;
}
.divider.divider-center .divider--line {
  margin-left: auto;
  margin-right: auto;
}
.divider.divider-top {
  align-self: flex-start;
}
.divider.divider-bottom {
  align-self: flex-end;
}

.divider--line {
  display: block;
  width: 100%;
  position: relative;
}
.divider--line span {
  display: block;
  border-width: 1px;
  border-style: solid;
}

.square-button {
  max-width: 100%;
  clear: both;
}
.square-button p {
  margin: 0;
  display: block;
}
.square-button.square-button-burgundy .square-button--link {
  background: #162e57;
  color: #fff;
}
.square-button.square-button-burgundy .square-button--link:hover, .square-button.square-button-burgundy .square-button--link:active, .square-button.square-button-burgundy .square-button--link:focus {
  background: #0c182e;
  color: #fff;
}
.square-button.square-button-white .square-button--link {
  background: #fff;
  color: #000;
}
.square-button.square-button-white .square-button--link:hover, .square-button.square-button-white .square-button--link:active, .square-button.square-button-white .square-button--link:focus {
  background: #fff;
  color: #000;
}
.square-button.square-button-black .square-button--link {
  background: #000;
  color: #fff;
}
.square-button.square-button-black .square-button--link:hover, .square-button.square-button-black .square-button--link:active, .square-button.square-button-black .square-button--link:focus {
  background: #1a1a1a;
  color: #fff;
}
.square-button.square-button-left p {
  text-align: left;
}
.square-button.square-button-center p {
  text-align: center;
}
.square-button.square-button-right p {
  text-align: right;
}
@media (min-width: 768px) {
  .square-button.square-button-inline {
    display: inline-block;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) {
  .square-button.square-button-inline + .square-button-inline {
    margin-left: 10px;
  }
}

.square-button--link {
  color: #fff;
  border: none;
  border-radius: 3px;
  background: #162e57;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  padding: 16px 34px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  margin: 10px 0 0;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.square-button--link:hover, .square-button--link:active, .square-button--link:focus {
  background: #0c182e;
  color: #fff;
}

.recent-posts {
  clear: both;
  padding: 0;
}
.recent-posts .recent-post {
  padding: 0 0 0 120px;
  position: relative;
  margin: 0 0 45px;
}
.recent-posts .recent-post:last-child {
  margin: 0;
}
.recent-posts .recent-post:after {
  content: "";
  left: 90px;
  height: 40px;
  background: #ccc;
  width: 1px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.recent-posts .recent-post p {
  margin: 0;
}
.recent-posts .recent-post--date {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  color: #162e57;
}
.recent-posts .recent-post--date span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 28px;
}
.recent-posts .recent-post--date strong {
  display: block;
  font-size: 64px;
  font-weight: 700;
}
.recent-posts .recent-post--title {
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 20px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.headline-block {
  clear: both;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 1;
  font-weight: 100;
}
.headline-block.xlarge {
  font-size: 36px;
}
@media (min-width: 576px) {
  .headline-block.xlarge {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .headline-block.xlarge {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .headline-block.xlarge {
    font-size: 120px;
  }
}
.headline-block.large {
  font-size: 36px;
}
@media (min-width: 576px) {
  .headline-block.large {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .headline-block.large {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .headline-block.large {
    font-size: 90px;
  }
}
.headline-block.normal {
  font-size: 36px;
}
@media (min-width: 576px) {
  .headline-block.normal {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .headline-block.normal {
    font-size: 44px;
  }
}
.headline-block.small {
  font-size: 36px;
}
.headline-block .headline--blue-text {
  color: #5d86a1;
  display: block;
}

.stats {
  clear: both;
  margin: 0 -15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.stats--inner {
  display: flex;
  flex-flow: wrap row;
  align-content: top;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .stats--inner {
    flex-flow: wrap row;
    align-items: stretch;
    justify-content: center;
  }
}
.stat {
  text-align: center;
  padding: 0 15px 30px;
  flex-basis: 100%;
  width: 100%;
  margin: 0;
}
@media (min-width: 576px) {
  .stat {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .stat {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    width: auto;
  }
}
.stat h2 {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
.stat .stat--prefix {
  display: inline-block;
  font-weight: 700;
  font-size: 50px;
  color: #057589;
  position: relative;
  top: -3px;
  margin: 0 5px 0 0;
}
.stat .stat--suffix {
  display: inline-block;
  font-weight: 700;
  font-size: 60px;
  color: #057589;
  position: relative;
  top: -3px;
  margin: 0 0 0 2px;
}
.stat .stat--number {
  color: #057589;
  margin: 0;
  font-weight: 700;
  font-size: 70px;
  letter-spacing: -1px;
  display: inline-block;
}
.stat h5 {
  margin: 10px auto 0;
  font-size: 14px;
  display: block;
  text-align: center;
  max-width: 85%;
  line-height: 1.3;
  font-weight: 900;
  color: #9a9ba0;
  text-transform: uppercase;
}

.icon-grid {
  width: 100%;
}

.icon-grid-items {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  width: 100%;
  align-items: center;
  gap: 45px;
}
@media (max-width: 767px) {
  .icon-grid-items {
    flex-flow: row wrap;
  }
}

.icon-grid-item {
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .icon-grid-item {
    flex-basis: calc(50% - 22.5px) !important;
    max-width: calc(50% - 22.5px) !important;
    width: calc(50% - 22.5px) !important;
  }
}

.icon-grid-item--icon {
  width: 100%;
  position: relative;
}

.icon-grid-item--icon-img {
  width: 100%;
  height: auto;
}
.icon-list-module {
  clear: both;
}
.icon-list-module::after {
  display: block;
  clear: both;
  content: "";
}
.icon-list-module.icon-list-title-left .icon-list--title {
  float: left;
  width: 25%;
}
.icon-list-module.icon-list-title-left .icon-list--items {
  float: left;
  width: 75%;
  position: relative;
  padding: 0 0 0 30px;
}
.icon-list-module.icon-list-title-left .icon-list--items:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 60px;
  left: 0;
  width: 1px;
  background: #636363;
}
.icon-list-module.icon-list-title-left .icon-list-item {
  flex-basis: 50%;
  width: 50%;
}
.icon-list-module.icon-list-title-left .icon-list-item:before {
  display: none;
}

.icon-list--title {
  padding: 0 0 60px;
}
.icon-list--title h2 {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .icon-list--title h2 {
    font-size: 48px;
  }
}
.icon-list--title h2 small {
  display: block;
  font-size: 50%;
  color: #162e57;
  font-weight: 400;
  margin: 5px 0 0;
}

.icon-list--items {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin: 0;
}

.icon-list-item {
  flex-basis: 25%;
  width: 25%;
  padding: 0 30px;
  margin: 0 0 60px;
  position: relative;
}
.icon-list-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #636363;
}

.icon-list-item--icon img {
  width: 60px;
  height: auto;
  display: block;
  margin: 0 0 10px;
}

.icon-list-item--content h1, .icon-list-item--content h2, .icon-list-item--content h3, .icon-list-item--content h4, .icon-list-item--content h5, .icon-list-item--content h6, .icon-list-item--content p {
  color: #fff;
  line-height: 1.5;
}
.icon-list-item--content h1 strong, .icon-list-item--content h2 strong, .icon-list-item--content h3 strong, .icon-list-item--content h4 strong, .icon-list-item--content h5 strong, .icon-list-item--content h6 strong, .icon-list-item--content p strong {
  font-weight: 600;
}
.icon-list-item--content > *:last-child {
  margin-bottom: 0;
}

.insights-accordion {
  clear: both;
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 0;
}
.insights-accordion.is-collapsed .insights-accordion--content {
  max-height: 0px;
}
.insights-accordion.is-collapsed .insights-accordion--link a span:after {
  transform: rotate(90deg);
}
.insights-accordion--link {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px;
}
.insights-accordion--link h2 {
  flex: 1 0 50%;
  margin: 0 0 30px;
  margin: 0;
  font-weight: 700;
  color: #002A42;
}
.insights-accordion--link h2 small {
  display: block;
  color: #55798F;
  font-size: 18px;
  letter-spacing: 2px;
}
.insights-accordion--link img {
  max-width: 100%;
  width: 200px;
  height: auto;
  margin: 0 0 30px;
}
.insights-accordion--link a {
  display: block;
  flex: 1 0 100%;
  width: 100%;
  padding: 20px 0 10px 50px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  background: transparent;
  border-top: 2px solid #047589;
  color: #f68447;
  text-underline-offset: 0.2em;
}
.insights-accordion--link a span {
  position: absolute;
  left: 0;
  top: 18px;
  display: block;
  transition: background 0.2s ease-in;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.insights-accordion--link a span:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  background: #047589;
  top: 50%;
  left: 0px;
  margin-top: -1.5px;
}
.insights-accordion--link a span:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 30px;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in;
  background: #047589;
  top: 50%;
  left: 0px;
  margin-top: -1.5px;
}
.insights-accordion--content {
  max-height: 6000px;
  height: auto;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.insights-accordion--content hr {
  margin: 45px 0;
  width: 100%;
  border: 1px solid #047589;
}
.insights-accordion--content p strong {
  font-weight: 700;
  color: #002A42;
  font-size: 20px;
}
.insights-accordion--content p em {
  color: #fff;
  font-style: normal;
  background-color: #002A42;
  padding: 30px;
  display: block;
  font-weight: 900;
  margin: 30px 0;
}
.insights-accordion--content blockquote p {
  color: #047589;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  margin: 30px 0;
  text-indent: -10px;
  padding: 0 0 0 10px;
}

.insights-number {
  display: flex;
  flex-flow: row nowrap;
  margin: 30px 0;
}
.insights-number.is-aligned-center .insights-number--number {
  justify-content: center;
}
.insights-number.is-aligned-bottom .insights-number--number {
  justify-content: flex-end;
}
.insights-number--number {
  flex: 0;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background-color: #047589;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  padding: 35px 30px;
  font-size: 26px;
}
.insights-number--number span {
  flex: 0;
}
.insights-number--copy {
  flex: 1;
  padding: 30px;
  background-color: #f0f7f8;
  color: #162e57;
  font-size: 20px;
}
.insights-number--copy strong {
  font-weight: 900;
}
.insights-number--copy > *:first-child {
  margin-top: 0;
}
.insights-number--copy > *:last-child {
  margin-bottom: 0;
}

.media-articles.media-articles--grid {
  margin: 0 -15px;
}

.media-article {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .media-article {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .media-articles.media-articles--tiles .media-article.media-article-1 {
    flex-basis: 50%;
  }
}
@media (max-width: 1199px) {
  .media-articles.media-articles--tiles .media-article.media-article-1 {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.media-articles.media-articles--tiles .media-article.media-article-1, .media-articles.media-articles--tiles .media-article.media-article-6, .media-articles.media-articles--tiles .media-article.media-article-12, .media-articles.media-articles--tiles .media-article.media-article-18 {
  background-color: #172e57;
}
.media-articles.media-articles--tiles .media-article.media-article-2, .media-articles.media-articles--tiles .media-article.media-article-7, .media-articles.media-articles--tiles .media-article.media-article-13, .media-articles.media-articles--tiles .media-article.media-article-19 {
  background-color: #1ebdbe;
}
.media-articles.media-articles--tiles .media-article.media-article-3, .media-articles.media-articles--tiles .media-article.media-article-8, .media-articles.media-articles--tiles .media-article.media-article-14, .media-articles.media-articles--tiles .media-article.media-article-20 {
  background-color: #f68347;
}
.media-articles.media-articles--tiles .media-article.media-article-4, .media-articles.media-articles--tiles .media-article.media-article-9, .media-articles.media-articles--tiles .media-article.media-article-15, .media-articles.media-articles--tiles .media-article.media-article-21 {
  background-color: #7ed3f1;
}
.media-articles.media-articles--tiles .media-article.media-article-5, .media-articles.media-articles--tiles .media-article.media-article-10, .media-articles.media-articles--tiles .media-article.media-article-16, .media-articles.media-articles--tiles .media-article.media-article-22 {
  background-color: #047589;
}
.media-articles.media-articles--grid .media-article {
  border: 1px solid #d1d9e1;
  padding: 15px 20px;
  box-shadow: inset 0 0 0 3px rgba(22, 46, 87, 0);
  transition: box-shadow 0.3s ease-in-out;
  margin: 15px;
}
.media-articles.media-articles--grid .media-article:hover {
  box-shadow: inset 0 0 0 3px #162e57;
}
.media-articles.media-articles--grid .media-article.media-article-1, .media-articles.media-articles--grid .media-article.media-article-2, .media-articles.media-articles--grid .media-article.media-article-3, .media-articles.media-articles--grid .media-article.media-article-4 {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  border: 15px solid #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin: 0;
}
.media-articles.media-articles--grid .media-article.media-article-1 .media-article--title, .media-articles.media-articles--grid .media-article.media-article-2 .media-article--title, .media-articles.media-articles--grid .media-article.media-article-3 .media-article--title, .media-articles.media-articles--grid .media-article.media-article-4 .media-article--title {
  color: #fff;
}
.media-articles.media-articles--grid .media-article.media-article-1 .media-article--content, .media-articles.media-articles--grid .media-article.media-article-2 .media-article--content, .media-articles.media-articles--grid .media-article.media-article-3 .media-article--content, .media-articles.media-articles--grid .media-article.media-article-4 .media-article--content {
  padding: 30px 30px 90px;
}
.media-articles.media-articles--grid .media-article.media-article-1 {
  background-color: #172e57;
}
.media-articles.media-articles--grid .media-article.media-article-2 {
  background-color: #1ebdbe;
}
.media-articles.media-articles--grid .media-article.media-article-3 {
  background-color: #f68347;
}
.media-articles.media-articles--grid .media-article.media-article-4 {
  background-color: #7ed3f1;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured):hover:before {
  background: transparent;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--meta {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--meta .media-article--cat {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 0 15px 0 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--meta .media-article--cat:after {
  content: "|";
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 12px;
  color: #666;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--meta .media-article--date {
  display: inline-block;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--title {
  margin: 0;
  font-size: 23px;
  padding: 0;
  margin: 10px 0 0;
  font-weight: 900;
  color: #1ebdbe;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--content {
  padding: 0;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--excerpt {
  color: #fff;
  font-size: 14px;
  margin: 15px 0 0;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--date {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--more {
  margin: 30px 0 0;
  display: block;
  position: static;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--more a, .media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--more a:after {
  font-size: 14px;
  font-weight: 900;
  color: #1ebdbe;
}
.media-articles.media-articles--grid .media-article:not(.media-article-featured) .media-article--link:hover {
  background: transparent;
}
.media-article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.media-article.has-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.media-article:hover:before {
  background: rgba(0, 0, 0, 0.75);
}

.media-articles--content {
  width: 100%;
  z-index: 3;
  position: relative;
}
@media (min-width: 1200px) {
  .media-articles--content {
    display: flex;
    flex-flow: row wrap;
  }
}

.media-article--content {
  position: relative;
  z-index: 2;
  padding: 30px 15px;
  height: 100%;
}
@media (min-width: 1200px) {
  .media-article--content {
    padding: 60px 30px 120px;
  }
}

.media-article--image {
  width: 100%;
  margin: 0 0 10px;
}
.media-article--image img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}

.media-article--cat {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
}
.media-article--cat:after {
  content: "|";
  color: #fff;
  font-size: 11px;
  position: relative;
  top: -1px;
  margin: 0 5px;
}

.media-article--meta {
  margin: 0;
}

.media-article--more {
  display: block;
  margin: 30px 0 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .media-article--more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    margin: 0;
  }
}
.media-article--more a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 900;
  padding: 0 22px 0 0;
  position: relative;
}
.media-article--more a:after {
  content: "";
  height: 9px;
  width: 16px;
  background: url(../images/arrow-right.svg) center center/100% auto no-repeat transparent;
  position: absolute;
  right: 0;
  top: 9px;
}
.media-article--more a:hover {
  color: #fff !important;
}

.media-article--link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.media-article--title {
  margin: 0;
  font-size: 24px;
  padding: 0;
  font-weight: 400;
  margin: 10px 0 0;
  color: #fff;
}

.media-article--excerpt {
  color: #fff;
  font-size: 14px;
  margin: 15px 0 0;
}

.media-article--date {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.single-media-article--wrap {
  padding: 0 0 90px;
}

.single-media-article--back {
  display: block;
  padding: 30px 0;
}

.single-media-article--back-a {
  font-size: 16px;
}
.single-media-article--back-a i {
  font-size: 14px;
  margin: 0 5px 0 0;
}

.single-media-article--print .dkpdf-button-icon:before {
  content: "PDF:";
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 16px;
}
.single-media-article--print .dkpdf-button-icon i {
  font-size: 14px;
  margin: 0 0 0 5px;
}

.single-media-article--image {
  margin: 5px 0 20px;
}
.single-media-article--image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.single-media-article--title {
  color: #162e57;
  margin-top: 0;
}

.single-media-article--intro {
  font-size: 22px;
}

.single-media-article--date {
  font-size: 14px;
  display: block;
  color: #5d86a1;
}
.single-media-article--date span {
  display: inline-block;
  position: relative;
  border-bottom: 3px solid #5d86a1;
  padding: 0 0 10px;
}

.single-media-article--content {
  font-size: 18px;
}

.timeline {
  margin: 0;
  padding: 30px 0;
  background: #047589;
}

.timeline--header {
  padding: 0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
}
.timeline--header h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.timeline--items {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}
.timeline--items:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 55px;
  border-right: 1px solid #fff;
  width: 0;
  bottom: 30px;
}
@media (min-width: 992px) {
  .timeline--items:after {
    left: 50%;
  }
}

.timeline--item {
  width: 100%;
  z-index: 2;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 15px;
  align-content: center;
  margin: 0;
}
@media (min-width: 992px) {
  .timeline--item {
    width: 50%;
    margin: 0 0 0 50%;
    position: relative;
    right: 40px;
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  .timeline--item:nth-child(odd) {
    left: 40px;
    right: auto;
    margin: 0 50% 0 0;
  }
}
@media (min-width: 992px) {
  .timeline--item:nth-child(odd) h3 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .timeline--item:nth-child(odd) .timeline--item-copy {
    order: 1;
    padding: 0 20px 0 20%;
    text-align: right;
  }
}
.timeline--item h3 {
  flex-basis: 80px;
  max-width: 80px;
  margin: 0;
  position: relative;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 6px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  background: #1ebdbf;
  text-align: center;
  line-height: 68px;
  display: block;
}
.timeline--item .timeline--item-copy {
  flex: 1;
  color: #fff;
  padding: 0 0 0 20px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .timeline--item .timeline--item-copy {
    padding: 0 20% 0 20px;
  }
}
.timeline--item .timeline--item-copy > *:last-child {
  margin-bottom: 0;
}
.timeline--item .timeline--item-copy sup {
  font-size: 60%;
  position: relative;
  top: -6px;
  margin: 0 0 0 1px;
}

.timeline-widget {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #162e57;
  position: relative;
}
@media (min-width: 768px) {
  .timeline-widget:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #7babca;
  }
}
.timeline-widget .wp-block-button {
  padding: 30px 0 60px;
  margin: -15px 0 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .timeline-widget .wp-block-button {
    padding: 0 0 51px;
  }
}

.timeline-widget--title {
  color: #fff;
  padding: 60px 0 30px;
  margin: 0 0 -15px;
}
@media (min-width: 768px) {
  .timeline-widget--title {
    padding: 60px 0 0;
  }
}

.timeline-widget--items {
  padding: 15px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .timeline-widget--items {
    flex-flow: row nowrap;
    height: 500px;
    display: flex;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .timeline-widget--items {
    height: 400px;
  }
}

.timeline-widget--item {
  width: 100%;
}
@media (min-width: 768px) {
  .timeline-widget--item {
    align-self: flex-start;
    height: 250px;
    flex: 1;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .timeline-widget--item {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .timeline-widget--item:nth-child(even) {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .timeline-widget--item:nth-child(even) h3 {
    align-self: flex-start;
    padding: 30px 0 0 15px;
  }
}
@media (min-width: 768px) {
  .timeline-widget--item:nth-child(even) h3:after {
    top: 0;
    bottom: auto;
    height: 35px;
  }
}
@media (min-width: 768px) {
  .timeline-widget--item:nth-child(even) h3:before {
    top: 34px;
  }
}
.timeline-widget--item h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  position: relative;
}
@media (min-width: 768px) {
  .timeline-widget--item h3 {
    align-self: flex-end;
    padding: 0 0 30px 15px;
  }
}
@media (min-width: 768px) {
  .timeline-widget--item h3:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #7babca;
  }
}
@media (min-width: 768px) {
  .timeline-widget--item h3:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 10px);
    background: #7babca;
  }
}
.timeline-widget--item h3 small {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #7babca;
}

.arrow-link {
  max-width: 100%;
  clear: both;
}
.arrow-link p {
  margin: 0;
  display: block;
}
.arrow-link.arrow-link-bright-blue .arrow-link--link {
  color: #a3d4f1;
}
.arrow-link.arrow-link-bright-blue .arrow-link--link:hover, .arrow-link.arrow-link-bright-blue .arrow-link--link:active, .arrow-link.arrow-link-bright-blue .arrow-link--link:focus {
  color: #a3d4f1;
}
.arrow-link.arrow-link-bright-blue .arrow-link--link svg {
  fill: #a3d4f1;
}
.arrow-link.arrow-link-white .arrow-link--link {
  color: #fff;
}
.arrow-link.arrow-link-white .arrow-link--link:hover, .arrow-link.arrow-link-white .arrow-link--link:active, .arrow-link.arrow-link-white .arrow-link--link:focus {
  color: #fff;
}
.arrow-link.arrow-link-white .arrow-link--link svg {
  fill: #fff;
}
.arrow-link.arrow-link-black .arrow-link--link {
  color: #222;
}
.arrow-link.arrow-link-black .arrow-link--link:hover, .arrow-link.arrow-link-black .arrow-link--link:active, .arrow-link.arrow-link-black .arrow-link--link:focus {
  color: #222;
}
.arrow-link.arrow-link-black .arrow-link--link svg {
  fill: #222;
}
.arrow-link.arrow-link-left p {
  text-align: left;
}
.arrow-link.arrow-link-center p {
  text-align: center;
}
.arrow-link.arrow-link-right p {
  text-align: right;
}
@media (min-width: 768px) {
  .arrow-link.arrow-link-inline {
    display: inline-block;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .arrow-link.arrow-link-inline + .arrow-link-inline {
    margin-left: 10px;
  }
}

.arrow-link--link {
  color: #162e57;
  border: none;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  transition: color 0.2s ease-in-out;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.arrow-link--link svg {
  width: 24px;
  height: auto;
  margin: -3px 0 0 8px;
  display: inline-block;
  fill: #162e57;
}
.arrow-link--link:hover, .arrow-link--link:active, .arrow-link--link:focus {
  color: #0c182e;
}

.wp-block-button__link {
  border-radius: 0;
  text-decoration: none;
  font-size: 16px;
  padding: 14px 30px;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  font-weight: 400;
  text-transform: uppercase;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color) {
  color: white !important;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white !important;
}
.wp-block-button__link:not(.has-background) {
  background-color: #172e57 !important;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #070e1a !important;
}
.wp-block-button__link.has-navy-color {
  color: #172e57 !important;
}
.wp-block-button__link.has-navy-color:hover, .wp-block-button__link.has-navy-color:focus {
  color: #172e57 !important;
}
.wp-block-button__link.has-navy-background-color {
  background-color: #172e57 !important;
}
.wp-block-button__link.has-navy-background-color:hover, .wp-block-button__link.has-navy-background-color:focus {
  background-color: #001222 !important;
}
.wp-block-button__link.has-teal-color {
  color: #1ebdbe !important;
}
.wp-block-button__link.has-teal-color:hover, .wp-block-button__link.has-teal-color:focus {
  color: #1ebdbe !important;
}
.wp-block-button__link.has-teal-background-color {
  background-color: #1ebdbe !important;
}
.wp-block-button__link.has-teal-background-color:hover, .wp-block-button__link.has-teal-background-color:focus {
  background-color: #147b7c !important;
}
.wp-block-button__link.has-orange-color {
  color: #f68347 !important;
}
.wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus {
  color: #f68347 !important;
}
.wp-block-button__link.has-orange-background-color {
  background-color: #f68347 !important;
}
.wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
  background-color: #e5560b !important;
}
.wp-block-button__link.has-bright-blue-color {
  color: #7ed3f1 !important;
}
.wp-block-button__link.has-bright-blue-color:hover, .wp-block-button__link.has-bright-blue-color:focus {
  color: #7ed3f1 !important;
}
.wp-block-button__link.has-bright-blue-background-color {
  background-color: #7ed3f1 !important;
}
.wp-block-button__link.has-bright-blue-background-color:hover, .wp-block-button__link.has-bright-blue-background-color:focus {
  background-color: #39bbea !important;
}
.wp-block-button__link.has-blue-color {
  color: #047589 !important;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #047589 !important;
}
.wp-block-button__link.has-blue-background-color {
  background-color: #047589 !important;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #02363f !important;
}
.wp-block-button__link.has-mint-color {
  color: #f0f7f8 !important;
}
.wp-block-button__link.has-mint-color:hover, .wp-block-button__link.has-mint-color:focus {
  color: #f0f7f8 !important;
}
.wp-block-button__link.has-mint-background-color {
  background-color: #f0f7f8 !important;
}
.wp-block-button__link.has-mint-background-color:hover, .wp-block-button__link.has-mint-background-color:focus {
  background-color: #bcdbe0 !important;
}
.wp-block-button__link.has-white-color {
  color: #FFF !important;
}
.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #FFF !important;
}
.wp-block-button__link.has-white-background-color {
  background-color: #FFF !important;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: #d9d9d9 !important;
}
.wp-block-button__link.has-black-color {
  color: #000000 !important;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #000000 !important;
}
.wp-block-button__link.has-black-background-color {
  background-color: #000000 !important;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: black !important;
}
.wp-block-button__link.has-grey-color {
  color: #666 !important;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #666 !important;
}
.wp-block-button__link.has-grey-background-color {
  background-color: #666 !important;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #404040 !important;
}
.wp-block-button__link.has-smoke-color {
  color: #f9f9f9 !important;
}
.wp-block-button__link.has-smoke-color:hover, .wp-block-button__link.has-smoke-color:focus {
  color: #f9f9f9 !important;
}
.wp-block-button__link.has-smoke-background-color {
  background-color: #f9f9f9 !important;
}
.wp-block-button__link.has-smoke-background-color:hover, .wp-block-button__link.has-smoke-background-color:focus {
  background-color: lightgray !important;
}

.spacer {
  width: 100%;
  clear: both;
}

.page-template-template-new-hires,
.page-template-template-new-hires-php {
  padding: 0 !important;
}
.page-template-template-new-hires h1, .page-template-template-new-hires h2, .page-template-template-new-hires h3, .page-template-template-new-hires h4, .page-template-template-new-hires h5, .page-template-template-new-hires h6, .page-template-template-new-hires p, .page-template-template-new-hires li,
.page-template-template-new-hires-php h1,
.page-template-template-new-hires-php h2,
.page-template-template-new-hires-php h3,
.page-template-template-new-hires-php h4,
.page-template-template-new-hires-php h5,
.page-template-template-new-hires-php h6,
.page-template-template-new-hires-php p,
.page-template-template-new-hires-php li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-template-template-new-hires .banner,
.page-template-template-new-hires-php .banner {
  display: none !important;
}

.new-hires--masthead {
  padding: 120px 0px 200px;
  background: url(../images/GA-NHO-2024-masthead-dark.jpg) center center/cover no-repeat transparent;
}
@media (min-width: 768px) {
  .new-hires--masthead {
    padding: 30px 0px 200px;
  }
}
.new-hires--masthead .new-hires--masthead--container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .new-hires--masthead .new-hires--masthead--container {
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
  }
}
.new-hires--masthead .new-hires--masthead--title {
  order: 2;
}
@media (min-width: 768px) {
  .new-hires--masthead .new-hires--masthead--title {
    order: 1;
  }
}
.new-hires--masthead .new-hires--masthead--title h1 {
  color: #285c66;
  color: #ffffff;
  margin: 30px 0 0;
  font-family: "Rules", sans-serif, serif;
}
@media (min-width: 768px) {
  .new-hires--masthead .new-hires--masthead--title h1 {
    margin: 30px 0;
    font-size: 48px;
  }
}
.new-hires--masthead .new-hires--masthead--title h1 small {
  display: block;
  margin: 10px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #285c66;
  border-top: 1px solid #ffffff;
  color: #285c66;
  color: #ffffff;
}
.new-hires--masthead .new-hires--masthead--logo {
  order: 1;
}
@media (min-width: 768px) {
  .new-hires--masthead .new-hires--masthead--logo {
    order: 2;
  }
}
.new-hires--masthead .new-hires--masthead--logo a {
  display: inline-block;
}
.new-hires--masthead .new-hires--masthead--logo a img {
  display: block;
  width: 200px;
  height: auto;
}

.new-hires--filters {
  padding: 0 0 30px;
  border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
  .new-hires--filters {
    padding: 0 0 90px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
}

.new-hires--dropdowns {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .new-hires--dropdowns {
    flex: 1 0 calc(50% - 10px);
    margin: 30px 0 0 10px;
  }
}
.new-hires--dropdowns .new-hires--dropdown {
  width: 100%;
}

.new-hires--search {
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  .new-hires--search {
    flex: 1 0 calc(50% - 10px);
    margin: 30px 10px 0 0;
  }
}
.new-hires--search input {
  border: none;
  border: 1px solid #ccc;
  background: url(../images/icon-search.svg) calc(100% - 20px) center/16px auto no-repeat transparent;
  font-size: 16px;
  padding: 15px 60px 15px 30px;
  width: 100%;
  color: #173057;
  border-radius: 4px;
}
.new-hires--search input:focus, .new-hires--search input:active, .new-hires--search input:hover {
  outline: none;
  box-shadow: none;
  border: 1px solid #999;
}
.new-hires--search button {
  display: block;
  height: 42px;
  width: 42px;
}
.new-hires--search button img {
  display: block;
  height: 42px;
  width: 42px;
}

.new-hires--content {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .new-hires--content {
    padding: 90px 0;
  }
}
.new-hires--content h4 {
  color: #173057;
  line-height: 1.45;
  font-size: 26px;
}
@media (min-width: 992px) {
  .new-hires--content h4 {
    padding-right: 25%;
  }
}

.new-hires--container,
.new-hires--content--container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.new-hires--grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  padding: 0 0 120px;
}
@media (min-width: 500px) {
  .new-hires--grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 576px) {
  .new-hires--grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .new-hires--grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .new-hires--grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.new-hires--item {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.new-hires--item:hover .new-hires--item-image div {
  transform: scale(1.05);
}
.new-hires--item.is-hiding {
  display: none;
}

.new-hires--item-image {
  height: 0;
  padding-top: 120%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.new-hires--item-image div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.new-hires--item-content {
  padding: 30px;
}
.new-hires--item-content h4 {
  margin: 0;
  font-size: 20px;
  color: #173057;
  font-weight: 600;
  text-align: center;
}
.new-hires--item-content ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
  text-align: center;
}
.new-hires--item-content ul li {
  margin: 5px 0 0;
  display: block;
  font-size: 16px;
  color: #566879;
}

.image-grid .container {
  display: flex;
  flex-flow: row wrap;
  padding: 0 !important;
  max-width: 100%;
}
@media (min-width: 768px) {
  .image-grid .container {
    flex-flow: row nowrap;
  }
}
.image-grid.is-wrapping .container {
  flex-flow: row wrap;
}
.image-grid.width-10 .image-grid-item {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .image-grid.width-10 .image-grid-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .image-grid.width-10 .image-grid-item {
    flex-basis: 10%;
    width: 10%;
    max-width: 10%;
  }
}
.image-grid.width-12 .image-grid-item {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .image-grid.width-12 .image-grid-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .image-grid.width-12 .image-grid-item {
    flex-basis: 12.5%;
    width: 12.5%;
    max-width: 12.5%;
  }
}
.image-grid.width-20 .image-grid-item {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .image-grid.width-20 .image-grid-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .image-grid.width-20 .image-grid-item {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
}
.image-grid.width-25 .image-grid-item {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .image-grid.width-25 .image-grid-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .image-grid.width-25 .image-grid-item {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
  }
}
.image-grid.width-33 .image-grid-item {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .image-grid.width-33 .image-grid-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .image-grid.width-33 .image-grid-item {
    flex-basis: 33.333%;
    width: 33.333%;
    max-width: 33.333%;
  }
}
.image-grid.width-50 .image-grid-item {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .image-grid.width-50 .image-grid-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .image-grid.width-50 .image-grid-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}

.image-grid-item {
  position: relative;
  display: flex;
  max-height: 400px;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .image-grid-item {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .image-grid-item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.image-grid-item.has-overlay .image-grid-item--inner:before {
  display: none;
}
.image-grid-item.has-overlay .image-grid-item--inner h3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc000000",GradientType=0 ); /* IE6-9 */
}
.image-grid-item.has-overlay .image-grid-item--inner h3 small {
  color: #769cdc;
}
.image-grid-item.has-link .image-grid-item--inner:after {
  content: "";
  background: url("../images/caret-right.svg") center center/16px auto no-repeat transparent;
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 60px;
  z-index: 3;
}
.image-grid-item.has-link .image-grid-item--inner h3 {
  padding: 30px 90px 30px 30px;
}
.image-grid-item .image-grid-item--inner {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-grid-item .image-grid-item--inner:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#e6000000",GradientType=0 ); /* IE6-9 */
  z-index: 1;
  content: "";
}
.image-grid-item h3 {
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0;
  color: #fff;
  position: absolute;
  z-index: 3;
  font-size: 20px;
  padding: 30px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .image-grid-item h3 {
    font-size: 30px;
  }
}
.image-grid-item h3 span {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.image-grid-item h3 small {
  display: block;
  color: #162e57;
  font-size: 14px;
  width: 100%;
  margin: 5px 0 0;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .image-grid-item h3 small {
    font-size: 16px;
  }
}
.image-grid-item a {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.image-grid-item img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 600px;
}

.investments--search-form {
  padding: 0 0 60px;
}

#investments--search-form .form--row-top {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: center;
}
#investments--search-form .form--input {
  padding: 10px;
  height: 60px;
  overflow: hidden;
}
#investments--search-form .form--input.form--input-radio input {
  position: absolute;
  left: -9999px;
  height: 0;
  width: 0;
}
#investments--search-form .form--input.form--input-radio input:checked + label {
  background: #162e57;
  color: #fff;
}
#investments--search-form .form--input.form--input-radio label {
  border: 2px solid #d5d5d5;
  border-radius: 3px;
  padding: 7.5px 15px;
  font-size: 14px;
  color: #333;
  background: #fff;
}
#investments--search-form .form--input.form--input-search {
  padding: 10px;
  display: flex;
  flex-flow: row nowrap;
  align-content: left;
}
#investments--search-form .form--input.form--input-search input {
  border: 2px solid #d5d5d5;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  height: 40px;
  padding: 0 10px;
  background: #fff;
}
#investments--search-form .form--input.form--input-search button {
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  background: #162e57;
  border: none;
  margin: 0 0 0 5px;
  padding: 0 10px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
}
#investments--search-form .form--row-bottom {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .investments .investments--wrap {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -30px;
  }
}
.investments .investment {
  position: relative;
  padding: 0 0 20px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .investments .investment {
    padding: 0 15px 30px;
    display: block;
    width: 33.333%;
    flex-basis: 33.333%;
    max-width: initial;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .investments .investment {
    width: 25%;
    flex-basis: 25%;
  }
}
.investments .investment:hover .investment--inner {
  background: #162e57;
  box-shadow: 0 0 0 5px #162e57;
  border: 1px solid #162e57;
}
.investments .investment:hover .investment--title h2, .investments .investment:hover .investment--title p {
  color: #fff;
}
.investments .investment--inner {
  border: 1px solid #ccc;
  background: #fff;
  height: 100%;
}
.investments .investment--image {
  width: 100%;
  background-color: #fff;
  z-index: 2;
  position: relative;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .investments .investment--image {
    display: block;
    height: 0;
    padding-top: 70%;
  }
}
.investments .investment--image .investment--image-wrap {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.investments .investment--link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}

body.single-investments {
  padding-top: 80px;
}
@media (min-width: 1200px) {
  body.single-investments {
    padding-top: 110px;
  }
}
body.single-investments .wrap {
  background: url("../images/background-white-angle.gif") right top/contain no-repeat transparent;
}
body.single-investments .person .container {
  position: relative;
  padding: 0;
}
body.single-investments .breadcrumbs {
  margin: 30px 0;
}
@media (min-width: 768px) {
  body.single-investments .breadcrumbs {
    position: absolute;
    top: 30px;
    right: 15px;
    margin: 0;
  }
}
body.single-investments .person--image {
  margin: 15px 0;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  body.single-investments .person--image {
    margin: 0 0 90px -15px;
  }
}
body.single-investments .person--image .photo {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body.single-investments .person--image .photo {
    height: auto;
    width: 100%;
    margin: 0;
    max-width: 9999px;
  }
}
body.single-investments .person--image .angle {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
body.single-investments .person--content {
  padding: 0 0 60px;
}
@media (min-width: 992px) {
  body.single-investments .person--content {
    padding: 0 0 60px 30px;
  }
}
body.single-investments .person--title {
  padding: 30px 0;
}
@media (min-width: 768px) {
  body.single-investments .person--title {
    padding: 120px 0 30px;
  }
}
body.single-investments .person--title h1 {
  margin: 0;
  line-height: 1;
  font-size: 38px;
  font-weight: 300;
  position: relative;
  color: #162e57;
  z-index: 2;
}
@media (min-width: 576px) {
  body.single-investments .person--title h1 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  body.single-investments .person--title h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  body.single-investments .person--title h1 {
    font-size: 54px;
  }
}
body.single-investments .person--title h1 small {
  display: block;
  font-size: 18px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  line-height: 1.3;
}
body.single-investments .person--biography {
  font-size: 16px;
}
body.single-investments .arrow-link {
  padding: 30px 0 100px;
}

.interactive-map p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.interactive-map--toggle {
  display: inline-block;
  text-decoration: none;
  position: relative;
  bottom: -20px;
}
.showing-map .interactive-map--toggle img {
  transform: rotate(180deg);
}
.interactive-map--toggle img {
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 40px;
  height: auto;
  margin: 0;
}

.interactive-map--title {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto 15px;
}

.interactive-map--copy {
  text-align: center;
  max-width: 1140px;
  margin: 0 auto 45px;
}

.interactive-map--map {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  max-height: 0px;
}
.showing-map .interactive-map--map {
  max-height: 9999px;
}
.interactive-map--map iframe {
  width: 100%;
  height: auto;
  border: none;
  height: 700px;
  margin: 0 0 -10px;
}

.quote.full-width .container {
  max-width: 9999px;
}
.quote .container {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .quote .container {
    flex-flow: row nowrap;
  }
}

.quote--content {
  position: relative;
  flex-basis: 100%;
  align-self: center;
  padding: 45px 60px;
}
@media (min-width: 992px) {
  .quote--content {
    flex-basis: 65%;
  }
}
.quote--content .quote--content-text {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
.quote--content .quote--content-text span {
  font-size: 22px;
  position: relative;
  top: 1px;
  line-height: 1;
}
.quote--content .quote--content-text span:first-of-type {
  margin-left: -9px;
}
.quote--content .quote--content-citation {
  text-transform: uppercase;
  color: #254e94;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.quote--content .quote--content-button {
  margin: 30px 0 0;
  display: block;
}
.quote--content .quote--content-button .quote--content-button-link {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  padding: 14px 22px;
  font-weight: 600;
  background: #254e94;
  color: #fff;
  transition: background 0.3s ease-in-out;
}
.quote--content .quote--content-button .quote--content-button-link:hover {
  background: #204480;
}

.quote--person {
  display: flex;
  flex-basis: 100%;
  padding: 30px 30px 0;
}
@media (min-width: 992px) {
  .quote--person {
    flex-basis: 35%;
  }
}
.quote--person img {
  display: block;
  width: 100%;
  height: auto;
  align-self: flex-end;
  margin: 0 auto;
  max-width: 320px;
}
@media (min-width: 992px) {
  .quote--person img {
    max-width: 1000px;
  }
}

.portfolio-slider .responsive-slider-item {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.portfolio-slider .responsive-slider-item--image-wrap {
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
  position: relative;
}
.portfolio-slider .responsive-slider-item--image-inner {
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .portfolio-slider .responsive-slider-item--image-inner {
    padding: 10px 30px;
  }
}
@media (min-width: 992px) {
  .portfolio-slider .responsive-slider-item--image-inner {
    padding: 10px 45px;
  }
}
@media (min-width: 1200px) {
  .portfolio-slider .responsive-slider-item--image-inner {
    padding: 10px 60px;
  }
}
.portfolio-slider .responsive-slider-item--image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.portfolio-slider .responsive-slider-item--image img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .tax-podcasts_seasons .podcasts--masthead {
    height: auto;
    padding: 60px 0;
  }
}

.podcasts--seasons {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 60px;
}
.podcasts--seasons ul {
  list-style-type: none;
  padding: 0;
  margin: 25px 0 0;
  font-size: 22px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 15px;
}
.podcasts--seasons ul li {
  flex: 0 auto;
  margin: 0;
}
.podcasts--seasons ul a {
  border: 1px solid #d1d9e1;
  padding: 10px;
  box-shadow: inset 0 0 0 0 rgba(22, 46, 87, 0);
  transition: box-shadow 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 16px;
  color: #172e57;
}
.podcasts--seasons ul a.is-active {
  box-shadow: inset 0 0 0 3px #162e57;
  color: #172e57;
}
.podcasts--seasons ul a:hover {
  box-shadow: inset 0 0 0 3px #162e57;
  color: #172e57;
}
.podcasts--masthead {
  background: #59babd;
  padding: 60px 0 90px;
  position: relative;
}
@media (min-width: 992px) {
  .podcasts--masthead {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 90px 0 120px;
  }
}
.podcasts--masthead--current {
  position: absolute;
  bottom: 30px;
  right: 50%;
  margin: 0 0 0 -15px;
  fill: #fff;
}
.podcasts--masthead--current svg {
  display: block;
  width: 20px;
  height: auto;
}
.podcasts--masthead--container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .podcasts--masthead--container {
    display: flex;
    align-items: center;
    align-content: center;
    flex-flow: row nowrap;
  }
}
.podcasts--masthead--content {
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
}
@media (min-width: 992px) {
  .podcasts--masthead--content {
    order: 1;
    flex: 1 0 55%;
  }
}
.podcasts--masthead--content h1 {
  color: #fff;
  margin-top: 0;
  line-height: 1.15;
  font-size: 48px;
  font-family: "Playfair Display", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.podcasts--masthead--content h1 small {
  display: block;
  margin: 15px 0 0;
  font-size: 22px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.podcasts--masthead--content h2 {
  color: #fff;
  margin-top: 0;
  line-height: 1.15;
  font-size: 32px;
  font-family: "Playfair Display", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.podcasts--masthead--links {
  padding: 0;
  margin: 45px 0 0;
  display: flex;
  list-style-type: none;
}
.podcasts--masthead--links li {
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  align-items: center;
}
.podcasts--masthead--links li a {
  display: block;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  font: 0/0 a;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.podcasts--masthead--links--apple {
  background-image: url(../images/icon-apple.png);
}
.podcasts--masthead--links--spotify {
  background-image: url(../images/icon-spotify.png);
}
.podcasts--masthead--links--google {
  background-image: url(../images/icon-google.png);
}
.podcasts--masthead--links--amazon {
  background-image: url(../images/icon-amazon.png);
}
.podcasts--masthead--image {
  padding: 0 0 30px;
}
@media (min-width: 576px) {
  .podcasts--masthead--image {
    padding: 0 20% 45px;
  }
}
@media (min-width: 992px) {
  .podcasts--masthead--image {
    order: 2;
    flex: 1 0 45%;
    padding: 0 0 0 90px;
  }
}
.podcasts--masthead--image--wrap {
  height: 0;
  padding-top: 100%;
  background: url(../images/podcast-cover.jpg) center center/cover no-repeat transparent;
}
@media (min-width: 992px) {
  .podcasts--masthead--image--wrap {
    width: 100%;
  }
}
.podcasts--current {
  background: #f1f4f6;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .podcasts--current {
    padding: 120px 0;
  }
}
.podcasts--current--container {
  max-width: 100%;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.podcasts--list {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .podcasts--list {
    padding: 0 0 90px;
  }
}
.podcasts--list h3 {
  margin-top: 0;
  color: #162e57;
  font-size: 42px;
}
.podcasts--list--container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.podcasts--list .podcast {
  width: 100%;
  padding: 15px 0 0;
  margin: 0;
  position: relative;
  font-size: 18px;
}
@media (min-width: 992px) {
  .podcasts--list .podcast {
    padding: 60px 90px 0 0;
  }
}
.podcasts--list .podcast + .podcast {
  border-top: 1px solid #ccc;
  margin: 60px 0;
}
.podcasts--list .podcast--link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .podcasts--list .podcast--link {
    background: url(../images/icon-play.svg) right 98%/60px auto no-repeat transparent;
  }
}
.podcasts--list .podcast--meta {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .podcasts--list .podcast--meta {
    flex-flow: row nowrap;
  }
}
.podcasts--list .podcast--meta li {
  text-transform: uppercase;
  color: #697684;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}
.podcasts--list .podcast--meta li + li:before {
  content: "|";
  margin: 0 8px;
  font-size: 15px;
  position: relative;
  top: -2px;
}
.podcasts--list .podcast--title {
  color: #162e57;
  font-weight: 400;
  margin: 0;
  font-size: 32px;
}
.podcasts--list .podcast--title small {
  color: #697684;
  display: block;
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 500;
}
.podcasts--list .podcast--title + p {
  margin-top: 20px;
}
.podcasts--list .podcast--transcript {
  position: absolute;
  display: block;
  bottom: -38px;
  left: 0;
  margin: 0;
  font-size: 16px;
}

.breadcrumbs {
  position: relative;
  z-index: 2;
  text-align: right;
}
.breadcrumbs ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
.breadcrumbs li strong {
  font-weight: 400;
}
.breadcrumbs a {
  position: relative;
  color: #162e57;
  text-decoration: none;
}
.breadcrumbs a:after {
  content: ":";
  margin: 0 7px;
  position: relative;
  top: -2px;
}

.video-popup {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.video-popup a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.video-popup h4 {
  margin: 0px auto;
  line-height: 1.5;
  padding: 120px 30px 180px;
  max-width: 800px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.video-popup h4 strong {
  display: block;
  font-size: 36px;
  font-weight: 300;
}
.video-popup h4 small {
  margin: 0 0 5px;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  color: #a3d4f1;
  display: none;
  font-size: 20px;
}
.video-popup h4:after {
  content: "";
  position: absolute;
  bottom: 80px;
  width: 50px;
  height: 50px;
  left: 50%;
  border-radius: 100%;
  margin-left: -25px;
  transform: translateY(-50%);
  opacity: 0.9;
  background: url("../images/icon-play.png") center/100% auto no-repeat transparent;
}

.sitemap-block {
  text-align: center;
}
.sitemap-block ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
  text-align: left;
}
.sitemap-block ul.children {
  padding: 0 0 0 30px;
  display: block;
}
.table thead tr th {
  background: #2c536b;
  color: #fff;
  font-weight: 400;
}
.table tbody tr td {
  background: #e3e7e9;
  border: none;
}
.table tbody tr:nth-child(odd) td {
  background: #eef0f0;
}

.tabs.style-blue-gray .tab--links a {
  background-color: #5d86a1;
  border: 3px solid #5d86a1;
}
.tabs.style-blue-gray .tab--links a:hover {
  border: 3px solid #162e57;
}
.tabs.style-green .tab--links a {
  background-color: #8ec640;
  border: 3px solid #8ec640;
  color: #162e57;
}
.tabs.style-green .tab--links a:hover {
  border: 3px solid #162e57;
}

.tab--links {
  list-style-type: none;
  margin: 0 -7.5px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.tab--links li {
  margin: 0;
  padding: 0 7.5px 15px;
  flex-basis: 16.667%;
}
.tab--links a {
  display: block;
  color: #fff;
  background-color: #162e57;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  border: 3px solid #162e57;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.tab--links a:hover {
  border: 3px solid #8ec640;
}

.tab--icon {
  display: block;
  margin: 0 auto 10px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.tab--content {
  display: none;
  padding: 5px 50px 0 0;
  font-size: 18px;
  position: relative;
}
.tab--content > *:first-child {
  margin-top: 0;
}
.tab--content > *:last-child {
  margin-bottom: 0;
}
.tab--content.is-showing {
  display: block;
}

.tab--close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/icon-close.svg) center/100% auto no-repeat transparent;
}

.ticker {
  display: flex;
  flex-flow: row nowrap;
}

.ticker--title {
  background: #7ed2f0;
  flex-basis: 40%;
}
.ticker--title h2 {
  margin: 0;
  padding: 120px 30px;
  text-align: right;
  color: #fff;
}

.ticker--content {
  background: #1ebdbf;
  position: relative;
  padding: 0 30px;
  flex-basis: 60%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.ticker--content ul {
  align-self: center;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.ticker--content li {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: none;
  color: #fff;
  font-size: 26px;
  transform: translateY(-50%);
  margin-top: -5px;
}
.ticker--content li strong {
  color: #172e57;
  font-size: 48px;
}
.ticker--content li.is-showing {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease-in, visibility 0.6s ease-in;
}

.timeline {
  margin: 0;
  padding: 30px 0;
  background: #047589;
}

.timeline--header {
  padding: 0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
}
.timeline--header h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.timeline--items {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}
.timeline--items:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 55px;
  border-right: 1px solid #fff;
  width: 0;
  bottom: 30px;
}
@media (min-width: 992px) {
  .timeline--items:after {
    left: 50%;
  }
}

.timeline--item {
  width: 100%;
  z-index: 2;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 15px;
  align-content: center;
  margin: 0;
}
@media (min-width: 992px) {
  .timeline--item {
    width: 50%;
    margin: 0 0 0 50%;
    position: relative;
    right: 40px;
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  .timeline--item:nth-child(odd) {
    left: 40px;
    right: auto;
    margin: 0 50% 0 0;
  }
}
@media (min-width: 992px) {
  .timeline--item:nth-child(odd) h3 {
    order: 2;
  }
}
@media (min-width: 992px) {
  .timeline--item:nth-child(odd) .timeline--item-copy {
    order: 1;
    padding: 0 20px 0 20%;
    text-align: right;
  }
}
.timeline--item h3 {
  flex-basis: 80px;
  max-width: 80px;
  margin: 0;
  position: relative;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 6px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  background: #1ebdbf;
  text-align: center;
  line-height: 68px;
  display: block;
}
.timeline--item .timeline--item-copy {
  flex: 1;
  color: #fff;
  padding: 0 0 0 20px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .timeline--item .timeline--item-copy {
    padding: 0 20% 0 20px;
  }
}
.timeline--item .timeline--item-copy > *:last-child {
  margin-bottom: 0;
}
.timeline--item .timeline--item-copy sup {
  font-size: 60%;
  position: relative;
  top: -6px;
  margin: 0 0 0 1px;
}

.responsive-image.center img, .responsive-image.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.responsive-image img {
  display: block;
}

.wp-block-column.centered-image {
  background-color: #f7f8f9;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  display: flex;
}
.wp-block-column.centered-image .responsive-image {
  width: 100%;
}
.wp-block-column.centered-image img {
  margin-top: 90px;
  margin-bottom: 157px;
}
.wp-block-column.centered-image p {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.responsive-slider {
  margin: 0 -15px;
  position: relative;
}
.responsive-slider .responsive-slider--wrapper {
  display: none;
}
.responsive-slider .responsive-slider--wrapper.flickity-enabled {
  display: block;
}
.responsive-slider .responsive-slider--title {
  margin: 0;
  color: #162e57;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 66.667%;
  text-align: center;
}
@media (min-width: 768px) {
  .responsive-slider .responsive-slider--title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .responsive-slider .responsive-slider--title {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .responsive-slider .responsive-slider--title {
    font-size: 60px;
  }
}
.responsive-slider .flickity-button {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  border-radius: 0;
}
.responsive-slider .flickity-slider,
.responsive-slider .flickity-viewport {
  height: 100%;
}
.responsive-slider .flickity-prev-next-button.previous {
  left: -10px;
}
@media (min-width: 768px) {
  .responsive-slider .flickity-prev-next-button.previous {
    left: 10px;
  }
}
.responsive-slider .flickity-prev-next-button.next {
  right: -10px;
}
@media (min-width: 768px) {
  .responsive-slider .flickity-prev-next-button.next {
    right: 10px;
  }
}
.responsive-slider.is-wrap-around .responsive-slider-item {
  width: 66.666%;
}
.responsive-slider .responsive-slider-item {
  width: 100%;
  position: relative;
  padding: 0 7.5px;
}
.responsive-slider .responsive-slider-item--inner {
  overflow: hidden;
  height: 0;
  padding-top: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.responsive-slider .responsive-slider-item--inner-caption {
  position: absolute;
  bottom: 10px;
  right: 15px;
  text-align: center;
}
.responsive-slider .responsive-slider-item--inner-caption:empty {
  display: none;
}
.responsive-slider .responsive-slider-item--inner-caption > p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.responsive-slider .slide--copy {
  width: 100%;
  flex-basis: 100%;
  align-self: center;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  padding: 335px 15px 15px;
}
@media (min-width: 768px) {
  .responsive-slider .slide--copy {
    font-size: 15px;
    padding: 0 60px;
    width: 66.6%;
    flex-basis: 66.6%;
  }
}
.responsive-slider .slide--copy + .slide--image {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .responsive-slider .slide--copy + .slide--image {
    right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    width: 33.4%;
    height: auto;
  }
}
.wp-block-group {
  padding-left: 20px;
  padding-right: 20px;
}
.wp-block-group.background-waves {
  position: relative;
  z-index: 2;
}
.wp-block-group.background-waves:after {
  position: absolute;
  z-index: 3;
  top: 0;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/background-waves.svg) center center/100% auto no-repeat transparent;
  opacity: 0.45;
}
.wp-block-group.background-waves .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
.wp-block-group.background-v {
  background: url(../images/background-right-bottom-v.gif) right bottom/400px auto no-repeat transparent;
}
.wp-block-group.background-v .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}
.wp-block-group.background-v2 {
  position: relative;
  z-index: 2;
}
.wp-block-group.background-v2:before {
  z-index: 2;
  position: absolute;
  background: url(../images/icon-v.svg) center center/100% auto no-repeat transparent;
  height: 540px;
  width: 260px;
  content: "";
  right: 0;
  bottom: -100px;
}
.wp-block-group.background-v2 .wp-block-group__inner-container {
  position: relative;
  z-index: 3;
}
.wp-block-group.background-logo {
  position: relative;
  z-index: 2;
}
.wp-block-group.background-logo:after {
  z-index: 2;
  position: absolute;
  background: url(../images/logo-color.svg) center center/100% auto no-repeat transparent;
  height: 120px;
  width: 98px;
  content: "";
  right: 60px;
  top: -60px;
}
.wp-block-group.background-logo .wp-block-group__inner-container {
  position: relative;
  z-index: 3;
}
.wp-block-group.flex .wp-block-group__inner-container {
  display: flex;
  flex-flow: row nowrap;
}
.wp-block-group.justify-center .wp-block-group__inner-container {
  justify-content: center;
}
.wp-block-group.justify-center .wp-block-group__inner-container > * {
  margin-left: 15px;
  margin-right: 15px;
}
.wp-block-group.align-center .wp-block-group__inner-container {
  align-items: center;
  align-content: center;
}
.wp-block-group.full-width {
  padding-left: 0px;
  padding-right: 0px;
}
.wp-block-group.full-width .wp-block-group__inner-container {
  max-width: 4000px;
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.narrow .wp-block-group__inner-container {
  max-width: 1100px;
}
.wp-block-group.narrower .wp-block-group__inner-container {
  max-width: 900px;
}
.wp-block-group.narrowest .wp-block-group__inner-container {
  max-width: 700px;
}

.wp-block-separator.is-style-wide {
  width: 100%;
}

@media (max-width: 991px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns::after {
    display: block;
    clear: both;
    content: "";
  }
}
.wp-block-columns.columns-xs-break {
  display: flex !important;
}
@media (max-width: 499px) {
  .wp-block-columns.columns-xs-break {
    display: block !important;
  }
}
.wp-block-columns.columns-xs-break .wp-block-column {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
}
@media (max-width: 499px) {
  .wp-block-columns.columns-xs-break .wp-block-column:not(:first-child) {
    margin-left: 30px !important;
  }
}
@media (max-width: 499px) {
  .wp-block-columns.columns-xs-break .wp-block-column:not(:first-child) {
    margin-left: 0px !important;
  }
}
.wp-block-columns.columns-sm-break {
  display: flex !important;
}
@media (max-width: 767px) {
  .wp-block-columns.columns-sm-break {
    display: block !important;
  }
}
.wp-block-columns.columns-sm-break .wp-block-column {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
}
@media (max-width: 499px) {
  .wp-block-columns.columns-sm-break .wp-block-column:not(:first-child) {
    margin-left: 30px !important;
  }
}
@media (max-width: 499px) {
  .wp-block-columns.columns-sm-break .wp-block-column:not(:first-child) {
    margin-left: 0px !important;
  }
}
.wp-block-columns.columns-md-break {
  display: flex !important;
}
@media (max-width: 991px) {
  .wp-block-columns.columns-md-break {
    display: block !important;
  }
}
.wp-block-columns.columns-md-break .wp-block-column {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
}
@media (max-width: 499px) {
  .wp-block-columns.columns-md-break .wp-block-column:not(:first-child) {
    margin-left: 30px !important;
  }
}
@media (max-width: 499px) {
  .wp-block-columns.columns-md-break .wp-block-column:not(:first-child) {
    margin-left: 0px !important;
  }
}
.wp-block-columns.columns-lg-break {
  display: flex !important;
}
@media (max-width: 1199px) {
  .wp-block-columns.columns-lg-break {
    display: block !important;
  }
}
.wp-block-columns.columns-lg-break .wp-block-column {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
}
@media (max-width: 499px) {
  .wp-block-columns.columns-lg-break .wp-block-column:not(:first-child) {
    margin-left: 30px !important;
  }
}
@media (max-width: 499px) {
  .wp-block-columns.columns-lg-break .wp-block-column:not(:first-child) {
    margin-left: 0px !important;
  }
}
@media (max-width: 991px) {
  .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.gutter-30 .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.gutter-45 .wp-block-column:not(:first-child) {
    margin-left: 45px;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.gutter-60 .wp-block-column:not(:first-child) {
    margin-left: 60px;
  }
}
@media (max-width: 991px) {
  .wp-block-columns .wp-block-column {
    margin-left: 0 !important;
  }
}
.wp-block-columns .wp-block-column.border-column {
  padding: 45px;
  border: 1px solid #c4c6cb;
}
.wp-block-columns .wp-block-column.border-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column.border-column > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .wp-block-columns .wp-block-column.border-left {
    border-left: 1px solid #adb5bd;
    padding-left: 30px;
  }
}
@screen xl {
  .wp-block-columns .wp-block-column.border-left {
    padding-left: 90px;
  }
}
.wp-block-columns.justify-center {
  justify-content: center;
}
@media (min-width: 992px) {
  .wp-block-columns.justify-center > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.wp-block-columns.space-around {
  justify-content: space-around;
}
.wp-block-columns.space-around .wp-block-column {
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  .wp-block-columns.space-around > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.wp-block-columns.space-between {
  justify-content: space-between;
}
.wp-block-columns.space-between .wp-block-column {
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  .wp-block-columns.space-between > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.wp-block-columns.align-center {
  align-items: center;
  align-content: center;
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column.order-1-mobile {
    order: 1;
  }
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column.order-2-mobile {
    order: 2;
  }
}
@media (max-width: 767px) {
  .wp-block-columns .wp-block-column.order-3-mobile {
    order: 3;
  }
}
.wp-block-columns .wp-block-column.flex-0 {
  flex: 0 0 auto !important;
}
.wp-block-columns .wp-block-column.flex-1 {
  flex: 1 !important;
}
.wp-block-columns .wp-block-column.flex {
  display: flex;
}
.wp-block-columns .wp-block-column.flex.align-bottom {
  justify-content: flex-end;
  flex-flow: column wrap;
}

.wp-menu.style-inline .wp-menu--nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.wp-menu.style-inline .wp-menu--nav > li {
  padding: 0;
  margin: 0 7.5px;
  flex: 1;
  text-align: center;
}
.wp-menu.style-inline .wp-menu--nav > li.active a {
  color: #162e57;
}
.wp-menu.style-inline .wp-menu--nav > li > a {
  padding: 35px 0;
  color: #fff;
  text-decoration: none;
  color: #fff;
  background: #057589;
  display: block;
  font-weight: 900;
  font-size: 18px;
  white-space: nowrap;
  text-transform: uppercase;
}
.wp-menu.style-inline .wp-menu--nav > li > a:hover {
  background: #1ebdbe;
}
.wp-menu.style-blue-boxes .wp-menu--nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
}
.wp-menu.style-blue-boxes .wp-menu--nav > li {
  padding: 0;
  margin: 0;
  flex-basis: 25%;
  flex: 1;
  text-align: center;
}
.wp-menu.style-blue-boxes .wp-menu--nav > li:nth-child(1) a {
  background: #1b396b;
}
.wp-menu.style-blue-boxes .wp-menu--nav > li:nth-child(2) a {
  background: #204480;
}
.wp-menu.style-blue-boxes .wp-menu--nav > li:nth-child(3) a {
  background: #254e94;
}
.wp-menu.style-blue-boxes .wp-menu--nav > li:nth-child(4) a {
  background: #2b59a8;
}
.wp-menu.style-blue-boxes .wp-menu--nav > li:nth-child(5) a {
  background: #3064bd;
}
.wp-menu.style-blue-boxes .wp-menu--nav > li.active a {
  color: #8ec640;
}
.wp-menu.style-blue-boxes .wp-menu--nav > li > a {
  padding: 45px 0;
  color: #fff;
  text-decoration: none;
  color: #fff;
  background: #162e57;
  display: block;
  font-weight: 600;
  white-space: nowrap;
}
.wp-menu.style-blue-boxes .wp-menu--nav > li > a:hover {
  color: #8ec640;
}
.wp-menu.style-sidebar .wp-menu--nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wp-menu.style-sidebar .wp-menu--nav > li {
  margin: 0;
}
.wp-menu.style-sidebar .wp-menu--nav > li.active > a {
  color: #8ec640;
}
.wp-menu.style-sidebar .wp-menu--nav > li > a {
  font-size: 16px;
  color: #000;
  line-height: 1.1;
  font-weight: 600;
}
.wp-menu.style-sidebar .wp-menu--nav > li > a:hover {
  color: #8ec640;
}

section.contact {
  display: flex;
  flex-flow: row wrap;
  padding: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  section.contact {
    padding: 0 30px;
  }
}
section.contact .contact--header {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 60px 0 30px;
}
@media (min-width: 992px) {
  section.contact .contact--header {
    padding: 60px 0;
  }
}
section.contact .contact--header h1 {
  text-align: center;
  margin: 15px 0 10px;
}
section.contact .contact--header p {
  text-align: center;
}
section.contact .contact--sidebar {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  section.contact .contact--sidebar {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
    margin: 0 0 90px;
  }
}
section.contact .contact--sidebar-content {
  padding: 15px 0 45px 0;
  font-size: 14px;
}
@media (min-width: 992px) {
  section.contact .contact--sidebar-content {
    padding: 30px 15px 0;
  }
}
section.contact .contact--content {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.contact .contact--content {
    flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
}
section.contact .contact--content-title {
  margin: -7px 0 30px;
  padding: 0;
  font-weight: 900;
  text-transform: none;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  section.contact .contact--content-title {
    padding: 0 0 0 30px;
    text-align: left;
  }
}
section.contact .contact--content-items {
  padding: 0;
}
@media (min-width: 992px) {
  section.contact .contact--content-items {
    padding: 0 0 0 30px;
  }
}
section.contact .ga-filter-regions {
  display: block;
  color: #fff;
  padding: 15px;
  background: #047589;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 22px;
}
section.contact .ga-filter-regions.collapsed {
  background: #172e57;
}
section.contact .ga-filter-regions.collapsed i {
  transform: rotate(0deg);
}
section.contact .ga-filter-regions i {
  transform: rotate(180deg);
  float: right;
  margin-top: 2px;
  font-size: 20px;
}
section.contact #ga-filter-regions {
  padding: 0;
}
section.contact #ga-filter-regions.collapse {
  display: none;
}
section.contact #ga-filter-regions.collapse.show {
  display: block;
}
section.contact #ga-filter-regions a {
  display: block;
  color: #666666;
  font-size: 16px;
  padding: 10px 15px;
  border-bottom: solid 1px #ccc;
  letter-spacing: 0.3px;
  line-height: 19px;
  font-weight: 700;
}
section.contact #ga-filter-regions a.ga-active {
  color: #047589;
}
section.contact .ga-contact-mobile {
  color: #1D5481;
  font-size: 14px;
  display: none;
  padding: 30px 0;
  border-top: solid 2px #55798F;
  border-bottom: solid 2px #55798F;
  margin-top: 30px;
}
section.contact .ga-contact-mobile p {
  color: #1D5481;
  margin: 0;
  font-size: 14px;
  line-height: 23px;
}
section.contact .ga-contact-mobile p strong {
  color: #1D5481;
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin-bottom: 7px;
}
section.contact .ga-contact-mobile a {
  color: #1D5481;
  outline: none;
}
section.contact .ga-contact-mobile a:hover {
  text-decoration: underline;
}
section.contact .ga-contact-mobile .name {
  line-height: 23px;
  color: #1D5481;
  font-size: 14px;
}
section.contact .ga-contact-desktop {
  display: block;
  color: #1D5481;
  font-size: 14px;
  padding: 30px 0;
  border-top: solid 2px #55798F;
  border-bottom: solid 2px #55798F;
  margin-top: 60px;
}
section.contact .ga-contact-desktop p {
  color: #1D5481;
  margin: 0;
  font-size: 14px;
  line-height: 23px;
}
section.contact .ga-contact-desktop p strong {
  color: #1D5481;
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin-bottom: 7px;
}
section.contact .ga-contact-desktop a {
  color: #1D5481;
  outline: none;
}
section.contact .ga-contact-desktop a:hover {
  text-decoration: underline;
}
section.contact .ga-contact-desktop .name {
  line-height: 23px;
  color: #1D5481;
  font-size: 14px;
}
section.contact .ga-region-list h3 {
  margin: -7px 0 30px;
  padding: 0;
  font-weight: 900;
  text-transform: normal;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  section.contact .ga-region-list h3 {
    text-align: left;
  }
}
section.contact .ga-region-list .ga-region-list-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 0 30px;
}
section.contact .ga-region-list .ga-region-item {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}
@media (min-width: 576px) {
  section.contact .ga-region-list .ga-region-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  section.contact .ga-region-list .ga-region-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: 33.333%;
  }
}
section.contact .ga-region-list .ga-region-item .ga-image-wrap {
  margin: 0 auto;
  max-width: 200px;
}
section.contact .ga-region-list .ga-region-item .ga-image {
  background-size: cover;
  padding: 100% 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 6px transparent;
  border-radius: 100%;
  height: 0;
  margin: 0;
}
section.contact .ga-region-list .ga-region-item .ga-title {
  text-align: center;
  font-size: 18px;
  display: block;
  margin: 15px 0 10px 0;
  text-transform: uppercase;
  color: #162e57;
  font-weight: 900;
}
section.contact .ga-region-list .ga-region-item .ga-content {
  text-align: center;
}
section.contact .ga-region-list .ga-region-item .ga-content .ga-details {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
section.contact .ga-region-list .ga-region-item .ga-content .ga-details a {
  color: #666;
  font-size: 12px;
}
section.contact .ga-region-list .ga-region-item .ga-content .ga-meet-team {
  margin: 0;
  text-align: center;
}
section.contact .ga-region-list .ga-region-item .ga-content .ga-meet-team a {
  color: #1ebdbf;
  font-size: 14px;
  font-weight: 700;
}
section.contact .ga-region-list .ga-region-item .ga-content .ga-map {
  margin: 0;
  text-align: center;
}
section.contact .ga-region-list .ga-region-item .ga-content .ga-map a {
  color: #1ebdbf;
  font-size: 12px;
  font-weight: 700;
}
section.contact .ga-region-list .ga-region-item .ga-content .additional-copy {
  font-weight: 700;
  font-size: 14px;
  margin-top: 15px;
}
section.contact .ga-region-list .ga-region-item .ga-content .additional-copy p {
  margin: 15px 0 10px 0;
}
section.contact .ga-region-list .ga-region-item .ga-content .additional-copy strong {
  font-size: 18px;
  display: block;
  margin: 15px 0 10px 0;
  text-transform: uppercase;
  color: #162e57;
  font-weight: 900;
}
section.contact .ga-region-list .ga-region-item .ga-content a {
  text-decoration: none;
  margin: 0;
}
section.contact .ga-region-list .ga-region-item .ga-content a i {
  margin-left: 5px;
  position: absolute;
  bottom: 22px;
  font-size: 32px;
}
section.contact .ga-region-list .ga-region-item .ga-content a .windows {
  bottom: 20px;
}
section.contact .ga-region-list .ga-region-item .ga-content i {
  font-size: 14px;
  text-decoration: none;
  color: #55798F;
  position: absolute;
  top: 4px;
}
section.contact .ga-region-list .ga-region-item .ga-content .ga-phone-mobile {
  display: none;
  text-align: left;
  text-align: left;
  text-decoration: none !important;
  color: #002A42 !important;
  font-size: 12px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  section.contact .ga-contact-desktop {
    display: none;
  }
  section.contact .ga-contact-mobile {
    display: block;
  }
  section.contact h2 {
    text-transform: uppercase;
    color: #55798F;
    margin: 30px 0;
  }
  section.contact .ga-filter-regions {
    padding: 10px 15px;
    font-size: 16px;
  }
  section.contact #ga-filter-regions {
    padding: 0;
  }
  section.contact #ga-filter-regions a {
    font-size: 14px;
    color: #55798F;
    padding: 15px 20px;
    border-bottom: 1px solid #D1D9E1;
    border-left: 1px solid #D1D9E1;
    border-right: 1px solid #D1D9E1;
    background: #faf9f9;
  }
  section.contact #ga-filter-regions a .ga-active {
    color: #002A42;
  }
  section.contact #ga-filter-regions a:last-child {
    border-bottom: 1px solid #D1D9E1;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  section.contact .ga-region-list .ga-region-item .ga-content p {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  section.contact .ga-region-list .ga-region-item {
    width: 100%;
  }
}
@media only screen and (max-width: 543px) {
  section.contact .ga-region-list .ga-region-item {
    height: auto;
  }
  section.contact .ga-region-list .ga-region-item .ga-content .ga-phone-desktop {
    display: none;
  }
  section.contact .ga-region-list .ga-region-item .ga-content .ga-phone-mobile {
    display: inline-block;
  }
  section.contact .ga-region-list .ga-region-item .ga-content .ga-map {
    margin-top: 30px;
    padding-right: 0;
    position: initial;
    left: initial;
  }
  section.contact .ga-region-list .ga-region-item .ga-content .ga-map i {
    position: relative;
    top: 0;
  }
}
section.media {
  display: flex;
  flex-flow: row wrap;
  padding: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  section.media {
    padding: 0 30px;
  }
}
section.media .media--header {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 60px 0;
}
section.media .media--header h1 {
  text-align: center;
  margin: 1em 0 10px;
}
section.media .media--header p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
section.media .media--sidebar {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  section.media .media--sidebar {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
    margin: 0 0 90px;
  }
}
section.media .media--sidebar-content {
  padding: 30px 0 45px 0;
}
section.media .media--sidebar-content p {
  font-size: 14px !important;
}
@media (min-width: 992px) {
  section.media .media--sidebar-content {
    padding: 60px 15px 0;
  }
}
section.media .media--content {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.media .media--content {
    flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
}
@media (min-width: 992px) {
  section.media .grid-items {
    padding: 15px 0 0 30px;
  }
}
section.media .grid-items .media-item {
  padding: 0 0 15px;
}
@media (min-width: 992px) {
  section.media .grid-items .media-item {
    padding: 0 0 30px 0;
  }
}
section.media .media-item--wrap {
  border: 1px solid #d1d9e1;
  padding: 15px 20px;
  box-shadow: inset 0 0 0 3px rgba(22, 46, 87, 0);
  transition: box-shadow 0.3s ease-in-out;
}
section.media .media-item--wrap:hover {
  box-shadow: inset 0 0 0 3px #162e57;
}
section.media .media-item--meta {
  display: block;
  font-size: 14px;
}
section.media .media-item--tag {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding: 0 15px 0 0;
}
section.media .media-item--tag:after {
  content: "|";
  position: absolute;
  right: 4.5px;
  top: 7px;
  font-size: 12px;
}
section.media .media-item--tag i {
  font-size: 28px;
  position: relative;
  margin: 0 8px 0 0;
}
section.media .media-item--tag i.fa-file-alt {
  color: #e0a547;
  top: 3px;
}
section.media .media-item--tag i.fa-megaphone {
  color: #497f49;
  top: 5px;
}
section.media .media-item--date {
  display: inline-block;
}
section.media .media-item--title {
  margin: 0;
}
section.media .media-item--title a {
  font-weight: 900;
  color: #1ebdbe;
}
section.media .media-item--more {
  margin: 30px 0 0;
  display: block;
}
section.media .media-item--more a {
  font-size: 14px;
  font-weight: 900;
  color: #1ebdbe;
}

body.media p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
}
body.media .ga-custom-search-box {
  color: #002a42;
  margin: 0 0 30px;
  position: relative;
}
body.media .ga-custom-search-box input {
  position: relative;
  z-index: 10;
  font-size: 18px;
  background: transparent;
  color: #002a42;
  width: 80%;
  font-size: 12px;
}
body.media .ga-custom-search-box input:focus + .ga-placeholder {
  display: none !important;
}
body.media .ga-placeholder {
  position: absolute;
  margin: 7px 8px 7px 3px;
  cursor: auto;
  letter-spacing: 0.8px;
  line-height: 17px;
  font-size: 14px;
  top: 11px;
  left: 35px;
  color: #002a42;
}
body.media .ga-placeholder .ga-small {
  font-size: 10px;
  color: rgba(0, 42, 66, 0.5);
  letter-spacing: 0.7px;
  line-height: 12px;
}
body.media section.media .ga-filter-mobile .ga-collapse,
body.media section.media .ga-collapse-container-mobile .ga-collapse {
  padding: 0;
  max-height: 9999px;
}
body.media section.media .ga-filter-mobile .ga-collapse.collapse,
body.media section.media .ga-collapse-container-mobile .ga-collapse.collapse {
  display: none;
}
body.media section.media .ga-filter-mobile .ga-collapse.collapse.show,
body.media section.media .ga-collapse-container-mobile .ga-collapse.collapse.show {
  display: block;
}
body.media section.media .ga-filter-mobile .ga-collapse a,
body.media section.media .ga-collapse-container-mobile .ga-collapse a {
  display: block;
  color: #666666;
  font-size: 16px;
  padding: 10px 15px;
  border-bottom: solid 1px #ccc;
  letter-spacing: 0.3px;
  line-height: 19px;
  font-weight: 700;
}
body.media section.media .ga-filter-mobile .ga-collapse a.ga-active,
body.media section.media .ga-collapse-container-mobile .ga-collapse a.ga-active {
  color: #047589;
}
body.media section.media .ga-filter-mobile .ga-collapse a:last-child,
body.media section.media .ga-collapse-container-mobile .ga-collapse a:last-child {
  border-bottom: none;
}
body.media section.media .ga-filter-mobile .ga-mobile-expand.ga-filter-parent,
body.media section.media .ga-collapse-container-mobile .ga-mobile-expand.ga-filter-parent {
  display: block;
  color: #fff;
  padding: 10px 45px 10px 15px;
  background: #047589;
  font-size: 14px;
  margin-top: 4px;
  letter-spacing: 0px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
}
body.media section.media .ga-filter-mobile .ga-mobile-expand.ga-filter-parent.collapsed,
body.media section.media .ga-collapse-container-mobile .ga-mobile-expand.ga-filter-parent.collapsed {
  background: #172e57;
}
body.media section.media .ga-filter-mobile .ga-mobile-expand.ga-filter-parent.collapsed i,
body.media section.media .ga-collapse-container-mobile .ga-mobile-expand.ga-filter-parent.collapsed i {
  transform: rotate(0deg);
}
body.media section.media .ga-filter-mobile .ga-mobile-expand.ga-filter-parent i,
body.media section.media .ga-collapse-container-mobile .ga-mobile-expand.ga-filter-parent i {
  transform: rotate(180deg);
  float: right;
  margin-top: 2px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  font-size: 20px;
}
body.media section.media .ga-filter-mobile {
  display: none;
}
body.media section.media .ga-sort-mobile {
  display: none;
}
body.media section.media .ga-collapse-container-mobile {
  display: none;
}
body.media section.media .ga-custom-search-box {
  border: solid 1px #D1D9E1;
  padding: 10px;
  border-radius: 4px;
}
body.media section.media .ga-custom-search-box .icon-ga-search {
  float: left;
  font-size: 24px;
  color: #002A42;
  cursor: pointer;
}
body.media section.media .ga-custom-search-box .clear-search {
  position: absolute;
  top: 11px;
  right: 25px;
  cursor: pointer;
  color: #55798F;
  font-size: 21px;
}
body.media section.media .ga-custom-search-box .firefox {
  top: 13px;
}
body.media section.media .ga-custom-search-box .ie {
  top: 12px;
}
body.media section.media .ga-custom-search-box input {
  border: none;
  width: 80%;
  margin-left: 5px;
  outline: none;
  font-size: 14px;
  position: relative;
}
body.media section.media .ga-custom-search-box input::-ms-clear {
  display: none;
}
body.media section.media .ga-custom-search-box input:focus {
  outline: none;
}
body.media section.media .ga-custom-search-box .ga-placeholder {
  position: absolute;
  margin: 7px 8px 7px 3px;
  color: #A3A3A3;
  cursor: auto;
  letter-spacing: 0.8px;
  line-height: 17px;
  font-size: 14px;
  color: #002A42;
}
body.media section.media .ga-custom-search-box .ga-placeholder .ga-small {
  font-size: 10px;
  color: rgba(0, 42, 66, 0.5);
  letter-spacing: 0.7px;
  line-height: 12px;
}
body.media section.media .ga-label {
  font-size: 18px;
  color: #215382;
  margin-right: 15px;
}
body.media section.media .ga-select {
  overflow: hidden;
  height: 40px;
  width: 25%;
  position: relative;
  display: inline;
}
body.media section.media .ga-select:after {
  font-family: "general-atlantic";
  content: "b";
  color: #000;
  padding: 12px 8px;
  position: absolute;
  right: 15px;
  top: -2px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
body.media section.media .ga-select select {
  height: 40px;
  padding: 5px;
  font-size: 14px;
  width: 25%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #f1f1ec;
  border-radius: 4px;
  color: #002A42;
}
body.media section.media .ga-media-contact-mobile {
  color: #1D5481;
  font-size: 14px;
  display: none;
  padding: 30px 0;
  border-top: solid 2px #55798F;
  border-bottom: solid 2px #55798F;
  margin-top: 100px;
}
body.media section.media .ga-media-contact-mobile p {
  color: #1D5481;
  margin: 0;
  font-size: 14px;
  line-height: 23px;
}
body.media section.media .ga-media-contact-mobile p strong {
  color: #1D5481;
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin-bottom: 7px;
}
body.media section.media .ga-media-contact-mobile a {
  color: #1D5481;
  outline: none;
}
body.media section.media .ga-media-contact-mobile a:hover {
  text-decoration: underline;
}
body.media section.media .ga-media-contact-mobile .name {
  line-height: 23px;
  color: #1D5481;
  font-size: 14px;
}
body.media section.media .ga-media-filters label {
  padding-left: 10px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 18px;
  color: #002A42;
  width: 100%;
}
body.media section.media .ga-media-filters label .ga-clear-filter {
  font-size: 14px;
  float: right;
  color: #002A42;
  display: none;
}
body.media section.media .ga-media-filters label .ga-clear-filter i {
  vertical-align: middle;
  font-size: 10px;
  margin-right: 2px;
}
body.media section.media .ga-media-filters .ga-filter-parent {
  display: block;
  color: #fff;
  padding: 15px;
  background: #047589;
  font-size: 18px;
  margin-top: 4px;
  letter-spacing: 0.2px;
  line-height: 22px;
}
body.media section.media .ga-media-filters .ga-filter-parent.collapsed {
  background: #172e57;
}
body.media section.media .ga-media-filters .ga-filter-parent.collapsed i {
  transform: rotate(0deg);
}
body.media section.media .ga-media-filters .ga-filter-parent i {
  transform: rotate(180deg);
  float: right;
  margin-top: 2px;
  font-size: 20px;
}
body.media section.media .ga-media-filters .ga-collapse {
  padding: 0;
  max-height: 380px;
}
body.media section.media .ga-media-filters .ga-collapse.collapse {
  display: none;
}
body.media section.media .ga-media-filters .ga-collapse.collapse.show {
  display: block;
}
body.media section.media .ga-media-filters .ga-collapse a {
  display: block;
  color: #666666;
  font-size: 16px;
  padding: 10px 15px;
  border-bottom: solid 1px #ccc;
  letter-spacing: 0.3px;
  line-height: 19px;
  font-weight: 700;
}
body.media section.media .ga-media-filters .ga-collapse a.ga-active {
  color: #047589;
}
body.media section.media .ga-media-filters .ga-collapse a:last-child {
  border-bottom: none;
}
body.media section.media .ga-media-filters .ga-media-contact-desktop {
  color: #1D5481;
  font-size: 14px;
  padding: 30px 0;
  border-top: solid 2px #55798F;
  border-bottom: solid 2px #55798F;
  margin-top: 60px;
}
body.media section.media .ga-media-filters .ga-media-contact-desktop p {
  color: #1D5481;
  margin: 0;
  font-size: 14px;
  line-height: 23px;
}
body.media section.media .ga-media-filters .ga-media-contact-desktop p strong {
  color: #1D5481;
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin-bottom: 7px;
}
body.media section.media .ga-media-filters .ga-media-contact-desktop a {
  color: #1D5481;
  outline: none;
}
body.media section.media .ga-media-filters .ga-media-contact-desktop a:hover {
  text-decoration: underline;
}
body.media section.media .ga-media-filters .ga-media-contact-desktop .name {
  line-height: 23px;
  color: #1D5481;
  font-size: 14px;
}

.single-media-article--contacts {
  font-size: 18px;
}
.single-media-article--contacts p {
  line-height: 27px;
}
.single-media-article--contacts a {
  display: block;
}

.people-item--wrap {
  padding: 30px 0 0;
}
@media (min-width: 992px) {
  .people-item--wrap {
    padding: 15px;
  }
}

.people-item--image-wrap {
  width: 100%;
  position: relative;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .people-item--image-wrap {
    max-width: 9999px;
  }
}
.people-item--image-wrap:hover .people-item--image {
  box-shadow: inset 0 0 0 6px #162e57;
}
.people-item--image-wrap h3 {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}
.people-item--image-wrap p {
  text-align: center;
  font-size: 16px;
}
.people-item--image-wrap p span {
  display: block;
}

.people-item--image {
  background-size: cover;
  padding: 100% 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 6px transparent;
  border-radius: 100%;
  height: 0;
  margin: 0;
}

section.people {
  padding: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  section.people {
    display: flex;
    flex-flow: row wrap;
    padding: 0 30px;
  }
}
section.people .people--header {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 60px 0;
}
section.people .people--header h1 {
  text-align: center;
  margin: 1em 0 10px;
}
section.people .people--header p {
  text-align: center;
}
@media (min-width: 992px) {
  section.people .people--sidebar {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
    margin: 0 0 90px;
  }
}

section.single-people {
  display: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  flex-flow: row wrap;
  padding: 0 15px;
  min-height: 700px;
}
@media (min-width: 992px) {
  section.single-people {
    padding: 0 30px 90px;
  }
}
section.single-people .single-people--actions {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 60px;
  align-items: center;
  align-content: center;
}
section.single-people .single-people--actions p {
  display: block;
  flex: 1 0 auto;
  margin: 0;
}
section.single-people .single-people--actions .dkpdf-button-container {
  float: none;
  width: auto;
  padding: 0;
}
section.single-people .single-people--name {
  font-weight: 900;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
section.single-people .single-people--wrap {
  display: flex;
  flex-flow: row wrap;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  section.single-people .single-people--wrap {
    padding: 0 0 0 20%;
  }
}
section.single-people .single-people--header {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0;
  flex: 1 0 auto;
}
@media (min-width: 992px) {
  section.single-people .single-people--header {
    padding: 0 0 0 30px;
  }
}
section.single-people .single-people--sidebar {
  margin: 0 auto 15px;
  width: 100%;
  flex-basis: 100%;
  max-width: 280px;
}
@media (min-width: 992px) {
  section.single-people .single-people--sidebar {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
    margin: 0 0 90px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
section.single-people .single-people--sidebar .single-people--sidebar-image {
  padding: 100% 0 0;
  height: 0;
  width: 100%;
  margin: 15px 0 30px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
}
@media (min-width: 992px) {
  section.single-people .single-people--sidebar .single-people--sidebar-image {
    margin: 0 0 30px;
  }
}
section.single-people .single-people--sidebar .single-people--meta p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 992px) {
  section.single-people .single-people--sidebar .single-people--meta p {
    text-align: left;
  }
}
section.single-people .single-people--sidebar .single-people--meta p strong {
  display: block;
}
section.single-people .single-people--sidebar .single-people--meta p > *:last-child {
  margin-bottom: 0;
}
section.single-people .single-people--content {
  order: 3;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0 0 90px;
}
@media (min-width: 992px) {
  section.single-people .single-people--content {
    padding: 0 0 90px 30px;
  }
}
section.single-people .single-people--content-boards,
section.single-people .single-people--content-affiliations,
section.single-people .single-people--content-education,
section.single-people .single-people--content-community {
  border-top: 1px solid #ccc;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
section.single-people .single-people--content-boards > h3,
section.single-people .single-people--content-affiliations > h3,
section.single-people .single-people--content-education > h3,
section.single-people .single-people--content-community > h3 {
  margin: 0;
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 700;
}
section.single-people .single-people--content-boards .ga-board,
section.single-people .single-people--content-affiliations .ga-board {
  line-height: 1.5;
}
section.single-people .single-people--content-boards .ga-board > div > div,
section.single-people .single-people--content-affiliations .ga-board > div > div {
  padding: 0 0 10px;
}
section.single-people .single-people--content-boards .ga-board a,
section.single-people .single-people--content-affiliations .ga-board a {
  font-size: 16px;
}
section.single-people .single-people--content-boards .ga-board .ga-title,
section.single-people .single-people--content-affiliations .ga-board .ga-title {
  font-size: 16px;
}
section.single-people .single-people--content-education .education-item,
section.single-people .single-people--content-education .involvement-item,
section.single-people .single-people--content-community .education-item,
section.single-people .single-people--content-community .involvement-item {
  font-size: 16px;
  padding: 0 0 10px;
  line-height: 1.5;
}

#mobile-filters .ga-filter-subparent.collapsed span i {
  transform: rotate(0deg);
}
#mobile-filters .ga-filter-subparent.collapsed ul {
  display: none;
}
#mobile-filters .ga-filter-subparent span {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  border-bottom: solid 1px #D1D9E1;
  border-left: solid 1px #D1D9E1;
  border-right: solid 1px #D1D9E1;
  background: #efefef;
  cursor: pointer;
}
#mobile-filters .ga-filter-subparent span i {
  transform: rotate(180deg);
  float: right;
  margin-top: -1px;
  font-size: 20px;
}
#mobile-filters .ga-filter-subparent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#mobile-filters .ga-filter-subparent ul li {
  padding: 0 0 0 20px;
  background: #faf9f9;
  margin: 0;
  border-bottom: solid 1px #D1D9E1;
}
#mobile-filters .ga-filter-subparent ul a {
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: #faf9f9;
}
#mobile-filters .ga-filter-subparent ul a.ga-active {
  color: #002A42;
}

@media (max-width: 1199.98px) {
  .ga-people-filters .ga-filter-parent {
    font-size: 20px;
  }
}
.ga-people-filters .ga-filter-subparent.collapsed span i {
  transform: rotate(0deg);
}
.ga-people-filters .ga-filter-subparent.collapsed ul {
  display: none;
}
.ga-people-filters .ga-filter-subparent span {
  display: block;
  color: #666;
  font-size: 16px;
  padding: 10px 15px;
  letter-spacing: 0.3px;
  line-height: 19px;
  font-weight: 700;
  background: #f5f5f5;
  cursor: pointer;
}
.ga-people-filters .ga-filter-subparent span i {
  transform: rotate(180deg);
  float: right;
  margin-top: -1px;
  font-size: 20px;
}
.ga-people-filters .ga-filter-subparent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ga-people-filters .ga-filter-subparent ul li {
  padding: 0 0 0 20px;
  margin: 0;
}
.ga-people-filters .ga-filter-subparent ul a {
  display: block;
  color: #666;
  font-size: 16px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc !important;
  letter-spacing: 0.3px;
  line-height: 19px;
  font-weight: 700;
}

.people--actis {
  display: block;
  margin: 5px 0 0;
}
.people--actis a {
  display: block;
  background: #E88B54;
  color: #fff;
  padding: 9px 15px;
  font-size: 16px;
  margin: 5px 0 0;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
}
.people--actis a i {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}

.portfolio--years .filter-title.is-showing + .filter-list {
  display: flex;
}
.portfolio--years .filter-list {
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -2.5px;
}
.portfolio--years .filter-list .filter-list-item {
  flex-basis: 25%;
  width: 25%;
  max-width: 25%;
  border: none;
  padding: 5px 2.5px 0;
}
.portfolio--years .filter-list .filter-list-item.filter-list-item-all {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
.portfolio--years .filter-list .filter-list-item .filter-list-item-a {
  display: block;
  text-align: center;
  line-height: 50px;
  padding: 0;
  border: 1px solid #ccc;
}
.portfolio-item {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.portfolio-item.is-expanded + .portfolio-item--accordion {
  max-height: 800px;
}
.portfolio-item.is-expanded .portfolio-item--image-wrap {
  box-shadow: inset 0 0 0 3px #162e57;
}

.portfolio-item--wrap {
  padding: 15px 0 0;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .portfolio-item--wrap {
    padding: 15px;
  }
}

.portfolio-item--image-wrap {
  padding-top: 80%;
  height: 0;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: inset 0 0 0 3px rgba(22, 46, 87, 0);
}
.portfolio-item--image-wrap:hover {
  box-shadow: inset 0 0 0 3px #162e57;
}

.portfolio-link {
  text-decoration: underline !important;
  color: #002a42 !important;
}

.portfolio-item--image {
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-item--accordion {
  position: relative;
  z-index: 3;
  max-height: 0;
  overflow: hidden;
  transition: none;
  position: relative;
  top: -30px;
}
.portfolio-item--accordion > div {
  padding: 15px 0px 0;
}

.portfolio-item--accordion-title {
  margin: 0;
  padding: 30px 0 10px;
  font-weight: 900;
  text-transform: none;
  position: relative;
}

.portfolio-item--accordion-close {
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 54px;
  line-height: 1;
  font-weight: 100;
  color: #333;
}

.portfolio-item--accordion-copy {
  padding: 0;
}

.portfolio-item--accordion-meta {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.portfolio-item--accordion-meta li {
  margin: 5px 0;
  line-height: 1.2;
}
.portfolio-item--accordion-meta li:last-child {
  margin: 15px 0 0;
}
.portfolio-item--accordion-meta li strong {
  font-weight: 900;
}

.portfolio--disclaimer {
  font-size: 14px;
  text-align: center;
  margin: -60px 0 90px;
}

section.portfolio {
  padding: 0 15px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  section.portfolio {
    display: flex;
    flex-flow: row wrap;
    padding: 0 30px;
  }
}
section.portfolio .portfolio--header {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 60px 0;
}
section.portfolio .portfolio--header h1 {
  text-align: center;
  margin: 1em 0 10px;
}
section.portfolio .portfolio--header p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  section.portfolio .portfolio--sidebar {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
    margin: 0 0 90px;
  }
}
section.portfolio .portfolio--content {
  overflow: hidden;
}
@media (min-width: 992px) {
  section.portfolio .portfolio--content {
    flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
}
section.portfolio .portfolio-item--accordion {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .is-ie section.portfolio .portfolio-items {
    display: flex;
    flex-flow: row wrap;
    position: relative;
  }
}
@media (min-width: 992px) {
  .is-ie section.portfolio .portfolio-item {
    flex-basis: 25%;
    width: 25%;
    height: 25%;
    position: relative;
    overflow: visible;
    z-index: 9;
  }
}
.is-ie section.portfolio .portfolio-item.is-expanded + .portfolio-item--accordion {
  max-height: 800px;
  display: block;
}
.is-ie section.portfolio .portfolio-item--image-wrap {
  padding: 90% 0 0;
}
.is-ie section.portfolio .portfolio-item--image {
  padding: 90% 0 0;
}
@media (min-width: 992px) {
  .is-ie section.portfolio .portfolio-item--accordion {
    display: none;
    width: auto;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    left: 30px;
    right: 0px;
    z-index: 10;
  }
}

@media (min-width: 992px) {
  .single-sector .grid-items-row {
    display: grid;
    grid-template-areas: "item item item item item" "desc desc desc desc desc";
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 0 -15px 0 -30px;
  }
}

.portfolio--actis {
  display: block;
  margin: 5px 0 0;
}
.portfolio--actis a {
  display: block;
  background: #E88B54;
  color: #fff;
  padding: 9px 15px;
  font-size: 16px;
  margin: 5px 0 0;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
}
.portfolio--actis a i {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}

.sitemap h1 {
  font-size: 38px;
  color: #002A42;
  margin: 60px 0 20px 0;
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 900;
}
.sitemap p {
  color: #55798F;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
}
.sitemap .card-columns {
  padding: 0;
}
.sitemap .card-columns .card {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 15px 0;
  border-radius: 4px;
}
.sitemap .card-columns .card h2 {
  font-size: 26px;
  margin: 0;
}
.sitemap .card-columns .card h2 a {
  text-decoration: none;
  color: #002A42;
  font-weight: 900;
}
.sitemap .card-columns .card h2 a:hover {
  text-decoration: none;
}
.sitemap .card-columns .card ul {
  margin: 15px 0 0;
  padding: 0 0 0 30px;
  color: #000;
}
.sitemap .card-columns .card ul li {
  margin: 2px 0;
  line-height: 1.2;
}
.sitemap .card-columns .card ul li a {
  color: #55798F;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  margin: 0;
}
.sitemap .card-columns .card ul li a:hover {
  text-decoration: underline;
}
.sitemap .card-columns .card .ga-no-link {
  cursor: default;
}
@media only screen and (max-width: 543px) {
  .sitemap .card-columns .card {
    margin-bottom: 15px;
  }
}
@media only screen and (max-height: 1024px) {
  .sitemap {
    margin-bottom: 150px;
  }
}

.banner {
  position: relative;
  z-index: 10;
  height: 80px;
  transition: all 0.5s ease-in-out;
  padding: 0;
  background: #162e57;
}
@media (min-width: 1200px) {
  .banner {
    height: 102px;
    padding: 0 50px;
    background: url(../images/background-banner.jpg) center/cover no-repeat #162e57;
  }
}
.transparent-banner .banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: none;
  background-color: transparent;
}
.transparent-banner .banner.scrolled {
  background-color: #162e57;
}
@media (min-width: 1200px) {
  .transparent-banner .banner.scrolled {
    background-image: url(../images/background-banner.jpg);
  }
}
.transparent-banner.menu-is-open .banner {
  background-color: #162e57;
}
.banner .navbar {
  padding: 0;
}
@media (min-width: 1200px) {
  .banner .navbar {
    position: static;
    justify-content: space-between;
  }
}
.fixed-nav .banner {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
}
.banner.scrolled {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .banner.scrolled .navbar--container .nav > li.current-menu-parent > a .caret,
  .banner.scrolled .navbar--container .nav > li.menu-item-has-children.current-menu-item > a .caret {
    visibility: visible;
    opacity: 1;
    margin-top: -8px;
  }
}
.banner .navbar-brand {
  height: auto;
  background: url("../images/logo.svg") center center/100% auto no-repeat transparent;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  overflow: hidden;
  text-indent: -9000px;
  height: 44px;
  width: 156px;
  transition: none;
  z-index: 2;
  float: left;
  margin: 21px 0 15px 15px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .banner .navbar-brand {
    margin: 27px 0 21px;
    height: 54px;
    width: 200px;
  }
}
.banner .navbar-toggler {
  background: transparent;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  border-radius: 0;
  padding: 0;
  transition: margin-top 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
  outline: none;
  display: block;
  z-index: 3;
  position: relative;
}
@media (min-width: 1200px) {
  .banner .navbar-toggler {
    display: none;
  }
}
.banner .navbar-toggler:focus, .banner .navbar-toggler:hover {
  background: transparent;
}
.banner .navbar-toggler:focus .navbar-toggler--icon-bar, .banner .navbar-toggler:hover .navbar-toggler--icon-bar {
  background-color: #fff;
}
.banner .navbar-toggler .navbar-toggler--icon-bar {
  background-color: #fff;
  width: 45px;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
  height: 3px;
  display: block;
  border-radius: 3px;
}
.banner .navbar-toggler .navbar-toggler--icon-bar + .navbar-toggler--icon-bar {
  margin-top: 7px;
}
.menu-is-open .banner {
  height: auto;
}
.menu-is-open .banner.scrolled {
  height: auto;
}
.menu-is-open .banner .navbar--container .nav {
  display: block;
}
@media (max-width: 1199px) {
  .menu-is-open .banner .navbar {
    transform: translateX(0%);
  }
}
.menu-is-open .banner .navbar--container a {
  margin-left: 0px;
  transition: margin-left 0.3s ease-in-out 0.6s;
}
@media (min-width: 576px) {
  .menu-is-open .banner .navbar--container a {
    top: auto;
  }
}
.menu-is-open .banner .navbar-toggler .navbar-toggler--icon-bar {
  transform: rotate(45deg);
  top: 10px;
}
.menu-is-open .banner .navbar-toggler .navbar-toggler--icon-bar + .navbar-toggler--icon-bar {
  transform: rotate(-45deg);
  top: 0px;
}
.menu-is-open .banner .navbar-toggler .navbar-toggler--icon-bar + .navbar-toggler--icon-bar + .navbar-toggler--icon-bar {
  opacity: 0;
  visibility: hidden;
  transform: rotate(0deg);
}
.menu-is-open .banner .navbar--container {
  display: block;
}
.banner .navbar--container {
  display: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .banner .navbar--container {
    display: block;
    width: auto;
  }
}
.banner .navbar--container .nav {
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
}
.banner .navbar--container .nav#menu-secondary-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav#menu-secondary-menu {
    order: 3;
    margin-right: -15px;
  }
}
.banner .navbar--container .nav#menu-secondary-menu > li > a {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav#menu-secondary-menu > li > a {
    font-size: 14px;
  }
}
.banner .navbar--container .nav#menu-primary {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav#menu-primary {
    order: 2;
    margin-right: -15px;
  }
}
.banner .navbar--container .nav#menu-primary > li {
  position: relative;
  flex: 0;
}
@media (max-width: 1199px) {
  .banner .navbar--container .nav#menu-primary > li {
    border-top: 1px solid #4d6879;
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .banner .navbar--container .nav#menu-primary > li {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav#menu-primary > li {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .banner .navbar--container .nav#menu-primary > li:last-child {
    border-bottom: 1px solid #4d6879;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav#menu-primary > li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav#menu-primary > li:last-child a {
    margin-right: 0;
  }
}
.banner .navbar--container .nav#menu-primary > li > a {
  white-space: nowrap;
}
.banner .navbar--container .nav a {
  color: #fff;
  font-size: 16px;
  padding: 15px;
  margin: 0;
  display: block;
  background: transparent;
  border-bottom: none;
  line-height: 1;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav a {
    display: block;
    border: none;
    text-align: left;
    padding: 5px 0;
    margin: 0;
    font-size: 18px;
    transition: padding 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  }
}
.banner .navbar--container .nav a .caret {
  display: none;
}
.banner .navbar--container .nav a:hover {
  color: #1ebdbf;
}
.banner .navbar--container .nav > li {
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav > li {
    margin: 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav > li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav > li:last-child a {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav > li {
    padding: 0 12px;
    display: inline-block;
  }
}
.banner .navbar--container .nav > li.dropdown.showing-sub-menu .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav > li.current-menu-item > a, .banner .navbar--container .nav > li.current-menu-parent > a, .banner .navbar--container .nav > li.current-page-ancestor > a, .banner .navbar--container .nav > li.active > a {
    color: #1ebdbf;
  }
}
.banner .navbar--container .nav > li.current-menu-parent .sub-menu, .banner .navbar--container .nav > li.menu-item-has-children.current-menu-item .sub-menu {
  display: block;
}
@media (min-width: 1200px) {
  .banner .navbar--container .nav > li.current-menu-parent .sub-menu, .banner .navbar--container .nav > li.menu-item-has-children.current-menu-item .sub-menu {
    display: flex;
  }
}
.banner .navbar--container .sub-menu {
  padding: 0 0 5px;
  display: none;
}
@media (min-width: 768px) {
  .banner .navbar--container .sub-menu {
    padding: 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .banner .navbar--container .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    padding: 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
    background-color: transparent;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    left: 0;
    right: 0;
    text-align: right;
    border-top: 1px solid #fff;
    background: #162e57;
    justify-content: center;
  }
}
.banner .navbar--container .sub-menu li {
  display: block;
  margin: 0 30px;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .banner .navbar--container .sub-menu li {
    display: block;
  }
}
.banner .navbar--container .sub-menu li.active > a {
  color: #1ebdbf;
}
.banner .navbar--container .sub-menu a {
  line-height: 1.4;
  font-size: 14px;
  padding: 10px 0;
  display: block;
  margin: 0;
  font-weight: 900;
  border: none;
  transition: all 0.1s ease-in-out, color 0.1s ease-in-out;
  color: #fff;
}
@media (min-width: 1200px) {
  .banner .navbar--container .sub-menu a {
    padding: 15px 0;
    font-size: 16px;
  }
}
.banner .navbar--container .sub-menu a:hover {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .banner .navbar--container .sub-menu a:hover {
    color: #1ebdbf;
  }
}
.banner .navbar--container ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 30px;
}
@media (min-width: 576px) {
  .banner .navbar--container ul {
    padding: 0;
  }
}

.grid-content {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .grid-content {
    flex-basis: 80%;
    max-width: 80%;
    width: 80%;
  }
}
.grid-content.is-loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: url(../images/three-dots.svg) center 60px/100px auto no-repeat rgba(255, 255, 255, 0.85);
}

.grid-items-no-results {
  flex-basis: 100%;
  padding: 15px 0 0 15px;
}
.grid-items-no-results h3 {
  margin: 0;
}

@media (min-width: 992px) {
  .grid-items {
    margin: -15px 0 0;
    padding: 0 0 0 15px;
  }
}
@media (min-width: 992px) {
  .grid-items.contact-items {
    margin: 5px 0 0;
    padding: 0 0 0 30px;
  }
}

@media (min-width: 992px) {
  .grid-items-row {
    display: grid;
    grid-template-areas: "item item item item" "desc desc desc desc";
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.grid-featured-items {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0 0 7.5px;
}
@media (min-width: 992px) {
  .grid-featured-items {
    margin: -15px -15px 0;
  }
}
.grid-featured-items .grid-item {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  padding: 7.5px 0;
  margin: 0;
  position: relative;
}
@media (min-width: 992px) {
  .grid-featured-items .grid-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    padding: 15px !important;
  }
}
.grid-featured-items .grid-item.has-image .media-item--wrap:before {
  background: rgba(0, 0, 0, 0.5);
}
.grid-featured-items .grid-item:hover .media-item--wrap:before {
  background: rgba(0, 0, 0, 0.75);
}
.grid-featured-items .grid-item .media-item--wrap {
  color: #fff;
  position: relative;
}
.grid-featured-items .grid-item .media-item--wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.grid-featured-items .grid-item .media-item--wrap:hover {
  box-shadow: inset 0 0 0 3px rgba(22, 46, 87, 0);
}
.grid-featured-items .grid-item .media-item--tag {
  position: relative;
  z-index: 3;
}
.grid-featured-items .grid-item .media-item--tag i {
  display: none;
}
.grid-featured-items .grid-item .media-item--tag:after {
  top: 0px;
}
.grid-featured-items .grid-item .media-item--meta {
  position: relative;
  z-index: 3;
}
.grid-featured-items .grid-item .media-item--content {
  margin: 15px 0;
  position: relative;
  z-index: 3;
}
.grid-featured-items .grid-item .media-item--title {
  position: relative;
  z-index: 3;
}
.grid-featured-items .grid-item .media-item--title a {
  color: #fff;
}
.grid-featured-items .grid-item .media-item--more {
  position: relative;
  z-index: 3;
}
.grid-featured-items .grid-item .media-item--more a {
  color: #fff;
}
.grid-featured-items .grid-item .media-item--wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 100%;
}
.grid-featured-items .media-item-1 .media-item--wrap {
  background-color: #7ed2f0;
}
.grid-featured-items .media-item-2 .media-item--wrap {
  background-color: #f68447;
}
.grid-featured-items .media-item-3 .media-item--wrap {
  background-color: #047589;
}
.grid-featured-items .media-item-4 .media-item--wrap {
  background-color: #172e57;
}

.grid-item.is-expanded + .grid-item--accordion {
  max-height: 800px;
}

.grid-item-title {
  margin: -7px 0 30px;
  padding: 0;
  font-weight: 900;
  position: relative;
}

.grid-item-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0 0 30px;
  list-style-type: none;
  padding: 0;
}

@media (min-width: 576px) {
  .grid-item-list-item {
    flex-grow: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .grid-item-list-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    width: 33.333%;
  }
}

.grid-item--accordion {
  position: relative;
  z-index: 3;
  max-height: 0;
  overflow: hidden;
  transition: none;
  position: relative;
  top: 0px;
  padding: 15px 15px 0;
}
@media (min-width: 992px) {
  .grid-item--accordion {
    grid-area: desc;
    padding: 0 30px;
  }
}

.grid-item--accordion-title {
  margin: 0;
  padding: 0 0 10px;
  font-weight: 900;
  text-transform: none;
  position: relative;
}

.grid-item--accordion-close {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 54px;
  line-height: 1;
  font-weight: 100;
  color: #333;
}

.grid-item--accordion-copy {
  padding: 0;
}

.grid-item--accordion-meta {
  padding: 0 0 15px;
  list-style-type: none;
  margin: 0;
}
.grid-item--accordion-meta li {
  margin: 5px 0;
  line-height: 1.2;
}
.grid-item--accordion-meta li:last-child {
  margin: 15px 0 0;
}
.grid-item--accordion-meta li strong {
  font-weight: 900;
}
.grid-item--accordion-meta li small {
  display: block;
  font-size: 14px;
  margin: 5px 0 15px 0;
}

.grid-item--accordion-more {
  display: block;
  text-align: right;
}
.grid-item--accordion-more a {
  font-weight: 700;
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  background: #047589;
}

@media (min-width: 992px) {
  body.is-ie .grid-items {
    display: flex;
    flex-flow: row wrap;
    position: relative;
  }
}
@media (min-width: 992px) {
  body.is-ie .grid-item {
    flex-basis: 25%;
    width: 25%;
    height: 25%;
    position: relative;
    overflow: visible;
  }
}
body.is-ie .grid-item.is-expanded + .grid-item--accordion {
  max-height: 800px;
  display: block;
}
body.is-ie .grid-item--image {
  padding: 90% 0 0;
}
@media (min-width: 992px) {
  body.is-ie .grid-item--accordion {
    display: none;
    width: auto;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    left: 30px;
    right: 0px;
    z-index: 10;
  }
}

.grid-pagination {
  display: flex;
  justify-content: space-around;
  padding: 30px 0 90px 0;
  align-items: center;
  align-content: center;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .grid-pagination {
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
}

.grid-pagination--pages {
  display: flex;
  justify-content: center;
  margin: 0;
  order: 1;
  flex: 1 0 100%;
}
@media (min-width: 992px) {
  .grid-pagination--pages {
    order: 2;
    flex: 0 1 auto;
    justify-content: flex-end;
  }
}
.grid-pagination--pages span {
  display: block;
  padding: 0 5px;
  line-height: 1;
  margin: 0 2.5px 30px;
  outline: none;
  font-size: 14px;
}
@media (min-width: 992px) {
  .grid-pagination--pages span {
    margin: 0 2.5px;
  }
}
.grid-pagination--pages a {
  display: block;
  padding: 0 5px;
  line-height: 1;
  margin: 0 2.5px 30px;
  outline: none;
  font-size: 14px;
}
@media (min-width: 992px) {
  .grid-pagination--pages a {
    margin: 0 2.5px;
  }
}
.grid-pagination--pages a.is-active {
  font-weight: 900;
  color: #5d86a1;
}

.grid-pagination-button {
  font-size: 14px;
  margin: 0 15px;
  display: inline-block;
  text-decoration: none;
}
.grid-pagination-button span {
  text-decoration: underline;
}
.grid-pagination-button.is-hidden {
  display: none;
}
.grid-pagination-button:hover, .grid-pagination-button:active, .grid-pagination-button:focus {
  text-decoration: none;
  color: #5d86a1;
}
.grid-pagination-button.grid-pagination-button-previous {
  order: 2;
}
@media (min-width: 992px) {
  .grid-pagination-button.grid-pagination-button-previous {
    order: 1;
    text-align: right;
    flex: 1 0 auto;
  }
}
.grid-pagination-button.grid-pagination-button-next {
  order: 3;
}
@media (min-width: 992px) {
  .grid-pagination-button.grid-pagination-button-next {
    order: 3;
  }
}
.grid-pagination-button i {
  font-size: 80%;
  position: relative;
  top: 0px;
}

.filter-search {
  border: 1px solid #d5d5d5;
  padding: 11.5px 5px;
  margin: 0 0 30px;
}
.filter-search p {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.filter-search i {
  position: relative;
  top: 5px;
  margin: 0 0 0 5px;
}
.filter-search input {
  flex: 1;
  border: none;
  padding: 0 5px;
  color: #172e57;
  font-size: 18px;
  outline: none;
}
.filter-search input:focus + span, .filter-search input.has-input + span {
  display: none;
}
.filter-search span {
  position: absolute;
  top: 2px;
  left: 30px;
  text-transform: uppercase;
  font-size: 16px;
  color: #172e57;
}
.filter-search span:focus {
  left: -9999px;
}
.filter-search span small {
  font-size: 10px;
  display: inline-block;
  color: #666;
  text-transform: none;
  letter-spacing: 1px;
}

.filter-title {
  background: #172e57;
  display: block;
  color: #fff;
  padding: 9px 15px;
  font-size: 16px;
  margin: 5px 0 0;
  letter-spacing: 0.2px;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
}
.filter-title i {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}
.filter-title.is-showing {
  background: #047589;
}
.filter-title.is-showing i {
  transform: rotate(180deg);
}
.filter-title.is-showing + .filter-list {
  display: block;
}

.filter-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}
.filter-list .filter-list-item {
  margin: 0;
}
.filter-list .filter-list-item:last-child a {
  border: none;
}
.filter-list .filter-list-item.filter-list-item-subparent.is-showing span {
  background: #f5f5f5;
}
.filter-list .filter-list-item.filter-list-item-subparent.is-showing span i {
  transform: rotate(180deg);
}
.filter-list .filter-list-item.filter-list-item-subparent.is-showing ul {
  display: block;
}
.filter-list .filter-list-item.filter-list-item-subparent span {
  display: block;
  color: #666;
  font-size: 16px;
  padding: 10px 15px;
  letter-spacing: 0.3px;
  line-height: 19px;
  font-weight: 700;
  background: #ffffff;
  cursor: pointer;
  border-bottom: solid 1px #ccc;
}
.filter-list .filter-list-item.filter-list-item-subparent span i {
  transform: rotate(0deg);
  float: right;
  margin-top: -1px;
  font-size: 20px;
}
.filter-list .filter-list-item.filter-list-item-subparent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}
.filter-list .filter-list-item.filter-list-item-subparent ul li {
  padding: 0 0 0 20px;
  margin: 0;
}
.filter-list .filter-list-item.filter-list-item-subparent ul a {
  display: block;
  color: #666;
  font-size: 16px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc !important;
  letter-spacing: 0.3px;
  line-height: 19px;
  font-weight: 700;
}
.filter-list .filter-list-item-a {
  display: block;
  display: block;
  color: #666666;
  font-size: 16px;
  padding: 10px 15px;
  border-bottom: solid 1px #ccc;
  letter-spacing: 0.3px;
  line-height: 19px;
  font-weight: 700;
  position: relative;
}
.filter-list .filter-list-item-a.is-filtered {
  color: #047589;
  background: #f5f5f5;
}

aside.sidebar {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.ga-sidebar-menu ul {
  padding-left: 85px;
  padding-left: 5.3125rem;
  padding-right: 70px;
  padding-right: 4.375rem;
}
.ga-sidebar-menu ul li {
  font-family: "Trade Gothic LT Std Cn18", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  list-style: none;
  margin: 10px 0;
  margin: 0.625rem 0rem;
  opacity: 0.6;
}
.ga-sidebar-menu ul li .icon {
  display: inline-block;
  height: 15px;
  opacity: 0;
  padding-left: 10px;
  padding-left: 0.625rem;
  vertical-align: middle;
  transition: 0.15s all ease;
}
.ga-sidebar-menu ul li .ga-sidebar-line {
  background-color: #002A42;
  height: 3px;
  width: 65px;
  display: none;
}
.ga-sidebar-menu ul li:hover {
  color: #002A42;
  opacity: 1;
}
.ga-sidebar-menu ul li:hover .icon {
  opacity: 1;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.ga-sidebar-menu ul li.active {
  color: #002A42;
  font-family: "Trade Gothic LT Std BdCn20";
  font-weight: bold;
  font-style: normal;
  opacity: 1;
}
.ga-sidebar-menu ul li.active .ga-sidebar-line {
  display: block;
}
.ga-sidebar-menu ul li.active .icon {
  opacity: 0;
}

.content-info {
  clear: both;
  padding: 0 15px;
  margin: 0;
  background: #162e57;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.content-info::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 1200px) {
  .content-info {
    padding: 0 60px;
  }
}
@media (max-width: 1199px) {
  .content-info {
    text-align: center !important;
  }
}
.content-info p {
  font-size: 13px !important;
}
.content-info .wp-menu {
  width: 100%;
}
.content-info .wp-menu--nav {
  list-style-type: none;
  padding: 0;
  margin: 0 -8px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .content-info .wp-menu--nav {
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
}
.content-info .wp-menu--nav#menu-footer-right {
  justify-content: flex-end;
}
.content-info .wp-menu--nav > li {
  padding: 5px 8px;
  margin: 15px 0 0;
  flex: 1 0 30%;
}
@media (min-width: 768px) {
  .content-info .wp-menu--nav > li {
    flex: 0;
    margin: 0;
  }
}
.content-info .wp-menu--nav > li.active a {
  color: #5d86a1;
}
.content-info .wp-menu--nav > li > a {
  color: #fff;
  text-decoration: none;
  display: inline;
  padding: 0;
  font-weight: 600;
  background: none;
  white-space: nowrap;
  font-size: 14px;
}
.content-info .wp-menu--nav > li > a:hover {
  color: #fff;
}
.content-info .wp-menu--nav > li > a[href*="facebook.com"], .content-info .wp-menu--nav > li > a[href*="twitter.com"], .content-info .wp-menu--nav > li > a[href*="linkedin.com"], .content-info .wp-menu--nav > li > a[href*="youtube.com"], .content-info .wp-menu--nav > li > a[href*="instagram.com"], .content-info .wp-menu--nav > li > a[href*="/feed"] {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  overflow: hidden;
  text-indent: -9000px;
  position: relative;
  line-height: 1;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0;
  background-size: contain;
  height: 60px;
  width: 60px;
  background-size: contain;
}
.content-info .wp-menu--nav > li > a[href*="linkedin.com"] {
  background-image: url(../images/icon-linkedin.png);
}
.content-info .wp-menu--nav > li > a[href*="twitter.com"] {
  background-image: url(../images/icon-twitter.png);
}
.content-info .wp-menu--nav > li > a[href*="instagram.com"] {
  background-size: 40% auto;
  background-image: url(../images/icon-instagram-black.svg);
}
.content-info .wp-menu--nav > li > a[href*="facebook.com"] {
  background-size: auto 40%;
  background-image: url(../images/icon-facebook-black.svg);
}
.content-info .wp-menu--nav > li > a[href*="youtube.com"] {
  background-size: 40% auto;
  background-image: url(../images/icon-youtube-black.svg);
}
.content-info .wp-menu--nav > li > a[href*="/feed"] {
  background-size: 40% auto;
  background-image: url(../images/icon-rss-black.svg);
}
@media (max-width: 1199px) {
  .content-info h2 {
    margin-top: 30px;
    text-align: center !important;
  }
}
@media (max-width: 1199px) {
  .content-info .responsive-image {
    margin: 15px auto;
  }
}

section.error404 {
  padding: 90px 0;
}
section.error404 h1 {
  margin: 0 0 15px;
}

html,
body {
  height: 100%;
}

body.search {
  /*
  @include xsmall-portrait-screen {
  	footer.ga-footer{
  		position: fixed;
  		bottom: 0;
  	}
  	.ga-limit {
  		margin-bottom: 70px;
  	}
  }
  */
}
body.search section#ga-search {
  font-family: "Trade Gothic LT Std";
  font-size: 18px;
}
body.search section#ga-search h1 {
  font-size: 32px;
  color: #002A42;
  margin: 30px 0;
  line-height: 32px;
  letter-spacing: 0px;
}
body.search section#ga-search .ga-mobile-filter {
  display: none;
}
body.search section#ga-search .ga-result-item {
  border-bottom: solid 2px #D1D9E1;
  padding: 20px 0;
}
body.search section#ga-search .ga-result-item:last-of-type {
  border: none;
}
body.search section#ga-search .ga-result-item h2 {
  font-size: 20px;
  font-family: "Trade Gothic LT Std BdCn20";
  margin: 0;
}
body.search section#ga-search .ga-result-item h2 a {
  color: #002A42;
  text-decoration: none;
  outline: none;
}
body.search section#ga-search .ga-result-item .ga-tag {
  font-size: 12px;
  display: block;
  font-family: "Trade Gothic LT Std BdCn20";
  color: #002A42;
}
body.search section#ga-search .ga-result-item .ga-tag i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
body.search section#ga-search .ga-filter-parent {
  display: block;
  color: #002A42;
  padding: 15px;
  background: #D1D9E1;
  font-size: 18px;
  font-family: "Trade Gothic LT Std BdCn20";
  letter-spacing: 0.2px;
  line-height: 22px;
}
body.search section#ga-search .ga-filter-parent i {
  float: right;
  margin-top: 2px;
  font-size: 20px;
}
body.search section#ga-search #ga-filter-results a {
  display: block;
  color: #002A42;
  font-size: 16px;
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #D1D9E1;
  font-family: "Trade Gothic LT Std Cn18";
  letter-spacing: 0.3px;
  line-height: 19px;
}
body.search section#ga-search #ga-filter-results .ga-active {
  font-family: "TradeGothicLTStd-Bold";
  color: #002943;
}
body.search section#ga-search .header h3 {
  color: #9A334C;
  font-family: "TradeGothicLTStd-Bold";
  font-size: 26px;
}
body.search section#ga-search .header .ga-label {
  font-size: 18px;
  color: #002A42;
  font-family: "Trade Gothic LT Std BdCn20";
  margin-right: 15px;
}
body.search section#ga-search .header .ga-desktop-sort {
  border-radius: 4px;
  border: 1px solid #d1d9e1;
  width: 45%;
  padding: 8px 10px;
  text-align: left;
  position: relative;
  display: inline-block;
  z-index: 1;
}
body.search section#ga-search .header .ga-desktop-sort .ga-big, body.search section#ga-search .header .ga-desktop-sort .ga-child-big {
  font-size: 14px;
  color: #002A42;
  font-family: "Trade Gothic LT Std";
  letter-spacing: 0.8px;
  line-height: 17px;
}
body.search section#ga-search .header .ga-desktop-sort .ga-small, body.search section#ga-search .header .ga-desktop-sort .ga-child-small {
  font-size: 10px;
  color: rgba(0, 42, 66, 0.5);
  font-family: "Trade Gothic LT Std";
  letter-spacing: 0.6px;
  line-height: 12px;
}
body.search section#ga-search .header .ga-desktop-sort i {
  float: right;
  margin-top: 5px;
}
body.search section#ga-search .header .ga-desktop-sort .ga-dropdown {
  display: none;
  border: solid 1px #d1d9e1;
  border-top: none;
  padding: 10px 0;
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  min-height: 100px;
  height: auto;
  background: #ffffff;
}
body.search section#ga-search .header .ga-desktop-sort .ga-dropdown a {
  display: block;
  text-decoration: none;
  outline: none;
  padding: 4px 8px;
}
body.search section#ga-search .header .ga-desktop-sort .ga-dropdown a:hover {
  background: #E4E3D9;
}
body.search section#ga-search .ga-load-more-result {
  outline: none;
  font-size: 18px;
  color: #9A334C;
  display: block;
  text-align: center;
  font-family: "Trade Gothic LT Std BdCn20";
}
body.search section#ga-search .ga-load-more-result i {
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  body.search section#ga-search .ga-desktop-filter {
    display: none;
  }
  body.search section#ga-search .header h3 {
    margin-top: 30px;
  }
  body.search section#ga-search #ga-load-results h3 {
    margin: 30px 0;
    text-align: center;
    font-size: 24px;
  }
  body.search section#ga-search .ga-mobile-filter {
    display: block;
  }
  body.search section#ga-search .ga-mobile-filter .ga-filter-parent {
    padding: 10px 15px;
    font-size: 16px;
  }
  body.search section#ga-search .ga-mobile-filter .ga-filter-parent i {
    font-size: 16px;
  }
  body.search section#ga-search .ga-mobile-filter #filter_mobile {
    padding: 0;
    box-shadow: 0 3px 5px #D1D9E1;
    border-top: solid 1px #D1D9E1;
  }
  body.search section#ga-search .ga-mobile-filter #filter_mobile a {
    display: block;
    color: #55798F;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: solid 1px #D1D9E1;
    letter-spacing: 0.3px;
    line-height: 19px;
  }
  body.search section#ga-search .ga-mobile-filter #filter_mobile a.ga-active {
    font-family: "TradeGothicLTStd-Bold";
    color: #002943;
    font-size: 14px;
  }
  body.search section#ga-search .ga-mobile-filter #filter_mobile a:last-child {
    border-bottom: none;
  }
  body.search section#ga-search .ga-mobile-filter #sort_mobile {
    padding: 0;
    box-shadow: 0 3px 5px #D1D9E1;
    border-top: solid 1px #D1D9E1;
  }
  body.search section#ga-search .ga-mobile-filter #sort_mobile .ga-item {
    padding: 10px 20px;
    width: 100%;
    background: #faf9f9;
    border-bottom: solid 1px #D1D9E1;
  }
  body.search section#ga-search .ga-mobile-filter #sort_mobile .ga-item label {
    font-size: 14px;
    color: #002A42;
  }
  body.search section#ga-search .ga-mobile-filter #sort_mobile .ga-item label .ga-sort-box {
    outline: none;
    display: inline-block;
    margin-right: 15px;
  }
  body.search section#ga-search .ga-mobile-filter #sort_mobile .ga-item label span {
    display: inline-block;
    font-size: 14px;
    color: #55798F;
  }
}
.global-themes {
  opacity: 1;
  visibility: visible;
}
.global-themes.over .wp-block-column {
  opacity: 1;
  visibility: visible;
}
.global-themes .wp-block-column {
  opacity: 0;
  visibility: hidden;
  transition: 1s opacity 0s ease-in, 1s visibility 0s ease-in;
}
.global-themes .wp-block-column:nth-child(2n) {
  transition: 1s opacity 0.5s ease-in, 1s visibility 0.5s ease-in;
}
.global-themes .wp-block-column:nth-child(3n) {
  transition: 1s opacity 1s ease-in, 1s visibility 1s ease-in;
}

.global-reach:hover img {
  filter: grayscale(0) !important;
}
.global-reach img {
  transition: filter 0.5s ease-in-out;
  filter: grayscale(1) !important;
}

.nho h1, .nho h2, .nho h3, .nho h4, .nho h5, .nho h6, .nho p, .nho li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nho--banner {
  padding: 120px 50px 200px;
  background: url(../images/new-hire-banner-2023.jpg) center center/cover no-repeat transparent;
}
.nho--banner--container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.nho--banner--copy {
  flex: 1;
}
.nho--banner--copy h1 {
  margin: 0;
  display: inline-block;
  color: #285c66;
}
.nho--banner--copy h1 small {
  display: block;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #285c66;
}
.nho--banner--logo {
  flex: 1 0 240px;
  width: 240px;
  max-width: 240px;
  justify-content: flex-end;
  margin: 0 0 0 120px;
}
.nho--banner--logo a {
  display: block;
}
.nho--banner--logo img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .insight {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.insight aside {
  background-color: #002A42;
  padding: 0;
}
@media (min-width: 992px) {
  .insight aside {
    padding: 75px 50px;
    flex: 1 0 25%;
    max-width: 25%;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .insight aside {
    flex: 1 0 20%;
    max-width: 20%;
    width: 20%;
  }
}
.insight aside ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.insight aside ul.is-expanded a {
  display: block;
  border-top: 2px solid rgba(255, 255, 255, 0.35);
}
.insight aside li {
  display: block;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  margin: 0;
}
@media (min-width: 992px) {
  .insight aside li {
    padding: 0;
  }
}
.insight aside li:first-child a {
  border-top: none;
}
.insight aside li.insight--anchor-toggle {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  height: 30px;
  width: 30px;
  background: url(../images/chevron-down-white.svg) center center/12px auto no-repeat #162e57;
  z-index: 3;
  border: 1px solid white;
  cursor: pointer;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .insight aside li.insight--anchor-toggle {
    display: none;
  }
}
.insight aside li.active a {
  display: block;
}
.insight aside a {
  color: #ffffff;
  padding: 25px 60px 25px 0;
  display: none;
  font-size: 14px;
}
@media (min-width: 992px) {
  .insight aside a {
    padding: 15px 0;
    font-size: 16px;
    display: block;
    border-top: 2px solid rgba(255, 255, 255, 0.35);
  }
}
.insight aside a strong {
  color: #1ebdbe;
  display: block;
  font-weight: 400;
}
@media (min-width: 992px) {
  .insight--content {
    flex: 1;
  }
}
.insight--content .wp-block-group {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .insight--content .wp-block-group {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.insight--content .wp-block-group .wp-block-group__inner-container {
  padding-left: 0px;
  padding-right: 0px;
}
.insight--content h1, .insight--content h2, .insight--content h3, .insight--content h4, .insight--content h5, .insight--content h6 {
  letter-spacing: -1px;
}
.insight header {
  padding: 45px 15px;
}
@media (min-width: 992px) {
  .insight header {
    padding: 90px 50px 30px;
  }
}
.insight header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.insight header li {
  text-transform: uppercase;
  flex: auto auto;
  margin: 0;
  color: #002A42;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 2px;
  position: relative;
}
@media (min-width: 576px) {
  .insight header li {
    font-size: 18px;
  }
}
.insight header li:before {
  content: "";
  position: absolute;
  left: -17px;
  width: 1px;
  top: 8px;
  height: 8px;
  background-color: #002A42;
}
@media (min-width: 576px) {
  .insight header li:before {
    height: 13px;
  }
}
.insight header li:first-child:before {
  display: none;
}
.insight--title {
  margin: 0;
  font-weight: 700;
  color: #002A42;
  letter-spacing: -1px;
}
.insight--title strong {
  color: #037589;
  font-weight: 700;
}
.insight--author {
  text-transform: uppercase;
  display: block;
  color: #55798F;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 15px 0 0;
}
.insight--attribution {
  color: #55798F;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0 0;
  max-width: 800px;
}

.page.podcasts .eucookielaw-banner,
.single-podcasts .eucookielaw-banner,
.tax-podcasts_seasons .eucookielaw-banner {
  background: #fff !important;
  border: none !important;
  border-top-width: medium;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 3px solid #162e57 !important;
  color: #162e57 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.5) !important;
  height: 100vh !important;
  display: flex !important;
}
.page.podcasts .eucookielaw-banner .well,
.single-podcasts .eucookielaw-banner .well,
.tax-podcasts_seasons .eucookielaw-banner .well {
  align-content: center;
  align-items: center;
  display: block;
  flex-flow: row nowrap !important;
  max-width: calc(100% - 40px) !important;
  background: #fff !important;
  margin: 0 auto !important;
  padding: 30px !important;
  border-radius: 3px !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) !important;
  align-self: center !important;
}
@media (min-width: 992px) {
  .page.podcasts .eucookielaw-banner .well,
  .single-podcasts .eucookielaw-banner .well,
  .tax-podcasts_seasons .eucookielaw-banner .well {
    max-width: 70% !important;
    padding: 60px !important;
    display: flex;
  }
}
.page.podcasts .eucookielaw-banner .well .banner-message,
.single-podcasts .eucookielaw-banner .well .banner-message,
.tax-podcasts_seasons .eucookielaw-banner .well .banner-message {
  padding-left: 20px;
}
.page.podcasts .eucookielaw-banner .well .banner-message span,
.single-podcasts .eucookielaw-banner .well .banner-message span,
.tax-podcasts_seasons .eucookielaw-banner .well .banner-message span {
  margin-left: -20px;
}
@media (min-width: 992px) {
  .page.podcasts .eucookielaw-banner .well .banner-agreement-buttons,
  .single-podcasts .eucookielaw-banner .well .banner-agreement-buttons,
  .tax-podcasts_seasons .eucookielaw-banner .well .banner-agreement-buttons {
    padding-left: 30px;
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
  }
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner, .page.podcasts .eucookielaw-banner .well .eucookielaw-banner.light,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner.light,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner.light {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  background: #002A42 !important;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner .well, .page.podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner .well,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .well,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner.light .well {
  background: #002A42 !important;
  width: 1140px;
  margin: 0 auto;
  text-align: left;
  padding: 0 !important;
  display: table;
  height: 65px;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-message, .page.podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-message,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .well .banner-message,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message {
  width: 76%;
  font-family: "ChronicleDeck-Roman";
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-message span, .page.podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message span,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-message span,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message span,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .well .banner-message span,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-right: 5px;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-message p, .page.podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message p,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-message p,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message p,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .well .banner-message p,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message p {
  width: 90%;
  margin: 0;
  display: inline-block;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-message p a, .page.podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message p a,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-message p a,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message p a,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .well .banner-message p a,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-message p a {
  font-family: "ChronicleDeck-Bold";
  text-decoration: underline;
  color: #ffffff;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-agreement-buttons, .page.podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-agreement-buttons,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-agreement-buttons,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-agreement-buttons,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .well .banner-agreement-buttons,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-agreement-buttons {
  float: right;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-agreement-buttons .agree-button, .page.podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-agreement-buttons .agree-button,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-agreement-buttons .agree-button,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-agreement-buttons .agree-button,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .well .banner-agreement-buttons .agree-button,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-agreement-buttons .agree-button {
  border-radius: 0;
  background: #ffffff;
  font-size: 16px;
  font-family: "Trade Gothic LT Std BdCn20";
  padding: 5px 0;
  text-decoration: none;
  width: 90px;
  color: #002A42;
  float: left;
  margin-top: 17px;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-agreement-buttons .disagree-button, .page.podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-agreement-buttons .disagree-button,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner .well .banner-agreement-buttons .disagree-button,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-agreement-buttons .disagree-button,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .well .banner-agreement-buttons .disagree-button,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner.light .well .banner-agreement-buttons .disagree-button {
  border-radius: 0;
  background: #002A42;
  font-size: 16px;
  font-family: "Trade Gothic LT Std BdCn20";
  padding: 5px 0;
  text-decoration: none;
  width: 90px;
  color: #ffffff;
  float: right;
  border: solid 1px #ffffff;
  margin-top: 17px;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner {
  border: none !important;
  border-top: 3px solid #162e57 !important;
  background: #fff !important;
  color: #162e57 !important;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner .well,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner .well,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .well {
  background: transparent !important;
  color: #162e57 !important;
  border: none !important;
}
@media (min-width: 992px) {
  .page.podcasts .eucookielaw-banner .well .eucookielaw-banner .well,
  .single-podcasts .eucookielaw-banner .well .eucookielaw-banner .well,
  .tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .well {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
  }
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner span,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner span,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner span {
  float: left;
  margin: 0 8px 8px 0;
}
.page.podcasts .eucookielaw-banner .well .eucookielaw-banner a,
.single-podcasts .eucookielaw-banner .well .eucookielaw-banner a,
.tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner a {
  color: #162e57 !important;
}
@media (min-width: 992px) {
  .page.podcasts .eucookielaw-banner .well .eucookielaw-banner .banner-message p,
  .single-podcasts .eucookielaw-banner .well .eucookielaw-banner .banner-message p,
  .tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .banner-message p {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .page.podcasts .eucookielaw-banner .well .eucookielaw-banner .banner-agreement-buttons,
  .single-podcasts .eucookielaw-banner .well .eucookielaw-banner .banner-agreement-buttons,
  .tax-podcasts_seasons .eucookielaw-banner .well .eucookielaw-banner .banner-agreement-buttons {
    flex-basis: 30%;
  }
}

.single-podcasts .podcast--masthead {
  background: #59babd;
  padding: 60px 0 90px;
  position: relative;
}
@media (min-width: 992px) {
  .single-podcasts .podcast--masthead {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 90px 0 120px;
  }
}
.single-podcasts .podcast--masthead--container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .single-podcasts .podcast--masthead--container {
    display: flex;
    align-items: center;
    align-content: center;
    flex-flow: row nowrap;
  }
}
.single-podcasts .podcast--masthead--current {
  position: absolute;
  bottom: 30px;
  right: 50%;
  margin: 0 0 0 -15px;
  fill: #fff;
}
.single-podcasts .podcast--masthead--current svg {
  display: block;
  width: 20px;
  height: auto;
}
.single-podcasts .podcast--masthead--content {
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
  order: 1;
}
@media (min-width: 992px) {
  .single-podcasts .podcast--masthead--content {
    flex: 1 0 50%;
  }
}
.single-podcasts .podcast--masthead--meta {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .single-podcasts .podcast--masthead--meta {
    flex-flow: row nowrap;
  }
}
.single-podcasts .podcast--masthead--meta li {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  flex: 1 0 100%;
}
@media (min-width: 992px) {
  .single-podcasts .podcast--masthead--meta li {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .single-podcasts .podcast--masthead--meta li + li:before {
    content: "|";
    margin: 0 8px;
    font-size: 15px;
    position: relative;
    top: -2px;
  }
}
.single-podcasts .podcast--masthead--title {
  color: #fff;
  margin-top: 0;
  line-height: 1.15;
  font-size: 48px;
  font-family: "Playfair Display", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single-podcasts .podcast--masthead--title small {
  display: block;
  margin: 15px 0 0;
  font-size: 22px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single-podcasts .podcast--masthead--links {
  padding: 0;
  margin: 45px 0 0;
  display: flex;
  list-style-type: none;
}
.single-podcasts .podcast--masthead--links li {
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  align-items: center;
}
.single-podcasts .podcast--masthead--links li a {
  display: block;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  font: 0/0 a;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.single-podcasts .podcast--masthead--links--apple {
  background-image: url(../images/icon-apple.png);
}
.single-podcasts .podcast--masthead--links--spotify {
  background-image: url(../images/icon-spotify.png);
}
.single-podcasts .podcast--masthead--links--google {
  background-image: url(../images/icon-google.png);
}
.single-podcasts .podcast--masthead--links--amazon {
  background-image: url(../images/icon-amazon.png);
}
.single-podcasts .podcast--masthead--images {
  padding: 60px 0 0;
  order: 2;
  flex: 1 0 100%;
  display: flex;
  flex-flow: row nowrap;
}
@media (min-width: 992px) {
  .single-podcasts .podcast--masthead--images {
    flex: 1 0 calc(50% - 90px);
    display: flex;
    flex-flow: row nowrap;
    width: calc(50% - 90px);
    padding: 0 0 0 90px;
  }
}
.single-podcasts .podcast--masthead--images .podcast--masthead--image--wrap {
  max-width: 50%;
  flex: 1;
}
@media (min-width: 576px) {
  .single-podcasts .podcast--masthead--images .podcast--masthead--image--wrap {
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .single-podcasts .podcast--masthead--images .podcast--masthead--image--wrap {
    max-width: 50%;
  }
}
.single-podcasts .podcast--masthead--images .podcast--masthead--image--wrap + .podcast--masthead--image--wrap {
  margin-left: 30px;
}
@media (min-width: 576px) {
  .single-podcasts .podcast--masthead--images .podcast--masthead--image--wrap + .podcast--masthead--image--wrap {
    margin-left: 60px;
  }
}
.single-podcasts .podcast--masthead--images .podcast--masthead--image--image {
  height: 0;
  padding-top: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-podcasts .podcast--masthead--images .podcast--masthead--image--name {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}
.single-podcasts .podcast--masthead--images .podcast--masthead--image--title {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.single-podcasts .podcast--player {
  background: #f1f4f6;
  padding: 120px 0;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
}
.single-podcasts .podcast--player--container {
  max-width: 100%;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.single-podcasts .podcast--player--pagination {
  max-width: 100%;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 30px 20px 0;
  flex-flow: row wrap;
  justify-content: space-between;
}
.single-podcasts .podcast--player--pagination a {
  flex: 1 0 100%;
  font-size: 16px;
  margin: 0 0 30px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .single-podcasts .podcast--player--pagination a {
    flex: 0 auto;
  }
}
.single-podcasts .podcast--player--pagination a:hover {
  color: #172e57;
}
@media (min-width: 992px) {
  .single-podcasts .podcast--player--pagination a.podcast--player--previous {
    align-self: flex-start;
    margin: 0 auto 0 0;
  }
}
@media (min-width: 992px) {
  .single-podcasts .podcast--player--pagination a.podcast--player--next {
    margin-left: 60px;
    text-align: right;
  }
}
.single-podcasts .podcast--player--pagination a + a {
  margin: 0;
}
.single-podcasts .podcast--player--pagination a span {
  display: block;
  font-style: italic;
  font-size: 14px;
}
.single-podcasts .podcast--details {
  padding: 120px 0;
}
.single-podcasts .podcast--details h3 {
  margin-top: 0;
  color: #162e57;
  font-size: 48px;
}
.single-podcasts .podcast--details--container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  align-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.single-podcasts .podcast--details--inner {
  padding: 0 0 90px;
}
.single-podcasts .podcast--details--back {
  display: block;
  margin: 60px 0 0;
}
.single-speakers {
  padding: 0 !important;
}
.single-speakers h1, .single-speakers h2, .single-speakers h3, .single-speakers h4, .single-speakers h5, .single-speakers h6, .single-speakers p, .single-speakers li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.single-speakers .banner {
  display: none !important;
}
.single-speakers--wrap {
  padding: 10px 0 90px 0;
}
@media (min-width: 768px) {
  .single-speakers--wrap {
    padding: 80px 0 90px 0;
  }
}
.single-speakers--image {
  margin: 10px 90px 60px 0;
  padding-top: 120%;
  height: 0;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .single-speakers--image {
    flex-basis: 25%;
    margin: 10px 30px 0 0;
    padding-top: 0;
    height: auto;
    width: auto;
  }
}
@media (min-width: 992px) {
  .single-speakers--image {
    margin: 10px 90px 0 0;
  }
}
.single-speakers--image div {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  inset: 0;
}
@media (min-width: 768px) {
  .single-speakers--image div {
    padding-top: 120%;
    height: 0;
    width: 100%;
  }
}
.single-speakers--name {
  font-weight: 600;
  margin: 0 0 60px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}
.single-speakers--meta {
  margin: 60px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #ccc;
  list-style-type: none;
}
.single-speakers--meta li {
  display: block;
}
@media (min-width: 768px) {
  .single-speakers--content {
    flex-basis: 75%;
  }
}
.single-speakers--container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .single-speakers--container {
    max-width: 1400px;
    flex-flow: row nowrap;
    display: flex;
    justify-content: space-between;
  }
}
.single-speakers--masthead {
  padding: 90px 0px 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (min-width: 576px) {
  .single-speakers--masthead {
    padding: 120px 0px 200px;
  }
}
@media (min-width: 768px) {
  .single-speakers--masthead {
    padding: 60px 0px 300px;
  }
}
.single-speakers--masthead--container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  .single-speakers--masthead--container {
    flex-flow: row nowrap;
    align-content: center;
    align-items: center;
  }
}
.single-speakers--masthead--title {
  order: 2;
}
@media (min-width: 768px) {
  .single-speakers--masthead--title {
    order: 1;
  }
}
.single-speakers--masthead--title h1 {
  color: #002A42;
  margin: 30px 0 0;
  font-family: "Rules", sans-serif, serif;
}
@media (min-width: 768px) {
  .single-speakers--masthead--title h1 {
    margin: 30px 0;
    font-size: 48px;
  }
}
.single-speakers--masthead--title h1 small {
  display: block;
  margin: 10px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #285c66;
  border-top: 1px solid #ffffff;
  color: #285c66;
  color: #ffffff;
}
.single-speakers--masthead--logo {
  order: 1;
}
@media (min-width: 768px) {
  .single-speakers--masthead--logo {
    order: 2;
  }
}
.single-speakers--masthead--logo a {
  display: inline-block;
}
.single-speakers--masthead--logo a img {
  display: block;
  width: 200px;
  height: auto;
}
@keyframes GradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
span.gradient {
  background: linear-gradient(129deg, rgb(0, 169, 220) 0%, rgb(24, 53, 93) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 150% 150%;
  animation: GradientAnimation 10s ease infinite;
}
.is-ie span.gradient {
  background: transparent;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: unset;
  animation: none;
  color: rgb(0, 169, 220);
  padding-bottom: 0px;
}

.page-template-template-landing {
  padding-top: 0 !important;
}
.page-template-template-landing .banner,
.page-template-template-landing .back-to-top {
  display: none !important;
}

.landing-masthead {
  background: linear-gradient(129deg, rgb(0, 169, 220) 0%, rgb(24, 53, 93) 100%);
  background-size: 200% 200%;
  animation: GradientAnimation 8s ease infinite;
  position: relative;
}
@media (min-width: 768px) {
  .landing-masthead {
    height: 100vh;
    min-height: 600px;
    max-height: 1600px;
  }
}

.landing-masthead--image {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 768px) {
  .landing-masthead--image {
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
}
.landing-masthead--image img {
  width: 120px;
  height: auto;
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
}
@media (min-width: 768px) {
  .landing-masthead--image img {
    width: 180px;
    top: 40px;
    right: 45px;
  }
}

.landing-masthead--container {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .landing-masthead--container {
    max-width: 1008px;
  }
}

.landing-masthead--content {
  padding: 90px 30px;
}
@media (min-width: 768px) {
  .landing-masthead--content {
    padding: 0 54px;
  }
}

.landing-masthead--title {
  position: relative;
  padding: 0 0 30px;
  margin: 0 0 24px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 48px;
}
@media (min-width: 768px) {
  .landing-masthead--title {
    font-size: 90px;
    font-weight: 600;
  }
}
.landing-masthead--title:after {
  content: "";
  background: linear-gradient(129deg, rgb(0, 169, 220) 0%, rgb(24, 53, 93) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 6px;
}

.landing-masthead--location-date {
  margin: 0;
}
.landing-masthead--location-date span {
  display: block;
}
.landing-masthead--location-date .landing-masthead--location {
  color: rgb(24, 53, 93);
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .landing-masthead--location-date .landing-masthead--location {
    font-size: 50px;
    font-weight: 600;
  }
}
.landing-masthead--location-date .landing-masthead--date {
  color: rgb(24, 53, 93);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
}
@media (min-width: 768px) {
  .landing-masthead--location-date .landing-masthead--date {
    font-size: 32px;
    font-weight: 600;
  }
}

.landing-agenda {
  padding: 45px 0;
}
@media (min-width: 768px) {
  .landing-agenda {
    padding: 90px 0;
  }
}

.landing-agenda--container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

.landing-agenda--title {
  text-transform: uppercase;
  font-weight: 900;
}

.landing-agenda--items {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .landing-agenda--items {
    margin: 60px 0 0;
  }
}

.landing-agenda--item {
  padding: 20px;
  background-color: #eef4f6;
  margin: 0;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .landing-agenda--item {
    padding: 30px;
  }
}
.landing-agenda--item.has-description + .has-description {
  border-radius: 0;
  padding-top: 0px;
}
.landing-agenda--item h4 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0;
  color: #162e57;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .landing-agenda--item h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .landing-agenda--item h4 {
    font-size: 22px;
  }
}
.landing-agenda--item h4 .landing-agenda-item--title {
  flex: 1;
  order: 1;
  padding-right: 30px;
}
@media (min-width: 576px) {
  .landing-agenda--item h4 .landing-agenda-item--title {
    padding-right: 45px;
  }
}
.landing-agenda--item h4 .landing-agenda-item--time {
  order: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: right;
}
.landing-agenda--item .landing-agenda-item--description {
  margin: 10px 0 0;
}
.landing-agenda--item .landing-agenda-item--description p {
  display: block;
  color: #162e57;
  font-size: 16px;
}
.landing-agenda--item .landing-agenda-item--description > *:last-child {
  margin-bottom: 0;
}
.landing-agenda--item.has-no-description {
  background-color: #02a8db;
  margin: 15px 0;
  border-radius: 4px;
}
.landing-agenda--item.has-no-description + .has-description {
  border-radius: 4px 4px 0 0;
}
.landing-agenda--item.has-no-description h4 {
  color: #fff;
}

.landing-speakers {
  position: relative;
  padding: 24px 0 90px;
}
.landing-speakers:after {
  content: "";
  background: linear-gradient(129deg, rgb(0, 169, 220) 0%, rgb(24, 53, 93) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
}

.landing-speakers--wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.landing-speakers-modal {
  transition: opacity 0.4s ease-in-out 0.4s, transform 0s ease-in-out 0.8s;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  height: 100vh;
  z-index: 9999;
  transform: translateX(100%);
  padding: 0;
  width: 100%;
  background: rgba(22, 46, 87, 0.8);
  opacity: 0;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .landing-speakers-modal {
    padding: 0 0 0 5%;
    overflow-y: hidden;
  }
}
@media (min-width: 992px) {
  .landing-speakers-modal {
    padding: 0 0 0 10%;
  }
}
.landing-speakers-modal.is-open {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 0.2s ease-in-out;
}
.landing-speakers-modal.is-open .landing-speakers-modal-wrap {
  transform: translateX(0%);
  transition: transform 0.4s ease-in-out;
}

.landing-speakers-modal-wrap {
  padding: 0;
  transition: transform 0.4s ease-in-out;
  transform: translateX(100%);
  position: relative;
}
@media (min-width: 768px) {
  .landing-speakers-modal-wrap {
    height: 90%;
    margin-top: 5%;
    overflow-y: scroll;
  }
}

.landing-speakers-modal--container {
  padding: 30px 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .landing-speakers-modal--container {
    flex: 1 0 65%;
    padding: 60px 45px;
    min-height: 520px;
  }
}
@media (min-width: 992px) {
  .landing-speakers-modal--container {
    padding: 120px 90px;
  }
}

.landing-speakers-modal-inner {
  background-color: #fff;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .landing-speakers-modal-inner {
    height: auto;
    margin-top: -12px;
    display: flex;
    flex-flow: row nowrap;
  }
}
.landing-speakers-modal-inner:after {
  content: "";
  background: linear-gradient(129deg, rgb(0, 169, 220) 0%, rgb(24, 53, 93) 100%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 24px;
}

.landing-speakers-modal-close {
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 28px;
  line-height: 1;
  color: rgb(0, 169, 220);
  text-decoration: none;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  background: rgba(255, 255, 255, 0.65);
}
@media (min-width: 768px) {
  .landing-speakers-modal-close {
    background: rgba(255, 255, 255, 0);
    top: 30px;
  }
}
@media (min-width: 992px) {
  .landing-speakers-modal-close {
    top: 40px;
    right: 35px;
  }
}
.landing-speakers-modal-close:hover, .landing-speakers-modal-close:active, .landing-speakers-modal-close:focus {
  text-decoration: none;
  color: #162e57;
}

.landing-speakers-modal--image {
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  box-shadow: 0 0 0 100vmax #162e57;
}
@media (min-width: 768px) {
  .landing-speakers-modal--image {
    flex: 1 0 35%;
    height: 520px;
    max-height: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    max-width: 9999px;
  }
}
.landing-speakers-modal--image div {
  height: 0;
  padding-top: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .landing-speakers-modal--image div {
    height: 100%;
    padding-top: 0;
  }
}

.landing-speakers-modal--title h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #162e57;
  margin: 0 0 30px;
}
.landing-speakers-modal--title h3 small {
  display: block;
  margin: 10px 0 0;
  color: #162e57;
  font-size: 16px;
  font-weight: 400;
}

.landing-speakers-modal--content {
  font-size: 16px;
  color: #162e57;
}

.landing-speakers {
  background-color: #eef4f6;
}

@media (min-width: 576px) {
  .landing-speakers--grid {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .landing-speakers--grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }
}
@media (min-width: 992px) {
  .landing-speakers--grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.landing-speakers-item {
  margin: 0 0 60px;
}
@media (min-width: 576px) {
  .landing-speakers-item {
    margin: 0;
  }
}
.landing-speakers-item a {
  display: block;
  position: relative;
  z-index: 3;
  text-decoration: none;
  height: 100%;
}
.landing-speakers--title {
  margin: 90px auto 60px;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.landing-speakers-item--image {
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 100%;
}

.landing-speakers-item--content {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.landing-speakers-item--content h3 {
  color: #162e57;
  font-size: 24px;
  margin: 0;
  padding: 27px 0 0;
  font-weight: 800;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
}
@media (min-width: 576px) {
  .landing-speakers-item--content h3 {
    font-size: 20px;
    padding: 37px 30px 0;
  }
}
.landing-speakers-item--content h3 small {
  display: block;
  margin: 8px 0 0;
  font-weight: 400;
  color: #162e57;
  font-size: 14px;
  line-height: 1.35;
}
