@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700&display=swap);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&display=swap);@charset "UTF-8";

/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 40em) {
  .reveal.large,
  .reveal.small,
  .reveal.tiny,
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url(../fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(../fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(../fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(../fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(../fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(../fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

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

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

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

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

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

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

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

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

.fa-lock:before {
  content: "\F023";
}

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

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

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

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

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

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

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

.fa-print:before {
  content: "\F02F";
}

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

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

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

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

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

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

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

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

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

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

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

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

.fa-arrows:before {
  content: "\F047";
}

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

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

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

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

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

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

.fa-step-forward:before {
  content: "\F051";
}

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

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

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

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

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

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

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

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

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

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

.fa-times-circle-o:before {
  content: "\F05C";
}

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

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

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

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

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

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

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

.fa-leaf:before {
  content: "\F06C";
}

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

.fa-eye:before {
  content: "\F06E";
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

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

.fa-magnet:before {
  content: "\F076";
}

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

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

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

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

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

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

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

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

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

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

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

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

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

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

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

.fa-lemon-o:before {
  content: "\F094";
}

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

.fa-square-o:before {
  content: "\F096";
}

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

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

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

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

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

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

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

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

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

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

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

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

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

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

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

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

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

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

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

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

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

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

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

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

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

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

.fa-money:before {
  content: "\F0D6";
}

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

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

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

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

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

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

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

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

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

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

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

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

.fa-beer:before {
  content: "\F0FC";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

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

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

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

.fa-spinner:before {
  content: "\F110";
}

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

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

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

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

.fa-smile-o:before {
  content: "\F118";
}

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

.fa-meh-o:before {
  content: "\F11A";
}

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

.fa-keyboard-o:before {
  content: "\F11C";
}

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

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

.fa-terminal:before {
  content: "\F120";
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

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

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

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

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

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

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

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

.fa-microphone:before {
  content: "\F130";
}

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

.fa-shield:before {
  content: "\F132";
}

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

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

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

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

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

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

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

.fa-html5:before {
  content: "\F13B";
}

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

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

.fa-unlock-alt:before {
  content: "\F13E";
}

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

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

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

.fa-rss-square:before {
  content: "\F143";
}

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

.fa-ticket:before {
  content: "\F145";
}

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

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

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

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

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

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

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

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

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

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

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

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

.fa-windows:before {
  content: "\F17A";
}

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

.fa-linux:before {
  content: "\F17C";
}

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

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

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

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

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

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

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

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

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

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

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

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

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

.fa-stumbleupon:before {
  content: "\F1A4";
}

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

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

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

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

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

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

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

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

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

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

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

.fa-behance:before {
  content: "\F1B4";
}

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

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

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

.fa-spotify:before {
  content: "\F1BC";
}

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

.fa-soundcloud:before {
  content: "\F1BE";
}

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

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

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

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

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

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

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

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

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

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

.fa-paypal:before {
  content: "\F1ED";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\F1F8";
}

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

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

.fa-eyedropper:before {
  content: "\F1FB";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\F202";
}

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

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

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

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

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

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

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

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

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

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

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

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

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

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

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

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

.fa-venus-mars:before {
  content: "\F228";
}

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

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

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

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

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

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

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

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

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

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

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

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

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

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

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

.fa-clone:before {
  content: "\F24D";
}

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

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

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

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

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

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

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

.fa-gg:before {
  content: "\F260";
}

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

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

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

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

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

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

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

.fa-opera:before {
  content: "\F26A";
}

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

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

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

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

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

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

.fa-industry:before {
  content: "\F275";
}

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

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

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

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

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

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

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

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

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

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

.fa-usb:before {
  content: "\F287";
}

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

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

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

.fa-pause-circle-o:before {
  content: "\F28C";
}

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

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

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

.fa-bluetooth:before {
  content: "\F293";
}

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

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

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

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

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

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

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

.fa-volume-control-phone:before {
  content: "\F2A0";
}

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

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

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

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

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

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

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

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

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

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

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

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

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

.fa-linode:before {
  content: "\F2B8";
}

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

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

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

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

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

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

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

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

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

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

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *,
[data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

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

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

::-moz-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

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

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

[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

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

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

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

label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

.form-error.is-visible {
  display: block;
}

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

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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

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

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

.cite-block,
cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

.cite-block:before,
cite:before {
  content: "\2014   ";
}

.code-inline,
code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex-basis: auto;
  }
}

.grid-x > .small-12,
.grid-x > .small-11,
.grid-x > .small-10,
.grid-x > .small-9,
.grid-x > .small-8,
.grid-x > .small-7,
.grid-x > .small-6,
.grid-x > .small-5,
.grid-x > .small-4,
.grid-x > .small-3,
.grid-x > .small-2,
.grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-12,
  .grid-x > .medium-11,
  .grid-x > .medium-10,
  .grid-x > .medium-9,
  .grid-x > .medium-8,
  .grid-x > .medium-7,
  .grid-x > .medium-6,
  .grid-x > .medium-5,
  .grid-x > .medium-4,
  .grid-x > .medium-3,
  .grid-x > .medium-2,
  .grid-x > .medium-1,
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-12,
  .grid-x > .large-11,
  .grid-x > .large-10,
  .grid-x > .large-9,
  .grid-x > .large-8,
  .grid-x > .large-7,
  .grid-x > .large-6,
  .grid-x > .large-5,
  .grid-x > .large-4,
  .grid-x > .large-3,
  .grid-x > .large-2,
  .grid-x > .large-1,
  .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.5rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.5rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.5rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.5rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.5rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.5rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.5rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.5rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.5rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.5rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.5rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.5rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.5rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.5rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.5rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.5rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.5rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.5rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.5rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.5rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.5rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.5rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.5rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.5rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.5rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.5rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.5rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.5rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.5rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.5rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

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

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
}

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

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

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

  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    flex-basis: auto;
  }
}

.grid-y > .small-12,
.grid-y > .small-11,
.grid-y > .small-10,
.grid-y > .small-9,
.grid-y > .small-8,
.grid-y > .small-7,
.grid-y > .small-6,
.grid-y > .small-5,
.grid-y > .small-4,
.grid-y > .small-3,
.grid-y > .small-2,
.grid-y > .small-1 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.3333333333%;
}

.grid-y > .small-2 {
  height: 16.6666666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333333333%;
}

.grid-y > .small-5 {
  height: 41.6666666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333333333%;
}

.grid-y > .small-8 {
  height: 66.6666666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333333333%;
}

.grid-y > .small-11 {
  height: 91.6666666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .medium-12,
  .grid-y > .medium-11,
  .grid-y > .medium-10,
  .grid-y > .medium-9,
  .grid-y > .medium-8,
  .grid-y > .medium-7,
  .grid-y > .medium-6,
  .grid-y > .medium-5,
  .grid-y > .medium-4,
  .grid-y > .medium-3,
  .grid-y > .medium-2,
  .grid-y > .medium-1,
  .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }

  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }

  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }

  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }

  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }

  .grid-y > .large-12,
  .grid-y > .large-11,
  .grid-y > .large-10,
  .grid-y > .large-9,
  .grid-y > .large-8,
  .grid-y > .large-7,
  .grid-y > .large-6,
  .grid-y > .large-5,
  .grid-y > .large-4,
  .grid-y > .large-3,
  .grid-y > .large-2,
  .grid-y > .large-1,
  .grid-y > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.3333333333%;
  }

  .grid-y > .large-2 {
    height: 16.6666666667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.3333333333%;
  }

  .grid-y > .large-5 {
    height: 41.6666666667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.3333333333%;
  }

  .grid-y > .large-8 {
    height: 66.6666666667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.3333333333%;
  }

  .grid-y > .large-11 {
    height: 91.6666666667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5rem);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.5rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.5rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.5rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.5rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.5rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.5rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.5rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.5rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.5rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.5rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.5rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.5rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.5rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.5rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.5rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.5rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.5rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.5rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.5rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.5rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.5rem);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.5rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.5rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.5rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.5rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.5rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.5rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.5rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.5rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.5rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.5rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.5rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.5rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.5rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.5rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.5rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.5rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.5rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.5rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.5rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.5rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.5rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.5rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.5rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.5rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.5rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.5rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.5rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.5rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.5rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.5rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.5rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.5rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button,
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button:hover,
.button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.primary,
.button.primary.disabled,
.button.primary[disabled],
.button.primary.disabled:hover,
.button.primary[disabled]:hover,
.button.primary.disabled:focus,
.button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary,
.button.secondary.disabled,
.button.secondary[disabled],
.button.secondary.disabled:hover,
.button.secondary[disabled]:hover,
.button.secondary.disabled:focus,
.button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success,
.button.success.disabled,
.button.success[disabled],
.button.success.disabled:hover,
.button.success[disabled]:hover,
.button.success.disabled:focus,
.button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning,
.button.warning.disabled,
.button.warning[disabled],
.button.warning.disabled:hover,
.button.warning[disabled]:hover,
.button.warning.disabled:focus,
.button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert,
.button.alert.disabled,
.button.alert[disabled],
.button.alert.disabled:hover,
.button.alert[disabled]:hover,
.button.alert.disabled:focus,
.button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus,
.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary[disabled],
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled]:hover,
.button.hollow.primary.disabled:focus,
.button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary[disabled],
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled]:hover,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success[disabled],
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled]:hover,
.button.hollow.success.disabled:focus,
.button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning[disabled],
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled]:hover,
.button.hollow.warning.disabled:focus,
.button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert[disabled],
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled]:hover,
.button.hollow.alert.disabled:focus,
.button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear,
.button.clear:hover,
.button.clear:focus,
.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  color: #1779ba;
}

.button.clear:hover,
.button.clear:focus {
  color: #0c3d5d;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled]:hover,
.button.clear.primary.disabled:focus,
.button.clear.primary[disabled]:focus {
  color: #1779ba;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  color: #0c3d5d;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled]:hover,
.button.clear.secondary.disabled:focus,
.button.clear.secondary[disabled]:focus {
  color: #767676;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  color: #3b3b3b;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success.disabled:hover,
.button.clear.success[disabled]:hover,
.button.clear.success.disabled:focus,
.button.clear.success[disabled]:focus {
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  color: #157539;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled]:hover,
.button.clear.warning.disabled:focus,
.button.clear.warning[disabled]:focus {
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  color: #805700;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled]:hover,
.button.clear.alert.disabled:focus,
.button.clear.alert[disabled]:focus {
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  color: #67251a;
}

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

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}

.button-group::before,
.button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group::before,
.button-group::after {
  display: none;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button[disabled],
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled]:hover,
.button-group.primary .button.disabled:focus,
.button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button[disabled],
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button[disabled],
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled]:hover,
.button-group.success .button.disabled:focus,
.button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button[disabled],
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled]:hover,
.button-group.warning .button.disabled:focus,
.button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button[disabled],
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled]:hover,
.button-group.alert .button.disabled:focus,
.button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.hollow .button,
.button-group.hollow .button:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button[disabled],
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button-group.hollow .button:hover,
.button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled]:hover,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button-group.hollow.primary .button:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled]:hover,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled]:hover,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button-group.hollow.success .button:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}

.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled]:hover,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button-group.hollow.warning .button:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled]:hover,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button-group.hollow.alert .button:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button-group.clear .button,
.button-group.clear .button:hover,
.button-group.clear .button:focus,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:hover,
.button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button[disabled],
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled]:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled]:focus {
  color: #1779ba;
}

.button-group.clear .button:hover,
.button-group.clear .button:focus {
  color: #0c3d5d;
}

.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}

.button-group.clear.primary .button:hover,
.button-group.clear.primary .button:focus,
.button-group.clear .button.primary:hover,
.button-group.clear .button.primary:focus {
  color: #0c3d5d;
}

.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}

.button-group.clear.secondary .button:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}

.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled]:hover,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button[disabled]:focus,
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}

.button-group.clear.success .button:hover,
.button-group.clear.success .button:focus,
.button-group.clear .button.success:hover,
.button-group.clear .button.success:focus {
  color: #157539;
}

.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled]:hover,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}

.button-group.clear.warning .button:hover,
.button-group.clear.warning .button:focus,
.button-group.clear .button.warning:hover,
.button-group.clear .button.warning:focus {
  color: #805700;
}

.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled]:hover,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}

.button-group.clear.alert .button:hover,
.button-group.clear.alert .button:focus,
.button-group.clear .button.alert:hover,
.button-group.clear .button.alert:focus {
  color: #67251a;
}

.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium,
.close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

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

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

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

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

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

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

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

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

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

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

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

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

table.unstriped tbody {
  background-color: #fefefe;
}

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

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

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

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

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

.card-image {
  min-height: 1px;
}

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

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #0a0a0a;
}

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

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

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "\2013";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

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

.orbit-slide {
  width: 100%;
  position: absolute;
}

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

.orbit-figure {
  margin: 0;
}

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

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

.orbit-next,
.orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
  outline: 0;
}

.orbit-next:hover,
.orbit-previous:hover,
.orbit-next:active,
.orbit-previous:active,
.orbit-next:focus,
.orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

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

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

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

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

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg,
.menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg,
.menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li {
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: flex;
}

.menu.icon-left li a,
.menu.nested.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg,
.menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a,
.menu.nested.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg,
.menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a,
.menu.nested.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg,
.menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a,
.menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg,
.menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg,
.menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

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

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

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

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

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

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

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

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

.is-dropdown-submenu-parent {
  position: relative;
}

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

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

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

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

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

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

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

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

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

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

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

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

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

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

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

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

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

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

.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

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

.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

/*** BreakPoints Css ***/

/*** Colors ***/

/*** Gradients ***/

/*** Fonts ***/

/*** transitions ***/

/*** Shadows ***/

html {
  height: 100%;
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: currentColor;
  letter-spacing: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  color: currentColor;
}

a {
  color: currentColor;
  text-decoration: none;
}

button {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

hr {
  margin: 0;
  border: 0;
}

cite,
address {
  font-style: normal;
}

input {
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

/*** BreakPoints Css ***/

/*** Colors ***/

/*** Gradients ***/

/*** Fonts ***/

/*** transitions ***/

/*** Shadows ***/

@font-face {
  font-family: "fontawesome";
  src: url(../fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(../fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(../fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: normal;
  font-style: normal;
}

.off-canvas-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  clear: both;
}

@media ( max-width: 1024px) {
  .off-canvas-wrapper {
    z-index: 1;
  }
}

/*
 * Text Style Desktop & Mobile
 */

/*------------------------------------ STYLES -----------------------------------*/

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #005154;
}

@media ( min-width: 768px) {
  body {
    font-size: 14px;
  }
}

body.overlay-active {
  overflow: hidden;
}

.page-main-content {
  padding-top: 20px;
}

@media ( min-width: 768px) {
  .page-main-content {
    padding-top: 65px;
  }
}

.page-main-content .front {
  padding-top: 0;
}

.heading-1,
h1 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  .heading-1,
  h1 {
    font-size: 40px;
  }
}

.heading-1 + .text-3,
h1 + .text-3 {
  margin: 20px 0 30px;
}

@media ( min-width: 768px) {
  .heading-1 + .text-3,
  h1 + .text-3 {
    margin: 24px 0;
  }
}

.heading-2,
h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  .heading-2,
  h2 {
    font-size: 22px;
  }
}

.heading-3,
h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #4CCECB;
  line-height: normal;
}

@media ( min-width: 768px) {
  .heading-3,
  h3 {
    font-size: 18px;
    color: #005154;
  }
}

.heading-4,
h4 {
  font-size: 14px;
  font-weight: bold;
  color: #9CDDDC;
  line-height: normal;
}

@media ( min-width: 768px) {
  .heading-4,
  h4 {
    font-size: 12px;
  }
}

.text-1 {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #4CCECB;
}

@media ( min-width: 768px) {
  .text-1 {
    font-size: 20px;
  }
}

.text-2 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #005154;
}

@media ( min-width: 768px) {
  .text-2 {
    font-size: 14px;
  }
}

.text-3 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #005154;
}

@media ( min-width: 768px) {
  .text-3 {
    font-size: 14px;
  }
}

a.button {
  border: 1px solid;
  border-color: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  border-radius: 7px;
  color: #4CCECB;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: "inline-block";
  background: none;
}

a.button:hover {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  color: #ffffff;
}

.sharethis-below-title .sharethis-wrapper span {
  cursor: pointer;
  /* =========== Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sharethis-below-title .sharethis-wrapper span:before {
  cursor: pointer;
  font-family: fontawesome;
  font-size: 26px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.sharethis-below-title .sharethis-wrapper .st_facebook_custom:before {
  content: "\F09A";
}

.sharethis-below-title .sharethis-wrapper .st_linkedin_custom:before {
  content: "\F0E1";
}

.sharethis-below-title .sharethis-wrapper .st_email_custom:before {
  content: "\F0E0";
}

.sharethis-below-title .sharethis-wrapper .st_print_custom:before {
  content: "\F02F";
}

.sharethis-below-title .sharethis-wrapper .st_sharethis_custom:before {
  content: "\F1E0";
}

.sharethis-below-title .sharethis-wrapper .st_download_custom {
  position: relative;
}

.sharethis-below-title .sharethis-wrapper .st_download_custom:before {
  content: "\F019";
  font-family: FontAwesome;
  font-size: 24px;
  width: 34px;
  display: inline-block;
  position: relative;
  top: -2px;
  text-align: center;
}

.sharethis-below-title .sharethis-wrapper .st_download_custom a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.display-flex {
  display: flex;
  flex-flow: wrap;
}

.padding-0 {
  padding: 0;
}

.executive-summary ul {
  list-style: disc;
}

.quicktabs-main .executive-summary ul li:before {
  content: "";
  position: absolute;
  color: #4CCECB;
  font-size: 30px;
  left: 8px;
  display: list-item;
  top: -14px;
}

/*------------------------------------ BREAKPOINTS -------------------------------------*/

/*------------------------------------ GRID -------------------------------------------*/

.row .row {
  margin-right: -18px;
  margin-left: -18px;
}

@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.row.gutter-small > .column,
.row.gutter-small > .columns {
  padding-right: 18px;
  padding-left: 18px;
}

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
  padding-right: 12px;
  padding-left: 12px;
}

.column,
.columns {
  padding-right: 18px;
  padding-left: 18px;
}

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.cta-button {
  display: inline-block;
}

.cta-button a {
  background: #6cd796;
  border-radius: 7px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
  transition: none;
}

.cta-button a:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
}

.cta-button-round {
  display: inline-block;
}

.cta-button-round a {
  background: #6cd796;
  border-radius: 7px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
  transition: none;
}

.cta-button-round a:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
}

.cta-button-round a {
  border-radius: 100px;
}

.secondary-button {
  display: inline-block;
}

.secondary-button a {
  border: 1px solid;
  border-color: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  border-radius: 7px;
  color: #4CCECB;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
  background: none;
}

.secondary-button a:hover {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  color: #ffffff;
  border-color: #4CCECB;
}

.solution-button {
  display: inline-block;
  position: relative;
}

.solution-button a {
  background: linear-gradient(235deg, #4CCECB 0%, #9CDDDC 100%);
  color: #ffffff;
  display: inline-block;
  padding: 18px 50px 18px 30px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: none;
}

.solution-button a:after {
  content: "";
  background-image: url(../images/white-icon-lamp.svg?687717f6b4ec6054b44790821f33785b);
  background-repeat: no-repeat;
  position: absolute;
  font-size: 20px;
  font-family: fontawesome;
  right: 10px;
  width: 20px;
  height: 28px;
  color: #ffffff;
  top: 50%;
  transform: translate(-50%, -50%);
}

.solution-button:hover a {
  color: #005154;
}

.solution-button:hover a:after {
  color: #005154;
  filter: invert(1);
}

.label-button {
  display: inline-block;
  margin-bottom: 10px;
}

.label-button a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #4CCECB;
  background: #D9F8F7;
  border-radius: 25px;
  text-align: center;
  padding: 8px 15px;
  transition: none;
  display: block;
}

.label-button:hover a {
  background: #9CDDDC;
  color: #005154;
}

.back-button a {
  width: 30px;
  height: 30px;
  background: #57C578;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  display: block;
}

.back-button a:before {
  content: "";
}

.back-button a:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
}

.prev-button {
  font-size: 0;
}

.prev-button:before {
  content: "";
  background: url(../images/arrow-back.svg?56c4b586a203dafa5d83c66dce3ea2bc);
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  z-index: 1;
}

.prev-button:hover:before {
  background: url(../images/arrow-back-hover.svg?31ec096160bbb684f6fbd17f30893876);
}

.next-button {
  font-size: 0;
}

.next-button:before {
  content: "";
  background: url(../images/arrow-back.svg?56c4b586a203dafa5d83c66dce3ea2bc);
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  z-index: 1;
}

.next-button:hover:before {
  background: url(../images/arrow-back-hover.svg?31ec096160bbb684f6fbd17f30893876);
}

.next-button:before {
  background: url(../images/arrow-next.svg?44e29b2a69d423e0362d403d2f1a6372);
  right: 0;
  left: auto;
}

.next-button:hover:before {
  background: url(../images/arrow-next-hover.svg?8e04565acabdaeaf81b6f82880b4ac1c);
}

nav .block-title {
  display: none;
}

nav ul.menu li a {
  color: #57C578;
}

.off-canvas-wrapper {
  transition: 1s all;
}

.active-global + div + .off-canvas-wrapper {
  filter: blur(14px);
  transition: 1s all;
}

.active-global + div + .off-canvas-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 81, 84, 0.4);
  transition: 1s all;
}

.header-wrapper {
  margin: 0 auto;
  background: #ffffff;
  z-index: 9;
  padding: 15px 0;
  top: -100px;
  position: sticky;
  transition: 0.5s all;
  max-width: 1440px;
}

.header-wrapper.sticky {
  top: 0;
  width: 100%;
  transition: 0.5s all;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.12);
  z-index: 10;
}

.header-wrapper .search-block-form {
  visibility: hidden;
}

.header-wrapper .search-block-form:before {
  content: "\F002";
  font-family: fontawesome;
  visibility: visible;
  color: #57C578;
}

.header-wrapper .search-block-form form {
  display: none;
}

.header-wrapper header .columns {
  position: relative;
}

