@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Anton&display=swap");
/*!
 *  Font Awesome 4.6.3 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("../css/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../css/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../css/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../css/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../css/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../css/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#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 {
  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-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: "";
}

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

@keyframes gira {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rebota {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(6px);
  }
  60% {
    transform: translateY(4px);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes subrayado {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=30em&large=48.75em&xlarge=60em&xxlarge=120em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #004A68;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

pre {
  overflow: auto;
}

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

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

.row {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -1rem;
  margin-left: -1rem;
}

@media print, screen and (min-width: 30em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media print, screen and (min-width: 48.75em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media screen and (min-width: 60em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media screen and (min-width: 120em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 30em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48.75em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 60em) {
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 2rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}

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

h1 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.15rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.15rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.15rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.15rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.15rem;
}

h6 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.15rem;
}

@media print, screen and (min-width: 30em) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.9375rem;
  }
  h6 {
    font-size: 0.875rem;
  }
}

a {
  line-height: inherit;
  color: #004A68;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #004059;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #004A68;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 30em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 48.75em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 60em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

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

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

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

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

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

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

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

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

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

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

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

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

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

.input-group .input-group-button {
  display: table-cell;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #004A68;
  color: #fefefe;
}

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

.button:hover, .button:focus {
  background-color: #003f58;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #004A68;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #003b53;
  color: #fefefe;
}

.button.secondary {
  background-color: #333333;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #292929;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #004A68;
  color: #004A68;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #002534;
  color: #002534;
}

.button.hollow.primary {
  border: 1px solid #004A68;
  color: #004A68;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #002534;
  color: #002534;
}

.button.hollow.secondary {
  border: 1px solid #333333;
  color: #333333;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #1a1a1a;
  color: #1a1a1a;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #004A68;
  color: #fefefe;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #004A68;
  color: #fefefe;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #333333;
  color: #fefefe;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after {
  border-top-color: #004A68;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #004A68;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #333333;
}

.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #004A68;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #004A68;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #004A68 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #004A68;
  color: #fefefe;
}

.badge.primary {
  background: #004A68;
  color: #fefefe;
}

.badge.secondary {
  background: #333333;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #004A68;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:last-child {
  width: 100%;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #004A68;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #003b53;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #333333;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #292929;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 30em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 48.75em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 29.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #004A68;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #c2edff;
  color: #004A68;
}

.callout.secondary {
  background-color: #e0e0e0;
  color: #004A68;
}

.callout.success {
  background-color: #e1faea;
  color: #004A68;
}

.callout.warning {
  background-color: #fff3d9;
  color: #004A68;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #004A68;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #004A68;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

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

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li, .menu.horizontal > li {
  display: table-cell;
}

.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.vertical > li {
  display: block;
}

@media print, screen and (min-width: 30em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media print, screen and (min-width: 48.75em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 60em) {
  .menu.xlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.xlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xlarge-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 120em) {
  .menu.xxlarge-horizontal > li {
    display: table-cell;
  }
  .menu.xxlarge-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.xxlarge-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.xxlarge-vertical > li {
    display: block;
  }
}

.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}

.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: ' ';
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.icon-top.vertical a > span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  background: #004A68;
  color: #fefefe;
}

.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #004A68;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #004A68 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #004A68 transparent transparent;
  right: 5px;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #004A68 transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #004A68;
}

@media print, screen and (min-width: 30em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #004A68 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004A68 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004A68;
  }
}

@media print, screen and (min-width: 48.75em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #004A68 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004A68 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004A68;
  }
}

@media screen and (min-width: 60em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #004A68 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004A68 transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004A68;
  }
}

@media screen and (min-width: 120em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #004A68 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #004A68 transparent transparent;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #004A68;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #004A68 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #004A68;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #004A68;
  color: #fefefe;
}

.label.primary {
  background: #004A68;
  color: #fefefe;
}

.label.secondary {
  background: #333333;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 29.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
  transform: translateX(250px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-250px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 30em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 48.75em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 60em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 120em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 30em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #004A68;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #004A68;
}

.progress.secondary .progress-meter {
  background-color: #333333;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #004A68;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #004A68;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #003f58;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 30em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 30em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

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

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 30em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 30em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 30em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 29.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #004A68;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}

table thead {
  background: #f8f8f8;
  color: #004A68;
}

table tfoot {
  background: #f1f1f1;
  color: #004A68;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 48.6875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #004A68;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #00587c;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #004A68;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #004059;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #004A68;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #004A68;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel[aria-hidden="false"] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 74, 104, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}

.title-bar::before, .title-bar::after {
  display: table;
  content: ' ';
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 30em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 48.6875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 59.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 119.9375em) {
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  width: 100%;
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 29.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 30em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 29.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 30em) and (max-width: 48.6875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 29.9375em), screen and (min-width: 48.75em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48.75em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 48.6875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 48.75em) and (max-width: 59.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 48.6875em), screen and (min-width: 60em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 60em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 59.9375em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 60em) and (max-width: 119.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 59.9375em), screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 119.9375em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 120em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 119.9375em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}

.clearfix::after {
  clear: both;
}

#toolbar {
  box-shadow: 0 0 0 0 transparent;
  font-family: Arial, 'sans-serif';
}

#toolbar div.toolbar-menu {
  background: #ff0054;
  padding: 0;
}

#toolbar div.toolbar-menu ul li a {
  border-radius: 0;
  padding: 1em;
  font-size: 1em;
}

#toolbar div.toolbar-menu ul li a:hover, #toolbar div.toolbar-menu ul li a.active {
  background: #000;
}

#toolbar div.toolbar-menu ul li.active-trail a, #toolbar div.toolbar-menu ul li a.active:hover, #toolbar div.toolbar-menu ul li a.active:active, #toolbar div.toolbar-menu ul li a.active {
  background: #000;
  text-shadow: 0 0 0 transparent;
}

#admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail {
  background: #000;
}

#admin-menu {
  box-shadow: 0 0 0 0 transparent;
  font-family: Arial, 'sans-serif';
  background: #ff0054;
}

#admin-menu #admin-menu-wrapper {
  padding: 0;
  font-size: 1em;
  margin-bottom: -4px;
}

#admin-menu #admin-menu-wrapper ul li.highlight > a {
  background: #000;
  color: #fff !important;
}

#admin-menu #admin-menu-wrapper ul li a {
  padding: 1em;
  border-radius: 0;
}

#admin-menu #admin-menu-wrapper ul li a:hover {
  background: #000;
}

#admin-menu #admin-menu-wrapper ul li.admin-menu-account > a {
  background: #000;
}

#admin-menu #admin-menu-wrapper ul li.admin-menu-icon {
  background: #000;
}

#admin-menu #admin-menu-wrapper ul.dropdown#admin-menu-users {
  display: none;
}

#admin-menu #admin-menu-wrapper ul.dropdown#admin-menu-users .admin-menu-users a {
  background: transparent;
}

#admin-menu #admin-menu-wrapper ul#admin-menu-search input {
  height: 2.9em;
  border: 0;
  outline: none;
  background: #990032;
  color: #fff;
  font-size: 1.15em;
  font-weight: 400;
  padding: 0 14px;
  border-radius: 0;
}

#admin-menu #admin-menu-wrapper > ul.dropdown > li a {
  border: 0;
}

#admin-menu #admin-menu-wrapper > ul.dropdown > li > ul {
  top: 100%;
  width: auto;
}

#admin-menu #admin-menu-wrapper > ul.dropdown > li > ul li {
  opacity: 1;
  width: auto;
  background: #990032;
}

#admin-menu #admin-menu-wrapper > ul.dropdown > li > ul li a {
  padding-right: 2em;
}

#admin-menu #admin-menu-wrapper > ul.dropdown > li > ul li.expandable {
  position: relative;
  background: #990032;
  white-space: nowrap;
}

#admin-menu #admin-menu-wrapper > ul.dropdown > li > ul li.expandable > a {
  white-space: nowrap;
}

#admin-menu #admin-menu-wrapper > ul.dropdown > li > ul li.expandable > a:before {
  content: ">";
  display: block;
  clear: both;
  color: #fff;
  display: inline-block;
  margin-right: .5em;
  z-index: 1;
}

#admin-menu #admin-menu-wrapper > ul.dropdown > li > ul li.expandable ul {
  width: auto;
  margin-top: -41px;
  margin-left: 100%;
}

#admin-menu #admin-menu-wrapper > ul.dropdown > li > ul li.expandable ul li {
  width: auto;
}

#admin-menu #admin-menu-wrapper > ul.dropdown > li > ul li.expandable ul li a {
  padding-right: 1em;
}

#edicion {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ff0054 url("/sites/all/themes/acc_foundation/images/acc.png") 99% 50% no-repeat;
  background-size: auto 30%;
  font-size: .9em;
  line-height: 20px;
  text-align: center;
  z-index: 9999;
  font-family: Arial, 'sans-serif';
}

#edicion ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  float: left;
  font-size: .9rem;
}

#edicion ul li {
  float: left;
}

#edicion ul li a {
  color: #fff;
  background-color: transparent;
  border: none;
  display: block;
  float: left;
  padding: 1em 1em .85em;
  line-height: 1;
  transition: all .3s linear;
}

#edicion ul li a:hover, #edicion ul li a.active {
  background: #000;
}

#edicion ul li.active a {
  background: #000;
}

.l-messages .alert-box {
  position: relative;
  background: #ff0054;
  color: #fff;
  margin: 0 0 1.5em;
  padding: .75em .75em .5em;
  overflow: hidden;
}

.l-messages .alert-box h2 {
  width: calc(100% - 2em);
}

.l-messages .alert-box .close {
  position: absolute;
  top: 0;
  left: auto;
  bottom: 0;
  right: 0;
  float: right;
  padding: .75em 1em;
  display: block;
  background: #000;
  color: #fff;
  transition: all .3s linear;
}

.l-messages .alert-box .close:hover {
  background: #990032;
}

.overlay-container .form-type-checkbox {
  display: inline-block;
  padding: 2px 10px !important;
}

html body.admin-menu, html body.logged-in {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#admin-menu {
  width: 36px;
  max-height: 40px;
  overflow: hidden;
}

#admin-menu:hover {
  width: 100%;
  max-height: inherit;
  overflow: initial;
}

#admin-menu, #edicion {
  opacity: 0;
  transition: opacity .3s linear;
}

#admin-menu:hover, #edicion:hover {
  opacity: 1;
}

.page > section.l-messages {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#user-login {
  max-width: 480px;
  margin: 3rem 0;
}

#user-login .fieldgroup, #user-login label, #user-login legend {
  display: block;
  margin: 1rem 0 .5rem;
  text-transform: uppercase;
}

#user-login .description {
  color: #888;
  font-size: 90%;
}

#user-login input, #user-login textarea {
  display: block;
  min-height: 2rem;
  padding: 1.25rem 1rem;
  border: 1px solid #777777;
  border-radius: 1px;
  width: 100%;
}

#user-login .button.secondary {
  padding: 1rem 1.75rem;
  border: none;
  margin-top: 1rem;
  text-transform: uppercase;
  background-color: #004A68;
  color: white;
  border-color: #004A68;
  transition: all .3s ease;
}

#user-login .button.secondary:hover {
  background-color: #777777;
  border-color: #777777;
}

* {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #004A68;
  text-decoration: none;
  transition: all .3s ease;
}

a:hover, a:active, a:focus {
  color: #01b1ea;
}

a [class^="hvr-"] {
  color: #01b1ea;
}

p {
  font-size: calc(16px + (18 - 16) * (100vw - 400px) / (1920 - 400));
  line-height: 1.4;
}

p a {
  color: #01b1ea;
}

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

.item-list ul li {
  margin: 0;
}

.enlace {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1920 - 400));
  text-decoration: none;
  transition: all .3s ease;
  position: relative;
  line-height: 120%;
}

.enlace:before {
  content: "";
  display: block;
  clear: both;
  width: 30px;
  border-bottom: 2px solid #004A68;
  float: left;
  margin: .6rem 1rem 0 0;
}

.enlace:after {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #01b1ea;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}

.enlace:hover {
  color: #01b1ea;
}

.enlace:hover:before {
  border-color: #01b1ea;
}

.enlace:hover:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}

.lnk, .lnk-pagina, .more-link a {
  border: 1px solid #004A68;
  text-transform: uppercase;
  text-align: center;
  padding: .72rem 1.6rem 1rem 1.6rem;
}

.lnk:after, .lnk-pagina:after, .more-link a:after {
  content: "→";
  display: inline-block;
  font-size: 140%;
  margin-left: .75rem;
  line-height: 1;
}

.lnk div, .lnk-pagina div, .more-link a div {
  display: inline;
}

.lnk-pagina, .more-link a {
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  color: #004A68;
  margin: 2rem 0;
  display: inline-block;
}

.lnk-pagina:before, .more-link a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01b1ea;
  width: 0;
  transition: all 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.lnk-pagina:hover, .lnk-pagina:focus, .lnk-pagina:active, .more-link a:hover, .more-link a:focus, .more-link a:active {
  color: white;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.lnk-pagina:hover:before, .lnk-pagina:focus:before, .lnk-pagina:active:before, .more-link a:hover:before, .more-link a:focus:before, .more-link a:active:before {
  width: 100%;
}

.lnk-pagina:hover, .lnk-pagina:focus, .lnk-pagina:active, .more-link a:hover, .more-link a:focus, .more-link a:active {
  text-decoration: none;
  color: white;
}

.more-link a {
  padding: .8rem 2rem 1.2rem 3.5rem;
}

h1.title {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(40px + (72 - 40) * (100vw - 400px) / (1920 - 400));
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

h1 span {
  margin-left: 4.5rem;
  display: block;
}

h1 span + span {
  font-size: 80%;
}

h1 .lnk_back {
  display: block;
  float: left;
  height: 100%;
  border-right: 1px solid #004A68;
  margin-right: 1.5rem;
}

h1 .lnk_back img {
  transform: scaleX(-1);
  padding-left: 1.5rem;
}

/*ocultar idiomas no traducidos*/
span.sidr-class-locale-untranslated, .locale-untranslated {
  display: none;
}

@media screen and (max-width: 1920px) {
  .l-main, #pie, .copyright {
    max-width: 94%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 960px) and (max-width: 1920px) {
  .l-header {
    max-width: 94%;
    margin: 0 auto;
  }
}

.sticky {
  position: fixed !important;
  top: 145px;
  z-index: 1;
}

.sticky-migas {
  position: fixed !important;
  top: 170px;
  z-index: 1;
}

.slider_infraestructura {
  z-index: 2;
  position: relative;
  background-color: white;
}

.main {
  margin: 1rem 0;
}

@media screen and (min-width: 1920px) {
  .main {
    padding: 0;
  }
}

.l-main {
  margin-top: 4.5rem;
}

@media screen and (min-width: 960px) {
  .l-main {
    margin-top: 9.5rem;
  }
}

.column, .columns, .columns {
  padding-right: 20px;
  padding-left: 20px;
}

.bordeDcha {
  border-right: 1px solid #004A68;
}

.bordeIzq {
  border-left: 1px solid #004A68;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
}

video {
  width: 100%;
  object-fit: cover;
  opacity: 1;
}

.embed-mapa {
  filter: grayscale(100%);
}

.embed-mapa iframe {
  margin: 2rem 0;
}

.block-easy-breadcrumb {
  display: inline-block;
  padding: 1rem 0;
}

.block-easy-breadcrumb a {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
}

.block-easy-breadcrumb a:hover {
  color: #01b1ea;
}

.separador-horizontal {
  display: inline-block;
}

.separador-horizontal:empty {
  display: none;
}

.separador-horizontal:before {
  content: "";
  display: block;
  clear: both;
  content: "-";
  display: inline-block;
  margin: 0 .4rem 0 .2rem;
}

ul.links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-carousel {
  display: block !important;
}

#galeriaImagenesGrupos {
  max-width: 609px;
}

#galeriaImagenes {
  height: 100%;
}

#galeriaImagenes .item {
  text-align: center;
  margin-bottom: 1rem;
  /*height: 100%;*/
}

#galeriaImagenes .item img {
  width: 100%;
  height: calc(100% - 2rem);
  object-fit: cover;
  object-position: center;
}

#galeriaImagenes.owl-carousel {
  display: block;
}

#galeriaImagenes.owl-carousel.owl-theme {
  position: relative;
}

#galeriaImagenes.owl-carousel .pie_foto {
  text-align: left;
}

#galeriaImagenes.owl-carousel .pie_foto p {
  position: relative;
  padding-left: 1rem;
  line-height: 1.1;
  margin-top: .8rem;
  font-style: italic;
  font-size: 90%;
}

#galeriaImagenes.owl-carousel .pie_foto p:empty {
  display: none;
}

#galeriaImagenes.owl-carousel .pie_foto p:after {
  display: block;
  content: "";
  float: left;
  color: #b2b2b2;
  width: 10px;
  border-bottom: 1px solid #777777;
  position: absolute;
  top: 12px;
  left: 0;
}

#galeriaImagenes.owl-carousel .owl-wrapper-outer, #galeriaImagenes.owl-carousel .owl-item {
  height: 100%;
}

#galeriaImagenes.owl-carousel .owl-pagination {
  display: none;
}

#galeriaImagenes.owl-carousel .owl-wrapper {
  height: 100%;
}

#galeriaImagenes.owl-carousel .owl-wrapper .item {
  text-align: center;
  margin-bottom: 1rem;
  height: 100%;
}

#galeriaImagenes.owl-carousel .owl-wrapper .item img {
  width: 100%;
  height: calc(100% - 2rem);
  object-fit: cover;
  object-position: center;
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #b2b2b2;
}

#thumbs .item {
  display: none;
}

#thumbs .item:focus, #thumbs .item:hover, #thumbs .item:active {
  background: #004A68;
}

#thumbs .owl-item .item {
  display: block;
  height: 110px;
  line-height: 110px;
  padding: 0px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

#thumbs .current .item {
  background: black;
}

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
  position: absolute;
  text-align: center;
  top: 35%;
}

#thumbs.owl-theme .owl-prev {
  left: -15px;
}

#thumbs.owl-theme .owl-next {
  right: -15px;
}

/*MODAL VÍDEO*/
.contenedor-video {
  position: relative;
}

