@charset "UTF-8";
/* breakpoints */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
/*!
 *  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/fontawesome/fontawesome-webfont-eot.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont-woff2.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont-woff.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont-ttf.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont-svg.svg?v=4.7.0#fontawesomeregular") 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.33333em;
  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.28571em;
  text-align: center;
}

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

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

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

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-stack {
  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: "";
}

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

.fa-search:before {
  content: "";
}

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

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

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

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

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

.fa-th:before {
  content: "";
}

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

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

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

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

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

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

.fa-road:before {
  content: "";
}

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

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

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

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

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

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

.fa-refresh:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pencil:before {
  content: "";
}

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

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

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

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

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

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

.fa-stop:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-retweet:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

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

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

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

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

.fa-twitter:before {
  content: "";
}

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

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

.fa-unlock:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

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

.fa-truck:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

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

.fa-cutlery:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-terminal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

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

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

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

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

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

.fa-windows:before {
  content: "";
}

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

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

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

.fa-skype:before {
  content: "";
}

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

.fa-trello:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

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

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

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

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

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

.fa-yahoo:before {
  content: "";
}

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

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

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

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

.fa-stumbleupon:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-spoon:before {
  content: "";
}

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

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

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

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

.fa-steam:before {
  content: "";
}

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

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

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

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

.fa-soundcloud:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sliders:before {
  content: "";
}

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

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

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

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

.fa-tty:before {
  content: "";
}

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

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

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

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

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

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

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

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

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

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

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

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

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

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

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

.fa-venus:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

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

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

.fa-tripadvisor:before {
  content: "";
}

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

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

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

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

.fa-safari:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-commenting:before {
  content: "";
}

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

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

.fa-vimeo:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-usb:before {
  content: "";
}

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

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

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-viadeo:before {
  content: "";
}

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

.fa-snapchat:before {
  content: "";
}

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

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

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

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-telegram:before {
  content: "";
}

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

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

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

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

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

.fa-shower:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-eercast:before {
  content: "";
}

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

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

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

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

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

/* breakpoints */
label {
  background: transparent;
  color: #5e5e5e;
}

button, input[type="button"] {
  padding: 12px 50px;
}

input,
select,
textarea {
  padding: 12px 10px;
}

input {
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
  background: #f7f7f7;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  line-height: 14px;
  color: #5e5e5e;
  font-weight: normal;
  clear: both;
  height: auto;
  font-size: 16px;
}

input:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}

button {
  border-radius: 5px;
  display: inline-block;
  box-sizing: border-box;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  line-height: 14px;
  color: #5e5e5e;
  font-weight: normal;
  clear: both;
  height: auto;
  font-size: 16px;
}

button:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"] {
  font-size: 16px;
}

textarea,
select {
  box-shadow: none;
  color: #5e5e5e;
  width: 100%;
}

select {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
}

input[type="checkbox"] {
  position: absolute;
  left: -99999px;
}

input[type="checkbox"]:checked {
  padding: 10px;
}

input[type="checkbox"]:checked ~ label:before {
  background-color: #fff;
}

input[type="checkbox"]:checked ~ label:after {
  background: url("../images/checked.png") 0 0 no-repeat;
  background-position: -2px -2px;
}

input[type="checkbox"] ~ label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}

input[type="checkbox"] ~ label:after, input[type="checkbox"] ~ label:before {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  display: inline-block;
  background-color: #fff;
  content: " ";
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  left: -20px;
  top: 0;
  margin-right: 3px;
}

input[type="file"] {
  border-width: 1px;
  border-style: solid;
  border-color: #d6d6d6;
  display: inline-block;
  vertical-align: inherit;
  box-sizing: border-box;
  padding: 2px;
}

input[type="file"] + span {
  display: inline-block;
  vertical-align: middle;
}

input[type="file"] {
  -webkit-appearance: none;
  appearance: none;
}

input[type="radio"] {
  position: absolute;
  left: -9999px;
}

input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  left: 0;
}

input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 16px;
  height: 15px;
  background: url("../images/radiobox.png");
  left: 0;
}

input[type="radio"]:checked + label:after {
  background-position: -16px 0;
}

input[type="radio"] + label {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 18px;
  margin-left: 5px;
  position: relative;
}

.sitecore-form input[type="checkbox"] {
  position: static;
  left: 0;
}

.sitecore-form input[type="radio"] {
  position: static;
  left: 0;
}

/* breakpoints */
a {
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  color: #0074d9;
}

a:hover, a:focus {
  text-decoration: underline;
}

a.btn {
  text-decoration: none;
}