.header-wrapper header .columns div:first-child {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.header-wrapper header .columns .block-sswm-branding {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

@media ( min-width: 1024px) {
  .header-wrapper header .columns .block-sswm-branding {
    position: initial;
    transform: none;
    margin-right: 24px;
    margin-left: -12px;
  }
}

.header-wrapper header .columns .block-sswm-branding img {
  height: 33px;
  width: auto;
}

@media ( min-width: 1024px) {
  .header-wrapper header .columns .block-sswm-branding img {
    height: 58px;
  }
}

@media ( min-width: 1024px) {
  .header-wrapper header .columns .block-cbheadersearch {
    display: block;
  }

  html[dir=rtl] .header-wrapper header .columns .block-cbheadersearch {
    margin-right: 30px;
  }
}

.header-wrapper header .columns .block-cbheadersearch button {
  background: none;
  position: relative;
  margin: 0;
}

.header-wrapper header .columns .block-cbheadersearch button .search-icon {
  font-size: 0;
}

.header-wrapper header .columns .block-cbheadersearch button .search-icon:before {
  content: "";
  background-image: url(../images/hamburger-menu.svg?7860cebd912ec91943a3ef863b16093a);
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
}

@media ( min-width: 1024px) {
  .header-wrapper header .columns .block-cbheadersearch button .search-icon:before {
    background-image: url(../images/icon-search.svg?4e687a6bcc0ae1ab02e6ac179e391142);
  }

  .header-wrapper header .columns .block-cbheadersearch button .search-icon:before:hover {
    background-image: url(../images/icon-search-hover.svg?63369063b14374c644d87869b02a34b3);
  }
}

@media ( min-width: 1024px) {
  .header-wrapper header .columns .block-cbheadersearch button .search-icon:hover:before {
    background-image: url(../images/icon-search-hover.svg?63369063b14374c644d87869b02a34b3);
  }
}

.header-wrapper header .columns .block-cbheadersearch button:focus {
  outline: none;
}

.header-wrapper header .columns .block-sswm-main-menu .menu {
  display: none;
}

@media ( min-width: 1024px) {
  .header-wrapper header .columns .block-sswm-main-menu .menu {
    display: block;
    justify-content: center;
    text-align: center;
  }
}

.header-wrapper header .columns .block-sswm-main-menu .menu li {
  padding: 0 30px;
}

.header-wrapper header .columns .block-sswm-main-menu .menu li a {
  font-size: 14px;
  padding: 0;
}

.header-wrapper header .columns .block-sswm-main-menu .menu li a:hover,
.header-wrapper header .columns .block-sswm-main-menu .menu li a.is-active {
  color: #005154;
}

.header-wrapper header .columns .block-customheaderexploresolutionsbutton {
  position: absolute;
  right: 0;
}

@media ( min-width: 768px) {
  .header-wrapper header .columns .block-customheaderexploresolutionsbutton {
    right: 12px;
  }
}

@media ( max-width: 1024px) {
  .header-wrapper header .columns .block-customheaderexploresolutionsbutton .solution-button a {
    background: none;
    font-size: 0;
  }

  .header-wrapper header .columns .block-customheaderexploresolutionsbutton .solution-button a:after {
    background-image: url(../images/blue-icon-lamp.svg?6b8fd6362baaed4b6bd6cefd363fb865);
    filter: none;
  }
}

html[dir=rtl] .header-wrapper header .columns .block-customheaderexploresolutionsbutton {
  left: 0;
  right: auto;
}

@media ( min-width: 768px) {
  html[dir=rtl] .header-wrapper header .columns .block-customheaderexploresolutionsbutton {
    left: 12px;
  }
}

/* SSWM: 453 */

html[lang=ar] .block-sswm-main-menu li.menu-item.hide-ar {
  display: none;
}

html[lang=es] .block-sswm-main-menu .menu li.hide-es {
  display: none;
}

.iframe-view-grey {
  background: #f9f9fa;
}

.path-frontpage .block-system-main-block {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}

@media ( min-width: 768px) {
  .path-frontpage .block-system-main-block {
    position: relative;
    padding-top: 50px;
    padding-bottom: 110px;
  }
}

.path-frontpage .block-system-main-block article {
  position: relative;
  padding-bottom: 45px;
}

@media ( min-width: 768px) {
  .path-frontpage .block-system-main-block article {
    position: relative;
    padding-bottom: 0;
  }
}

.path-frontpage .block-system-main-block article:before {
  background-image: url(../images/main-image-header-new1.png?7339365536872fa5252f0fe5b858b768);
  content: "";
  background-repeat: no-repeat;
  width: 275px;
  background-size: auto 100%;
  height: 100vh;
  max-height: 257px;
  display: block;
  margin: 0 auto;
}

@media ( min-width: 768px) {
  .path-frontpage .block-system-main-block article:before {
    width: 480px;
    max-height: 450px;
    margin: inherit;
  }
}

.path-frontpage .block-system-main-block article:after {
  content: "\F063";
  font-family: fontawesome;
  color: #005154;
  font-size: 30px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.path-frontpage .block-system-main-block article .view-mode-full {
  position: relative;
  top: inherit;
  width: 100%;
  transform: none;
  right: auto;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 25px;
  padding-bottom: 20px;
}

@media ( min-width: 768px) {
  .path-frontpage .block-system-main-block article .view-mode-full {
    position: absolute;
    top: 50%;
    width: 58.33333%;
    transform: translate(-100px, -70%);
    right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 0;
  }
}

.path-frontpage .block-system-main-block article .view-mode-full h1 {
  margin-bottom: 25px;
}

@media ( min-width: 768px) {
  .path-frontpage .block-system-main-block article .view-mode-full h1 {
    margin-bottom: 0;
  }
}

.image-cards-with-label {
  background: #ffffff;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
  border-radius: 15px;
  position: relative;
  height: 100%;
}

.image-cards-with-label .cards-label .field-image {
  max-height: 215px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
}

.image-cards-with-label .cards-label .field-image img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.image-cards-with-label .cards-label .field-image .image-tag {
  position: absolute;
  background: #ffffff;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
  height: 75px;
  width: 75px;
  border-radius: 100px;
}

@media ( min-width: 1024px) {
  .image-cards-with-label .cards-label .field-image .image-tag {
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
}

.image-cards-with-label .cards-label .field-image .image-tag img {
  width: 50px;
  height: 50px;
  opacity: 1;
}

.image-cards-with-label .cards-label .field-info {
  padding: 30px 20px;
}

.image-cards-with-label .cards-label .field-info .heading-2 {
  margin-bottom: 15px;
}

.image-cards-with-label .cards-label .field-info .heading-2 a:hover {
  color: #4CCECB;
}

.image-cards-with-label .cards-label .field-info .text-3 {
  margin-bottom: 15px;
}

.image-cards-with-label .cards-label .cta-button {
  position: absolute;
  top: 20px;
  right: 20px;
}

.image-cards-with-label:hover .cards-label .field-image {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
}

.image-cards-with-label:hover .cards-label .field-info h2 {
  color: #4CCECB;
}

.online-courses-cards {
  background: #ffffff;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
  border-radius: 15px;
  position: relative;
}

.online-courses-cards .online-courses .courses-image {
  max-height: 215px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
}

.online-courses-cards .online-courses .courses-image .c-img {
  width: 100%;
  opacity: 0.5;
}

.online-courses-cards .online-courses .courses-image .courses-tag {
  position: absolute;
  background: #ffffff;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
}

@media ( min-width: 1024px) {
  .online-courses-cards .online-courses .courses-image .courses-tag {
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
}

.online-courses-cards .online-courses .courses-image .cta-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.online-courses-cards .online-courses .courses-info {
  padding: 30px 20px;
}

.online-courses-cards .online-courses .courses-info h2 {
  margin-bottom: 15px;
}

.online-courses-cards:hover .courses-image {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
}

.online-courses-cards:hover .courses-info h2 {
  color: #4CCECB;
}

#quicktabs-tabpage-perspective_online_course-1 .perspective-grid-wrap .views-field-field-about-tab .field-content {
  display: flex;
  flex-flow: row wrap;
}

#quicktabs-tabpage-perspective_online_course-1 .perspective-grid-wrap .views-field-field-about-tab .field-content .columns .oc-about-list {
  margin: 0;
}

#quicktabs-tabpage-perspective_online_course-1 .perspective-grid-wrap .views-field-field-about-tab .field-content .columns .oc-about-list li {
  margin-bottom: 25px;
}

#quicktabs-tabpage-perspective_online_course-1 .perspective-grid-wrap .views-field-field-about-tab .field-content .columns .oc-about-list li h5 {
  display: flex;
  font-weight: bold;
  margin: 0 0 5px;
}

#quicktabs-tabpage-perspective_online_course-1 .perspective-grid-wrap .views-field-field-about-tab .field-content .columns .oc-about-list li h5 img {
  padding: 0 5px 0 0;
}

#quicktabs-tabpage-perspective_online_course-1 .perspective-grid-wrap .views-field-field-about-tab .field-content .columns:nth-child(2) {
  display: none;
}

#quicktabs-tabpage-perspective_online_course-2 header .buttons {
  display: flex;
}

#quicktabs-tabpage-perspective_online_course-2 header .buttons .pdf {
  margin: 0 15px;
}