.contenedor-video a.play-video {
  position: absolute;
  top: calc(50% - 50px);
  z-index: 5;
  background-color: white;
  border-radius: 50%;
  padding: 25px 20px 25px 30px;
  font-size: 3rem;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
}

.blocker {
  z-index: 30;
  padding: 0;
  background-color: black;
}

.modal {
  max-width: 100%;
  width: 100vw;
  height: 100vh;
  background-color: black;
  color: white;
  padding: 8%;
  display: none;
  border-radius: 0;
  z-index: 5;
  animation-name: fade-in;
  animation-duration: .4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.modal a.close-modal {
  top: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAYAAACoYAD2AAAABHNCSVQICAgIfAhkiAAAAUVJREFUWEfN2EsOgjAQBuCZM7l14Q1kZ1x6OrcewnuNwViC0NJ5/NB2RSCQL/MI7bCIPJn5Th0uETkR0YVHm4gIM3+ve1kiciWiBzMPE6wn6Bw4Bu0vej1Al8AVsnXqc8AsshW0BCwij4ZuATeRR0FrwCpyb6gGqELuBdUC1Ug01AI0IVFQK9CMjEI9QBfSC/UC3UgrNAIMIbXQKDCMrEERQAiyBEUBYcglFAmEIhOUiIa0ox7vIRb0yPCL4At9FIEh5ylG7/AhyFwNIqFh5FaToKAhpKaLEVA3UgNMnR2FupAWIAJqRnqAUagJGQFGoGokAuiFqpBIoAdaRe4BtEI3kXsCLdAi8gigFppFHgnUQFfIFsAadDlEnUbAiM2q5xu5X+h8HN0cWIpoGux3A8xBuWUN1sohpX5Enpn5XXuh1XMRuX0A+C0//aIyn1oAAAAASUVORK5CYII=");
}

.modal video {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 1400px) {
  .modal video {
    height: 100%;
    width: auto;
  }
}

.video-youtube {
  position: relative;
  width: 100%;
  max-width: 1366px;
  height: 0;
  margin: 0 auto;
  padding-bottom: 30.25%;
  top: 50%;
  transform: translateY(-50%);
}

.video-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*BORRAR - temporal*/
#node-4708, #node-4709, #node-4719 {
  visibility: hidden;
}

/*resultados búsqueda*/
.page-search-node h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin-bottom: 2rem;
}

.page-search-node .search-form > div {
  max-width: 780px;
}

.page-search-node .search-results {
  margin: 2rem 0 4rem;
  padding: 0;
}

.page-search-node .search-results li.search-result {
  margin-bottom: 1.75rem;
}

.page-search-node .search-results li.search-result .search-info {
  display: none;
}

.g-recaptcha {
  clear: both !important;
}

#cookies_advice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: .9em;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 1em 0 .75em;
  z-index: 999;
}

#cookies_advice:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  display: block;
  clear: both;
  background: #ff0054;
  z-index: 1;
}

#cookies_advice .close_advice {
  position: absolute;
  top: 0;
  left: auto;
  bottom: auto;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  text-indent: 5em;
  overflow: hidden;
  transform-origin: 50%, 50%;
  z-index: 2;
  transition: all 0.75s cubic-bezier(0.375, 1.495, 0.61, 0.78);
  z-index: 3;
  cursor: pointer;
  background: #000;
}

#cookies_advice .close_advice:before, #cookies_advice .close_advice:after {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  width: 1.5em;
  height: .4em;
  margin: -.2em 0 0 -.75em;
  content: "";
  display: block;
  clear: both;
  background: #fff;
  transform-origin: 50% 50%;
  transition: all .35s linear;
}

#cookies_advice .close_advice:before {
  transform: rotate(45deg);
}

#cookies_advice .close_advice:after {
  transform: rotate(-45deg);
}

#cookies_advice .close_advice:hover:before {
  transform: rotate(45deg) scale(0.8);
}

#cookies_advice .close_advice:hover:after {
  transform: rotate(-45deg) scale(0.8);
}

#cookies_advice .advice_text {
  position: relative;
  padding: 1em 2em;
  z-index: 2;
}

#cookies_advice .advice_text a {
  color: #fff;
  transition: all .3s linear;
}

#cookies_advice .advice_text a:hover {
  color: #000;
}

#cookies_advice .advice_text .txtCookies, #cookies_advice .advice_text .txtCookiesMov {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  display: block;
  clear: both;
  overflow: hidden;
  transition: all .4s linear;
}

#cookies_advice .advice_text .txtCookie {
  max-height: 12em;
  text-align: center;
}

#cookies_advice .advice_text .txtCookiesMov {
  max-height: 0;
  text-align: left;
}

@media screen and (max-width: 480px) {
  #cookies_advice {
    /*.close_advice { @include absolut(-1.75em, 0); width:100%; height:1.75em; font-size:1.5em; text-align:center; font-weight:bold; background:$colorSecundario; color:$colorTextoCookies; display:block;
			&:hover { transform:rotateZ(0); background:lighten($colorSecundario, 25); }
		}*/
  }
  #cookies_advice .close_advice {
    top: -1em;
  }
  #cookies_advice .advice_text {
    padding: 1em;
    font-size: 10px;
  }
  #cookies_advice .advice_text .txtCookies {
    max-height: 0;
  }
  #cookies_advice .advice_text .txtCookiesMov {
    max-height: 4em;
    padding: 1em 1em 1em 4.5em;
  }
  #cookies_advice .advice_text .txtCookiesMov:before {
    position: absolute;
    top: 0.3em;
    left: 1em;
    bottom: auto;
    right: auto;
    content: 1;
    display: block;
    clear: both;
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url("/sites/default/cookies.png") 0 0 no-repeat;
    float: left;
    margin-right: .5em;
  }
}

@media screen and (max-width: 350px) {
  #cookies_advice .advice_text .txtCookiesMov {
    padding: .35em 1em 1em 6em;
  }
  #cookies_advice .advice_text .txtCookiesMov:before {
    top: .5em;
    left: 2em;
  }
  #cookies_advice .advice_text .txtCookiesMov a {
    width: 100%;
    display: block;
    clear: both;
  }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.page:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  clear: both;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 110;
  transition: all .5s linear;
}

body.menuMov-open .page {
  pointer-events: none;
  filter: blur(3px);
}

body.menuMov-open .page:before {
  opacity: .5;
}

#menuPrincipalTrigger {
  position: fixed;
  top: 1.5em;
  right: 1em;
  width: 1.5em;
  height: 1em;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.6, 0, 0.4, 1);
  z-index: 112;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  #menuPrincipalTrigger {
    opacity: 1;
    pointer-events: auto;
  }
}

#menuPrincipalTrigger #menuPrincipalTriggerInner {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 4px;
  margin-top: -.05em;
  background: #004A68;
  transition: all .5s linear;
}

#menuPrincipalTrigger #menuPrincipalTriggerInner:before {
  position: absolute;
  top: -0.5em;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  display: block;
  clear: both;
  background: inherit;
  transition: all 0.75s cubic-bezier(0.6, 0, 0.4, 1);
  transform-origin: 0 0;
}

#menuPrincipalTrigger #menuPrincipalTriggerInner:after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: -0.5em;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  display: block;
  clear: both;
  background: inherit;
  transition: all 0.75s cubic-bezier(0.6, 0, 0.4, 1);
  transform-origin: 0 100%;
}

body.menuMov-open #menuPrincipalTrigger {
  top: 1.25em;
}

body.menuMov-open #menuPrincipalTrigger #menuPrincipalTriggerInner {
  background: transparent;
}

body.menuMov-open #menuPrincipalTrigger #menuPrincipalTriggerInner:before {
  height: 105%;
  transform: rotateZ(45deg);
  background: #fff;
}

body.menuMov-open #menuPrincipalTrigger #menuPrincipalTriggerInner:after {
  height: 105%;
  transform: rotateZ(-45deg);
  background: #fff;
}

#menuMov.sidr {
  position: fixed;
  top: 0;
  height: 100%;
  width: 20em;
  max-width: 95%;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  z-index: 111;
  background: #49A5DF;
  padding-top: 3em;
}

#menuMov.sidr.left {
  left: -20em;
  right: auto;
}

#menuMov.sidr.right {
  left: auto;
  right: -20em;
}

#menuMov.sidr ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menuMov.sidr ul a {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 800;
  padding-top: .4em;
  padding-left: 1em;
  transition: all 0.35s cubic-bezier(0.6, 0, 0.4, 1);
  display: inline-block;
  width: auto;
  margin-bottom: .5rem;
}

#menuMov.sidr ul a:hover {
  color: #fff;
}

#menuMov.sidr .sidr-inner {
  position: relative;
  z-index: 2;
}

#menuMov.sidr .sidr-inner ul > li {
  position: relative;
}

#menuMov.sidr .sidr-inner ul > li > a {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 800;
  padding-top: .4em;
  padding-left: 0;
  margin-left: 1rem;
  transition: all 0.35s cubic-bezier(0.6, 0, 0.4, 1);
  display: inline-block;
  width: auto;
}

#menuMov.sidr .sidr-inner ul > li > a:hover {
  color: white;
}

#menuMov.sidr .sidr-inner ul > li > a.sidr-class-active-trail:before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: 100%;
  content: "";
  display: block;
  clear: both;
  height: 3px;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.6, 0, 0.4, 1);
}

body.menuMov-open #menuMov.sidr .sidr-inner ul > li > a.sidr-class-active-trail:before {
  right: 0;
}

#menuMov.sidr .sidr-inner > ul.sidr-class-language-switcher-locale-url {
  margin-top: 1em;
  margin-left: 1em;
}

#menuMov.sidr .sidr-inner > ul.sidr-class-language-switcher-locale-url > li {
  display: inline-block;
}

#menuMov.sidr .sidr-inner > ul.sidr-class-language-switcher-locale-url > li > a, #menuMov.sidr .sidr-inner > ul.sidr-class-language-switcher-locale-url > li > span:not(.sidr-class-locale-untranslated) {
  position: relative;
  width: 1.5em;
  height: 2em;
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 800;
  font-size: .85em;
}

#menuMov.sidr .sidr-inner > ul.sidr-class-language-switcher-locale-url > li > a:before, #menuMov.sidr .sidr-inner > ul.sidr-class-language-switcher-locale-url > li > span:not(.sidr-class-locale-untranslated):before {
  content: "";
  display: block;
  clear: both;
  content: attr(data-idioma);
}

#menuMov.sidr .sidr-inner > ul.sidr-class-language-switcher-locale-url > li > a.sidr-class-active, #menuMov.sidr .sidr-inner > ul.sidr-class-language-switcher-locale-url > li > span:not(.sidr-class-locale-untranslated).sidr-class-active {
  color: #fff;
}

#menuMov.sidr .sidr-inner > ul.sidr-class-language-switcher-locale-url > li > a.sidr-class-locale-untranslated, #menuMov.sidr .sidr-inner > ul.sidr-class-language-switcher-locale-url > li > span:not(.sidr-class-locale-untranslated).sidr-class-locale-untranslated {
  text-decoration: line-through;
  cursor: default;
}

#cabecera {
  z-index: 9;
  left: 0;
  right: 0;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  position: fixed;
  background-color: white;
}

#cabecera .l-header-region {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(70, 65, 53, 0.1);
}

@media screen and (min-width: 960px) {
  #cabecera .l-header-region {
    border-bottom: 1px solid #004A68;
    box-shadow: none;
  }
}

#cabecera nav {
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  #cabecera nav {
    display: none;
  }
}

#cabecera #logo {
  padding-right: 1rem;
  max-width: 210px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  #cabecera #logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#cabecera #logo.columns {
  padding: 0;
}

@media screen and (min-width: 1280px) {
  #cabecera #logo {
    border-right: 1px solid #004A68;
  }
}

#cabecera #logo .logo {
  transition: all .3s ease;
  display: block;
  width: 100%;
  height: 100%;
}

#cabecera #logo .logo a {
  display: block;
}

@media screen and (max-width: 960px) {
  #cabecera #logo .logo a {
    height: 44px;
    width: 193px;
    background: url("../logo-movil.png") 0 0 no-repeat;
    margin-left: 20px;
  }
}

@media screen and (min-width: 960px) {
  #cabecera #logo .logo a {
    height: 105px;
    background: url("../logo.png") left center no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
  }
}

#cabecera .mainMenu {
  padding: 1.25rem 0;
  border-bottom: 1px solid #004A68;
  /*buscador*/
}

#cabecera .mainMenu section {
  display: inline-block;
}

#cabecera .mainMenu .buscador-cabecera {
  display: none;
  position: relative;
}

#cabecera .mainMenu .buscador-cabecera form {
  position: absolute;
  right: 2.75rem;
  top: -2.3rem;
  width: 360px;
  max-width: 100%;
}

#cabecera .mainMenu .buscador-cabecera .form-item input[type="text"] {
  border: none;
  height: 40px;
  right: 55px;
  border-radius: 1px;
  min-width: 480px;
  border: 1px solid #004A68;
  border-radius: 2px;
}

#cabecera .mainMenu .buscador-cabecera button {
  position: absolute;
  right: 0;
  background: blue;
  border: none;
  background-color: #004A68;
  height: 40px;
  box-shadow: none;
}

#cabecera .mainMenu .buscador-icono {
  text-indent: -800px;
  overflow: hidden;
  width: 2em;
  height: 1.8em;
  text-align: left;
  margin-left: 1rem;
}

#cabecera .mainMenu .buscador-icono a#mostar-buscador {
  display: block;
  line-height: 1;
  position: relative;
  height: 1.55em;
  border: 1px solid #004A68;
}

#cabecera .mainMenu .buscador-icono a#mostar-buscador:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
  content: "\f002";
  text-indent: 0;
  position: absolute;
  top: .2em;
  right: 0;
  left: 0;
  color: #004A68;
  text-align: center;
}

#cabecera .mainMenu .buscador-icono a#mostar-buscador.buscar:after {
  content: "\f00d";
  font-size: 150%;
  top: 0;
}

#cabecera .subMenu section {
  float: right;
}

#cabecera .subMenu a {
  font-size: calc(10px + (16 - 10) * (100vw - 400px) / (1920 - 400));
  font-weight: 500;
  padding: 1.8rem .375rem;
}

@media screen and (min-width: 1280px) {
  #cabecera .subMenu a {
    padding: 1.8rem 1rem;
  }
}

#cabecera .menu_rrss a {
  border: 1px solid #004A68;
  padding: .5rem;
  width: 30px;
  text-align: center;
  margin-left: .75rem;
}

#cabecera .menu_rrss a:hover {
  background-color: #01b1ea;
  color: white;
  border-color: #01b1ea;
}

#cabecera .block-locale-language {
  border-left: 1px solid #004A68;
  border-right: 1px solid #004A68;
}

#cabecera .block-locale-language .language-link.active {
  font-weight: 700;
}

#cabecera ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cabecera ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#cabecera ul li a {
  transition: all ease .3s;
  text-transform: uppercase;
  font-size: calc(12px + (14 - 12) * (100vw - 400px) / (1920 - 400));
  position: relative;
  padding: .5rem;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 1280px) {
  #cabecera ul li a {
    padding: .5rem 1rem;
  }
}

#cabecera ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0;
  background: #01b1ea;
  opacity: 0;
  transition: all .3s ease;
}

#cabecera ul li a:hover {
  color: white;
  background-color: #01b1ea;
}

#cabecera ul li a:hover:after {
  opacity: 1;
  height: 2px;
}

#cabecera ul li a.active-trail {
  color: white;
  background-color: #004A68;
}

#cabecera .menuHeader {
  text-align: right;
  padding-right: 0;
}

section.block-dm-grupos-menu a.active-trail {
  color: white;
  background: #004A68;
}

.menu_grupos_investigacion .l-main {
  margin-top: 0;
}

.menu_grupos_investigacion .main {
  margin-top: 12rem;
}

@media screen and (max-width: 780px) {
  .menu_grupos_investigacion.page-node-4670 .main, .menu_grupos_investigacion.page-node-4672 .main, .menu_grupos_investigacion.page-node-4671 .main, .menu_grupos_investigacion.page-node-4838 .main, .menu_grupos_investigacion.page-node-4840 .main, .menu_grupos_investigacion.page-node-4839 .main {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 780px) {
  .menu_grupos_investigacion.page-node-4670 .main, .menu_grupos_investigacion.page-node-4838 .main {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 1920px) {
  .menu_grupos_investigacion .breadcrumb {
    padding: 1rem;
  }
}

.menu_grupos_investigacion .navegacion {
  border-bottom: 1px solid #004A68;
  position: fixed;
  z-index: 3;
  background-color: white;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .menu_grupos_investigacion .navegacion {
    max-width: 100%;
    top: 4rem;
  }
  .menu_grupos_investigacion .navegacion .block-easy-breadcrumb {
    padding: 1rem;
  }
}

@media screen and (min-width: 960px) and (max-width: 1920px) {
  .menu_grupos_investigacion .navegacion {
    top: 7.3rem;
    max-width: 94%;
  }
}

@media screen and (min-width: 1921px) {
  .menu_grupos_investigacion .navegacion {
    max-width: 1920px;
    top: 7.5rem;
  }
}

.menu_grupos_investigacion .navegacion .columns {
  padding: 0;
}

.menu_grupos_investigacion .navegacion .block-menu-menu-navegacion {
  display: block;
}

@media screen and (min-width: 960px) {
  .menu_grupos_investigacion .navegacion .block-menu-menu-navegacion {
    float: right;
  }
}

@media screen and (max-width: 960px) {
  .menu_grupos_investigacion .navegacion .block-menu-menu-navegacion {
    border-bottom: 1px solid #004A68;
  }
}

.menu_grupos_investigacion .navegacion .block-menu-menu-navegacion li a {
  padding: 1.1rem .3rem;
  text-transform: uppercase;
  font-size: calc(12px + (16 - 12) * (100vw - 400px) / (1920 - 400));
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .menu_grupos_investigacion .navegacion .block-menu-menu-navegacion li a {
    padding: 1.1rem 1rem;
  }
}

@media screen and (min-width: 1680px) {
  .menu_grupos_investigacion .navegacion .block-menu-menu-navegacion li a {
    padding: 1.1rem;
  }
}

.menu_grupos_investigacion .navegacion .block-menu-menu-navegacion li.active-trail a {
  color: white;
  background-color: #004A68;
}

.menu_grupos_investigacion #cabecera #logo .logo a {
  max-height: 78px;
}

@media screen and (min-width: 960px) {
  .menu_grupos_investigacion #cabecera #logo .logo a {
    background: url("../images/logo_grupos.jpg") left center no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
  }
}