.ui-datepicker-title select {
  color: #5e5e5e;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.powerco-snippet.col-12,
.snippet.col-12 {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .y-centered, .cta-image-text > .row > .col-md-6:nth-of-type(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1200px) {
  .y-centered, .cta-image-text > .row > .col-md-6:nth-of-type(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.y-padding__sm {
  padding-bottom: 40px;
  padding-top: 40px;
}

.y-padding__md {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .y-padding__md {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.y-padding__lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .y-padding__lg {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .y-padding__lg {
    padding-top: 150px;
    padding-bottom: 165px;
  }
}

.button-blue, .button-blue__alt, #investor-login input[type="submit"] {
  color: #fff;
  display: inline-block;
  background-color: #0074d9;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px 20px;
  text-transform: none;
  -webkit-transition: background-color ease-in-out 300ms;
  transition: background-color ease-in-out 300ms;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .button-blue, .button-blue__alt, #investor-login input[type="submit"] {
    max-width: unset;
    width: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .button-blue, .button-blue__alt, #investor-login input[type="submit"] {
    padding: 10px 30px;
  }
}

.button-blue:hover, .button-blue__alt:hover, #investor-login input:hover[type="submit"] {
  background-color: #3392ff;
  text-decoration: none;
}

.button-blue__alt {
  background-color: transparent;
  border: 1px solid #00A6E3;
  color: #0074d9;
}

.button-blue__alt:hover {
  background-color: rgba(0, 166, 227, 0.1);
}

.button-white__alt {
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  padding: 9px 20px;
  border: 1px solid #fff;
  text-transform: none;
  -webkit-transition: background-color ease-in-out 300ms;
  transition: background-color ease-in-out 300ms;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .button-white__alt {
    max-width: unset;
    width: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .button-white__alt {
    padding: 9px 26px;
  }
}

.button-white__alt:hover {
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.button-blue, .button-blue__alt, #investor-login input[type="submit"],
.button-blue__alt,
.button-white__alt {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .button-blue + .button-blue, .button-blue__alt + .button-blue, #investor-login input[type="submit"] + .button-blue, .button-blue + .button-blue__alt, .button-blue__alt + .button-blue__alt, #investor-login input[type="submit"] + .button-blue__alt, #investor-login .button-blue + input[type="submit"], #investor-login .button-blue__alt + input[type="submit"], #investor-login input[type="submit"] + input[type="submit"],
  .button-blue + .button-white,
  .button-blue__alt + .button-white,
  #investor-login input[type="submit"] + .button-white,
  .button-blue + .button-blue__alt,
  .button-blue__alt + .button-blue__alt,
  #investor-login input[type="submit"] + .button-blue__alt,
  .button-blue + .button-white__alt,
  .button-blue__alt + .button-white__alt,
  #investor-login input[type="submit"] + .button-white__alt,
  .button-blue__alt + .button-blue,
  .button-blue__alt + .button-blue__alt,
  #investor-login .button-blue__alt + input[type="submit"],
  .button-blue__alt + .button-white,
  .button-blue__alt + .button-blue__alt,
  .button-blue__alt + .button-white__alt,
  .button-white__alt + .button-blue,
  .button-white__alt + .button-blue__alt,
  #investor-login .button-white__alt + input[type="submit"],
  .button-white__alt + .button-white,
  .button-white__alt + .button-blue__alt,
  .button-white__alt + .button-white__alt {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .button-blue + .button-blue, .button-blue__alt + .button-blue, #investor-login input[type="submit"] + .button-blue, .button-blue + .button-blue__alt, .button-blue__alt + .button-blue__alt, #investor-login input[type="submit"] + .button-blue__alt, #investor-login .button-blue + input[type="submit"], #investor-login .button-blue__alt + input[type="submit"], #investor-login input[type="submit"] + input[type="submit"],
  .button-blue + .button-white,
  .button-blue__alt + .button-white,
  #investor-login input[type="submit"] + .button-white,
  .button-blue + .button-blue__alt,
  .button-blue__alt + .button-blue__alt,
  #investor-login input[type="submit"] + .button-blue__alt,
  .button-blue + .button-white__alt,
  .button-blue__alt + .button-white__alt,
  #investor-login input[type="submit"] + .button-white__alt,
  .button-blue__alt + .button-blue,
  .button-blue__alt + .button-blue__alt,
  #investor-login .button-blue__alt + input[type="submit"],
  .button-blue__alt + .button-white,
  .button-blue__alt + .button-blue__alt,
  .button-blue__alt + .button-white__alt,
  .button-white__alt + .button-blue,
  .button-white__alt + .button-blue__alt,
  #investor-login .button-white__alt + input[type="submit"],
  .button-white__alt + .button-white,
  .button-white__alt + .button-blue__alt,
  .button-white__alt + .button-white__alt {
    margin-left: 30px;
  }
}

.blue-arrow, .c-link-item--arrow, .compact-link-list .link-collection-item, .link-content .component-content .field-link, .project-details-sidebar .cta-plain-white .button-blue, .project-details-sidebar .cta-plain-white .button-blue__alt, .project-details-sidebar .cta-plain-white #investor-login input[type="submit"], #investor-login .project-details-sidebar .cta-plain-white input[type="submit"] {
  margin-bottom: 10px;
}

.blue-arrow:hover:after, .c-link-item--arrow:hover:after, .compact-link-list .link-collection-item:hover:after, .link-content .component-content .field-link:hover:after, .project-details-sidebar .cta-plain-white .button-blue:hover:after, .project-details-sidebar .cta-plain-white .button-blue__alt:hover:after, .project-details-sidebar .cta-plain-white #investor-login input[type="submit"]:hover:after, #investor-login .project-details-sidebar .cta-plain-white input[type="submit"]:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.blue-arrow:after, .c-link-item--arrow:after, .compact-link-list .link-collection-item:after, .link-content .component-content .field-link:after, .project-details-sidebar .cta-plain-white .button-blue:after, .project-details-sidebar .cta-plain-white .button-blue__alt:after, .project-details-sidebar .cta-plain-white #investor-login input[type="submit"]:after, #investor-login .project-details-sidebar .cta-plain-white input[type="submit"]:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon_arrow-blue.svg");
  display: inline-block;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
}

.component.container.y-padding__sm {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .component.container.y-padding__sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.component.container.y-padding__md {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .component.container.y-padding__md {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.component.container.y-padding__lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .component.container.y-padding__lg {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .component.container.y-padding__lg {
    padding-top: 150px;
    padding-bottom: 165px;
  }
}

/*
 * Couple of styles for the editors
 */
.bg-purple {
  background-color: #823FB4;
}

.light-grey {
  background-color: #F5F6F6;
}

.purple-fade {
  background-image: -webkit-gradient(linear, left top, right top, from(#3D0358), to(#70309C));
  background-image: -webkit-linear-gradient(left, #3D0358, #70309C);
  background-image: linear-gradient(to right, #3D0358, #70309C);
}

.padding-top {
  padding-top: 15px;
}

.padding-bottom {
  padding-bottom: 15px;
}

.padding-t-none {
  padding-top: 0 !important;
}

.padding-b-none {
  padding-bottom: 0 !important;
}

.padding-l-none {
  padding-left: 0 !important;
}

.padding-r-none {
  padding-right: 0 !important;
}

.margin-t-none {
  margin-top: 0 !important;
}

.margin-b-none {
  margin-bottom: 0 !important;
}

.padding-t-sm {
  padding-top: 15px !important;
}

.padding-t-md {
  padding-top: 40px !important;
}

.padding-t-lg {
  padding-top: 70px !important;
}

.padding-b-sm {
  padding-bottom: 15px !important;
}

.padding-b-md {
  padding-bottom: 40px !important;
}

.padding-b-lg {
  padding-bottom: 70px !important;
}

.align-top .rich-text .component-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-center .rich-text .component-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-bottom .rich-text .component-content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-top div,
.align-top .row,
.align-center div,
.align-center .row,
.align-bottom div,
.align-bottom .row {
  height: 100%;
}

.align-top .rich-text .component-content,
.align-center .rich-text .component-content,
.align-bottom .rich-text .component-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-white {
  color: #fff !important;
}

.text-purple {
  color: #662D91 !important;
}

.text-blue {
  color: #00A6E3 !important;
}

strong {
  font-weight: bold !important;
}

.hero-text, .hero-text__sm, #homepage-banner h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 53px;
  padding-top: 20px;
}

@media only screen and (min-width: 1200px) {
  .hero-text, .hero-text__sm, #homepage-banner h1 {
    padding-top: 0;
    font-size: 55px;
    line-height: 70px;
    font-weight: normal;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-text__sm {
    font-size: 50px;
    line-height: 60px;
  }
}

.phone-link, #emergency-numbers > .component-content a[href^="tel:"] {
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  display: inline-block;
  width: auto;
  text-decoration: none;
  background-color: transparent;
  margin-bottom: 8px;
}

@media only screen and (min-width: 1200px) {
  .phone-link, #emergency-numbers > .component-content a[href^="tel:"] {
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
  }
}

.phone-link:hover, #emergency-numbers > .component-content a:hover[href^="tel:"] {
  text-decoration: underline;
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1230px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}

.container.component {
  max-width: 100%;
}

.bg-icon {
  background-image: unset;
}

@media only screen and (min-width: 1200px) {
  .bg-icon {
    background-image: inherit;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    left: -25%;
    -webkit-filter: invert(86%) sepia(0%) saturate(2%) hue-rotate(141deg) brightness(101%) contrast(82%);
    filter: invert(86%) sepia(0%) saturate(2%) hue-rotate(141deg) brightness(101%) contrast(82%);
    opacity: .14;
    z-index: 1;
    pointer-events: none;
  }
}

.navigation__primary {
  background-image: -webkit-linear-gradient(319.39deg, #3B0256 -17%, #823FB4 108.69%, #000000 113.29%);
  background-image: linear-gradient(130.61deg, #3B0256 -17%, #823FB4 108.69%, #000000 113.29%);
  -webkit-transition: position 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: position 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: position 300ms ease-in-out, transform 300ms ease-in-out;
  transition: position 300ms ease-in-out, transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 1200px) {
  .navigation__primary {
    background-image: -webkit-linear-gradient(347.68deg, #3E1C5B -5.06%, #662D91 103.73%, #3E1C5B 120.94%), -webkit-linear-gradient(272.08deg, #3B0256 -256.31%, #823FB4 209.93%, #000000 281.93%);
    background-image: linear-gradient(102.32deg, #3E1C5B -5.06%, #662D91 103.73%, #3E1C5B 120.94%), linear-gradient(177.92deg, #3B0256 -256.31%, #823FB4 209.93%, #000000 281.93%);
    padding-top: 45px;
    padding-bottom: 30px;
  }
}

.navigation__primary .component.image {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1200px) {
  .navigation__primary .component.image {
    padding-left: 15px;
  }
}

.navigation__primary .component.image .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation__primary .component.image .image-caption {
  display: none;
}

.navigation__primary .hamburger {
  margin-right: 0;
  padding-right: 0;
}

.navigation__primary .boxed > div {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .navigation__primary .boxed > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .navigation__primary .boxed > div {
    padding-left: 0;
    padding-right: 0;
  }
}

.navigation__primary .col-6.col-lg-4.col-xl-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.nav-open .navigation__primary {
  position: absolute;
  z-index: 99;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

body.nav-open main,
body.nav-open footer {
  display: none;
}

body.fixed-nav .navigation__primary {
  position: fixed;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
}

@media only screen and (min-width: 1200px) {
  body.fixed-nav .navigation__primary {
    padding-top: 0;
    padding-bottom: 0;
  }
}

body.fixed-nav .navigation__primary .boxed > div {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  body.fixed-nav .navigation__primary .boxed > div {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  body.fixed-nav .navigation__primary .boxed > div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  body.fixed-nav .navigation__primary #top-nav {
    display: none;
  }
}

body.fixed-nav .navigation__primary .component.image {
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  body.fixed-nav .navigation__primary .component.image {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  body.fixed-nav .navigation__primary .component.image .component-content {
    max-width: 190px;
  }
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media only screen and (min-width: 1200px) {
  #top-nav nav > ul > li {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  #top-nav nav > ul > li > div > a {
    font-size: 16px;
    line-height: 21px;
    opacity: 0.75;
  }
}

@media only screen and (min-width: 1200px) {
  #top-nav .level1:last-of-type button {
    padding-right: 0;
  }
}

#top-nav .level1:last-of-type .navigation-title {
  border-bottom-color: transparent;
}

@media only screen and (min-width: 1200px) {
  #main-nav .component-content {
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  #main-nav nav > ul > li {
    margin-left: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  #main-nav > div > nav > ul > .level1.last > .navigation-title a:after {
    padding-right: 5px;
    right: -20px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/icons/icon_search-alt.svg");
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.level1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

@media only screen and (min-width: 1200px) {
  .level1 {
    border-bottom-color: transparent;
  }
}

.level1:hover, .level1.show {
  background-color: #3E1C5B;
}

@media only screen and (min-width: 1200px) {
  .level1:hover, .level1.show {
    background-color: transparent;
  }
}

.level1 .navigation-title {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 0;
}

@media only screen and (min-width: 1200px) {
  .level1 .navigation-title {
    font-size: 20px;
    line-height: 26px;
    margin-left: 0;
  }
}

.level1 .navigation-title a {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.level1 ul {
  background-color: #3E1C5B;
}

@media only screen and (min-width: 1200px) {
  .level1 ul {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160784);
    border-bottom: 4px solid #662D91;
  }
}

.level2 {
  padding-left: 10px;
}

@media only screen and (min-width: 1200px) {
  .level2 {
    padding-left: 0;
    border-bottom: 1px solid #DEE0E2;
  }
}

.level2:hover {
  background-color: #823FB4;
}

@media only screen and (min-width: 1200px) {
  .level2:hover {
    background-color: #e7e4e4;
    color: black;
  }
}

.level2 .navigation-title {
  border-bottom-color: transparent;
  text-align: left;
}

.level2 .navigation-title a {
  text-align: left;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  margin-left: 15px;
}

.navigation__items {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .navigation__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.navigation__items.active {
  display: block;
  padding-bottom: 40px;
}

.navigation__items.active .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1200px) {
  .navigation__items.active .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.navigation__items.active .level1 {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .navigation__items.active .level1 {
    width: auto;
  }
}

.navigation__items ul {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .navigation__items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

button.nav-toggle {
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  border-color: transparent;
  margin-right: 10px;
  margin-left: 10px;
}

.menu-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .menu-controls {
    display: none;
  }
}

.menu-controls .plain-html {
  padding-right: 0;
}

.menu-controls .plain-html .row {
  margin-left: 0;
  margin-right: 0;
}

.menu-controls a img {
  vertical-align: baseline;
}

#mobile-ctas.rich-text {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  min-height: 0;
}

#mobile-ctas.rich-text .mobile-ctas {
  background-color: #38184E;
}

@media only screen and (min-width: 1200px) {
  #mobile-ctas.rich-text .mobile-ctas {
    display: none;
  }
}

#mobile-ctas.rich-text .mobile-ctas ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

#mobile-ctas.rich-text .mobile-ctas li {
  width: 50%;
  border-right: 1px solid #662D91;
  list-style: none;
}

#mobile-ctas.rich-text .mobile-ctas li:last-of-type {
  border-right-width: 0;
}

#mobile-ctas.rich-text .mobile-ctas a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #mobile-ctas.rich-text .mobile-ctas a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#mobile-ctas.rich-text .mobile-ctas a span {
  position: relative;
}

#mobile-ctas.rich-text .mobile-ctas a span:after {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon_arrow.svg");
  content: "";
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
}

#mobile-ctas.rich-text .mobile-ctas a:hover span:after {
  -webkit-transform: rotate(-90deg) translateY(5px);
  -ms-transform: rotate(-90deg) translateY(5px);
  transform: rotate(-90deg) translateY(5px);
}

.dark-purple > .component-content {
  font-size: 16px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.hamburger-box {
  width: 33px;
  height: 25px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 33px;
  height: 3px;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -11px;
}

.hamburger-inner::after {
  bottom: -11px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -22px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -11px, 0) rotate(-45deg);
  transform: translate3d(0, -11px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -22px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -11px, 0) rotate(45deg);
  transform: translate3d(0, -11px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#footer > .component-content {
  padding-top: 30px;
  padding-bottom: 25px;
  background-position-x: right;
}

@media only screen and (min-width: 1200px) {
  #footer > .component-content {
    padding-top: 65px;
    padding-bottom: 75px;
    background-position-x: center;
  }
}

#footer .row {
  background-color: transparent;
}

#footer .boxed {
  margin-top: 0;
  margin-bottom: 0;
}

#footer .boxed > div {
  padding-left: 0;
  padding-right: 0;
}

#footer .link-list {
  border-radius: 0;
}

#footer .link-list.col-12 {
  width: 100%;
}

#footer .link-list .component-content {
  background-color: transparent;
  border-radius: 0;
  border-color: transparent;
  padding-right: 0;
}

@media only screen and (min-width: 1200px) {
  #footer .image.file-type-icon-media-link {
    margin-bottom: 40px;
  }
}

#footer .image.file-type-icon-media-link .component-content {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) {
  #footer .image.file-type-icon-media-link .component-content {
    width: 50%;
    margin-left: 0;
    max-width: 325px;
  }
}

@media only screen and (min-width: 1200px) {
  #footer .image.file-type-icon-media-link + .component.rich-text {
    display: none;
  }
}

#footer .button-white__alt {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 45px;
  width: unset;
}

#footer .button-white__alt + .button-white__alt {
  margin-left: 30px;
}

.footer-socials {
  text-align: center;
  display: none;
}

@media only screen and (min-width: 1200px) {
  .footer-socials {
    display: block;
    text-align: right;
    padding-right: 0;
  }
}

.footer-socials a {
  margin-left: 20px;
  display: inline-block;
}

.footer-socials a:first-of-type {
  margin-left: 0;
}

#footer .component.image + .component.rich-text .footer-socials {
  display: block;
}

@media only screen and (min-width: 1200px) {
  #footer .component.image + .component.rich-text .footer-socials {
    display: none;
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .copyright {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.copyright .component-content {
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (min-width: 1200px) {
  .copyright .component-content {
    text-align: left;
  }
}

.footer-contacts .component-content {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .footer-contacts .component-content {
    text-align: left;
  }
}

.footer-contacts .component-content h3 {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}

@media only screen and (min-width: 1200px) {
  .footer-contacts .component-content h3 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.4;
    margin-bottom: 10px;
  }
}

.footer-contacts .component-content a {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .footer-contacts .component-content a {
    font-size: 40px;
    line-height: 53px;
    font-weight: 600;
  }
}

.footer-contacts .component-content a:hover {
  text-decoration: none;
}

.footer-contacts .component-content a[href^="tel:"]:before {
  width: 15px;
  height: 15px;
  display: inline-block;
  content: "";
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/icon_phone.svg");
  margin-right: 0.5em;
}

@media only screen and (min-width: 1200px) {
  .footer-contacts .component-content a[href^="tel:"]:before {
    content: unset;
    margin-right: 0;
  }
}

#mobile-footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mobile-footer-links li:first-of-type .field-link {
  padding-left: 0;
  border-width: 0;
}

#mobile-footer-links .field-link {
  border-left: 1px solid white;
}

