@charset "UTF-8";
/* -----------------------------------------------------------------------------
 *
 * Interaction Consortium Frontend Framework
 * http://www.interaction.net.au
 *
 * MAIN STYLESHEET
 *
 * -----------------------------------------------------------------------------
 */
/*!
 * Font Awesome Free 5.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

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

.fa-accusoft:before {
  content: "";
}

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

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

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

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

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

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

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

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

.fa-ban:before {
  content: "";
}

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

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

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

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

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

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

.fa-bookmark:before {
  content: "";
}

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

.fa-box:before {
  content: "";
}

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

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

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

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

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

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

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

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

.fa-camera:before {
  content: "";
}

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

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

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

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

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

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

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

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

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

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

.fa-check:before {
  content: "";
}

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

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

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

.fa-chess:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

.fa-clipboard:before {
  content: "";
}

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

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

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

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

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

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

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

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

.fa-comments:before {
  content: "";
}

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

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

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

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

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

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-crop:before {
  content: "";
}

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

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

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

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

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

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

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

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

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

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

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

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

.fa-digg:before {
  content: "";
}

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

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

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

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

.fa-dolly:before {
  content: "";
}

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

.fa-donate:before {
  content: "";
}

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

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

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

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

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

.fa-dribbble:before {
  content: "";
}

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

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

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

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

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

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

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

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

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

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

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

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

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

.fa-female:before {
  content: "";
}

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

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-fill:before {
  content: "";
}

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

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

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

.fa-firefox:before {
  content: "";
}

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

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

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

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

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

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

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

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

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

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

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

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

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

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

.fa-fulcrum:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

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

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

.fa-gamepad:before {
  content: "";
}

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

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

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

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

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

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

.fa-globe:before {
  content: "";
}

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

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

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

.fa-gofore:before {
  content: "";
}

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

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

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

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

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

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

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

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

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

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

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

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

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

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

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

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

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

.fa-hands:before {
  content: "";
}

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

.fa-handshake:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

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

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.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-face {
  font-family: "FontAwesome Brands";
  font-style: normal;
  font-weight: normal;
  src: url("/static/fonts/fa-brands-400.e8019d507e8c.eot");
  src: url("/static/fonts/fa-brands-400.e8019d507e8c.eot?#iefix") format("embedded-opentype"), url("/static/fonts/fa-brands-400.6814d0e8136d.woff2") format("woff2"), url("/static/fonts/fa-brands-400.da408238128b.woff") format("woff"), url("/static/fonts/fa-brands-400.fdf44bc43e8f.ttf") format("truetype"), url("/static/fonts/fa-brands-400.83e6c29fb363.svg#fontawesome") format("svg");
}
.fab {
  font-family: "FontAwesome Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/fa-regular-400.e6c93cb47e71.eot");
  src: url("/static/fonts/fa-regular-400.e6c93cb47e71.eot?#iefix") format("embedded-opentype"), url("/static/fonts/fa-regular-400.8d9ab84bfe87.woff2") format("woff2"), url("/static/fonts/fa-regular-400.dad90637f797.woff") format("woff"), url("/static/fonts/fa-regular-400.8d220c793e26.ttf") format("truetype"), url("/static/fonts/fa-regular-400.ba2a91dc95e6.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("/static/fonts/fa-solid-900.ea363ed42272.eot");
  src: url("/static/fonts/fa-solid-900.ea363ed42272.eot?#iefix") format("embedded-opentype"), url("/static/fonts/fa-solid-900.b75b4bfe0d58.woff2") format("woff2"), url("/static/fonts/fa-solid-900.2d0415fa29ea.woff") format("woff"), url("/static/fonts/fa-solid-900.132e9759d93e.ttf") format("truetype"), url("/static/fonts/fa-solid-900.de1d242d8acb.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*
 * -----------------------------------------------------------------------------
 * # Start CSS RESET
 * -----------------------------------------------------------------------------
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

html {
  line-height: 1.25;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "canada-type-gibson", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #FFFFFF;
  max-width: 800px;
  margin: auto;
  padding: 2rem;
  padding-bottom: 4rem;
}

* html body {
  width: 800px;
  margin-left: 0;
}

article,
aside,
footer,
header,
nav,
menu,
main,
section {
  display: block;
}

a {
  color: #0A548B;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
a:visited {
  color: #192A41;
}
a:hover {
  opacity: 0.8;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
a:active {
  color: #07375b;
}

a.wrap-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-family: "canada-type-gibson", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #0A548B;
}

h1 {
  font-size: 2.75em;
}

h2 {
  font-size: 2.125em;
}

h3 {
  font-size: 1.625em;
}

h4 {
  font-size: 1.25em;
}

h5, h6 {
  font-size: 1em;
  margin-bottom: 0.5rem;
}

nav h1, nav h2, nav h3, nav h4, nav h5, nav h6 {
  margin-bottom: 0;
}

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1em;
}

blockquote {
  font-family: roboto-slab, Georgia, "Times New Roman", serif;
  font-size: 120%;
  margin: 4rem 0;
  padding-left: calc(2rem + 1vw);
  padding-right: calc(2rem + 1vw);
  border-left: 0.5rem solid rgba(0, 0, 0, 0.2);
}
blockquote footer {
  display: block;
  margin-top: 1rem;
  font-family: "canada-type-gibson", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 87.5%;
  font-style: italic;
  text-align: right;
}
blockquote footer p:first-child::before {
  content: "—";
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 600px) {
  blockquote {
    padding-right: 1rem;
  }
}

ul, ol, dl {
  margin: 0;
  margin-bottom: 2rem;
  padding: 0.5rem 2rem;
}

@media screen and (max-width: 600px) {
  ul, ol {
    padding-right: 0;
  }

  dl {
    padding: 0;
  }
}
ul ul, ul ol,
ol ol, ol ul {
  margin-bottom: 1rem;
}

li dl {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-roman;
}
ol ol ol {
  list-style-type: lower-latin;
}
ol ol ol ol {
  list-style-type: lower-greek;
}

li, dd {
  line-height: 1.375;
  margin: 0;
  padding: 0.5rem 0;
}

dt {
  font-weight: bold;
  margin-bottom: 0;
}

dd {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

nav ul, nav ol {
  padding-right: 0;
}
nav li {
  padding: 0;
}
nav li ul, nav li ol {
  margin: 0;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}

p > img {
  margin-top: 1rem;
}

figure {
  display: block;
  margin: 0;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
figure img {
  margin: 0;
  padding: 0;
}

figcaption {
  display: block;
  padding: 1rem 0;
  font-size: 87.5%;
  max-width: 800px;
  max-width: 80rem;
}

hr {
  box-sizing: border-box;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  height: 2px;
  margin: 4rem 0;
  overflow: visible;
}

table {
  border-collapse: collapse;
  margin-bottom: 4rem;
}

th, td {
  padding: 1.5rem;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.47);
}

th {
  background-color: rgba(0, 0, 0, 0.065);
}

caption {
  padding: 2rem 0;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  caption {
    text-align: left;
  }
}

details {
  display: block;
}

details[open] {
  padding-bottom: 2rem;
}

summary {
  display: list-item;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-weight: bold;
  color: #0A548B;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

pre,
code,
kbd,
samp {
  font-family: ubuntu-mono, Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  margin-bottom: 2rem;
  overflow: auto;
}

code {
  margin: 0;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.065);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  overflow: auto;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
  cursor: help;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: rgba(0, 0, 0, 0.9);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address {
  margin: 2rem 0;
  font-style: normal;
  line-height: inherit;
}

form {
  margin: 2rem 0;
  max-width: 600px;
  max-width: 60rem;
}

form p {
  margin-bottom: 1rem;
}

form ul,
form ol {
  padding: 1rem 2rem;
}

form li {
  padding: 0;
}

fieldset {
  margin: 2rem 0;
  padding: 2rem;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

legend {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.9);
  display: table;
  max-width: 100%;
  white-space: normal;
  display: block;
  padding: 0 1rem;
  margin-left: -1rem;
  font-weight: bold;
}

label {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.25;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "canada-type-gibson", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.25;
  margin: 0;
}

button,
input {
  overflow: visible;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=date],
input[type=month],
input[type=week],
input[type=datetime],
input[type=datetime-local],
input[type=range],
input[type=color],
textarea,
select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: calc(1.5rem - 1px);
  padding-bottom: calc(1.5rem + 1px);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border: 0.2rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  font-size: 1.8rem;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.9);
  background-color: #FFFFFF;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=range]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border-color: rgba(0, 0, 0, 0.9);
  background-color: #FFFFFF !important;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
}

select,
input[type=date],
input[type=month],
input[type=week],
input[type=datetime-local],
input[type=color],
input[type=range] {
  height: calc(0.2rem + 1.5rem + 1.8rem * 1.25 + 1.5rem + 0.2rem);
}

input[type=color] {
  padding: 0 2px;
}

input[type=range] {
  border: none;
  background-color: transparent;
}

textarea {
  height: auto;
  overflow: auto;
}

select {
  text-transform: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin: 0.5rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}

::-moz-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}

:-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}

:-moz-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
.btn {
  display: inline-block;
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  margin-bottom: 1rem;
  padding-top: calc(1.5rem - 1px);
  padding-bottom: calc(1.5rem + 1px);
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-style: solid;
  border-width: 0.2rem;
  border-radius: 0.5rem;
  border-color: transparent;
  background-color: #0A548B;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}
button:not(last-child),
input[type=submit]:not(last-child),
input[type=button]:not(last-child),
input[type=reset]:not(last-child),
.btn:not(last-child) {
  margin-right: 1rem;
}
button:visited,
input[type=submit]:visited,
input[type=button]:visited,
input[type=reset]:visited,
.btn:visited {
  color: #FFFFFF;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
.btn:hover {
  opacity: 0.75;
}
button:active,
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active,
.btn:active {
  color: #FFFFFF;
}

[disabled] {
  opacity: 0.5 !important;
  cursor: default !important;
}

input[type=submit][disabled],
input[type=button][disabled],
input[type=reset][disabled],
button[disabled] {
  opacity: 0.35 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.errorlist {
  color: #cd2c2c;
}

video,
audio,
canvas,
iframe {
  display: block;
  width: 100%;
  margin: 2rem 0;
}

meter,
progress {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

iframe {
  border: 1px solid rgba(0, 0, 0, 0.47);
  clear: both;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*
 * -----------------------------------------------------------------------------
 * # End CSS RESET
 * -----------------------------------------------------------------------------
 */
/* Clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* Screen Readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
  opacity: 1;
}

.sr-unmarked-list li::before {
  content: "​";
  position: absolute;
}

.sr-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.sr-skip-link:focus, .sr-skip-link:active {
  z-index: 999;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  height: auto;
  width: auto;
  margin: 1rem 0;
  padding-top: calc(1.5rem - 1px);
  padding-bottom: calc(1.5rem + 1px);
  padding-left: 3rem;
  padding-right: 3rem;
  overflow: visible;
  clip: auto;
  clip-path: none;
  border-radius: 0.5rem;
  background-color: #0A548B;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  transition: none !important;
}

.accessibility-nav {
  position: relative;
  z-index: 9999;
  text-align: center;
  height: 0;
}

.accessibility-nav--absolute {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 2rem;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* Responsive Embeds */
.responsive-object,
.responsive-embed {
  position: relative;
  display: block;
  width: 100%;
  margin: 2rem 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.responsive-object::before,
.responsive-embed::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.responsive-object .responsive-embed__item,
.responsive-object iframe,
.responsive-object embed,
.responsive-object object,
.responsive-object video,
.responsive-embed .responsive-embed__item,
.responsive-embed iframe,
.responsive-embed embed,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

.responsive-object {
  padding-bottom: 0 !important;
}

.responsive-embed--21by9::before {
  padding-top: 42.8571428571%;
}

.responsive-embed--16by9::before {
  padding-top: 56.25%;
}

.responsive-embed--4by3::before {
  padding-top: 75%;
}

.responsive-embed--2by1::before {
  padding-top: 50%;
}

.responsive-embed--1by1::before {
  padding-top: 100%;
}

/* CSS Shapes */
.css-shape {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1em;
  position: relative;
}

.css-shape--x,
.css-shape--plus {
  width: 0.15em;
  height: 1.5em;
  background-color: #000000;
}
.css-shape--x::after,
.css-shape--plus::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 0.15em;
  background-color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  -o-moz-transform: translate(-0.675em, 0.675em);
  -moz-transform: translate(-0.675em, 0.675em);
  -webkit-transform: translate(-0.675em, 0.675em);
  transform: translate(-0.675em, 0.675em);
}