.menu_grupos_investigacion #cabecera .mainMenu {
  padding: 1rem 0;
}

.menu_grupos_investigacion #cabecera .subMenu {
  padding: 0;
}

.menu_grupos_investigacion #cabecera .subMenu a {
  padding: 1.25rem 0.3rem;
}

@media screen and (min-width: 1280px) {
  .menu_grupos_investigacion #cabecera .subMenu a {
    padding: 1.25rem;
  }
}

.postcontenido {
  padding: 0;
  background-color: white;
  z-index: 9;
}

.postcontenido .datos-destacados .view-content {
  display: grid;
  text-align: center;
  border-top: 1px solid #004A68;
  margin: 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ".";
}

@media screen and (min-width: 480px) and (max-width: 780px) {
  .postcontenido .datos-destacados .view-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: ". . ";
  }
}

@media screen and (min-width: 780px) {
  .postcontenido .datos-destacados .view-content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: ". . . .";
  }
}

.postcontenido .datos-destacados .view-content .views-row {
  margin: 1rem 0;
}

@media screen and (max-width: 480px) {
  .postcontenido .datos-destacados .view-content .views-row:nth-child(-n+3) {
    border-bottom: 1px solid #004A68;
  }
}

@media screen and (min-width: 480px) {
  .postcontenido .datos-destacados .view-content .views-row {
    padding: 1rem;
  }
}

@media screen and (min-width: 780px) {
  .postcontenido .datos-destacados .view-content .views-row:not(:last-of-type) {
    border-right: 1px solid #004A68;
  }
}

@media screen and (max-width: 780px) {
  .postcontenido .datos-destacados .view-content .views-row.views-row-2 {
    border-right: none;
  }
  .postcontenido .datos-destacados .view-content .views-row:nth-child(-n+2) {
    border-bottom: 1px solid #004A68;
  }
}

.postcontenido .datos-destacados .view-content .views-row-1 .datos-cifra:before {
  content: "";
  display: block;
  clear: both;
  content: "+";
  display: inline;
  font-size: 90%;
}

.postcontenido .datos-destacados .view-content .views-row-2 .datos-cifra:after {
  content: "";
  display: block;
  clear: both;
  content: "m²";
  display: inline;
  font-size: 90%;
}

.postcontenido .datos-destacados .view-content .datos-cifra {
  font-family: "Anton", sans-serif;
  font-size: calc(60px + (70 - 60) * (100vw - 400px) / (1920 - 400));
  margin: 0;
}

.postcontenido .datos-destacados .view-content .datos-dato {
  font-size: calc(26px + (28 - 26) * (100vw - 400px) / (1920 - 400));
  line-height: 1.1;
}

.postcontenido .logos-pie {
  border-top: 1px solid #004A68;
  border-bottom: 1px solid #004A68;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .postcontenido .logos-pie {
    display: grid;
    margin: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "patrocinadores patrocinadores" "promotores excelencia";
  }
}

@media screen and (min-width: 960px) {
  .postcontenido .logos-pie {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "patrocinadores patrocinadores promotores excelencia";
  }
}

@media screen and (max-width: 960px) {
  .postcontenido .logos-pie .patrocinadores {
    display: block;
    overflow-x: hidden;
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .postcontenido .logos-pie .patrocinadores {
    grid-area: patrocinadores;
  }
}

@media screen and (max-width: 480px) {
  .postcontenido .logos-pie .patrocinadores li {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    float: left;
  }
  .postcontenido .logos-pie .patrocinadores li:first-of-type {
    width: 100%;
  }
}

@media screen and (min-width: 480px) {
  .postcontenido .logos-pie .patrocinadores li {
    max-width: 24%;
  }
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .postcontenido .logos-pie .patrocinadores {
    border-bottom: 1px solid #004A68;
  }
  .postcontenido .logos-pie .patrocinadores li img {
    max-width: 100%;
  }
}

.postcontenido .logos-pie .patrocinadores li:first-of-type {
  margin: 0 1rem 0 0;
  max-width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .postcontenido .logos-pie .promotores {
    display: block;
    overflow-x: hidden;
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .postcontenido .logos-pie .promotores {
    grid-area: promotores;
    border-left: 1px solid #004A68;
  }
}

.postcontenido .logos-pie .promotores li:first-of-type {
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .postcontenido .logos-pie .promotores li:first-of-type {
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .postcontenido .logos-pie .promotores li:first-of-type {
    margin: 0 1rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .postcontenido .logos-pie .promotores {
    border-bottom: 1px solid #004A68;
  }
  .postcontenido .logos-pie .promotores li img {
    max-width: 100%;
  }
}

.postcontenido .logos-pie .excelencia {
  /*li:not(:first-of-type){max-width: 50%; float: left;} para 2 logos*/
}

@media screen and (max-width: 480px) {
  .postcontenido .logos-pie .excelencia li:first-of-type {
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .postcontenido .logos-pie .excelencia {
    grid-area: excelencia;
    border-left: 1px solid #004A68;
  }
  .postcontenido .logos-pie .excelencia li:first-of-type {
    margin: 0 0 0 1.5rem;
    font-size: 14px;
  }
}

@media screen and (min-width: 480px) {
  .postcontenido .logos-pie .excelencia li {
    max-width: 32%;
  }
}

@media screen and (max-width: 480px) {
  .postcontenido .logos-pie .excelencia li {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    float: left;
  }
  .postcontenido .logos-pie .excelencia li:first-of-type {
    width: 100%;
  }
}

.postcontenido .logos-pie .excelencia li:first-of-type {
  margin: 0 1rem;
  max-width: 100%;
  font-size: 14px;
}

.postcontenido .logos-pie ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 1rem 0 1rem;
}

.postcontenido .logos-pie ul li {
  display: inline-block;
  padding: 0;
}

@media screen and (max-width: 960px) {
  .postcontenido .logos-pie ul li {
    text-align: center;
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .postcontenido .logos-pie ul li {
    float: left;
  }
}

.postcontenido .logos-pie ul li:first-of-type {
  display: block;
  float: none;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

@media screen and (min-width: 480px) {
  .postcontenido .logos-pie ul li:first-of-type {
    border-bottom: 1px solid #004A68;
  }
}

footer {
  background-color: white;
  position: relative;
  z-index: 2;
}

a {
  color: #004A68;
}

a:hover {
  color: #01b1ea;
}

.l-footer {
  margin: 1rem 0;
}

.l-footer p, .l-footer li, .l-footer a {
  line-height: 1.4;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .l-footer {
    padding: 1rem;
  }
  .l-footer h2, .l-footer .menu {
    margin: 1rem 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .l-footer {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "footer-slogan direccion-pie" "menu-pie submenu-pie";
  }
}

@media screen and (min-width: 960px) {
  .l-footer {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "footer-slogan direccion-pie menu-pie submenu-pie";
  }
}

.l-footer h2 {
  font-size: calc(16px + (18 - 16) * (100vw - 400px) / (1920 - 400));
  font-family: "Anton", sans-serif;
}

.l-footer .footer-slogan {
  grid-area: footer-slogan;
}

@media screen and (min-width: 480px) {
  .l-footer .footer-slogan {
    border-bottom: 1px solid #004A68;
    margin: 0;
  }
}

.l-footer .menu-pie {
  grid-area: menu-pie;
  border-bottom: 1px solid #004A68;
}

.l-footer .submenu-pie {
  grid-area: submenu-pie;
  border-bottom: 1px solid #004A68;
}

.l-footer .direccion-pie {
  grid-area: direccion-pie;
  border-bottom: 1px solid #004A68;
}

.l-footer .active > a {
  background: transparent;
  color: #004A68;
  font-weight: 700;
}

.l-footer li {
  display: block;
}

.l-footer li a {
  display: inline-block;
  padding: 0;
}

.copyright {
  border-bottom: 1px solid #004A68;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.copyright p, .copyright a, .copyright .menu > li > a {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 14px;
}

.copyright .menu > li > a {
  margin-left: 1rem;
}

.copyright .columns {
  padding: 0;
}

@media screen and (max-width: 960px) {
  .copyright {
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (min-width: 960px) {
  .copyright p {
    float: left;
    margin-right: .8rem;
  }
}

@media screen and (min-width: 960px) {
  .copyright .block-menu-block {
    float: right;
    margin: 0;
    padding: 0;
  }
}

.copyright .block-menu-block li {
  display: inline-block;
  margin: 0 0 0 .5rem;
}

@media screen and (max-width: 960px) {
  .copyright .block-menu-block li {
    text-align: center;
    margin: 0 auto;
  }
}

.copyright .block-menu-block li a {
  display: block;
}

.copyright .by-acc {
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .copyright .by-acc {
    margin: 0 auto;
    text-align: center;
  }
}

.copyright .by-acc img {
  -webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
  filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);
}

.front {
  /*fin slider portada*/
}

@media screen and (min-width: 961px) {
  .front .slider_portada {
    max-height: 65vh;
    overflow: hidden;
    /* SLIDES */
  }
  .front .slider_portada ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    border-right: 1px solid #004A68;
    counter-reset: section;
  }
  .front .slider_portada ul .content {
    display: flex;
    color: #004A68;
  }
}

@media screen and (min-width: 961px) and (max-width: 960px) {
  .front .slider_portada ul .content {
    flex-direction: column;
    height: 65vh;
  }
}

@media screen and (min-width: 961px) {
  .front .slider_portada ul .content .slider_descripcion {
    height: 65vh;
    flex: 1;
    padding: 2rem;
  }
}

@media screen and (min-width: 961px) and (min-width: 960px) {
  .front .slider_portada ul .content .slider_descripcion {
    margin: 0 20px;
    padding: 20px;
    border-left: 1px solid #004A68;
  }
}

@media screen and (min-width: 961px) {
  .front .slider_portada ul .content .slider_descripcion h3 {
    font-family: "Anton", sans-serif;
    color: #004A68;
    text-transform: uppercase;
    font-size: calc(42px + (48 - 42) * (100vw - 400px) / (1920 - 400));
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #004A68;
  }
}

@media screen and (min-width: 961px) and (min-width: 1920px) {
  .front .slider_portada ul .content .slider_descripcion h3 {
    font-size: calc(62px + (68 - 62) * (100vw - 400px) / (1920 - 400));
  }
}

@media screen and (min-width: 961px) {
  .front .slider_portada ul .content .slider_descripcion p {
    font-size: calc(13px + (14 - 13) * (100vw - 400px) / (1920 - 400));
  }
}

@media screen and (min-width: 961px) and (min-width: 1920px) {
  .front .slider_portada ul .content .slider_descripcion p {
    font-size: calc(17px + (19 - 17) * (100vw - 400px) / (1920 - 400));
  }
}

@media screen and (min-width: 961px) {
  .front .slider_portada ul .content .slider_descripcion a.btn-slider {
    font-family: "Anton", sans-serif;
    color: #004A68;
    font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1920 - 400));
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
    line-height: 120%;
  }
  .front .slider_portada ul .content .slider_descripcion a.btn-slider:before {
    content: "";
    display: block;
    clear: both;
    width: 30px;
    border-bottom: 2px solid #004A68;
    float: left;
    margin: .6rem 1rem 0 0;
  }
  .front .slider_portada ul .content .slider_descripcion a.btn-slider:after {
    content: "";
    width: 100%;
    height: 2px;
    float: left;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #01b1ea;
    transform-origin: bottom left;
    transform: scaleX(0);
    transition: transform 0.2s ease-in-out;
  }
  .front .slider_portada ul .content .slider_descripcion a.btn-slider:hover {
    color: #01b1ea;
  }
  .front .slider_portada ul .content .slider_descripcion a.btn-slider:hover:before {
    border-color: #01b1ea;
  }
  .front .slider_portada ul .content .slider_descripcion a.btn-slider:hover:after {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  .front .slider_portada ul .content .slider_img {
    display: none;
  }
}

@media screen and (min-width: 961px) and (min-width: 960px) {
  .front .slider_portada ul .content .slider_img {
    flex: 1;
    display: block;
  }
}

@media screen and (min-width: 961px) {
  .front .slider_portada label {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    height: 65vh;
    width: 3rem;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 43rem;
    transition: background 300ms ease;
    border-right: 1px solid #004A68;
    color: #004A68;
    font-weight: 500;
    position: relative;
  }
}

@media screen and (min-width: 961px) and (min-width: 960px) {
  .front .slider_portada label {
    line-height: 53rem;
  }
}

@media screen and (min-width: 961px) {
  .front .slider_portada label:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 1rem;
    left: 9px;
    border: 1px solid #004A68;
    color: #004A68;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
  }
  .front .slider_portada .accslide {
    display: block;
    height: 100%;
    width: 0px;
    padding: 0;
    float: left;
    overflow: hidden;
    line-height: 1.5;
    transition: all 700ms ease;
  }
  .front .slider_portada input {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .front .slider_portada input[type="radio"]:checked ~ label {
    cursor: default !important;
  }
  .front .slider_portada li:not(:first-of-type) input[type="radio"]:checked ~ label {
    border: none;
  }
  .front .slider_portada li:first-of-type label {
    border-left: 1px solid #004A68;
  }
  .front .slider_portada input[type="radio"] ~ label > div {
    font-size: 17px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    text-transform: uppercase;
  }
  .front .slider_portada input[type="radio"] ~ label > div:hover {
    color: #01b1ea;
  }
  .front .slider_portada li.active label:before {
    background: #01b1ea;
    border: 1px solid #01b1ea;
    color: #fff;
  }
  .front .slider_portada li.active .accslide {
    width: calc(100% - 12rem) !important;
  }
  .front .slider_portada li:not(:last-of-type).active .accslide {
    border-right: 1px solid #004A68;
  }
  .front .slider_portada li:last-of-type label {
    border-right: none;
  }
}

@media screen and (min-width: 961px) and (min-width: 1280px) {
  .front .hide-medium-only {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .front ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
  }
  .front ul li {
    display: block;
  }
  .front ul li input, .front ul li label {
    display: none;
  }
  .front ul li .content {
    display: block;
    color: #004A68;
  }
  .front ul li .content .slider_descripcion {
    padding: 20px 0;
  }
  .front ul li .content .slider_descripcion h3 {
    font-family: "Anton", sans-serif;
    color: #004A68;
    text-transform: uppercase;
    font-size: calc(42px + (48 - 42) * (100vw - 400px) / (1920 - 400));
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #004A68;
  }
  .front ul li .content .slider_descripcion p {
    font-size: calc(13px + (14 - 13) * (100vw - 400px) / (1920 - 400));
  }
  .front ul li .content .slider_descripcion a.btn-slider {
    font-family: "Anton", sans-serif;
    color: #004A68;
    font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1920 - 400));
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
    line-height: 120%;
  }
  .front ul li .content .slider_descripcion a.btn-slider:before {
    content: "";
    display: block;
    clear: both;
    width: 30px;
    border-bottom: 2px solid #004A68;
    float: left;
    margin: .6rem 1rem 0 0;
  }
  .front ul li .content .slider_descripcion a.btn-slider:after {
    content: "";
    width: 100%;
    height: 2px;
    float: left;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #01b1ea;
    transform-origin: bottom left;
    transform: scaleX(0);
    transition: transform 0.2s ease-in-out;
  }
  .front ul li .content .slider_descripcion a.btn-slider:hover {
    color: #01b1ea;
  }
  .front ul li .content .slider_descripcion a.btn-slider:hover:before {
    border-color: #01b1ea;
  }
  .front ul li .content .slider_descripcion a.btn-slider:hover:after {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  .front ul li .content .slider_img {
    display: block;
  }
}

@media screen and (max-width: 960px) and (max-width: 620px) {
  .front ul li .content .slider_img {
    min-height: 30vh;
  }
}

@media screen and (max-width: 960px) and (min-width: 621px) {
  .front ul li .content .slider_img {
    min-height: 50vh;
  }
}

.infraestructuras-list {
  border-bottom: 1px solid #004A68;
  overflow: hidden;
  /*carrusel*/
}

.infraestructuras-list .view-header {
  margin: 20px -1px;
  padding: 20px 0;
  border-bottom: 1px solid #004A68;
  border-top: 1px solid #004A68;
}

.infraestructuras-list .owl-theme .owl-controls .owl-pagination {
  display: none;
}

.infraestructuras-list .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: -3.75rem;
  right: -10px;
}

.infraestructuras-list .owl-theme .owl-controls .owl-buttons div {
  background: transparent url("../images/arrow.png") no-repeat center center;
  opacity: 1;
  border-radius: 0;
  text-indent: -800px;
  overflow: hidden;
  width: 50px;
  height: 19px;
  padding: 0;
  margin: 0;
}

.infraestructuras-list .owl-theme .owl-controls .owl-buttons div:hover {
  filter: grayscale(0%) brightness(100%) sepia(100%) hue-rotate(-180deg) saturate(1000%) contrast(100%);
}

.infraestructuras-list .owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-left: 1rem;
  border-left: 1px solid #004A68;
  transform: scaleX(-1);
}

.infraestructuras-list h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
}

.infraestructuras-list h2 a:hover {
  color: #01b1ea;
}

.infraestructuras-list .infraestructura-item {
  border-right: 1px solid #004A68;
  padding: 0 1rem;
}

.infraestructuras-list .infraestructura-item h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin-top: 1.75rem;
}

.infraestructuras-list .infraestructura-item h3 a:hover {
  color: #01b1ea;
}

.infraestructuras-list .infraestructura-item p:first-of-type {
  text-transform: uppercase;
}

.infraestructuras-list .infraestructura-item p:not(:first-of-type) {
  min-height: 100px;
}

.infraestructuras-list .infraestructura-item .velo {
  position: relative;
}

.infraestructuras-list .infraestructura-item .velo img {
  z-index: 1;
  transition: all .2s ease;
}

.infraestructuras-list .infraestructura-item .velo a {
  overflow: hidden;
  display: block;
}

.infraestructuras-list .infraestructura-item .velo a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  z-index: 2;
  background-color: #004A68;
  opacity: .2;
  position: absolute;
  right: auto;
  left: auto;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}

.infraestructuras-list .infraestructura-item .velo a:hover:after {
  opacity: .1;
}