#mobile-footer-links a {
  color: white;
  -webkit-transition: text-decoration 300ms ease-in-out;
  transition: text-decoration 300ms ease-in-out;
  font-size: 16px;
  line-height: 18px;
  padding-right: 10px;
  padding-left: 10px;
}

#mobile-footer-links a:hover {
  text-decoration: underline;
}

#footer-link-list-bottom > .component-content {
  padding-left: 0;
  padding-right: 0;
}

#footer-link-list-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px) {
  #footer-link-list-bottom ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#footer-link-list-bottom li.last a:after {
  content: "";
}

#footer-link-list-bottom a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
  position: relative;
  font-weight: 400;
}

#footer-link-list-bottom a:after {
  position: absolute;
  right: -14px;
  content: "|";
}

#footer-link-list-right {
  display: none;
}

@media only screen and (min-width: 1200px) {
  #footer-link-list-right {
    display: block;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #footer-link-list-right .component-content {
    padding-top: 0;
  }
}

#footer-link-list-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#footer-link-list-right a {
  display: block;
  padding: 8px 5px;
  margin-bottom: 7px;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}

#footer-link-list-right a:hover {
  text-decoration: underline;
}

.pillars {
  background-color: #fff;
}

.pillars.component.container {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1200px) {
  .pillars.component.container {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.pillars.boxed {
  margin-top: 0;
  margin-bottom: 0;
}

.pillars .cta-task-page-header h4 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
  color: black;
  margin-bottom: 5px;
  margin-bottom: 10px;
}

.pillars .cta-task-page-header h3 {
  font-size: 26px;
  line-height: 32px;
  color: #662D91;
  margin-bottom: 30px;
}

.pillars .cta-task-page-header p {
  margin-bottom: 30px;
}

.pillars .component.page-list .items {
  background-color: transparent;
  border: none;
}

@media only screen and (min-width: 768px) {
  .pillars .component.page-list .items {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .pillars .component.page-list .items {
    padding-left: 80px;
  }
}

.pillars .component.page-list .item {
  padding: 30px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d6d6d6;
}

.pillars .component.page-list .item:last-child {
  border-width: 0;
}

.pillars .component.page-list .item a {
  display: block;
}

.pillars .component.page-list .item a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .pillars .component.page-list .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15px;
  }
  .pillars .component.page-list .item a:hover:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
  .pillars .component.page-list .item a:after {
    content: "";
    width: 15px;
    height: 15px;
    margin-left: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icons/icon_arrow-blue.svg");
    display: inline-block;
    -webkit-transition: -webkit-transform ease-in-out 300ms;
    transition: -webkit-transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms;
    transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
  }
}

.pillars .component.page-list .item .page-list-vertical-icon {
  width: 100%;
}

.pillars .component.page-list .item .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.pillars .component.page-list .item img {
  margin-bottom: 15px;
  max-width: 70px;
}

@media only screen and (min-width: 768px) {
  .pillars .component.page-list .item img {
    padding-right: 20px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .pillars .component.page-list .item img {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}

.pillars .component.page-list .item h4 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
  color: black;
  margin-bottom: 5px;
  max-width: 95%;
}

.pillars .component.page-list .item h3 {
  margin-bottom: 15px;
  max-width: 95%;
  position: relative;
}

.pillars .component.page-list .item h3:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.pillars .component.page-list .item h3:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon_arrow-blue.svg");
  display: inline-block;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
}

.pillars .component.page-list .item h3:after {
  position: absolute;
  right: -10px;
  top: 8px;
}

@media only screen and (min-width: 1200px) {
  .pillars .component.page-list .item h3:after {
    content: unset;
  }
}

#all-updates {
  padding-top: 50px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 1200px) {
  #all-updates {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#all-updates .component-content.container {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1200px) {
  #all-updates .component-content.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  #all-updates .component-content.container .component-content.container {
    padding-left: 0;
    padding-right: 0;
  }
}

#all-updates .cta.col-12 {
  padding-left: 15px;
  padding-right: 15px;
}

#all-updates .update-type {
  color: #662D91;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 12px;
}

#all-updates .homepage-update-type {
  margin-top: 10px;
}

#all-updates .update-tagline {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

#all-updates .media-project-updates {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1200px) {
  #all-updates .media-project-updates {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#all-updates .media-project-updates .items {
  background-color: transparent;
  border: unset;
}

@media only screen and (min-width: 768px) {
  #all-updates .media-project-updates .items {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 1200px) {
  #all-updates .media-project-updates .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#all-updates .media-project-updates .items:after {
  content: "flickity";
  display: none;
}

@media only screen and (min-width: 1200px) {
  #all-updates .media-project-updates .items:after {
    content: "";
  }
}

#all-updates .media-project-updates .item {
  width: 100%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  border-bottom-color: transparent;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #all-updates .media-project-updates .item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  #all-updates .media-project-updates .item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

#all-updates .media-project-updates .item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  vertical-align: middle;
}

#all-updates .media-project-updates .update-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#all-updates .media-project-updates .update-body {
  background-color: #fff;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #DEE0E2;
}

#all-updates .media-project-updates .update-body h3 {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
}

#all-updates .media-project-updates .update-body a {
  margin-top: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
}

#all-updates .media-project-updates .update-type {
  color: #662D91;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 12px;
  font-weight: 400;
}

#all-updates .media-project-updates date {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
  font-weight: 400;
}

#all-updates .media-project-updates .update-tagline {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 20px;
}

#all-updates .flickity-prev-next-button {
  padding: 10px;
  background-color: #2BAAE2;
}

#all-updates .flickity-prev-next-button svg {
  fill: #fff;
}

#all-updates .flickity-prev-next-button.next {
  right: 0;
}

@media (min-width: 768px) {
  #all-updates .flickity-prev-next-button.next {
    right: 20px;
  }
}

#all-updates .flickity-prev-next-button.previous {
  left: 0;
}

@media (min-width: 768px) {
  #all-updates .flickity-prev-next-button.previous {
    left: 20px;
  }
}

.cta-component-title {
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) {
  .cta-component-title {
    margin-bottom: 5px;
  }
}

.cta-component-title h2 {
  color: #662D91;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .cta-component-title h2 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 30px;
  }
}

.cta-component-title p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .cta-component-title p {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .cta-component-title .link-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-component-title .link-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
  }
}

.cta-component-title .link-1 a {
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}

.cta-component-title .link-1 a:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.cta-component-title .link-1 a:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon_arrow-blue.svg");
  display: inline-block;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
}

@media only screen and (min-width: 1200px) {
  .cta-component-title .link-1 a {
    margin-left: auto;
  }
}

.project-update-children#all-updates {
  padding-top: 0;
  padding-bottom: 0;
}

.project-update-children .boxed {
  padding-top: 40px;
  padding-bottom: 40px;
}

.project-update-children .boxed > div {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
  .project-update-children .boxed > div {
    max-width: 1230px;
  }
}

.project-update-children.content ul li {
  list-style: none;
}

.support-file-list {
  border: 1px solid #DEE0E2;
  padding: 25px 20px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.support-file-list ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0;
}

.support-file-list ul li {
  list-style: none;
}

.support-file-list li {
  margin-left: 0;
  margin-bottom: 8px;
}

.support-file-list__heading h3 {
  font-size: 16px;
  line-height: 17px;
  color: #662D91;
}

.task-page-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .task-page-banner {
    background-image: unset !important;
  }
}

@media only screen and (min-width: 992px) {
  .task-page-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 570px;
  }
}

.task-page-banner .task-page-banner__img {
  margin-bottom: 20px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .task-page-banner .task-page-banner__img {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .task-page-banner .task-page-banner__img {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .task-page-banner .col-12.col-lg-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.task-page-banner h2 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
  color: black;
  margin-bottom: 5px;
}

@media only screen and (min-width: 992px) {
  .task-page-banner h2 {
    color: #fff;
  }
}

.task-page-banner h1 {
  font-size: 40px;
  line-height: 40px;
}

@media only screen and (min-width: 992px) {
  .task-page-banner h1 {
    color: #fff;
  }
}

.task-page-banner p {
  font-size: 18px;
  line-height: 22px;
}

@media only screen and (min-width: 992px) {
  .task-page-banner p {
    color: #fff;
  }
}

@media only screen and (min-width: 1200px) {
  .task-page-banner p {
    line-height: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .task-page-banner .breadcrumb.component > .component-content nav ol li.breadcrumb-item > .navigation-title a {
    color: #fff;
  }
}

#homepage-banner .component.image {
  padding: 0;
}

#homepage-banner .component.cta {
  padding-left: 0;
  padding-right: 0;
}
#homepage-banner .text-white .cta-homepage-banner-cta a {
  color: #0074d9;
}
.cta_link_white_colour a {
    color: #FFFFFF!important;
}
.cta_link_white_colour a:after {
    background-image: url(../images/icons/icon_arrow-white.svg)!important;
}

#homepage-banner .homepage-banner {
  width: 100%;
  background-repeat: no-repeat;
  margin: 0px;
}

@media only screen and (max-width: 991px) {
  #homepage-banner .homepage-banner {
    background-image: unset !important;
  }
}

@media only screen and (min-width: 992px) {
  #homepage-banner .homepage-banner {
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 750px;
  }
}

#homepage-banner .homepage-banner .homepage-banner__mobile {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  #homepage-banner .homepage-banner .homepage-banner__mobile {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) {
  #homepage-banner .homepage-banner .homepage-banner__mobile {
    display: none;
  }
}

#homepage-banner .homepage-banner .row.boxed {
  padding-bottom: 0;
  margin-bottom: 0;
}

#homepage-banner .homepage-banner .col-lg-8 {
  padding-top: 20px;
  background-position: center;
}

@media only screen and (min-width: 992px) {
  #homepage-banner .homepage-banner .col-lg-8 {
    background-image: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1200px) {
  #homepage-banner .homepage-banner .col-lg-8 > .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

#homepage-banner h1 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  #homepage-banner h1 {
    color: #662D91;
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  #homepage-banner h1 {
    margin-bottom: 80px;
  }
}

#homepage-ctas {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  #homepage-ctas {
    background: none;
  }
}

@media only screen and (min-width: 1200px) {
  #homepage-ctas {
    padding-bottom: 0;
  }
}

#homepage-ctas .column-splitter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1200px) {
  #homepage-ctas .column-splitter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

#homepage-ctas .column-splitter .col-6 {
  width: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 1200px) {
  #homepage-ctas .column-splitter .col-6 {
    width: 50%;
    max-width: 50%;
    padding-right: 15px;
  }
}

.cta-homepage-banner-cta {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.cta-homepage-banner-cta h2 {
  color: #404040;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .cta-homepage-banner-cta h2 {
    color: #fff;
  }
}

.cta-homepage-banner-cta p {
  color: #404040;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .cta-homepage-banner-cta p {
    color: #fff;
  }
}

.cta-homepage-banner-cta .link-1,
.cta-homepage-banner-cta .link-2 {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 15px;
}

.cta-homepage-banner-cta a {
  text-transform: none;
  text-decoration: none;
  font-weight: 600;
}

.cta-homepage-banner-cta a:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.cta-homepage-banner-cta a:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon_arrow-blue.svg");
  display: inline-block;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
}

.cta-homepage-banner-cta a:hover {
  text-decoration: underline;
}

#emergency-numbers {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#emergency-numbers > .component-content {
  background-image: url("../images/Contour_lines.png"), -webkit-linear-gradient(122.68deg, #3b0256 -51.32%, #823fb4 109.25%, #000000 165.51%);
  background-image: url("../images/Contour_lines.png"), linear-gradient(327.32deg, #3b0256 -51.32%, #823fb4 109.25%, #000000 165.51%);
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
}

@media only screen and (min-width: 1200px) {
  #emergency-numbers > .component-content {
    border: 0.5px solid white;
    border-radius: 5px;
    margin-right: 0;
  }
}