.css-shape--x {
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.css-shape--search {
  width: 1.5em;
  height: 1.5em;
}
.css-shape--search::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  border: 0.25em solid #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.css-shape--search::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.25em;
  border-radius: 0.125em;
  background-color: #000000;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  position: absolute;
  right: 0.125em;
  bottom: 0;
}

/*
 * -----------------------------------------------------------------------------
 * # GRID SYSTEM
 * -----------------------------------------------------------------------------
 */
/**
 *
 * Bootstrap Grid v4.0.0 (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)
 *
 */
.container {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 400px) {
  .container {
    width: 83.3333333333%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 980px) {
  .container {
    width: 93.75%;
    max-width: 128rem;
  }
}

.container-fluid {
  width: 100%;
  max-width: none;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.no-gutters,
.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > .col,
.row.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 {
  width: 100%;
  min-height: 1px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 400px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 650px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 980px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
img.lazyload, img.lazyloading {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.lazyload-container {
  position: relative;
  margin-bottom: 1rem;
}
.lazyload-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* Modal Dialog Windows */
.has-dialog {
  height: 100vh;
  overflow: hidden;
}

.dialog-hidden {
  display: none;
}

.dialog-backdrop {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.dialog-backdrop.active {
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}

.dialog-modal {
  height: 100vh;
  position: relative;
}

.dialog-inner {
  width: auto;
  min-height: 100%;
  margin: auto;
  padding: 8rem 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media (min-width: 450px) {
  .dialog-inner {
    padding: calc(2rem + 2vw);
  }
}
@media (min-width: 650px) {
  .dialog-inner {
    max-width: 900px;
    padding: 4rem;
  }
}
.dialog-inner iframe {
  margin: 0;
}

.dialog-content {
  padding: calc(1rem + 1vw);
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.dialog-close {
  position: fixed;
  z-index: 2;
  right: 2.5rem;
  top: 2.5rem;
  width: 2.5em;
  height: 2.5em;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.8;
  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.dialog-close:hover {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.dialog-close::before, .dialog-close::after {
  display: block;
  content: " ";
  width: 0.1em;
  height: 1.75em;
  background: #FFFFFF;
  position: absolute;
  top: 14.5%;
  left: 48%;
}
.dialog-close::before {
  transform: rotate(45deg);
}
.dialog-close::after {
  transform: rotate(-45deg);
}

.dialog-close-overlay {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-indent: 10000px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: default;
}
.dialog-close-overlay:hover {
  opacity: 1;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ffffff;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #222;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 4px solid #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Custom Styling of Arrow Buttons */
.fancybox-navigation .fancybox-button svg {
  display: none !important;
}

.fancybox-navigation .fancybox-button--arrow_right,
.fancybox-navigation .fancybox-button--arrow_left {
  padding: 28px 13px;
}

.fancybox-navigation .fancybox-button::before {
  content: "";
  display: block;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}

.fancybox-navigation .fancybox-button:hover::before {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.fancybox-navigation .fancybox-button--arrow_left::before {
  border-width: 1rem 1rem 1rem 0;
  border-color: transparent #FFFFFF transparent transparent;
}

.fancybox-navigation .fancybox-button--arrow_right::before {
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #FFFFFF;
}

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

.slick-arrow {
  margin: 0;
  padding: 0;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  background-color: #FFFFFF;
  color: var(--color-primary);
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in-out;
}
.slick-arrow .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow.slick-prev {
  left: -1rem;
}
.slick-arrow.slick-next {
  right: -1rem;
}

.slick-dots {
  width: 100%;
  margin: 0;
  padding: 1rem;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
  padding: 0;
}

.slick-dots button {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -5000px;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.35;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.slick-dots button:hover {
  opacity: 1;
}

.slick-dots .slick-active button {
  opacity: 1;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Simple JS Slide Toggle */
.js-slide-toggle {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-left: 1.25em;
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  border: inherit;
  background: transparent;
  box-shadow: none;
}
.js-slide-toggle:visited, .js-slide-toggle:active {
  color: inherit;
}
.js-slide-toggle::after {
  content: "";
  display: block;
  border-width: 0.35em 0.35em 0 0.35em;
  border-style: solid;
  border-color: #72CAEC transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.js-slide-toggle.is-open::after {
  transform: rotate(180deg) translateY(50%);
}

.js-slide-toggle-pane {
  padding-bottom: 2rem;
}
.js-slide-toggle-pane hr {
  display: none;
}

/* Root Elements */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 1800px) and (min-height: 1080px) {
  html {
    font-size: 75%;
  }
}

body {
  max-width: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

*:focus {
  outline-style: dotted !important;
  outline-color: #7d7d7d !important;
  outline-width: 2px !important;
  outline-offset: 3px !important;
  opacity: 1 !important;
}

/* Typography */
b,
strong,
h1, h2, h3, h4, h5, h6,
label, legend,
button, input[type=submit], input[type=button], input[type=reset], .btn,
caption, th {
  font-weight: 600;
}

h1, .h1 {
  font-size: 4.4rem;
}
@media screen and (max-width: 649px) {
  h1, .h1 {
    font-size: 3.4rem;
  }
}

h2, .h2 {
  font-size: 3.4rem;
}
@media screen and (max-width: 649px) {
  h2, .h2 {
    font-size: 2.7rem;
  }
}

h3, .h3 {
  font-size: 2.7rem;
}
@media screen and (max-width: 649px) {
  h3, .h3 {
    font-size: 2.2rem;
  }
}

h4, .h4 {
  font-size: 2.2rem;
}

h5, .h5 {
  font-size: 1.8rem;
}

h6, .h6 {
  font-size: 1.8rem;
}

hr {
  display: none;
}

.divider {
  display: block;
  margin: 0;
}

/* Forms */
legend,
label,
.legend,
.label {
  font-size: 1.5rem;
}
legend a,
legend a:visited,
label a,
label a:visited,
.legend a,
.legend a:visited,
.label a,
.label a:visited {
  color: inherit;
}

.form-section-row {
  margin-left: -2rem;
  margin-right: -2rem;
}
.form-section-row::after {
  display: block;
  clear: both;
  content: "";
}

.form-section {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 980px) {
  .form-section--quarter,
.form-section--third,
.form-section--half,
.form-section--two-thirds {
    float: left;
  }

  .form-section--quarter {
    width: 25%;
  }

  .form-section--third {
    width: 33.3333333333%;
  }

  .form-section--half {
    width: 50%;
  }

  .form-section--two-thirds {
    width: 66.6666666667%;
  }
}
.form-row {
  margin-left: -2rem;
  margin-right: -2rem;
}
.form-row::after {
  display: block;
  clear: both;
  content: "";
}

.form-block {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
}
.form-block ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.form-block ul label {
  font-weight: normal;
  font-size: 1.8rem;
}

.form-actions {
  padding-top: 2rem;
}

@media screen and (min-width: 980px) {
  .form-block--quarter,
.form-block--third,
.form-block--half,
.form-block--two-thirds {
    float: left;
  }

  .form-block--quarter {
    width: 25%;
  }

  .form-block--third {
    width: 33.3333333333%;
  }

  .form-block--half {
    width: 50%;
  }

  .form-block--two-thirds {
    width: 66.6666666667%;
  }
}
label.single-checkbox {
  max-width: 45rem;
  padding-left: 4rem;
  position: relative;
}
label.single-checkbox input {
  position: absolute;
  left: 0;
  top: -0.35rem;
}
label.single-checkbox.single-checkbox__full-width {
  max-width: 100%;
}

fieldset.radio-block,
fieldset.checkbox-block {
  margin: 0;
  padding: 0;
  border: none;
}
fieldset.radio-block legend,
fieldset.checkbox-block legend {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.25;
  text-transform: none;
}

fieldset.radio-block--inline legend {
  font-size: 1.8rem;
  font-weight: normal;
}
fieldset.radio-block--inline ul, fieldset.radio-block--inline li {
  display: inline-block;
  vertical-align: baseline;
  padding-right: 1rem;
}

fieldset.radio-block--divider {
  border-bottom: 2px solid rgba(0, 0, 0, 0.065);
  margin-bottom: 1.5rem;
}

.help-text {
  display: block;
  max-width: 60rem;
  padding-left: 2.5rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.375;
  color: rgba(0, 0, 0, 0.6);
}
.help-text::before {
  display: block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.error-title {
  text-align: center;
  color: #cd2c2c;
}

.errorlist {
  font-size: 1.5rem;
  font-weight: 600;
  color: #cd2c2c;
  position: relative;
  left: 1.75em;
}
.errorlist::before {
  display: block;
  position: absolute;
  left: -1.75em;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 1em;
  font-weight: bold;
}
@media screen and (max-width: 413px) {
  .errorlist::before {
    display: none;
  }
}

/* Custom Checkboxes and Radio Buttons */
.custom-input {
  position: relative;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 4rem;
  padding-right: 1rem;
  font-size: 1.8rem;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.25;
}
.custom-input:hover {
  cursor: pointer;
}

.custom-input input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-input__indicator {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-width: 0.2rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Hover and focus states */
.custom-input:hover input ~ .custom-input__indicator,
.custom-input input:focus ~ .custom-input__indicator {
  background-color: rgba(0, 0, 0, 0.47);
}

.custom-input input:focus ~ .custom-input__indicator {
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}

/* Checked state */
.custom-input input:checked ~ .custom-input__indicator {
  background-color: #0A548B;
  border-color: #0A548B;
}

/* Disabled state */
.custom-input input:disabled:hover {
  cursor: default;
}

.custom-input input:disabled ~ .custom-input__indicator {
  pointer-events: none;
  opacity: 0.5;
}

/* Check mark */
.custom-input__indicator:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.custom-input input:checked ~ .custom-input__indicator:after {
  display: block;
}

/* Checkbox tick */
.custom-input--checkbox .custom-input__indicator:after {
  top: 0.1rem;
  left: 0.6rem;
  width: 0.8rem;
  height: 1.35rem;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #FFFFFF;
  border-width: 0 0.3rem 0.3rem 0;
}

/* Round Radio button */
.custom-input--radio .custom-input__indicator {
  border-radius: 50%;
}

/* Radio button inner circle */
.custom-input--radio .custom-input__indicator:after {
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #FFFFFF;
}

/* Disabled Checked background and border colour */
.custom-input input:disabled ~ .custom-input__indicator {
  background-color: rgba(0, 0, 0, 0.47);
  border-color: transparent;
}

/* Disabled Checked tick */
.custom-input--checkbox input:disabled ~ .custom-input__indicator:after {
  border-color: rgba(0, 0, 0, 0.6);
}

/* Disabled Checked inner circle */
.custom-input--radio input:disabled ~ .custom-input__indicator:after {
  background: rgba(0, 0, 0, 0.6);
}

/* Custom Select */
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}

.custom-select select {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  margin: 0;
  padding: 1.5rem;
  padding-right: 4rem;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.25;
  border: 0.2rem solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
  background-color: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.custom-select select:focus {
  border: 0.2rem solid rgba(0, 0, 0, 0.9);
}

.custom-select select::-ms-expand {
  display: none;
}

.custom-select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.custom-select__indicator {
  position: absolute;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}
.custom-select__indicator::before, .custom-select__indicator::after {
  content: "";
  display: block;
  border-style: solid;
  position: absolute;
  right: 0;
}
.custom-select__indicator::before {
  border-width: 0 0.6rem 0.8rem 0.6rem;
  border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
  top: 0;
}
.custom-select__indicator::after {
  border-width: 0.8rem 0.6rem 0 0.6rem;
  border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
  bottom: 0;
}

.custom-select select:disabled ~ .custom-select__indicator {
  opacity: 0.5;
}

.mb0 {
  margin-bottom: 0 !important;
}

.hr-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 1.3em 0;
  background-color: rgba(0, 0, 0, 0.2);
}

/* Buttons */
button i,
.btn i {
  font-size: 1.2em;
  margin: 0 1rem;
}

@media screen and (min-width: 400px) {
  .btn--large,
input.btn--large {
    font-size: 2.7rem;
    padding: 4rem 2rem;
  }
}

.btn--small,
input.btn--small {
  font-size: 1.3rem;
  padding: 1rem 2rem;
}

.btn--block,
input.btn--block {
  display: block;
  width: 100%;
  margin-right: 0;
}

.btn--neg,
input.btn--neg {
  color: #0A548B;
  background-color: #FFFFFF;
}
.btn--neg:visited, .btn--neg:active,
input.btn--neg:visited,
input.btn--neg:active {
  color: #0A548B;
}

.btn--secondary,
input.btn--secondary {
  background-color: #72CAEC;
  color: #0A548B;
}
.btn--secondary:visited, .btn--secondary:active,
input.btn--secondary:visited,
input.btn--secondary:active {
  color: #0A548B;
}

.btn--subtle,
input.btn--subtle {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.065);
}
.btn--subtle:visited, .btn--subtle:active,
input.btn--subtle:visited,
input.btn--subtle:active {
  color: rgba(0, 0, 0, 0.6);
}

.btn--subtle.btn--neg,
input.btn--subtle.btn--neg {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
}
.btn--subtle.btn--neg:visited, .btn--subtle.btn--neg:active,
input.btn--subtle.btn--neg:visited,
input.btn--subtle.btn--neg:active {
  color: rgba(255, 255, 255, 0.8);
}

.btn--ghost,
input.btn--ghost {
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
}
.btn--ghost:visited, .btn--ghost:active,
input.btn--ghost:visited,
input.btn--ghost:active {
  color: rgba(0, 0, 0, 0.8);
}

.btn--ghost.btn--neg,
input.btn--ghost.btn--neg {
  color: rgba(255, 255, 255, 0.8);
}
.btn--ghost.btn--neg:visited, .btn--ghost.btn--neg:active,
input.btn--ghost.btn--neg:visited,
input.btn--ghost.btn--neg:active {
  color: rgba(255, 255, 255, 0.8);
}

.btn--link {
  padding: 0;
  font-weight: normal;
  color: #0A548B;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  text-transform: none;
}

.btn-icon {
  padding-left: calc(2rem + 1.5em);
  padding-right: calc(2rem + 0.5em);
  text-align: left;
  position: relative;
}
.btn-icon::before {
  content: "";
  display: block;
}
.btn-icon::before,
.btn-icon i {
  margin: 0;
  vertical-align: middle;
  font-size: 1.25em;
  line-height: 1;
  text-align: center;
  width: 1.25em;
  height: 1em;
  margin: 0;
  position: absolute;
  left: 1rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-icon--right {
  padding-left: calc(2rem + 0.5em);
  padding-right: calc(2rem + 1.5em);
}
.btn-icon--right::before,
.btn-icon--right i {
  left: auto;
  right: 1rem;
}

/* Tables */
th, td {
  padding: 1.5rem;
  border: none;
  vertical-align: top;
}
@media screen and (min-width: 1200px) {
  th, td {
    padding-right: 4rem;
  }
}

th,
td,
tbody th {
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.dark-theme th,
.dark-theme td,
.dark-theme tbody th {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.6);
}

td {
  font-size: 1.5rem;
  text-align: left;
}

thead tr {
  border-top: 2px solid rgba(0, 0, 0, 0.9);
  border-bottom: 2px solid rgba(0, 0, 0, 0.9);
}

caption {
  padding: 2rem;
  text-align: center;
  text-transform: uppercase;
}
.dark-theme caption {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.8);
}

/* Responsive Tables */
.responsive-table-scroll {
  display: block;
  width: 100%;
  overflow-x: scroll;
}

@media screen and (max-width: 649px) {
  .responsive-table-stack-mobile caption {
    border-bottom: none;
  }
  .responsive-table-stack-mobile thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
  .responsive-table-stack-mobile tr {
    display: block;
    margin-bottom: 2rem;
    border-top: 2px solid rgba(0, 0, 0, 0.9);
  }
  .responsive-table-stack-mobile td,
.responsive-table-stack-mobile tbody th,
.responsive-table-stack-mobile tfoot th {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .responsive-table-stack-mobile td:before,
.responsive-table-stack-mobile tbody th:before,
.responsive-table-stack-mobile tfoot th:before {
    display: block;
    margin-bottom: 0.5rem;
    content: attr(data-label);
    font-size: 1.3rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9);
  }
  .responsive-table-stack-mobile td:last-child,
.responsive-table-stack-mobile tbody th:last-child,
.responsive-table-stack-mobile tfoot th:last-child {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 649px) and (min-width: 650px) {
  .responsive-table-stack-mobile td,
.responsive-table-stack-mobile tbody th,
.responsive-table-stack-mobile tfoot th {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .responsive-table-stack-mobile td:before,
.responsive-table-stack-mobile tbody th:before,
.responsive-table-stack-mobile tfoot th:before {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 979px) {
  .responsive-table-stack-tablet-portrait caption {
    border-bottom: none;
  }
  .responsive-table-stack-tablet-portrait thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
  .responsive-table-stack-tablet-portrait tr {
    display: block;
    margin-bottom: 2rem;
    border-top: 2px solid rgba(0, 0, 0, 0.9);
  }
  .responsive-table-stack-tablet-portrait td,
.responsive-table-stack-tablet-portrait tbody th,
.responsive-table-stack-tablet-portrait tfoot th {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .responsive-table-stack-tablet-portrait td:before,
.responsive-table-stack-tablet-portrait tbody th:before,
.responsive-table-stack-tablet-portrait tfoot th:before {
    display: block;
    margin-bottom: 0.5rem;
    content: attr(data-label);
    font-size: 1.3rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9);
  }
  .responsive-table-stack-tablet-portrait td:last-child,
.responsive-table-stack-tablet-portrait tbody th:last-child,
.responsive-table-stack-tablet-portrait tfoot th:last-child {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 979px) and (min-width: 650px) {
  .responsive-table-stack-tablet-portrait td,
.responsive-table-stack-tablet-portrait tbody th,
.responsive-table-stack-tablet-portrait tfoot th {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .responsive-table-stack-tablet-portrait td:before,
.responsive-table-stack-tablet-portrait tbody th:before,
.responsive-table-stack-tablet-portrait tfoot th:before {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 1199px) {
  .responsive-table-stack-tablet-landscape caption {
    border-bottom: none;
  }
  .responsive-table-stack-tablet-landscape thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
  .responsive-table-stack-tablet-landscape tr {
    display: block;
    margin-bottom: 2rem;
    border-top: 2px solid rgba(0, 0, 0, 0.9);
  }
  .responsive-table-stack-tablet-landscape td,
.responsive-table-stack-tablet-landscape tbody th,
.responsive-table-stack-tablet-landscape tfoot th {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .responsive-table-stack-tablet-landscape td:before,
.responsive-table-stack-tablet-landscape tbody th:before,
.responsive-table-stack-tablet-landscape tfoot th:before {
    display: block;
    margin-bottom: 0.5rem;
    content: attr(data-label);
    font-size: 1.3rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9);
  }
  .responsive-table-stack-tablet-landscape td:last-child,
.responsive-table-stack-tablet-landscape tbody th:last-child,
.responsive-table-stack-tablet-landscape tfoot th:last-child {
    border-bottom: none !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 650px) {
  .responsive-table-stack-tablet-landscape td,
.responsive-table-stack-tablet-landscape tbody th,
.responsive-table-stack-tablet-landscape tfoot th {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .responsive-table-stack-tablet-landscape td:before,
.responsive-table-stack-tablet-landscape tbody th:before,
.responsive-table-stack-tablet-landscape tfoot th:before {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding-right: 2rem;
  }
}

.responsive-table-stack-all caption {
  border-bottom: none;
}
.responsive-table-stack-all thead {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.responsive-table-stack-all tr {
  display: block;
  margin-bottom: 2rem;
  border-top: 2px solid rgba(0, 0, 0, 0.9);
}
.responsive-table-stack-all td,
.responsive-table-stack-all tbody th,
.responsive-table-stack-all tfoot th {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.responsive-table-stack-all td:before,
.responsive-table-stack-all tbody th:before,
.responsive-table-stack-all tfoot th:before {
  display: block;
  margin-bottom: 0.5rem;
  content: attr(data-label);
  font-size: 1.3rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}
.responsive-table-stack-all td:last-child,
.responsive-table-stack-all tbody th:last-child,
.responsive-table-stack-all tfoot th:last-child {
  border-bottom: none !important;
}
@media (min-width: 650px) {
  .responsive-table-stack-all td,
.responsive-table-stack-all tbody th,
.responsive-table-stack-all tfoot th {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .responsive-table-stack-all td:before,
.responsive-table-stack-all tbody th:before,
.responsive-table-stack-all tfoot th:before {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    padding-right: 2rem;
  }
}

img,
.lazyload-container {
  margin: 0;
}

figure {
  padding: 0;
  border: 0;
  margin: 0;
  margin-bottom: 2rem;
}

figcaption {
  max-width: none;
}

.image-caption {
  padding-right: 5%;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.065);
}
.image-caption p {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.375;
  color: rgba(0, 0, 0, 0.6);
}

.image-caption__inner {
  max-width: 60rem;
}
.fancybox-caption .image-caption__inner {
  margin-left: auto;
  margin-right: auto;
}

.image-caption__credit {
  display: inline-block;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
}

iframe {
  width: 1px;
  min-width: 100%;
}

/* Site Header */
@-webkit-keyframes nav-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nav-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-header__nav-checkbox-label,
#site-header__nav-checkbox {
  display: none;
}

.site-header {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #0A548B;
}

.site-header__inner {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: calc(1rem + 0.5vw);
  padding-bottom: calc(1rem + 0.5vw);
  position: relative;
  z-index: 1;
}

.site-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.site-header__logo {
  display: block;
  width: 13rem;
}
.site-header__logo svg {
  vertical-align: middle;
}

.site-header__cta {
  padding: 0.5rem 0;
}
.site-header__cta .btn {
  margin: 0;
}

@media screen and (min-width: 980px) {
  .site-header__inner {
    flex-direction: row;
    gap: calc(2rem + 1vw);
    justify-content: center;
  }
}
.main-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.main-nav__item {
  margin: 0 0.5rem;
  padding: 0;
  display: inline-block;
  vertical-align: baseline;
}

.main-nav__item--cta {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 650px) {
  .main-nav__item--cta {
    display: inline-block;
    margin-left: 2rem;
  }
}
.main-nav__item--cta .btn {
  min-width: 16rem;
  margin: 0 !important;
}

.main-nav__link {
  display: inline-block;
  padding: 0.5rem;
  font-size: 1.6rem;
  color: #FFFFFF;
  text-decoration: none;
}
.main-nav__link:visited, .main-nav__link:active {
  color: #FFFFFF;
}
.main-nav__link:hover {
  opacity: 1;
  text-decoration: underline;
}
.main-nav__link.active {
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .main-nav__link .hide-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
  }
}

/* Site Footer */
.site-footer {
  background-color: #192A41;
  font-size: 1.5rem;
  text-align: center;
  color: #FFFFFF;
}
.site-footer div,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer address,
.site-footer p {
  line-height: 1.5;
}
.site-footer h3, .site-footer h4, .site-footer h5 {
  margin-bottom: 0;
  font-family: "canada-type-gibson", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site-footer address {
  margin-top: 1.5em;
}
.site-footer address,
.site-footer p {
  margin-bottom: 1.5em;
}
.site-footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer a:hover {
  opacity: 1;
  text-decoration: underline;
}
.site-footer a:visited, .site-footer a:active {
  color: #FFFFFF;
}
.site-footer .social-links__item {
  margin: 1rem;
}
.site-footer .social-links__link {
  background-color: #FFFFFF;
}
.site-footer .social-links__link .icon::after {
  color: #0A548B;
}

.footer-logo {
  display: inline-block;
  width: 16rem;
}
.footer-logo small {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-heading {
  font-size: 1.8rem;
}

.site-footer__main,
.site-footer__secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__main-inner,
.site-footer__secondary-inner {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 400px) {
  .site-footer__main-inner,
.site-footer__secondary-inner {
    width: 83.3333333333%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 980px) {
  .site-footer__main-inner,
.site-footer__secondary-inner {
    width: 93.75%;
    max-width: 128rem;
  }
}

.site-footer__main-inner {
  padding-top: calc(4rem + 2vw);
  padding-bottom: calc(4rem + 2vw);
}

.site-footer__secondary-inner {
  padding-top: 4rem;
  padding-bottom: 5.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.065);
}

/* Fixed back to top button */
.js-fixed-scroll-top {
  position: fixed;
  z-index: 888;
  right: 2rem;
  bottom: 5rem;
}
.js-fixed-scroll-top a {
  width: 4rem;
  height: 4rem;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #0A548B;
  transition: background-color 0.2s ease-in-out;
}
.js-fixed-scroll-top a::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 0.8rem 0.7rem 0.8rem;
  border-color: transparent transparent #FFFFFF transparent;
  transition: margin-top 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.js-fixed-scroll-top a:hover {
  background-color: #72CAEC;
}
.js-fixed-scroll-top a:hover::after {
  margin-top: -0.5rem;
  border-color: transparent transparent #FFFFFF transparent;
}
.js-fixed-scroll-top span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/* Search Field */
.search-field {
  position: relative;
}

.search-field__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

input.search-field__input {
  margin-bottom: 0;
  padding-right: calc(2.5em + 2rem);
}
input.search-field__input::-webkit-input-placeholder {
  text-transform: lowercase;
}
input.search-field__input::-moz-placeholder {
  text-transform: lowercase;
}
input.search-field__input:-ms-input-placeholder {
  text-transform: lowercase;
}
input.search-field__input:-moz-placeholder {
  text-transform: lowercase;
}

.search-field__btn {
  height: 100%;
  width: 3em;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}

.search-field__btn-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
  color: rgba(0, 0, 0, 0.9);
}

/* Breadcrumbs */
.breadcrumbs-container {
  padding: 1rem 0;
}

.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0.5rem;
  padding-left: 0;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.6);
}
.breadcrumbs__item:last-child {
  padding-right: 0;
  max-width: 25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__item::after {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1rem;
  margin-right: 0;
  color: rgba(0, 0, 0, 0.47);
}
.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link,
.breadcrumbs__link:visited {
  color: inherit;
}

/* Pagination */
.pagination {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pagination__text {
  display: inline-block;
  margin: 0.5rem 0;
  padding-top: calc(1rem + 1px);
  padding-bottom: calc(1rem + 1px);
}

.pagination__nav {
  list-style-type: none;
  margin: 0.5rem 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.pagination__item {
  margin: 0;
  padding: 0;
}
.pagination__item a, .pagination__item span {
  display: block;
  min-width: 4rem;
  min-height: 4rem;
  padding-top: calc(1rem + 4px);
  padding-bottom: calc(1rem - 4px);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-right: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: rgba(0, 0, 0, 0.065);
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.pagination__item a:hover {
  color: #FFFFFF;
  background-color: #0A548B;
}
.pagination__item span {
  opacity: 0.5;
}

.pagination__item--active a, .pagination__item--active span {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  opacity: 1;
}

.pagination__previous-btn,
.pagination__next-btn {
  position: relative;
}
.pagination__previous-btn::before,
.pagination__next-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  transition: border-color 0.5s ease-in-out;
}
.pagination__previous-btn > span,
.pagination__next-btn > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.pagination__previous-btn::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}

a.pagination__previous-btn:hover::before {
  border-color: transparent #FFFFFF transparent transparent;
  transition: border-color 0.2s ease-in-out;
}

.pagination__next-btn::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
}

a.pagination__next-btn:hover::before {
  border-color: transparent transparent transparent #FFFFFF;
  transition: border-color 0.2s ease-in-out;
}

/* Share/Social Links */
.share-links,
.social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
}
@media screen and (min-width: 375px) {
  .share-links,
.social-links {
    font-size: 1rem;
  }
}
@media screen and (min-width: 650px) {
  .share-links,
.social-links {
    font-size: 1.25rem;
  }
}

.share-links__item,
.share-links__text,
.social-links__item,
.social-links__text {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em;
  margin-left: 0;
  padding: 0;
  text-indent: 0;
}
.share-links__item:before,
.share-links__text:before,
.social-links__item:before,
.social-links__text:before {
  display: none;
}

.share-links__item,
.social-links__item {
  width: 4em;
  height: 4em;
}

.share-links__text,
.social-links__text {
  height: 4em;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
}

.share-links__share-icon,
.share-links__link,
.social-links__share-icon,
.social-links__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.share-links__share-icon .icon::after,
.share-links__link .icon::after,
.social-links__share-icon .icon::after,
.social-links__link .icon::after {
  font-family: "FontAwesome Brands";
  display: inline-block;
  font-size: 2em;
  line-height: 1;
  color: #FFFFFF;
}
.share-links__share-icon .label,
.share-links__link .label,
.social-links__share-icon .label,
.social-links__link .label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.share-links__link .label,
.social-links__link .label {
  color: #FFFFFF;
}

.share-links__share-icon .icon::after,
.social-links__share-icon .icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: rgba(0, 0, 0, 0.47);
}

.share-links__item--email a,
.social-links__item--email a {
  background-color: rgba(0, 0, 0, 0.8);
}
.share-links__item--email a .icon::after,
.social-links__item--email a .icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.share-links__item--facebook a,
.social-links__item--facebook a {
  background-color: #3B5998;
}
.share-links__item--facebook a .icon::after,
.social-links__item--facebook a .icon::after {
  content: "";
}

.share-links__item--instagram a,
.social-links__item--instagram a {
  background-color: #c13584;
}
.share-links__item--instagram a .icon::after,
.social-links__item--instagram a .icon::after {
  content: "";
}

.share-links__item--linkedin a,
.social-links__item--linkedin a {
  background-color: #0077B5;
}
.share-links__item--linkedin a .icon::after,
.social-links__item--linkedin a .icon::after {
  content: "";
}

.share-links__item--messenger a,
.social-links__item--messenger a {
  background-color: #0084ff;
}
.share-links__item--messenger a .icon::after,
.social-links__item--messenger a .icon::after {
  content: "";
}

.share-links__item--pinterest a,
.social-links__item--pinterest a {
  background-color: #BD081C;
}
.share-links__item--pinterest a .icon::after,
.social-links__item--pinterest a .icon::after {
  content: "";
}

.share-links__item--print button {
  background-color: rgba(0, 0, 0, 0.6);
}
.share-links__item--print button .icon::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.share-links__item--snapchat a,
.social-links__item--snapchat a {
  background-color: #FFFC00;
}
.share-links__item--snapchat a .icon::after,
.social-links__item--snapchat a .icon::after {
  content: "";
  text-shadow: 1px 1px 0 black, 1px -1px 0 black, 1px 0px 0 black, -1px 1px 0 black, -1px -1px 0 black, -1px 0px 0 black, 0px 1px 0 black, 0px -1px 0 black;
}

.share-links__item--soundcloud a,
.social-links__item--soundcloud a {
  background-color: #FF5500;
}
.share-links__item--soundcloud a .icon::after,
.social-links__item--soundcloud a .icon::after {
  content: "";
}

.share-links__item--twitter a,
.social-links__item--twitter a {
  background-color: #1DA1F2;
}
.share-links__item--twitter a .icon::after,
.social-links__item--twitter a .icon::after {
  content: "";
}

.share-links__item--vimeo a,
.social-links__item--vimeo a {
  background-color: #1AB7EA;
}
.share-links__item--vimeo a .icon::after,
.social-links__item--vimeo a .icon::after {
  content: "";
}

.share-links__item--whatsapp a,
.social-links__item--whatsapp a {
  background-color: #25D366;
}
.share-links__item--whatsapp a .icon::after,
.social-links__item--whatsapp a .icon::after {
  content: "";
}

.share-links__item--youtube a,
.social-links__item--youtube a {
  background-color: #FF0000;
}
.share-links__item--youtube a .icon::after,
.social-links__item--youtube a .icon::after {
  content: "";
}

.share-links__share-icon .label,
.social-links__share-icon .label,
.share-links__item--twitter a .label,
.social-links__item--twitter a .label,
.share-links__item--vimeo a .label,
.social-links__item--vimeo a .label,
.share-links__item--youtube a .label,
.social-links__item--youtube a .label,
.share-links__item--twitter a .label,
.social-links__item--twitter a .label,
.share-links__item--soundcloud a .label,
.social-links__item--soundcloud a .label {
  color: #000;
}

/* Tags and Tag Lists */
.tag {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
  margin-bottom: 0.25em;
  padding: 0.75em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.065);
  border-radius: 0.3rem;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.tag:visited {
  color: inherit;
}
.tag:hover {
  color: #FFFFFF;
  background-color: #0A548B;
  opacity: 1;
}
.tag.is-active {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
}
.tag.is-active:hover {
  cursor: default;
}
.tag--small {
  font-size: 1.3rem;
}
.tag--medium {
  font-size: 1.5rem;
}
.tag--large {
  font-size: 1.8rem;
}
.tag--xlarge {
  font-size: 1.8rem;
}

.tag__count {
  display: inline-block;
}

.tag-list {
  list-style-type: none;
  margin: 0;
  padding: 0.25em 0;
  font-size: 1.5rem;
}
.tag-list--small {
  font-size: 1.3rem;
}
.tag-list--medium {
  font-size: 1.5rem;
}
.tag-list--large {
  font-size: 1.8rem;
}
.tag-list--xlarge {
  font-size: 1.8rem;
}
.tag-list br {
  display: none;
}

.tag-list__label {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 1rem;
}

.tag-list__item {
  display: inline-block;
  vertical-align: baseline;
  margin: 0.25em;
  margin-left: 0;
  padding: 0;
}

.tag-list__separator {
  display: none;
}

/* Meta Data */
.metadata {
  max-width: 40em;
  font-size: 1.5rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 980px) {
  .metadata {
    font-size: 1.8rem;
  }
}
.metadata--small {
  font-size: 1.3rem;
}
@media screen and (min-width: 980px) {
  .metadata--small {
    font-size: 1.5rem;
  }
}
.metadata--small .tag-list {
  font-size: 1.3rem;
}
.metadata--large {
  font-size: 1.8rem;
}
@media screen and (min-width: 980px) {
  .metadata--large {
    font-size: 2.2rem;
  }
}
.metadata--large .tag-list {
  font-size: 1.8rem;
}

.metadata__block {
  margin-bottom: 1em;
}
.metadata__block p {
  margin-bottom: 0;
}

.metadata__row {
  display: block;
}

li.metadata__row {
  display: list-item;
}

.metadata__item {
  display: inline-block;
  vertical-align: baseline;
}

/* Archive Filter Lists */
.category-archive {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.date-archive {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.date-archive__title {
  padding: 0.5rem 0;
  padding-right: 8rem;
  position: relative;
  font-weight: bold;
}

.date-archive__toggle-btn {
  width: 7rem;
  height: 2rem;
  padding-left: 0;
  font-size: 1.3rem;
  font-weight: normal;
  color: #0A548B;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
}
.date-archive__toggle-btn::after {
  border-color: #0A548B transparent transparent transparent;
  left: auto;
  right: 0;
}

/* Author Bio */
.author-bio {
  position: relative;
}

.author-bio__image img {
  display: block;
  margin-bottom: 1rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.5rem solid rgba(0, 0, 0, 0.065);
}

.author-bio__text {
  padding-right: 2rem;
}
.author-bio__text p {
  max-width: 50rem;
  margin-bottom: 1rem;
}

.author-bio__links {
  list-style-type: none;
  margin: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0;
}

.author-bio__links-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.5rem;
}

.author-bio__link {
  width: 4rem;
  height: 4rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.47);
  opacity: 0.65;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.author-bio__link:hover {
  color: rgba(0, 0, 0, 0.9);
}
.author-bio__link::before {
  font-family: "FontAwesome Brands";
  font-size: 1.75em;
}
.author-bio__link.author-bio__link--website::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: bold;
}
.author-bio__link.author-bio__link--facebook::before {
  content: "";
}
.author-bio__link.author-bio__link--twitter::before {
  content: "";
}
.author-bio__link.author-bio__link--linkedin::before {
  content: "";
}

.author-bio__link-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/* Alert messages */
.alert-message {
  position: fixed !important;
  z-index: 9999;
  left: 50%;
  bottom: calc(2rem + 2vw);
  transform: translateX(-50%);
  width: 90%;
  max-width: 70rem;
  padding: calc(1rem + 0.5vw);
  padding-bottom: calc(1.5rem + 0.5vw);
  background: #333;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.alert-message__list {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  color: #FFFFFF;
}

.alert-message__item {
  position: relative;
  padding: 1rem;
  padding-left: 0;
  padding-right: calc(1rem + 4rem + 2vw);
  line-height: 1.25;
}

@media screen and (max-width: 399px) {
  .alert-message__text {
    font-size: 1.5rem;
  }
}

.alert-message__close {
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #FFFFFF;
  opacity: 0.5;
  border: none;
  background-color: transparent;
  position: absolute;
  top: calc(1rem + 0.5vw);
  right: calc(1rem + 0.5vw);
}
.alert-message__close:hover {
  opacity: 1;
}
.alert-message__close .css-shape {
  background-color: #FFFFFF;
}

.alert-message__close-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

/* Default Filters */
.filters__heading {
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.filters__heading-toggle-btn {
  display: block;
}

.filters__panel {
  padding-bottom: 0;
}

.filters__panel-inner {
  padding-bottom: 2rem;
}

.filters__group {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.filters__group-title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

/* Content Blocks */
.block-heading,
.block-richtext,
.block-image-gallery,
.block-logo-wall__footer,
.block-quote,
.block-cta-group,
.block-document-list--simple-list,
.block-accordion {
  margin-left: auto;
  margin-right: auto;
}
.page-section.text-column-default .block-heading,
.page-section.text-column-default .block-richtext,
.page-section.text-column-default .block-image-gallery,
.page-section.text-column-default .block-logo-wall__footer,
.page-section.text-column-default .block-quote,
.page-section.text-column-default .block-cta-group,
.page-section.text-column-default .block-document-list--simple-list,
.page-section.text-column-default .block-accordion {
  max-width: 60rem;
}
.page-section.text-column-wide .block-heading,
.page-section.text-column-wide .block-richtext,
.page-section.text-column-wide .block-image-gallery,
.page-section.text-column-wide .block-logo-wall__footer,
.page-section.text-column-wide .block-quote,
.page-section.text-column-wide .block-cta-group,
.page-section.text-column-wide .block-document-list--simple-list,
.page-section.text-column-wide .block-accordion {
  max-width: 81rem;
}
.page-section.text-column-full-width .block-heading,
.page-section.text-column-full-width .block-richtext,
.page-section.text-column-full-width .block-image-gallery,
.page-section.text-column-full-width .block-logo-wall__footer,
.page-section.text-column-full-width .block-quote,
.page-section.text-column-full-width .block-cta-group,
.page-section.text-column-full-width .block-document-list--simple-list,
.page-section.text-column-full-width .block-accordion {
  max-width: none;
}

.page-section.text-align-left .block-richtext,
.page-section.text-align-left .block-quote,
.page-section.text-align-left .block-cta-group {
  text-align: left;
}
.page-section.text-align-center .block-richtext,
.page-section.text-align-center .block-quote,
.page-section.text-align-center .block-cta-group {
  text-align: center;
}
.page-section.text-align-justify .block-richtext,
.page-section.text-align-justify .block-quote,
.page-section.text-align-justify .block-cta-group {
  text-align: justify;
}
.page-section.text-align-justify .block-richtext h2, .page-section.text-align-justify .block-richtext h3, .page-section.text-align-justify .block-richtext ul, .page-section.text-align-justify .block-richtext ol,
.page-section.text-align-justify .block-quote h2,
.page-section.text-align-justify .block-quote h3,
.page-section.text-align-justify .block-quote ul,
.page-section.text-align-justify .block-quote ol,
.page-section.text-align-justify .block-cta-group h2,
.page-section.text-align-justify .block-cta-group h3,
.page-section.text-align-justify .block-cta-group ul,
.page-section.text-align-justify .block-cta-group ol {
  text-align: left;
}

.content-block {
  clear: both;
  margin-top: calc(2rem + 0.5vw + 0.5vh);
  margin-bottom: calc(2rem + 0.5vw + 0.5vh);
}
.page-section:first-of-type .content-block:first-of-type {
  margin-top: 0;
}
.page-section:last-of-type .content-block:last-of-type {
  margin-bottom: 0;
}

.content-block__title {
  margin-bottom: calc(2rem + 0.25vw + 0.25vh);
  text-align: center;
}

.block-heading__inner {
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 2rem;
  background-color: #72CAEC;
  text-align: center;
}

.block-heading__text {
  margin: 0;
  padding: 0;
  color: #0A548B;
}

.block-richtext h2, .block-richtext h3 {
  padding-top: 0.5em;
}
.block-richtext h2:first-child, .block-richtext h3:first-child {
  padding-top: 0;
}
.block-richtext h2 {
  font-size: 2.7rem;
}
.block-richtext h3 {
  font-size: 1.8rem;
}
.block-richtext strong, .block-richtext b {
  color: #0A548B;
}
.block-richtext a:visited b, .block-richtext a:visited strong {
  color: #192A41;
}

.block-richtext,
.block-image {
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.block-image {
  padding-top: 1rem;
}

.block-image__image {
  margin-bottom: 2rem;
}

@media screen and (min-width: 650px) {
  .block-image--align-left,
.block-image--align-right {
    width: 50%;
    padding-top: 0.5rem;
  }
  .block-image--align-left .block-image__image,
.block-image--align-right .block-image__image {
    margin-bottom: 1rem;
  }

  .block-image--align-left {
    float: left;
    margin-right: 2rem;
    padding-right: 2rem;
  }

  .block-image--align-right {
    float: right;
    margin-left: 2rem;
    padding-left: 2rem;
  }

  .block-image--align-left + .block-image--align-right {
    width: calc(50% - 2rem);
    margin-left: 0;
    padding-left: 0;
  }

  .block-image--align-right + .block-image--align-left {
    width: calc(50% - 2rem);
    margin-right: 0;
    padding-right: 0;
  }
}
.block-imagetext-rows {
  margin-left: -2rem;
  margin-right: -2rem;
}
.block-imagetext-rows figure {
  margin: 0;
}
.block-imagetext-rows h2:first-child, .block-imagetext-rows h3:first-child {
  padding-top: 0;
}

.block-imagetext-rows__item {
  padding: 1rem 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-imagetext-rows__image,
.block-imagetext-rows__text {
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.block-imagetext-rows__image-inner,
.block-imagetext-rows__text-inner {
  padding: 1rem 2rem;
}

.text-align-left .block-imagetext-rows__text {
  text-align: left;
}
.text-align-centre .block-imagetext-rows__text {
  text-align: center;
}

@media screen and (min-width: 980px) {
  .block-imagetext-rows__image,
.block-imagetext-rows__text {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .block-imagetext-rows__image-inner {
    padding-bottom: 3rem;
  }

  .image-align-right .block-imagetext-rows__text {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .image-align-right .block-imagetext-rows__image {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .image-align-left .block-imagetext-rows__image {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .image-align-left .block-imagetext-rows__text {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .image-align-alternate .block-imagetext-rows__item:nth-child(odd) .block-imagetext-rows__image {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .image-align-alternate .block-imagetext-rows__item:nth-child(odd) .block-imagetext-rows__text {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .image-align-alternate .block-imagetext-rows__item:nth-child(even) .block-imagetext-rows__image {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .image-align-alternate .block-imagetext-rows__item:nth-child(even) .block-imagetext-rows__text {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.block-imagetext-rows.image-position-middle-centre .block-imagetext-rows__item, .block-imagetext-rows.image-position-middle-inner .block-imagetext-rows__item, .block-imagetext-rows.image-position-middle-outer .block-imagetext-rows__item {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.block-imagetext-rows.image-position-middle-centre .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-middle-centre .lazyload-container-outer, .block-imagetext-rows.image-position-top-centre .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-top-centre .lazyload-container-outer {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 980px) {
  .block-imagetext-rows.image-position-middle-inner.image-align-right .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-middle-inner.image-align-right .lazyload-container-outer, .block-imagetext-rows.image-position-middle-outer.image-align-left .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-middle-outer.image-align-left .lazyload-container-outer, .block-imagetext-rows.image-position-middle-inner.image-align-alternate .block-imagetext-rows__item:nth-child(odd) .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-middle-inner.image-align-alternate .block-imagetext-rows__item:nth-child(odd) .lazyload-container-outer, .block-imagetext-rows.image-position-middle-outer.image-align-alternate .block-imagetext-rows__item:nth-child(even) .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-middle-outer.image-align-alternate .block-imagetext-rows__item:nth-child(even) .lazyload-container-outer, .block-imagetext-rows.image-position-top-inner.image-align-right .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-top-inner.image-align-right .lazyload-container-outer, .block-imagetext-rows.image-position-top-outer.image-align-left .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-top-outer.image-align-left .lazyload-container-outer, .block-imagetext-rows.image-position-top-inner.image-align-alternate .block-imagetext-rows__item:nth-child(odd) .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-top-inner.image-align-alternate .block-imagetext-rows__item:nth-child(odd) .lazyload-container-outer, .block-imagetext-rows.image-position-top-outer.image-align-alternate .block-imagetext-rows__item:nth-child(even) .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-top-outer.image-align-alternate .block-imagetext-rows__item:nth-child(even) .lazyload-container-outer {
    margin-left: 0;
    margin-right: auto;
  }
  .block-imagetext-rows.image-position-middle-outer.image-align-right .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-middle-outer.image-align-right .lazyload-container-outer, .block-imagetext-rows.image-position-middle-inner.image-align-left .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-middle-inner.image-align-left .lazyload-container-outer, .block-imagetext-rows.image-position-middle-inner.image-align-alternate .block-imagetext-rows__item:nth-child(even) .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-middle-inner.image-align-alternate .block-imagetext-rows__item:nth-child(even) .lazyload-container-outer, .block-imagetext-rows.image-position-middle-outer.image-align-alternate .block-imagetext-rows__item:nth-child(odd) .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-middle-outer.image-align-alternate .block-imagetext-rows__item:nth-child(odd) .lazyload-container-outer, .block-imagetext-rows.image-position-top-outer.image-align-right .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-top-outer.image-align-right .lazyload-container-outer, .block-imagetext-rows.image-position-top-inner.image-align-left .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-top-inner.image-align-left .lazyload-container-outer, .block-imagetext-rows.image-position-top-inner.image-align-alternate .block-imagetext-rows__item:nth-child(even) .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-top-inner.image-align-alternate .block-imagetext-rows__item:nth-child(even) .lazyload-container-outer, .block-imagetext-rows.image-position-top-outer.image-align-alternate .block-imagetext-rows__item:nth-child(odd) .block-imagetext-rows__image-wrap,
.block-imagetext-rows.image-position-top-outer.image-align-alternate .block-imagetext-rows__item:nth-child(odd) .lazyload-container-outer {
    margin-left: auto;
    margin-right: 0;
  }
}

.block-imagetext-rows__caption {
  display: none;
}
.show-captions .block-imagetext-rows__caption {
  display: block;
}

.block-imagetext-columns {
  margin-left: -2rem;
  margin-right: -2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.block-imagetext-columns figure {
  margin: 0;
}
.block-imagetext-columns h2:first-child, .block-imagetext-columns h3:first-child {
  padding-top: 0;
}
.block-imagetext-columns.column-align-left {
  justify-content: flex-start;
}
.block-imagetext-columns.column-align-centre {
  justify-content: center;
}
@media screen and (min-width: 650px) {
  .block-imagetext-columns {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .block-imagetext-columns.format-2-columns .block-imagetext-columns__item, .block-imagetext-columns.format-3-columns .block-imagetext-columns__item, .block-imagetext-columns.format-4-columns .block-imagetext-columns__item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 980px) {
  .block-imagetext-columns {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .block-imagetext-columns.format-3-columns .block-imagetext-columns__item, .block-imagetext-columns.format-4-columns .block-imagetext-columns__item {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .block-imagetext-columns {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .block-imagetext-columns.format-4-columns .block-imagetext-columns__item {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.block-imagetext-columns__item {
  max-width: 72rem;
}

.block-imagetext-columns__item-inner {
  padding: 2rem;
}

.block-imagetext-columns__text {
  padding-top: 2rem;
}
.text-align-left .block-imagetext-columns__text {
  text-align: left;
}
.text-align-centre .block-imagetext-columns__text {
  text-align: center;
}

.image-align-left .block-imagetext-columns__image-wrap,
.image-align-left .lazyload-container-outer {
  margin-left: 0;
}
.image-align-centre .block-imagetext-columns__image-wrap,
.image-align-centre .lazyload-container-outer {
  margin-left: auto;
  margin-right: auto;
}

.block-imagetext-columns__caption {
  display: none;
}
.show-captions .block-imagetext-columns__caption {
  display: block;
}

.block-image-gallery__inner {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.block-image-gallery__item {
  -ms-flex: 0 0 33.3333333333%;
  -webkit-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
@media screen and (min-width: 650px) {
  .block-image-gallery__item {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 980px) {
  .block-image-gallery__item {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

.block-image-gallery__item-inner {
  padding: 0.5rem;
}

.block-image-gallery__thumb-link {
  display: block;
}

.fancybox-caption .image-caption {
  max-width: 80rem;
  margin: auto;
  padding-right: 0;
}
.fancybox-caption .image-caption p {
  color: rgba(255, 255, 255, 0.8);
}
.fancybox-caption .image-caption .image-caption__credit {
  color: rgba(255, 255, 255, 0.6);
}

.block-logo-wall__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-logo-wall__footer {
  max-width: 80rem;
}

.block-logo-wall__group {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(2rem + 1vw);
  padding-left: calc(1rem + 0.1vw);
  padding-right: calc(1rem + 0.1vw);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-logo-wall__group {
    width: 100%;
  }
}

.block-logo-wall__group--whole-line {
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.block-logo-wall__group--with-title {
  padding-top: 4rem;
}

.block-logo-wall__group-title {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
}

.block-logo-wall__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.block-logo-wall__item {
  padding: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.block-logo-wall__item-inner {
  padding: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.block-logo-wall__item-link {
  display: block;
  text-decoration: none;
}
.block-logo-wall__item-link:hover {
  opacity: 1;
}

.block-logo-wall--regular-grid .block-logo-wall__group {
  margin-right: 0;
}
.block-logo-wall--regular-grid .block-logo-wall__item {
  width: 140px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.block-logo-wall--regular-grid .lazyload-container-outer {
  width: 100px !important;
}

.block-media {
  max-width: 102rem;
  margin-left: auto;
  margin-right: auto;
}
.block-media iframe,
.block-media .responsive-embed {
  margin: 0;
  border: none;
}

.block-media--with-transcript {
  margin-bottom: 0;
}

.transcript {
  margin-top: 0;
}

.transcript__title {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.9);
}

.transcript__toggle-btn,
.transcript__text-inner {
  padding: 2rem;
}

.transcript__toggle-btn {
  display: block;
  width: 100%;
  padding-left: calc(2rem + 3em);
}
.transcript__toggle-btn::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.transcript__toggle-btn::after {
  border-color: #FFFFFF transparent transparent transparent;
  left: auto;
  right: 2rem;
}

.transcript__text {
  background-color: #FFFFFF;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

.transcript__text-inner {
  max-width: 80rem;
}

.block-quote {
  clear: left;
}
.block-quote blockquote {
  margin: 0;
  border-color: #72CAEC;
  color: #0A548B;
}

.block-promo-list {
  margin-bottom: calc(0.5vw + 0.5vh);
}

.block-promo-list__list {
  list-style-type: none;
  margin: 0;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.block-promo-list__item {
  margin: 0;
  padding: 0;
}
.block-promo-list--1col .block-promo-list__item, .block-promo-list--2col .block-promo-list__item, .block-promo-list--3col .block-promo-list__item, .block-promo-list--4col .block-promo-list__item {
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 650px) {
  .block-promo-list--2col .block-promo-list__item, .block-promo-list--3col .block-promo-list__item, .block-promo-list--4col .block-promo-list__item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 980px) {
  .block-promo-list--3col .block-promo-list__item, .block-promo-list--4col .block-promo-list__item {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .block-promo-list--4col .block-promo-list__item {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.block-promo-list__item-inner {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0;
  padding-bottom: 3rem;
}

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

.page-promo__link {
  display: block;
  text-decoration: none;
}

.page-promo__thumb {
  margin-bottom: 1rem;
}
.block-promo-list--1 .page-promo__thumb img {
  margin: auto;
}

.page-promo__title,
.page-promo__teaser {
  max-width: 40rem;
  padding-top: 0;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.block-promo-list--1col .page-promo__title,
.block-promo-list--1col .page-promo__teaser {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  text-align: center;
}

.page-promo__title {
  margin-bottom: 1rem;
  font-size: 2.2rem;
}

.page-promo__pre-title-divider {
  color: rgba(0, 0, 0, 0.2);
}

.page-promo__teaser {
  margin: 0;
  line-height: 1.375;
  color: rgba(0, 0, 0, 0.8);
}

.page-promo__data-group {
  padding: 0.5rem 0;
}

.page-promo__data {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
}
.page-promo__data p {
  margin-bottom: 0;
  line-height: 1.25;
}

.block-promo {
  margin-top: calc(2rem + 1vw + 1vh);
  margin-bottom: calc(2rem + 1vw + 1vh);
  padding-top: calc(2rem + 1vw + 1vh);
  padding-bottom: calc(2rem + 1vw + 1vh);
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.block-promo + .block-promo {
  margin-top: calc(calc(2rem + 1vw + 1vh) * -1);
  border-top: none;
}

.block-promo__image {
  margin-bottom: 1.5rem;
}

.block-promo__info {
  padding-right: 10%;
}

.block-promo__description {
  line-height: 1.375;
}

.block-promo__cta {
  padding-top: 1rem;
}

@media screen and (min-width: 980px) {
  .block-promo__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .block-promo__image,
.block-promo__info {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .block-promo__image {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .block-promo__image-inner {
    padding-left: 2rem;
  }
  .block-promo__image-inner img,
.block-promo__image-inner .lazyload-container,
.block-promo__image-inner .lazyload-container-outer {
    margin-right: 0;
    margin-left: auto;
  }

  .block-promo__info {
    padding-right: 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .block-promo__info-inner {
    padding-right: 2rem;
  }

  .block-promo__title {
    padding-top: 0;
  }
}
.block-document-list {
  clear: both;
}
.block-document-list .document-card__image {
  display: none;
}

.block-document-list--document-gallery {
  margin-bottom: calc(0.5vw + 0.5vh);
}
.block-document-list--document-gallery .block-document-list__list {
  list-style-type: none;
  margin: 0;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.block-document-list--document-gallery .block-document-list__item {
  margin: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 650px) {
  .block-document-list--document-gallery .block-document-list__item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 980px) {
  .block-document-list--document-gallery .block-document-list__item {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .block-document-list--document-gallery .block-document-list__item {
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.block-document-list--document-gallery .block-document-list__item-inner {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0;
  padding-bottom: 3rem;
}
.block-document-list--document-gallery .document-card__image {
  display: block;
}
.block-document-list--document-gallery .document-card__title,
.block-document-list--document-gallery .document-card__description {
  max-width: 40rem;
  text-align: center;
}

.document-card__link {
  display: block;
}

.document-card__image {
  margin-bottom: 1rem;
}

.document-card__title {
  padding-top: 0;
}

.document-card__description {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.375;
}

.block-map-embed__inner {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.block-map-embed__inner .js-mapbox-map,
.block-map-embed__inner iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
.block-map-embed__inner::before {
  display: block;
  content: "";
  padding-top: 100%;
}
@media screen and (min-width: 650px) {
  .block-map-embed__inner::before {
    padding-top: 75%;
  }
}
@media screen and (min-width: 980px) {
  .block-map-embed__inner::before {
    padding-top: 56.25%;
  }
}
.block-map-embed__inner canvas, .block-map-embed__inner button {
  margin: 0;
}

.block-table {
  margin-left: auto;
  margin-right: auto;
}
.block-table table {
  margin: 0 auto;
}
.block-table caption {
  color: #0A548B;
}
.block-table td {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.block-table th, .block-table td {
  vertical-align: top;
  text-align: left;
  position: relative;
}
.block-table th:not(:last-child)::after, .block-table td:not(:last-child)::after {
  content: "";
  display: block;
  height: calc(100% - 2rem);
  width: 0.1rem;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  right: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.block-table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.035);
}
.block-table th {
  font-size: 1.3rem;
  text-transform: uppercase;
  background-color: #72CAEC;
}
.block-table thead th {
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.8);
}
.block-table thead th:not(:last-child)::after {
  width: 0.2rem;
  background-color: rgba(0, 0, 0, 0.8);
}
.block-table tbody th {
  background-color: transparent;
}
.block-table a {
  color: rgba(0, 0, 0, 0.9);
}
.block-table a:visited, .block-table a:active {
  color: inherit;
}

.block-table--full-width table {
  width: 100%;
}

.block-form__title {
  margin-bottom: calc(2rem + 1vw);
}

.block-form__form {
  margin: 0;
}

.block-form__field-row {
  margin-bottom: 2rem;
}
.block-form__field-row ul {
  list-style-type: none;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
.block-form__field-row ul li::before {
  content: "​";
  position: absolute;
}
.block-form__field-row ul li > label {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.9);
}
.block-form__field-row input[type=checkbox] + p {
  margin-top: 0.5rem;
  padding-bottom: 1rem;
}
.block-form__field-row input[type=file] + p {
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.block-form__field-row iframe {
  margin: 0;
  border: none;
}

.block-form__text {
  padding-top: 2rem;
  padding-bottom: 1px;
}
.block-form__field-row:first-of-type .block-form__text {
  margin-top: calc((0.5rem + 1vw) * -1);
  padding-top: 0;
}
.block-form__text h4:last-child, .block-form__text p:last-child, .block-form__text ul:last-child, .block-form__text ol:last-child {
  margin-bottom: 0;
}

.block-form__help-text {
  max-width: 60rem;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
  padding-left: calc(1.5rem + 0.2rem);
  padding-right: 2rem;
  font-size: 1.5rem;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.block-form__help-text::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 0.9em;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0.05em;
}

.block-accordion__item {
  border-top: 0.2rem solid rgba(0, 0, 0, 0.2);
}
.block-accordion__item:last-child {
  border-bottom: 0.2rem solid rgba(0, 0, 0, 0.2);
}

.block-accordion__header {
  margin: 0;
  padding: 0;
}

.block-accordion__toggle-btn {
  display: block;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.block-accordion__pane {
  padding: 0;
}

.block-accordion__pane-inner {
  padding: 2rem 0;
}

.block-spacer.block-spacer--small {
  height: 1px;
}
.block-spacer.block-spacer--medium {
  height: calc(2rem + 2vw + 2vh);
}
.block-spacer.block-spacer--large {
  height: calc(8rem + 5vw + 5vh);
}

/* Hero Slide/Banner */
.hero-slide {
  height: 100%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.hero-slide__inner {
  height: 100%;
  padding-top: calc(2rem + 2vw + 2vh);
  padding-bottom: calc(2rem + 2vw + 2vh);
  background-color: #7f7f7f;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.hero-slide__content {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  z-index: 5;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .hero-slide__content {
    width: 83.3333333333%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 980px) {
  .hero-slide__content {
    width: 93.75%;
    max-width: 128rem;
  }
}

.hero-slide__title {
  margin-bottom: 0;
  font-size: calc(2.2rem + 2vw);
}
@media screen and (min-width: 1800px) {
  .hero-slide__title {
    font-size: 5.8rem;
  }
}
.hero-slide.white-text .hero-slide__title {
  color: #FFFFFF;
}
.hero-slide.black-text .hero-slide__title {
  color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 650px) {
  .hero-slide__title--mobile {
    display: none;
  }
}

@media (max-width: 649px) {
  .hero-slide__title--desktop {
    display: none;
  }
}

.hero-slide__subtitle {
  max-width: 80rem;
  margin: auto;
  margin-top: 0.5em;
  font-size: calc(1.8rem + 1vw);
  font-weight: normal;
}
@media screen and (min-width: 1200px) {
  .hero-slide__subtitle {
    font-size: 3rem;
  }
}
.hero-slide.white-text .hero-slide__subtitle {
  color: #FFFFFF;
}
.hero-slide.black-text .hero-slide__subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero-slide__cta-container {
  padding-top: calc(2rem + 1vw + 1vh);
}

.hero-slide__cta {
  margin: 0;
}
.hero-slide.white-text .hero-slide__cta {
  color: rgba(0, 0, 0, 0.8);
  background-color: #FFFFFF;
}
.hero-slide.black-text .hero-slide__cta {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
}

.hero-slide__overlay,
.hero-slide__video,
.hero-slide__bkg-image,
.hero-slide__bkg-colour {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-slide__overlay {
  z-index: 4;
}

.hero-slide__bkg-colour {
  z-index: 0;
}

.hero-slide__video {
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}
.hero-slide__video iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-slide__bkg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero-slide__bkg-image img {
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.hero-slide__bkg-image--desktop {
  z-index: 1;
}

.hero-slide__bkg-image--mobile {
  z-index: 2;
}
@media (min-width: 900px) and (min-height: 600px) {
  .hero-slide__bkg-image--mobile {
    display: none;
  }
}

.block-wn-carousel {
  margin-top: calc(4rem + 1vw + 1vh);
  margin-bottom: calc(4rem + 1vw + 1vh);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
}
.hero-carousel .block-wn-carousel {
  margin-top: 0;
}
.block-wn-carousel .slick-slide {
  height: auto;
}
.block-wn-carousel .slick-slide > div,
.block-wn-carousel .slick-slide .block-wn-carousel__item,
.block-wn-carousel .slick-slide .wn-slide {
  height: 100%;
}
.block-wn-carousel .slick-dots button {
  background-color: #FFFFFF;
}
@media screen and (max-width: 979px) {
  .block-wn-carousel .slick-arrow {
    top: 20vw;
  }
}
.block-wn-carousel .slick-arrow.slick-next {
  right: 0.5vw;
}
.block-wn-carousel .slick-arrow.slick-prev {
  left: 0.5vw;
}
.block-wn-carousel .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
}

.wn-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #BAE1F6;
}
.wn-slide__bkg {
  padding-bottom: 40%;
  position: relative;
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
}
.wn-slide__bkg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wn-slide__content {
  flex: 1 0 auto;
  padding-top: calc(2rem + 0.5vw + 0.5vh);
  padding-bottom: calc(4rem + 1vw + 1vh);
}
.wn-slide__content-inner {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 400px) {
  .wn-slide__content-inner {
    width: 83.3333333333%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 980px) {
  .wn-slide__content-inner {
    width: 93.75%;
    max-width: 128rem;
  }
}
.wn-slide__title, .wn-slide__subtitle {
  max-width: 60rem;
  padding-right: 5%;
}
.wn-slide__title {
  font-size: 3.4rem;
  text-transform: uppercase;
  color: var(--color-primary);
  line-height: 1;
}
.wn-slide__subtitle {
  margin-bottom: calc(2rem + 0.5vw + 0.5vh);
  font-family: "canada-type-gibson", "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--color-primary);
}
.wn-slide__cta {
  margin-bottom: 2rem;
}
@media screen and (min-width: 980px) {
  .wn-slide__bkg {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding-bottom: 0;
    border-radius: 2rem 0 0 2rem;
  }
  .overlay-text-image .wn-slide__bkg {
    z-index: 0;
    width: 100%;
    border-radius: 0;
  }
  .overlay-text-image .wn-slide__bkg:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 75%);
    mix-blend-mode: multiply;
  }
  .wn-slide__content {
    width: 100%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 50vh;
    margin: auto;
    padding-top: calc(4rem + 1vw + 1vh);
    padding-bottom: calc(8rem + 2vw + 2vh);
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 980px) and (min-width: 400px) {
  .wn-slide__content {
    width: 83.3333333333%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 980px) and (min-width: 980px) {
  .wn-slide__content {
    width: 93.75%;
    max-width: 128rem;
  }
}
@media screen and (min-width: 980px) {
  .overlay-text-image .wn-slide__content {
    background-color: transparent;
  }
}
@media screen and (min-width: 980px) {
  .wn-slide__content-inner {
    width: 45%;
    margin-left: 0;
  }
}
@media screen and (min-width: 980px) {
  .overlay-text-image .wn-slide__title, .overlay-text-image .wn-slide__subtitle {
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1800px) {
  .wn-slide__title, .wn-slide__subtitle {
    max-width: 80rem;
  }
  .wn-slide__title {
    font-size: 5.5rem;
  }
  .wn-slide__subtitle {
    font-size: 2.2rem;
  }
}

body {
  background-color: #192A41;
}

.body-inner,
.page-wrap,
.page-main {
  background-color: #ffffff;
}

.page-wrap {
  position: relative;
  z-index: 1;
}

.page-main {
  padding-bottom: calc(4rem + 5vw);
}
.page-main::after {
  display: block;
  clear: both;
  content: "";
}

.page-main__inner {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 400px) {
  .page-main__inner {
    width: 83.3333333333%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 980px) {
  .page-main__inner {
    width: 93.75%;
    max-width: 128rem;
  }
}

.page-header {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.page-header--fullscreen {
  min-height: 100vh;
  padding-bottom: 5rem;
}

.page-header__breadcrumbs {
  background-color: transparent;
}

.page-header__breadcrumbs-inner {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.065);
}
@media screen and (min-width: 400px) {
  .page-header__breadcrumbs-inner {
    width: 83.3333333333%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 980px) {
  .page-header__breadcrumbs-inner {
    width: 93.75%;
    max-width: 128rem;
  }
}

.page-header__inner {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: calc(1vw + 1vh);
  padding-bottom: calc(1vw + 1vh);
}
@media screen and (min-width: 400px) {
  .page-header__inner {
    width: 83.3333333333%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 980px) {
  .page-header__inner {
    width: 93.75%;
    max-width: 128rem;
  }
}

.page-header__banner {
  margin-left: -2rem;
  margin-right: -2rem;
}

.page-banner__info-inner,
.page-banner__hero-image-inner {
  padding: 2rem;
}

.page-banner__info-inner {
  text-align: center;
}

.page-banner__logo {
  width: 66%;
  max-width: 30rem;
  margin: auto;
  margin-bottom: 4rem;
}

.page-banner__text {
  margin-top: calc(2rem + 2vw);
  font-weight: 700;
  color: #72CAEC;
}
@media screen and (min-width: 650px) {
  .page-banner__text {
    font-size: 2.2rem;
  }
}
.page-banner__text p {
  margin-bottom: 0.5em;
  line-height: 1.375;
}
.page-banner__text strong, .page-banner__text b {
  font-weight: 700;
  color: #0A548B;
}

.page-banner__sawm-logo {
  margin-top: calc(1rem + 2vw);
  padding-bottom: 2rem;
  color: #0A548B;
}
.page-banner__sawm-logo img {
  width: 40%;
  max-width: 16rem;
  margin: auto;
  margin-top: 1rem;
}

.addeventatc.page-banner__add-to-calender {
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .addeventatc.page-banner__add-to-calender {
    margin-bottom: 3rem;
  }
}

.page-banner__hero-image-inner img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 980px) {
  .page-banner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .page-banner__info,
.page-banner__hero-image {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .page-banner__hero-image__large {
    -ms-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }

  .page-banner__hero-image {
    -ms-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .page-banner__info {
    -ms-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.page-header__content {
  width: 100%;
}

.page-header__content-inner {
  padding-top: calc(1rem + 0.5vw + 0.5vh);
  padding-bottom: calc(1rem + 0.5vw + 0.5vh);
}

.page-header__title,
.page-header__subtitle {
  max-width: 80rem;
  margin: auto;
  text-align: center;
}

.page-header__title {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 399px) {
  .page-header__title {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 649px) {
  .page-header__title {
    font-size: 3.4rem;
  }
}
.page-header__title > span {
  display: inline-block;
}

.page-header__title--small {
  font-size: 2.7rem;
}
@media screen and (max-width: 649px) {
  .page-header__title--small {
    font-size: 2.2rem;
  }
}

.page-header__subtitle {
  margin-bottom: 0.5em;
  margin-top: -0.35em;
  font-weight: normal;
  font-size: 2.7rem;
  line-height: 1.25;
}
@media screen and (max-width: 649px) {
  .page-header__subtitle {
    font-size: 2.2rem;
  }
}

.page-header__hero-image {
  margin-bottom: calc(1rem + 1vw + 1vh);
}
.page-header__hero-image .lazyload-container-outer,
.page-header__hero-image img {
  margin-left: auto;
  margin-right: auto;
}

.page-header__hero-image--breakout {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.page-header__hero-image--breakout .lazyload-container-outer,
.page-header__hero-image--breakout img {
  margin-left: auto;
  margin-right: auto;
}
.page-header__hero-image--breakout .page-header__hero-image-caption {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 400px) {
  .page-header__hero-image--breakout .page-header__hero-image-caption {
    width: 83.3333333333%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 980px) {
  .page-header__hero-image--breakout .page-header__hero-image-caption {
    width: 93.75%;
    max-width: 128rem;
  }
}

.page-header__hero-image--textblock-align {
  margin-left: 0;
  margin-right: 0;
}
.page-header__hero-image--textblock-align .lazyload-container-outer,
.page-header__hero-image--textblock-align img {
  margin-left: 0;
  margin-right: auto;
}
.page-header__hero-image--textblock-align .page-header__hero-image-caption {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.event-list-form__form {
  max-width: none;
  margin: 0;
}

.event-list-form__filters {
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-list-form__filter-facet,
.event-list-form__actions {
  margin-bottom: 1.5rem;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 650px) {
  .event-list-form__filter-facet,
.event-list-form__actions {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 980px) {
  .event-list-form__filter-facet,
.event-list-form__actions {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}

.event-list-form__filter-facet-inner,
.event-list-form__actions-inner {
  padding-left: 2rem;
  padding-right: 2rem;
}

.event-list-form__select {
  margin-bottom: 0;
}

@media screen and (max-width: 649px) {
  .event-list-form__filter-facet-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .event-list-form__label {
    margin: 0;
    -ms-flex: 0 0 7rem;
    -webkit-flex: 0 0 7rem;
    flex: 0 0 7rem;
  }
}
.event-list {
  list-style-type: none;
  margin: 0;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-list__item {
  margin: 0;
  padding: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 650px) {
  .event-list__item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 980px) {
  .event-list__item {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}

.event-list__item-inner {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0;
  padding-bottom: 3rem;
}

.news-index-page .page-main__inner,
.news-article-page .page-main__inner {
  padding-left: 0;
  padding-right: 0;
}
.news-index-page .page-main__inner::after,
.news-article-page .page-main__inner::after {
  display: block;
  clear: both;
  content: "";
}
.news-index-page .news-body,
.news-index-page .news-sidebar,
.news-article-page .news-body,
.news-article-page .news-sidebar {
  padding-bottom: calc(2rem + 1vw + 1vh);
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 980px) {
  .news-index-page .news-body,
.news-article-page .news-body {
    float: left;
    width: 66.6666666667%;
  }
  .news-index-page .news-sidebar,
.news-article-page .news-sidebar {
    float: right;
    width: 25%;
  }
}

.news-post-content,
.news-post-footer {
  margin-bottom: calc(4rem + 2vw);
}

.news-post-footer__tags,
.news-post-footer__share,
.news-post-footer__share-links,
.news-post-footer__share-url {
  margin-bottom: 2rem;
}

.news-post-related .block-promo-list__item {
  max-width: 380px;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 650px) {
  .news-post-related .block-promo-list__item {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1200px) {
  .news-post-related .block-promo-list__item {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
.news-post-related .page-promo__teaser {
  display: none;
}

.home-interactive {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.home-interactive iframe {
  height: calc(100vh - 28rem);
  min-height: 700px;
  margin: 0;
  border: none;
}
@media screen and (min-width: 650px) {
  .home-interactive iframe {
    min-height: 800px;
  }
}

.home-slideshow-container {
  margin-bottom: calc(4rem + 2vw);
}

.home-slideshow .home-slideshow__slide-container {
  min-height: 66vh;
}
.home-slideshow .slick-slide > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.home-intro {
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: calc(2rem + 1vw);
  padding-bottom: calc(2rem + 1vw);
}

.home-intro__text,
.home-intro__video-and-promos {
  margin-bottom: 2rem;
  padding: 2rem;
}

.home-intro__text {
  max-width: 80ch;
  text-align: center;
}
.home-intro__text b, .home-intro__text strong {
  color: #0A548B;
}
.home-intro__text a:visited b, .home-intro__text a:visited strong {
  color: #192A41;
}
@media screen and (min-width: 650px) {
  .home-intro__text {
    font-size: 2.2rem;
  }
}

.home-intro__video-and-promos,
.home-intro__text,
.home-intro__promos,
.home-intro__video,
.home-intro__text {
  width: 100%;
}

.home-intro__video-and-promos__inner-div {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  height: 100%;
}

.home-intro__promos {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  margin-bottom: 5rem;
}
.home-intro__promos p {
  margin: 0;
}
.home-intro__promos .home-intro__countdown,
.home-intro__promos .home_intro__registered-count {
  padding: 1rem;
  margin: 0 1rem;
  width: 100%;
  text-align: center;
}
.home-intro__promos .home-intro__countdown .home-intro__promo-digits__span,
.home-intro__promos .home_intro__registered-count .home-intro__promo-digits__span {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.home-intro__promos .home-intro__countdown .home-intro__promo-digits__span span,
.home-intro__promos .home_intro__registered-count .home-intro__promo-digits__span span {
  padding: 1rem 0;
  margin: 0 0.2rem;
  min-width: 15%;
  font-size: 2.2rem;
  font-weight: 600;
  background-color: white;
}
@media only screen and (max-width: 980px) {
  .home-intro__promos .home-intro__countdown .home-intro__promo-digits__span span,
.home-intro__promos .home_intro__registered-count .home-intro__promo-digits__span span {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 980px) {
  .home-intro__promos .home-intro__countdown,
.home-intro__promos .home_intro__registered-count {
    margin: 0 0.5rem;
  }
}
.home-intro__promos .home-intro__promo-text__span {
  margin-top: 0.5rem;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 980px) {
  .home-intro__promos .home-intro__promo-text__span {
    margin: 0 0.5rem;
    font-size: 1.5rem;
  }
}
.home-intro__promos .home-intro__countdown {
  border: 1px solid #72CAEC;
  border-radius: 10px;
  background-color: #72CAEC;
}
.home-intro__promos .home-intro__countdown .home-intro__promo-digits__span span {
  border: 1px solid #72CAEC;
}
.home-intro__promos .home_intro__registered-count,
.home-intro__promos .home-intro__promo-digits__span span {
  border: 1px solid #0A548B;
  border-radius: 10px;
  background-color: #0A548B;
}
.home-intro__promos .home_intro__registered-count .home-intro__promo-digits__span span,
.home-intro__promos .home-intro__promo-digits__span span .home-intro__promo-digits__span span {
  border: 1px solid #0A548B;
}
@media only screen and (max-width: 980px) {
  .home-intro__promos {
    margin-bottom: 2rem;
  }
}

.home-intro__promos__waterdrop {
  display: block;
  max-width: 10%;
  margin: auto 0;
}
.home-intro__promos__waterdrop img {
  width: 100%;
  margin: auto 0;
}
.home-intro__promos__waterdrop img.waterdrop-right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1200px) and (min-width: 980px), (max-width: 400px) {
  .home-intro__promos__waterdrop {
    display: none;
  }
  .home-intro__promos__waterdrop.waterdrop-display__on-mobile {
    display: inline-block;
  }
}

.home-intro__video .content-block {
  margin-top: 0;
}

@media screen and (min-width: 980px) {
  .home-intro {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }

  .home-intro__text,
.home-intro__video {
    -ms-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .home-intro__video-and-promos:not(:only-child) {
    margin-right: 3rem;
  }
}
.registration-form {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-top: calc(2rem + 1vw);
  padding-bottom: calc(2rem + 1vw);
}
.registration-form form {
  max-width: none;
}
.registration-form #id_age_groups {
  display: flex;
  flex-wrap: wrap;
}
.registration-form #id_age_groups li {
  flex: 0 0 12rem;
}

.registration-form__inner {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 400px) {
  .registration-form__inner {
    width: 83.3333333333%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 980px) {
  .registration-form__inner {
    width: 93.75%;
    max-width: 128rem;
  }
}

.registration-form__title {
  margin-bottom: 2rem;
}

.registration-form__container {
  margin-left: auto;
  margin-right: auto;
}

.registration-thankyou-page .block-heading,
.registration-thankyou-page .block-richtext,
.registration-thankyou-page .block-image-gallery,
.registration-thankyou-page .block-logo-wall__footer,
.registration-thankyou-page .block-quote,
.registration-thankyou-page .block-cta-group,
.registration-thankyou-page .block-document-list--simple-list,
.registration-thankyou-page .block-accordion {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.registration-survey {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}

.stripped-header {
  padding-top: calc(2rem + 0.5vw);
  padding-bottom: calc(2rem + 0.5vw);
  text-align: center;
}
.stripped-header .site-logo {
  margin: auto;
}

.stripped-main {
  max-width: 64rem;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: calc(4rem + 5vw);
}
.stripped--narrow .stripped-main {
  max-width: 44rem;
}
.stripped--wide .stripped-main {
  max-width: 84rem;
}

.stripped-page-header {
  margin-bottom: calc(4rem + 0.5vw);
  text-align: center;
}

.stripped-footer {
  padding-top: calc(4rem + 2vw);
  padding-bottom: calc(4rem + 2vw);
  background-color: #192A41;
  text-align: center;
}

.stripped-footer__basic-view {
  padding-top: 4rem;
}

.page-404-content {
  max-width: 60rem;
}

.page-500-content {
  max-width: 60rem;
}

/* ----- Guides ----- */
html#guides body,
html#guides main {
  background-color: transparent !important;
}
html#guides .body-inner {
  position: relative;
}
html#guides .body-inner::after {
  content: " ";
  display: block;
  width: 100%;
  max-width: 375px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url("/static/images/temp/grid/grid-4col.838710451da6.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  opacity: 0.5;
}
@media screen and (min-width: 400px) {
  html#guides .body-inner::after {
    width: 83.335%;
    min-width: 375px;
    max-width: 840px;
  }
}
@media screen and (min-width: 650px) {
  html#guides .body-inner::after {
    background-image: url("/static/images/temp/grid/grid-8col.c9f5b4e8e8d2.png");
  }
}
@media screen and (min-width: 980px) {
  html#guides .body-inner::after {
    width: 93.75%;
    max-width: 128rem;
    background-image: url("/static/images/temp/grid/grid-12col-960px.fc0ab43ec61d.png");
  }
}
@media screen and (min-width: 1200px) {
  html#guides .body-inner::after {
    background-image: url("/static/images/temp/grid/grid-12col-1240px.98d1e09309e3.png");
  }
}
@media screen and (min-width: 1800px) and (min-height: 1080px) {
  html#guides .body-inner::after {
    background-image: url("/static/images/temp/grid/grid-12col-1500px.3582dd0c8cb7.png");
  }
}
html#guides .page-wrap {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
html#guides .page-main {
  background-color: transparent;
}
html#guides .site-header {
  background-color: rgba(0, 255, 0, 0.1);
}
html#guides .site-header div {
  background-color: rgba(0, 255, 0, 0.05);
}
html#guides .site-footer {
  background-color: rgba(0, 0, 255, 0.1);
}
html#guides .site-footer div {
  background-color: rgba(0, 0, 255, 0.05);
}
html#guides article header {
  background-color: rgba(255, 125, 0, 0.1);
}
html#guides article header div {
  background-color: rgba(255, 125, 0, 0.05);
}
html#guides section, html#guides aside {
  background-color: rgba(255, 0, 0, 0.1);
}
html#guides main div,
html#guides section div,
html#guides aside div {
  background-color: rgba(255, 0, 0, 0.05);
}

/*
 * -----------------------------------------------------------------------------
 * # Print Styles
 * -----------------------------------------------------------------------------
 */
.lazyload-print-message {
  display: none;
}

@media print {
  body {
    padding: 20px 80px 20px 40px !important;
  }

  *,
*:before,
*:after {
    max-width: none !important;
    min-height: auto !important;
    height: auto !important;
    position: static !important;
    float: none !important;
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
  }

  div,
header,
footer,
main,
article,
section,
aside {
    display: block !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  section {
    display: block !important;
  }

  hr {
    display: block !important;
    height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  ul, ol {
    display: block !important;
    margin: 0 !important;
    padding: 0.5rem 2rem !important;
  }

  ul,
ul > li {
    list-style-type: disc !important;
  }

  ol {
    list-style-type: decimal !important;
  }

  li {
    margin: 0 !important;
    padding: 5px 0 !important;
    border: none !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h1,
h2,
h3,
blockquote {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  figure {
    padding: 0 !important;
    border: none !important;
  }

  .lazyload-print-message {
    display: block;
  }
  .lazyload-print-message::before {
    content: "To aid performance, some images don't load until scrolled into view. To print all images you will need to scroll through the whole page first.";
    display: block;
    margin: 0;
    margin-bottom: 15px;
    padding: 10px;
    border: 2px dashed red;
    font-size: 8px;
    color: red !important;
  }
  img.lazyloaded + .lazyload-print-message {
    display: none;
  }

  img {
    page-break-inside: avoid;
    max-width: 500px !important;
    margin: 20px 0 !important;
    border: none !important;
    border-radius: 0 !important;
  }

  a,
a:visited {
    text-decoration: underline !important;
    border: none !important;
  }

  a[href]:after {
    content: " (" attr(href) ")";
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    font-size: 9px;
    color: blue !important;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
  }

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

  /*
   * Don't show links that are fragment identifiers,
   * or email links,
   * or use the `javascript:` pseudo protocol
   * or explicitly shouldn't show links
   */
  a[href^="#"]::after,
a[href^="mailto:"]::after,
a[href^="javascript:"]::after,
a.site-logo::after,
a.metadata__link::after,
a.tag::after {
    content: "";
  }

  a.btn {
    display: block;
    padding: 0;
    text-align: left;
  }

  a.tag {
    margin: 0;
    padding: 0;
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  /* Hide for Print */
  form,
button,
.print-hide,
.wagtail-userbar,
.js-fixed-scroll-top,
.js-slide-toggle,
.js-slide-toggle[aria-expanded=false],
.loading-screen,
.accessibility-nav,
.basic-view-message,
.dialog-hidden,
.sr-only,
.sr-unmarked-list li::before,
.site-logo__web,
.site-header__navbar-mobile,
.site-header__navbar-desktop,
.breadcrumbs-container,
.pagination,
.share-links,
.footer-logo,
.slick-slider,
.block-map-embed,
.block-html,
.news-sidebar {
    display: none !important;
  }

  /* Show for Print */
  .print-block,
*[aria-expanded=false],
.site-logo__print {
    display: block !important;
  }

  .print-inline {
    display: inline !important;
  }

  /* Custom Print Styles */
  .site-header {
    position: static !important;
    transform: none !important;
  }

  .site-footer {
    page-break-inside: avoid;
    margin-top: 40px !important;
    padding-top: 20px !important;
    border-top: 1px solid #666 !important;
    font-size: 10px !important;
  }

  .social-links li, .social-links a {
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
  }
  .social-links .label {
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    clip-path: inset(0) !important;
  }
  .social-links .icon {
    display: none !important;
  }

  .page-promo img,
.news-list img {
    width: 200px !important;
  }

  .page-promo__title,
.news-preview__title {
    margin-bottom: 5px !important;
  }

  .news-preview__thumb a::after {
    display: none !important;
  }

  .page-promo__info,
.news-preview__excerpt {
    padding-top: 10px !important;
  }

  .block-image-gallery div {
    display: inline-block !important;
    vertical-align: top !important;
  }
  .block-image-gallery a::after {
    display: none !important;
  }
  .block-image-gallery img {
    width: 200px !important;
  }

  .block-logo-wall li {
    display: inline-block !important;
    vertical-align: middle !important;
    padding-right: 50px !important;
  }
  .block-logo-wall a::after {
    display: none !important;
  }
}

/*# sourceMappingURL=waternight_main.css.map */