.text-cards {
  background: #ffffff;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}

.text-cards .text-card-tag {
  position: absolute;
  background: #ffffff;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
  position: static;
}

@media ( min-width: 1024px) {
  .text-cards .text-card-tag {
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
}

.text-cards .heading-2 {
  margin: 30px 0;
}

.text-cards:hover .heading-2 {
  color: #4CCECB;
}

.footer-wrapper {
  background: #57C578;
}

@media ( min-width: 768px) {
  .footer-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.footer-wrapper footer > div {
  display: flex;
  margin: 0 auto;
  align-items: center;
  flex-flow: column;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

@media print, screen and (min-width: 64em) {
  .footer-wrapper footer > div {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media ( min-width: 768px) {
  .footer-wrapper footer > div {
    flex-flow: row;
  }
}

@media ( min-width: 1024px) {
  .footer-wrapper footer > div {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media print and ( min-width: 1024px), screen and ( min-width: 1024px) and (min-width: 64em) {
  .footer-wrapper footer > div {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.footer-wrapper footer > div nav {
  border-bottom: 1px solid #fff;
  padding-top: 45px;
  padding-bottom: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 64em) {
  .footer-wrapper footer > div nav {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media ( min-width: 768px) {
  .footer-wrapper footer > div nav {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

@media print and ( min-width: 768px), screen and ( min-width: 768px) and (min-width: 64em) {
  .footer-wrapper footer > div nav {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.footer-wrapper footer > div nav .menu li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 64em) {
  .footer-wrapper footer > div nav .menu li {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media ( min-width: 1024px) {
  .footer-wrapper footer > div nav .menu li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
}

@media print and ( min-width: 1024px), screen and ( min-width: 1024px) and (min-width: 64em) {
  .footer-wrapper footer > div nav .menu li {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.footer-wrapper footer > div nav .menu li a {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #005154;
  color: #ffffff;
  font-size: 12px;
  transition: 0.2s;
  padding-bottom: 45px;
  padding-top: 0;
  padding-right: 18px;
  padding-left: 18px;
}

@media ( min-width: 768px) {
  .footer-wrapper footer > div nav .menu li a {
    font-size: 14px;
  }
}

@media ( min-width: 768px) {
  .footer-wrapper footer > div nav .menu li a {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 0;
  }
}

.footer-wrapper footer > div nav .menu li a:hover,
.footer-wrapper footer > div nav .menu li a.is-active {
  color: #005154;
}

.footer-wrapper footer > div .block-cbfootercopyright {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .footer-wrapper footer > div .block-cbfootercopyright {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media ( min-width: 768px) {
  .footer-wrapper footer > div .block-cbfootercopyright {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media print and ( min-width: 768px), screen and ( min-width: 768px) and (min-width: 64em) {
  .footer-wrapper footer > div .block-cbfootercopyright {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.footer-wrapper footer > div .block-cbfootercopyright .footer-wrapper-5 {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.footer-wrapper footer > div .block-cbfootercopyright .footer-wrapper-5-logo {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding-left: 18px;
  padding-right: 18px;
}

@media ( min-width: 768px) {
  .footer-wrapper footer > div .block-cbfootercopyright .footer-wrapper-5-logo {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-wrapper footer > div .block-cbfootercopyright .footer-wrapper-5-logo p {
  color: #ffffff;
  margin: 0 0 0 10px;
  font-size: 14px;
}

.footer-wrapper footer > div .block-cbfootercopyright .footer-wrapper-5-logo p span {
  display: block;
}

.footer-wrapper footer > div .block-cbfootercopyright .footer-wrapper-5-logo p span a {
  color: #fff;
}

.footer-wrapper footer > div .block-cbfootercopyright .footer-wrapper-5-logo p span a i {
  font-family: fontawesome;
  font-size: 18px;
  color: #0e76a8;
  font-style: inherit;
}

#return-to-top {
  display: none;
}

.footer-subscribe-wrapper {
  background: #005154;
  margin-top: 45%;
  position: relative;
}

@media ( min-width: 1024px) {
  .footer-subscribe-wrapper {
    margin-top: 150px;
  }
}

.footer-subscribe-wrapper:before {
  content: "";
  background-image: url(../images/sswm-shape-newsletter.svg?31a0131dc7f2d316c13b137ebf6df587);
  background-repeat: no-repeat;
  width: 480px;
  height: 320px;
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media ( max-width: 567px) {
  .footer-subscribe-wrapper:before {
    top: -15% !important;
    background-size: 75% 80% !important;
    width: 100%;
    transform: translate(-40%, -45%);
  }
}

@media ( max-width: 767px) {
  .footer-subscribe-wrapper:before {
    top: -20%;
    background-size: 90% 90%;
    height: 100%;
  }
}

@media ( min-width: 1024px) {
  .footer-subscribe-wrapper:before {
    content: none;
  }
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form {
  display: flex;
  flex-flow: row wrap;
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form .block-title {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 22px;
  text-align: center;
}

@media ( max-width: 767px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form .block-title {
    top: -40%;
    padding: 0 10%;
  }
}

@media ( max-width: 567px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form .block-title {
    padding: 0;
    top: -35%;
  }
}

@media ( min-width: 1024px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form .block-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    flex: 0 0 45%;
    z-index: 1;
    transform: none;
    top: auto;
    left: auto;
    margin: 40px 0 0;
  }

  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form .block-title:before {
    content: "";
    background-image: url(../images/sswm-shape-newsletter.svg?31a0131dc7f2d316c13b137ebf6df587);
    width: 480px;
    height: 320px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: -1;
    left: 0;
  }
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form {
  padding: 70px 0;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 100%;
  align-items: center;
  position: relative;
}

@media ( min-width: 1024px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form form {
    flex: 0 0 55%;
  }
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form P {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #005154;
  color: #ffffff;
  font-weight: normal;
  flex: 0 0 100%;
  padding: 0;
}

@media ( min-width: 768px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form form P {
    font-size: 14px;
  }
}

@media ( min-width: 768px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form form P {
    flex: 0 0 50%;
    padding: 0 10px 0 0;
  }
}

@media ( min-width: 1024px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form form P {
    flex: 0 0 50%;
    padding: 0 50px;
  }
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields {
  flex: 0 0 100%;
  margin-top: 20px;
}

@media ( min-width: 768px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields {
    flex: 0 0 50%;
  }
}

@media ( min-width: 1024px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields {
    flex: 0 0 50%;
    margin: 0;
  }
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .js-form-type-email label {
  display: none;
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .js-form-type-email input {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #005154;
  border-radius: 100px;
  border: none;
  padding: 0 0 0 15px;
  height: 45px;
}

@media ( min-width: 768px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .js-form-type-email input {
    font-size: 14px;
  }
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .js-form-type-email input::-moz-placeholder {
  color: #57C578;
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .js-form-type-email input::placeholder {
  color: #57C578;
}

html[dir=rtl] .footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .js-form-type-email input {
  padding: 0 15px 0 0;
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .js-form-type-textfield {
  display: none;
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .form-actions {
  position: absolute;
  right: 0;
}

html[dir=rtl] .footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .form-actions {
  right: auto;
  left: 0;
}

@media screen and (max-width: 1023px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .form-actions {
    bottom: 70px;
  }
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .form-actions input {
  background: #57C578;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  transition: none;
  height: 45px;
}

.footer-subscribe-wrapper .mailchimp-signup-subscribe-form form .form-actions input:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
  color: #ffffff;
}

@media ( min-width: 1024px) {
  .footer-subscribe-wrapper .mailchimp-signup-subscribe-form {
    display: flex;
    position: relative;
    flex-flow: row wrap;
  }
}

#block-mbsolutionfinder {
  display: none;
}

.slide-y-enter,
.slide-y-leave-to {
  transform: translateY(-100%);
}

.slide-x-enter,
.slide-x-leave-to {
  transform: translateX(-100%);
}

.slide-x-enter-active,
.slide-x-leave-active,
.slide-y-enter-active,
.slide-y-leave-active {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 400ms;
  transition-property: transform;
}

#custom-search-button-close {
  display: none;
}

.active-global #custom-search-button-close {
  display: block;
}

.explore-in-air,
.global-region > h2.block-title {
  display: none;
}

.activated-solution .explore-in-air,
.activated-solution .global-region > h2.block-title {
  display: block;
}

.global-sec-outer {
  z-index: 90;
  position: relative;
}

.global-sec-outer .global-sec-main .global-sec-inner .global-region {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.global-sec-outer .global-sec-main .global-sec-inner .global-region > h2.block-title {
  right: 0px;
  top: 10px;
  padding: 0.85em 50px 0.85em 1em;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  transition: none;
  color: #005154;
  position: fixed;
}

@media ( min-width: 768px) {
  .global-sec-outer .global-sec-main .global-sec-inner .global-region > h2.block-title {
    padding: 18px 50px 18px 30px;
    border-radius: 8px;
    right: 0;
    top: 25px;
    position: absolute;
  }
}

.global-sec-outer .global-sec-main .global-sec-inner .global-region > h2.block-title:after {
  content: "";
  background-image: url(../images/white-icon-lamp.svg?687717f6b4ec6054b44790821f33785b);
  background-repeat: no-repeat;
  position: absolute;
  font-size: 20px;
  font-family: fontawesome;
  right: 10px;
  width: 20px;
  height: 28px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #005154;
  filter: invert(1);
}

.global-sec-outer .global-sec-main .global-sec-inner #custom-search-button-close {
  background: none;
  outline: none;
  position: fixed;
  top: 25px;
}

@media ( max-width: 767px) {
  .global-sec-outer .global-sec-main .global-sec-inner #custom-search-button-close {
    left: 20px;
    top: 10px;
  }
}

.global-sec-outer .global-sec-main .global-sec-inner #custom-search-button-close .search-close:before {
  content: "\F00D";
  font-family: fontawesome;
  padding: 0 5px 0 0;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search {
  background: #57C578;
  position: fixed;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  top: 0;
  height: 0;
  transition: 1s all;
  z-index: -1;
  overflow: hidden;
  flex-flow: column;
}

@media ( max-width: 767px) {
  .global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search {
    padding: 0 30px;
  }
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search:before {
  content: "";
  background-image: url(../images/search-block-left.png?bed78176dc88ba1aabd57a9ce13941bb);
  position: absolute;
  width: 800px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 1;
  background-size: contain;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search:after {
  content: "";
  background-image: url(../images/search-block-right.png?cba3a1b1722307053ca5ce9af2a8be99);
  position: absolute;
  width: 600px;
  height: 200px;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 1;
  bottom: 0;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search .block-title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
  color: #fff;
  padding-bottom: 40px;
}

@media ( min-width: 768px) {
  .global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search .block-title {
    font-size: 40px;
  }
}

@media ( min-width: 768px) {
  .global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search .block-title {
    padding-bottom: 110px;
  }
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search form {
  position: relative;
  max-width: 500px;
  width: 100%;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search form .js-form-type-search input {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  font-size: 14px;
  color: #ffffff;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search form .js-form-type-search input::-moz-placeholder {
  color: #ffffff;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search form .js-form-type-search input::placeholder {
  color: #ffffff;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search form .form-actions {
  position: absolute;
  right: 0;
  top: 0;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search form .form-actions:before {
  content: "\F002";
  position: absolute;
  font-family: fontawesome;
  right: 10px;
  top: 0;
  visibility: visible;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search form .form-actions input {
  background: none;
  z-index: 999;
  color: #57C578;
  position: absolute;
  font-size: 0;
  width: 20px;
  height: 20px;
  right: 5px;
  margin: 0;
  top: 5px;
  margin-bottom: 0;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search #block-sswm-main-menu {
  margin-top: 20px;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search #block-sswm-main-menu ul li {
  width: 100%;
  display: block;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search #block-sswm-main-menu ul li a {
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  padding: 0 0 0 20px;
  position: relative;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-sswm-search #block-sswm-main-menu ul li a:before {
  content: "";
  background: #6CD796;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 20px;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  position: fixed;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  top: 0;
  height: 0;
  transition: 1s all;
  z-index: -1;
  overflow: hidden;
}

@media ( min-width: 768px) {
  .global-sec-outer .global-sec-main .global-sec-inner #block-solutions,
  .global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions {
    padding: 0;
  }
}

@media ( min-width: 1024px) {
  .global-sec-outer .global-sec-main .global-sec-inner #block-solutions:before,
  .global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions:before {
    content: "";
    background-image: url(../images/solution-left.png?10120f3f69d963d13c4613f3701e143b);
    position: absolute;
    width: 800px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 1;
    background-size: contain;
  }

  .global-sec-outer .global-sec-main .global-sec-inner #block-solutions:after,
  .global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions:after {
    content: "";
    background-image: url(../images/solution-right.png?a00b4ff1c3f6fe1e5a86067b277c15c9);
    position: absolute;
    width: 500px;
    height: 200px;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
  }
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .solution-outer-wrapper,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .solution-outer-wrapper {
  overflow-y: scroll;
  height: 100%;
  padding: 0 18px 100px 18px;
  margin-top: 120px;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

@media ( min-width: 768px) {
  .global-sec-outer .global-sec-main .global-sec-inner #block-solutions .solution-outer-wrapper,
  .global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .solution-outer-wrapper {
    overflow-y: hidden;
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: initial;
    padding-bottom: 0;
  }
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .solution-outer-wrapper-left h2,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .solution-outer-wrapper-left h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

@media ( max-width: 767px) {
  .global-sec-outer .global-sec-main .global-sec-inner #block-solutions .solution-outer-wrapper-right,
  .global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .solution-outer-wrapper-right {
    margin-top: 50px;
  }
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .solution-outer-wrapper-right .block-title,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .solution-outer-wrapper-right .block-title {
  position: unset !important;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 30px;
  display: block;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .solution-outer-wrapper-right .menu li,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .solution-outer-wrapper-right .menu li {
  flex: 0 0 50%;
  position: relative;
  padding: 0 0 20px 20px;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .solution-outer-wrapper-right .menu li:before,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .solution-outer-wrapper-right .menu li:before {
  content: "";
  position: absolute;
  left: 0;
  background: #9CDDDC;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  top: 3px;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .solution-outer-wrapper-right .menu li a,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .solution-outer-wrapper-right .menu li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .solution-outer-wrapper-right .menu li a:hover,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .solution-outer-wrapper-right .menu li a:hover {
  color: #005154;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .block-title,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .block-title {
  position: absolute;
  right: 50px;
  top: 20px;
  font-size: 14px;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .field-type-text-with-summary,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .field-type-text-with-summary {
  flex: 0 0 35%;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .field-type-text-with-summary p,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .field-type-text-with-summary p {
  color: #005154;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .field-name-field-system-block,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .field-name-field-system-block {
  flex: 0 0 65%;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .field-name-field-system-block .menu li,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .field-name-field-system-block .menu li {
  flex: 0 0 50%;
  padding: 10px 0;
}

@media ( max-width: 767px) {
  .global-sec-outer .global-sec-main .global-sec-inner #block-solutions .field-name-field-system-block .menu li,
  .global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .field-name-field-system-block .menu li {
    flex: 0 0 100%;
  }
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .field-name-field-system-block .menu li a,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .field-name-field-system-block .menu li a {
  color: #ffffff;
  position: relative;
  padding: 0 0 0 20px;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .field-name-field-system-block .menu li a:before,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .field-name-field-system-block .menu li a:before {
  content: "";
  background: #9CDDDC;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 4px;
}

.global-sec-outer .global-sec-main .global-sec-inner #block-solutions .field-name-field-system-block .menu li a:hover,
.global-sec-outer .global-sec-main .global-sec-inner .block-exploresolutions .field-name-field-system-block .menu li a:hover {
  color: #005154;
}

.global-sec-outer.activated-solution .global-sec-main .global-sec-inner #block-solutions,
.global-sec-outer.activated-solution .global-sec-main .global-sec-inner .block-exploresolutions,
.global-sec-outer.activated-search .global-sec-main .global-sec-inner #block-sswm-search {
  height: 100%;
  min-height: 100%;
}

@media ( min-width: 768px) {
  .global-sec-outer.activated-solution .global-sec-main .global-sec-inner #block-solutions,
  .global-sec-outer.activated-solution .global-sec-main .global-sec-inner .block-exploresolutions,
  .global-sec-outer.activated-search .global-sec-main .global-sec-inner #block-sswm-search {
    min-height: 575px;
    height: 65%;
  }
}

.fws-search-page {
  clear: both;
  padding-top: 25px;
}

.fws-search-page .views-row {
  margin: 0 0 35px;
}

.fws-search-page .views-row .search-row {
  margin-bottom: 20px;
}

.fws-search-page .views-row .search-row:last-child {
  margin-bottom: 0;
}

.fws-search-page .views-row .search-row .search-left {
  position: relative;
}

.fws-search-page .views-row .search-row .search-left .logo-image {
  position: absolute;
  top: 0;
  max-width: calc(100% - 30px);
}

.fws-search-page .views-row .search-row .search-left .cover-image {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .fws-search-page .views-row .search-row .search-left .cover-image {
    margin: 30px 0;
  }
}

.fws-search-page .views-row .search-row .search-left .cover-image img {
  max-height: 185px;
  width: auto;
}

.fws-search-page .views-row .search-row .search-right .search-title a {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: 0 0 5px;
}

.fws-search-page .views-row .search-row .search-right .search-summary {
  margin: 8px 0;
}

.fws-search-page .views-row .search-row .search-right .search-date {
  font-size: 14px;
}

.fws-search-page .views-row .search-row .search-factsheet-breadcrumb ul {
  margin: 0;
  list-style: none;
}

.fws-search-page .views-row .search-row .search-factsheet-breadcrumb ul li {
  display: inline-block;
  padding: 0 5px 0 0;
}

.fws-search-page .views-row .search-row .search-factsheet-breadcrumb ul li a {
  font-weight: 600;
  color: #1468a0;
  text-decoration: underline;
}

.fws-search-page .views-row .search-row .search-factsheet-breadcrumb ul li:after {
  content: "\F101";
  padding: 0 0 0 5px;
  font-family: fontawesome;
  font-size: 12px;
}

.fws-search-page .views-row .search-row .search-factsheet-breadcrumb ul li:last-child:after {
  content: "";
  padding: 0;
}

.fws-search-page .views-row .search-row .search-fc-perspectives .fc-pv {
  margin-top: 25px;
  font-weight: 700;
}

.fws-search-page .views-row .search-row .search-fc-perspectives ul {
  margin: 0 0 10px;
  list-style: none;
  text-decoration: underline;
}

.fws-search-page .views-row .search-row .search-summary a strong {
  background: #fff;
}

.fws-search-page .views-row .search-row .search-summary strong {
  background: #00cca1;
}

.fws-search-page nav ul.js-pager__items {
  list-style: none;
  text-align: center;
}

.fws-search-page nav ul.js-pager__items li {
  display: inline-block;
  padding: 0 10px;
}

.fws-search-page nav ul.js-pager__items li a {
  font-size: 22px;
}

.lang-ar .fws-search-page .views-row .search-row .search-left {
  float: right;
}

#block-exposedformfws-search-api-perspective-searchpage-1-2,
#block-exposedformfws-sswm-searchpage-1,
body.path-search .block-view-search-form,
#block-exposedformfws-search-api-perspective-searchpage-2,
#block-exposedformfws-search-api-perspective-search-termpage-1 {
  margin: 50px 0;
  overflow: hidden;
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .filter-by,
#block-exposedformfws-sswm-searchpage-1 .filter-by,
body.path-search .block-view-search-form .filter-by,
#block-exposedformfws-search-api-perspective-searchpage-2 .filter-by,
#block-exposedformfws-search-api-perspective-search-termpage-1 .filter-by {
  display: none;
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .js-form-type-textfield,
#block-exposedformfws-sswm-searchpage-1 .js-form-type-textfield,
body.path-search .block-view-search-form .js-form-type-textfield,
#block-exposedformfws-search-api-perspective-searchpage-2 .js-form-type-textfield,
#block-exposedformfws-search-api-perspective-search-termpage-1 .js-form-type-textfield {
  float: left;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #block-exposedformfws-search-api-perspective-searchpage-1-2 .js-form-type-textfield,
  #block-exposedformfws-sswm-searchpage-1 .js-form-type-textfield,
  body.path-search .block-view-search-form .js-form-type-textfield,
  #block-exposedformfws-search-api-perspective-searchpage-2 .js-form-type-textfield,
  #block-exposedformfws-search-api-perspective-search-termpage-1 .js-form-type-textfield {
    width: 100%;
  }
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .js-form-type-textfield label,
#block-exposedformfws-sswm-searchpage-1 .js-form-type-textfield label,
body.path-search .block-view-search-form .js-form-type-textfield label,
#block-exposedformfws-search-api-perspective-searchpage-2 .js-form-type-textfield label,
#block-exposedformfws-search-api-perspective-search-termpage-1 .js-form-type-textfield label {
  position: absolute;
  left: 10px;
  line-height: 40px;
  font-size: 0;
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .js-form-type-textfield label::before,
#block-exposedformfws-sswm-searchpage-1 .js-form-type-textfield label::before,
body.path-search .block-view-search-form .js-form-type-textfield label::before,
#block-exposedformfws-search-api-perspective-searchpage-2 .js-form-type-textfield label::before,
#block-exposedformfws-search-api-perspective-search-termpage-1 .js-form-type-textfield label::before {
  content: "\F002";
  font-size: 20px;
  font-family: "fontawesome";
  color: #c1c1c1;
  font-weight: 300;
  cursor: pointer;
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .js-form-type-textfield input,
#block-exposedformfws-sswm-searchpage-1 .js-form-type-textfield input,
body.path-search .block-view-search-form .js-form-type-textfield input,
#block-exposedformfws-search-api-perspective-searchpage-2 .js-form-type-textfield input,
#block-exposedformfws-search-api-perspective-search-termpage-1 .js-form-type-textfield input {
  max-width: 400px;
  border: solid 1px #c1c1c1;
  box-shadow: none;
  border-radius: 50px;
  margin: 0;
  height: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  #block-exposedformfws-search-api-perspective-searchpage-1-2 .js-form-type-textfield input,
  #block-exposedformfws-sswm-searchpage-1 .js-form-type-textfield input,
  body.path-search .block-view-search-form .js-form-type-textfield input,
  #block-exposedformfws-search-api-perspective-searchpage-2 .js-form-type-textfield input,
  #block-exposedformfws-search-api-perspective-search-termpage-1 .js-form-type-textfield input {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .js-form-type-textfield input::-moz-placeholder, #block-exposedformfws-sswm-searchpage-1 .js-form-type-textfield input::-moz-placeholder, body.path-search .block-view-search-form .js-form-type-textfield input::-moz-placeholder, #block-exposedformfws-search-api-perspective-searchpage-2 .js-form-type-textfield input::-moz-placeholder, #block-exposedformfws-search-api-perspective-search-termpage-1 .js-form-type-textfield input::-moz-placeholder {
  color: #6cd796;
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .js-form-type-textfield input::placeholder,
#block-exposedformfws-sswm-searchpage-1 .js-form-type-textfield input::placeholder,
body.path-search .block-view-search-form .js-form-type-textfield input::placeholder,
#block-exposedformfws-search-api-perspective-searchpage-2 .js-form-type-textfield input::placeholder,
#block-exposedformfws-search-api-perspective-search-termpage-1 .js-form-type-textfield input::placeholder {
  color: #6cd796;
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .form-item-sort-by,
#block-exposedformfws-sswm-searchpage-1 .form-item-sort-by,
body.path-search .block-view-search-form .form-item-sort-by,
#block-exposedformfws-search-api-perspective-searchpage-2 .form-item-sort-by,
#block-exposedformfws-search-api-perspective-search-termpage-1 .form-item-sort-by {
  display: none;
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .form-actions,
#block-exposedformfws-sswm-searchpage-1 .form-actions,
body.path-search .block-view-search-form .form-actions,
#block-exposedformfws-search-api-perspective-searchpage-2 .form-actions,
#block-exposedformfws-search-api-perspective-search-termpage-1 .form-actions {
  float: left;
  margin-left: -30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #block-exposedformfws-search-api-perspective-searchpage-1-2 .form-actions,
  #block-exposedformfws-sswm-searchpage-1 .form-actions,
  body.path-search .block-view-search-form .form-actions,
  #block-exposedformfws-search-api-perspective-searchpage-2 .form-actions,
  #block-exposedformfws-search-api-perspective-search-termpage-1 .form-actions {
    margin: 0;
    float: none;
    text-align: center;
    overflow: hidden;
  }
}

@media only screen and (max-width: 567px) {
  #block-exposedformfws-search-api-perspective-searchpage-1-2 .form-actions,
  #block-exposedformfws-sswm-searchpage-1 .form-actions,
  body.path-search .block-view-search-form .form-actions,
  #block-exposedformfws-search-api-perspective-searchpage-2 .form-actions,
  #block-exposedformfws-search-api-perspective-search-termpage-1 .form-actions {
    width: 100%;
  }
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .form-actions input,
#block-exposedformfws-sswm-searchpage-1 .form-actions input,
body.path-search .block-view-search-form .form-actions input,
#block-exposedformfws-search-api-perspective-searchpage-2 .form-actions input,
#block-exposedformfws-search-api-perspective-search-termpage-1 .form-actions input {
  margin: 0;
  border-radius: 50px;
  padding: 12px 40px;
  background: #6cd796;
  font-weight: bold;
  color: #ffffff;
  transition: none;
}

@media only screen and (max-width: 767px) {
  #block-exposedformfws-search-api-perspective-searchpage-1-2 .form-actions input,
  #block-exposedformfws-sswm-searchpage-1 .form-actions input,
  body.path-search .block-view-search-form .form-actions input,
  #block-exposedformfws-search-api-perspective-searchpage-2 .form-actions input,
  #block-exposedformfws-search-api-perspective-search-termpage-1 .form-actions input {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 567px) {
  #block-exposedformfws-search-api-perspective-searchpage-1-2 .form-actions input,
  #block-exposedformfws-sswm-searchpage-1 .form-actions input,
  body.path-search .block-view-search-form .form-actions input,
  #block-exposedformfws-search-api-perspective-searchpage-2 .form-actions input,
  #block-exposedformfws-search-api-perspective-search-termpage-1 .form-actions input {
    width: 100%;
  }
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .form-actions input:hover,
#block-exposedformfws-sswm-searchpage-1 .form-actions input:hover,
body.path-search .block-view-search-form .form-actions input:hover,
#block-exposedformfws-search-api-perspective-searchpage-2 .form-actions input:hover,
#block-exposedformfws-search-api-perspective-search-termpage-1 .form-actions input:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
}

#block-exposedformfws-search-api-perspective-searchpage-1-2 .total-search-results,
#block-exposedformfws-sswm-searchpage-1 .total-search-results,
body.path-search .block-view-search-form .total-search-results,
#block-exposedformfws-search-api-perspective-searchpage-2 .total-search-results,
#block-exposedformfws-search-api-perspective-search-termpage-1 .total-search-results {
  clear: both;
  margin: 5px;
  overflow: hidden;
  float: left;
}

.block-search-custom-filter {
  float: left;
}

@media only screen and (max-width: 767px) {
  .block-search-custom-filter {
    float: none;
    width: 100%;
  }
}

.block-search-custom-filter .search-pages ul {
  margin: 0 0 35px 0;
}

.block-search-custom-filter .search-pages ul li {
  display: inline-block;
  padding: 0 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .block-search-custom-filter .search-pages ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}

.block-search-custom-filter .search-pages ul li a {
  color: inherit;
  font-size: 18px;
  padding: 0 20px 0 0;
  position: relative;
}

.block-search-custom-filter .search-pages ul li a:after {
  content: "";
  position: absolute;
  right: -10px;
  background: url(../images/circle-checkbox.svg?825b5092dd7a14e7d9bbc1d52fa40c15);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0;
  top: 0;
}

.block-search-custom-filter .search-pages ul li a.active {
  font-weight: bold;
}

.block-search-custom-filter .search-pages ul li a.active:after {
  background-image: url(../images/circle-checkbox-checked.svg?9cd4b849de7dffcb6bb82ef896a3013e);
}

.block-custom-sort {
  float: right;
}

@media only screen and (max-width: 767px) {
  .block-custom-sort {
    float: left;
  }
}

.block-custom-sort .sort-list {
  border: solid 1px #57C578;
  padding: 10px 20px;
  border-radius: 23px;
  margin-top: -10px;
  font-size: 16px;
  font-family: inherit;
}

.block-custom-sort .sort-list label {
  float: left;
  line-height: inherit;
  font-size: inherit;
}

.block-custom-sort .sort-list select {
  width: auto;
  border: none;
  padding: 0 20px 0 10px;
  margin: 0;
  height: auto;
  box-shadow: none;
  font-size: inherit;
  background-color: transparent;
}

.block-custom-sort + .block-sswm-content {
  clear: both;
}

.path-perspective-search .content-outer-wrapper {
  padding: 30px 0;
}

.path-perspective-search .content-outer-wrapper main {
  position: relative;
  padding-right: 86px;
}

.path-perspective-search .content-outer-wrapper main > section {
  background: #fff none repeat scroll 0 0;
  float: left;
  padding: 15px;
  width: 100%;
  position: relative;
}

.path-perspective-search .content-outer-wrapper main .block-view-search-form .form-item-vid,
.path-perspective-search .content-outer-wrapper main .block-view-search-form .js-form-item-vid {
  display: none;
}

.path-perspective-search .content-outer-wrapper main .block-view-search-form .form-actions {
  background: #fff;
  border-radius: 50px;
}

.path-perspective-search .content-outer-wrapper main .vb-perspective-search-info {
  padding-bottom: 30px;
}

.path-perspective-search .content-outer-wrapper main .vb-perspective-search-info .section-left {
  float: left;
  margin-right: 20px;
}

.path-perspective-search .content-outer-wrapper main .vb-perspective-search-info .section-right h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  .path-perspective-search .content-outer-wrapper main .vb-perspective-search-info .section-right h4 {
    font-size: 22px;
  }
}

.path-perspective-search .content-outer-wrapper main .vb-perspective-search-info .section-right .sharethis-below-title {
  padding-top: 15px;
}

.path-perspective-search .content-outer-wrapper main .vb-perspective-search-info .section-right .sharethis-below-title .sharethis-wrapper span {
  width: 35px;
  height: 35px;
  background-color: #D9F8F7;
  display: inline-block;
  border-radius: 100px;
  margin: 0 5px;
}

.path-perspective-search .content-outer-wrapper main .vb-perspective-search-info .section-right .sharethis-below-title .sharethis-wrapper span:before {
  font-size: 14px;
  color: #4CCECB;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.path-perspective-search .content-outer-wrapper main .vb-perspective-search-info .section-right .sharethis-below-title .sharethis-wrapper span:hover {
  background: #9CDDDC;
}

.path-perspective-search .content-outer-wrapper main .vb-perspective-search-info .section-right .sharethis-below-title .sharethis-wrapper span:hover:before {
  color: #005154;
}

.path-perspective-search .content-outer-wrapper main .vb-perspective-search-info .section-right .sharethis-below-title .sharethis-wrapper span:last-child {
  display: none;
}

.path-perspective-search .content-outer-wrapper .block-sswm-page-title {
  clear: both;
}

.path-perspective-search .content-outer-wrapper .sidebar section {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.path-perspective-search .content-outer-wrapper .sidebar section h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}

.path-perspective-search .content-outer-wrapper .sidebar section h2.block-title {
  text-align: center;
}

.path-perspective-search .content-outer-wrapper .sidebar section ul li {
  list-style: none;
}

.path-perspective-search.lang-ar .content-outer-wrapper main > section {
  float: right;
}

.path-perspective-search.lang-ar .content-outer-wrapper main .vb-perspective-search-info .section-left {
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}

.path-perspective-search.lang-ar .content-outer-wrapper main .vb-perspective-search-info .section-right {
  padding-top: 15px;
}

.path-perspective-search.lang-ar .content-outer-wrapper main .sidebar section {
  float: right;
}

.sidebar-second .block {
  margin-bottom: 25px;
}

.ef-sidebar-perspective-search form {
  position: relative;
}

.ef-sidebar-perspective-search form .filter-by {
  display: none;
}

.ef-sidebar-perspective-search form .js-form-item-vid,
.ef-sidebar-perspective-search form .js-form-item-sort-by {
  display: none;
}

.ef-sidebar-perspective-search form .js-form-item-keys label {
  display: none;
}

.ef-sidebar-perspective-search form .js-form-item-keys input {
  background: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #005154;
  color: #4CCECB;
  padding: 0 10px;
}

.ef-sidebar-perspective-search form .js-form-item-keys input::-moz-placeholder {
  color: #4CCECB;
}

.ef-sidebar-perspective-search form .js-form-item-keys input::placeholder {
  color: #4CCECB;
}

.ef-sidebar-perspective-search form .js-form-wrapper {
  position: absolute;
  right: 0;
  top: -3px;
}

html:lang(ar) .ef-sidebar-perspective-search form .js-form-wrapper {
  left: 0;
  right: initial;
}

.ef-sidebar-perspective-search form .js-form-wrapper input {
  background: none;
  font-size: 0;
  width: 20px;
  height: 20px;
  z-index: 999;
  position: relative;
  top: 10px;
}

.ef-sidebar-perspective-search form .js-form-wrapper input:hover {
  background: none;
}

.ef-sidebar-perspective-search form .js-form-wrapper:after {
  content: "\F002";
  position: absolute;
  font-family: fontawesome;
  right: 5px;
  top: 10px;
  color: #4CCECB;
  z-index: 1;
}

.cb-sidebar-perspective-structure h2.block-title {
  font-size: 15px;
  border-radius: 25px;
  border: solid 1px;
  padding: 10px 15px;
  cursor: pointer;
}

.cb-sidebar-perspective-structure h2.block-title:after {
  content: "\F107";
  font-family: fontawesome;
  float: right;
}

html:lang(ar) .cb-sidebar-perspective-structure h2.block-title:after {
  float: left;
}

.cb-sidebar-perspective-structure .prespective-terms {
  display: none;
}

.cb-sidebar-perspective-structure .prespective-terms-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9;
  display: none;
}

.cb-sidebar-perspective-structure.open .prespective-terms-overlay {
  display: block;
}

.block-sswm-cbannouncements {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}

.block-sswm-cbannouncements .block-title {
  display: none;
}

.block-sswm-cbannouncements .field-wrapper p {
  color: #ffffff;
}

.block-sswm-cbannouncements .field-wrapper p strong {
  color: #ffffff;
  font-size: 22px;
  line-height: normal;
  display: block;
  padding-bottom: 8px;
}

.block-sswm-cbannouncements .field-wrapper p a {
  color: #ffffff;
}

.block-sswm-cbannouncements .field-wrapper .annou-link {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #6cd796;
  border-radius: 7px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
}

.block-sswm-cbannouncements .field-wrapper .annou-link:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
}

.cb-announcement-look {
  position: relative;
}

.cb-announcement-look .block-title {
  display: none;
}

.cb-announcement-look .annou-body-info {
  position: absolute;
  bottom: 20px;
  padding: 20px 20px 0;
}

.cb-announcement-look .annou-body-info p {
  color: #ffffff;
}

.cb-announcement-look .annou-body-info p a {
  color: #ffffff;
  font-weight: bold;
}

.cb-announcement-look .annou-body-info br {
  display: none;
}

.cb-announcement-look .annou-link {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #6cd796;
  border-radius: 7px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
}

.cb-announcement-look .annou-link:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
}

.vb-partners-info-block {
  background: #fff;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
  border-radius: 10px;
}

.vb-partners-info-block .views-field-field-partner-logo-sidebar img {
  border-radius: 10px 10px 0 0;
}

.vb-partners-info-block .views-field-field-partner-info {
  padding: 24px 24px 50px;
}

.cb-sidebar-default-css {
  padding: 24px;
  background: #fff;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
  border-radius: 10px;
}

.cb-sidebar-default-css a {
  font-weight: bold;
  color: #4CCECB;
}

.qt-online-perspective .youtube-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.qt-online-perspective .youtube-embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qt-online-perspective .pers-online-course header .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.qt-online-perspective .pers-online-course header .buttons a.button {
  margin: 0;
}

.qt-online-perspective .pers-online-course header .buttons .pdf {
  margin: 0 15px;
}

.qt-online-perspective .pers-online-course header .popup-desc {
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 200px;
  display: none;
  background: #f7f6f6;
  border: 2px solid #333;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 6px 15px #ccc;
  min-height: 150px;
}

.qt-online-perspective .pers-online-course header .popup-desc.show {
  display: block;
}

.qt-online-perspective .pers-online-course header .popup-desc .close-box {
  cursor: pointer;
}

.qt-online-perspective .pers-online-course header .popup-desc .close-box:after {
  content: "X";
  position: absolute;
  right: -15px;
  top: -15px;
  background: #727272;
  padding: 3px 0;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  box-shadow: 0px 4px 12px #666;
  cursor: pointer;
}

.qt-online-perspective .pers-online-course .oc-breadcrumb ul {
  margin: 0;
}

.qt-online-perspective .pers-online-course .oc-breadcrumb ul li {
  display: inline-block;
}

.qt-online-perspective .pers-online-course .oc-breadcrumb ul li + li a:before {
  content: "\F101";
  margin: 0 5px;
  font-family: fontawesome;
}

.qt-online-perspective .pers-online-course .preview-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.qt-online-perspective .pers-online-course .preview-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.path-perspectives {
  padding-bottom: 64px;
}

@media ( min-width: 768px) {
  body.path-perspectives {
    padding-bottom: 0;
  }
}

.perspective-grid-wrap .views-exposed-form {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 1 1 0px;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  min-width: 0;
  position: fixed;
  bottom: 0;
  z-index: 9;
  background: #4CCECB;
  flex-flow: column;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  transform: translateY(100%) translateY(-64px);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 400ms;
  transition-property: transform;
}

@media print, screen and (min-width: 64em) {
  .perspective-grid-wrap .views-exposed-form {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.perspective-grid-wrap .views-exposed-form.active {
  transform: translateY(0);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 400ms;
  transition-property: transform;
}

.perspective-grid-wrap .views-exposed-form.active .filter-by {
  color: #005154;
}

.perspective-grid-wrap .views-exposed-form.active .filter-by:after {
  content: "\F106";
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form {
    transform: none;
    position: relative;
    margin-bottom: 20px;
    flex-flow: row;
    background: none;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.perspective-grid-wrap .views-exposed-form > div {
  order: 3;
  margin-bottom: 40px;
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form > div {
    order: 1;
    margin-bottom: 0;
  }
}

.perspective-grid-wrap .views-exposed-form .filter-by {
  color: #ffffff;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  order: 1;
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form .filter-by {
    color: #4CCECB;
    padding-left: 28px;
    margin-right: 55px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
  }
}

.perspective-grid-wrap .views-exposed-form .filter-by:before {
  content: "\F1DE";
  font-family: fontawesome;
  position: absolute;
  top: unset;
  left: 40px;
  font-size: 20px;
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form .filter-by:before {
    left: 12px;
  }
}

.perspective-grid-wrap .views-exposed-form .filter-by:after {
  content: "\F107";
  font-family: fontawesome;
  position: absolute;
  top: unset;
  right: 40px;
  font-size: 30px;
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form .filter-by:after {
    content: "";
  }
}

.perspective-grid-wrap .views-exposed-form .js-form-type-checkbox {
  display: flex;
  align-items: center;
  padding-left: 0;
  justify-content: space-between;
}

.perspective-grid-wrap .views-exposed-form .js-form-type-checkbox input {
  background: url(../images/circle-white.svg?308742865ac6df2a4faf11a53e62830d);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0;
  order: 2;
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form .js-form-type-checkbox input {
    background: url(../images/circle-checkbox.svg?825b5092dd7a14e7d9bbc1d52fa40c15);
  }
}

.perspective-grid-wrap .views-exposed-form .js-form-type-checkbox input:checked {
  background-position: center center;
  background-image: url(../images/circle-white-checked.svg?75298478210a98dca248b2c62a4a581b);
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form .js-form-type-checkbox input:checked {
    background-image: url(../images/circle-checkbox-checked.svg?9cd4b849de7dffcb6bb82ef896a3013e);
  }
}

.perspective-grid-wrap .views-exposed-form .js-form-type-checkbox input:checked + label {
  color: #ffffff;
  font-weight: 700;
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form .js-form-type-checkbox input:checked + label {
    color: #005154;
  }
}

.perspective-grid-wrap .views-exposed-form .js-form-type-checkbox label {
  color: #ffffff;
  font-weight: 400;
  transition: 0.2s;
  margin-right: 5px;
  margin-left: 0;
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form .js-form-type-checkbox label {
    color: #4CCECB;
  }
}

.perspective-grid-wrap .views-exposed-form .js-form-type-checkbox:hover label {
  color: #005154;
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form .js-form-type-checkbox {
    margin-right: 60px;
    justify-content: flex-start;
  }
}

.perspective-grid-wrap .views-exposed-form .form-actions {
  display: flex;
  order: 2;
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form .form-actions {
    position: absolute;
    right: 12px;
    top: -12px;
  }
}

.perspective-grid-wrap .views-exposed-form .form-actions input {
  border: 1px solid;
  border-color: #ffffff;
  background: none;
  border-radius: 7px;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 0;
  width: 100%;
}

@media ( min-width: 768px) {
  .perspective-grid-wrap .views-exposed-form .form-actions input {
    color: #4CCECB;
    border-color: #4CCECB;
    width: auto;
  }
}

.perspective-grid-wrap .views-exposed-form .form-actions input:hover {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  color: #ffffff;
}

.perspective-grid-wrap .views-exposed-form .form-actions input#edit-submit-fws-perspectives {
  display: none;
}

@media ( min-width: 1024px) {
  .inner-page-header-block {
    max-width: 65%;
  }
}

.section-perspectives .perspective-grid .view-content {
  position: relative;
}

.section-perspectives .perspective-grid .view-content:before {
  content: "";
  background-image: url(../images/sswm-shape-background.png?c2a97200a764b25891de72e0bb73bfa0);
  position: absolute;
  left: -33%;
  width: 800px;
  height: 770px;
  background-repeat: no-repeat;
  top: 0;
  transform: rotate(180deg);
}

.section-perspectives .perspective-grid ul.pager {
  display: flex;
  flex-flow: row wrap;
}

.section-perspectives .perspective-grid ul.pager li {
  display: inline-block;
  margin: 0 auto;
}

.section-perspectives .perspective-grid ul.pager li a {
  border: 1px solid;
  border-color: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  border-radius: 7px;
  color: #4CCECB;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
  background: none;
}

.section-perspectives .perspective-grid ul.pager li a:hover {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  color: #ffffff;
  border-color: #4CCECB;
}

.perspective-grid-wrap .columns {
  float: none;
}

.perspective-grid-wrap .view-content,
.perspective-grid-wrap .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-flow: row wrap;
  clear: both;
}

.perspective-grid-wrap .view-content .views-row,
.perspective-grid-wrap .views-infinite-scroll-content-wrapper .views-row {
  margin-bottom: 16px;
  transition: 0.5s all;
  padding-top: 8px;
}

.perspective-grid-wrap .view-content .views-row:hover,
.perspective-grid-wrap .views-infinite-scroll-content-wrapper .views-row:hover {
  transform: translate(0, -8px);
}

.perspective-grid-wrap .view-content .views-row .view-row-wrapper,
.perspective-grid-wrap .views-infinite-scroll-content-wrapper .views-row .view-row-wrapper {
  height: 100%;
}

.vb-home-perspective-all_solutions .view-content .views-row:nth-child(5),
.vb-home-perspective-all_solutions .view-content .views-row:nth-child(6) {
  display: none;
}

@media ( min-width: 768px) {
  .vb-home-perspective-all_solutions .view-content .views-row:nth-child(5),
  .vb-home-perspective-all_solutions .view-content .views-row:nth-child(6) {
    display: flex;
  }
}

.vb-home-perspective-business .perspective-grid-wrap .view-content,
.vb-home-perspective-online .perspective-grid-wrap .view-content {
  display: none;
}

.vb-home-perspective-business .perspective-grid-wrap .view-content.slick-initialized,
.vb-home-perspective-online .perspective-grid-wrap .view-content.slick-initialized {
  display: flex;
}

.vb-home-perspective-business .perspective-grid-wrap .view-content .slick-track,
.vb-home-perspective-online .perspective-grid-wrap .view-content .slick-track {
  display: flex;
}

.vb-home-perspective-business .perspective-grid-wrap .view-content .slick-track .slick-slide,
.vb-home-perspective-online .perspective-grid-wrap .view-content .slick-track .slick-slide {
  height: inherit;
}

.vb-home-perspective-business .perspective-grid-wrap .view-content .slick-track .slick-slide:last-child,
.vb-home-perspective-online .perspective-grid-wrap .view-content .slick-track .slick-slide:last-child {
  float: left;
}

.vb-home-perspective-online,
.vb-home-perspective-news {
  float: left;
}

.perspective-factsheets .views-infinite-scroll-content-wrapper,
.perspective-factsheets .factsheet-titles__rows {
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
}

.perspective-factsheets .views-infinite-scroll-content-wrapper .views-row,
.perspective-factsheets .factsheet-titles__rows .views-row {
  margin: 0 0 20px;
  transition: 0.5s all;
}

.perspective-factsheets .views-infinite-scroll-content-wrapper .views-row .view-row-wrapper,
.perspective-factsheets .factsheet-titles__rows .views-row .view-row-wrapper {
  text-align: center;
  padding: 20px 10px 30px;
  border: 1px solid #ddd;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  align-items: center;
}

html[dir=rtl] .perspective-factsheets .views-infinite-scroll-content-wrapper .views-row .view-row-wrapper,
html[dir=rtl] .perspective-factsheets .factsheet-titles__rows .views-row .view-row-wrapper {
  text-align: right;
}

.perspective-factsheets .views-infinite-scroll-content-wrapper .views-row .view-row-wrapper .views-field-field-fs-executive-sum,
.perspective-factsheets .factsheet-titles__rows .views-row .view-row-wrapper .views-field-field-fs-executive-sum {
  display: none;
}

.perspective-factsheets .views-infinite-scroll-content-wrapper .views-row .view-row-wrapper .views-field-field-fs-executive-sum .field-content,
.perspective-factsheets .factsheet-titles__rows .views-row .view-row-wrapper .views-field-field-fs-executive-sum .field-content {
  font-size: 16px;
  line-height: normal;
  margin: 20px 0;
}

.perspective-factsheets .views-infinite-scroll-content-wrapper .views-row .view-row-wrapper .views-field-nothing .button-inside a,
.perspective-factsheets .factsheet-titles__rows .views-row .view-row-wrapper .views-field-nothing .button-inside a {
  position: absolute;
  font-size: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.perspective-factsheets .views-infinite-scroll-content-wrapper .views-row .view-row-wrapper .views-field-nothing .button-inside a:before,
.perspective-factsheets .factsheet-titles__rows .views-row .view-row-wrapper .views-field-nothing .button-inside a:before {
  content: "";
  background: url(../images/green-arrow.svg?b8d07fda0b9879d1d31f55d917a18273);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 25px;
  height: 15px;
  font-size: 20px;
}

html[dir=rtl] .perspective-factsheets .views-infinite-scroll-content-wrapper .views-row .view-row-wrapper .views-field-nothing .button-inside a:before,
html[dir=rtl] .perspective-factsheets .factsheet-titles__rows .views-row .view-row-wrapper .views-field-nothing .button-inside a:before {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}

.perspective-factsheets .views-infinite-scroll-content-wrapper .views-row .view-row-wrapper:hover h2,
.perspective-factsheets .factsheet-titles__rows .views-row .view-row-wrapper:hover h2 {
  color: #57C578;
}

.perspective-factsheets .views-infinite-scroll-content-wrapper .views-row:hover,
.perspective-factsheets .factsheet-titles__rows .views-row:hover {
  transform: translate(0, -8px);
}

.perspective-factsheets .pager {
  margin: 10px auto;
  text-align: center;
}

.paragraph--type--functional-titles .block-additional-factsheets {
  margin: 0 -15px;
  display: flex;
  flex-flow: row wrap;
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner {
  display: flex;
  flex-flow: row wrap;
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row {
  margin: 0 0 20px;
  transition: 0.5s all;
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row .view-row-wrapper {
  text-align: center;
  padding: 20px 10px 30px;
  border: 1px solid #ddd;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  align-items: center;
}

html[dir=rtl] .paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row .view-row-wrapper {
  text-align: right;
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row .view-row-wrapper .views-field {
  width: 100%;
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row .view-row-wrapper .views-field-title h2 {
  margin-left: 0;
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row .view-row-wrapper .views-field-field-fs-executive-sum {
  display: none;
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row .view-row-wrapper .views-field-field-fs-executive-sum .field-content {
  font-size: 16px;
  line-height: normal;
  margin: 20px 0;
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row .view-row-wrapper .views-field-nothing .button-inside a {
  position: absolute;
  font-size: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row .view-row-wrapper .views-field-nothing .button-inside a:before {
  content: "";
  background: url(../images/green-arrow.svg?b8d07fda0b9879d1d31f55d917a18273);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 25px;
  height: 15px;
  font-size: 20px;
}

html[dir=rtl] .paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row .view-row-wrapper .views-field-nothing .button-inside a:before {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row .view-row-wrapper:hover h2 {
  color: #57C578;
}

.paragraph--type--functional-titles .block-additional-factsheets .view-content-inner .views-row:hover {
  transform: translate(0, -8px);
}

.paragraph--type--functional-titles .block-additional-factsheets.factsheet-tiles .field-items {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.paragraph--type--functional-titles .pager {
  margin: 10px auto;
  text-align: center;
}

.block-sharethis-2,
.block-sharethis-3 {
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  clear: both;
  position: relative;
  z-index: 8;
}

.block-sharethis-2 .sharethis-wrapper span,
.block-sharethis-3 .sharethis-wrapper span {
  width: 35px;
  height: 35px;
  background-color: #D9F8F7;
  display: inline-block;
  border-radius: 100px;
  margin: 0 5px;
}

.block-sharethis-2 .sharethis-wrapper span:before,
.block-sharethis-3 .sharethis-wrapper span:before {
  font-size: 14px;
  color: #4CCECB;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.block-sharethis-2 .sharethis-wrapper span:hover,
.block-sharethis-3 .sharethis-wrapper span:hover {
  background: #9CDDDC;
}

.block-sharethis-2 .sharethis-wrapper span:hover:before,
.block-sharethis-3 .sharethis-wrapper span:hover:before {
  color: #005154;
}

.block-sharethis-2 .sharethis-wrapper span:last-child,
.block-sharethis-3 .sharethis-wrapper span:last-child {
  display: none;
}

.block-sharethis-3 {
  margin-bottom: 10px;
}

.block-sharethis-3 .sharethis-wrapper span {
  width: 35px;
  height: 35px;
  background-color: #D9F8F7;
  display: inline-block;
  border-radius: 100px;
  margin: 0 5px;
}

.block-sharethis-3 .sharethis-wrapper span:before {
  font-size: 14px;
  color: #4CCECB;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.block-sharethis-3 .sharethis-wrapper span:hover {
  background: #9CDDDC;
}

.block-sharethis-3 .sharethis-wrapper span:hover:before {
  color: #005154;
}

.block-sharethis-3 .sharethis-wrapper span:last-child {
  display: none;
}

.block-sharethis-3 .st_sharethis_custom {
  display: none !important;
}

.block-social-share {
  text-align: center;
  max-width: 730px;
  border-top: 1px dotted #57C578;
  display: none;
}

.block-mbfactsheettranslatedlink {
  display: flex !important;
  justify-content: flex-end;
}

.sswn_bubble_bg {
  position: absolute;
  transform: rotate(45deg);
  z-index: -1;
  max-width: 250px;
  left: -75px;
  width: 100%;
  display: none;
}

.sswn_bubble_bg.show {
  display: block;
}

.node--type-perspective .sswn_bubble_bg {
  top: 10%;
}

@media ( min-width: 768px) {
  .sswn_bubble_bg {
    left: -20px;
  }
}

@media ( min-width: 991px) {
  .sswn_bubble_bg {
    left: -20px;
    max-width: 350px;
  }
}

@media only screen and (min-width: 1400px) {
  .sswn_bubble_bg {
    width: 400px;
  }
}

.sswn_bubble_bg svg {
  fill: #D9F8F7;
  opacity: 0.5;
}

.lang-ar .sswn_bubble_bg {
  left: auto;
  right: -35px;
}

@media ( min-width: 768px) {
  .lang-ar .sswn_bubble_bg {
    right: 35px;
  }
}

.summary-link {
  padding: 30px 0 0;
  display: none;
}

.summary-link .secondary-button {
  padding-top: 40px;
  display: block;
  margin: 0 auto;
  max-width: 165px;
}

.swiper-container.swiper-container-horizontal .summary-link {
  display: block;
}

.pers-online-course-week .arctic-wash-online-course .views-field-factsheet-content .field--name-field-fs-executive-sum {
  display: none;
}

.pos-rel {
  position: relative;
}

.region-highlighted.panel.callout {
  display: none;
}

.block-views-block-fws-perspectives-block-5 {
  margin-bottom: 120px;
  position: relative;
}

@media ( max-width: 1024px) {
  .block-views-block-fws-perspectives-block-5 {
    position: relative;
    margin-bottom: 120px;
  }
}

.block-views-block-fws-perspectives-block-5:before {
  content: "";
  background-image: url(../images/sswm-shape-background.png?c2a97200a764b25891de72e0bb73bfa0);
  position: absolute;
  left: -28%;
  width: 800px;
  height: 770px;
  background-repeat: no-repeat;
  top: 15%;
  bottom: auto;
  transform: rotate(180deg);
}

@media ( min-width: 768px) {
  .block-views-block-fws-perspectives-block-5:before {
    bottom: -8%;
    top: auto;
  }
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap header {
  margin: 0 18px;
}

@media ( min-width: 768px) {
  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap header {
    margin: 0 12px;
  }
}

@media screen and (min-width: 1025px) {
  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap header {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap header .home-intro-wrapper {
    flex: 1 1 0;
    max-width: 65%;
  }
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap header .all-solution {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 100%;
  max-width: 250px;
}

@media ( max-width: 1024px) {
  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap header .all-solution {
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media ( max-width: 767px) {
  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .home-intro-wrapper {
    padding: 0 18px;
  }
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .home-intro-wrapper .heading-1 {
  color: #57C578;
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content {
  display: flex;
  flex-flow: row wrap;
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row {
  /*** &:nth-child(2) {


    @media ( min-width: 1024px) {
      margin-top: 40px;
    }


    .view-row-wrapper{
      height: 100%;

    @media ( min-width: 1024px) {
        height: 110%;
      }
    }
  }

  &:nth-child(5) {

    @media ( min-width: 1024px) {
     margin-top: 40px;
    }

    .view-row-wrapper{
      height: 100%;

      @media ( min-width: 1024px) {
        height: 110%;
      }
    }
  }****/
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(1) .image-cards-with-label .field-image,
.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(4) .image-cards-with-label .field-image {
  background: linear-gradient(227deg, rgba(53, 205, 161, 0) 0%, #57C578 100%);
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(1) .image-cards-with-label .field-image img,
.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(4) .image-cards-with-label .field-image img {
  display: block;
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(1) .image-cards-with-label .field-image .image-tag,
.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(4) .image-cards-with-label .field-image .image-tag {
  position: absolute;
  margin: 0;
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(1) .image-cards-with-label .field-image .image-tag img,
.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(4) .image-cards-with-label .field-image .image-tag img {
  display: block;
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(1) .image-cards-with-label .field-info,
.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(4) .image-cards-with-label .field-info {
  padding-top: 20px;
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(1) .image-cards-with-label:hover .field-image,
.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(4) .image-cards-with-label:hover .field-image {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%) !important;
}

@media ( min-width: 768px) {
  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(1),
  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(4) {
    flex: 0 0 25%;
  }

  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(1):nth-child(1),
  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(1):nth-child(4),
  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(4):nth-child(1),
  .block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row:nth-child(4):nth-child(4) {
    flex: 0 0 50%;
  }
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row .image-cards-with-label .field-image {
  background: none;
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row .image-cards-with-label .field-image img {
  display: none;
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row .image-cards-with-label .field-image .image-tag {
  position: static;
  margin: 20px;
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row .image-cards-with-label .field-image .image-tag img {
  display: block;
}

.block-views-block-fws-perspectives-block-5 .perspective-grid-wrap .view-content .views-row .image-cards-with-label .field-info {
  padding-top: 0;
}

.block-views-block-fws-perspectives-block-6 {
  margin-bottom: 120px;
  position: relative;
}

@media ( max-width: 1024px) {
  .block-views-block-fws-perspectives-block-6 {
    position: relative;
    margin-bottom: 120px;
  }
}

.block-views-block-fws-perspectives-block-6:before {
  content: "";
  background-image: url(../images/sswm-shape-background.png?c2a97200a764b25891de72e0bb73bfa0);
  position: absolute;
  right: -35%;
  width: 900px;
  height: 770px;
  background-repeat: no-repeat;
  bottom: -8%;
  z-index: -1;
}

@media ( max-width: 767px) {
  .block-views-block-fws-perspectives-block-6:before {
    right: -75%;
    background-size: 80% 80%;
    bottom: -30%;
  }
}

@media ( max-width: 991px) {
  .block-views-block-fws-perspectives-block-6:before {
    z-index: -1;
  }
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap header {
  margin: 0 18px;
}

@media ( min-width: 768px) {
  .block-views-block-fws-perspectives-block-6 .perspective-grid-wrap header {
    margin: 0 12px;
  }
}

@media screen and (min-width: 1025px) {
  .block-views-block-fws-perspectives-block-6 .perspective-grid-wrap header {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .block-views-block-fws-perspectives-block-6 .perspective-grid-wrap header .home-intro-wrapper {
    flex: 1 1 0;
    max-width: 65%;
  }
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap header .all-solution {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 100%;
  max-width: 250px;
}

@media ( max-width: 1024px) {
  .block-views-block-fws-perspectives-block-6 .perspective-grid-wrap header .all-solution {
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .cta-button {
  max-width: 250px !important;
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-slider {
  position: relative;
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-slider .image-cards-with-label {
  box-shadow: 0px 2px 12px 0px rgba(0, 81, 84, 0.1);
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-prev {
  font-size: 0;
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-prev:before {
  content: "";
  background: url(../images/arrow-back.svg?56c4b586a203dafa5d83c66dce3ea2bc);
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  z-index: 1;
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-prev:hover:before {
  background: url(../images/arrow-back-hover.svg?31ec096160bbb684f6fbd17f30893876);
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-prev:before {
  left: 20px;
  bottom: -18px;
  transform: translate(-50%, -50%);
}

@media ( max-width: 567px) {
  .block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-prev:before {
    left: 44%;
  }
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-next {
  font-size: 0;
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-next:before {
  content: "";
  background: url(../images/arrow-back.svg?56c4b586a203dafa5d83c66dce3ea2bc);
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  z-index: 1;
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-next:hover:before {
  background: url(../images/arrow-back-hover.svg?31ec096160bbb684f6fbd17f30893876);
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-next:before {
  background: url(../images/arrow-next.svg?44e29b2a69d423e0362d403d2f1a6372);
  right: 0;
  left: auto;
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-next:hover:before {
  background: url(../images/arrow-next-hover.svg?8e04565acabdaeaf81b6f82880b4ac1c);
}

.block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-next:before {
  right: 20px;
  bottom: -18px;
  transform: translate(50%, -50%);
}

@media ( max-width: 567px) {
  .block-views-block-fws-perspectives-block-6 .perspective-grid-wrap .slick-next:before {
    right: 44%;
  }
}

.block-views-block-fws-perspectives-block-7 {
  position: relative;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

@media ( min-width: 768px) {
  .block-views-block-fws-perspectives-block-7 {
    margin-left: -12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .block-views-block-fws-perspectives-block-7:before {
    content: "";
    background-image: url(../images/sswm-shape-background.png?c2a97200a764b25891de72e0bb73bfa0);
    position: absolute;
    right: 5%;
    width: 525px;
    height: 770px;
    background-repeat: no-repeat;
    top: -15%;
    transform: rotate(180deg);
  }
}

.block-views-block-fws-perspectives-block-7 header {
  margin: 0 18px;
  position: relative;
}

@media ( min-width: 768px) {
  .block-views-block-fws-perspectives-block-7 header {
    margin: 0 12px;
  }
}

.block-views-block-fws-perspectives-block-7 header .pers-intro-text {
  margin: 15px 0 30px;
}

@media ( min-width: 768px) {
  .block-views-block-fws-perspectives-block-7 header .pers-intro-text {
    display: none;
    margin-top: 0;
  }
}

.block-views-block-fws-perspectives-block-7 header .secondary-button {
  margin: 25px 0 28px;
  max-width: 300px;
  width: 100%;
  text-align: center;
}

@media ( max-width: 767px) {
  .block-views-block-fws-perspectives-block-7 header .secondary-button {
    display: none;
  }
}

.block-views-block-fws-perspectives-block-7 .slick-slider {
  width: 100%;
  position: relative;
}

.block-views-block-fws-perspectives-block-7 .slick-slider .image-cards-with-label {
  box-shadow: 0px 2px 12px 0px rgba(0, 81, 84, 0.1);
}

@media ( min-width: 1024px) {
  .block-views-block-fws-perspectives-block-7 .slick-slider .image-cards-with-label {
    min-height: 500px;
    height: 100%;
    max-width: 300px;
  }
}

.block-views-block-fws-perspectives-block-7 .slick-slider .image-cards-with-label .field-image > img {
  min-height: 206px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-views-block-fws-perspectives-block-7 .slick-slider .image-cards-with-label .field-image .cta-button {
  display: none;
}

.block-views-block-fws-perspectives-block-7 .slick-prev {
  font-size: 0;
}

.block-views-block-fws-perspectives-block-7 .slick-prev:before {
  content: "";
  background: url(../images/arrow-back.svg?56c4b586a203dafa5d83c66dce3ea2bc);
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  z-index: 1;
}

.block-views-block-fws-perspectives-block-7 .slick-prev:hover:before {
  background: url(../images/arrow-back-hover.svg?31ec096160bbb684f6fbd17f30893876);
}

.block-views-block-fws-perspectives-block-7 .slick-prev:before {
  left: 42%;
  transform: translate(-35%, -42%);
  bottom: -15px;
}

@media ( min-width: 568px) {
  .block-views-block-fws-perspectives-block-7 .slick-prev:before {
    left: 45%;
  }
}

@media screen and (min-width: 640px) {
  .block-views-block-fws-perspectives-block-7 .slick-prev:before {
    left: 40%;
  }
}

@media screen and (min-width: 1070px) {
  .block-views-block-fws-perspectives-block-7 .slick-prev:before {
    left: 35%;
  }
}

@media screen and (min-width: 1270px) {
  .block-views-block-fws-perspectives-block-7 .slick-prev:before {
    left: 34%;
  }
}

.block-views-block-fws-perspectives-block-7 .slick-next {
  font-size: 0;
}

.block-views-block-fws-perspectives-block-7 .slick-next:before {
  content: "";
  background: url(../images/arrow-back.svg?56c4b586a203dafa5d83c66dce3ea2bc);
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  z-index: 1;
}

.block-views-block-fws-perspectives-block-7 .slick-next:hover:before {
  background: url(../images/arrow-back-hover.svg?31ec096160bbb684f6fbd17f30893876);
}

.block-views-block-fws-perspectives-block-7 .slick-next:before {
  background: url(../images/arrow-next.svg?44e29b2a69d423e0362d403d2f1a6372);
  right: 0;
  left: auto;
}

.block-views-block-fws-perspectives-block-7 .slick-next:hover:before {
  background: url(../images/arrow-next-hover.svg?8e04565acabdaeaf81b6f82880b4ac1c);
}

.block-views-block-fws-perspectives-block-7 .slick-next:before {
  right: 42%;
  transform: translate(40%, -42%);
  bottom: -15px;
}

@media ( min-width: 568px) {
  .block-views-block-fws-perspectives-block-7 .slick-next:before {
    right: 45%;
  }
}

@media screen and (min-width: 640px) {
  .block-views-block-fws-perspectives-block-7 .slick-next:before {
    right: 40%;
  }
}

@media screen and (min-width: 1070px) {
  .block-views-block-fws-perspectives-block-7 .slick-next:before {
    right: 47%;
  }
}

@media screen and (min-width: 1270px) {
  .block-views-block-fws-perspectives-block-7 .slick-next:before {
    right: 53%;
  }
}

.vb-home-perspective-news {
  position: relative;
  margin-right: -12px;
}

@media (max-width: 640px) {
  .vb-home-perspective-news {
    margin-top: 50px;
  }
}

.vb-home-perspective-news header {
  margin: 0 18px;
}

@media ( min-width: 768px) {
  .vb-home-perspective-news header {
    margin: 0 12px;
  }
}

@media screen and (min-width: 1025px) {
  .vb-home-perspective-news header {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .vb-home-perspective-news header .home-intro-wrapper {
    flex: 1 1 0;
    max-width: 65%;
  }
}

.vb-home-perspective-news header .all-solution {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 100%;
  max-width: 250px;
}

@media ( max-width: 1024px) {
  .vb-home-perspective-news header .all-solution {
    bottom: -60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.vb-home-perspective-news header .home-intro-wrapper .heading-1 + .text-3 {
  margin: 30px 0 33px;
}

.vb-home-perspective-news header .all-solution {
  display: none;
}

@media ( min-width: 768px) {
  .vb-home-perspective-news header .all-solution {
    display: block;
  }
}

@media ( max-width: 567px) {
  .vb-home-perspective-news {
    margin-bottom: 25%;
  }
}

.vb-home-perspective-news h2.heading-1 {
  color: #57C578;
}

.vb-home-perspective-news .view-content {
  display: flex;
  flex-flow: row wrap;
}

.vb-home-perspective-news .view-content .views-row {
  height: inherit;
  margin-bottom: 25px;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 8px;
  transition: 0.5s all;
}

.vb-home-perspective-news .view-content .views-row:hover {
  transform: translate(0, -8px);
}

@media ( min-width: 768px) {
  .vb-home-perspective-news .view-content .views-row {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.vb-home-perspective-news .view-content .views-row .view-row-wrapper,
.vb-home-perspective-news .view-content .views-row .image-cards-with-label {
  height: 100%;
}

.vb-home-perspective-news .view-content .views-row .image-cards-with-label {
  min-height: 500px;
}

.vb-home-perspective-news footer {
  text-align: center;
}

.vb-home-perspective-news footer .cta-button {
  max-width: 250px;
  width: 100%;
}

@media ( min-width: 768px) {
  .vb-home-perspective-news footer .cta-button {
    display: none;
  }
}

.node--type-factsheet .content-main #main {
  padding-right: 18px;
}

html:lang(ar) .node--type-factsheet .content-main #main {
  padding-left: 18px;
}

@media ( min-width: 768px) {
  .node--type-factsheet .content-main #main {
    padding-right: 86px;
  }

  html:lang(ar) .node--type-factsheet .content-main #main {
    padding-right: 12px;
    padding-left: 86px;
    float: right;
  }
}

.node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs {
  position: relative;
}

.node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li {
  float: none;
  position: relative;
  margin-bottom: 24px;
  text-transform: none;
}

.node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li:after {
  position: absolute;
  top: -18px;
  font-weight: bold;
  color: #9CDDDC;
  line-height: normal;
  left: 30px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  text-transform: none;
  font-size: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #9CDDDC;
  line-height: normal;
}

html:lang(ar) .node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li:after {
  right: 30px;
}

@media ( min-width: 768px) {
  .node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li:after {
    font-size: 12px;
  }
}

.node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li:before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  position: absolute;
  left: -4px;
  top: -16px;
  border: 1px solid #4CCECB;
  background: #fff;
}

html:lang(ar) .node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li:before {
  right: -4px;
}

.node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li.current {
  padding-left: 28px;
}

html:lang(ar) .node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li.current {
  padding-left: 0;
  padding-right: 28px;
}

.node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li.current:after {
  color: #005154;
}

.node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li.current:before {
  width: 12px;
  height: 12px;
  left: -6px;
  border: 1px solid #005154;
  background: #005154;
}

.node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li a {
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
  color: #4CCECB;
  display: block;
  float: none;
  border-left: 1px dotted #4CCECB;
  position: relative;
  padding-left: 28px;
  margin: 10px 0 0;
  padding-bottom: 5px;
  text-transform: none;
}

@media ( min-width: 768px) {
  .node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li a {
    font-size: 22px;
  }
}

html:lang(ar) .node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li a {
  padding-right: 28px;
  padding-left: 0;
  border-left: 0;
  border-right: 1px dotted #4CCECB;
}

.node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li.current {
  font-size: 22px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  .node--type-factsheet .block-sswm-breadcrumbs ul.breadcrumbs li.current {
    font-size: 40px;
  }
}

.node--type-factsheet .block-sswm-page-title {
  padding-bottom: 40px;
}

.node--type-factsheet .block-sswm-content .view-mode-full a {
  font-weight: bold;
  color: #4CCECB;
}

.node--type-factsheet .block-sswm-content .view-mode-full ul {
  list-style: disc;
}

.node--type-factsheet .block-sswm-content .view-mode-full ul li {
  display: list-item;
  margin-bottom: 15px;
  line-height: 21px;
  position: relative;
}

.node--type-factsheet .block-sswm-content .view-mode-full ul li:before {
  content: "";
  position: absolute;
  color: #4CCECB;
  font-size: 30px;
  left: 8px;
  display: list-item;
  top: -2px;
}

.node--type-factsheet .block-sswm-content .view-mode-full blockquote {
  margin-bottom: 40px;
}

.node--type-factsheet .block-sswm-content .view-mode-full > .field__items {
  margin-left: 24px;
}

.node--type-factsheet .block-sswm-content .view-mode-full > .field__items * {
  margin-bottom: 20px;
  /* margin-left: 24px; */
}

.node--type-factsheet .block-sswm-content .view-mode-full > .field__items > .field-label,
.node--type-factsheet .block-sswm-content .view-mode-full > .field__items h2,
.node--type-factsheet .block-sswm-content .view-mode-full > .field__items h3,
.node--type-factsheet .block-sswm-content .view-mode-full > .field__items h4,
.node--type-factsheet .block-sswm-content .view-mode-full > .field__items h5,
.node--type-factsheet .block-sswm-content .view-mode-full > .field__items h6 {
  margin-left: -24px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  .node--type-factsheet .block-sswm-content .view-mode-full > .field__items > .field-label,
  .node--type-factsheet .block-sswm-content .view-mode-full > .field__items h2,
  .node--type-factsheet .block-sswm-content .view-mode-full > .field__items h3,
  .node--type-factsheet .block-sswm-content .view-mode-full > .field__items h4,
  .node--type-factsheet .block-sswm-content .view-mode-full > .field__items h5,
  .node--type-factsheet .block-sswm-content .view-mode-full > .field__items h6 {
    font-size: 22px;
  }
}

.node--type-factsheet .block-sswm-content .view-mode-full > .field__items > .field-items > .field__item > article {
  overflow: hidden;
  clear: both;
}

.node--type-factsheet .block-sswm-content .view-mode-full > .field__items > .field-items > .field__item > article .node-title {
  display: none;
}

.node--type-factsheet .block-sswm-content .view-mode-full .group-image_author {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  flex-flow: row wrap;
  clear: both;
}

.node--type-factsheet .block-sswm-content .view-mode-full .group-image_author .field__label {
  color: #4CCECB;
}

.node--type-factsheet .block-sswm-content .view-mode-full .group-image_author .field--name-field-fs-icon {
  max-width: 132px;
}

.node--type-factsheet .block-sswm-content .view-mode-full .group-image_author .field--name-field-fs-icon + .field--name-field-fs-author {
  padding-left: 24px;
}

html:lang(ar) .node--type-factsheet .block-sswm-content .view-mode-full .group-image_author .field--name-field-fs-icon + .field--name-field-fs-author {
  padding-left: 0;
  padding-right: 24px;
}

.node--type-factsheet .block-sswm-content .view-mode-full .group-adv_dis {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}

.node--type-factsheet .block-sswm-content .view-mode-full .group-adv_dis .field-label {
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  .node--type-factsheet .block-sswm-content .view-mode-full .group-adv_dis .field-label {
    font-size: 22px;
  }
}

.node--type-factsheet .block-sswm-content .view-mode-full .group-adv_dis > .field__items {
  width: 48%;
}

.node--type-factsheet .block-sswm-content .view-mode-full .group-adv_dis > .field__items .field__item {
  position: relative;
  padding: 0 0 0 20px;
}

.node--type-factsheet .block-sswm-content .view-mode-full .group-adv_dis > .field__items .field__item:before {
  content: "";
  position: absolute;
  background: #4CCECB;
  font-size: 30px;
  left: 0;
  top: 5px;
  line-height: normal;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.node--type-factsheet .block-sswm-content .view-mode-full .field--name-field-svg-image-file svg {
  height: 420px;
}

.node--type-factsheet .block-sswm-content .view-mode-full .paragraph--type--factsheet-content-blocks ol li {
  display: list-item;
  list-style-type: decimal;
}

.node--type-factsheet .block-translate-link {
  display: none !important;
}

.node--type-factsheet .block-translate-link.block-fs-translate-link {
  display: inline-block !important;
  margin-bottom: 20px;
}

.node--type-factsheet #SSWM_Factsheets {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

.node--type-factsheet #SSWM_Factsheets:after {
  content: "\F107";
  font-family: fontawesome;
  right: -20px;
  position: absolute;
  top: 3px;
}

.node--type-factsheet .block-sswm-content .view-mode-full .field--name-field-factsheet-extras .field__items h5,
.node--type-factsheet .block-sswm-content .view-mode-full .field--name-field-factsheet-extras .field__items h3 {
  margin-left: 0;
  color: #ffffff;
}

.node--type-factsheet .block-factsheet-accordion .field__label {
  display: inline-block;
  position: relative;
}

.node--type-factsheet .block-factsheet-accordion .field__label:after {
  content: "\F107";
  font-family: fontawesome;
  right: -20px;
  position: absolute;
  top: 3px;
}

.node--type-factsheet .block-factsheet-accordion > .field-items {
  display: none;
}

#block-cbfactsheetsalternatives {
  display: none;
}

#block-sswm-page-title {
  display: none;
}

.block-views-block-fws-term-block-hc-block-1 .view-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 15px -15px;
}

.block-views-block-fws-term-block-hc-block-1 .view-wrapper .views-row {
  flex: 33.33%;
  max-width: 33.33%;
  margin-bottom: 20px;
}

.block-views-block-fws-term-block-hc-block-1 .view-wrapper .views-row .view-row-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  padding: 15px;
}

.block-views-block-fws-term-block-hc-block-1 .view-wrapper .views-row .view-row-wrapper .views-field-nothing {
  flex: 1;
  margin: 10px 0 0;
}

.block-views-block-fws-term-block-hc-block-1 .view-wrapper .views-row .view-row-wrapper .views-field-tid {
  margin: 40px 0 0;
}

.block-views-block-fws-term-block-hc-block-1 .view-wrapper .views-row .view-row-wrapper .views-field-tid .button-inside {
  display: inline-block;
}

.block-views-block-fws-term-block-hc-block-1 .view-wrapper .views-row .view-row-wrapper .views-field-tid .button-inside a {
  background: #6cd796;
  border-radius: 7px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
  transition: none;
}

.block-views-block-fws-term-block-hc-block-1 .view-wrapper .views-row .view-row-wrapper .views-field-tid .button-inside a:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
}

.block-views-block-fws-term-block-hc-block-1 .view-wrapper .views-row .view-row-wrapper .views-field-tid .button-inside a {
  border-radius: 100px;
}

.block-system ul.breadcrumbs li:first-child:after {
  content: "Perspective";
}

.block-system ul.breadcrumbs li:after {
  content: "Sub-Section";
}

.block-system ul.breadcrumbs li:nth-child(2):after {
  content: "Section";
}

body.lang-en .block-system ul.breadcrumbs li:last-child:after {
  content: "Factsheet";
}

.page-financing_water_impact.path-taxonomy .block-system ul.breadcrumbs li:last-child:after {
  content: "Section";
}

body.lang-es .block-system ul.breadcrumbs li:first-child:after {
  content: "Perspectiva";
}

body.lang-es .block-system ul.breadcrumbs li:after {
  content: "Subsecci\F3n";
}

body.lang-es .block-system ul.breadcrumbs li:nth-child(2):after {
  content: "Secci\F3n";
}

body.lang-es .block-system ul.breadcrumbs li:last-child:after {
  content: "Ficha";
}

body.node--type-factsheet section#block-views-block-fws-factsheet-individual-block-6,
body.node--type-factsheet #block-sharethis-3,
body.node--type-factsheet #block-views-block-fws-perspective-content-block-2,
body.node--type-factsheet #block-views-block-fws-perspective-content-block-1-2,
body.node--type-factsheet #block-breadcrumbs {
  display: none;
}

.perspective-structure + .cb-sidebar-perspective-structure {
  display: none;
}

.paragraph--type--factsheet-distruptor {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  padding: 30px;
  position: relative;
}

.paragraph--type--factsheet-distruptor .distruptor-inner .field--name-field-distruptor-title {
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
  color: #005154;
}

@media ( min-width: 768px) {
  .paragraph--type--factsheet-distruptor .distruptor-inner .field--name-field-distruptor-title {
    font-size: 22px;
  }
}

.paragraph--type--factsheet-distruptor .distruptor-inner .field--name-field-distruptor-content {
  color: #ffffff;
}

.paragraph--type--factsheet-distruptor .distruptor-inner h2.block-title {
  margin-left: 0 !important;
  display: none;
}

.paragraph--type--factsheet-distruptor .distruptor-inner a {
  color: #005154 !important;
}

.paragraph--type--factsheet-distruptor .distruptor-inner .mailchimp-signup-subscribe-form .form-item-mergevars-signup-url {
  display: none;
}

.paragraph--type--factsheet-distruptor .distruptor-inner .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields label {
  display: none;
}

.paragraph--type--factsheet-distruptor .distruptor-inner .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input {
  border-radius: 30px;
}

.paragraph--type--factsheet-distruptor .distruptor-inner .mailchimp-signup-subscribe-form .form-actions input {
  background: #005154;
  color: #ffffff;
  border-radius: 30px;
}

.paragraph--type--factsheet-distruptor .distruptor-inner .mailchimp-signup-subscribe-form .form-actions input:hover {
  background: #005154;
}

.lang-ar.node--type-factsheet .block-sswm-content .view-mode-full {
  word-break: break-word;
}

iframe#st_gdpr_iframe {
  left: auto !important;
}

html[dir=rtl] .node--type-factsheet .block-sswm-content .view-mode-full ul {
  margin-left: 0;
  margin-right: 20px;
}

html[dir=rtl] .node--type-factsheet .block-sswm-content .view-mode-full ul li:before {
  left: auto;
  right: 8px;
}

html[dir=rtl] .node--type-factsheet .block-sswm-content .view-mode-full .group-adv_dis > .field__items .field__item {
  padding: 0 20px 0 0;
}

html[dir=rtl] .node--type-factsheet .block-sswm-content .view-mode-full .group-adv_dis > .field__items .field__item:before {
  left: auto;
  right: 0;
}

.path-taxonomy .content-main #main {
  padding-right: 18px;
}

@media ( min-width: 768px) {
  .path-taxonomy .content-main #main {
    padding-right: 86px;
  }
}

.path-taxonomy .block-breadcrumbs ul.breadcrumbs {
  position: relative;
}

.path-taxonomy .block-breadcrumbs ul.breadcrumbs li {
  float: none;
  position: relative;
  margin-bottom: 24px;
  text-transform: none;
}

.path-taxonomy .block-breadcrumbs ul.breadcrumbs li:after {
  position: absolute;
  top: -18px;
  font-weight: bold;
  color: #9CDDDC;
  line-height: normal;
  left: 30px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  text-transform: none;
  font-size: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #9CDDDC;
  line-height: normal;
}

html:lang(ar) .path-taxonomy .block-breadcrumbs ul.breadcrumbs li:after {
  right: 30px;
}

@media ( min-width: 768px) {
  .path-taxonomy .block-breadcrumbs ul.breadcrumbs li:after {
    font-size: 12px;
  }
}

.path-taxonomy .block-breadcrumbs ul.breadcrumbs li:before {
  content: " ";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  position: absolute;
  left: -4px;
  top: -16px;
  border: 1px solid #4CCECB;
  background: #fff;
}

html:lang(ar) .path-taxonomy .block-breadcrumbs ul.breadcrumbs li:before {
  right: -4px;
}

.path-taxonomy .block-breadcrumbs ul.breadcrumbs li.current {
  padding-left: 28px;
}

html:lang(ar) .path-taxonomy .block-breadcrumbs ul.breadcrumbs li.current {
  padding-left: 0;
  padding-right: 28px;
}

.path-taxonomy .block-breadcrumbs ul.breadcrumbs li.current:after {
  color: #005154;
}

.path-taxonomy .block-breadcrumbs ul.breadcrumbs li.current:before {
  width: 12px;
  height: 12px;
  left: -6px;
  border: 1px solid #005154;
  background: #005154;
}

.path-taxonomy .block-breadcrumbs ul.breadcrumbs li a {
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
  color: #4CCECB;
  display: block;
  float: none;
  border-left: 1px dotted #4CCECB;
  position: relative;
  padding-left: 28px;
  margin: 10px 0 0;
  padding-bottom: 5px;
  text-transform: none;
}

@media ( min-width: 768px) {
  .path-taxonomy .block-breadcrumbs ul.breadcrumbs li a {
    font-size: 22px;
  }
}

html:lang(ar) .path-taxonomy .block-breadcrumbs ul.breadcrumbs li a {
  padding-right: 28px;
  padding-left: 0;
  border-left: 0;
  border-right: 1px dotted #4CCECB;
}

.path-taxonomy .block-breadcrumbs ul.breadcrumbs li.current {
  font-size: 22px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  .path-taxonomy .block-breadcrumbs ul.breadcrumbs li.current {
    font-size: 40px;
  }
}

.path-taxonomy .block-breadcrumbs ul {
  margin-bottom: 0;
}

.path-taxonomy .block-sswm-page-title {
  display: block !important;
  padding-left: 28px;
  padding-bottom: 40px;
}

.term-factsheets .water-nutrients-filter ul.tabs-hs {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  border-bottom: dotted 1px #57C578;
  padding: 0 0 5px;
}

.term-factsheets .water-nutrients-filter ul.tabs-hs li {
  position: relative;
  color: #4CCECB;
  cursor: pointer;
}

.term-factsheets .water-nutrients-filter ul.tabs-hs li:hover {
  color: #005154;
}

.term-factsheets .water-nutrients-filter ul.tabs-hs li.active {
  color: #005154;
  font-weight: bold;
}

.term-factsheets .water-nutrients-filter ul.tabs-hs li.active:after {
  content: "";
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  height: 7px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -9px;
  border-radius: 10px;
  left: 0;
}

.term-factsheets .water-nutrients-filter ul.tabs-hs.water-nut-pers {
  display: none;
}

.path-taxonomy.section-water-nutrient-cycle .term-factsheets .water-nutrients-filter ul.tabs-hs.water-nut-pers {
  display: flex;
}

.path-taxonomy.section-water-nutrient-cycle .term-factsheets .water-nutrients-filter ul.tabs-hs.other-pers {
  display: none;
}

.term-factsheets .accordion-titles ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 20px;
  border-bottom: dotted 1px #57C578;
  padding: 0 0 20px;
}

.term-factsheets .accordion-titles ul li {
  display: none;
  color: #4CCECB;
  flex: 0 0 50%;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  padding: 0 0 5px 20px;
  transition: 0.2s;
}

.term-factsheets .accordion-titles ul li.show {
  display: block;
}

.term-factsheets .accordion-titles ul li:before {
  content: "";
  height: 15px;
  width: 15px;
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}

.term-factsheets .accordion-titles ul li:hover,
.term-factsheets .accordion-titles ul li.active {
  color: #005154;
  font-weight: bold;
}

.term-factsheets .block-accordian {
  display: none;
}

.term-factsheets .block-accordian.active {
  display: block;
}

.term-factsheets .block-accordian > h2 {
  margin: 0 0 10px;
}

.term-factsheets .block-accordian.active {
  display: block;
}

.path-glossary .block-sswm-content .glossary-attachment {
  margin-bottom: 20px;
}

.path-glossary .block-sswm-content .glossary-attachment span {
  display: inline-block;
}

.path-glossary .block-sswm-content .glossary-attachment span a {
  border: 1px solid #6cd796;
  border-radius: 30px;
  display: block;
  padding: 0 10px;
  color: #6cd796;
  transition: 0.2s;
}

.path-glossary .block-sswm-content .glossary-attachment span a:hover {
  border-color: #005154;
  color: #005154;
}

.path-glossary .block-sswm-content .glossary-view header {
  clear: both;
  margin-bottom: 30px;
}

.path-glossary .block-sswm-content .glossary-view h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
  margin-bottom: 20px;
}

@media ( min-width: 768px) {
  .path-glossary .block-sswm-content .glossary-view h3 {
    font-size: 40px;
  }
}

.path-glossary .block-sswm-content .glossary-view .views-row {
  border: 1px solid;
  padding: 15px;
  margin-bottom: 20px;
}

.path-glossary .block-sswm-content .glossary-view .views-row .views-field-title .field-content {
  font-size: 16px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #4CCECB;
  line-height: normal;
  margin-bottom: 10px;
}

@media ( min-width: 768px) {
  .path-glossary .block-sswm-content .glossary-view .views-row .views-field-title .field-content {
    font-size: 18px;
    color: #005154;
  }
}

.path-glossary .block-sswm-content .glossary-view .views-row .views-field-field-link ul {
  margin: 0;
}

.path-glossary .block-sswm-content .glossary-view .views-row .views-field-field-link ul li {
  display: block;
  list-style: none;
}

.path-glossary .block-sswm-content .glossary-view .views-row .views-field-field-link ul li a {
  text-decoration: underline;
}

.path-glossary .block-sswm-content .glossary-view ul.pager {
  margin: 0;
  text-align: center;
}

.path-glossary .block-sswm-content .glossary-view ul.pager li {
  display: inline-block;
}

.path-glossary .block-sswm-content .glossary-view .views-exposed-form {
  float: left;
  max-width: 400px;
  position: relative;
  width: 100%;
}

.path-glossary .block-sswm-content .glossary-view .views-exposed-form .js-form-type-textfield {
  position: relative;
}

.path-glossary .block-sswm-content .glossary-view .views-exposed-form .js-form-type-textfield:before {
  color: #c1c1c1;
  content: "\F002";
  font-family: fontawesome;
  font-size: 22px;
  left: 15px;
  position: absolute;
  top: 5px;
}

.path-glossary .block-sswm-content .glossary-view .views-exposed-form .js-form-type-textfield input[type=text] {
  border: 1px solid #b4b4b4;
  border-radius: 30px;
  height: auto;
  line-height: 40px;
  padding: 0 120px 0 40px;
}

.path-glossary .block-sswm-content .glossary-view .views-exposed-form input[type=submit] {
  border-radius: 30px;
  bottom: 16px;
  line-height: 40px;
  margin-bottom: 0;
  padding: 0 40px;
  position: absolute;
  right: 0;
  background: #6cd796;
  color: #ffffff;
  transition: none;
  font-weight: bold;
}

.path-glossary .block-sswm-content .glossary-view .views-exposed-form input[type=submit]:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
  color: #ffffff;
}

.path-glossary .block-sswm-content .glossary-view .views-exposed-form .filter-by {
  display: none;
}

body.node--type-glossary #block-sswm-page-title {
  display: block !important;
  margin: 0 0 20px;
}

body.node--type-glossary .block-sswm-content .field--name-body {
  margin: 0 0 20px;
}

body.node--type-glossary .block-sswm-content .field--name-field-references .field__item a,
body.node--type-glossary .block-sswm-content .field--name-field-glossary-term-name .field__item a {
  color: #57C578;
  font-weight: 500;
}

.path-library #block-sswm-page-title {
  display: block;
  margin-bottom: 20px;
}

.path-library .block-sswm-content .field-node--field-library-reference .library_title a {
  cursor: auto;
}

.path-library .block-sswm-content .views-row .view-row-wrapper {
  margin-bottom: 60px;
  overflow: hidden;
}

.path-library .block-sswm-content .views-row .view-row-wrapper .views-field-body {
  padding: 0;
}

.path-library .block-sswm-content .views-row .view-row-wrapper .views-field-nothing img {
  width: 100%;
  height: auto;
}

.path-library .block-sswm-content .views-row .view-row-wrapper .field-wrapper .field__item a {
  font-weight: 500;
}

.path-library .block-sswm-content ul.pager {
  margin: 0;
  text-align: center;
}

.path-library .block-sswm-content ul.pager li {
  display: inline-block;
}

.path-library .block-sswm-content ul.pager li a {
  padding: 10px 28px;
}

.path-library .block-sswm-content header {
  clear: both;
  margin-bottom: 50px;
}

.path-library .block-sswm-content .one-line-search .views-exposed-form {
  float: left;
  max-width: 400px;
  position: relative;
  width: 100%;
}

.path-library .block-sswm-content .one-line-search .views-exposed-form .js-form-type-textfield {
  position: relative;
}

.path-library .block-sswm-content .one-line-search .views-exposed-form .js-form-type-textfield:before {
  color: #c1c1c1;
  content: "\F002";
  font-family: fontawesome;
  font-size: 22px;
  left: 15px;
  position: absolute;
  top: 5px;
}

.path-library .block-sswm-content .one-line-search .views-exposed-form .js-form-type-textfield input[type=text] {
  border: 1px solid #b4b4b4;
  border-radius: 30px;
  height: auto;
  line-height: 40px;
  padding: 0 120px 0 40px;
}

.path-library .block-sswm-content .one-line-search .views-exposed-form input[type=submit] {
  border-radius: 30px;
  bottom: 16px;
  line-height: 40px;
  margin-bottom: 0;
  padding: 0 40px;
  position: absolute;
  right: 0;
  background: #6cd796;
  color: #ffffff;
  transition: none;
  font-weight: bold;
}

.path-library .block-sswm-content .one-line-search .views-exposed-form input[type=submit]:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
  color: #ffffff;
}

.path-library .block-sswm-content .one-line-search .views-exposed-form .filter-by {
  display: none;
}

.node--type-library .field-node--field-library-reference .library_title {
  display: none;
}

.node--type-library .block-sswm-content a {
  font-weight: bold;
  color: #57C578;
}

.node--type-library .block-sswm-content .field__item .library_title {
  margin: 0 0 20px;
}

.node--type-library .block-sswm-content .field__item p {
  margin-bottom: 20px;
}

.node--type-library .block-sswm-content .field__item p.description {
  display: none;
}

.path-contact .contact-address {
  float: left;
  width: 40%;
}

.path-contact .contact-address .address-lines {
  margin: 0;
}

.path-contact .contact-address .address-lines li {
  display: block;
  line-height: 30px;
  list-style: outside none none;
}

.path-contact .contact-address .address-lines li.sans-bold {
  font-weight: 500;
}

.path-contact .block-sswm-content {
  float: left;
  width: 32.3%;
}

@media only screen and (max-width: 767px) {
  .path-contact .block-sswm-content {
    float: none;
    width: auto;
  }
}

.path-contact .block-sswm-content form label {
  display: none;
}

.path-contact .block-sswm-content form input[type=text],
.path-contact .block-sswm-content form input[type=email] {
  border-radius: 30px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #005154;
}

.path-contact .block-sswm-content form textarea {
  border-radius: 10px;
  max-height: 150px;
  resize: none;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #005154;
}

.path-contact .block-sswm-content form .form-actions {
  text-align: center;
}

.path-contact .block-sswm-content form .form-actions .form-submit {
  background: #57C578;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  transition: none;
  height: 45px;
  border-radius: 30px;
  font-weight: 600;
}

.path-contact .block-sswm-content form .form-actions .form-submit:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
  color: #ffffff;
}

.path-contact .block-sswm-content form #edit-preview {
  display: none;
}

.path-contact .block-sswm-content form .captcha .g-recaptcha {
  margin-bottom: 12px;
}

.path-contact .block-sswm-content form .captcha .g-recaptcha > div {
  margin: 0 auto;
}

.term-factsheets .sans .block-accordian .view-content-inner {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.term-factsheets .sans .block-accordian .view-content-inner .views-row {
  margin-bottom: 30px;
  transition: 0.5s;
}

.term-factsheets .sans .block-accordian .view-content-inner .views-row .view-row-wrapper {
  background: #ffffff;
  box-shadow: 0 2px 44px 0 rgba(0, 81, 84, 0.11);
  border-radius: 10px;
  height: 100%;
  position: relative;
  padding: 20px;
}

.term-factsheets .sans .block-accordian .view-content-inner .views-row .view-row-wrapper .views-field-field-fs-icon img {
  max-width: 160px;
  margin: 0 auto;
}

.term-factsheets .sans .block-accordian .view-content-inner .views-row .view-row-wrapper .views-field-title {
  padding-bottom: 20px;
}

.term-factsheets .sans .block-accordian .view-content-inner .views-row .view-row-wrapper .views-field-title h2 {
  font-size: 18px;
}

.term-factsheets .sans .block-accordian .view-content-inner .views-row .view-row-wrapper .views-field-field-fs-executive-sum {
  display: none;
}

.term-factsheets .sans .block-accordian .view-content-inner .views-row .view-row-wrapper .correct-link a {
  position: absolute;
  font-size: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.term-factsheets .sans .block-accordian .view-content-inner .views-row .view-row-wrapper .correct-link a:before {
  content: "";
  background-image: url(../images/green-arrow.svg?b8d07fda0b9879d1d31f55d917a18273);
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 25px;
  height: 15px;
  font-size: 20px;
}

.term-factsheets .sans .block-accordian .view-content-inner .views-row:hover {
  transform: translate(0, -8px);
}

.term-factsheets .sans .block-accordian .view-content-inner .views-row:hover .dragdrop {
  color: #57C578;
}

.block-translate-link {
  display: inline-block;
}

.block-translate-link a {
  border: 1px solid;
  border-color: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  border-radius: 7px;
  color: #4CCECB;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
  background: none;
}

.block-translate-link a:hover {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  color: #ffffff;
  border-color: #4CCECB;
}

.node--type-perspective .block-factsheet-accordion .field__item .library_title {
  display: none;
}

.node--type-perspective .block-factsheet-accordion .field__item .node-title {
  background: no-repeat !important;
  box-shadow: none !important;
  padding: 0 !important;
  float: none !important;
}

.node--type-perspective .block-factsheet-accordion .field__item .columns {
  float: none;
  padding: 0;
}

body.section-archived-perspective-notice .block-system-main-block .field__item p {
  padding: 0 0 10px;
}

body.section-archived-perspective-notice .block-system-main-block .field__item p strong {
  font-size: 24px;
}

body.section-archived-perspective-notice .block-system-main-block .field__item p a {
  font-weight: bold;
}

#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body *,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body * {
  margin-bottom: 20px;
  /* margin-left: 24px; */
}

#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body > .field-content,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body > .field-content {
  margin-left: 24px;
}

#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body > .field-content h2,
#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body > .field-content h3,
#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body > .field-content h4,
#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body > .field-content h5,
#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body > .field-content h6,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body > .field-content h2,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body > .field-content h3,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body > .field-content h4,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body > .field-content h5,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body > .field-content h6 {
  margin-left: -24px;
}

#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body ul,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body ul {
  list-style: disc;
}

#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body ul li,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body ul li {
  display: list-item;
  margin-bottom: 15px;
  line-height: 21px;
}

#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body blockquote,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body blockquote {
  margin-bottom: 40px;
}

#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body svg#Layer_1 a .st0,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body svg#Layer_1 a .st0 {
  opacity: 0 !important;
}

#quicktabs-tabpage-perspective_content_tabs-0 .views-field-body iframe,
#quicktabs-tabpage-perspective_online_course_arctic-0 .views-field-body iframe {
  width: 100%;
  height: 500px;
}

#quicktabs-tabpage-perspective_content_tabs-3 .views-field-field-about-tab *,
#quicktabs-tabpage-perspective_online_course_arctic-1 .views-field-field-about-tab *,
#quicktabs-tabpage-iadb_custom_menu-4 .views-field-field-about-tab * {
  margin-bottom: 20px;
  /* margin-left: 24px; */
}

#quicktabs-tabpage-perspective_content_tabs-3 .views-field-field-about-tab > .field-content,
#quicktabs-tabpage-perspective_online_course_arctic-1 .views-field-field-about-tab > .field-content,
#quicktabs-tabpage-iadb_custom_menu-4 .views-field-field-about-tab > .field-content {
  margin-left: 24px;
}

#quicktabs-tabpage-perspective_content_tabs-3 .views-field-field-about-tab > .field-content h2,
#quicktabs-tabpage-perspective_content_tabs-3 .views-field-field-about-tab > .field-content h3,
#quicktabs-tabpage-perspective_content_tabs-3 .views-field-field-about-tab > .field-content h4,
#quicktabs-tabpage-perspective_content_tabs-3 .views-field-field-about-tab > .field-content h5,
#quicktabs-tabpage-perspective_content_tabs-3 .views-field-field-about-tab > .field-content h6,
#quicktabs-tabpage-perspective_online_course_arctic-1 .views-field-field-about-tab > .field-content h2,
#quicktabs-tabpage-perspective_online_course_arctic-1 .views-field-field-about-tab > .field-content h3,
#quicktabs-tabpage-perspective_online_course_arctic-1 .views-field-field-about-tab > .field-content h4,
#quicktabs-tabpage-perspective_online_course_arctic-1 .views-field-field-about-tab > .field-content h5,
#quicktabs-tabpage-perspective_online_course_arctic-1 .views-field-field-about-tab > .field-content h6,
#quicktabs-tabpage-iadb_custom_menu-4 .views-field-field-about-tab > .field-content h2,
#quicktabs-tabpage-iadb_custom_menu-4 .views-field-field-about-tab > .field-content h3,
#quicktabs-tabpage-iadb_custom_menu-4 .views-field-field-about-tab > .field-content h4,
#quicktabs-tabpage-iadb_custom_menu-4 .views-field-field-about-tab > .field-content h5,
#quicktabs-tabpage-iadb_custom_menu-4 .views-field-field-about-tab > .field-content h6 {
  margin-left: -24px;
}

#quicktabs-tabpage-perspective_content_tabs-3 .views-field-field-about-tab ul,
#quicktabs-tabpage-perspective_online_course_arctic-1 .views-field-field-about-tab ul,
#quicktabs-tabpage-iadb_custom_menu-4 .views-field-field-about-tab ul {
  list-style: disc;
}

#quicktabs-tabpage-perspective_content_tabs-3 .views-field-field-about-tab ul li,
#quicktabs-tabpage-perspective_online_course_arctic-1 .views-field-field-about-tab ul li,
#quicktabs-tabpage-iadb_custom_menu-4 .views-field-field-about-tab ul li {
  display: list-item;
  margin-bottom: 15px;
  line-height: 21px;
}

#quicktabs-tabpage-perspective_content_tabs-3 .views-field-field-about-tab blockquote,
#quicktabs-tabpage-perspective_online_course_arctic-1 .views-field-field-about-tab blockquote,
#quicktabs-tabpage-iadb_custom_menu-4 .views-field-field-about-tab blockquote {
  margin-bottom: 40px;
}

.pers-online-course-week .views-field-factsheet-content * {
  margin-bottom: 20px;
  /* margin-left: 24px; */
}

.pers-online-course-week .views-field-factsheet-content > .field-content {
  margin-left: 24px;
}

.pers-online-course-week .views-field-factsheet-content > .field-content h2,
.pers-online-course-week .views-field-factsheet-content > .field-content h3,
.pers-online-course-week .views-field-factsheet-content > .field-content h4,
.pers-online-course-week .views-field-factsheet-content > .field-content h5,
.pers-online-course-week .views-field-factsheet-content > .field-content h6 {
  margin-left: -24px;
}

.pers-online-course-week .views-field-factsheet-content ul {
  list-style: disc;
}

.pers-online-course-week .views-field-factsheet-content ul li {
  display: list-item;
  margin-bottom: 15px;
  line-height: 21px;
}

.pers-online-course-week .views-field-factsheet-content blockquote {
  margin-bottom: 40px;
}

.pers-online-course-week .oc-breadcrumb {
  padding-bottom: 15px;
}

.pers-online-course-week .views-field-rendered-entity {
  padding: 0 10px;
}

.pers-online-course-week .views-field-rendered-entity h2.node-title {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 81, 84, 0.11);
  border-radius: 10px;
  position: relative;
  margin: 0 5px;
}

.pers-online-course-week .views-field-rendered-entity .view-mode-online_course_factsheets {
  padding: 0 10px;
}

.pers-online-course-week .views-field-factsheet-content h2.node-title {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 81, 84, 0.11);
  border-radius: 10px;
  position: relative;
  margin: 0 5px;
}

.pers-online-course-module .swiper-wrapper .swiper-slide {
  border: none;
}

.pers-online-course-module .swiper-wrapper .swiper-slide * {
  margin-bottom: 20px;
  /* margin-left: 24px; */
}

.pers-online-course-module .swiper-wrapper .swiper-slide > .field-content {
  margin-left: 24px;
}

.pers-online-course-module .swiper-wrapper .swiper-slide > .field-content h2,
.pers-online-course-module .swiper-wrapper .swiper-slide > .field-content h3,
.pers-online-course-module .swiper-wrapper .swiper-slide > .field-content h4,
.pers-online-course-module .swiper-wrapper .swiper-slide > .field-content h5,
.pers-online-course-module .swiper-wrapper .swiper-slide > .field-content h6 {
  margin-left: -24px;
}

.pers-online-course-module .swiper-wrapper .swiper-slide ul {
  list-style: disc;
}

.pers-online-course-module .swiper-wrapper .swiper-slide ul li {
  display: list-item;
  margin-bottom: 15px;
  line-height: 21px;
}

.pers-online-course-module .swiper-wrapper .swiper-slide blockquote {
  margin-bottom: 40px;
}

.pers-online-course-module .swiper-wrapper .swiper-slide .oc-breadcrumb ul li {
  list-style-type: none;
}

.pers-online-course-module .swiper-wrapper .swiper-slide .oc-breadcrumb ul li:first-child {
  display: none;
}

.pers-online-course-module .swiper-wrapper .swiper-slide .buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.pers-online-course-module .swiper-wrapper .swiper-slide .buttons a {
  margin: 0 10px;
}

.pers-online-course-module .swiper-wrapper .swiper-slide .buttons a i {
  display: none;
}

.pers-online-course-module .swiper-wrapper .swiper-slide .field-content .oc-breadcrumb {
  display: none;
}

.pers-online-course-module .swiper-wrapper .swiper-slide .view-row-wrapper .views-field-title {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 81, 84, 0.11);
  border-radius: 10px;
  position: relative;
  margin: 0;
}

#block-quicktabsperspectiveonlinecourse .quicktabs-tabs li:nth-child(4),
#block-quicktabsperspectiveonlinecoursearcticwash .quicktabs-tabs li:nth-child(4) {
  display: none;
}

.quicktabs-main a {
  font-weight: bold;
}

.quicktabs-main ul li {
  position: relative;
}

.quicktabs-main ul li a {
  font-weight: bold;
  color: #4CCECB;
}

.quicktabs-main ul li:before {
  content: "";
  position: absolute;
  color: #4CCECB;
  font-size: 30px;
  left: 8px;
  display: list-item;
  top: -2px;
}

.quicktabs-main h3.field-label {
  position: relative;
  display: inline-block;
}

.quicktabs-main h3.field-label:after {
  content: "\F107";
  font-family: fontawesome;
  right: -20px;
  position: absolute;
  top: 3px;
}

.pers-online-course.pers-online-course-module-selector {
  position: relative;
}

#block-quicktabsperspectiveonlinecoursearcticwash .pers-online-course.pers-online-course-module-selector header {
  display: none;
}

.pers-online-course.pers-online-course-module-selector .view-content .swiper-wrapper .swiper-slide {
  flex: 1;
  border: 1px solid #ccc;
  margin: 12px;
  text-align: center;
  height: initial;
  padding: 24px;
}

.pers-online-course.pers-online-course-module-selector .view-content .swiper-button-prev {
  left: -25px;
}

@media screen and (max-width: 567px) {
  .pers-online-course.pers-online-course-module-selector .view-content .swiper-button-prev {
    left: 0;
  }
}

.pers-online-course.pers-online-course-module-selector .view-content .swiper-button-next {
  right: -25px !important;
}

@media screen and (max-width: 567px) {
  .pers-online-course.pers-online-course-module-selector .view-content .swiper-button-next {
    right: -10px !important;
  }
}

.pers-online-course.pers-online-course-module-selector .view-content .view-row-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pers-online-course.pers-online-course-module-selector .view-content .view-row-wrapper .views-field-description__value {
  display: none;
}

.pers-online-course.pers-online-course-module-selector .view-content .view-row-wrapper .views-field-field-cover-image img {
  display: inline-block;
  min-width: 175px;
}

.pers-online-course.pers-online-course-module-selector .view-content .view-row-wrapper .views-field-nothing {
  margin-top: auto;
  padding-top: 24px;
}

.pers-online-course.pers-online-course-module-selector .view-content .view-row-wrapper .views-field-nothing a {
  margin: 0;
}

#quicktabs-tabpage-iadb_custom_menu-2 .perspective-factsheets .groupTerm {
  margin-bottom: 20px;
}

.mainHeader {
  margin-bottom: 20px;
}

.cb_scenario_picker {
  clear: both;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .cb_scenario_picker {
    text-align: center;
  }
}

.cb_scenario_picker .scenario_qa_wrapper h2 {
  margin-bottom: 15px;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -15px;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa {
  width: 50%;
  text-align: left;
  float: left;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .cb_scenario_picker .scenario_qa_wrapper .scenario_qa {
    width: 100%;
  }
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa:nth-child(2n) {
  float: right;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa:nth-child(2n+1) {
  clear: both;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper {
  background: #e6e5e5;
  padding: 20px;
  border-bottom: 20px solid #c40119;
  margin-bottom: 70px;
  /***box-shadow: 6px 5px 10px #999;***/
  position: relative;
  width: 100%;
  /***&:after {
    content: "";
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 32px solid #c40119;
    position: absolute;
    bottom: -50px;
    left: 35%;
    width: 0;
    filter: drop-shadow(5px 3px 2px #666);
    @media only screen and (max-width: 767px) {
      left: 41%;
    }
    @media only screen and (max-width: 575px) {
      left: 35%;
    }
    @media only screen and (max-width: 414px) {
      left: 30%;
    }

  }***/
}

@media only screen and (max-width: 767px) {
  .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper {
    margin-bottom: 30px;
  }
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper .question {
  line-height: normal;
  position: absolute;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper .question .has-tip {
  margin: 0 0 0 10px;
  transition: none;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper .question .desc {
  cursor: pointer;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper fieldset legend {
  margin: 0;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper fieldset .fieldset-wrapper {
  margin: 20px 0 0 20px;
  min-height: 100px;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper fieldset .fieldset-wrapper input {
  margin: 0;
  display: none;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper fieldset .fieldset-wrapper input:checked + label:before {
  border: solid 7px #c40119;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper fieldset .fieldset-wrapper label {
  position: relative;
  padding-left: 30px;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper fieldset .fieldset-wrapper label:before {
  content: "";
  height: 20px;
  width: 20px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  border: solid 1px #aaa;
  border-radius: 50px;
  top: 2px;
  overflow: hidden;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper.checked {
  border-bottom-color: #548235;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper.checked:after {
  border-top-color: #548235;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper.hideOptions .fieldset-wrapper {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  height: 0;
  min-height: 0;
  visibility: hidden;
  opacity: 0;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc {
  position: absolute;
  right: 0;
  z-index: 99;
  width: 100%;
  top: 40px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc {
    width: 100%;
  }
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border {
  background: #f7f6f6;
  border: 2px solid #333;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 6px 15px #ccc;
  position: relative;
  min-height: 150px;
  /***&:before {
    position: absolute;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #f7f6f6;
    border-bottom: 15px solid transparent;
    border-right-color: #333;
    left: -16px;
    top: 60px;
    content: '';
    @media only screen and (max-width: 767px) {
      display: none;
    }
  }
  &:after {
    position: absolute;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #f7f6f6;
    border-bottom: 15px solid transparent;
    left: -13px;
    top: 60px;
    content: '';
    @media only screen and (max-width: 767px) {
      display: none;
    }
  }****/
}

@media only screen and (max-width: 767px) {
  .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border {
    margin: 60px 10px 0;
  }
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border h2 {
  text-align: center;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border .desc-title {
  text-align: center;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border .close-box {
  cursor: pointer;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border .close-box:after {
  content: "X";
  position: absolute;
  right: -15px;
  top: -15px;
  background: #727272;
  padding: 3px 0;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  box-shadow: 0px 4px 12px #666;
  cursor: pointer;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border .close-box:hover:after {
  background: #c40119;
}

.cb_scenario_picker .scenario_qa_wrapper .scenario_qa.active-desc .qa-desc {
  display: block;
}

.cb_scenario_picker .js-form-submit {
  background: #c40119;
  border: 1px solid #c40119;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  margin: 0 42%;
  text-align: center;
  width: auto;
  cursor: not-allowed;
  font-family: "Source Sans Pro", sans-serif;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .cb_scenario_picker .js-form-submit {
    margin: 0 auto;
  }
}

.cb_scenario_picker .js-form-submit:hover {
  background: #c40119;
  border-color: #c40119;
}

.cb_scenario_picker.form-completed .js-form-submit {
  cursor: pointer;
  background: #548235;
  border-color: #548235;
}

.cb_scenario_picker.form-completed .js-form-submit:hover {
  background: #548235;
  border-color: #548235;
}

@media only screen and (max-width: 767px) {
  .lang-ar .cb_scenario_picker {
    text-align: right;
  }

  .lang-ar .cb_scenario_picker .scenario_qa_wrapper .scenario_qa {
    text-align: right;
  }

  .lang-ar .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper {
    text-align: right;
  }

  .lang-ar .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper .fieldset-wrapper label {
    padding-right: 30px;
  }

  .lang-ar .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .custom-fieldset-wrapper .fieldset-wrapper label:before {
    right: 0;
  }

  .lang-ar .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc {
    left: 0;
    right: inherit;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .lang-ar .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .lang-ar .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border {
    margin-right: 25px;
  }

  .lang-ar .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border:before {
    border-left: 15px solid #f7f6f6;
    border-left-color: #333;
    right: -16px;
    border-right: transparent;
    left: auto;
  }

  .lang-ar .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border:after {
    border-left: 15px solid #f7f6f6;
    right: -13px;
    border-right: transparent;
    left: auto;
  }

  .lang-ar .cb_scenario_picker .scenario_qa_wrapper .scenario_qa .qa-desc .box-border .close-box:after {
    left: -15px;
    right: inherit;
  }
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective {
  clear: both;
  width: 100%;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .quicktabs-main {
  position: relative;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .quicktabs-main .quicktabs-tabpage {
  transition: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .quicktabs-main .quicktabs-tabpage.quicktabs-hide {
  position: absolute;
  opacity: 0;
  display: block;
  max-width: 100%;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .quicktabs-main .quicktabs-tabpage header .preview-video:not(.active-video) {
  padding-bottom: 0;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .quicktabs-tabs li:nth-child(4) {
  display: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .preview-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .preview-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course {
  position: relative;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .executive-summary p {
  margin-bottom: 20px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .executive-summary ul {
  margin-bottom: 20px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .executive-summary ul li {
  margin-bottom: 10px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course.display-flex {
  margin-right: -10px;
  margin-left: -10px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course.display-flex .margin-bottom-20 {
  margin-bottom: 20px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course.display-flex .views-row {
  position: relative;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course.display-flex .views-row:before {
  content: "";
  width: calc(100% - 24px);
  height: 100%;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 81, 84, 0.11);
  border-radius: 10px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course.display-flex .views-row:after {
  content: "";
  background: url(../images/green-arrow.svg?b8d07fda0b9879d1d31f55d917a18273);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 15px;
  right: 25px;
  width: 25px;
  height: 15px;
  font-size: 20px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course.display-flex .view-row-wrapper {
  background: #fff;
  box-shadow: unset;
  border-radius: 10px;
  position: relative;
  margin: 0;
  padding: 30px 20px 50px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course.display-flex .view-row-wrapper img {
  max-height: 70px;
  width: auto;
  margin: 0 auto 20px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course.display-flex .view-row-wrapper .views-field-title {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  margin: 0;
  text-align: center;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .oc-breadcrumb ul {
  margin-left: 0;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .oc-breadcrumb ul li {
  display: inline-block;
  padding-bottom: 10px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .oc-breadcrumb ul li + li a:before {
  content: "\F101";
  margin: 0 5px;
  font-family: fontawesome;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .active-video + .buttons {
  display: flex;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .buttons {
  display: none;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 15px 0 30px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .buttons .pdf {
  margin: 0 15px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .buttons .pdf a[href=""] {
  display: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .buttons .desc-icon a,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .buttons .pdf a {
  border-radius: 100px !important;
  height: 41px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .popup-desc {
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 200px;
  display: none;
  background: #f7f6f6;
  border: 2px solid #333;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 6px 15px #ccc;
  min-height: 150px;
}

@media (max-width: 640px) {
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .popup-desc {
    bottom: 100px;
  }
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .popup-desc .close-box {
  cursor: pointer;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .popup-desc .close-box:after {
  content: "X";
  position: absolute;
  right: -15px;
  top: -15px;
  background: #727272;
  padding: 3px 0;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  box-shadow: 0px 4px 12px #666;
  cursor: pointer;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course header .popup-desc.show {
  display: block;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector {
  position: relative;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .swiper-container {
  margin: 0 20px;
  box-sizing: border-box;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .swiper-button {
  right: 0;
  background: none;
  margin: 0;
  top: calc(50% - 30px);
  outline: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .swiper-button:after {
  content: "\F0DA";
  font-family: FontAwesome;
  font-size: 50px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .swiper-button-prev:after {
  content: "\F0D9";
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .views-row {
  box-sizing: border-box;
  margin: 0;
  border: none;
  padding: 0 12px;
}

@media screen and (max-width: 567px) {
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .views-row {
    flex: none;
  }
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .views-row .view-row-wrapper {
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
  height: 100%;
  padding: 20px 10px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .views-row .views-field-name {
  min-height: 150px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .views-row .views-field-name a {
  color: inherit;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .views-row .views-field-description__value {
  display: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-module-selector .views-row .views-field-field-cover-image {
  margin-bottom: 15px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-modules .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  flex-flow: row wrap;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-modules .buttons > div {
  margin: 5px 10px;
}

@media (max-width: 640px) {
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-modules .buttons > div.visit-ms {
    display: none;
  }
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-modules .buttons a.swiper-button-disabled {
  display: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-modules .views-row {
  margin-bottom: 15px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-modules .views-row .view-row-wrapper {
  padding: 10px 15px;
  text-align: left;
  border-width: 2px;
  border-radius: 3px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-modules .views-row .view-row-wrapper .views-field-title a {
  color: inherit;
  font-size: 20px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-modules .views-row .views-field-nothing {
  display: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks.disable {
  opacity: 0;
  transition: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
  flex-flow: row wrap;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container:not(.swiper-container-horizontal) .view-row-wrapper {
  padding: 10px 5px;
  text-align: left;
  border-radius: 3px;
  height: 100%;
  position: relative;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container:not(.swiper-container-horizontal) .view-row-wrapper .views-field-view-node,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container:not(.swiper-container-horizontal) .view-row-wrapper .views-field-nothing,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container:not(.swiper-container-horizontal) .view-row-wrapper .view-mode-online_course_factsheets,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container:not(.swiper-container-horizontal) .view-row-wrapper .views-field-field-video-content,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container:not(.swiper-container-horizontal) .view-row-wrapper .view-mode-full {
  display: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container:not(.swiper-container-horizontal) .view-row-wrapper h2.node-title {
  margin: 0;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container:not(.swiper-container-horizontal) .view-row-wrapper h2.node-title a {
  color: #005154;
  font-size: 20px;
  margin: 0;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container:not(.swiper-container-horizontal) .view-row-wrapper h2.node-title a:after {
  content: "";
  background-image: url(../images/green-arrow.svg?b8d07fda0b9879d1d31f55d917a18273);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 15px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .library-section {
  clear: both;
  margin: 30px 0;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .library-section > .field-label {
  display: inline-block;
  position: relative;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .library-section > .field-label:after {
  content: "\F107";
  font-family: fontawesome;
  right: -20px;
  position: absolute;
  top: 3px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .library-section > .field-items {
  display: block;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .library-section > .field-items > .field-item {
  clear: both;
  margin: 0 0 30px;
  overflow: hidden;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .library-section.open > .field-label:before {
  transform: rotate(180deg);
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .library-section .small-2,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .library-section .small-10 {
  box-sizing: border-box;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .library-section .library_title {
  display: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .library-section h2.node-title {
  font-size: 1.2rem;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-factsheet-content .paragraph {
  clear: both;
  margin: 30px 0;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-factsheet-content .paragraph .field-name-field-factsheet-block-body .library-section > .field-label {
  cursor: pointer;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .buttons {
  margin: 20px 0;
  text-align: center;
}

@media only screen and (min-width: 481px) {
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: unset;
  }
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .buttons > div.pdf a {
  box-sizing: border-box;
  border-radius: 100px !important;
  height: 41px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .buttons > div.pdf a {
    display: inline-block;
  }
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .buttons > div a {
  margin: 0 10px;
}

@media only screen and (max-width: 480px) {
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .buttons > div a {
    margin-bottom: 10px;
  }
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .buttons a.swiper-button-disabled {
  display: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets a {
  font-weight: bold;
  color: #4CCECB;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets ul {
  list-style: disc;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets ul li {
  display: list-item;
  margin-bottom: 15px;
  line-height: 21px;
  position: relative;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets ul li:before {
  content: "";
  position: absolute;
  color: #4CCECB;
  font-size: 30px;
  left: 8px;
  display: list-item;
  top: -2px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets blockquote {
  margin-bottom: 40px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items {
  margin-left: 24px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items * {
  margin-bottom: 20px;
  /* margin-left: 24px; */
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items > .field-label,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items h2,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items h3,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items h4,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items h5,
body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items h6 {
  margin-left: -24px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items > .field-label,
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items h2,
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items h3,
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items h4,
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items h5,
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items h6 {
    font-size: 22px;
  }
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items > .field-items > .field__item > article {
  overflow: hidden;
  clear: both;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets > .field__items > .field-items > .field__item > article .node-title {
  display: none;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-image_author {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  flex-flow: row wrap;
  clear: both;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-image_author .field__label {
  color: #4CCECB;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-image_author .field--name-field-fs-icon {
  max-width: 132px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-image_author .field--name-field-fs-icon + .field--name-field-fs-author {
  padding-left: 24px;
}

html:lang(ar) body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-image_author .field--name-field-fs-icon + .field--name-field-fs-author {
  padding-left: 0;
  padding-right: 24px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-adv_dis {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-adv_dis .field-label {
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-adv_dis .field-label {
    font-size: 22px;
  }
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-adv_dis > .field__items {
  width: 48%;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-adv_dis > .field__items .field__item {
  position: relative;
  padding: 0 0 0 20px;
}

body.node--type-perspective .content-outer-wrapper main .perspective-tabs.qt-online-perspective .pers-online-course .online-weeks .swiper-container .views-row .views-field-rendered-entity .view-mode-online_course_factsheets .group-adv_dis > .field__items .field__item:before {
  content: "";
  position: absolute;
  background: #4CCECB;
  font-size: 30px;
  left: 0;
  top: 5px;
  line-height: normal;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.pers-bywc .quicktabs-tabs li:nth-child(5) {
  display: none;
}

.pers-online-course-topics .view-row-wrapper {
  padding: 10px 5px;
}

.pers-online-course-topics .view-row-wrapper .views-field-title {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 81, 84, 0.11);
  border-radius: 10px;
  position: relative;
  margin: 0;
}

.block-social-share {
  margin-bottom: 30px;
}

.block-social-share > * {
  background: #fff;
  padding: 15px;
}

.block-social-share .block-title {
  margin: 0;
  position: relative;
  padding-bottom: 0;
}

.block-social-share .block-title:after {
  left: 15px;
}

.lang-ar .block-social-share .block-title:after {
  right: 15px;
}

.block-social-share .sharethis-wrapper {
  margin: 0 auto;
  padding: 40px 0 20px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-social-share .sharethis-wrapper:before {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  content: "Feel free to share this factsheet with your friends and colleagues";
}

.lang-es .block-social-share .sharethis-wrapper:before {
  content: "Comparte esta ficha con tus colegas y amigos";
}

.block-social-share .sharethis-wrapper .st_facebook_custom,
.block-social-share .sharethis-wrapper .st_linkedin_custom {
  background: #57C578 none repeat scroll 0 0;
  border: 1px solid #57C578;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  margin: 0 20px;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.block-social-share .sharethis-wrapper .st_facebook_custom:before,
.block-social-share .sharethis-wrapper .st_linkedin_custom:before {
  content: "\F09A";
  font-family: fontawesome;
  font-size: 24px;
  padding-right: 8px;
}

.block-social-share .sharethis-wrapper .st_facebook_custom:after,
.block-social-share .sharethis-wrapper .st_linkedin_custom:after {
  font-family: source sans pro;
  font-size: 16px;
  font-weight: 600;
  content: "Share";
}

.lang-es .block-social-share .sharethis-wrapper .st_facebook_custom:after,
.lang-es .block-social-share .sharethis-wrapper .st_linkedin_custom:after {
  content: "Comparte";
}

.block-social-share .sharethis-wrapper .st_facebook_custom:hover,
.block-social-share .sharethis-wrapper .st_linkedin_custom:hover {
  background: #FFF;
  color: #57C578;
}

.block-social-share .sharethis-wrapper .st_linkedin_custom:before {
  content: "\F0E1";
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .block-social-share .sharethis-wrapper {
    padding: 60px 0 20px;
  }

  .block-social-share .sharethis-wrapper .st_facebook_custom,
  .block-social-share .sharethis-wrapper .st_linkedin_custom {
    margin: 0 5px;
  }
}

.feed-icon {
  display: none;
}

/******* Search Block *******/

/******* Solution Index Block *******/

.cb-sidebar-perspective-structure .prespective-terms {
  position: absolute;
  background: #ffffff;
  z-index: 9;
  box-shadow: 0 2px 24px 0 rgba(0, 81, 84, 0.15);
  border-radius: 15px;
  margin: 10px 0;
  max-width: 375px;
  padding: 25px 5px;
  width: 100%;
}

.cb-sidebar-perspective-structure .prespective-terms ul li {
  padding-bottom: 10px;
}

.cb-sidebar-perspective-structure .prespective-terms ul li a {
  color: #4CCECB;
  font-weight: 500;
}

.cb-sidebar-perspective-structure .prespective-terms ul li a:hover {
  color: #005154;
}

.cb-sidebar-perspective-structure:hover .block-title {
  border-color: #4CCECB;
}

.cb-sidebar-perspective-structure.open .block-title {
  background: #4CCECB;
  border-color: #4CCECB;
}

.cb-sidebar-perspective-structure.open .block-title:after {
  transform: rotate(180deg);
}

/******* Other Blocks *******/

.-per-content {
  display: none !important;
}

.node--type-perspective .content-main #main {
  padding-right: 18px;
}

html:lang(ar) .node--type-perspective .content-main #main {
  padding-left: 18px;
}

@media ( min-width: 768px) {
  .node--type-perspective .content-main #main {
    padding-right: 86px;
  }

  html:lang(ar) .node--type-perspective .content-main #main {
    padding-right: 12px;
    padding-left: 86px;
    float: right;
  }
}

.node--type-perspective .block-sswm-content .view-mode-full {
  position: relative;
}

.node--type-perspective .block-sswm-content .view-mode-full .logo-title {
  display: flex;
  flex-flow: row wrap;
  position: absolute;
  padding: 15px;
  top: 0;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-field-cover-image {
  position: relative;
  margin-bottom: 30px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-field-cover-image img {
  border-radius: 10px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-field-cover-image:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border-radius: 10px;
  opacity: 0.4;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-field-cover-image + .logo-title {
  position: absolute;
  top: 15px;
  padding: 0 15px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-field-cover-image + .logo-title h1 {
  color: #ffffff;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-field-logo {
  background: #ffffff;
  width: 75px;
  height: 75px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex: 0 0 75px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-field-logo img {
  width: 50px;
  height: 50px;
  opacity: 1;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-field-logo + .persp-page-title {
  flex: 0 0 calc(100% - 90px);
}

html:lang(ar) .node--type-perspective .block-sswm-content .view-mode-full .field--name-field-logo {
  margin-left: 15px;
  margin-right: 0;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body {
  display: none;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body a {
  font-weight: bold;
  color: #4CCECB;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body ul {
  list-style: disc;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body ul li {
  display: list-item;
  margin-bottom: 15px;
  line-height: 21px;
  position: relative;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body ul li:before {
  content: "";
  position: absolute;
  color: #4CCECB;
  font-size: 30px;
  left: 8px;
  display: list-item;
  top: -2px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body blockquote {
  margin-bottom: 40px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items {
  margin-left: 24px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items * {
  margin-bottom: 20px;
  /* margin-left: 24px; */
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items > .field-label,
.node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items h2,
.node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items h3,
.node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items h4,
.node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items h5,
.node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items h6 {
  margin-left: -24px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  .node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items > .field-label,
  .node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items h2,
  .node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items h3,
  .node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items h4,
  .node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items h5,
  .node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items h6 {
    font-size: 22px;
  }
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items > .field-items > .field__item > article {
  overflow: hidden;
  clear: both;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body > .field__items > .field-items > .field__item > article .node-title {
  display: none;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-image_author {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  flex-flow: row wrap;
  clear: both;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-image_author .field__label {
  color: #4CCECB;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-image_author .field--name-field-fs-icon {
  max-width: 132px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-image_author .field--name-field-fs-icon + .field--name-field-fs-author {
  padding-left: 24px;
}

html:lang(ar) .node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-image_author .field--name-field-fs-icon + .field--name-field-fs-author {
  padding-left: 0;
  padding-right: 24px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-adv_dis {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-adv_dis .field-label {
  font-size: 18px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  line-height: normal;
}

@media ( min-width: 768px) {
  .node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-adv_dis .field-label {
    font-size: 22px;
  }
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-adv_dis > .field__items {
  width: 48%;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-adv_dis > .field__items .field__item {
  position: relative;
  padding: 0 0 0 20px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body .group-adv_dis > .field__items .field__item:before {
  content: "";
  position: absolute;
  background: #4CCECB;
  font-size: 30px;
  left: 0;
  top: 5px;
  line-height: normal;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

.node--type-perspective .block-sswm-content .view-mode-full .field--name-body p {
  margin-bottom: 20px;
}

html[lang=es] .node--type-perspective .block-sswm-content .view-mode-full .field--name-body {
  display: block;
}

.node--type-perspective .perspective-tabs:not(.vb-iadb-functional-titles) ul.quicktabs-tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 0 5px;
  gap: 10px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #57C578;
}

.node--type-perspective .perspective-tabs:not(.vb-iadb-functional-titles) ul.quicktabs-tabs li {
  position: relative;
}

.node--type-perspective .perspective-tabs:not(.vb-iadb-functional-titles) ul.quicktabs-tabs li a {
  color: #4CCECB;
}

.node--type-perspective .perspective-tabs:not(.vb-iadb-functional-titles) ul.quicktabs-tabs li a:hover {
  color: #005154;
}

.node--type-perspective .perspective-tabs:not(.vb-iadb-functional-titles) ul.quicktabs-tabs li.active:after {
  content: "";
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  height: 7px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -9px;
  border-radius: 10px;
  left: 0;
}

.node--type-perspective .perspective-tabs:not(.vb-iadb-functional-titles) ul.quicktabs-tabs li.active a {
  color: #005154;
  font-weight: bold;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms:not(.spanish-pers-terms) .views-row {
  background: #ffffff;
  padding: 25px;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
  margin: 0 0 15px;
  border-radius: 10px;
  position: relative;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms:not(.spanish-pers-terms) .views-row h2 a {
  display: block;
  padding-right: 40px;
}

html[dir=rtl] .node--type-perspective .perspective-tabs .vb-prespective-terms:not(.spanish-pers-terms) .views-row h2 a {
  padding-left: 40px;
  padding-right: 0;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms:not(.spanish-pers-terms) .views-row h2 a:after {
  content: "";
  background-image: url(../images/green-arrow.svg?b8d07fda0b9879d1d31f55d917a18273);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 15px;
}

html[dir=rtl] .node--type-perspective .perspective-tabs .vb-prespective-terms:not(.spanish-pers-terms) .views-row h2 a:after {
  right: auto;
  left: 10px;
  transform: rotate(180deg);
}

.node--type-perspective .perspective-tabs .vb-prespective-terms:not(.spanish-pers-terms) .views-row:hover a {
  color: #57C578;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms.spanish-pers-terms {
  display: flex;
  flex-flow: row wrap;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms.spanish-pers-terms .views-row {
  margin: 0 0 15px;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms.spanish-pers-terms .views-row .view-row-wrapper {
  background: #ffffff;
  padding: 25px;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms.spanish-pers-terms .views-row .view-row-wrapper h2 a {
  display: block;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms.spanish-pers-terms .views-row .view-row-wrapper .views-field-nothing {
  margin-top: 20px;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms.spanish-pers-terms .views-row .view-row-wrapper .views-field-nothing a.button:hover {
  color: #ffffff;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms .perspective-grid-wrap {
  padding-top: 40px;
}

.node--type-perspective .perspective-tabs .vb-prespective-terms .perspective-grid-wrap header h2 {
  margin-bottom: 15px;
}

.node--type-perspective .perspective-tabs.vb-iadb-functional-titles .quicktabs-wrapper {
  position: relative;
}

.node--type-perspective .perspective-tabs.vb-iadb-functional-titles ul.quicktabs-tabs {
  margin: 0;
  display: none;
}

.node--type-perspective .perspective-tabs.vb-iadb-functional-titles ul.quicktabs-tabs.processed {
  display: block;
}

.node--type-perspective .perspective-tabs.vb-iadb-functional-titles ul.quicktabs-tabs #outer {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 20px 0;
  border-bottom: dotted 1px #57C578;
}

.node--type-perspective .perspective-tabs.vb-iadb-functional-titles ul.quicktabs-tabs #outer #inner {
  display: flex;
  justify-content: space-between;
  padding: 0 0 5px;
  gap: 10px;
}

.node--type-perspective .perspective-tabs.vb-iadb-functional-titles ul.quicktabs-tabs #outer #inner li {
  position: relative;
}

.node--type-perspective .perspective-tabs.vb-iadb-functional-titles ul.quicktabs-tabs #outer #inner li a {
  color: #4CCECB;
}

.node--type-perspective .perspective-tabs.vb-iadb-functional-titles ul.quicktabs-tabs #outer #inner li a:hover {
  color: #005154;
}

.node--type-perspective .perspective-tabs.vb-iadb-functional-titles ul.quicktabs-tabs #outer #inner li.active:after {
  content: "";
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  height: 7px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -9px;
  border-radius: 10px;
  left: 0;
}

.node--type-perspective .perspective-tabs.vb-iadb-functional-titles ul.quicktabs-tabs #outer #inner li.active a {
  color: #005154;
  font-weight: bold;
}

.view-catalog-page header {
  padding: 0 12px;
  margin: 0 0 20px;
}

.view-catalog-page .catalogue-alphabets {
  margin: 0 0 20px;
}

.view-catalog-page .catalogue-alphabets ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  justify-content: space-between;
  width: 100%;
}

.view-catalog-page .catalogue-alphabets ul li a {
  border: solid 1px #6cd796;
  display: inline-block;
  padding: 2px 0 0;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 15px;
  min-width: 35px;
  text-align: center;
  transition: ease 1s;
  color: #6cd796;
}

.view-catalog-page .catalogue-alphabets ul li a:hover {
  font-weight: 500;
}

.view-catalog-page .views-row {
  overflow: hidden;
  margin: 0 0 50px;
}

.view-catalog-page .views-row .title {
  padding: 0 0 10px;
}

.view-catalog-page ul.pager {
  clear: both;
  margin: 30px 0 0;
  text-align: center;
}

body.page-.path-node .block-system-main-block .views-element-container .views-row {
  margin-bottom: 20px;
}

body.page-.path-node .block-system-main-block .views-element-container .views-row h2 {
  margin-bottom: 10px;
}

body.page-.path-node .block-system-main-block .views-element-container .views-row .persp-page-title {
  display: none;
}

body.page-.path-node .block-system-main-block .views-element-container .views-row .links.inline {
  margin: 10px 0 0 20px;
}

body.page-.path-node .block-system-main-block .views-element-container .views-row .links.inline li {
  list-style-type: disc;
  display: list-item;
}

body.page-.path-node .block-system-main-block .views-element-container .views-row .links.inline li a {
  font-weight: bold;
  color: #57C578;
}

.node--type-article #block-sswm-page-title {
  display: block;
}

.node--type-article .block-system-main-block .posted {
  margin: 15px 0;
}

.node--type-article .block-system-main-block .view-mode-full p {
  margin: 0 0 10px;
}

.node--type-article .block-system-main-block .view-mode-full p a {
  color: #57C578;
  font-weight: bold;
}

.node--type-article .block-system-main-block .links.inline li {
  list-style-type: disc;
  display: list-item;
}

.node--type-article .block-system-main-block .links.inline li a {
  font-weight: bold;
  color: #57C578;
}

.hot-topics-wrapper .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.hot-topics-wrapper .views-infinite-scroll-content-wrapper .views-row {
  margin: 0 0 24px;
}

.hot-topics-wrapper .views-infinite-scroll-content-wrapper .view-row-wrapper {
  height: 100%;
}

.custom-table {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.custom-table .l-custom {
  flex: 0 0 29.353%;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 15px #ccc;
  border-radius: 6px;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .custom-table .l-custom {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

.custom-table .l-custom h3 {
  margin-bottom: 34px !important;
  color: #005154;
  margin-left: 0 !important;
}

.custom-table .l-custom img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.custom-table .l-custom .secondary-button {
  margin-bottom: 0 !important;
}

.custom-table .l-custom .secondary-button a {
  padding: 14px 24px;
  margin-bottom: 0 !important;
}

.custom-table .r-custom {
  flex: 0 0 70.647%;
  padding-left: 75px;
}

@media screen and (max-width: 1023px) {
  .custom-table .r-custom {
    flex: 0 0 100%;
    padding-left: 0;
  }
}

.custom-table .r-custom h5 {
  font-size: 12px;
  color: #005154;
  font-weight: bold;
  line-height: 26px;
  font-family: "Railway Bold";
  margin-bottom: 20px;
  margin-left: 0 !important;
}

@media screen and (max-width: 1023px) {
  .custom-table .r-custom h5 {
    font-size: 14px;
  }
}

.custom-table .r-custom ul {
  position: relative;
  list-style-type: none !important;
}

.custom-table .r-custom ul li {
  font-size: 14px;
  font-family: "Roboto";
  line-height: 16px;
  margin-bottom: 20px;
  font-weight: 400;
}

.custom-table .r-custom ul li a {
  color: #4CCECB;
}

.custom-table .r-custom ul li a:hover,
.custom-table .r-custom ul li a:focus {
  color: #005154;
}

.custom-table .r-custom ul li:before {
  content: "\F111";
  position: absolute;
  left: -20px;
  font-family: "fontawesome";
  color: #9CDDDC;
  font-size: inherit;
}

.cb-domains-quiz .custom-filters-wrapper {
  margin: 0 0 20px;
}

.cb-domains-quiz .custom-filters-wrapper.domain-filters {
  border-top: 1px solid #005154;
  padding-bottom: 5px;
  padding-top: 25px;
  border-bottom: 1px solid #005154;
}

.cb-domains-quiz .custom-filters-wrapper h3 {
  border-bottom: dotted 1px #57C578;
  margin: 0 0 20px;
  padding: 0 0 5px;
}

.cb-domains-quiz .custom-filters-wrapper h3:after {
  content: "";
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  height: 7px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -4px;
  border-radius: 10px;
  left: 0;
  max-width: 80px;
}

.cb-domains-quiz .custom-filters-wrapper ul {
  margin-left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.cb-domains-quiz .custom-filters-wrapper ul li {
  margin-bottom: 10px;
  cursor: pointer;
  color: #4CCECB;
  font-weight: bold;
  position: relative;
}

.cb-domains-quiz .custom-filters-wrapper ul li.active {
  color: #005154;
}

.cb-domains-quiz .custom-filters-wrapper.sections-wrapper {
  border-bottom: dotted 1px #57C578;
  padding: 0 0 10px;
}

.cb-domains-quiz .custom-filters-wrapper ul.domain-filters li {
  position: relative;
  font-weight: normal;
  color: #005154;
  min-height: 50px;
  margin: 0 0 40px;
  flex: 0 0 30%;
  text-align: center;
  pointer-events: none;
}

.cb-domains-quiz .custom-filters-wrapper ul.domain-filters li.active::after {
  background: #4CCECB;
  border: 1px solid #4CCECB;
}

.cb-domains-quiz .custom-filters-wrapper ul.domain-filters li::after {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 21px);
  border-radius: 50px;
  border: 1px solid #005154;
  background: transparent;
  bottom: 0;
}

.cb-domains-quiz .domain_questions {
  margin-top: 30px;
}

.cb-domains-quiz .domain_questions h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  margin-bottom: 20px;
  margin-top: 40px;
}

.cb-domains-quiz .domain_questions .form-item-field-company-short-description textarea {
  background: none;
  border-color: #005154;
  border-radius: 5px;
  resize: none;
}

.cb-domains-quiz .domain_questions .question-item {
  margin: 0 0 30px;
  position: relative;
}

.cb-domains-quiz .domain_questions .question-item label {
  font-size: 14px;
  font-weight: 300;
  color: #005154;
}

.cb-domains-quiz .domain_questions .question-item label span.desc {
  display: inline !important;
  cursor: pointer;
}

.cb-domains-quiz .domain_questions .question-item > label,
.cb-domains-quiz .domain_questions .question-item > fieldset legend span {
  font-size: 16px !important;
  font-weight: bold !important;
}

.cb-domains-quiz .domain_questions .question-item textarea,
.cb-domains-quiz .domain_questions .question-item input {
  background: transparent;
  resize: none;
  border-color: #005154;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-radius: 5px;
}

.cb-domains-quiz .domain_questions .question-item textarea[type=number],
.cb-domains-quiz .domain_questions .question-item input[type=number] {
  width: 150px;
}

.cb-domains-quiz .domain_questions .question-item > .form-text {
  font-weight: 300;
  border: 0.5px solid #005154;
  padding: 0.5rem;
  height: 32px;
}

.cb-domains-quiz .domain_questions .question-item input.form-range {
  width: 100%;
}

.cb-domains-quiz .domain_questions .question-item .rangeslider__fill {
  background: #005154;
  position: absolute;
}

.cb-domains-quiz .domain_questions .question-item .rangeslider--horizontal {
  height: 10px;
}

.cb-domains-quiz .domain_questions .question-item .rangeslider__handle {
  width: 30px;
  height: 30px;
}

.cb-domains-quiz .domain_questions .question-item .js-output {
  font-weight: bold;
  font-style: italic;
}

.cb-domains-quiz .domain_questions .question-item.type-evaluation {
  margin: 0 0 10px;
}

.cb-domains-quiz .domain_questions .question-item.type-evaluation input {
  display: none;
}

.cb-domains-quiz .domain_questions .question-item.type-evaluation + .evaluation-options-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 55px 0;
  POSITION: RELATIVE;
}

.cb-domains-quiz .domain_questions .question-item.type-evaluation + .evaluation-options-wrapper:before,
.cb-domains-quiz .domain_questions .question-item.type-evaluation + .evaluation-options-wrapper:after {
  content: "Strongly Disagree";
  position: absolute;
  top: 30px;
  font-weight: bold;
  left: 0;
}

.cb-domains-quiz .domain_questions .question-item.type-evaluation + .evaluation-options-wrapper:after {
  content: "Strongly Agree";
  right: 0;
  left: auto;
}

.cb-domains-quiz .domain_questions .question-item.type-evaluation + .evaluation-options-wrapper span {
  display: block;
  width: 20px;
  height: 20px;
  background: none;
  border: solid 1px #005154;
  border-radius: 100px;
  text-indent: -9999px;
  cursor: pointer;
}

.cb-domains-quiz .domain_questions .question-item.type-evaluation + .evaluation-options-wrapper span.active {
  background: #2eb1ae;
  border-color: #2eb1ae;
}

.cb-domains-quiz .domain_questions fieldset legend {
  font-size: 16px;
}

.cb-domains-quiz .domain_questions fieldset legend span.desc {
  display: inline !important;
}

.cb-domains-quiz .domain_questions .js-form-type-radio,
.cb-domains-quiz .domain_questions .js-form-type-checkbox {
  padding-right: 20px;
  position: relative;
  padding-left: 15px;
}

.cb-domains-quiz .domain_questions .js-form-type-radio input,
.cb-domains-quiz .domain_questions .js-form-type-checkbox input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  position: absolute;
  left: 0;
  top: 8px;
}

.cb-domains-quiz .domain_questions .field-suffix {
  display: none;
  position: absolute;
  right: auto;
  z-index: 99;
  width: 55%;
  top: 28px;
  left: 0;
}

.cb-domains-quiz .domain_questions .field-suffix .box-border {
  background: #f7f6f6;
  border: 2px solid #333;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 6px 15px #ccc;
  position: relative;
  min-height: 150px;
}

.cb-domains-quiz .domain_questions .field-suffix .close-box:after {
  content: "X";
  position: absolute;
  right: -15px;
  top: -15px;
  background: #727272;
  padding: 3px 0;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  box-shadow: 0px 4px 12px #666;
  cursor: pointer;
}

.cb-domains-quiz .domain_questions > input {
  float: right;
  margin-left: 20px;
}

.cb-domains-quiz .domain_questions .user-field {
  margin: 0 0 30px;
  position: relative;
}

.cb-domains-quiz .domain_questions .user-field label {
  font-size: 16px !important;
  font-weight: bold !important;
  color: #005154;
}

.cb-domains-quiz .domain_questions .user-field input {
  background: transparent;
  resize: none;
  border-color: #005154;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border-radius: 5px;
}

.cb-domains-quiz .form-actions {
  width: 100%;
  background: #4CCECB;
  height: 7px;
  display: flex;
  justify-content: flex-end;
}

.cb-domains-quiz .form-actions input {
  display: block;
  margin-top: 10px;
  line-height: 2px;
}

.cb-domains-quiz .a-hollow-button {
  border: 1px solid;
  border-color: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  border-radius: 7px;
  color: #4CCECB;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: "inline-block";
  background: none;
}

.cb-domains-quiz .a-hollow-button:hover {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  color: #fff;
}

.cb-domains-quiz .a-button {
  background: linear-gradient(235deg, #4CCECB 0%, #9CDDDC 100%);
  color: #fff;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: none;
}

.cb-domains-quiz .a-button:hover {
  color: #005154;
}

.cb-domains-quiz .quiz-pagination {
  border-bottom: 6px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-image-source: linear-gradient(90deg, #2eb1ae 10%, #ddd 0);
  border-image-slice: 1;
}

.quiz-success-message {
  text-align: center;
}

.quiz-success-message h3 {
  margin-bottom: 25px;
}

.quiz-graph-user-info {
  margin: 0 0 50px;
}

.quiz-graph-user-info > h3 {
  margin: 0 0 10px;
}

#quiz-graph-accr {
  margin-top: 50px;
}

#quiz-graph-accr ul.dc > li {
  margin-bottom: 20px;
  margin-top: 40px;
}

#quiz-graph-accr ul.dc > li > .score_row {
  display: flex;
  justify-content: space-between;
}

#quiz-graph-accr ul.dc > li > .score_row > a,
#quiz-graph-accr ul.dc > li > .score_row > span {
  font-size: 22px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #005154;
  pointer-events: none;
}

#quiz-graph-accr ul.dc > li > .score_row > a {
  flex-grow: 1;
  display: inline-flex;
}

#quiz-graph-accr ul.dc > li > .score_row > span {
  min-width: 80px;
  text-align: right;
}

#quiz-graph-accr ul.sdc > li {
  margin-bottom: 15px;
}

#quiz-graph-accr ul.sdc > li > .score_row {
  display: flex;
  justify-content: space-between;
}

#quiz-graph-accr ul.sdc > li > .score_row.show-ssdc + ul {
  display: block;
}

#quiz-graph-accr ul.sdc > li > .score_row > a,
#quiz-graph-accr ul.sdc > li > .score_row > span {
  color: #4CCECB;
  font-weight: bold;
}

#quiz-graph-accr ul.sdc > li > .score_row > a {
  flex-grow: 1;
  display: inline-flex;
}

#quiz-graph-accr ul.sdc > li > .score_row > span {
  min-width: 80px;
  text-align: right;
}

#quiz-graph-accr ul.sdc > li > .score_row > a::after {
  content: "\F105";
  font-family: fontawesome;
  float: right;
  padding-left: 10px;
}

#quiz-graph-accr ul.sdc > li > .score_row.show-ssdc > a::after {
  content: "\F107";
}

#quiz-graph-accr ul.ssdc {
  display: none;
}

#quiz-graph-accr ul.ssdc > li {
  display: flex;
  justify-content: space-between;
  color: #005154;
  margin-bottom: 20px;
}

#quiz-graph-accr ul.ssdc > li .ssd_ques {
  max-width: 90%;
  display: inline-flex;
  flex-grow: 1;
}

#quiz-graph-accr ul.ssdc > li .ssd_score {
  font-weight: 700;
}

text.highcharts-credits,
.highcharts-exporting-group {
  display: none !important;
}

.highcharts-data-labels .quiz-graph-center-text {
  font-size: 29px !important;
  color: #005154 !important;
  fill: #005154 !important;
  font-family: "Raleway", sans-serif !important;
}

.mb-quiz-login ul.menu li {
  display: inline-block;
  display: block;
  width: 100%;
}

.mb-quiz-login ul.menu li a {
  background: #6cd796;
  border-radius: 7px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
  transition: none;
}

.mb-quiz-login ul.menu li a:hover {
  background: linear-gradient(227deg, #4CCECB 0%, #57C578 100%);
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 700px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.variation-menu {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  padding: 5px 0;
  z-index: 2;
}

.variation-menu .view {
  float: left;
  font-size: 16px;
  line-height: 18px;
  margin-right: 5px;
  background: transparent;
  border-radius: 5px;
  padding: 4px 12px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #4CCECB;
  border: 1px solid;
  transition: 0.5s all;
}

.variation-menu .view.var-mode-active,
.variation-menu .view:hover {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  color: #ffffff;
  border: 1px solid #4CCECB;
  transition: 0.5s all;
}

.variation-menu ul.view-mode-opt {
  width: 100%;
  float: left;
  padding: 10px 0;
  margin: 0;
}

.variation-menu > ul li {
  float: left;
  margin-right: 5px;
}

.variation-menu > ul li .view-mode-opt {
  display: block;
  width: 100%;
  clear: both;
  position: absolute;
  top: 50px;
  padding-left: 10px;
}

.variation-menu > ul li a {
  font-size: 18px;
  line-height: 18px;
}

.variation-menu > ul li a.active {
  font-weight: 700;
  text-decoration: underline;
}

.variation-menu > ul li a:after {
  content: "|";
  margin-left: 5px;
}

.variation-menu > ul li:last-child a:After {
  content: none;
}

.variation-menu .edit-variation-menu {
  position: absolute;
  right: 0;
  top: 45px;
}

.variation-menu .edit-variation-menu ul li a {
  width: 26px !important;
  height: 26px !important;
  background-image: url(../images/pencil.svg?11381172cc9573f7abdfd1e01b226e26);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  text-indent: -9999px;
  display: none;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 13px;
  background-color: #fff;
  background-attachment: scroll;
  z-index: 99;
}

.variation-menu:hover .edit-variation-menu ul li a {
  display: block;
}

span.view-mode,
span.compare-mode {
  cursor: pointer;
}

div.view-mode,
div.compare-mode {
  display: none;
}

div.view-mode.var-mode-active,
div.compare-mode.var-mode-active {
  display: block;
}

.score_v1,
.score_v2,
.score_v3 {
  display: none;
}

.graph_var_all .score_v1,
.graph_var_all .score_v2,
.graph_var_all .score_v3 {
  display: block;
}

.graph_var_all.hide-variation-1 .score_v1 {
  display: none;
}

.graph_var_all.hide-variation-2 .score_v2 {
  display: none;
}

.graph_var_all.hide-variation-3 .score_v3 {
  display: none;
}

.graph_var_v1 .score_v1 {
  display: block;
}

.graph_var_v2 .score_v2 {
  display: block;
}

.graph_var_v3 .score_v3 {
  display: block;
}

#quiz-graph {
  padding-top: 50px;
  background: #fff;
}

#quiz-graph,
#quiz-graph-variation {
  clear: both;
}

.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 1px;
}

.highcharts-a11y-proxy-button {
  font-size: 50px !important;
}

#quiz-graph-variation .highcharts-root .highcharts-legend-item > text {
  font-size: 18px !important;
  line-height: 18px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300 !important;
}

#quiz-graph-variation .highcharts-root text {
  fill: #005154 !important;
  font-size: 14px !important;
}

.reveal-overlay .reveal {
  padding: 40px 40px;
  border-radius: 10px;
}

.reveal-overlay .reveal form input {
  background: transparent;
  resize: none;
  border-color: #005154;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border-radius: 5px;
}

.reveal-overlay .reveal form .a-hollow-button {
  border: 1px solid;
  border-color: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  border-radius: 7px;
  color: #4CCECB;
  font-size: 14px;
  padding: 15px 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  background: none;
  margin: 0;
}

.reveal-overlay .reveal form .a-hollow-button:hover {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  color: #fff;
}

.perspective-login {
  margin-top: 20px;
  display: flex;
}

.perspective-login__column {
  flex: 50%;
  display: flex;
  align-items: center;
}

.perspective-login__form-wrapper__text {
  margin-bottom: 30px;
}

.perspective-login__container {
  display: flex;
}

.perspective-login .perspective-login-image {
  max-width: 90%;
}

.perspective-login__form input.button {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  color: #fff;
  border-radius: 7px;
  padding: 10px 0;
  font-weight: bold;
  width: 70px;
  margin: 0 0 0 40px;
  font-size: 18px;
}

.perspective-login__form__actions {
  align-items: center;
  display: flex;
}

.perspective-login__form__captcha {
  margin-top: 20px;
}

.perspective-login__form .form-item {
  display: flex;
}

.perspective-login__form .form-item:not(:last-child) {
  margin-bottom: 12px;
}

.perspective-login__form label {
  line-height: 1;
  color: #4CCECB;
  font-weight: 900;
  font-size: 15px;
  white-space: nowrap;
  margin-right: 10px;
  align-items: flex-end;
  display: flex;
}

.perspective-login__form input.form-text {
  display: initial;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  border-bottom: 2px dashed #4CCECB;
  height: 20px;
  font-size: 14px;
}

.perspective-login__form input.form-text.error {
  border-bottom: 2px dashed #fe8072;
}

.perspective-login__form .form-required:after {
  display: none;
}

.block-sswm-invest-opportunities .invest-opportunities-change-view a.button.active {
  background: linear-gradient(224deg, #9CDDDC 0%, #4CCECB 100%);
  color: #ffffff;
}

.block-sswm-invest-opportunities .invest-opportunities-content {
  position: relative;
  z-index: 100;
}

#datatable-investment-oppr {
  padding-top: 10px;
}

.dataTables_length label,
.dataTables_filter label {
  display: flex;
  align-items: center;
}

.dataTables_length select,
.dataTables_filter select {
  margin: 0 10px;
}

.dataTables_length input,
.dataTables_filter input {
  margin: 0 0 0 10px;
}

.susana-feed-author {
  padding-top: 8px;
  padding-bottom: 8px;
}

.susana-feed__feed-title {
  text-align: center;
  padding-bottom: 36px;
}

.susana-feed__feed-description {
  font-size: 18px;
  padding-bottom: 36px;
  font-weight: 600;
}

.susana-feed__block-title {
  font-size: 24px;
  padding-bottom: 24px;
}

.susana-feed__block-title a {
  color: #005154;
}

.susana-feed__block-row {
  padding-bottom: 12px;
}

.block-sswm-content .view-row-wrapper {
  padding-bottom: 24px;
}

.susana-front h3 {
  font-size: 16px;
}

.susana-front .susana-feed-author {
  padding-top: 4px;
}

.susana-front .susana-feed__block-title {
  font-size: 22px;
  padding-bottom: 13px;
}

.susana-front .susana-feed-author:not(:last-child) {
  padding-bottom: 24px;
}

.susana-front header {
  margin: 0 !important;
}

.susana-front .image-tag {
  position: absolute;
  background: #ffffff;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  box-shadow: 0px 2px 44px 0px rgba(0, 81, 84, 0.11);
  height: 75px;
  width: 75px;
  border-radius: 100px;
}

@media ( min-width: 1024px) {
  .susana-front .image-tag {
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
  }
}

.susana-front .image-tag img {
  width: 50px;
  height: 50px;
  opacity: 1;
}

.susana-front .image-cards-with-label .field-info {
  padding-bottom: 8px;
}

.susana-front .image-cards-with-label .field-info:hover h2,
.susana-front .image-cards-with-label .cards-label:hover h2 {
  color: #005154;
}

.susana-front .image-cards-with-label a:hover {
  color: #4CCECB;
}

.susana-front .views-row {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 6px !important;
}

.susana-front .views-element-container {
  height: 100%;
  display: flex;
}


/*# sourceMappingURL=app.css.map*/