#emergency-numbers .is-active .emergency-numbers-header button {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#emergency-numbers .is-active .emergency-numbers-body {
  display: block;
}

#emergency-numbers .component.rich-text {
  padding: 0;
}

#emergency-numbers .emergency-numbers-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#emergency-numbers .emergency-numbers-header button {
  background-color: transparent;
  border-width: 0;
  background-image: url("../images/icons/icon_arrow-big.svg");
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  #emergency-numbers .emergency-numbers-header button {
    display: none;
  }
}

#emergency-numbers .emergency-numbers-body {
  display: none;
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
  #emergency-numbers .emergency-numbers-body {
    display: block;
  }
}

#emergency-numbers > .component-content {
  color: #fff;
  padding: 25px 20px;
  font-size: 16px;
  line-height: 21px;
}

#emergency-numbers > .component-content h1,
#emergency-numbers > .component-content h2,
#emergency-numbers > .component-content h3,
#emergency-numbers > .component-content h4,
#emergency-numbers > .component-content h5,
#emergency-numbers > .component-content h6,
#emergency-numbers > .component-content p {
  color: #fff;
  font-size: revert;
  line-height: normal;
}

#emergency-numbers > .component-content h3 {
  margin-bottom: 0;
}

#emergency-numbers > .component-content a {
  text-transform: none;
  color: #fff;
}

#emergency-numbers > .component-content a:not(a[href^="tel:"]) {
  text-decoration: none;
  width: fit-content;
  margin-top: 20px;
}

#emergency-numbers > .component-content a:not(a[href^="tel:"]):hover:after {
  -webkit-transform: translateX(5px) rotate(-90deg);
  -ms-transform: translateX(5px) rotate(-90deg);
  transform: translateX(5px) rotate(-90deg);
}

#emergency-numbers > .component-content a[href^="tel:"] {
  color: #f5f6f6;
}

#emergency-numbers > .component-content .component-content p {
  margin-bottom: 30px;
}

#emergency-numbers > .component-content .component-content p:last-of-type {
  margin-bottom: 0;
}

.navigation__emergency {
  padding-top: 50px;
  background-image: -webkit-linear-gradient(301.68deg, #3B0256 -18.14%, #823FB4 121.01%, #000000 145.7%);
  background-image: linear-gradient(148.32deg, #3B0256 -18.14%, #823FB4 121.01%, #000000 145.7%);
}

@media only screen and (min-width: 1200px) {
  .navigation__emergency {
    padding-top: 125px;
    padding-bottom: 175px;
  }
}

#emergency-homepage {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  #emergency-homepage {
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  #emergency-homepage {
    padding-top: 125px;
  }
}

.cta-homepage-emergency {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .cta-homepage-emergency {
    padding-bottom: 0;
    padding-left: 0;
  }
}

.cta-homepage-emergency h2 {
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  .cta-homepage-emergency h2 {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 45px;
  }
}