.infraestructuras-list .infraestructura-item .velo a:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  margin: .25rem 0 -0.25rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.infraestructuras-list .infraestructura-item:first-of-type .infraestructura-item {
  border-left: 1px solid #004A68;
}

.infraestructuras-list .infraestructura-item:last-of-type .infraestructura-item {
  border-right: none;
}

/*.listado-inverso { 
	ul{ @include sinLista;
		li{  padding:20px 0; @include borde;
			.row{max-height: 45vh; clear: both; display: flex;}
			&:first-of-type{ padding-top: 0; }
			&:last-of-type{border-bottom: none;} 
			h2{@include tit2;}
			p{@include size(18,22);}
			p + a{@include enlace ;}
		 
			.listado-inverso-img{ flex:1;
				@media screen and (min-width: $normal){ @include bordeDcha;}
				@media screen and (min-width: $max){ @include velo;}
				@media screen and (max-width: $mini){ margin-bottom: 1rem; }
				img{-webkit-filter: grayscale(0%);  filter: grayscale(0%);object-fit: cover; }
				a{  display: block; 
					&:after{ max-width: 940px;}
				} 
			}
 
			@media screen and (min-width:$normal){
				.listado-inverso-txt{  flex:1; }
			}
				&:nth-child(even){
					//COLUMNA IMG REVERSE 
					.listado-inverso-img{ 
						@media screen and (min-width: $normal){ border-right: none; @include bordeIzq;}
						a, img{float: right;}
					}
				 
				@media screen and (min-width:$normal){
				 .listado-inverso-txt{ padding-left:1rem; padding-right: 20px; }
				}
					.row{ @media screen and (min-width: $normal){ display: flex; flex-direction: row-reverse;}}
				} 
			}
		} 
}  */
.listado-inverso ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}

.listado-inverso ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 780px) {
  .listado-inverso ul li {
    display: flex;
  }
}

.listado-inverso ul li:not(:last-of-type) {
  border-bottom: 1px solid #004A68;
}

.listado-inverso ul li:last-child {
  padding-bottom: 0;
}

.listado-inverso ul li .listado-img {
  position: relative;
  display: block;
}

@media screen and (min-width: 780px) {
  .listado-inverso ul li .listado-img {
    flex: 1;
    margin: 0 20px 0 0;
  }
}

.listado-inverso ul li .listado-img:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  z-index: 2;
  background-color: #004A68;
  opacity: .2;
  position: absolute;
  right: auto;
  left: auto;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}

.listado-inverso ul li .listado-img:hover:after {
  opacity: .1;
}

.listado-inverso ul li .listado-img:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  margin: .25rem 0 -0.25rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.listado-inverso ul li .listado-img a {
  display: block;
  height: 100%;
  overflow: hidden;
}

.listado-inverso ul li .listado-img a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: all .2s ease;
}

.listado-inverso ul li .listado-texto {
  padding: 20px 0;
}

@media screen and (min-width: 780px) {
  .listado-inverso ul li .listado-texto {
    flex: 1;
    border-left: 1px solid #004A68;
    padding: 0 0 0 20px;
  }
}

.listado-inverso ul li .listado-texto h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(38px + (58 - 38) * (100vw - 400px) / (1920 - 400));
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
}

.listado-inverso ul li .listado-texto p {
  font-size: calc(18px + (22 - 18) * (100vw - 400px) / (1920 - 400));
}

.listado-inverso ul li .listado-texto p + a {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1920 - 400));
  text-decoration: none;
  transition: all .3s ease;
  position: relative;
  line-height: 120%;
}

.listado-inverso ul li .listado-texto p + a:before {
  content: "";
  display: block;
  clear: both;
  width: 30px;
  border-bottom: 2px solid #004A68;
  float: left;
  margin: .6rem 1rem 0 0;
}

.listado-inverso ul li .listado-texto p + a:after {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #01b1ea;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}

.listado-inverso ul li .listado-texto p + a:hover {
  color: #01b1ea;
}

.listado-inverso ul li .listado-texto p + a:hover:before {
  border-color: #01b1ea;
}

.listado-inverso ul li .listado-texto p + a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}

@media screen and (min-width: 780px) {
  .listado-inverso ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .listado-inverso ul li:nth-child(even) .listado-img {
    margin: 0 0 0 20px;
  }
  .listado-inverso ul li:nth-child(even) .listado-texto {
    padding: 0 20px 0 0;
    border-right: 1px solid #004A68;
    border-left: none;
  }
}

.listado-grupos ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 780px) {
  .listado-grupos ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
}

.listado-grupos ul li {
  margin: 0;
  position: relative;
  /*&:nth-child(2n) .listado_separadores{position:relative;}
				&:nth-child(2n) .listado_separadores:after{display:block;content:"";width:1px; height:100%;background-color:$azul;position:absolute;top:0;right:-20px;}*/
}

@media screen and (min-width: 780px) {
  .listado-grupos ul li {
    border-bottom: 1px solid #004A68;
    border-right: 1px solid #004A68;
    padding: 20px;
  }
}

@media screen and (min-width: 780px) and (max-width: 1280px) {
  .listado-grupos ul li {
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .listado-grupos ul li {
    width: 25%;
  }
}

.listado-grupos ul li:after {
  content: "";
  display: block;
  width: 4px;
  background-color: #fff;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: -2px;
}

.listado-grupos ul li:before {
  content: "";
  display: block;
  width: 4px;
  background-color: #fff;
  height: 20px;
  position: absolute;
  top: 0;
  right: -2px;
}

@media screen and (min-width: 780px) and (max-width: 1280px) {
  .listado-grupos ul li:nth-child(1), .listado-grupos ul li:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }
  .listado-grupos ul li:nth-child(1):before, .listado-grupos ul li:nth-child(2):before {
    display: none;
  }
  .listado-grupos ul li:nth-child(2n+2) {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .listado-grupos ul li:nth-child(2n+1) {
    padding-left: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1280px) {
  .listado-grupos ul li:nth-child(1), .listado-grupos ul li:nth-child(2), .listado-grupos ul li:nth-child(3), .listado-grupos ul li:nth-child(4) {
    border-top: 0;
    padding-top: 0;
  }
  .listado-grupos ul li:nth-child(1):before, .listado-grupos ul li:nth-child(2):before, .listado-grupos ul li:nth-child(3):before, .listado-grupos ul li:nth-child(4):before {
    display: none;
  }
  .listado-grupos ul li:nth-child(4n+4) {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .listado-grupos ul li:nth-child(4n+1) {
    padding-left: 0;
    margin-left: 0;
  }
}

.listado-grupos ul li h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin: 1rem 0 .5rem;
}

.listado-grupos ul li .listado_separadores {
  position: relative;
  /*Ficha líder*/
}

.listado-grupos ul li .listado_separadores .velo a {
  position: relative;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 780px) {
  .listado-grupos ul li .listado_separadores .velo a {
    margin-bottom: 20px;
  }
}

.listado-grupos ul li .listado_separadores .velo a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  transition: all 1.5s ease;
  min-height: 250px;
}

.listado-grupos ul li .listado_separadores .velo a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  z-index: 2;
  background-color: #004A68;
  opacity: .2;
  position: absolute;
  right: auto;
  left: auto;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}

.listado-grupos ul li .listado_separadores .velo a:hover:after {
  opacity: .1;
}

.listado-grupos ul li .listado_separadores .velo a:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  margin: .25rem 0 -0.25rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.listado-grupos ul li .listado_separadores .resumen_lider {
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 779px) {
  .listado-grupos ul li .listado_separadores .resumen_lider {
    border-bottom: 1px solid #004A68;
    padding-bottom: 20px;
  }
}

.listado-grupos ul li .listado_separadores .resumen_lider .img_lider a, .listado-grupos ul li .listado_separadores .resumen_lider .img_lider div {
  display: inline-block;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  max-width: 100px;
  max-height: 100px;
}

.listado-grupos ul li .listado_separadores .resumen_lider .img_lider a img, .listado-grupos ul li .listado_separadores .resumen_lider .img_lider div img {
  transition: all 1.5s ease;
}

.listado-grupos ul li .listado_separadores .resumen_lider .img_lider a:hover img, .listado-grupos ul li .listado_separadores .resumen_lider .img_lider div:hover img {
  transform: scale(1.2);
}

.listado-grupos ul li .listado_separadores .resumen_lider span {
  margin-left: 120px;
  display: block;
  text-transform: uppercase;
  line-height: 2;
}

.listado-grupos ul li .listado_separadores .resumen_lider h3 {
  margin: .5rem 0 .5rem 120px;
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  font-size: calc(20px + (18 - 20) * (100vw - 400px) / (1920 - 400));
  text-transform: none;
}

.listado-grupos ul li .listado_separadores .resumen_lider p {
  margin: 0 0 0 120px;
  font-size: 110%;
  line-height: 1;
}

.listado-grupos ul li:nth-child(4n) .listado_separadores:after {
  display: none !important;
}

@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .pagina-tech-transfer .listado-grupos ul, .page-taxonomy-term-160 .listado-grupos ul {
    margin-right: -20px;
  }
}

@media screen and (min-width: 1280px) {
  .pagina-tech-transfer .listado-grupos ul li, .page-taxonomy-term-160 .listado-grupos ul li {
    width: 33.33%;
    border-bottom: none;
  }
}

@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .pagina-tech-transfer .listado-grupos ul li:last-of-type, .page-taxonomy-term-160 .listado-grupos ul li:last-of-type {
    border-right: none;
  }
}

.actualidad-bloque {
  margin: 20px 0;
}

.actualidad-bloque h2.block-title {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
  margin: 0 0 1.5rem -20px;
}

.actualidad-bloque h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(22px + (28 - 22) * (100vw - 400px) / (1920 - 400));
  text-transform: none;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.actualidad-bloque p {
  font-size: calc(17px + (19 - 17) * (100vw - 400px) / (1920 - 400));
}

.actualidad-bloque .tipo-noticia {
  text-transform: uppercase;
}

.actualidad-bloque .row {
  border-bottom: 1px solid #004A68;
  margin: 0 0 1.5rem -0.975rem;
  padding-bottom: 1.5rem;
}

.actualidad-bloque .views-row:last-of-type .row {
  border-bottom: none;
  margin-bottom: 0;
}

.actualidad-bloque .fechas-noticia {
  margin-bottom: 1rem;
  margin-left: -20px;
}

.actualidad-bloque .fechas-noticia span {
  font-size: calc(26px + (28 - 26) * (100vw - 400px) / (1920 - 400));
  font-weight: 300;
}

.formularios-bloque {
  margin: 20px 0;
}

@media screen and (max-width: 960px) {
  .formularios-bloque {
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .formularios-bloque {
    border-left: 1px solid #004A68;
  }
}

.formularios-bloque .lnk {
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  display: block;
}

.formularios-bloque .lnk:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01b1ea;
  width: 0;
  transition: all 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.formularios-bloque .lnk:hover, .formularios-bloque .lnk:focus, .formularios-bloque .lnk:active {
  color: white;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.formularios-bloque .lnk:hover:before, .formularios-bloque .lnk:focus:before, .formularios-bloque .lnk:active:before {
  width: 100%;
}

.formularios-bloque .views-row:first-of-type {
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
}

.formularios-bloque h2.block-title {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
  margin: 0 -20px 1rem 0;
}

.formularios-bloque h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: calc(28px + (32 - 28) * (100vw - 400px) / (1920 - 400));
}

.formularios-bloque .view-content .row {
  margin: 0 -20px;
}

@media screen and (min-width: 480px) {
  .formularios-bloque .view-content .row {
    display: flex;
  }
}

@media screen and (min-width: 480px) {
  .formularios-bloque .view-content .row .columns:first-of-type {
    max-width: 479px;
  }
  .formularios-bloque .view-content .row .columns:nth-child(2) {
    padding-right: 0;
    border-left: 1px solid #004A68;
  }
}

@media screen and (min-width: 960px) {
  .formularios-bloque .view-content .row .columns {
    flex: 1;
  }
}

.formularios-bloque .view-content .row .columns .velo {
  position: relative;
  height: 100%;
}

.formularios-bloque .view-content .row .columns .velo img {
  z-index: 1;
  transition: all .2s ease;
}

.formularios-bloque .view-content .row .columns .velo a {
  overflow: hidden;
  display: block;
}

.formularios-bloque .view-content .row .columns .velo a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  z-index: 2;
  background-color: #004A68;
  opacity: .2;
  position: absolute;
  right: auto;
  left: auto;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}

.formularios-bloque .view-content .row .columns .velo a:hover:after {
  opacity: .1;
}

.formularios-bloque .view-content .row .columns .velo a:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  margin: .25rem 0 -0.25rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.formularios-bloque .view-content .row .columns .velo a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.formularios-bloque .view-content .row .columns .velo a img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}

@media screen and (max-width: 480px) {
  .formularios-bloque .view-content .row .columns .velo {
    margin-bottom: 1rem;
  }
}

.lnk {
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.lnk:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01b1ea;
  width: 0;
  transition: all 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.lnk:hover, .lnk:focus, .lnk:active {
  color: white;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.lnk:hover:before, .lnk:focus:before, .lnk:active:before {
  width: 100%;
}

/*Listados 2 columnas: licitaciones, congresos...*/
.listado-agrupado .view-header {
  text-align: right;
}

.listado-agrupado .view-header p {
  margin-bottom: 0;
}

.listado-agrupado .view-content .item-list h3 {
  float: left;
  width: 16rem;
  color: #004A68;
  margin: 1.5rem 0 0;
  text-align: left;
  clear: right;
  font-size: 130%;
  line-height: 3;
  border-top: 1px solid #004A68;
}

@media (max-width: 960px) {
  .listado-agrupado .view-content .item-list h3 {
    float: none;
    width: 100%;
  }
}

.listado-agrupado .view-content .item-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  width: calc(100% - 16rem);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #004A68;
}

@media (max-width: 960px) {
  .listado-agrupado .view-content .item-list ul {
    float: none;
    width: 100%;
  }
}

.listado-agrupado .view-content .item-list ul h4 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  text-transform: none;
  display: inline-block;
}

.listado-agrupado .view-content .item-list ul h4 + a {
  font-size: 140;
  margin-left: .75rem;
}

.listado-agrupado .view-content .item-list ul p {
  font-size: 1.25rem;
  margin: .5rem 0;
}

.listado-agrupado .view-content .item-list ul li:not(:last-of-type) {
  border-bottom: 1px solid #004A68;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.listado-agrupado .view-content .item-list:first-of-type h3, .listado-agrupado .view-content .item-list:first-of-type ul {
  border-top: none;
  margin-top: 0;
}

@media screen and (max-width: 1680px) {
  .view-bcbl-noticias.listado-agrupado .item-list {
    margin: 0 !important;
    overflow: visible !important;
  }
  .view-empty {
    min-height: 480px;
  }
}

.block-views-exp-bcbl-noticias-page-1 div#edit-field-tipo-de-noticia-tid-i18n-all {
  display: none;
}

@media screen and (max-width: 1680px) and (min-width: 700px) {
  .block-views-exp-bcbl-noticias-page-1 .views-exposed-form {
    position: absolute;
    right: 0;
    top: -100px;
    right: -30px;
  }
  .block-views-exp-bcbl-noticias-page-1 .dropdown-content {
    left: 0px;
  }
}

@media screen and (max-width: 1680px) and (max-width: 700px) {
  .block-views-exp-bcbl-noticias-page-1 .dropbtn, .block-views-exp-bcbl-noticias-page-1 .dropdown-content {
    margin-left: -20px;
  }
}

@media screen and (max-width: 1680px) {
  .block-views-exp-bcbl-noticias-page-1 label {
    display: none;
  }
  .block-views-exp-bcbl-noticias-page-1 .dropdown .dropbtn {
    background-color: #004A68;
    color: white;
    padding: 1rem;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    min-width: 200px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 447.9 255.9' style='enable-background:new 0 0 447.9 255.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M224,170.3L224,170.3L224,170.3L398.2,3.1c4.3-4.2,11.4-4.1,15.8,0.2l30.6,29.9c4.4,4.3,4.5,11.3,0.2,15.5 L232.1,252.9c-2.2,2.2-5.2,3.2-8.1,3c-3,0.1-5.9-0.9-8.1-3L3.2,48.7C-1.1,44.5-1,37.5,3.4,33.2L34,3.3C38.4-1,45.5-1.1,49.8,3.1 L224,170.3z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 20px auto;
  }
  .block-views-exp-bcbl-noticias-page-1 .dropdown .dropdown {
    position: relative;
    display: inline-block;
  }
  .block-views-exp-bcbl-noticias-page-1 .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 20;
  }
  .block-views-exp-bcbl-noticias-page-1 .dropdown .dropdown-content a {
    padding: 1rem;
    display: block;
  }
}

@media screen and (min-width: 1680px) {
  .block-views-exp-bcbl-noticias-page-1 {
    position: relative;
    display: block;
  }
  .block-views-exp-bcbl-noticias-page-1 .dropbtn {
    display: none !important;
  }
  .block-views-exp-bcbl-noticias-page-1 form {
    position: absolute;
    max-width: 50%;
    top: -5rem;
    right: 0;
  }
  .block-views-exp-bcbl-noticias-page-1 form .views-exposed-form label {
    display: none;
  }
  .block-views-exp-bcbl-noticias-page-1 form .views-exposed-form .views-widget {
    float: left;
  }
  .block-views-exp-bcbl-noticias-page-1 form .views-exposed-form .views-widget div {
    display: inline;
  }
  .block-views-exp-bcbl-noticias-page-1 form .views-exposed-form .views-widget div a {
    display: inline-block;
    padding: .2rem .5rem;
    text-transform: uppercase;
  }
  .block-views-exp-bcbl-noticias-page-1 form .views-exposed-form .views-widget div a:hover {
    text-decoration: underline;
  }
  .block-views-exp-bcbl-noticias-page-1 form .views-exposed-form .views-widget div a.active {
    font-weight: 600;
    color: #01b1ea;
  }
}

body:not(.front) .bcbl-pagina {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  body:not(.front) .bcbl-pagina {
    display: flex;
  }
}