.cta-homepage-emergency .emergeny-button-1 {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .cta-homepage-emergency .emergeny-button-1 {
    max-width: unset;
    width: unset;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-homepage-emergency .emergeny-button-1 {
    margin-right: 35px;
    margin-bottom: 40px;
  }
}

.cta-homepage-emergency .emergeny-button-1 a {
  color: #fff;
  display: inline-block;
  background-color: #0074d9;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px 20px;
  text-transform: none;
  -webkit-transition: background-color ease-in-out 300ms;
  transition: background-color ease-in-out 300ms;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cta-homepage-emergency .emergeny-button-1 a {
    max-width: unset;
    width: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-homepage-emergency .emergeny-button-1 a {
    padding: 10px 30px;
  }
}

.cta-homepage-emergency .emergeny-button-1 a:hover {
  background-color: #3392ff;
  text-decoration: none;
}

.cta-homepage-emergency .emergeny-button-2 {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .cta-homepage-emergency .emergeny-button-2 {
    max-width: unset;
    width: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-homepage-emergency .emergeny-button-2 {
    margin-bottom: 40px;
  }
}

.cta-homepage-emergency .emergeny-button-2 a {
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  padding: 9px 20px;
  border: 1px solid #fff;
  text-transform: none;
  -webkit-transition: background-color ease-in-out 300ms;
  transition: background-color ease-in-out 300ms;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .cta-homepage-emergency .emergeny-button-2 a {
    max-width: unset;
    width: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-homepage-emergency .emergeny-button-2 a {
    padding: 9px 26px;
  }
}

.cta-homepage-emergency .emergeny-button-2 a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.cta-homepage-emergency p, .cta-homepage-emergency h1, .cta-homepage-emergency h2, .cta-homepage-emergency h3, .cta-homepage-emergency h4, .cta-homepage-emergency h5, .cta-homepage-emergency h6 {
  color: #fff;
  max-width: 669px;
}

.cta-homepage-emergency h3, .cta-homepage-emergency h4, .cta-homepage-emergency h5, .cta-homepage-emergency h6 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .banner-ltwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.banner-ltwo__icon {
  width: 70px;
  min-width: 70px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .banner-ltwo__icon {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .banner-ltwo__icon {
    width: 99px;
    min-width: 99px;
  }
}

.banner-ltwo__icon img {
  width: 100%;
  height: auto;
}

.landing-page-wrapper {
  background-image: unset;
}

@media only screen and (min-width: 1200px) {
  .landing-page-wrapper {
    background-image: inherit;
    width: 50%;
    height: 80vh;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    position: absolute;
    right: -25%;
    -webkit-filter: invert(86%) sepia(0%) saturate(2%) hue-rotate(141deg) brightness(101%) contrast(82%);
    filter: invert(86%) sepia(0%) saturate(2%) hue-rotate(141deg) brightness(101%) contrast(82%);
    opacity: .14;
    z-index: 1;
    pointer-events: none;
  }
}

.cta .banner-ltwo {
  padding-top: 30px;
  padding-bottom: 30px;
}

.alert-banner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.alert-banner p a {
  margin-top: 7px;
}

.banner-banner {
  width: 100%;
}

.cta-task-page-header-centered,
.cta-plain-white {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
  .cta-task-page-header-centered,
  .cta-plain-white {
    padding-top: 50px;
    padding-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cta-task-page-header-centered h4,
.cta-plain-white h4 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
  color: black;
  margin-bottom: 5px;
}

.cta-task-page-header-centered h3,
.cta-plain-white h3 {
  color: #662D91;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .cta-task-page-header-centered h3,
  .cta-plain-white h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.cta-task-page-header-centered p,
.cta-plain-white p {
  margin-bottom: 20px;
}

.cta-task-page-header-centered {
  text-align: center;
}

.blue-button a {
  color: #fff;
  display: inline-block;
  background-color: #0074d9;
  font-weight: 400;
  border-radius: 4px;
  padding: 10px 20px;
  text-transform: none;
  -webkit-transition: background-color ease-in-out 300ms;
  transition: background-color ease-in-out 300ms;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .blue-button a {
    max-width: unset;
    width: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .blue-button a {
    padding: 10px 30px;
  }
}

.blue-button a:hover {
  background-color: #3392ff;
  text-decoration: none;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #f5f6f6;
}

.component-content.cta-plain-white {
  padding-left: 0;
}

.mb-sm {
  margin-bottom: 20px;
}

.cta-banner {
  padding-top: 170px;
  padding-bottom: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(-40.75%, #3B0256), color-stop(-40.75%, #823FB4), color-stop(405.66%, #000000));
  background-image: -webkit-linear-gradient(0, #3B0256 -40.75%, #823FB4 -40.75%, #000000 405.66%);
  background-image: linear-gradient(0, #3B0256 -40.75%, #823FB4 -40.75%, #000000 405.66%);
}

@media only screen and (min-width: 768px) {
  .cta-banner h3, .cta-banner h2, .cta-banner p {
    max-width: 590px;
  }
}

.cta-banner h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
  color: black;
  margin-bottom: 5px;
}

.cta-banner h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}

.cta-banner p {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .cta-banner p {
    margin-bottom: 30px;
  }
}

.cta-banner a {
  margin-right: 10px;
}

.cta-banner.text-white h3, .cta-banner.text-white h2, .cta-banner.text-white p {
  color: #404040;
}

@media only screen and (min-width: 1200px) {
  .cta-banner.text-white h3, .cta-banner.text-white h2, .cta-banner.text-white p {
    color: #fff;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-banner.cta-banner__light h3, .cta-banner.cta-banner__light h2, .cta-banner.cta-banner__light p {
    color: #fff;
  }
}

.cta-banner.cta-banner__gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(-40.75%, #3B0256), color-stop(-40.75%, #823FB4), color-stop(405.66%, #000000)) !important;
  background-image: -webkit-linear-gradient(0, #3B0256 -40.75%, #823FB4 -40.75%, #000000 405.66%) !important;
  background-image: linear-gradient(0, #3B0256 -40.75%, #823FB4 -40.75%, #000000 405.66%) !important;
}

.cta-banner.cta-banner__lowered {
  padding-top: 150px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  .cta-banner.cta-banner__lowered {
    padding-top: 300px;
    padding-bottom: 70px;
  }
}

.cta-banner.cta-banner__lowered h3, .cta-banner.cta-banner__lowered h2 {
  max-width: 90%;
}

.cta-banner.cta-banner__centered {
  text-align: center;
}

.cta-banner.cta-banner__centered .row > div {
  display: block;
  text-align: center;
}

.cta-banner.cta-banner__centered h3, .cta-banner.cta-banner__centered h2, .cta-banner.cta-banner__centered p {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) {
  .cta-banner.large-tagline {
    padding: 100px;
    padding-bottom: 140px;
  }
}

.cta-banner.large-tagline p {
  font-size: 25px;
  line-height: 38px;
}

@media only screen and (min-width: 1200px) {
  .cta-banner.large-tagline p {
    font-size: 50px;
    line-height: 67px;
  }
}

.cta-banner.large-tagline .button-blue__alt {
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  padding: 9px 20px;
  border: 1px solid #fff;
  text-transform: none;
  -webkit-transition: background-color ease-in-out 300ms;
  transition: background-color ease-in-out 300ms;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .cta-banner.large-tagline .button-blue__alt {
    max-width: unset;
    width: unset;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-banner.large-tagline .button-blue__alt {
    padding: 9px 26px;
  }
}

.cta-banner.large-tagline .button-blue__alt:hover {
  background-color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

.cta-banner.cta-banner__alt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: unset;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1200px) {
  .cta-banner.cta-banner__alt {
    padding-top: 170px;
    padding-bottom: 180px;
  }
}

.cta-banner.cta-banner__alt > .container {
  padding-left: 0;
  padding-right: 0;
}

.cta-banner.cta-banner__alt > .container > .row {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1200px) {
  .cta-banner.cta-banner__alt.cta-banner__img-wrapper {
    background-image: unset !important;
  }
}

.cta-banner__mobile-img {
  margin-bottom: 15px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .cta-banner__mobile-img {
    height: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-banner__mobile-img {
    display: none;
  }
}

.cta-image-text {
  width: 100%;
  font-size: 16px;
}

.cta-image-text ul {
    color: #404040;
}

@media only screen and (min-width: 768px) {
  .cta-image-text.cta-image-text__reversed > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-image-text.cta-image-text__reversed > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .cta-image-text.cta-image-text__reversed .cta-image-text--content {
    margin-left: auto;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-image-text.cta-image-text__reversed .cta-image-text--content {
    margin-left: auto;
    margin-right: 7vw;
  }
}

.cta-image-text.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
  .cta-image-text.container-fluid .cta-image-text--img img {
    max-height: 60vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.cta-image-text--img {
  margin-left: -15px;
  margin-right: -15px;
}

.cta-image-text--img img {
  width: 100%;
}

.cta-image-text--content {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .cta-image-text--content {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .cta-image-text--content {
    margin-left: 8vw;
    max-width: 420px;
  }
}

.cta-tile {
  display: block;
}

.cta-tile:hover .blue-arrow:after, .cta-tile:hover .c-link-item--arrow:after, .cta-tile:hover .compact-link-list .link-collection-item:after, .compact-link-list .cta-tile:hover .link-collection-item:after, .cta-tile:hover .link-content .component-content .field-link:after, .link-content .component-content .cta-tile:hover .field-link:after, .cta-tile:hover .project-details-sidebar .cta-plain-white .button-blue:after, .project-details-sidebar .cta-plain-white .cta-tile:hover .button-blue:after, .cta-tile:hover .project-details-sidebar .cta-plain-white .button-blue__alt:after, .project-details-sidebar .cta-plain-white .cta-tile:hover .button-blue__alt:after, .cta-tile:hover .project-details-sidebar .cta-plain-white #investor-login input[type="submit"]:after, .project-details-sidebar .cta-plain-white #investor-login .cta-tile:hover input[type="submit"]:after, .cta-tile:hover #investor-login .project-details-sidebar .cta-plain-white input[type="submit"]:after, #investor-login .project-details-sidebar .cta-plain-white .cta-tile:hover input[type="submit"]:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.cta-tile__img img {
  width: 100%;
  vertical-align: middle;
}

.cta-tile__body {
  padding: 15px;
  border: 1px solid #DEE0E2;
  border-top-width: 0;
}

@media only screen and (min-width: 768px) {
  .cta-tile__body {
    padding: 30px;
  }
}

.cta-tile__body .blue-arrow:after, .cta-tile__body .c-link-item--arrow:after, .cta-tile__body .compact-link-list .link-collection-item:after, .compact-link-list .cta-tile__body .link-collection-item:after, .cta-tile__body .link-content .component-content .field-link:after, .link-content .component-content .cta-tile__body .field-link:after, .cta-tile__body .project-details-sidebar .cta-plain-white .button-blue:after, .project-details-sidebar .cta-plain-white .cta-tile__body .button-blue:after, .cta-tile__body .project-details-sidebar .cta-plain-white .button-blue__alt:after, .project-details-sidebar .cta-plain-white .cta-tile__body .button-blue__alt:after, .cta-tile__body .project-details-sidebar .cta-plain-white #investor-login input[type="submit"]:after, .project-details-sidebar .cta-plain-white #investor-login .cta-tile__body input[type="submit"]:after, .cta-tile__body #investor-login .project-details-sidebar .cta-plain-white input[type="submit"]:after, #investor-login .project-details-sidebar .cta-plain-white .cta-tile__body input[type="submit"]:after {
  margin-left: 10px;
}

.cta-collection-simple .row {
  padding-bottom: 5px;
  border-bottom: 1px solid #DEE0E2;
  margin-bottom: 15px;
}

.cta.col-12 {
  padding-left: 0;
  padding-right: 0;
}

.horizontal-icons {
  padding-bottom: 65px;
}

@media only screen and (min-width: 1200px) {
  .horizontal-icons {
    padding-bottom: 80px;
  }
}

.horizontal-icons .items {
  border: none;
}

@media only screen and (min-width: 768px) {
  .horizontal-icons .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media only screen and (min-width: 1200px) {
  .horizontal-icons .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.horizontal-icons .item {
  border: 1px solid #BCBEC0;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
}

@media only screen and (min-width: 768px) {
  .horizontal-icons .item {
    min-width: -webkit-calc(50% - 10px);
    min-width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .horizontal-icons .item {
    min-width: -webkit-calc(20% - 10px);
    min-width: calc(20% - 10px);
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
  }
}

.horizontal-icons .item:hover {
  border-color: #662D91;
  border-width: 2px;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
}

.horizontal-icons .item:hover a {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 29px;
  padding-bottom: 29px;
}

@media only screen and (min-width: 1200px) {
  .horizontal-icons .item:hover a {
    padding: 14px;
    padding-top: 44px;
  }
}

.horizontal-icons .item a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 30px 10px;
}

@media only screen and (min-width: 1200px) {
  .horizontal-icons .item a {
    padding: 15px;
    padding-top: 45px;
  }
}

.horizontal-icons .item a:hover {
  text-decoration: none;
}

.horizontal-icons .item .button-blue, .horizontal-icons .item .button-blue__alt, .horizontal-icons .item #investor-login input[type="submit"], #investor-login .horizontal-icons .item input[type="submit"] {
  background-color: transparent;
  color: #0074d9;
  font-weight: 600;
}

.horizontal-icons .item.disabled {
  background-color: #662D91;
  border-color: #662D91;
  border-width: 2px;
}

.horizontal-icons .item.disabled:hover {
  box-shadow: unset;
}

.horizontal-icons .item.disabled:hover a {
  pointer-events: none;
}

.horizontal-icons .item.disabled h3, .horizontal-icons .item.disabled h4, .horizontal-icons .item.disabled p {
  color: white;
}

.horizontal-icons .item.disabled img {
  -webkit-filter: grayscale(100%) brightness(400%);
  filter: grayscale(100%) brightness(400%);
}

.horizontal-icons .item.disabled a {
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 29px;
  padding-bottom: 29px;
}

@media only screen and (min-width: 1200px) {
  .horizontal-icons .item.disabled a {
    padding: 14px;
    padding-top: 44px;
  }
}

.horizontal-icons .item.disabled .button-blue, .horizontal-icons .item.disabled .button-blue__alt, .horizontal-icons .item.disabled #investor-login input[type="submit"], #investor-login .horizontal-icons .item.disabled input[type="submit"] {
  background-color: transparent;
  color: white;
  opacity: 0.35;
}

.horizontal-icons .page-list.horizontal-icon {
  height: 100%;
  padding: 0;
}

.horizontal-icons .page-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.horizontal-icons .page-item .page-icon {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.horizontal-icons .page-item h3 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
  color: black;
  margin-bottom: 5px;
  margin-bottom: 12px;
  text-transform: none;
}

.horizontal-icons .page-item h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}

.horizontal-icons .page-item span {
  margin-top: auto;
}

.page-list.project-carousel {
  padding-top: 50px;
  padding-bottom: 65px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .page-list.project-carousel {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .page-list.project-carousel .items {
    margin-left: -11px;
    margin-right: -11px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-list.project-carousel .items.is-ready .item {
    height: 100%;
  }
  .page-list.project-carousel .items.is-ready .item .project-carousel-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-list.project-carousel .items.is-ready .item .field-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-list.project-carousel .items.is-ready .item .field-body a {
    margin-top: auto;
  }
}

.page-list.project-carousel .item {
  width: 100%;
  padding: 11px;
}

@media only screen and (min-width: 768px) {
  .page-list.project-carousel .item {
    margin: 0 11px;
    padding: 0;
    width: -webkit-calc((100% / 3) - 22px);
    width: calc((100% / 3) - 22px);
  }
}

@media only screen and (min-width: 992px) {
  .page-list.project-carousel.homepage-updates .item, .page-list.project-carousel.partnerships-carousel .item {
    width: -webkit-calc(25% - 22px);
    width: calc(25% - 22px);
  }
}

.page-list.project-carousel.homepage-updates .flickity-button, .page-list.project-carousel.partnerships-carousel .flickity-button {
  display: none;
}

.page-list.project-carousel .project-carousel-item .field-image img {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}

.page-list.project-carousel .project-carousel-item .field-body {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #DEE0E2;
  border-top-width: 0;
}

.page-list.project-carousel .project-carousel-item .field-title {
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: black;
}

.page-list.project-carousel .project-carousel-item a {
  text-transform: none;
}

.page-list.project-carousel .flickity-page-dots .dot.is-selected {
  background-color: #0074d9;
}

.page-list.project-carousel .flickity-prev-next-button {
  padding: 10px;
  background-color: #2baae2;
}

.page-list.project-carousel .flickity-prev-next-button svg {
  fill: #fff;
}

.page-list.project-carousel .flickity-prev-next-button.next {
  right: 0;
}

@media only screen and (min-width: 992px) {
  .page-list.project-carousel .flickity-prev-next-button.next {
    right: -30px;
  }
}

.page-list.project-carousel .flickity-prev-next-button.previous {
  left: 0;
}

@media only screen and (min-width: 992px) {
  .page-list.project-carousel .flickity-prev-next-button.previous {
    left: -50px;
  }
}

.flickity-enabled .item {
  list-style: none;
}

.faq-accordion h2 {
  padding-left: 15px;
  padding-right: 15px;
}

.faq-accordion__list {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-accordion__list .card {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #DEE0E2;
}

.faq-accordion__list .card:last-of-type {
  border-bottom: 1px solid #DEE0E2;
}

.faq-accordion__list .card-header h5 {
  margin-bottom: 0;
}

.faq-accordion__list .card-header .btn {
  width: 100%;
  background-color: transparent;
  border: unset;
  text-align: left;
  border-radius: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #000000;
  padding-left: 0;
  background-position: top 20px right 10px;
  background-image: url("../images/icons/icon_plus.svg");
  background-repeat: no-repeat;
}
 
@media only screen and (min-width: 1200px) {
  .faq-accordion__list .card-header .btn {
    background-position: top 20px right 30px;
  }
}

.faq-accordion__list .card-header .btn[aria-expanded="true"] {
  background-image: url("../images/icons/icon_minus.svg");
  background-position: top 28px right 10px;
}

@media only screen and (min-width: 1200px) {
  .faq-accordion__list .card-header .btn[aria-expanded="true"] {
    background-position: top 28px right 30px;
  }
}

.faq-accordion__list .card-body {
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) {
  .faq-accordion__list .card-body {
    padding-right: 60px;
  }
}

.faq-accordion__list .card-body ul {
    list-style-type: disc;
    color: #404040;
    list-style-position: outside;
    margin-left: 20px;
    font-size: 16px;
}

.faq-accordion__list .collapse {
  display: none;
}

.faq-accordion__list .collapse.show {
  display: block;
}

.project-gallery-title {
  margin-bottom: 20px;
}

.project-gallery-title h3 {
  color: #662D91;
  font-size: 32px;
  line-height: 40px;
}

@media only screen and (min-width: 1200px) {
  .project-gallery-title h3 {
    font-size: 40px;
    line-height: 43px;
  }
}

@media only screen and (min-width: 1200px) {
  .project-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

.project-gallery:after {
  content: "flickity";
  display: none;
}

@media only screen and (min-width: 1200px) {
  .project-gallery:after {
    content: "";
  }
}

.project-gallery .flickity-page-dots {
  margin-left: 0;
  bottom: -42px;
}

.project-gallery .flickity-page-dots .dot.is-selected {
  background-color: #0074d9;
}

.project-gallery .flickity-prev-next-button {
  top: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #0074d9;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  z-index: 1;
}

.project-gallery .flickity-prev-next-button.next {
  right: 0;
}

.project-gallery .flickity-prev-next-button.previous {
  left: 0;
}

.project-gallery .flickity-prev-next-button:hover {
  background-color: #005b7d;
}

.project-gallery .flickity-prev-next-button svg {
  fill: #fff;
}

.project-gallery-image {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 15px;
}

@media (min-width: 768px) {
  .project-gallery-image {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .project-gallery-image {
    width: 100%;
    margin: 0;
  }
}

.project-gallery-image img {
  border-radius: 5px;
  width: 100%;
}

.project-gallery-image .cssbox {
  display: block;
}

.project-gallery-image .cssbox > a {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .project-gallery-image .cssbox .cssbox_thumb {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.project-gallery-image .cssbox .cssbox_full img {
  height: auto !important;
  max-width: 90% !important;
  width: auto !important;
}

.project-gallery-image-details {
  display: none;
  background-color: #fff;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.project-gallery-image-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

.project-gallery-image-description {
  font-size: 14px;
  line-height: 17px;
}

#project-stats {
  padding-bottom: 150px;
}

@media only screen and (min-width: 1200px) {
  #project-stats {
    padding-bottom: 50px;
  }
}

#project-stats .flickity-prev-next-button {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #0074d9;
  top: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  #project-stats .flickity-prev-next-button.previous {
    left: 30%;
  }
}

@media only screen and (min-width: 768px) {
  #project-stats .flickity-prev-next-button.next {
    right: 30%;
  }
}

#project-stats .flickity-prev-next-button svg {
  fill: #fff;
}

#project-stats .row.component.column-splitter {
  display: block;
}

@media only screen and (min-width: 1200px) {
  #project-stats .row.component.column-splitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#project-stats .row.component.column-splitter:after {
  content: "flickity";
  display: none;
}

@media only screen and (min-width: 1200px) {
  #project-stats .row.component.column-splitter:after {
    content: "";
  }
}

#project-stats .col-10.col-lg-3 {
  margin-left: 30px;
}

@media only screen and (min-width: 1200px) {
  #project-stats .col-10.col-lg-3 {
    margin-left: 0;
  }
}

#project-stats .col-10.col-lg-3 > .row {
  height: 100%;
}

#project-stats .col-10.col-lg-3 > .row .component-content {
  height: 100%;
}

#project-stats .col-10.col-lg-3 .component-content {
  padding: 15px;
  border: 1px solid #DEE0E2;
  border-left: 3px solid #662D91;
}

#project-stats .col-10.col-lg-3 h3 {
  font-size: 50px;
  line-height: 67px;
  color: #662D91;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  #project-stats .col-10.col-lg-3:nth-of-type(4n - 4) .component-content {
    margin-right: 0;
  }
}

.rich-project-stat .component-content,
.project-stat .component-content {
  padding: 15px;
  border: 1px solid #DEE0E2;
  border-left: 3px solid #662D91;
  background-color: #fff;
}

.rich-project-stat h3,
.project-stat h3 {
  font-size: 50px;
  line-height: 67px;
  color: #662D91;
  font-weight: 400;
}

.page-carousel {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .page-carousel .items.is-ready .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .page-carousel .items.is-ready .sub-page-carousel {
    height: 100%;
  }
}

.page-carousel .item {
  width: 100%;
  opacity: 0.6;
}

@media only screen and (min-width: 768px) {
  .page-carousel .item {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-carousel .item {
    max-width: 1230px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.page-carousel .item.is-selected {
  opacity: 1;
}

.page-carousel .flickity-prev-next-button {
  top: 100%;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  padding: 10px;
  background-color: #2BAAE2;
  z-index: 4;
}

@media only screen and (min-width: 768px) {
  .page-carousel .flickity-prev-next-button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.page-carousel .flickity-prev-next-button:hover {
  background-color: #2BAAE2;
}

.page-carousel .flickity-prev-next-button svg {
  fill: #fff;
}

@media (min-width: 1350px) {
  .page-carousel .flickity-prev-next-button.previous {
    left: 5%;
  }
}

@media (min-width: 1500px) {
  .page-carousel .flickity-prev-next-button.previous {
    left: 11%;
  }
}

@media (min-width: 1700px) {
  .page-carousel .flickity-prev-next-button.previous {
    left: 17%;
  }
}

@media (min-width: 1350px) {
  .page-carousel .flickity-prev-next-button.next {
    right: 5%;
  }
}

@media (min-width: 1500px) {
  .page-carousel .flickity-prev-next-button.next {
    right: 8%;
  }
}

@media (min-width: 1700px) {
  .page-carousel .flickity-prev-next-button.next {
    right: 11%;
  }
}

@media (min-width: 1800px) {
  .page-carousel .flickity-prev-next-button.next {
    right: 17%;
  }
}

.page-carousel .flickity-page-dots .dot.is-selected {
  background-color: #0074d9;
}

.cta-carousel ul.items {
  margin-left: 0;
}

.sub-page-carousel {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .sub-page-carousel {
    border: 1px solid #BCBEC0;
    background-color: #fff;
    padding: 40px 20px;
  }
}

@media only screen and (min-width: 992px) {
  .sub-page-carousel {
    padding: 80px 40px;
    overflow: hidden;
  }
}

.sub-page-carousel .content-carousel-wrapper {
  display: none;
  pointer-events: none;
}

@media only screen and (min-width: 992px) {
  .sub-page-carousel .content-carousel-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: absolute;
    left: -55%;
    -webkit-filter: invert(86%) sepia(0%) saturate(2%) hue-rotate(141deg) brightness(101%) contrast(82%);
    filter: invert(86%) sepia(0%) saturate(2%) hue-rotate(141deg) brightness(101%) contrast(82%);
    opacity: .14;
  }
}

.sub-page-carousel .carousel-item {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1200px) {
  .sub-page-carousel .carousel-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sub-page-carousel .carousel-item > .row {
  height: 100%;
}

.sub-page-carousel .page-item {
  margin-bottom: 30px;
}

.sub-page-carousel .page-icon {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .sub-page-carousel .page-icon {
    margin-bottom: 22px;
  }
}

.sub-page-carousel .tereo {
  margin-bottom: 8px;
}

.sub-page-carousel h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
}

.sub-page-carousel .carousel-text {
  font-size: 16px;
  line-height: 21px;
  color: #404040;
  font-weight: normal;
  margin-bottom: 10px;
}

.step-collection {
  max-width: 1230px !important;
  margin-left: auto;
  margin-right: auto;
}

.step-collection ul, .step-collection ol {
  padding-left: 0;
  margin-left: 0;
}

.step-collection .step-count {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) {
  .step-collection .step-count {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.step-collection .step-count button {
  font-weight: 600;
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
  border-width: 0;
  margin-right: 5px;
  cursor: pointer;
}

.step-collection .step-count button.is-active {
  color: #0074d9;
}

.step-collection .item {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .step-collection .item {
    max-width: 905px;
  }
}

@media only screen and (min-width: 1200px) {
  .step-collection .item .sub-page-carousel {
    padding: 40px 55px;
  }
}

@media only screen and (min-width: 768px) {
  .step-collection .page-item {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .step-collection .page-item-header {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .step-collection .page-item-header {
    padding-right: 50px;
  }
}

.step-collection .page-item-header img {
  width: 60px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .step-collection .steps-body {
    width: 70%;
  }
}

@media only screen and (min-width: 1200px) {
  .step-collection .steps-body {
    width: 80%;
  }
}

.step-collection .steps-body h5 {
  font-weight: 400;
}

.step-collection .steps-body h4 {
  color: #662D91;
}

.step-collection .flickity-prev-next-button {
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
}

@media only screen and (min-width: 768px) {
  .step-collection .flickity-prev-next-button {
    top: 50%;
  }
}

.step-collection .flickity-prev-next-button.previous {
  left: 35px;
}

@media only screen and (min-width: 768px) {
  .step-collection .flickity-prev-next-button.previous {
    left: 10px;
  }
}

@media (min-width: 1500px) {
  .step-collection .flickity-prev-next-button.previous {
    left: -15px;
  }
}

@media (min-width: 1700px) {
  .step-collection .flickity-prev-next-button.previous {
    left: -15px;
  }
}

.step-collection .flickity-prev-next-button.next {
  right: 35px;
}

@media only screen and (min-width: 768px) {
  .step-collection .flickity-prev-next-button.next {
    right: 10px;
  }
}

@media (min-width: 1500px) {
  .step-collection .flickity-prev-next-button.next {
    right: -15px;
  }
}

@media (min-width: 1700px) {
  .step-collection .flickity-prev-next-button.next {
    right: -15px;
  }
}

.sidebar {
  padding: 0;
  margin-top: 60px;
  border-radius: 3px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 1200px) {
  .sidebar {
    margin-bottom: 120px;
    border: 1px solid #ccc;
  }
}

.sidebar h3 {
  color: #662D91;
}

.sidebar date {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.sidebar .component.content {
  padding: 20px 20px 10px 0;
  border-bottom: 1px solid #DEE0E2;
}

@media only screen and (min-width: 1200px) {
  .sidebar .component.content {
    padding: 30px;
  }
}

.c-sharing {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .c-sharing {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 992px) {
  .c-sharing {
    margin-top: 0;
  }
}

.copy-to-clip-result {
  font-size: 16px;
  line-height: 20px;
  display: none;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  background-color: #3ca83c;
  position: relative;
}

.copy-to-clip-result.is-active {
  display: inline-block;
}

.copy-to-clip-result:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid #3ca83c;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  bottom: -8px;
}

.copy-to-clip {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-left: auto;
  display: block;
  border-width: 1px;
  border-color: transparent;
}

.copy-to-clip:hover {
  cursor: pointer;
}

.copy-to-clip:focus {
  border-color: #0074d9;
}

.copy-to-clip svg {
  vertical-align: bottom;
  margin-left: 15px;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 25px 10px 10px 10px;
  margin: 20px;
  max-width: 1200px !important;
  max-height: 100vh !important;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .modal__container {
    padding: 25px 15px 15px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .modal__container {
    padding: 30px;
  }
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: 1px solid transparent;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 20px;
  line-height: 20px;
  z-index: 1;
  -webkit-transition: border-color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out, background-color 300ms ease-in-out;
}

.modal__close:focus, .modal__close:hover {
  border-color: #662D91;
  background-color: rgba(255, 255, 255, 0.7);
}

.modal__header .modal__close:before {
  content: "\2715";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__content .row > div + div {
  margin-top: 30px;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
    Demo Animation Style
  \**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media only screen and (min-width: 768px) {
  .people-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.people-list-group .people-collection-item {
  padding: 10px;
  width: 100%;
  border-width: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out;
}

@media only screen and (min-width: 768px) {
  .people-list-group .people-collection-item {
    width: -webkit-calc((100% /3) - 22px);
    width: calc((100% /3) - 22px);
    margin: 11px;
  }
}

@media only screen and (min-width: 1200px) {
  .people-list-group .people-collection-item {
    width: -webkit-calc(25% - 22px);
    width: calc(25% - 22px);
    padding-left: 25px;
    padding-right: 25px;
  }
}

.people-list-group .people-collection-item:hover .people-collection-image {
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
}

.people-list-group .people-collection-image {
  margin-bottom: 20px;
}

.people-list-group .people-collection-image img {
  width: 100%;
  border-radius: 50%;
}

.people-collection-list-item {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  .people-collection-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .people-collection-list-item {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 768px) {
  .people-collection-list-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.people-collection-list-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .people-collection-list-image img {
    width: 300px;
    height: 300px;
  }
}

.people-collection-list-details {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .people-collection-list-details {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-left: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .people-collection-list-details {
    padding-left: 60px;
  }
}

.person-name {
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.person-qualifications {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  margin-bottom: 15px;
}

.person-biography {
  font-size: 16px;
  line-height: 21px;
}

.field-link__content a {
  color: #0074d9;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-transform: none;
  border-top: 1px solid #DEE0E2;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.field-link__content a:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.field-link__content a:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon_arrow-blue.svg");
  display: inline-block;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
}

@media only screen and (min-width: 768px) {
  .field-link__content a {
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 90%;
  }
}

.c-link-item--arrow, .compact-link-list .link-collection-item, .link-content .component-content .field-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0;
  border-top: 1px solid #DEE0E2;
}

.c-link-item--arrow a, .compact-link-list .link-collection-item a, .link-content .component-content .field-link a {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.compact-link-list .link-collection-item:last-of-type {
  border-bottom: 1px solid #DEE0E2;
}

@media only screen and (min-width: 768px) {
  .link-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.link-content .component-content .field-link a {
  font-size: 16px;
  line-height: 21px;
}

.c-document-link, .full-width-document-list .document .document-link a, .compact-document-list a {
  padding-left: 22px;
  position: relative;
}

.c-document-link:before, .full-width-document-list .document .document-link a:before, .compact-document-list a:before {
  content: " ";
  width: 16px;
  height: 20px;
  position: absolute;
  left: 0;
  background-image: url("../images/icons/icon_document.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.full-width-document-list .document {
  border-bottom: 1px solid #DEE0E2;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
}

.full-width-document-list .document:first-of-type {
  border-top: 1px solid #DEE0E2;
}

.full-width-document-list .document .document-link {
  margin-bottom: 10px;
}

.full-width-document-list .document .document-link a {
  display: block;
}

.full-width-document-list .document .document-description {
  font-size: 16px;
  line-height: 21px;
}

.compact-document-list .link-collection-item {
  border-bottom: 1px solid #DEE0E2;
}

.compact-document-list .link-collection-item:first-of-type {
  border-top: 1px solid #DEE0E2;
}

.compact-document-list a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.col-12.col-lg-4 .document-collection,
.col-12.col-lg-3 .document-collection {
  padding: 15px;
}

.col-12.col-lg-4 .link-collection-item:first-of-type,
.col-12.col-lg-3 .link-collection-item:first-of-type {
  border-top-width: 0;
}

.c-accordion-button, .compact-document-list button,
.compact-link-list button {
  display: block;
  border: none;
  text-align: left;
  padding-left: 0;
  padding-right: 25px;
  color: #000;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  width: 100%;
  background-image: url("../images/icons/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.compact-document-list,
.compact-link-list {
  border-bottom: 1px solid #DEE0E2;
}

@media only screen and (min-width: 1200px) {
  .compact-document-list,
  .compact-link-list {
    border-bottom-width: 0;
  }
}

.compact-document-list .compact-document-list,
.compact-document-list .compact-link-list,
.compact-link-list .compact-document-list,
.compact-link-list .compact-link-list {
  border-bottom-width: 0;
}

.compact-document-list .compact-document-list .link-collection-item:last-of-type,
.compact-document-list .compact-link-list .link-collection-item:last-of-type,
.compact-link-list .compact-document-list .link-collection-item:last-of-type,
.compact-link-list .compact-link-list .link-collection-item:last-of-type {
  border-bottom-width: 0;
}

@media only screen and (min-width: 992px) {
  .compact-document-list button,
  .compact-link-list button {
    display: none;
  }
}

.compact-document-list h3,
.compact-link-list h3 {
  display: none;
}

@media only screen and (min-width: 992px) {
  .compact-document-list h3,
  .compact-link-list h3 {
    display: block;
  }
}

.compact-document-list .component-content--body,
.compact-link-list .component-content--body {
  display: none;
}

@media only screen and (min-width: 992px) {
  .compact-document-list .component-content--body,
  .compact-link-list .component-content--body {
    display: block;
  }
}

.compact-document-list.is-active,
.compact-link-list.is-active {
  border-bottom-width: 0;
}

.compact-document-list.is-active button,
.compact-link-list.is-active button {
  background-image: url("../images/icons/icon_minus.svg");
}

.compact-document-list.is-active .component-content--body,
.compact-link-list.is-active .component-content--body {
  display: block;
}

.compontent.tabs .tab-panel {
  display: block;
}

.compontent.tabs .tab-panel[hidden] {
  display: none;
}

@media only screen and (min-width: 992px) {
  .horizontal-tabs .desktop-tab-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }
}

@media only screen and (min-width: 768px) {
  .horizontal-tabs .tab-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: fit-content;
    min-width: 300px;
    padding: 15px;
    margin-bottom: 0;
    border-bottom-width: 2px;
    border-bottom-color: #DEE0E2;
  }
}

.horizontal-tabs .tab-control:hover {
  background-color: transparent;
  border-bottom-color: #0074d9;
}

.horizontal-tabs .tab-control:focus {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.horizontal-tabs .tab-control[aria-selected="true"] {
  background-color: transparent;
  border-bottom-color: #0074d9;
}

.horizontal-tabs .tab-control:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .horizontal-tabs .tab-control img {
    max-width: 50px;
    width: 100%;
    height: auto;
    margin-right: 15px;
    pointer-events: none;
  }
}

@media only screen and (min-width: 768px) {
  .horizontal-tabs .tab-control span {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    pointer-events: none;
  }
}

.mobile-tab-controls {
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .mobile-tab-controls {
    display: none;
  }
}

.desktop-tab-controls {
  display: none;
}

@media only screen and (min-width: 992px) {
  .desktop-tab-controls {
    display: block;
  }
}

.tab-panel {
  padding-top: 15px;
  padding-bottom: 15px;
}

[role="tab"] {
  position: relative;
  padding: 30px 15px;
  border-width: 0;
  border-bottom: 1px solid #DEE0E2;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  border-radius: 0;
}

[role="tab"]:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

[role="tab"]:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon_arrow-blue.svg");
  display: inline-block;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
}

[role="tab"]:after {
  position: absolute;
  right: 10px;
}

[role="tab"][aria-selected="true"] {
  background-color: #f3f3f3;
  color: #0074d9;
}

[role="tab"]:hover,
[role="tab"]:focus,
[role="tab"]:active {
  background-color: #DEE0E2;
  color: #0074d9;
}

[role="tabpanel"] {
  position: relative;
  z-index: 2;
  padding: 15px;
  border: 1px solid #DEE0E2;
  border-radius: 0;
  background: #fff;
}

[role="tabpanel"]:focus {
  outline: 1px;
}

#investor-login {
  padding-left: 0;
  padding-right: 0;
}

#investor-login > .component-content {
  background-color: #fff;
  border-width: 0;
}

#investor-login > .component-content form table tbody {
  background-color: #fff !important;
}

#investor-login > .component-content form table tbody tr {
  background-color: #fff !important;
}

#investor-login > .component-content form table tbody tr input[type="text"],
#investor-login > .component-content form table tbody tr input[type="password"] {
  background-color: #fff;
  border-color: #404040;
  margin-top: 0;
}

#investor-login tr {
  display: block;
}

@media only screen and (min-width: 768px) {
  #investor-login tr {
    display: table-row;
  }
}

#investor-login td {
  display: block;
}

@media only screen and (min-width: 768px) {
  #investor-login td {
    display: table-cell;
  }
}

#investor-login p {
  font-size: 16px;
  line-height: 21px;
}

#investor-login input[type="submit"] {
  font-size: 16px;
}

#planned-outage .l-header {
  display: none;
}

#planned-outage .l-v-spacing-lv-5 {
  display: none;
}

#planned-outage .l-footer {
  display: none;
}

.media-release-list-col4 {
  border-bottom: 1px solid #DEE0E2;
}

@media only screen and (min-width: 768px) {
  .media-release-list-col4 {
    margin-top: 20px;
    border-radius: 3px;
  }
}

@media only screen and (min-width: 992px) {
  .media-release-list-col4 {
    margin-top: 35px;
    border: 1px solid #DEE0E2;
  }
}

.media-release-list-col4 .component.page-list {
  padding: 0;
}

.media-release-list-col4 h3 {
  font-size: 17px;
  line-height: 17px;
  color: #662D91;
}

.media-release-list-col4 ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.media-release-list-col4 ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 15px;
}

.media-release-list-col4 a {
  color: #000000;
  font-weight: 600;
}

.media-release-list-col4 a:hover {
  color: #662D91;
}

.media-release-sidebar-body .item:last-of-type hr {
  display: none;
}

.media-sidebar-date date {
  display: block;
  margin-bottom: 15px;
}

.media-release-list-col4 {
  padding: 20px 20px 10px 0;
}

@media only screen and (min-width: 992px) {
  .media-release-list-col4 {
    padding: 30px;
  }
}

.media-release-list-col4 h3 {
  display: none;
}

@media only screen and (min-width: 992px) {
  .media-release-list-col4 h3 {
    display: block;
  }
}

.media-release-list-col4 button {
  display: block;
  border: none;
  text-align: left;
  padding-left: 0;
  padding-right: 25px;
  color: #662D91;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  width: 100%;
  background-image: url("../images/icons/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

@media only screen and (min-width: 992px) {
  .media-release-list-col4 button {
    display: none;
  }
}

.media-release-list-col4.is-active .media-release-sidebar-body {
  display: block;
}

.media-release-list-col4.is-active button {
  background-image: url("../images/icons/icon_minus.svg");
}

.media-release-list-col4 .media-release-sidebar-body {
  display: none;
}

@media only screen and (min-width: 992px) {
  .media-release-list-col4 .media-release-sidebar-body {
    display: block;
  }
}

.title-and-date date {
  font-size: 16px;
  line-height: 21px;
  color: #7b7b7b;
}

.field-content li {
  margin-bottom: 5px;
}

.column-splitter .order-2 {
  padding-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .community-partnerships-sidebar .project-latest,
  .community-partnerships-sidebar .community-partnership-sidebar-components {
    padding: 0;
  }
}

#community-engagement-sidebar {
  border: 1px solid #ccc;
  margin-bottom: 40px;
  padding: 0;
  border-radius: 3px;
  background-color: #f5f6f6;
}

#community-engagement-sidebar:empty {
  border: none;
}

.project-details-sidebar {
  padding: 0;
  border-radius: 3px;
}

@media only screen and (min-width: 1200px) {
  .project-details-sidebar {
    border: 1px solid #ccc;
    margin-bottom: 40px;
  }
}

.project-details-sidebar h3 {
  color: #662D91;
}

.project-details-sidebar date {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.project-details-sidebar .cta-plain-white {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .project-details-sidebar .cta-plain-white {
    padding: 30px;
  }
}

.project-details-sidebar .cta-plain-white h3 {
  font-size: 20px;
  line-height: 26px;
}

.project-details-sidebar .cta-plain-white .button-blue, .project-details-sidebar .cta-plain-white .button-blue__alt, .project-details-sidebar .cta-plain-white #investor-login input[type="submit"], #investor-login .project-details-sidebar .cta-plain-white input[type="submit"] {
  background-color: transparent;
  color: #0074d9;
  padding-left: 0;
  text-align: left;
}

.sidebar-related-projects,
.project-latest,
.project-outages,
.project-milestones,
.project-supporting-documents {
  padding: 20px 20px 10px 0;
  border-bottom: 1px solid #DEE0E2;
}

@media only screen and (min-width: 1200px) {
  .sidebar-related-projects,
  .project-latest,
  .project-outages,
  .project-milestones,
  .project-supporting-documents {
    padding: 30px;
  }
}

.sidebar-related-projects h3,
.project-latest h3,
.project-outages h3,
.project-milestones h3,
.project-supporting-documents h3 {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .sidebar-related-projects h3,
  .project-latest h3,
  .project-outages h3,
  .project-milestones h3,
  .project-supporting-documents h3 {
    display: block;
  }
}

.sidebar-related-projects button,
.project-latest button,
.project-outages button,
.project-milestones button,
.project-supporting-documents button {
  display: block;
  border: none;
  text-align: left;
  padding-left: 0;
  padding-right: 25px;
  color: #662D91;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  width: 100%;
  background-image: url("../images/icons/icon_plus.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

@media only screen and (min-width: 1200px) {
  .sidebar-related-projects button,
  .project-latest button,
  .project-outages button,
  .project-milestones button,
  .project-supporting-documents button {
    display: none;
  }
}

.sidebar-related-projects.is-active .projects-sidebar-body,
.sidebar-related-projects.is-active .planned-outages-body,
.sidebar-related-projects.is-active .project-sidebar-milestones,
.sidebar-related-projects.is-active .projects-sidebar-supporting-documents-body,
.project-latest.is-active .projects-sidebar-body,
.project-latest.is-active .planned-outages-body,
.project-latest.is-active .project-sidebar-milestones,
.project-latest.is-active .projects-sidebar-supporting-documents-body,
.project-outages.is-active .projects-sidebar-body,
.project-outages.is-active .planned-outages-body,
.project-outages.is-active .project-sidebar-milestones,
.project-outages.is-active .projects-sidebar-supporting-documents-body,
.project-milestones.is-active .projects-sidebar-body,
.project-milestones.is-active .planned-outages-body,
.project-milestones.is-active .project-sidebar-milestones,
.project-milestones.is-active .projects-sidebar-supporting-documents-body,
.project-supporting-documents.is-active .projects-sidebar-body,
.project-supporting-documents.is-active .planned-outages-body,
.project-supporting-documents.is-active .project-sidebar-milestones,
.project-supporting-documents.is-active .projects-sidebar-supporting-documents-body {
  display: block;
}

.sidebar-related-projects.is-active button,
.project-latest.is-active button,
.project-outages.is-active button,
.project-milestones.is-active button,
.project-supporting-documents.is-active button {
  background-image: url("../images/icons/icon_minus.svg");
}

.sidebar-related-projects .projects-sidebar-body,
.sidebar-related-projects .planned-outages-body,
.sidebar-related-projects .project-sidebar-milestones,
.sidebar-related-projects .projects-sidebar-supporting-documents-body,
.project-latest .projects-sidebar-body,
.project-latest .planned-outages-body,
.project-latest .project-sidebar-milestones,
.project-latest .projects-sidebar-supporting-documents-body,
.project-outages .projects-sidebar-body,
.project-outages .planned-outages-body,
.project-outages .project-sidebar-milestones,
.project-outages .projects-sidebar-supporting-documents-body,
.project-milestones .projects-sidebar-body,
.project-milestones .planned-outages-body,
.project-milestones .project-sidebar-milestones,
.project-milestones .projects-sidebar-supporting-documents-body,
.project-supporting-documents .projects-sidebar-body,
.project-supporting-documents .planned-outages-body,
.project-supporting-documents .project-sidebar-milestones,
.project-supporting-documents .projects-sidebar-supporting-documents-body {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .sidebar-related-projects .projects-sidebar-body,
  .sidebar-related-projects .planned-outages-body,
  .sidebar-related-projects .project-sidebar-milestones,
  .sidebar-related-projects .projects-sidebar-supporting-documents-body,
  .project-latest .projects-sidebar-body,
  .project-latest .planned-outages-body,
  .project-latest .project-sidebar-milestones,
  .project-latest .projects-sidebar-supporting-documents-body,
  .project-outages .projects-sidebar-body,
  .project-outages .planned-outages-body,
  .project-outages .project-sidebar-milestones,
  .project-outages .projects-sidebar-supporting-documents-body,
  .project-milestones .projects-sidebar-body,
  .project-milestones .planned-outages-body,
  .project-milestones .project-sidebar-milestones,
  .project-milestones .projects-sidebar-supporting-documents-body,
  .project-supporting-documents .projects-sidebar-body,
  .project-supporting-documents .planned-outages-body,
  .project-supporting-documents .project-sidebar-milestones,
  .project-supporting-documents .projects-sidebar-supporting-documents-body {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .sidebar-related-projects {
    border: 1px solid #DEE0E2;
    border-top-width: 0;
  }
}

.sidebar-related-projects.is-active .component.page-list {
  display: block;
}

.sidebar-related-projects h3 {
  font-size: 17px;
  line-height: 17px;
  color: #662D91;
}

.sidebar-related-projects .component.page-list {
  display: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
}

@media only screen and (min-width: 1200px) {
  .sidebar-related-projects .component.page-list {
    display: block;
  }
}

.sidebar-related-projects .component.page-list ul {
  margin-left: 0;
}

.sidebar-related-projects .component.page-list li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 15px;
}

.sidebar-related-projects .component.page-list a {
  color: #000000;
  font-weight: 400;
}

.sidebar-related-projects .component.page-list a:hover {
  color: #662D91;
}

.component.container.project-search-and-sort .column-splitter {
  padding-top: 10px;
  padding-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
  border-top: 1px solid #DEE0E2;
  border-bottom: 1px solid #DEE0E2;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .component.container.project-search-and-sort .column-splitter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}

.component.container.project-search-and-sort .facet-dropdown,
.component.container.project-search-and-sort .facet-single-selection-list {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  .component.container.project-search-and-sort .facet-dropdown,
  .component.container.project-search-and-sort .facet-single-selection-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.component.container.project-search-and-sort .facet-dropdown select,
.component.container.project-search-and-sort .search-box input {
  font-size: 13px;
}

.component.container.project-search-and-sort .search-box label,
.component.container.project-search-and-sort .search-box .twitter-typeahead,
.component.container.project-search-and-sort .search-box .search-box-button {
  margin-left: 0;
  margin-right: 0;
}

.component.container.project-search-and-sort .search-box-button {
  border-color: #0074d9;
}

@media only screen and (min-width: 992px) {
  #project-search-project-type-filter {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  #project-search-project-type-filter {
    padding-left: 30px;
    padding-right: 0;
  }
}

#project-search-project-type-filter .facet-search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#project-search-project-type-filter .facet-search-filter .facet-value {
  margin-right: 15px;
  margin-bottom: 5px;
  border-bottom-width: 0;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
}

#project-search-project-type-filter .facet-search-filter .facet-value:last-of-type {
  margin-right: 0;
}

#project-search-project-type-filter .facet-search-filter .facet-value > span {
  position: relative;
  padding-left: 30px;
  color: #000000;
}

#project-search-project-type-filter .facet-search-filter .facet-value > span:before {
  position: absolute;
  border: 1px solid #BCBEC0;
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}

#project-search-project-type-filter .facet-search-filter .facet-value.active-facet > span:before {
  border-color: #0074d9;
}

#project-search-project-type-filter .facet-search-filter .facet-value.active-facet > span:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #0074d9;
}

@media only screen and (min-width: 768px) {
  #project-search-results .search-result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

#project-search-results .search-result-list li {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #project-search-results .search-result-list li {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 25px 15px;
  }
}

@media only screen and (min-width: 992px) {
  #project-search-results .search-result-list li {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
  }
}

#project-search-results .search-result-list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

#project-search-results .search-result-list li .field-image img {
  max-width: 100%;
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) {
  #project-search-results .search-result-list li .field-image img {
    height: 255px;
  }
}

#project-search-results .search-result-list li .field-body {
  padding: 20px 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #DEE0E2;
  border-top-color: transparent;
  background-color: #fff;
}

#project-search-results .search-result-list li .field-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
}

#project-search-results .search-result-list li a {
  margin-top: auto;
  font-weight: 600;
}

.component.search-box .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.facet-dropdown.facet-region button {
  display: none;
}

.search-box .component-content > label {
  width: 100%;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  font-size: 13px;
  line-height: 16px;
}

.facet-component .facet-heading .facet-title,
.facet-summary .facet-heading .facet-title {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
}

.facet-component .facet-heading .clear-filter,
.facet-summary .facet-heading .clear-filter {
  visibility: hidden;
  top: 10px;
}

.project-clear {
  border-width: 0;
  padding: 10px;
  color: #0074d9;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .project-clear {
    margin-bottom: 20px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  #media-sort {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-left: auto;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  #media-sort {
    width: -webkit-calc(25% - 22px);
    width: calc(25% - 22px);
  }
}

#media-sort .facet-dropdown-select {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  background-color: transparent;
  padding-left: 0;
  font-weight: 600;
}

#media-sort .clear-filter {
  display: none;
}

#media-search-results {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  #media-search-results {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 768px) {
  #media-search-results .search-result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 1200px) {
  #media-search-results .search-result-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