body:not(.front) .bcbl-pagina ul:not(.redes-sociales) {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body:not(.front) .bcbl-pagina ul:not(.redes-sociales) li:before {
  content: "";
  display: block;
  clear: both;
  width: 20px;
  border-bottom: 1px solid #004A68;
  display: inline-block;
  margin-bottom: .3rem;
  margin-right: .5rem;
}

body:not(.front) .bcbl-pagina .bcbl-img {
  position: relative;
  margin: 0 0 20px;
}

@media screen and (min-width: 960px) {
  body:not(.front) .bcbl-pagina .bcbl-img {
    flex: 1;
    margin: 0 0 0 20px;
  }
}

body:not(.front) .bcbl-pagina .bcbl-img img {
  height: auto !important;
}

@media screen and (min-width: 960px) {
  body:not(.front) .bcbl-pagina .bcbl-txt {
    flex: 2;
    padding: 0 20px 0 0;
    border-right: 1px solid #004A68;
  }
}

body:not(.front) .bcbl-pagina .bcbl-txt h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(26px + (32 - 26) * (100vw - 400px) / (1920 - 400));
  margin: 0 0 1rem;
}

body:not(.front) .bcbl-pagina .bcbl-txt h3:not(:first-of-type) {
  margin-top: 2rem;
  border-top: 1px solid #004A68;
  padding-top: 2rem;
}

body:not(.front) .bcbl-pagina .bcbl-txt h4 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin: 2rem 0 1rem;
}

.como-llegar .columns {
  padding: 0;
}

.como-llegar a.mapa {
  overflow: hidden;
  display: block;
  padding: 0 0 20px;
}

@media screen and (min-width: 780px) {
  .como-llegar a.mapa {
    border-right: 1px solid #004A68;
    padding: 0 20px 0 0;
  }
}

.como-llegar a.mapa img {
  transition: all 2s ease;
}

.como-llegar a.mapa:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.como-llegar .indicaciones {
  padding-left: 20px;
}

.como-llegar .indicaciones h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(38px + (58 - 38) * (100vw - 400px) / (1920 - 400));
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
}

.como-llegar .indicaciones a {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1920 - 400));
  text-decoration: none;
  transition: all .3s ease;
  position: relative;
  line-height: 120%;
  display: inline-block;
}

.como-llegar .indicaciones a:before {
  content: "";
  display: block;
  clear: both;
  width: 30px;
  border-bottom: 2px solid #004A68;
  float: left;
  margin: .6rem 1rem 0 0;
}

.como-llegar .indicaciones a:after {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #01b1ea;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}

.como-llegar .indicaciones a:hover {
  color: #01b1ea;
}

.como-llegar .indicaciones a:hover:before {
  border-color: #01b1ea;
}

.como-llegar .indicaciones a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}

/*redes sociales*/
.redes-sociales {
  margin: 0;
}

.redes-sociales li {
  margin-left: .5rem;
  display: inline-block;
}

.redes-sociales li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid black;
  border-radius: 100%;
  text-indent: -800px;
  overflow: hidden;
  text-align: left;
  transition: all .5s ease;
}

.redes-sociales li a[class^='ico-'] {
  background-image: url("../images/sprite-cabecera.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.redes-sociales li a[class^='ico-'][class$="yt"] {
  background-position: -5px -106px;
}

.redes-sociales li a[class^='ico-'][class$="fb"] {
  background-position: -56px -106px;
}

.redes-sociales li a[class^='ico-'][class$="ig"] {
  background-position: -6px -156px;
}

.redes-sociales li a[class^='ico-'][class$="tw"] {
  background-position: -56px -156px;
}

.redes-sociales li a:hover {
  background-color: rgba(1, 177, 234, 0.8);
  border-color: #01b1ea;
}

/*organigrama - equipo*/
.organigrama-equipo h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(34px + (40 - 34) * (100vw - 400px) / (1920 - 400));
  border-top: 1px solid #004A68;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #004A68;
}

/*pagina grupos de investigación*/
.page-taxonomy-term-116 h1#page-title, .page-taxonomy-term-2 h1#page-title, .page-taxonomy-term-155 h1#page-title {
  display: none;
}

.node-type-bcbl-equipo .block-locale-language, .node-type-bcbl-equipo .sidr-class-language-switcher-locale-url {
  display: none !important;
}

.node-type-bcbl-equipo .perfilEquipo {
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 960px) {
  .node-type-bcbl-equipo .perfilEquipo {
    display: flex;
    flex-wrap: wrap;
  }
}

.node-type-bcbl-equipo .perfilEquipo .body p {
  margin-bottom: .75rem;
}

@media screen and (min-width: 960px) {
  .node-type-bcbl-equipo .perfilEquipo .xlarge-8 {
    border-right: 1px solid #004A68;
  }
}

@media screen and (min-width: 960px) {
  .node-type-bcbl-equipo .perfilEquipo {
    display: flex;
  }
}

@media screen and (min-width: 960px) {
  .node-type-bcbl-equipo .perfilEquipo .columns {
    flex: auto;
  }
}

@media screen and (max-width: 960px) {
  .node-type-bcbl-equipo #fotoEquipo {
    order: 0;
  }
}

@media screen and (max-width: 960px) {
  .node-type-bcbl-equipo #fichaEquipo {
    order: 1;
  }
}

.node-type-bcbl-equipo #fichaEquipo #panel2 h3 {
  float: left;
  width: 10rem;
  color: #004A68;
  margin: 1.5rem 0 0;
  text-align: left;
  clear: right;
  border-top: 1px solid #004A68;
  font-size: 130%;
  line-height: 1;
  min-height: 57px;
  padding-top: 1.75rem;
}

.node-type-bcbl-equipo #fichaEquipo #panel2 ul {
  float: right;
  width: calc(100% - 10rem);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #004A68;
  min-height: 57px;
}

.node-type-bcbl-equipo #fichaEquipo #panel2 ul li {
  padding: 1rem 0;
}

.node-type-bcbl-equipo #fichaEquipo #panel2 ul li:first-of-type {
  padding-top: 0;
}

.node-type-bcbl-equipo #fichaEquipo #panel2 ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (min-width: 960px) {
  .node-type-bcbl-equipo .perfil {
    margin-left: 4rem;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }
}

.node-type-bcbl-equipo .perfil h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.node-type-bcbl-equipo .perfil h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.node-type-bcbl-equipo .perfil p {
  margin-bottom: 0;
}

.node-type-bcbl-equipo .perfil ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.node-type-bcbl-equipo .perfil .field-name-field-habilidades-destacadas li {
  display: inline-block;
  float: left;
}

.node-type-bcbl-equipo .perfil .field-name-field-habilidades-destacadas li:after {
  content: "/";
  display: inline-block;
  margin: 0 .5rem;
}

.node-type-bcbl-equipo .field-name-field-imagen img {
  float: right;
}

.node-type-bcbl-equipo #fichasInvestigador {
  margin: 2em 0 0 0;
}

.node-type-bcbl-equipo .tabsWrapper .listadoTabs {
  text-align: center;
  margin: 1rem 0;
}

.node-type-bcbl-equipo .tabsWrapper .listadoTabs ul {
  list-style: none;
  margin: 0;
  padding: 1rem 0 0 0;
  border: none;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  .node-type-bcbl-equipo .tabsWrapper .listadoTabs ul {
    padding: 1rem 0 0 4rem;
  }
}

.node-type-bcbl-equipo .tabsWrapper .listadoTabs ul li {
  padding: 0 1.5em 0 0;
  float: left;
  display: inline-block;
}

.node-type-bcbl-equipo .tabsWrapper .listadoTabs ul li:nth-child(n+8) {
  display: none;
}

.node-type-bcbl-equipo .tabsWrapper .listadoTabs ul li:first-of-type {
  padding-left: 0;
}

.node-type-bcbl-equipo .tabsWrapper .listadoTabs ul li a {
  transition: all .3s ease;
}

.node-type-bcbl-equipo .tabsWrapper .listadoTabs ul li a:hover {
  color: #004A68;
}

.node-type-bcbl-equipo .tabsWrapper .listadoTabs ul li.active a {
  color: #01b1ea;
  font-weight: 700;
}

.node-type-bcbl-equipo .tabs-content {
  border: none;
}

.node-type-bcbl-equipo .tabs-content .contenido {
  display: none;
}

.node-type-bcbl-equipo .tabs-content .contenido.active {
  display: block;
}

.node-type-bcbl-equipo .contenido .view .view-content h3 {
  float: left;
  width: 10rem;
  color: #004A68;
  margin: 1.5rem 0 0;
  text-align: left;
  clear: right;
  border-top: 1px solid #004A68;
  font-size: 130%;
  line-height: 1;
  min-height: 57px;
  padding-top: 1.75rem;
}

@media (max-width: 960px) {
  .node-type-bcbl-equipo .contenido .view .view-content h3 {
    float: none;
    width: 100%;
  }
}

.node-type-bcbl-equipo .contenido .view .view-content .views-row {
  float: right;
  width: calc(100% - 10rem);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #004A68;
  min-height: 57px;
}

@media (max-width: 960px) {
  .node-type-bcbl-equipo .contenido .view .view-content .views-row {
    float: none;
    width: 100%;
  }
}

.node-type-bcbl-equipo .contenido .view .view-content .views-row .formato-apa {
  font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1920 - 400));
  text-transform: none;
  line-height: 1.4;
}

.node-type-bcbl-equipo .contenido .view .view-content .views-row .views-field-field-titulo, .node-type-bcbl-equipo .contenido .view .view-content .views-row .views-field-field-libro, .node-type-bcbl-equipo .contenido .view .view-content .views-row .views-field-field-cursos, .node-type-bcbl-equipo .contenido .view .view-content .views-row .views-field-field-directivo, .node-type-bcbl-equipo .contenido .view .view-content .views-row .views-field-field-mas-meritos, .node-type-bcbl-equipo .contenido .view .view-content .views-row .views-field-field-congreso {
  /*@include tit3; text-transform: none;*/
  display: inline;
}

.node-type-bcbl-equipo .contenido .field-name-field-equipo-proyectos {
  width: calc(100% - 4rem);
  margin-top: 2.5rem;
  border-top: 1px solid #004A68;
  margin-left: 4rem;
}

.node-type-bcbl-equipo .contenido .field-name-field-equipo-proyectos a {
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #004A68;
}

.node-type-bcbl-equipo .contenido .field-name-field-becas .views-row, .node-type-bcbl-equipo .contenido .field-name-field-estancias .views-row {
  width: calc(100% - 4rem) !important;
}

.block-views-bcbl-equipo-block {
  padding: 0;
}

@media screen and (min-width: 1680px) and (max-width: 1420px) {
  #views-exposed-form-bcbl-equipo-block-3 .views-exposed-form, #views-exposed-form-bcbl-equipo-page .views-exposed-form {
    margin-left: 16.66%;
  }
}

@media screen and (min-width: 1680px) {
  #views-exposed-form-bcbl-equipo-block-3 .views-exposed-form .form-item, #views-exposed-form-bcbl-equipo-page .views-exposed-form .form-item {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 1rem;
    font-size: calc(12px + (14 - 12) * (100vw - 400px) / (1920 - 400));
  }
  #views-exposed-form-bcbl-equipo-block-3 .views-exposed-form .form-item a.active, #views-exposed-form-bcbl-equipo-page .views-exposed-form .form-item a.active {
    font-weight: 600;
    color: #01b1ea;
  }
}

@media screen and (max-width: 1680px) {
  .view-empty {
    min-height: 480px;
  }
}

@media screen and (max-width: 1679px) and (min-width: 700px) {
  #views-exposed-form-bcbl-equipo-block-3 .views-exposed-form, #views-exposed-form-bcbl-equipo-page .views-exposed-form {
    position: absolute;
    right: 0;
    top: -6rem;
    right: 0;
  }
  #views-exposed-form-bcbl-equipo-block-3 .dropdown-content, #views-exposed-form-bcbl-equipo-page .dropdown-content {
    left: 0px;
  }
}

@media screen and (max-width: 1679px) and (max-width: 700px) {
  #views-exposed-form-bcbl-equipo-block-3 .dropbtn, #views-exposed-form-bcbl-equipo-block-3 .dropdown-content, #views-exposed-form-bcbl-equipo-page .dropbtn, #views-exposed-form-bcbl-equipo-page .dropdown-content {
    position: relative;
  }
}

@media screen and (max-width: 1679px) {
  #views-exposed-form-bcbl-equipo-block-3 label, #views-exposed-form-bcbl-equipo-page label {
    display: none;
  }
  #views-exposed-form-bcbl-equipo-block-3 .dropdown .dropbtn, #views-exposed-form-bcbl-equipo-page .dropdown .dropbtn {
    background-color: #004A68;
    color: white;
    padding: 1rem;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    min-width: 200px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 447.9 255.9' style='enable-background:new 0 0 447.9 255.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M224,170.3L224,170.3L224,170.3L398.2,3.1c4.3-4.2,11.4-4.1,15.8,0.2l30.6,29.9c4.4,4.3,4.5,11.3,0.2,15.5 L232.1,252.9c-2.2,2.2-5.2,3.2-8.1,3c-3,0.1-5.9-0.9-8.1-3L3.2,48.7C-1.1,44.5-1,37.5,3.4,33.2L34,3.3C38.4-1,45.5-1.1,49.8,3.1 L224,170.3z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 20px auto;
  }
  #views-exposed-form-bcbl-equipo-block-3 .dropdown .dropdown, #views-exposed-form-bcbl-equipo-page .dropdown .dropdown {
    position: relative;
    display: inline-block;
  }
  #views-exposed-form-bcbl-equipo-block-3 .dropdown .dropdown-content, #views-exposed-form-bcbl-equipo-page .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 20;
  }
  #views-exposed-form-bcbl-equipo-block-3 .dropdown .dropdown-content a, #views-exposed-form-bcbl-equipo-page .dropdown .dropdown-content a {
    padding: 1rem;
    display: block;
  }
}

@media screen and (min-width: 1680px) {
  #views-exposed-form-bcbl-equipo-block-3, #views-exposed-form-bcbl-equipo-page {
    position: relative;
    display: block;
  }
  #views-exposed-form-bcbl-equipo-block-3 .dropbtn, #views-exposed-form-bcbl-equipo-page .dropbtn {
    display: none;
  }
  #views-exposed-form-bcbl-equipo-block-3 form, #views-exposed-form-bcbl-equipo-page form {
    position: absolute;
    max-width: 50%;
    top: -5rem;
    right: 0;
  }
  #views-exposed-form-bcbl-equipo-block-3 form .views-exposed-form label, #views-exposed-form-bcbl-equipo-page form .views-exposed-form label {
    display: none;
  }
  #views-exposed-form-bcbl-equipo-block-3 form .views-exposed-form .views-widget, #views-exposed-form-bcbl-equipo-page form .views-exposed-form .views-widget {
    float: left;
  }
  #views-exposed-form-bcbl-equipo-block-3 form .views-exposed-form .views-widget div, #views-exposed-form-bcbl-equipo-page form .views-exposed-form .views-widget div {
    display: inline;
  }
  #views-exposed-form-bcbl-equipo-block-3 form .views-exposed-form .views-widget div a, #views-exposed-form-bcbl-equipo-page form .views-exposed-form .views-widget div a {
    display: inline-block;
    padding: .2rem .5rem;
    text-transform: uppercase;
  }
  #views-exposed-form-bcbl-equipo-block-3 form .views-exposed-form .views-widget div a:hover, #views-exposed-form-bcbl-equipo-page form .views-exposed-form .views-widget div a:hover {
    text-decoration: underline;
  }
  #views-exposed-form-bcbl-equipo-block-3 form .views-exposed-form .views-widget div a.active, #views-exposed-form-bcbl-equipo-page form .views-exposed-form .views-widget div a.active {
    font-weight: 600;
    color: #01b1ea;
  }
}

.block-views-bcbl-equipo-block-3 {
  position: relative;
}

.block-views-bcbl-equipo-block-3 .views-exposed-widgets {
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (min-width: 1680px) {
  .block-views-bcbl-equipo-block-3 .view-filters {
    position: absolute;
    right: 0;
    top: -5rem;
  }
}

.block-views-bcbl-equipo-block-3 .view-filters #edit-field-cargo-tid-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}

.block-views-bcbl-equipo-block-3 .view-filters #edit-field-cargo-tid-wrapper label {
  margin-right: 1rem;
}

.block-views-bcbl-equipo-block-3 .view-filters #edit-field-cargo-tid-wrapper select {
  margin: 0;
}

.block-views-bcbl-equipo-block-3 .view-filters .views-submit-button {
  padding: 0;
}

.view-id-bcbl_equipo.view-display-id-page {
  position: relative;
  overflow: inherit !important;
}

.view-id-bcbl_equipo.view-display-id-page .views-exposed-widgets {
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (min-width: 1680px) {
  .view-id-bcbl_equipo.view-display-id-page .view-filters {
    position: absolute;
    right: 0;
    top: -5rem;
  }
}

.view-id-bcbl_equipo.view-display-id-page .view-filters #edit-field-cargo-tid-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
}

.view-id-bcbl_equipo.view-display-id-page .view-filters #edit-field-cargo-tid-wrapper label {
  margin-right: 1rem;
}

.view-id-bcbl_equipo.view-display-id-page .view-filters #edit-field-cargo-tid-wrapper select {
  margin: 0;
}

.view-id-bcbl_equipo.view-display-id-page .view-filters .views-submit-button {
  padding: 0;
}

.view-bcbl-equipo, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 {
  overflow: hidden;
}

.view-bcbl-equipo ul, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul {
  width: 100%;
  width: calc(100% + 40px);
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.view-bcbl-equipo ul li.views-row, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row {
  width: 16.66%;
  position: relative;
  padding: 20px;
  border-right: none;
  border-bottom-color: white;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
  .view-bcbl-equipo ul li.views-row, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row {
    width: 20%;
  }
}

@media screen and (max-width: 1024px) {
  .view-bcbl-equipo ul li.views-row, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .view-bcbl-equipo ul li.views-row, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row {
    width: 33.33%;
  }
}

@media screen and (max-width: 600px) {
  .view-bcbl-equipo ul li.views-row, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row {
    width: 50%;
  }
}

@media screen and (max-width: 340px) {
  .view-bcbl-equipo ul li.views-row, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row {
    width: 100%;
  }
}

.view-bcbl-equipo ul li.views-row:nth-child(4n + 1), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(4n + 1) {
  padding-left: 20px;
}

.view-bcbl-equipo ul li.views-row:nth-child(4n + 4), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(4n + 4) {
  padding-right: 20px;
  border-right: none;
}

.view-bcbl-equipo ul li.views-row:nth-child(1), .view-bcbl-equipo ul li.views-row:nth-child(2), .view-bcbl-equipo ul li.views-row:nth-child(3), .view-bcbl-equipo ul li.views-row:nth-child(4), .view-bcbl-equipo ul li.views-row:nth-child(5), .view-bcbl-equipo ul li.views-row:nth-child(6), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(1), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(2), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(3), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(4), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(5), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(6) {
  border-top: 0;
  padding-top: 0;
}

.view-bcbl-equipo ul li.views-row:nth-child(1):before, .view-bcbl-equipo ul li.views-row:nth-child(2):before, .view-bcbl-equipo ul li.views-row:nth-child(3):before, .view-bcbl-equipo ul li.views-row:nth-child(4):before, .view-bcbl-equipo ul li.views-row:nth-child(5):before, .view-bcbl-equipo ul li.views-row:nth-child(6):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(1):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(2):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(3):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(4):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(5):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(6):before {
  top: 0;
}

@media screen and (max-width: 1400px) {
  .view-bcbl-equipo ul li.views-row:nth-child(6), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(6) {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .view-bcbl-equipo ul li.views-row:nth-child(6):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(6):before {
    top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .view-bcbl-equipo ul li.views-row:nth-child(5), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(5) {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .view-bcbl-equipo ul li.views-row:nth-child(5):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(5):before {
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .view-bcbl-equipo ul li.views-row:nth-child(4), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(4) {
    padding-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .view-bcbl-equipo ul li.views-row:nth-child(4):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(4):before {
    top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .view-bcbl-equipo ul li.views-row:nth-child(3), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(3) {
    padding-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .view-bcbl-equipo ul li.views-row:nth-child(3):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(3):before {
    top: 20px;
  }
}

@media screen and (max-width: 340px) {
  .view-bcbl-equipo ul li.views-row:nth-child(2), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(2) {
    padding-top: 20px;
  }
}

@media screen and (max-width: 340px) {
  .view-bcbl-equipo ul li.views-row:nth-child(2):before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:nth-child(2):before {
    top: 20px;
  }
}

.view-bcbl-equipo ul li.views-row:before, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #004A68;
  height: auto;
  position: absolute;
  top: 20px;
  right: -1px;
  bottom: 20px;
}

.view-bcbl-equipo ul li.views-row:after, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row:after {
  content: "";
  display: block;
  width: auto;
  background-color: #004A68;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.view-bcbl-equipo ul li.views-row h2, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row h2 {
  text-transform: none;
}

.view-bcbl-equipo ul li.views-row p, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 ul li.views-row p {
  font-size: 16px;
  margin-top: 1.5rem;
}

.view-bcbl-equipo .more-link, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_1 .more-link {
  margin: 2rem auto 0;
  display: block;
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 960px) {
  body:not(.page-node-4673) .node-type-bcbl-grupos .descripcion img {
    position: absolute;
    top: -6rem;
    right: 0;
  }
}

.node-type-bcbl-grupos .title, .node-type-bcbl-grupos-de-investigacion .title {
  display: none;
}

.node-type-bcbl-grupos .itemequipo, .node-type-bcbl-grupos-de-investigacion .itemequipo {
  border-right: 1px solid #004A68;
}

.node-type-bcbl-grupos .formularios-bloque .views-row:first-of-type, .node-type-bcbl-grupos-de-investigacion .formularios-bloque .views-row:first-of-type {
  border-bottom: none;
}

.node-type-bcbl-grupos .descripcion, .node-type-bcbl-grupos-de-investigacion .descripcion {
  position: relative;
}

.node-type-bcbl-grupos .descripcion h3, .node-type-bcbl-grupos-de-investigacion .descripcion h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin: 2rem 0 1rem;
}

.node-type-bcbl-grupos .descripcion h4, .node-type-bcbl-grupos-de-investigacion .descripcion h4 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
}

.node-type-bcbl-grupos .descripcion img, .node-type-bcbl-grupos-de-investigacion .descripcion img {
  max-height: 70px;
  width: auto;
}

.node-type-bcbl-grupos .listado-documentos, .node-type-bcbl-grupos-de-investigacion .listado-documentos {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.node-type-bcbl-grupos .listado-documentos li, .node-type-bcbl-grupos-de-investigacion .listado-documentos li {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.node-type-bcbl-grupos .listado-documentos li i, .node-type-bcbl-grupos-de-investigacion .listado-documentos li i {
  margin-right: .5rem;
}

.node-type-bcbl-grupos.ficha-grupos-investigacion .bcbl-pagina, .node-type-bcbl-grupos-de-investigacion.ficha-grupos-investigacion .bcbl-pagina {
  display: block !important;
}

.node-type-bcbl-grupos.ficha-grupos-investigacion h2.block-title, .node-type-bcbl-grupos-de-investigacion.ficha-grupos-investigacion h2.block-title {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
}

.node-type-bcbl-grupos.ficha-grupos-investigacion .formularios-bloque, .node-type-bcbl-grupos-de-investigacion.ficha-grupos-investigacion .formularios-bloque {
  border-left: none;
  padding: 0 20px 0 0;
}

.node-type-bcbl-grupos.ficha-grupos-investigacion .formularios-bloque h2.block-title, .node-type-bcbl-grupos-de-investigacion.ficha-grupos-investigacion .formularios-bloque h2.block-title {
  margin: 0 0 20px 0;
}

.node-type-bcbl-grupos.ficha-grupos-investigacion .actualidad-bloque, .node-type-bcbl-grupos-de-investigacion.ficha-grupos-investigacion .actualidad-bloque {
  border-right: 1px solid #004A68;
}

.node-type-bcbl-grupos.ficha-grupos-investigacion .actualidad-bloque h2.block-title, .node-type-bcbl-grupos-de-investigacion.ficha-grupos-investigacion .actualidad-bloque h2.block-title {
  margin: 0 0 20px;
}

.node-type-bcbl-grupos.ficha-grupos-investigacion .actualidad-bloque .row, .node-type-bcbl-grupos-de-investigacion.ficha-grupos-investigacion .actualidad-bloque .row {
  margin: 0 0 1.5rem 0;
}

.node-type-bcbl-grupos .proyectos-grupos, .node-type-bcbl-grupos-de-investigacion .proyectos-grupos {
  border-bottom: 1px solid #004A68;
}

.node-type-bcbl-grupos .actualidad-bloque, .node-type-bcbl-grupos-de-investigacion .actualidad-bloque {
  border-right: 1px solid #004A68;
}

.node-type-bcbl-grupos .formularios-bloque, .node-type-bcbl-grupos-de-investigacion .formularios-bloque {
  border-left: none;
}

.node-type-bcbl-grupos .formularios-bloque .views-row:first-of-type, .node-type-bcbl-grupos-de-investigacion .formularios-bloque .views-row:first-of-type {
  margin-bottom: 0;
}

.node-type-bcbl-grupos-de-investigacion .view-publicaciones {
  margin-left: -20px;
}

.not-front .infraestructuras-list {
  border-bottom: none;
  overflow: hidden;
}

.not-front .infraestructuras-list .view-content .disabled .item-0 {
  width: 300px;
}

@media screen and (min-width: 960px) {
  .not-front .bcbl-pagina .row {
    display: flex;
  }
  .not-front .bcbl-pagina .row .columns {
    /*flex:1;*/
  }
  .not-front .bcbl-pagina .row .columns:not(:only-of-type):first-of-type {
    border-right: 1px solid #004A68;
  }
}

.not-front .bcbl-pagina .descripcion {
  display: block;
  /*mostrar ocultar-texto*/
}

.not-front .bcbl-pagina .descripcion p:first-of-type {
  font-size: calc(19px + (24 - 19) * (100vw - 400px) / (1920 - 400));
  line-height: 1.4;
}

.not-front .bcbl-pagina .descripcion .panel-descripcion {
  position: relative;
}

.not-front .bcbl-pagina .descripcion .panel-btn {
  color: black;
  padding: 1em;
  text-decoration: none;
  width: 40%;
}

.not-front .bcbl-pagina .descripcion .panel-show, .not-front .bcbl-pagina .descripcion .panel-hide {
  position: absolute;
  bottom: 0;
  z-index: 1;
  text-align: center;
}

.not-front .bcbl-pagina .descripcion .panel-hide {
  display: none;
}

.not-front .bcbl-pagina .descripcion .panel-show:target {
  display: none;
}

.not-front .bcbl-pagina .descripcion .panel-show:target ~ .panel-hide {
  display: block;
}

.not-front .bcbl-pagina .descripcion .panel-show:target ~ .panel-panel {
  max-height: 5000px;
}

.not-front .bcbl-pagina .descripcion .panel-show:target ~ .panel-fade {
  margin-top: 0;
}

.not-front .bcbl-pagina .descripcion .panel-panel {
  position: relative;
  margin: 2em auto;
  max-height: 180px;
  overflow: hidden;
  transition: max-height .5s ease;
}

.not-front .bcbl-pagina .descripcion .panel-fade {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  height: 100px;
  margin-top: -100px;
  position: relative;
}

.not-front .bcbl-pagina h1 {
  display: none;
}

.not-front .bcbl-pagina h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(40px + (72 - 40) * (100vw - 400px) / (1920 - 400));
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
}

@media screen and (min-width: 960px) {
  .activity-reports .bcbl-pagina .row {
    flex-direction: row-reverse;
  }
  .activity-reports .bcbl-pagina .row .columns:first-of-type {
    border-right: none !important;
    border-left: 1px solid #004A68;
  }
}

/*Antiguos miembros grupos investigación*/
.listado-miembros {
  overflow: hidden;
  width: 100%;
}

.listado-miembros h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 1rem 0;
  border-bottom: 1px solid #004A68;
  border-top: 1px solid #004A68;
}

.bcbl-presentacion h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(38px + (58 - 38) * (100vw - 400px) / (1920 - 400));
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
}

.bcbl-presentacion h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #004A68;
}

.bcbl-presentacion p {
  font-size: calc(18px + (22 - 18) * (100vw - 400px) / (1920 - 400));
}

.bcbl-presentacion p + a {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1920 - 400));
  text-decoration: none;
  transition: all .3s ease;
  position: relative;
  line-height: 120%;
}

.bcbl-presentacion p + a:before {
  content: "";
  display: block;
  clear: both;
  width: 30px;
  border-bottom: 2px solid #004A68;
  float: left;
  margin: .6rem 1rem 0 0;
}

.bcbl-presentacion p + a:after {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #01b1ea;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}

.bcbl-presentacion p + a:hover {
  color: #01b1ea;
}

.bcbl-presentacion p + a:hover:before {
  border-color: #01b1ea;
}

.bcbl-presentacion p + a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}

.bcbl-presentacion .mapa {
  margin: 0;
}

.bcbl-presentacion .mapa p {
  font-size: calc(16px + (18 - 16) * (100vw - 400px) / (1920 - 400));
}

.bcbl-presentacion .mapa img {
  margin: 1rem 0;
}

.bcbl-presentacion .mapa .row {
  border: none;
}

.bcbl-presentacion .view-bcbl-noticias h2 {
  padding-top: .8rem;
}

.bcbl-presentacion .view-bcbl-noticias p {
  font-size: calc(16px + (18 - 16) * (100vw - 400px) / (1920 - 400));
}

.node-type-webform, .node-type-bcbl-formulario {
  /*.node-bcbl-formulario > div {
		@extend .small-12;
		@extend .xlarge-6;
		@extend .columns;
		float: right;
	}*/
  /*ocultar formularios excepto contacto y divulgación de la ciencia*/
  /*&:not(.page-node-4597):not(.page-node-4777):not(.page-node-4899) .formularios{ display: none; }*/
}

.node-type-webform .node-webform, .node-type-webform .node-bcbl-formulario, .node-type-bcbl-formulario .node-webform, .node-type-bcbl-formulario .node-bcbl-formulario {
  margin-bottom: calc(20px + (30 - 20) * (100vw - 400px) / (1920 - 400));
  margin-top: calc(20px + (30 - 20) * (100vw - 400px) / (1920 - 400));
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 960px) {
  .node-type-webform .node-webform .formulario, .node-type-webform .node-bcbl-formulario .formulario, .node-type-bcbl-formulario .node-webform .formulario, .node-type-bcbl-formulario .node-bcbl-formulario .formulario {
    border-right: 1px solid #004A68;
  }
}

.node-type-webform .node-webform .formulario .field-name-field-texto-enlace, .node-type-webform .node-bcbl-formulario .formulario .field-name-field-texto-enlace, .node-type-bcbl-formulario .node-webform .formulario .field-name-field-texto-enlace, .node-type-bcbl-formulario .node-bcbl-formulario .formulario .field-name-field-texto-enlace {
  display: inline;
}

@media screen and (min-width: 960px) {
  .node-type-webform .node-webform .columns:first-of-type, .node-type-webform .node-bcbl-formulario .columns:first-of-type, .node-type-bcbl-formulario .node-webform .columns:first-of-type, .node-type-bcbl-formulario .node-bcbl-formulario .columns:first-of-type {
    padding-left: 0;
  }
}

.node-type-webform .node-webform .capazul, .node-type-webform .node-bcbl-formulario .capazul, .node-type-bcbl-formulario .node-webform .capazul, .node-type-bcbl-formulario .node-bcbl-formulario .capazul {
  position: relative;
}

.node-type-webform .node-webform .capazul:after, .node-type-webform .node-bcbl-formulario .capazul:after, .node-type-bcbl-formulario .node-webform .capazul:after, .node-type-bcbl-formulario .node-bcbl-formulario .capazul:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  z-index: 2;
  background-color: #004A68;
  opacity: .2;
  right: auto;
  left: auto;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}

.node-type-webform .node-webform .capazul:hover:after, .node-type-webform .node-bcbl-formulario .capazul:hover:after, .node-type-bcbl-formulario .node-webform .capazul:hover:after, .node-type-bcbl-formulario .node-bcbl-formulario .capazul:hover:after {
  opacity: 0;
}

.node-type-webform .node-webform .capazul img, .node-type-webform .node-webform .capazul + div, .node-type-webform .node-bcbl-formulario .capazul img, .node-type-webform .node-bcbl-formulario .capazul + div, .node-type-bcbl-formulario .node-webform .capazul img, .node-type-bcbl-formulario .node-webform .capazul + div, .node-type-bcbl-formulario .node-bcbl-formulario .capazul img, .node-type-bcbl-formulario .node-bcbl-formulario .capazul + div {
  z-index: 1;
  transition: all .2s ease;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 960px) {
  .node-type-webform .node-webform .capazul, .node-type-webform .node-bcbl-formulario .capazul, .node-type-bcbl-formulario .node-webform .capazul, .node-type-bcbl-formulario .node-bcbl-formulario .capazul {
    margin-bottom: 2rem;
  }
}

.node-type-webform h3, .node-type-bcbl-formulario h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  text-transform: none;
  margin-bottom: calc(10px + (20 - 10) * (100vw - 400px) / (1920 - 400));
}

@media screen and (min-width: 1680px) {
  .node-type-webform .block-dm-compartir2, .node-type-bcbl-formulario .block-dm-compartir2 {
    margin-top: 0;
  }
}

.node-type-webform .block-dm-compartir2 h2, .node-type-bcbl-formulario .block-dm-compartir2 h2 {
  text-transform: uppercase;
  font-size: 90%;
}

.node-type-webform #tapCompartir ul li a, .node-type-bcbl-formulario #tapCompartir ul li a {
  padding: .8em 1.6em;
  background: transparent;
  border-radius: 50%;
}

.node-type-webform #tapCompartir ul li a:before, .node-type-bcbl-formulario #tapCompartir ul li a:before {
  top: .4em;
}

.node-type-webform #tapCompartir ul li a.a-facebook:before, .node-type-bcbl-formulario #tapCompartir ul li a.a-facebook:before {
  content: "\f09a";
}

.node-type-webform #tapCompartir ul li a.a-twitter:before, .node-type-bcbl-formulario #tapCompartir ul li a.a-twitter:before {
  content: "\f099";
}

.node-type-webform #tapCompartir ul li a.a-whatsapp:before, .node-type-bcbl-formulario #tapCompartir ul li a.a-whatsapp:before {
  content: "\f232";
}

.node-type-webform #tapCompartir ul li a.a-linkedin:before, .node-type-bcbl-formulario #tapCompartir ul li a.a-linkedin:before {
  content: "\f0e1";
}

.node-type-webform #tapCompartir ul li a.a-email:before, .node-type-bcbl-formulario #tapCompartir ul li a.a-email:before {
  content: "\f0e0";
  margin-left: -.1em;
}

.node-type-webform #tapCompartir ul li a span, .node-type-bcbl-formulario #tapCompartir ul li a span {
  display: inline-block;
  text-indent: -800px;
}

.node-type-webform .webform-client-form .column, .node-type-webform .webform-client-form .columns, .node-type-bcbl-formulario .webform-client-form .column, .node-type-bcbl-formulario .webform-client-form .columns {
  padding: 0;
}