#media-search-results .search-result-list li {
  width: 100%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  border-bottom-color: transparent;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #media-search-results .search-result-list li {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  #media-search-results .search-result-list li {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

.media-search-results {
  height: 100%;
}

.media-search-results .update-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.media-search-results .update-thumbnail img {
  width: 100%;
  vertical-align: middle;
  max-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.media-search-results .update-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 15px 15px 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  border: 1px solid #DEE0E2;
}

.media-search-results .update-body h3 {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
}

.media-search-results .update-body a {
  margin-top: auto;
}

.media-search-results .update-type {
  color: #662D91;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 12px;
}

.media-search-results date {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

.media-search-results .update-tagline {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}

#default-search {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

#default-search label {
  margin-left: 0;
}

#default-search .twitter-typeahead {
  margin-left: 0;
}

#default-search .component-content {
  border-bottom: 1px solid #DEE0E2;
}

#default-search input {
  background-color: transparent !important;
  border-width: 0;
  border-radius: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
}

#default-search input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
}

#default-search input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
}

#default-search input::placeholder {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
}

#default-search button {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  color: #0074d9;
  background-image: url("../images/icons/icon_search.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  margin-right: 0;
  font-size: 16px;
  line-height: 21px;
  text-transform: unset;
  padding-bottom: 33px;
}

.facet-title label[for="flatSortingList"] {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-weight: 600;
}

#default-search-results {
  padding-left: 15px;
  padding-right: 15px;
}

#default-search-results .search-result-list > li {
  padding-bottom: 30px;
  border-bottom: 1px solid #DEE0E2;
  padding-top: 30px;
}

#default-search-results .search-result-list .search-results-item > a {
  font-weight: 700;
  color: #000000;
}

#default-search-results .search-result-list .search-results-item .breadcrumb {
  padding-left: 0;
}

#default-search-pagination {
  padding-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
  #partnership-search .column-splitter {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

#landing-page-alternate-sidebar {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  #landing-page-alternate-sidebar {
    padding-bottom: 60px;
  }
}

.landing-page-container .boxed {
  padding-left: 0;
  padding-right: 0;
}

.address-checker-result {
  color: white;
  display: none !important;
}

.container-spaced-splitter .row.column-splitter > div {
  padding-left: 15px;
  padding-right: 15px;
}

.tereo {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
  color: black;
  margin-bottom: 5px;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0px;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
  position: relative;
  overflow: auto;
  color: #5e5e5e;
  font-size: 14px;
  line-height: 1.5;
  background: #f5f6f6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body > #wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
}

body > #wrapper footer {
  margin-top: auto;
}

a {
  color: #0074d9;
  cursor: pointer;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

.btn.btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.btn.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #662D91;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

h2 {
  font-size: 1.5em;
  font-size: 26px;
  line-height: 32px;
  color: #662D91;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #404040;
  margin-bottom: 20px;
}

h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #404040;
  margin-bottom: 20px;
}

h6 {
  font-size: 0.67em;
  color: #404040;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  line-height: 21px;
  color: #404040;
  font-weight: normal;
  margin-bottom: 20px;
}

.xa-variable {
  border: 0px;
  padding: 1px;
  margin: 0px;
  background-color: #ebebe4;
  color: #545454;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

#breadcrumbMenuSubcontrol_context_menu * {
  box-sizing: initial;
}

.sxa-icon {
  background-color: #e3e3e3;
  min-width: 80px;
  min-height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
}

.sxa-icon-playlist {
  background-image: url("../images/icon-video");
  background-size: 30%;
  min-width: 143px;
  min-height: 80px;
}

.on-page-editor header > .container > .row,
.on-page-editor main > .container > .row,
.on-page-editor footer > .container > .row {
  border: 1px dashed #d6d6d6;
  border-collapse: collapse;
}

.on-page-editor main > .container > .row {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.row .row {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.scEmptyPlaceholder {
  background-image: none;
}

.addthis,
.addthis-smartlayers {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.plain-html {
  padding: 15px 15px 15px 15px;
}

.row {
  box-sizing: border-box;
}

#content > .row {
  overflow: hidden;
}

.row.column-splitter > div > div.row {
  margin-left: -15px;
  margin-right: -15px;
}

.enclosing-div{
	position:relative;
}


.with-read-more#project-search-results .search-result-list li .field-body
{
  flex:none;
  min-height: auto;
}

@media only screen and (min-width: 768px) {
  .with-read-more#project-search-results .search-result-list li .field-body
{
  flex:none;
  min-height: 221px;
}
}

.read-more{
       position: absolute;
    margin: 0;
    bottom: -20px;
    left: 0%;
    text-wrap-mode: nowrap;
    background: white;
    font-weight: 300 !important;
}

.search-item-external-link p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}
.no-clamp-style{
-webkit-line-clamp:none!important;
}