.node-type-webform .webform-client-form label, .node-type-bcbl-formulario .webform-client-form label {
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.node-type-webform .webform-client-form input[type="text"], .node-type-webform .webform-client-form input[type="email"], .node-type-webform .webform-client-form textarea, .node-type-bcbl-formulario .webform-client-form input[type="text"], .node-type-bcbl-formulario .webform-client-form input[type="email"], .node-type-bcbl-formulario .webform-client-form textarea {
  border: 1px solid #b2b2b2;
  min-height: 50px;
  margin: 0;
}

.node-type-webform .webform-client-form button, .node-type-bcbl-formulario .webform-client-form button {
  border: 1px solid #004A68;
  text-transform: uppercase;
  text-align: center;
  padding: .72rem 1.6rem 1rem 1.6rem;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  color: #004A68;
  background: transparent;
  min-width: 200px;
  border-radius: none;
  margin-top: 1.5rem;
}

.node-type-webform .webform-client-form button:after, .node-type-bcbl-formulario .webform-client-form button:after {
  content: "→";
  display: inline-block;
  font-size: 140%;
  margin-left: .75rem;
  line-height: 1;
}

.node-type-webform .webform-client-form button:before, .node-type-bcbl-formulario .webform-client-form button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01b1ea;
  width: 0;
  transition: all 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.node-type-webform .webform-client-form button:hover, .node-type-webform .webform-client-form button:focus, .node-type-webform .webform-client-form button:active, .node-type-bcbl-formulario .webform-client-form button:hover, .node-type-bcbl-formulario .webform-client-form button:focus, .node-type-bcbl-formulario .webform-client-form button:active {
  color: white;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.node-type-webform .webform-client-form button:hover:before, .node-type-webform .webform-client-form button:focus:before, .node-type-webform .webform-client-form button:active:before, .node-type-bcbl-formulario .webform-client-form button:hover:before, .node-type-bcbl-formulario .webform-client-form button:focus:before, .node-type-bcbl-formulario .webform-client-form button:active:before {
  width: 100%;
}

.node-type-webform .field-name-field-url-enlace, .node-type-bcbl-formulario .field-name-field-url-enlace {
  margin-top: 2rem;
}

.node-type-webform .field-name-field-url-enlace a, .node-type-bcbl-formulario .field-name-field-url-enlace a {
  border: 1px solid #004A68;
  text-transform: uppercase;
  text-align: center;
  padding: .72rem 1.6rem 1rem 1.6rem;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
}

.node-type-webform .field-name-field-url-enlace a:after, .node-type-bcbl-formulario .field-name-field-url-enlace a:after {
  content: "→";
  display: inline-block;
  font-size: 140%;
  margin-left: .75rem;
  line-height: 1;
}

.node-type-webform .field-name-field-url-enlace a:before, .node-type-bcbl-formulario .field-name-field-url-enlace a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01b1ea;
  width: 0;
  transition: all 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.node-type-webform .field-name-field-url-enlace a:hover, .node-type-webform .field-name-field-url-enlace a:focus, .node-type-webform .field-name-field-url-enlace a:active, .node-type-bcbl-formulario .field-name-field-url-enlace a:hover, .node-type-bcbl-formulario .field-name-field-url-enlace a:focus, .node-type-bcbl-formulario .field-name-field-url-enlace a:active {
  color: white;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.node-type-webform .field-name-field-url-enlace a:hover:before, .node-type-webform .field-name-field-url-enlace a:focus:before, .node-type-webform .field-name-field-url-enlace a:active:before, .node-type-bcbl-formulario .field-name-field-url-enlace a:hover:before, .node-type-bcbl-formulario .field-name-field-url-enlace a:focus:before, .node-type-bcbl-formulario .field-name-field-url-enlace a:active:before {
  width: 100%;
}

.node-type-webform .formularios .fieldset-formulario, .node-type-bcbl-formulario .formularios .fieldset-formulario {
  max-width: 780px;
  margin: 0;
}

.node-type-webform .formularios .fieldset-formulario input, .node-type-bcbl-formulario .formularios .fieldset-formulario input {
  max-width: 99%;
}

.node-type-webform .formularios .fieldset-formulario .small-6 input, .node-type-bcbl-formulario .formularios .fieldset-formulario .small-6 input {
  max-width: 94%;
}

.node-type-webform .formularios .fieldset-formulario .hour, .node-type-webform .formularios .fieldset-formulario .minute, .node-type-bcbl-formulario .formularios .fieldset-formulario .hour, .node-type-bcbl-formulario .formularios .fieldset-formulario .minute {
  max-width: 47%;
  height: 50px;
}

.formBloque {
  margin-top: 4rem;
}

.formBloque h2 {
  font-size: 2rem !important;
}

.formBloque .webform-client-form .column, .formBloque .webform-client-form .columns {
  padding: 0;
}

.formBloque .webform-client-form label {
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.formBloque .webform-client-form input[type="text"], .formBloque .webform-client-form input[type="email"], .formBloque .webform-client-form textarea {
  border: 1px solid #b2b2b2;
  min-height: 50px;
  margin: 0;
}

.formBloque .webform-client-form button {
  border: 1px solid #004A68;
  text-transform: uppercase;
  text-align: center;
  padding: .72rem 1.6rem 1rem 1.6rem;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  color: #004A68;
  background: transparent;
  min-width: 200px;
  border-radius: none;
  margin-top: 1.5rem;
}

.formBloque .webform-client-form button:after {
  content: "→";
  display: inline-block;
  font-size: 140%;
  margin-left: .75rem;
  line-height: 1;
}

.formBloque .webform-client-form button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01b1ea;
  width: 0;
  transition: all 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.formBloque .webform-client-form button:hover, .formBloque .webform-client-form button:focus, .formBloque .webform-client-form button:active {
  color: white;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.formBloque .webform-client-form button:hover:before, .formBloque .webform-client-form button:focus:before, .formBloque .webform-client-form button:active:before {
  width: 100%;
}

.bcbl-imagenes-formulario {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .bcbl-imagenes-formulario {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.view-publicaciones, .listado-noticias, .listado-programas {
  overflow: hidden;
}

.view-publicaciones .view-content h3, .listado-noticias .view-content h3, .listado-programas .view-content h3 {
  color: #004A68;
  margin: 1.5rem 0 0;
  text-align: left;
  clear: right;
  border-top: 1px solid #004A68;
  font-size: 140%;
  line-height: 1;
  clear: both;
  padding-top: 0.5rem;
  min-height: 57px;
}

@media (min-width: 960px) {
  .view-publicaciones .view-content h3, .listado-noticias .view-content h3, .listado-programas .view-content h3 {
    float: left;
    width: 15%;
  }
}

.view-publicaciones .view-content .views-row, .listado-noticias .view-content .views-row, .listado-programas .view-content .views-row {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  min-height: 57px;
}

@media (min-width: 960px) {
  .view-publicaciones .view-content .views-row, .listado-noticias .view-content .views-row, .listado-programas .view-content .views-row {
    float: right;
    width: calc(100% - 15%);
    border-top: 1px solid #004A68;
  }
}

.view-publicaciones .view-content .views-row .views-field-field-titulo, .view-publicaciones .view-content .views-row .views-field-field-libro, .view-publicaciones .view-content .views-row .views-field-field-cursos, .view-publicaciones .view-content .views-row .views-field-field-directivo, .view-publicaciones .view-content .views-row .views-field-field-mas-meritos, .view-publicaciones .view-content .views-row .views-field-field-congreso, .view-publicaciones .view-content .views-row h2, .view-publicaciones .view-content .views-row h2 a, .listado-noticias .view-content .views-row .views-field-field-titulo, .listado-noticias .view-content .views-row .views-field-field-libro, .listado-noticias .view-content .views-row .views-field-field-cursos, .listado-noticias .view-content .views-row .views-field-field-directivo, .listado-noticias .view-content .views-row .views-field-field-mas-meritos, .listado-noticias .view-content .views-row .views-field-field-congreso, .listado-noticias .view-content .views-row h2, .listado-noticias .view-content .views-row h2 a, .listado-programas .view-content .views-row .views-field-field-titulo, .listado-programas .view-content .views-row .views-field-field-libro, .listado-programas .view-content .views-row .views-field-field-cursos, .listado-programas .view-content .views-row .views-field-field-directivo, .listado-programas .view-content .views-row .views-field-field-mas-meritos, .listado-programas .view-content .views-row .views-field-field-congreso, .listado-programas .view-content .views-row h2, .listado-programas .view-content .views-row h2 a {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  text-transform: none;
}

.view-publicaciones .view-content .views-row .views-field-field-medio, .view-publicaciones .view-content .views-row .views-field-field-universidad, .view-publicaciones .view-content .views-row .views-field-field-lugar, .listado-noticias .view-content .views-row .views-field-field-medio, .listado-noticias .view-content .views-row .views-field-field-universidad, .listado-noticias .view-content .views-row .views-field-field-lugar, .listado-programas .view-content .views-row .views-field-field-medio, .listado-programas .view-content .views-row .views-field-field-universidad, .listado-programas .view-content .views-row .views-field-field-lugar {
  font-size: 1.25rem;
  margin: .5rem 0;
}

.view-publicaciones .view-content .views-row .views-field-field-autor, .view-publicaciones .view-content .views-row .views-field-field-phd-student, .listado-noticias .view-content .views-row .views-field-field-autor, .listado-noticias .view-content .views-row .views-field-field-phd-student, .listado-programas .view-content .views-row .views-field-field-autor, .listado-programas .view-content .views-row .views-field-field-phd-student {
  font-size: 1.1rem;
}

.view-publicaciones .view-content .vocabulary-programas .content, .listado-noticias .view-content .vocabulary-programas .content, .listado-programas .view-content .vocabulary-programas .content {
  display: flex;
  flex-direction: column;
}

.view-publicaciones .view-content .vocabulary-programas .content .taxonomy-term-description, .listado-noticias .view-content .vocabulary-programas .content .taxonomy-term-description, .listado-programas .view-content .vocabulary-programas .content .taxonomy-term-description {
  order: 2;
}

.view-publicaciones .view-content .vocabulary-programas .content .field-name-field-logo, .listado-noticias .view-content .vocabulary-programas .content .field-name-field-logo, .listado-programas .view-content .vocabulary-programas .content .field-name-field-logo {
  order: 1;
}

.view-publicaciones .view-content .oferta, .listado-noticias .view-content .oferta, .listado-programas .view-content .oferta {
  position: relative;
}

@media (min-width: 960px) {
  .view-publicaciones .view-content .oferta .lnk-pagina, .listado-noticias .view-content .oferta .lnk-pagina, .listado-programas .view-content .oferta .lnk-pagina {
    position: absolute;
    right: 1px;
    top: -10px;
    margin: 0;
    padding: .5rem 1rem .7rem 1.4rem;
  }
  .view-publicaciones .view-content .oferta p, .listado-noticias .view-content .oferta p, .listado-programas .view-content .oferta p {
    max-width: 70%;
  }
}

.listado-programas {
  overflow: hidden;
}

.listado-programas .view-content h3 {
  padding-top: 1rem;
}

@media (min-width: 960px) {
  .listado-programas .view-content h3 {
    width: 30%;
  }
}

.listado-programas .view-content h3 h2 {
  display: none;
}

.listado-programas .view-content h3 .taxonomy-term-description {
  margin: 0;
}

@media (min-width: 960px) {
  .listado-programas .view-content h3 .taxonomy-term-description {
    max-width: 80%;
  }
}

.listado-programas .view-content h3 .taxonomy-term-description p {
  margin: 0;
  padding: 0;
  font-size: 80%;
  line-height: 1.2;
  font-style: italic;
}

@media (min-width: 960px) {
  .listado-programas .view-content .views-row {
    float: right;
    width: calc(100% - 30%);
  }
}

.listado-programas .view-content .views-row .views-field-field-medio, .listado-programas .view-content .views-row .views-field-field-universidad, .listado-programas .view-content .views-row .views-field-field-lugar {
  font-size: 1.25rem;
  margin: .5rem 0;
}

.listado-programas .view-content .views-row .views-field-field-autor, .listado-programas .view-content .views-row .views-field-field-phd-student {
  font-size: 1.1rem;
}

.accordion .accordion-title {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  font-size: 18px;
  text-transform: none;
  border: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .accordion .accordion-title {
    padding-right: 2rem;
  }
}

.accordion .accordion-title:before {
  content: "";
  background: url(../images/ico-plus.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
}

.accordion .accordion-title:hover {
  background-color: transparent;
  color: #01b1ea;
}

.accordion .accordion-title:focus {
  background-color: transparent;
  color: #01b1ea;
}

.accordion .accordion-title:focus:before {
  content: "";
  background: url(../images/ico-minus.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  background-size: 100%;
}

.accordion .accordion-item {
  border-bottom: 1px solid #004A68;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 1.5rem 0;
}

.accordion .accordion-item:last-child:not(.is-active) > .accordion-title {
  border: none;
}

.accordion .accordion-item .accordion-content {
  border: none;
  border: none;
  padding: 0;
  margin-top: 2rem;
}

.accordion .accordion-item .accordion-content h4 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-transform: none;
}

.accordion:last-of-type .accordion-item:last-of-type {
  border-bottom: none;
}

.view-bcbl-proyectos h3, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-page_2 h3, .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_3 h3 {
  padding: 1rem 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 960px) {
  .view-bcbl-proyectos h3, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-page_2 h3, .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_3 h3 {
    margin-top: -1px;
    float: left;
    width: 10%;
    padding: 1rem 1rem 0;
  }
}

.view-bcbl-proyectos h3:not(:first-of-type), .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-page_2 h3:not(:first-of-type), .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_3 h3:not(:first-of-type) {
  border-top: 1px solid #004A68;
}

.view-bcbl-proyectos ul.accordion, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-page_2 ul.accordion, .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_3 ul.accordion {
  margin: 0;
}

@media screen and (min-width: 960px) {
  .view-bcbl-proyectos ul.accordion, .view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-page_2 ul.accordion, .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_3 ul.accordion {
    margin: 0 0 0 10%;
  }
}

.node-type-bcbl-equipo .accordion p {
  font-size: 15px;
}

.node-type-bcbl-equipo .accordion .accordion-title {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 15px;
  padding-right: 3rem;
}

.node-type-bcbl-equipo .accordion .accordion-title:before {
  width: 15px;
}

.node-type-bcbl-equipo .accordion .accordion-title:focus:before {
  width: 15px;
}

.view-bcbl-noticias .item-list {
  margin-bottom: 2rem;
  overflow: hidden;
}

.view-bcbl-noticias .item-list > h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin-bottom: 2rem;
  font-size: calc(23px + (28 - 23) * (100vw - 400px) / (1920 - 400));
}

.view-bcbl-noticias .item-list .item-noticia {
  border-bottom: 1px solid #004A68;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 960px) {
  .node-type-bcbl-noticias .noticia {
    margin-left: 4.5rem;
  }
}

.node-type-bcbl-noticias .noticia h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
}

.node-type-bcbl-noticias .noticia .fecha {
  margin: 1rem 0;
  font-size: calc(16px + (22 - 16) * (100vw - 400px) / (1920 - 400));
}

.node-type-bcbl-noticias .noticia .fecha .field-name-field-fecha-inicio {
  display: inline-block;
}

/*NOTICIAS DEL GRUPO*/
.view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_4 h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin-bottom: 2rem;
  font-size: calc(23px + (28 - 23) * (100vw - 400px) / (1920 - 400));
}

.view-bcbl-subsecciones-grupos-de-investigaci-n.view-display-id-block_4 .item-list {
  border-bottom: 1px solid #004A68;
  margin: 0;
  padding: 0;
}

.view-bcbl-subsecciones-grupos-de-investigaci-n ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.view-bcbl-subsecciones-grupos-de-investigaci-n h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin-bottom: 2rem;
  font-size: calc(23px + (28 - 23) * (100vw - 400px) / (1920 - 400));
}

.view-bcbl-subsecciones-grupos-de-investigaci-n .item-list {
  border-bottom: 1px solid #004A68;
  margin: 0;
  padding: 0;
}

.view-bcbl-subsecciones-grupos-de-investigaci-n .item-list:last-of-type {
  border-bottom: none;
}

.node-type-bcbl-formacion .field-name-field-informacion-adicional h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin-top: 3rem;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-top: 1px solid #004A68;
  border-bottom: 1px solid #004A68;
}

.node-bcbl-formacion li a {
  color: #01b1ea;
}

.node-bcbl-formacion li a:hover, .node-bcbl-formacion li a:active, .node-bcbl-formacion li a:focus {
  text-decoration: underline;
}

.bcbl-bcbl {
  counter-reset: section;
}

.bcbl-bcbl :not(.elcentro) .columns {
  padding: 0;
}

@media screen and (max-width: 779px) {
  .bcbl-bcbl {
    display: flex;
    flex-direction: column;
  }
  .bcbl-bcbl .columns.small-12.elcontenido {
    order: 1;
    margin-bottom: 20px;
  }
  .bcbl-bcbl .columns.small-12.elcentro {
    order: 2;
  }
}

@media screen and (min-width: 960px) {
  .bcbl-bcbl .elcentro {
    padding-right: 20px;
    border-right: 1px solid #004A68;
  }
}

.bcbl-bcbl .elcentro .presentacion p {
  margin: 0 0 2rem;
}

.bcbl-bcbl .elcentro .presentacion p:first-of-type {
  font-size: calc(22px + (24 - 22) * (100vw - 400px) / (1920 - 400));
}

.bcbl-bcbl .elcentro .autor {
  overflow: hidden;
  margin: 2rem 0;
}

.bcbl-bcbl .elcentro .autor img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  float: left;
}

.bcbl-bcbl .elcentro .autor h4 {
  margin-left: 120px;
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1920 - 400));
  padding-top: 2rem;
}

.bcbl-bcbl .elcentro .autor p {
  margin-left: 120px;
  font-size: calc(12px + (14 - 12) * (100vw - 400px) / (1920 - 400));
  font-weight: bold;
}

.bcbl-bcbl .elcentro h3 {
  border-bottom: none;
  border-top: 1px solid #004A68;
  font-size: calc(24px + (32 - 24) * (100vw - 400px) / (1920 - 400));
  text-transform: none;
  padding-top: 3rem;
}

.bcbl-bcbl #galeriaImagenes {
  padding-left: 20px;
}

.bcbl-bcbl h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(38px + (58 - 38) * (100vw - 400px) / (1920 - 400));
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
}

.bcbl-bcbl h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #004A68;
}

.bcbl-bcbl ol {
  list-style: none;
  margin-bottom: 5rem;
}

.bcbl-bcbl ol li {
  border: none;
  padding: 0;
  margin-left: 3rem;
  font-size: calc(16px + (19 - 16) * (100vw - 400px) / (1920 - 400));
  margin-bottom: 1.5rem;
}

.bcbl-bcbl ol li:before {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  border: none;
  display: block;
  float: left;
  margin-left: -3rem;
  margin-bottom: 2rem;
  counter-increment: section;
  content: "0." counter(section);
}

.bcbl-bcbl .patrocinadores {
  margin-top: 20px;
  border-top: 1px solid #004A68;
  padding-top: 20px;
  /*CARRUSEL*/
}

.bcbl-bcbl .patrocinadores p {
  font-size: 16px;
  text-transform: uppercase;
}

.bcbl-bcbl .patrocinadores .columns {
  padding: 0;
}

.bcbl-bcbl .patrocinadores .field-type-link-field {
  text-transform: uppercase;
  text-align: center;
}

.bcbl-bcbl .patrocinadores .field-type-image img {
  margin: 0 auto;
  display: block;
}

.bcbl-bcbl .patrocinadores .owl-theme .owl-controls .owl-pagination {
  display: none;
}

.bcbl-bcbl .patrocinadores .owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: -3.3rem;
  right: 0;
}

.bcbl-bcbl .patrocinadores .owl-theme .owl-controls .owl-buttons div {
  background: transparent url("../images/arrow.png") no-repeat center center;
  opacity: 1;
  border-radius: 0;
  text-indent: -800px;
  overflow: hidden;
  width: 50px;
  height: 19px;
  padding: 0;
  margin: 0;
}

.bcbl-bcbl .patrocinadores .owl-theme .owl-controls .owl-buttons div:hover {
  filter: grayscale(0%) brightness(100%) sepia(100%) hue-rotate(-180deg) saturate(1000%) contrast(100%);
}

.bcbl-bcbl .patrocinadores .owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-left: 1rem;
  border-left: 1px solid #004A68;
  transform: scaleX(-1);
}

.bcbl-bcbl .socios {
  border-top: 1px solid #004A68;
  padding-top: 20px;
}

.bcbl-bcbl .socios h2 {
  margin-top: .5rem;
  padding-top: 1rem;
}

@media screen and (min-width: 960px) {
  .bcbl-bcbl .socios .owl-item:not(:first-of-type) img {
    margin-top: 2rem;
  }
  .bcbl-bcbl .socios .owl-item:first-of-type:before {
    content: "Socios";
    display: block;
    width: 100%;
    margin: 0;
    display: block;
    float: none;
    text-transform: uppercase;
    padding-bottom: 1rem;
  }
  .bcbl-bcbl .socios .owl-item:last-of-type {
    border-left: 1px solid #004A68;
  }
  .bcbl-bcbl .socios .owl-item:last-of-type:before {
    content: "Promotor";
    margin: 0 0 0 1.5rem;
    text-transform: uppercase;
  }
}

.bcbl-bcbl .socios .content {
  text-align: center;
  text-transform: uppercase;
}

.bcbl-bcbl .socios .content a {
  display: none;
}

@media screen and (min-width: 960px) {
  .bcbl-bcbl .socios .content a {
    padding: 0 0 2rem;
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .lang-en .bcbl-bcbl .socios .owl-item:first-of-type:before {
    content: "Partners";
  }
  .lang-en .bcbl-bcbl .socios .owl-item:last-of-type:before {
    content: "Promoter";
  }
}

@media screen and (min-width: 960px) {
  .lang-eu .bcbl-bcbl .socios .owl-item:first-of-type:before {
    content: "Bazkideak";
  }
  .lang-eu .bcbl-bcbl .socios .owl-item:last-of-type:before {
    content: "Sustatzailea";
  }
}

@media screen and (min-width: 780px) {
  .bcbl-organigrama {
    display: flex;
  }
}

.bcbl-organigrama ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bcbl-organigrama ul li:before {
  content: "";
  display: block;
  clear: both;
  width: 20px;
  border-bottom: 1px solid #004A68;
  display: inline-block;
  margin-bottom: .3rem;
  margin-right: .5rem;
}

.bcbl-organigrama .bcbl-img {
  margin: 0 0 20px 0;
}

@media screen and (min-width: 780px) {
  .bcbl-organigrama .bcbl-img {
    flex: 1;
    margin: 0 20px 0;
  }
}

@media screen and (min-width: 780px) {
  .bcbl-organigrama .bcbl-txt {
    flex: 2;
    padding: 0 0 0 20px;
    border-left: 1px solid #004A68;
  }
}

.bcbl-organigrama .bcbl-txt h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(26px + (32 - 26) * (100vw - 400px) / (1920 - 400));
  margin: 0 0 1rem;
}

.bcbl-organigrama .bcbl-txt h3:not(:first-of-type) {
  margin-top: 2rem;
  border-top: 1px solid #004A68;
  padding-top: 2rem;
}

.bcbl-organigrama .bcbl-txt h4 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin: 2rem 0 1rem;
}

.comite {
  margin-bottom: 20px;
}

.comite h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(18px + (20 - 18) * (100vw - 400px) / (1920 - 400));
}

.comite .owl-item img {
  margin-bottom: 1rem;
}

.comite .owl-item .item {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #004A68;
}

.page-taxonomy-term.section-investigacion .tabsWrapper .listadoTabs, .page-taxonomy-term.section-research .tabsWrapper .listadoTabs, .page-taxonomy-term.section-ikerketa .tabsWrapper .listadoTabs {
  text-align: center;
  margin: 1rem 0;
}

.page-taxonomy-term.section-investigacion .tabsWrapper .listadoTabs ul, .page-taxonomy-term.section-research .tabsWrapper .listadoTabs ul, .page-taxonomy-term.section-ikerketa .tabsWrapper .listadoTabs ul {
  list-style: none;
  margin: 0;
  padding: 1rem 0 0 0;
  border: none;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  .page-taxonomy-term.section-investigacion .tabsWrapper .listadoTabs ul, .page-taxonomy-term.section-research .tabsWrapper .listadoTabs ul, .page-taxonomy-term.section-ikerketa .tabsWrapper .listadoTabs ul {
    padding: 1rem 0 0 4rem;
  }
}

.page-taxonomy-term.section-investigacion .tabsWrapper .listadoTabs ul li, .page-taxonomy-term.section-research .tabsWrapper .listadoTabs ul li, .page-taxonomy-term.section-ikerketa .tabsWrapper .listadoTabs ul li {
  padding: 0 1.5em 0 0;
  float: left;
  display: inline-block;
}

.page-taxonomy-term.section-investigacion .tabsWrapper .listadoTabs ul li:nth-child(n+8), .page-taxonomy-term.section-research .tabsWrapper .listadoTabs ul li:nth-child(n+8), .page-taxonomy-term.section-ikerketa .tabsWrapper .listadoTabs ul li:nth-child(n+8) {
  display: none;
}

.page-taxonomy-term.section-investigacion .tabsWrapper .listadoTabs ul li:first-of-type, .page-taxonomy-term.section-research .tabsWrapper .listadoTabs ul li:first-of-type, .page-taxonomy-term.section-ikerketa .tabsWrapper .listadoTabs ul li:first-of-type {
  padding-left: 0;
}

.page-taxonomy-term.section-investigacion .tabsWrapper .listadoTabs ul li a, .page-taxonomy-term.section-research .tabsWrapper .listadoTabs ul li a, .page-taxonomy-term.section-ikerketa .tabsWrapper .listadoTabs ul li a {
  transition: all .3s ease;
}

.page-taxonomy-term.section-investigacion .tabsWrapper .listadoTabs ul li a:hover, .page-taxonomy-term.section-research .tabsWrapper .listadoTabs ul li a:hover, .page-taxonomy-term.section-ikerketa .tabsWrapper .listadoTabs ul li a:hover {
  color: #004A68;
}

.page-taxonomy-term.section-investigacion .tabsWrapper .listadoTabs ul li.active a, .page-taxonomy-term.section-research .tabsWrapper .listadoTabs ul li.active a, .page-taxonomy-term.section-ikerketa .tabsWrapper .listadoTabs ul li.active a {
  color: #01b1ea;
  font-weight: 700;
}

.page-taxonomy-term.section-investigacion .tabs-content, .page-taxonomy-term.section-research .tabs-content, .page-taxonomy-term.section-ikerketa .tabs-content {
  border: none;
}

.page-taxonomy-term.section-investigacion .tabs-content .contenido, .page-taxonomy-term.section-research .tabs-content .contenido, .page-taxonomy-term.section-ikerketa .tabs-content .contenido {
  display: none;
}

.page-taxonomy-term.section-investigacion .tabs-content .contenido.active, .page-taxonomy-term.section-research .tabs-content .contenido.active, .page-taxonomy-term.section-ikerketa .tabs-content .contenido.active {
  display: block;
}

.view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 {
  margin-bottom: 5rem;
}

.view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content {
  height: auto;
  overflow: hidden;
}

.view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content h3 {
  float: left;
  width: 10rem;
  color: #004A68;
  margin: 1.5rem 0 0;
  text-align: left;
  clear: right;
  border-top: 1px solid #004A68;
  font-size: 130%;
  line-height: 3.7;
  height: 45px;
}

@media (max-width: 960px) {
  .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content h3 {
    float: none;
    width: 100%;
  }
}

.view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content .views-row {
  float: right;
  width: calc(100% - 10rem);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #004A68;
}

@media (max-width: 960px) {
  .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content .views-row {
    float: none;
    width: 100%;
  }
}

.view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content .views-row .formato-apa {
  font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1920 - 400));
  text-transform: none;
  line-height: 1.4;
}

.view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content .views-row .views-field-field-titulo, .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content .views-row .views-field-field-libro, .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content .views-row .views-field-field-cursos, .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content .views-row .views-field-field-directivo, .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content .views-row .views-field-field-mas-meritos, .view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .view-content .views-row .views-field-field-congreso {
  /*@include tit3; text-transform: none;*/
  display: inline;
}

.view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .field-name-field-equipo-proyectos {
  width: calc(100% - 4rem);
  margin-top: 2.5rem;
  border-top: 1px solid #004A68;
  margin-left: 4rem;
}

.view-id-bcbl_subsecciones_grupos_de_investigaci_n.view-display-id-block_2 .field-name-field-equipo-proyectos a {
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #004A68;
}

.iframe-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*invertir orden contenidos en móvil*/
@media screen and (max-width: 779px) {
  .trabajar-bcbl .row,
  .node-type-bcbl-formacion .bcbl-pagina .row,
  .node-type-bcbl-pagina .bcbl-pagina,
  .node-type-bcbl-infraestructuras .bcbl-pagina {
    display: flex;
    flex-direction: column-reverse;
  }
}

.bcbl-rrhh {
  /*LISTADOS OFERTAS DE EMPLEO*/
}

.bcbl-rrhh h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(38px + (58 - 38) * (100vw - 400px) / (1920 - 400));
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
  margin-top: 2rem;
}

.bcbl-rrhh h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
}

.bcbl-rrhh .staff {
  margin-bottom: 3rem;
}

.bcbl-rrhh .staff img {
  margin-top: -1rem;
}

.bcbl-rrhh .listado-ofertas .view-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 480px) {
  .bcbl-rrhh .listado-ofertas .view-content ul {
    display: grid;
    grid-gap: 3rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .bcbl-rrhh .listado-ofertas .view-content ul {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 960px) {
  .bcbl-rrhh .listado-ofertas .view-content ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.bcbl-rrhh .listado-ofertas .view-content ul li {
  border-bottom: 1px solid #004A68;
  padding-bottom: 1.5rem;
}

.bcbl-rrhh .listado-ofertas .view-content ul li h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  border-bottom: none;
  padding-bottom: .5rem;
  margin-bottom: 0;
}

.bcbl-rrhh .listado-ofertas .view-content ul li h2 + p {
  text-transform: uppercase;
}

.bcbl-rrhh .listado-ofertas .view-content ul li .masinfo {
  text-align: right;
}

.bcbl-rrhh .listado-ofertas .view-content ul li .masinfo:before {
  content: "";
  display: block;
  clear: both;
  content: "+";
  display: inline;
  padding-right: .5rem;
  font-size: 140%;
  line-height: 1;
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .bcbl-rrhh .listado-ofertas .view-content ul li:not(:nth-of-type(even)) .listado_separadores {
    border-right: 1px solid #004A68;
  }
}

@media screen and (min-width: 960px) {
  .bcbl-rrhh .listado-ofertas .view-content ul li:not(:nth-child(3n)) .listado_separadores {
    border-right: 1px solid #004A68;
  }
}

.bcbl-rrhh .listado-ofertas .view-footer {
  text-align: center;
}

.bcbl-rrhh .listado-ofertas .view-footer a {
  text-align: center;
  margin: 3rem auto;
}

.bcbl-rrhh .listado-ofertas .view-header {
  position: relative;
}

.bcbl-rrhh .listado-ofertas .view-header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: -5rem;
}

.bcbl-rrhh .listado-ofertas .view-header ul li {
  display: inline-block;
  margin: 0 0 0 2rem;
  /* 		  			&:first-of-type{
 		  				border-color: $azulactivo; background-color: $azulactivo; color: white;
 		  					&:hover, &:active, &:focus{ color: white; border-color: $azul; }
 		  				}
 		  			}*/
}

@media screen and (max-width: 480px) {
  .bcbl-rrhh .listado-ofertas .view-header ul li {
    display: block;
  }
}

.bcbl-rrhh .listado-ofertas .view-header .lnk-pagina {
  margin: 0 0 1rem;
}

/*OFERTAS DE EMPLEO*/
.ofertas-empleo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ofertas-empleo ul li {
  margin-bottom: 4rem;
}

.ofertas-empleo ul li .oferta-detalles {
  margin-left: 7rem;
  max-width: 960px;
}

.ofertas-empleo h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(38px + (58 - 38) * (100vw - 400px) / (1920 - 400));
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #004A68;
  margin: 2rem 0;
}

.ofertas-empleo h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin-bottom: 1rem;
}

.plantilla h2 {
  border-top: 1px solid #004A68;
  padding-top: 1rem;
}

.plantilla .block-views-bcbl-equipo-block-1 h2 {
  display: none;
}

#plantilla ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.block-views-bcbl-proyectos-block-1 {
  padding: 0;
}

.block-views-bcbl-proyectos-block-1 h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: 16px;
  text-transform: uppercase;
  margin: 3rem 0 0;
  padding: 1rem 0;
  border-bottom: 1px solid #004A68;
  border-top: 1px solid #004A68;
}

/*Ficha oferta de empleo*/
.node-bcbl-empleo .field-name-field-enlace-cta a {
  border: 1px solid #004A68;
  text-transform: uppercase;
  text-align: center;
  padding: .72rem 1.6rem 1rem 1.6rem;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  position: relative;
  overflow: hidden;
  color: #004A68;
  margin: 2rem 0;
  display: inline-block;
}

.node-bcbl-empleo .field-name-field-enlace-cta a:after {
  content: "→";
  display: inline-block;
  font-size: 140%;
  margin-left: .75rem;
  line-height: 1;
}

.node-bcbl-empleo .field-name-field-enlace-cta a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01b1ea;
  width: 0;
  transition: all 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.node-bcbl-empleo .field-name-field-enlace-cta a:hover, .node-bcbl-empleo .field-name-field-enlace-cta a:focus, .node-bcbl-empleo .field-name-field-enlace-cta a:active {
  color: white;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.node-bcbl-empleo .field-name-field-enlace-cta a:hover:before, .node-bcbl-empleo .field-name-field-enlace-cta a:focus:before, .node-bcbl-empleo .field-name-field-enlace-cta a:active:before {
  width: 100%;
}

.node-bcbl-empleo .field-name-field-enlace-cta a:hover, .node-bcbl-empleo .field-name-field-enlace-cta a:focus, .node-bcbl-empleo .field-name-field-enlace-cta a:active {
  text-decoration: none;
  color: white;
}

.node-type-bcbl-transparencia ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.node-type-bcbl-transparencia h3 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(26px + (32 - 26) * (100vw - 400px) / (1920 - 400));
  margin: 0 0 1rem;
}

.node-type-bcbl-transparencia h3:not(:first-of-type) {
  margin-top: 2rem;
  border-top: 1px solid #004A68;
  padding-top: 2rem;
}

.node-type-bcbl-transparencia h4 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin: 2rem 0 1rem;
}

.node-type-bcbl-transparencia .field-collection-view {
  margin: 0;
  border: none;
}

.node-type-bcbl-transparencia .field-collection-container {
  margin: 2rem 0;
  border: none;
}

.node-type-bcbl-transparencia .file {
  margin-top: 1rem;
  display: inline-block;
}

.node-type-bcbl-transparencia .file + .file {
  margin-left: .5rem;
}

.node-type-bcbl-transparencia .field-name-field-titulo {
  font-weight: bold;
}

.node-type-bcbl-transparencia .view-bcbl-grupos .file {
  margin: 0;
}

.prensa-listado .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(33% - 2rem), 1fr));
  grid-gap: 2rem;
}

.prensa-listado .view-content h2 {
  font-family: "Anton", sans-serif;
  color: #004A68;
  text-transform: uppercase;
  font-size: calc(20px + (24 - 20) * (100vw - 400px) / (1920 - 400));
  margin: 0 0 1rem;
}

.prensa-listado .view-content .velo {
  position: relative;
}

.prensa-listado .view-content .velo img {
  z-index: 1;
  transition: all .2s ease;
}

.prensa-listado .view-content .velo a {
  overflow: hidden;
  display: block;
}

.prensa-listado .view-content .velo a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  z-index: 2;
  background-color: #004A68;
  opacity: .2;
  position: absolute;
  right: auto;
  left: auto;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}

.prensa-listado .view-content .velo a:hover:after {
  opacity: .1;
}

.prensa-listado .view-content .velo a:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  margin: .25rem 0 -0.25rem;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.prensa-listado .view-content .views-row {
  background-color: #FAFAFA;
  transition: all ease .5s;
}

.prensa-listado .view-content .views-row:hover {
  background-color: #f2f8fa;
}

.prensa-listado .view-content .views-row .prensa-detalles {
  padding: 1.5rem;
}

.prensa-listado .view-content .views-row .prensa-detalles a.masinfo {
  font-family: "Anton", sans-serif;
  color: #004A68;
  font-size: calc(14px + (16 - 14) * (100vw - 400px) / (1920 - 400));
  text-decoration: none;
  transition: all .3s ease;
  position: relative;
  line-height: 120%;
}

.prensa-listado .view-content .views-row .prensa-detalles a.masinfo:before {
  content: "";
  display: block;
  clear: both;
  width: 30px;
  border-bottom: 2px solid #004A68;
  float: left;
  margin: .6rem 1rem 0 0;
}

.prensa-listado .view-content .views-row .prensa-detalles a.masinfo:after {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #01b1ea;
  transform-origin: bottom left;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}

.prensa-listado .view-content .views-row .prensa-detalles a.masinfo:hover {
  color: #01b1ea;
}

.prensa-listado .view-content .views-row .prensa-detalles a.masinfo:hover:before {
  border-color: #01b1ea;
}

.prensa-listado .view-content .views-row .prensa-detalles a.masinfo:hover:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}
