@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/* --------------------------------------------------------------------------
    COLOR TABLES
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
/*------------------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

#wpadminbar {
  position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem;
}

.wp-caption > figcaption {
  width: 100%;
  text-align: right;
  font-size: 15px;
  color: black;
  padding-bottom: 15px;
  padding-top: 5px;
}

.single .textwidget .wp-caption > figcaption {
  text-align: left;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}

.alignright {
  float: right;
  margin: 0;
}

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

a {
  color: #005ebb;
}

.textwidget a {
  font-weight: 600;
  color: #005ebb;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}

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

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

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

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

.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 {
  animation: fa-spin 2s infinite linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row:not(.expanded) .row {
  max-width: 960px !important;
  margin: 0 auto;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto;
}

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

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

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

.row {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

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

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

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

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

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

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

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

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

.small-1 {
  -ms-flex: 0 0 8.33333333%;
      flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

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

.small-2 {
  -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

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

.small-5 {
  -ms-flex: 0 0 41.66666667%;
      flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  -ms-flex: 0 0 58.33333333%;
      flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

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

.small-8 {
  -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

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

.small-11 {
  -ms-flex: 0 0 91.66666667%;
      flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -ms-flex: 0 0 16.66666667%;
      flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -ms-flex: 0 0 14.28571429%;
      flex: 0 0 14.28571429%;
  max-width: 14.28571429%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media print, screen and (min-width: 48em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -ms-flex: 0 0 14.28571429%;
        flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media print, screen and (min-width: 48em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -ms-flex: 0 0 14.28571429%;
        flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media print, screen and (min-width: 64.0625em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%;
}

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

.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: 20px;
  font-size: inherit;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3.125rem;
  }
  h2, .h2 {
    font-size: 2.625rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.625rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 0.8125rem;
  }
}

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

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

a img {
  border: 0;
}

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

ul,
ol,
dl {
  margin-bottom: 20px;
  list-style-position: outside;
  line-height: 1.2;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 20px;
  list-style-type: disc;
}

ol {
  margin-left: 20px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 20px;
  margin-bottom: 0;
}

dl {
  margin-bottom: 20px;
}

dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}

blockquote {
  margin: 0 0 20px;
  padding: 20px;
  border-left: 1px solid #333333;
}

blockquote, blockquote p {
  line-height: 1.2;
  color: #333333;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #222;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 20px;
  background-color: #D4D4D4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #222;
}

.subheader {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.2;
  color: #333333;
}

.lead {
  font-size: 26px;
  line-height: 1.6;
}

.stat {
  font-size: 26px;
  line-height: 1;
}

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

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

.cite-block, cite {
  display: block;
  color: #333333;
  font-size: 13px;
}

.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #333333;
  background-color: #D4D4D4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #222;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0 3px;
}

.code-block {
  border: 1px solid #333333;
  background-color: #D4D4D4;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #222;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 48em) {
  .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: 64.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #333333;
    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.28125rem;
  margin: 0 0 0.9375rem;
  padding: 0.46875rem;
  border: 1px solid #333333;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.1);
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
  transition: box-shadow 300ms, border-color 200ms ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #333333;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #333333;
  transition: box-shadow 300ms, border-color 200ms ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

:-ms-input-placeholder {
  color: #333333;
}

::placeholder {
  color: #333333;
}

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6em;
  color: #222;
}

label.middle {
  margin: 0 0 0.9375rem;
  padding: 0.53125rem 0;
}

.help-text {
  margin-top: -0.46875rem;
  font-size: 13px;
  font-style: italic;
  color: #222;
}

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

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

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

.input-group-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 15px;
  border: 1px solid #333333;
  background: #D4D4D4;
  color: #222;
  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;
}

.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.28125rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9375rem;
}

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

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

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

.fieldset {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #333333;
}

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

select {
  height: 2.28125rem;
  margin: 0 0 0.9375rem;
  padding: 0.46875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #333333;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.5;
  color: #222;
  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%2851, 51, 51%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.9375rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.40625rem;
  transition: box-shadow 300ms, border-color 200ms 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 #333333;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #333333;
  transition: box-shadow 300ms, border-color 200ms ease-in-out;
}

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

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

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

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

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

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

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

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

.form-error {
  display: none;
  margin-top: -0.46875rem;
  margin-bottom: 0.9375rem;
  font-size: 13px;
  font-weight: bold;
  color: #D55E09;
}

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 4px 12px 5px 12px;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 200ms ease-out, color 200ms ease-out;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

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

.button.tiny {
  font-size: 9px;
}

.button.small {
  font-size: 13px;
}

.button.large {
  font-size: 26px;
}

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

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #E63D55;
  color: #FFFFFF;
}

.button:hover, .button:focus {
  background-color: #ea5a6f;
  color: #FFFFFF;
}

.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #E63D55;
  color: #FFFFFF;
}

.button.primary:hover, .button.primary:focus {
  background-color: #ce1b34;
  color: #FFFFFF;
}

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

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

.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #E63D55;
  color: #FFFFFF;
}

.button.success:hover, .button.success:focus {
  background-color: #ce1b34;
  color: #FFFFFF;
}

.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #E63D55;
  color: #FFFFFF;
}

.button.warning:hover, .button.warning:focus {
  background-color: #ce1b34;
  color: #FFFFFF;
}

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

.button.alert:hover, .button.alert:focus {
  background-color: #aa4b07;
  color: #FFFFFF;
}

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

.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #E63D55;
  color: #E63D55;
}

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

.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #E63D55;
  color: #E63D55;
}

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

.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #333333;
  color: #333333;
}

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

.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #E63D55;
  color: #E63D55;
}

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

.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #E63D55;
  color: #E63D55;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #811121;
  color: #811121;
}

.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #D55E09;
  color: #D55E09;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #6b2f05;
  color: #6b2f05;
}

.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #E63D55;
}

.button.clear:hover, .button.clear:focus {
  color: #811121;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #E63D55;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  color: #811121;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #333333;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #1a1919;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #E63D55;
}

.button.clear.success:hover, .button.clear.success:focus {
  color: #811121;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #E63D55;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  color: #811121;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #D55E09;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  color: #6b2f05;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FFFFFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 12px;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #E63D55;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #E63D55;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #333333;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #E63D55;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #E63D55;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #D55E09;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.breadcrumbs {
  margin: 0 0 10px 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 12px;
  color: #222;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 5px;
  opacity: 1;
  content: "/";
  color: #333333;
}

.breadcrumbs a {
  color: #E63D55;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #333333;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 20px;
  font-size: 0;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 9px;
}

.button-group.small .button {
  font-size: 13px;
}

.button-group.large .button {
  font-size: 26px;
}

.button-group.expanded {
  margin-right: -5px;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:last-child {
  width: calc(100% - 5px);
}

.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% - 5px);
  margin-right: 5px;
}

.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: -30px;
}

.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.33333333% - 5px);
  margin-right: 5px;
}

.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: -30px;
}

.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% - 5px);
  margin-right: 5px;
}

.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: -30px;
}

.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% - 5px);
  margin-right: 5px;
}

.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: -30px;
}

.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.66666667% - 5px);
  margin-right: 5px;
}

.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: -30px;
}

.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #E63D55;
  color: #FFFFFF;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #ce1b34;
  color: #FFFFFF;
}

.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #333333;
  color: #FFFFFF;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #292929;
  color: #FFFFFF;
}

.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #E63D55;
  color: #FFFFFF;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #ce1b34;
  color: #FFFFFF;
}

.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #E63D55;
  color: #FFFFFF;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #ce1b34;
  color: #FFFFFF;
}

.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #D55E09;
  color: #FFFFFF;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #aa4b07;
  color: #FFFFFF;
}

.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}

.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #E63D55;
  color: #E63D55;
}

.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #811121;
  color: #811121;
}

.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #E63D55;
  color: #E63D55;
}

.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #811121;
  color: #811121;
}

.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #333333;
  color: #333333;
}

.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #1a1919;
  color: #1a1919;
}

.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #E63D55;
  color: #E63D55;
}

.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #811121;
  color: #811121;
}

.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #E63D55;
  color: #E63D55;
}

.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #811121;
  color: #811121;
}

.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #D55E09;
  color: #D55E09;
}

.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #6b2f05;
  color: #6b2f05;
}

.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #E63D55;
}

.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #811121;
}

.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #E63D55;
}

.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #811121;
}

.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #333333;
}

.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #1a1919;
}

.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #E63D55;
}

.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #811121;
}

.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #E63D55;
}

.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #811121;
}

.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #D55E09;
}

.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #6b2f05;
}

.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}

.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;
}

.button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
  margin-right: -5px;
}

.button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
  display: none;
}

.button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
  width: calc(100% - 5px);
}

.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 5px);
  margin-right: 5px;
}

.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -30px;
}

.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333333% - 5px);
  margin-right: 5px;
}

.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -30px;
}

.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 5px);
  margin-right: 5px;
}

.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -30px;
}

.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 5px);
  margin-right: 5px;
}

.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -30px;
}

.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66666667% - 5px);
  margin-right: 5px;
}

.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -30px;
}

@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 47.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 64.06125em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #333333;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #222;
}

.close-button.small {
  right: 13px;
  top: 8px;
  font-size: 16px;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 20px;
  top: 16px;
  font-size: 20px;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu li, .menu.horizontal li {
  display: inline-block;
}

.menu.vertical li {
  display: block;
}

.menu.expanded {
  display: table;
  width: 100%;
}

.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}

.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}

.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}

.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 10px;
  display: inline-block;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 10px;
  display: inline-block;
}

.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 10px;
}

.menu.icon-bottom li a {
  text-align: center;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  display: block;
  margin: 10px auto 0;
}

.menu .is-active > a {
  background: #E63D55;
  color: #FFFFFF;
}

.menu .active > a {
  background: #E63D55;
  color: #FFFFFF;
}

.menu.align-left {
  text-align: left;
}

.menu.align-right {
  text-align: right;
}

.menu.align-right .submenu li {
  text-align: left;
}

.menu.align-right.vertical .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center {
  text-align: center;
}

.menu.align-center .submenu li {
  text-align: left;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}

.menu-centered > .menu .submenu li {
  text-align: left;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.responsive-embed, .video p, .video .wp-video,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe, .video p iframe, .video .wp-video iframe,
.responsive-embed object,
.video p object,
.video .wp-video object,
.responsive-embed embed,
.video p embed,
.video .wp-video embed,
.responsive-embed video,
.video p video,
.video .wp-video 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, .video p, .video .wp-video,
.flex-video.widescreen,
.video p.flex-video,
.video .flex-video.wp-video {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 0;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #E63D55;
  color: #FFFFFF;
}

.label.primary {
  background: #E63D55;
  color: #FFFFFF;
}

.label.secondary {
  background: #333333;
  color: #FFFFFF;
}

.label.success {
  background: #E63D55;
  color: #FFFFFF;
}

.label.warning {
  background: #E63D55;
  color: #FFFFFF;
}

.label.alert {
  background: #D55E09;
  color: #FFFFFF;
}

.media-object {
  display: block;
  margin-bottom: 10px;
}

.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 10px;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 10px;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 47.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 10px;
    display: block;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

.pagination {
  margin-left: 0;
  margin-bottom: 10px;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0;
  border-radius: 0;
  font-size: 15px;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 3px 9px 5px 9px;
  border-radius: 0;
  color: #222;
}

.pagination a:hover,
.pagination button:hover {
  background: #D4D4D4;
}

.pagination .current {
  padding: 3px 9px 5px 9px;
  background: #E63D55;
  color: #FFFFFF;
  cursor: default;
}

.pagination .disabled {
  padding: 3px 9px 5px 9px;
  color: #333333;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 3px 9px 5px 9px;
  content: '\2026';
  color: #222;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(34, 34, 34, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 10px;
  border: 1px solid #333333;
  border-radius: 0;
  background-color: #FFFFFF;
  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: 48em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 60rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 60rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 60rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 60rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 47.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

caption {
  padding: 5px 15px;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #222;
}

tfoot {
  background: #f2f2f2;
  color: #222;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 5px 15px;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 5px 15px;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #FFFFFF;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

@media print, screen and (max-width: 64.06125em) {
  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: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #D4D4D4;
  background: #FFFFFF;
  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: #E63D55;
}

.tabs.primary > li > a {
  color: #FFFFFF;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #e4304a;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 0;
  font-size: 15px;
  line-height: 1;
  color: #E63D55;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #FFFFFF;
  color: #de1d38;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #D4D4D4;
  color: #E63D55;
}

.tabs-content {
  border: 1px solid #D4D4D4;
  border-top: 0;
  background: #FFFFFF;
  color: #222;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #D4D4D4;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 0;
}

.tabs-panel.is-active {
  display: block;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #333333;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 8.66px);
  z-index: 1200;
  max-width: 10rem;
  padding: 10px;
  border-radius: 0;
  background-color: #222;
  font-size: 80%;
  color: #FFFFFF;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #222;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #222 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #222;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #222 transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 64.06125em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 64.06125em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64.0625em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 64.06125em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.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;
}

/*
  IMS STYLES
*/
/* --------------------------------------------------------------------------
	SETTINGS: TYPOGRAPHY
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
body * {
  font-family: "Lato", "Helvetica Neue", sans-serif;
}

/*------------------------------------------------------------------------ */
h1 {
  font-size: 60px;
  line-height: 65px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: initial;
  }
}

h2 {
  font-size: 48px;
  line-height: 48px;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 33px;
    line-height: 35px;
  }
}

h3 {
  font-size: 40px;
}

@media screen and (max-width: 640px) {
  h3 {
    font-size: 38px;
  }
}

h4 {
  font-size: 20px;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

em {
  font-style: italic;
}

hr {
  border: 0;
  border-bottom: 1px solid #D4D4D4;
  width: 100%;
  max-width: 100%;
  margin: 5px auto;
}

p {
  font-size: 18px;
}

.text-red, .text-red a {
  color: red !important;
}

/*------------------------------------------------------------------------ */
@font-face {
  font-family: 'Oswald';
  src: url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/OswaldUltra.woff2") format("woff2"), url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/OswaldUltra.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/OswaldMedium.woff2") format("woff2"), url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/OswaldMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/Oswald/Oswald-Medium.ttf");
  font-weight: 500;
  font-style: bold;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url("/wp-content/themes/comite-nacional-lula-livre/assets/fonts/Oswald/Oswald-Bold.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* --------------------------------------------------------------------------
    SPACING
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
body {
  overflow-x: hidden;
}

/*------------------------------------------------------------------------ */
.panel-grid {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

/* --------------------------------------------------------------------------
    COLOR ATOMS
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
.tc-white {
  color: #FFFFFF !important;
}

.tch-white:hover {
  color: #FFFFFF !important;
}

.bg-white {
  background: #FFFFFF !important;
}

.tc-black {
  color: #222 !important;
}

.tch-black:hover {
  color: #222 !important;
}

.bg-black {
  background: #222 !important;
}

.tc-gray {
  color: #333333 !important;
}

.tch-gray:hover {
  color: #333333 !important;
}

.bg-gray {
  background: #333333 !important;
}

.tc-alto {
  color: #D4D4D4 !important;
}

.tch-alto:hover {
  color: #D4D4D4 !important;
}

.bg-alto {
  background: #D4D4D4 !important;
}

.tc-concrete {
  color: #F2F2F2 !important;
}

.tch-concrete:hover {
  color: #F2F2F2 !important;
}

.bg-concrete {
  background: #F2F2F2 !important;
}

.tc-blue {
  color: #E63D55 !important;
}

.tch-blue:hover {
  color: #E63D55 !important;
}

.bg-blue {
  background: #E63D55 !important;
}

.text-white {
  color: white !important;
}

.text-primary {
  color: #E63D55 !important;
}

.text-primary.darker, .text-primary--darker {
  color: #5C0606 !important;
}

.text-secondary {
  color: #15294B !important;
}

.text-gray {
  color: #333333 !important;
}

.text-gray-darker {
  color: #222222 !important;
}

/* --------------------------------------------------------------------------
	ATOMS
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
.fz8 {
  font-size: 8px;
}

.fz11 {
  font-size: 11px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz26 {
  font-size: 26px;
}

.fz32 {
  font-size: 32px;
}

.fz42 {
  font-size: 42px;
}

.fz50 {
  font-size: 50px;
}

.lh1-2 {
  line-height: 1.2em;
}

.lh1-4 {
  line-height: 1.4em;
}

.lh1-6 {
  line-height: 1.6em;
}

.lh2 {
  line-height: 2em;
}

.lh17 {
  line-height: 17px;
}

.lh21 {
  line-height: 21px;
}

.lh38 {
  line-height: 38px;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.ls6 {
  letter-spacing: 6px;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ff-open {
  font-family: "Open Sans", sans-serif;
}

.ff-title, .ff-title strong {
  font-family: "Oswald", sans-serif;
}

.bold, b {
  font-weight: bold;
}

.bolder {
  font-weight: 900;
}

.light {
  font-weight: 200;
}

.italic, i {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase !important;
}

.nocase {
  text-transform: none;
}

.text-black {
  color: #222 !important;
}

.text-primary {
  color: #E63D55 !important;
}

.text-secondary {
  color: #15294B !important;
}

.gray {
  color: #333333;
}

.text-white {
  color: #FFFFFF !important;
}

.gray-light {
  color: #aeaeae;
}

/* --------------------------------------------------------------------------
    POSITIONING
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
.z0 {
  z-index: 0;
}

.z100 {
  z-index: 100;
}

.z200 {
  z-index: 200;
}

.z300 {
  z-index: 300;
}

.z400 {
  z-index: 400;
}

.z500 {
  z-index: 500;
}

.z600 {
  z-index: 600;
}

.z700 {
  z-index: 700;
}

.z800 {
  z-index: 800;
}

.z900 {
  z-index: 900;
}

.z1000 {
  z-index: 1000;
}

/*------------------------------------------------------------------------ */
.col1 {
  columns: 1;
}

.col2 {
  columns: 2;
}

.col3 {
  columns: 3;
}

.col4 {
  columns: 4;
}

.col5 {
  columns: 5;
}

.col6 {
  columns: 6;
}

/*------------------------------------------------------------------------ */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.ac {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

.fl-c {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.fl-b {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.justify-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.right {
  float: right;
}

.left {
  float: left;
}

/*------------------------------------------------------------------------ */
ul.nav {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  padding: 0;
}

.d-block {
  display: block;
}

.justify-content-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.relative {
  position: relative;
}

.overflow-auto {
  overflow: auto;
}

.img-block {
  display: block;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
    SPACING
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

/*------------------------------------------------------------------------ */
.m0 {
  margin: 0;
}

.mtb-30 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.mt-30 {
  margin-top: -30px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mtb0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mtb60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .mtb-sm--30 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .mt-sm--30 {
    margin-top: -30px;
  }
  .mb-sm--30 {
    margin-bottom: -30px;
  }
  .mtb-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mtb-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mtb-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mtb-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mtb-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mtb-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mtb-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mtb-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
}

.mr0 {
  margin-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr15 {
  margin-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr20 {
  margin-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

/* --------------------------------------------------------------------------
	ATOMS
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
.fz8 {
  font-size: 8px;
}

.fz11 {
  font-size: 11px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz26 {
  font-size: 26px;
}

.fz32 {
  font-size: 32px;
}

.fz42 {
  font-size: 42px;
}

.fz50 {
  font-size: 50px;
}

.lh1-2 {
  line-height: 1.2em;
}

.lh1-4 {
  line-height: 1.4em;
}

.lh1-6 {
  line-height: 1.6em;
}

.lh2 {
  line-height: 2em;
}

.lh17 {
  line-height: 17px;
}

.lh21 {
  line-height: 21px;
}

.lh38 {
  line-height: 38px;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.ls6 {
  letter-spacing: 6px;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ff-open {
  font-family: "Open Sans", sans-serif;
}

.ff-title, .ff-title strong {
  font-family: "Oswald", sans-serif;
}

.bold, b {
  font-weight: bold;
}

.bolder {
  font-weight: 900;
}

.light {
  font-weight: 200;
}

.italic, i {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase !important;
}

.nocase {
  text-transform: none;
}

.text-black {
  color: #222 !important;
}

.text-primary {
  color: #E63D55 !important;
}

.text-secondary {
  color: #15294B !important;
}

.gray {
  color: #333333;
}

.text-white {
  color: #FFFFFF !important;
}

.gray-light {
  color: #aeaeae;
}

/* --------------------------------------------------------------------------
    SIZE
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
.wd-100p {
  width: 100%;
}

/* --------------------------------------------------------------------------
	BUTTONS
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
.button {
  background-color: #F2F2F2;
  padding: 15px 40px;
  color: silver;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1.4;
}

.button.large {
  padding: 15px 60px;
  font-size: 1.1em;
}

.button.full-width {
  width: 100%;
}

.button.block {
  display: block;
}

.button.outline {
  background: transparent;
  border: 1.5px solid #E63D55;
  color: #E63D55;
}

.button.outline.white {
  color: white;
  border: 2px solid white;
}

.button.button-widget {
  background-color: #e63d55;
  color: white;
  transition: all .2s ease-in-out;
  margin-top: 15px;
}

.button.button-widget:hover {
  background-color: #e63d55;
  filter: brightness(0.9);
  transform: scale(1.02);
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #F2F2F2;
}

/* --------------------------------------------------------------------------
	COMPONENT: CARD
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
.card {
  padding: 15px 0;
  border-bottom: 1px solid #d4d4d4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 640px) {
  .card a {
    width: 100%;
  }
}

.card--info {
  -ms-flex: 1;
      flex: 1;
}

@media screen and (max-width: 640px) {
  .card--info {
    -ms-flex: initial;
        flex: initial;
  }
}

.card--image {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 56%;
  background: #e2e2e2;
  border-radius: 5px;
  background-size: cover;
}

.card--image.horizontal {
  width: 230px;
  margin-right: 20px;
  margin-bottom: 0;
}

.card--image_wrapper {
  background-size: cover;
  background-position: center top;
  width: 220px;
  padding-top: 47%;
  margin-right: 20px;
  padding-top: 62.1%;
}

@media screen and (max-width: 640px) {
  .card--image, .card--image_wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}

.card--category {
  display: block;
  font-size: 11px;
  font-weight: 900;
  color: #E63D55;
  font-family: "Oswald";
  text-transform: uppercase;
  margin-bottom: 10px;
}

.card--title {
  color: #333333;
  line-height: 19px;
  font-family: "Oswald";
}

.card--excerpt {
  color: #333333;
  font-family: 'Open Sans';
  margin-bottom: 0;
}

.card--excerpt p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}

.card--share {
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  float: right;
}

.card--share span {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 7px;
  color: #991315;
}

.card--share .post-share-link {
  color: #991315;
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .card--share .post-share-link {
    margin: 2px 10px;
    font-size: 16px;
  }
}

.card.large {
  border-bottom: none;
  padding: 22px 0 15px 0;
}

.card.large .card--excerpt {
  margin-bottom: 9px;
}

.card.large .card--image, .card.card-small .card--image {
  width: 100%;
  margin: 0 0 15px 0;
}

.card.large .card--share, .card.card-small .card--share {
  margin: 0px;
}

.card-video--wrapper {
  width: 100%;
  position: relative;
}

.card-video--wrapper .close {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 9px;
  background: white;
  border-radius: 6px;
  padding: 0 7px;
  color: gray;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.card-video--wrapper a.download {
  bottom: auto;
  top: 9px;
  border-radius: 6px;
  left: 10px;
  right: auto;
  padding: 2px 10px;
}

.card .play {
  border-radius: 50%;
  background-color: #fff;
  background-image: url("/wp-content/themes/LulaLivre-v2/assets/images/play.png");
  background-position: 3px center;
  background-repeat: no-repeat;
  background-size: 40px;
  opacity: .8;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50px;
  top: 50%;
  cursor: pointer;
  left: calc(50% - 10px);
  transform: translate(-50%, -50%);
}

.card .play:hover {
  opacity: 1;
}

.card .download {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 11px;
  text-transform: uppercase;
  color: #991315;
  font-weight: bolder;
  background: #ffd400;
  border-radius: 10px 0 0 10px;
  padding: 5.5px 2px 5.5px 10px;
}

.card--image-wrapper {
  position: relative;
}

@media screen and (max-width: 640px) {
  .card--image-wrapper {
    width: 100%;
  }
}

.card-small-list .card--image {
  display: none;
}

.card-small-list .card--share {
  margin-left: 0px;
}

.card-small-list > div > div.card:first-child {
  padding: 10px 0;
}

.card-small-list > div > div.card:first-child .card--image {
  width: 100%;
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .card-small-list > div > div.card:first-child .card--image {
    display: none;
  }
}

.so-widget-card > div:last-child {
  border-bottom: none;
}

/* --------------------------------------------------------------------------
	COMPONENT: SLIDER
   -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
.slider-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.slider-control {
  background-color: #E63D55;
  border-radius: 50%;
  color: #FFFFFF;
  height: 36px;
  margin-bottom: 10px;
  padding: 10px;
  width: 36px;
}

.tp-bullet {
  border: none !important;
  margin: 3px 0px 0px 3px;
}

.posts-flickity .carousel-cell:before {
  content: '';
  width: 100%;
  height: 33%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  POSITION: absolute;
  bottom: 0;
  left: 0;
}

/* --------------------------------------------------------------------------
	COMPONENT: FORMS
   -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
input[type=text], input[type=number], input[type=email], input[type=password] {
  background-color: transparent;
  border: 1px solid white;
  box-shadow: none;
  border-radius: 5px;
  font-family: 'Open Sans';
  height: auto;
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=password]:focus {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  box-shadow: none;
}

.input-options {
  margin-bottom: 10px;
}

.input-options.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.input-options label {
  color: white;
  font-weight: 900;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  border: 3px solid #15294B;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 18px;
  font-family: Oswald;
  font-weight: 900;
  padding-top: 5px;
}

.input-options label span {
  font-weight: 500;
  font-size: 11px;
  display: block;
  margin-bottom: -10px;
}

.input-options [type=radio] {
  display: none;
}

.input-options input:checked + label {
  background-color: #15294B;
  color: white;
}

.custom-checkbox label {
  font-weight: 500;
  cursor: pointer;
  color: white !important;
  font-family: 'Open Sans';
  margin: 0;
}

.custom-checkbox label:before {
  content: '';
  display: inline-block;
  background-color: #F5F5F5;
  box-shadow: inset 0 0 0px 1.5px white, inset 0 0 0 5px #e63d55;
  color: white;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  font-size: 16px;
  padding-left: 1px;
  line-height: 15px;
  border-radius: 50%;
  top: 3px;
  position: relative;
}

.custom-checkbox [type=checkbox], .custom-checkbox [type=radio] {
  display: none;
}

.custom-checkbox input:not(:checked) + label:before {
  background-color: #E63D55;
  color: white;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.section {
  padding: 70px 0px;
}

@media print, screen and (max-width: 47.99875em) {
  .section {
    padding: 35px 0px;
  }
  .section > .row {
    padding: 20px;
  }
}

.widget_section-title, .widget_section-title h4 {
  margin-bottom: 0px !important;
}

.widget_section-title h2.section-title + p.ff-title, .widget_section-title .widget_nav_menu h2.widget-title + p.ff-title, .widget_nav_menu .widget_section-title h2.widget-title + p.ff-title {
  font-size: 17px;
  margin-top: 20px;
}

.section-title, .widget_nav_menu .widget-title {
  color: #E63D55;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
}

.section-title.text-secondary, .widget_nav_menu .text-secondary.widget-title {
  color: #15294B;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 75px;
  text-shadow: 0 3px 0 #E63D55;
}

.section-title--subtitle {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .section-title--subtitle {
    margin-bottom: 0px;
  }
}

.donation {
  /*background-image: url('/wp-content/themes/LulaLivre-v2/assets/images/donation-bg.png');*/
  background-size: cover;
}

.donation-form {
  width: 215px;
  background: #FFFFFF;
  border-top-left-radius: 17px;
  margin-left: 80px;
  top: -10px;
  position: relative;
}

@media print, screen and (max-width: 47.99875em) {
  .donation-form {
    margin-left: 20px;
  }
}

.donation-form:after, .donation-form:before {
  border-color: #FFFFFF transparent transparent transparent;
}

.donation-form:after, .donation-form:before, .donation-form--header:after {
  content: '';
  width: 0;
  height: 0;
  bottom: -20px;
  position: absolute;
  border-style: solid;
  border-width: 20px 110px 0 110px;
  left: 0;
}

.donation-form:before {
  bottom: -30px;
  border-color: #bdbdbd transparent transparent transparent;
  border-width: 30px 110px 0 110px;
}

.donation-form--header {
  border-top-left-radius: 17px;
  background: #E63D55;
  padding: 30px 15px;
  position: relative;
}

.donation-form--header:after {
  border-color: #E63D55 transparent transparent transparent;
}

.donation-form--values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 10px 10px 10px;
}

.donation-form input[type=text] {
  box-shadow: none;
  border: 2px solid #FFCC00;
  font-size: 13px;
}

.tags {
  border-bottom: 1px solid #15294B;
  border-top: 1px solid #15294B;
  margin: 20px 0;
  padding: 40px 0;
}

.tags span.tag a {
  color: #15294B;
  font-family: 'Oswald';
  font-weight: 900;
  margin-right: 20px;
  text-transform: uppercase;
}

.tags--title {
  color: #E63D55;
  font-family: 'Oswald';
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 4px 0 0 #E63D55;
  margin-right: 40px;
}

.js-anchor-target {
  position: relative;
  display: block;
  visibility: hidden;
}

.section-youtube {
  padding: 30px 0px;
  box-shadow: none;
  z-index: 12;
}

@media (max-width: 1024px) {
  .section-youtube .column, .section-youtube .columns {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-youtube iframe {
    margin-bottom: 20px;
  }
}

.section-youtube .section-title, .section-youtube .widget_nav_menu .widget-title, .widget_nav_menu .section-youtube .widget-title {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .section-youtube .section-title, .section-youtube .widget_nav_menu .widget-title, .widget_nav_menu .section-youtube .widget-title {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .section-youtube .section-title a, .section-youtube .widget_nav_menu .widget-title a, .widget_nav_menu .section-youtube .widget-title a {
    margin-top: 10px;
  }
}

.section-youtube--button {
  border: 2px solid white;
  border-radius: 5px;
  font-family: "Oswald", sans-serif;
  padding: 5px 25px;
  text-transform: uppercase;
  color: white;
  transition: all .6s;
}

.section-youtube--button:hover {
  color: white;
  background: rgba(255, 255, 255, 0.2);
}

.section-youtube .left {
  padding: 32px 15px;
}

.youtube-channel--thumbnail.active img {
  border-color: #e63e55;
}

.youtube-channel--thumbnail img {
  border: 2px solid white;
  border-radius: 5px;
  margin-bottom: 15px;
}

.youtube-channel--subscribe {
  float: right;
  margin-left: 15px;
  background: white;
  border: 2px solid red;
  border-top-left-radius: 17px;
}

@media (max-width: 767px) {
  .youtube-channel--subscribe {
    float: none;
    margin: 0 auto;
    width: 255px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .youtube-channel--subscribe {
    display: inline-block;
    transform: translateY(-5px);
    margin-left: 10px;
    float: none;
  }
}

.youtube-channel--subscribe div {
  width: 262px !important;
  height: 42px !important;
  padding: 10px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family: Oswald;
  text-transform: uppercase;
  -ms-flex-align: center;
      align-items: center;
}

.youtube-channel--subscribe div:before {
  content: 'Inscreva-se';
  font-size: 14px;
  font-weight: 900;
  color: #d81f0f;
  margin: 4px 10px 0 0;
}

.live {
  position: relative;
}

.live:after {
  content: 'Ao vivo';
  position: absolute;
  background: red;
  text-transform: uppercase;
  top: 15px;
  font-size: 9px;
  color: white;
  padding: 2px 5px 0 5px;
  font-family: Oswald;
  font-weight: bolder;
  border-bottom-right-radius: 8px;
}

.post-list--small ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.post-list--small ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e5e5;
}

.post-list--small ul li:last-child {
  border-bottom: none;
}

.post-list--small ul li a {
  color: #333333;
  font-family: "Oswald";
  font-size: 18px;
}

.posts-list a {
  font-family: "Oswald", sans-serif;
}

.posts-list--posts {
  margin: 0;
}

.posts-list--posts li {
  border-bottom: 1px solid #D4D4D4;
  list-style: none;
  padding: 10px 0;
}

.posts-list--posts li .posts-list-large--info, .posts-list--posts li .posts-list-large--info a {
  color: #E63D55;
}

.posts-list--posts li a {
  color: #222;
}

.posts-list--ver-mais {
  border-bottom: 1px solid silver;
  color: silver;
  float: right;
  text-transform: uppercase;
}

.posts-list--ver-mais:hover {
  border-color: #8d8d8d;
  color: #8d8d8d;
}

.posts-list-large--image {
  width: 100%;
  margin-bottom: 20px;
}

.posts-list-large--info {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-size: 12px;
}

.posts-list-large--title {
  font-family: Oswald;
  font-size: 26px;
  font-weight: bold;
  color: black !important;
  margin-bottom: 0;
  line-height: 33px;
}

.posts-list-large--excerpt {
  color: #222222;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
}

.post--share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.post--share a {
  display: block;
  width: 20px;
  margin-right: 8px;
  transition: all .1s ease-in-out;
}

.post--share a:hover {
  transform: scale(1.08);
  transition: all .2s ease-in-out;
}

.form-cadastro {
  padding-top: 30px;
}

.form-cadastro--image {
  margin-top: -30px;
}

.form-cadastro--title {
  font-size: 38px !important;
  color: #15294B;
  margin-left: -80px;
}

.form-cadastro--subtitle {
  margin-top: 20px;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
}

@media (max-width: 767px) {
  .form-cadastro--subtitle {
    text-align: center;
  }
}

input[type=text], input[type=number], input[type=email], input[type=password] {
  font-size: 12px;
  color: white;
  padding: 5px 8px;
}

.custom-checkbox, input[type=text], input[type=number], input[type=email], input[type=password] {
  margin-bottom: 10px;
}

.custom-checkbox.error {
  width: 100%;
  border: 1px solid red;
  border-radius: 5px;
  padding-bottom: 3px;
  position: relative;
}

.custom-checkbox.error:after {
  content: '!';
  background: red;
  left: -12px;
  position: absolute;
  padding: 2.5px 5px;
  border-radius: 5px 0 0 5px;
  top: -1px;
}

@media print, screen and (max-width: 47.99875em) {
  .form-cadastro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.js-form-cadastro--submit-button {
  margin-top: 10px;
}

.wrapper.dark .form-cadastro--title {
  color: white;
  text-shadow: 0 4px 0 #15294B;
}

.address-list {
  list-style: none;
  margin: 0;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
}

.address-list li {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #e8f0fe;
  padding: 5px 7px;
  transition: all .6s;
  color: #333;
}

.address-list li:hover {
  background-color: #cbdcfb;
}

.address-list--title {
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.widget_nav_menu .widget-title {
  font-size: 20px;
}

.widget_nav_menu .panel-widget-style.horizontal .menu {
  text-align: center;
  border-bottom: 2px solid gray;
}

.widget_nav_menu .panel-widget-style.horizontal .menu li {
  border-bottom: 3px solid transparent;
}

.widget_nav_menu .panel-widget-style.horizontal .menu li:hover {
  border-bottom: 3px solid #ea2300;
}

.widget_nav_menu .panel-widget-style.horizontal .widget-title {
  text-align: center;
}

.widget_nav_menu .panel-widget-style:not(.horizontal) .menu li {
  display: block;
  transition: padding-left .5s;
}

.widget_nav_menu .panel-widget-style:not(.horizontal) .menu li:hover {
  border-left: 3px solid #ea2300;
  padding-left: 5px;
}

.widget_nav_menu .panel-widget-style:not(.horizontal) .menu li a {
  padding: 6px 0 3px 0;
}

.widget_nav_menu .menu li a {
  color: #333333;
  font-family: "Oswald";
  text-transform: uppercase;
  font-size: 16px;
}

body .em-calendar {
  border-radius: 17px 0 0 0;
  overflow: hidden;
}

body .em-calendar-wrapper {
  width: 100%;
}

body .em-calendar thead {
  background: #ea2300;
}

body .em-calendar thead td {
  text-align: center !important;
  padding: 10px !important;
}

body .em-calendar thead .em-calnav {
  color: white;
  font-weight: 900;
}

body .em-calendar thead .month_name {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 17px;
  color: white;
}

body .em-calendar .days-names {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}

body .em-calendar td {
  border: none !important;
  padding: 5px 10px !important;
}

body .em-calendar .eventless-today, body .em-calendar .eventful-today {
  background-color: rgba(255, 204, 0, 0.13) !important;
}

body .em-calendar td ul {
  list-style-type: none;
  margin: 0;
}

body .em-calendar td ul li {
  margin-bottom: 10px;
  background: #f18c21;
  border-radius: 5px;
  padding: 2px 5px 5px 5px;
}

body .em-calendar td ul li a {
  color: white !important;
  font-weight: bolder !important;
  font-size: 14px;
}

.news-map--wrapper {
  border-radius: 17px 17px 0 0;
  background-color: #45885b;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.news-map--map, .news-map--tabs {
  transition: all .6s;
}

.news-map--map {
  padding: 40px 20px 40px 40px;
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.news-map--map.active {
  max-width: 58.3%;
}

@media screen and (max-width: 768px) {
  .news-map--map {
    padding: 20px 10px 20px 10px;
  }
}

.news-map--news {
  margin-top: -30px;
  padding: 5px 0 30px 0;
  background: #f5f6f5;
  border-radius: 0 0 17px 17px;
}

.news-map--tabs {
  background-color: #c43e32;
  transform: translateX(100%);
  position: relative;
}

.news-map--tabs.active {
  transform: translateX(0%);
}

.news-map--tabs .close {
  background-image: url("/wp-content/themes/LulaLivre-v2/assets/images/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#svg-map {
  max-width: 100%;
  height: auto;
}

#svg-map path {
  fill: #244830;
}

#svg-map text {
  fill: #fff;
  cursor: pointer;
  font-weight: bolder;
  font-family: 'Oswald';
  font-size: 12px;
}

#svg-map .circle {
  fill: #336745;
}

#svg-map a {
  text-decoration: none;
}

#svg-map a:hover {
  cursor: pointer;
  text-decoration: none;
}

#svg-map a:hover path {
  fill: #c33e32 !important;
}

#svg-map a:hover .circle {
  fill: #c33e32 !important;
  cursor: pointer;
}

#svg-map .estado.active path {
  fill: #c33e32 !important;
}

.banner-juridico {
  background: linear-gradient(#5C0606, #E63D55, #5C0606);
  border-radius: 5px;
  color: white;
  padding: 20px;
  text-align: center;
}

.banner-juridico h3 {
  color: white;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  text-shadow: 0 3px 0 rgba(34, 34, 34, 0.5);
  text-transform: uppercase;
}

.banner-juridico--icon {
  font-size: 50px;
  margin-bottom: 15px;
}

.banner-juridico--icon::before {
  text-shadow: 0 3px 0 rgba(34, 34, 34, 0.5);
}

.banner-juridico--button {
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(34, 34, 34, 0.5);
  color: #E63D55;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.banner-stf {
  background: linear-gradient(90deg, #581B64 0%, #15294B 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.banner-stf .banner-small--title, .banner-stf i {
  color: #F9D23C;
  text-align: left;
  font-size: 20px;
  max-width: 180px;
  margin: 0 auto;
}

.banner-stf i {
  font-size: 64px;
  margin: 0 10px;
}

.banner-stf .banner-small--description {
  color: white;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.posts-flickity .carousel-cell {
  background-position: center;
  background-size: cover;
  margin-right: 20px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .posts-flickity .carousel-cell {
    padding-top: 100%;
  }
}

.posts-flickity .carousel-cell--content {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 10px 10px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

@media (min-width: 1025px) {
  .posts-flickity .carousel-cell--content {
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
  }
}

.posts-flickity .carousel-cell--meta {
  background-color: #FFFFFF;
  border-radius: 3px;
  color: #222;
  font-size: 0.85em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2.5px 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .posts-flickity .carousel-cell--meta {
    font-size: 13px;
  }
}

.posts-flickity .carousel-cell--category {
  color: #15294B;
}

.posts-flickity .carousel-cell--title {
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .posts-flickity .carousel-cell--title {
    font-size: 23px;
    line-height: 25px;
  }
}

.posts-flickity button.flickity-button {
  background: transparent;
  filter: drop-shadow(0 3px 0 rgba(0, 0, 0, 0.5));
}

.posts-flickity button.flickity-button .flickity-button-icon {
  fill: white;
}

.posts-flickity ol.flickity-page-dots {
  bottom: 15px;
}

.posts-flickity ol.flickity-page-dots li.dot {
  background-color: #FFFFFF;
  margin: 0 4px;
  opacity: 1;
}

.posts-flickity ol.flickity-page-dots li.dot.is-selected {
  height: 12px;
  width: 12px;
}

.section-participe {
  background-color: #E63D55;
  background-image: url("/wp-content/themes/comite-nacional-lula-livre/assets/images/section_participe.png");
  background-position: center;
  background-size: cover;
  color: white;
}

.section-participe .row {
  padding: 15px;
}

.section-participe--title {
  font-family: "Oswald", sans-serif;
  margin: 20px;
  text-shadow: 0 3px 0 #5C0606;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .section-participe--title {
    text-align: center;
  }
}

.section-participe--description {
  margin: 20px;
}

@media (max-width: 767px) {
  .section-participe--description {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-participe--actions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
  }
}

.section-participe--action {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}

@media (max-width: 767px) {
  .section-participe--action {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
}

.section-participe--action-icon {
  -ms-flex-align: center;
      align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 3px 0 #5C0606;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50px;
}

.section-participe--action-name {
  color: white;
  font-family: "Oswald", sans-serif;
  padding: 10px 20px;
  text-shadow: 0 3px 0 #5C0606;
  text-transform: uppercase;
}

.section-participe--action-name:hover, .section-participe--action-name:focus {
  color: #D4D4D4;
  outline-color: transparent;
}

.featured-posts {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .featured-posts {
    padding: 0px 0 40px 0;
  }
}

.featured-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .featured-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 10px;
  }
}

.featured-card.has-image .play-button {
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 100px;
  color: white;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.featured-card.has-image .iframe-wrapper {
  opacity: 0;
  transition: all .6s;
  top: 0px;
}

@media (max-width: 767px) {
  .featured-card.has-image .iframe-wrapper {
    display: none;
  }
}

@media (min-width: 1025px) {
  .featured-card.has-image .iframe-wrapper {
    position: absolute;
  }
}

@media (min-width: 1025px) {
  .featured-card.has-image .featured-card--infos {
    max-width: 50%;
    z-index: 1;
    position: relative;
  }
  .featured-card.has-image .featured-card--image {
    max-width: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all .6s;
  }
}

.featured-card.has-image.play .play-button {
  display: none;
}

.featured-card.has-image.play .iframe-wrapper {
  opacity: 1;
  z-index: 100;
}

@media (max-width: 767px) {
  .featured-card.has-image.play .iframe-wrapper {
    display: block;
  }
}

@media (min-width: 1025px) {
  .featured-card.has-image.play .featured-card--image {
    max-width: 53%;
  }
}

.featured-card.has-image.play .featured-card--image img {
  opacity: 0;
}

@media (max-width: 767px) {
  .featured-card.has-image.play .featured-card--image img {
    position: absolute;
  }
}

.featured-card.has-embed .play-button {
  display: block;
}

@media (max-width: 767px) {
  .featured-card.has-embed .featured-card--image {
    position: relative;
  }
}

.featured-card--title {
  font-family: Oswald;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0 4px 0 #15294B;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .featured-card--title {
    font-size: 30px;
  }
}

.featured-card--excerpt {
  margin: 20px 0;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  margin-right: 20%;
}

@media (max-width: 767px) {
  .featured-card--excerpt {
    margin-right: 0%;
  }
}

.featured-card--category {
  color: #E63D55;
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: bold;
}

.wrapper.dark {
  background-color: #15294B;
}

.wrapper.dark .featured-card--title, .wrapper.dark .featured-card--excerpt {
  color: white;
}

.arts-repo {
  position: relative;
  margin-top: 30px;
}

.arts-repo--inner {
  background-color: #E63D55;
  background: linear-gradient(90deg, #E63D55 0%, #FD962F 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 70px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .arts-repo--inner {
    max-width: 100%;
    padding: 40px 15px;
  }
}

.arts-repo--title {
  font-family: Oswald;
  font-size: 38px;
  font-weight: bold;
  line-height: 57px;
  text-transform: uppercase;
}

.arts-repo--description {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .arts-repo.dark {
    margin-top: 70px;
  }
  .arts-repo.dark:before {
    width: 100vw;
    height: 140px;
    background-color: #15294B;
    position: absolute;
    top: -70px;
    content: '';
    z-index: -1;
  }
}

.art-card {
  position: relative;
}

.art-card, .art-card a {
  color: white;
}

.art-card--icon {
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 0px 0px  1px black;
  top: 44px;
  font-size: 38px;
  position: absolute;
}

.art-card--title {
  margin-top: 10px;
  font-family: Oswald;
  font-size: 24px;
  font-weight: bold;
}

.art-card.no-image .art-card--icon {
  position: initial;
  transform: none;
  font-size: 25px;
}

.art-card.no-image .art-card--title {
  margin-top: 0;
}

.abra-comite {
  width: 100%;
  padding: 40px 0;
  background-color: #E63D55;
  background: linear-gradient(45deg, #E63D55 0%, #15294B 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.abra-comite * {
  color: #FFFFFF;
  font-family: 'Oswald';
  font-weight: bold;
}

.abra-comite--wrapper {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.abra-comite--pretitle {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}

.abra-comite--title {
  color: #F9D23C;
  font-size: 38px;
  text-shadow: 0 4px 0 #15294B;
  text-transform: uppercase;
}

.abra-comite--description {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: normal;
}

.abra-comite--button {
  border-radius: 4px;
  background-color: #15294B;
  padding: 8px 36px;
  font-size: 16px;
  text-transform: uppercase;
}

.abra-comite:before, .abra-comite:after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  height: 100%;
  width: 50%;
  position: absolute;
}

.abra-comite:before {
  left: 0;
  background-image: url("/wp-content/themes/comite-nacional-lula-livre/assets/images/abra-comite-left.png");
}

.abra-comite:after {
  right: 0;
  background-image: url("/wp-content/themes/comite-nacional-lula-livre/assets/images/abra-comite-right.png");
  background-position: right 0;
  background-size: 390px;
}

.banner-small {
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 30px;
}

.banner-small--title {
  display: -ms-flexbox;
  display: flex;
}

.banner-small--title img {
  height: 50px;
}

.banner-small--title span {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
  text-transform: uppercase;
}

.banner-small--description {
  font-family: "Oswald", sans-serif;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}

.banner-small.banner-abra-comite {
  background-image: url("/wp-content/themes/comite-nacional-lula-livre/assets/images/abra-comite-left.png"), linear-gradient(45deg, #E63D55 0%, #15294B 100%);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner-small.banner-abra-comite .banner-small--title, .banner-small.banner-abra-comite .banner-small--description {
  margin-left: 100px;
  text-align: left;
}

.banner-small.banner-abra-comite .banner-small--title {
  color: #F9D23C;
}

.banner-small.banner-abra-comite .banner-small--title span {
  padding-left: 0;
}

.banner-small.banner-abra-comite .banner-small--description {
  color: white;
}

.banner-small.banner-doe {
  background-color: #F9D23C;
}

.banner-small.banner-doe .banner-small--title {
  color: #15294B;
}

.banner-small.banner-doe .banner-small--description {
  color: #E63D55;
}

.banner-small.banner-info {
  background-image: linear-gradient(90deg, #E25E9C 0%, #E9414E 100%);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  margin-bottom: 30px;
}

.banner-small.banner-info > a {
  width: 100%;
  border-radius: 20px;
  padding: 40px 56px;
}

@media (max-width: 1024px) {
  .banner-small.banner-info > a {
    padding: 20px 40px;
  }
}

.banner-small.banner-info .banner-small--title {
  margin-bottom: 20px;
  color: #15294B;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.banner-small.banner-info .banner-small--title:before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/comite-nacional-lula-livre/assets/images/info-left.png");
  min-width: 60px;
  min-height: 60px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}

.banner-small.banner-info .banner-small--title span {
  padding-left: 0;
}

.banner-small.banner-info .banner-small--description {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}

.banner-small.banner-materiais {
  background-image: linear-gradient(90deg, #F18624, #E25E9C);
}

.banner-small.banner-materiais .banner-small--title {
  color: #15294B;
}

.banner-small.banner-materiais .banner-small--description {
  color: white;
}

.mapa-cadastro #mapa-cadastro {
  height: 480px;
  z-index: 1;
}

.mapa-cadastro .left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 40%;
  left: 0;
}

.mapa-cadastro .right {
  position: relative;
}

.mapa-cadastro .right:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 300px;
  top: 0;
  left: 0;
  z-index: 9;
  background: linear-gradient(270deg, rgba(21, 41, 75, 0) 0%, rgba(21, 41, 75, 0.32) 40%, #15294B 98%);
  pointer-events: none;
}

a.dowload-image-link[download=download] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px;
  background-color: #E63D55;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding: 6px;
  border-radius: 5px;
  z-index: 99;
  position: absolute;
  top: 0;
  right: 11px;
  width: 50px !important;
  height: 50px !important;
  border-radius: 5px 12px 5px 5px;
  transition: all .1s ease-in-out;
}

a.dowload-image-link[download=download]:hover {
  transition: all .2s ease-in-out;
  transform: scale(1.04);
  border-radius: 5px;
}

/* --------------------------------------------------------------------------
	NAVIGATION
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
body {
  padding-top: 132px;
}

@media (max-width: 767px) {
  body {
    padding-top: 70px !important;
  }
}

.sub-header {
  top: 0;
  position: fixed;
  height: 32px;
  width: 100%;
  background-color: #E63D55;
  box-shadow: 0 2px 2px 0 rgba(34, 34, 34, 0.2);
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px calc((100vw - 60rem) / 2);
  -ms-flex-align: center;
      align-items: center;
  transition: all .6s;
  left: 0;
  z-index: 100;
}

@media (max-width: 767px) {
  .sub-header {
    left: -90vw;
  }
  .sub-header.active {
    left: 0vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sub-header {
    padding: 5px 15px;
  }
}

@media (max-width: 767px) {
  .sub-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    position: fixed;
    z-index: 100;
    height: 100vh;
    width: 90vw;
    background: linear-gradient(45deg, #E63D55, #ad2727);
    border-right: 5px solid #770909;
    padding: 20px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    padding-top: 60px;
  }
  .sub-header.active {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.8);
  }
  .sub-header .mobile-menu-items {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .sub-header .mobile-menu-items .sub-menu {
    margin-left: 10px !important;
  }
  .sub-header .mobile-menu-items .sub-menu li a {
    font-weight: normal !important;
  }
  .sub-header .mobile-menu-items .menu li a {
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
  }
  .sub-header .menu > li {
    display: block;
    opacity: 1;
  }
  .sub-header .menu > li a {
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 0px;
  }
}

@media (max-width: 767px) {
  .sub-header .share {
    margin-bottom: 15px;
  }
  .sub-header .share > span {
    display: none;
  }
  .sub-header .share .nav {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 90px;
    float: right;
  }
  .sub-header .share .nav li {
    margin: 0;
  }
}

.sub-header .share i {
  color: #FFFFFF;
  font-size: 1.2em;
}

.sub-header .close {
  color: white;
  position: absolute;
  top: 5px;
  font-size: 35px;
  font-weight: bold;
  left: 20px;
}

.sub-header .nav li {
  color: white;
  margin: 0 10px;
}

.sub-header .search {
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
}

@media (max-width: 767px) {
  .sub-header .search {
    -ms-flex-order: -1;
        order: -1;
  }
}

.sub-header .search .fa-search {
  color: #5C0606;
  position: absolute;
  right: 8px;
  top: 4px;
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 767px) {
  .sub-header .search .fa-search {
    color: #E63D55;
    font-size: 20px;
    top: 10px;
    right: 12px;
  }
}

.sub-header .search input[type=text], .sub-header .search input[type=email] {
  margin: 0;
  height: 22px;
  width: 145px;
  opacity: 0.7;
  font-size: 11px;
  color: #5C0606;
  border-radius: 13px;
  font-family: "Oswald";
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .sub-header .search input[type=text], .sub-header .search input[type=email] {
    height: 40px;
    width: 100%;
    opacity: 0.7;
    border-radius: 13px;
    font-size: 14px;
    box-shadow: none;
    color: #E63D55;
  }
}

.main-header {
  width: 100vw;
  background-color: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  z-index: 100;
  transition: all .6s;
  top: 0;
  position: fixed;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-header .main-header--center img {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .main-header {
    top: 0;
    padding: 5px;
  }
  .main-header--center {
    margin-left: 20px;
  }
  .main-header--center img {
    height: 40px;
    transition: all .6s;
  }
  .main-header ul.sub-menu li.menu-item {
    display: block;
    padding: 5px 15px;
    width: 100%;
  }
}

.main-header--right nav ul {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.main-header--right, .main-header--right nav, .main-header--right nav ul, .main-header--right nav ul li, .main-header--left, .main-header--left nav, .main-header--left nav ul, .main-header--left nav ul li {
  height: 100%;
}

.main-header--right nav ul, .main-header--left nav ul {
  display: -ms-flexbox;
  display: flex;
}

.main-header--right nav ul li, .main-header--left nav ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.main-header--right nav ul li a, .main-header--left nav ul li a {
  padding: 0.7rem;
}

.main-header--left {
  margin-left: -7.5px;
}

.main-header--left #main-menu-left > li:first-child a {
  padding-left: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-header--left {
    margin-left: 20px;
  }
}

.main-header--left, .main-header--right {
  -ms-flex: 1;
      flex: 1;
}

.main-header--search .search-form:not(.active) {
  max-width: 45px;
  float: right;
}

@media (max-width: 767px) {
  .main-header--search {
    position: absolute;
    right: 15px;
    z-index: 100;
    height: 98%;
  }
  .main-header--search .search-form {
    width: calc(100vw - 72px);
  }
  .main-header--search .fa-search {
    font-size: 22px;
  }
}

.main-header--search .search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .main-header--search .search-form {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.main-header--search .search-form input {
  margin-bottom: 0;
  background: white;
  box-shadow: none;
  border-radius: 10px 0 0 10px;
  color: #333333;
  max-width: 0px;
  padding: 0;
  transition: all .6s;
  font-size: 14px;
}

.main-header--search .search-form .fa {
  transition: all .6s;
  padding: 9px;
}

.main-header--search .search-form.active .fa {
  border-radius: 0 10px 10px 0;
  border: 1px solid #730707;
  border-left: 0;
}

.main-header--search .search-form.active input {
  max-width: 200px;
  padding: 6.5px;
  border: 1px solid #730707;
  border-right: 0;
}

@media (max-width: 767px) {
  .main-header--search .search-form.active input {
    max-width: 100%;
  }
}

.main-header--center img {
  transition: all .6s;
  height: 50px;
}

@media (min-width: 1025px) {
  .main-header--center img {
    height: 130px;
  }
  .main-header--center.small img {
    height: 80px;
  }
}

.main-header .row {
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.main-header .menu ul {
  margin: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

.main-header .menu li a {
  color: #333333;
  font-family: "Oswald";
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-header .menu li a {
    font-size: 15px;
    padding: 10px;
  }
}

.main-header .menu li.menu-item-has-children > a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  padding-left: 5px;
}

.main-header .menu li.menu-item-has-children ul.sub-menu {
  opacity: 0;
  pointer-events: none;
  transition: all .6s;
  top: 35px;
  position: absolute;
  z-index: 10;
  display: block;
}

.main-header .menu li.menu-item-has-children ul.sub-menu li.menu-item {
  background-color: lightgray;
  padding: 5px 10px;
  width: 100%;
  height: auto;
}

.main-header .menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}

.main-header .menu .donate-menu-item {
  font-weight: 900;
  position: relative;
  background-color: #E63D55;
}

.main-header .menu .donate-menu-item a {
  color: #FFFFFF;
}

.main-header .menu .donate-menu-item--amounts {
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  transform: translateY(100%);
  background-color: #15294B;
  border-bottom-left-radius: 17px;
  height: 35px;
}

.main-header .menu .donate-menu-item--amounts li a {
  font-size: 18px;
  font-weight: 500;
  color: #5C0606;
  display: inherit;
}

.main-header .menu .donate-menu-item--amounts li a small {
  font-size: 14px;
  font-weight: normal;
  margin: 2px 2px 0 0;
}

.menu a {
  line-height: 1.3;
  text-align: left;
}

.mobile-header {
  position: fixed;
  height: calc(100vh - 60px);
  background: linear-gradient(65deg, #4f6fa7, #15294b);
  width: 85vw;
  z-index: 10;
  top: 60px;
  box-shadow: 0 20px 65px black;
  padding: 30px 0;
  transform: translateX(calc(-100% - 60px));
  transition: all .6s;
}

.mobile-header.active {
  transform: translateX(0);
}

.mobile-header .fa-times {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  font-size: 20px;
}

.mobile-header .share {
  max-width: 200px;
  margin: 40px auto;
}

.mobile-header .share a {
  font-size: 24px;
}

.mobile-header .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
}

.mobile-header .menu li a {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Oswald';
}

/* --------------------------------------------------------------------------
	FOOTER
 -------------------------------------------------------------------------- */
/*------------------------------------------------------------------------ */
footer.main-footer {
  background-color: white;
  position: relative;
  font-size: 16px;
  margin-top: 30px;
  padding: 50px;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-image: url("/wp-content/themes/comite-nacional-lula-livre/assets/images/footer-bg.png");
  background-position: top left;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  footer.main-footer {
    background-size: 250px auto;
    padding: 130px 20px;
    margin: 40px 0 50px 0;
  }
}

footer.main-footer * {
  font-family: "Oswald";
}

footer.main-footer .fa {
  font-family: FontAwesome;
}

@media (max-width: 767px) {
  footer.main-footer .share {
    position: absolute;
    top: 60px;
    right: 40px;
  }
}

footer.main-footer .share .nav {
  width: 33%;
  float: right;
  margin-top: -20px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

footer.main-footer .share li {
  border-radius: 50%;
  height: 50px;
  margin: 5px;
  width: 50px;
}

footer.main-footer .share li a {
  color: #222;
}

footer.main-footer .share i {
  font-size: 20px;
}

footer.main-footer .menu-footer {
  list-style-type: none;
  margin: 0;
  column-count: 3;
}

footer.main-footer .menu-footer li a {
  color: #222222;
  font-family: Oswald;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.site-by-hacklab {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

@media (max-width: 1024px) {
  .panel-grid-cell {
    padding: 0 20px !important;
  }
}

.video.vertical p, .video.vertical .wp-video {
  padding-bottom: 177% !important;
}

.video.square p, .video.square .wp-video {
  padding-bottom: 100% !important;
}

.video.size1x1-3 p, .video.size1x1-3 .wp-video {
  padding-bottom: 132% !important;
}

.video .wp-video {
  margin: 0 auto;
}

.page .panel-layout {
  width: 100% !important;
}

/*------------------------------------------------------------------------ */
.home .slider-compartilhe-header {
  display: block !important;
}

@media (min-width: 1025px) {
  .home .compartilhe-gallery--filters {
    border-radius: 20px 20px 0 0;
    padding: 0 10px;
  }
  .home .compartilhe-gallery--cards {
    background-color: #E8E8E8;
  }
}

.home .compartilhe-gallery .button-see-all {
  display: block !important;
}

.post-header {
  background-position: center -20px;
  background-size: cover;
  color: #FFFFFF;
  padding: 150px 20px 10px 80px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  height: 35vw;
}

@media (max-width: 900px) {
  .post-header {
    padding: 150px 20px 10px 20px;
  }
}

@media (max-width: 1024px) {
  .post-header {
    height: initial;
  }
}

.post-header:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 60%;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.post-header > * {
  position: relative;
  z-index: 1;
}

.post-header-no-img {
  padding: 45px 0 20px 0;
}

@media (max-width: 767px) {
  .post-header-no-img {
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .post-header-no-img {
    padding: 60px 10px 25px;
  }
}

.post-header-no-img .excerpt {
  font-size: 20px;
  font-weight: 700;
}

.post .post-title, .post .excerpt, .post-header-no-img {
  margin: 0 auto;
  max-width: 67.5rem;
}

@media (max-width: 767px) {
  .post .post-title {
    line-height: 1.3;
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .post .excerpt {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.post .excerpt p {
  font-family: 'Oswald';
  font-size: 110%;
}

.post-content {
  max-width: 700px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-family: "Oswald", sans-serif;
  width: 100%;
  font-weight: bold;
  color: red;
}

.post-content .wp-block-embed-youtube {
  width: 100%;
}

@media (max-width: 700px) {
  .post-content {
    padding: 20px;
  }
}

.post-content p {
  line-height: 30px;
  width: 100%;
}

.post-content #date-row {
  font-size: 80%;
  margin-top: 20px;
}

.post-share {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
}

.post-share-label {
  color: #E63D55;
  font-family: 'Oswald';
}

.post-share-link {
  color: #222;
  display: block;
  font-size: 32px;
}

.post-share.white .post-share-link {
  color: white;
}

@media (max-width: 900px) {
  .post-share {
    background-color: #FFFFFF;
    border-top: 1px solid #CCC;
    height: 50px;
    bottom: 0px;
    width: 100%;
    z-index: 10;
  }
  .post-share-link {
    margin: 10px;
  }
}

@media (min-width: 900px) {
  .post-share {
    -ms-flex-direction: column;
        flex-direction: column;
    height: 375px;
    left: 40px;
    top: 100px;
  }
  .post-share-label {
    display: none;
  }
}

.post ul.post-categories {
  list-style-type: none;
}

.post ul.post-categories a, .post .post-title {
  font-family: 'Oswald';
  font-weight: 900;
}

.post h3 {
  font-size: 30px;
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
  line-height: 1.4;
}

.single-post .sub-footer {
  margin-bottom: 50px;
}

.page .post-content {
  max-width: 100%;
}

.page .post-content.no-title .widget_revslider {
  margin: -60px 0 30px 0;
}

.page .post-content .text-widget {
  max-width: 700px;
}

.page .excerpt {
  display: none;
}

.page .post-header-no-img .post-title {
  padding-bottom: 0px;
}

.page .section-title--subtitle {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .page iframe {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .page-id-7339 iframe {
    height: calc(100vw / 0.9);
  }
}

.error404 h1.title-404, .error404 .subtitle-404, .error404 p {
  font-family: 'Oswald';
}

.error404 h1.title-404 {
  font-weight: 900;
  font-size: 120px;
  margin: 150px 20px 40px 20px;
  color: #d81f0f;
}

.error404 .subtitle-404 {
  font-size: 35px;
}

.error404 #searchform input[type=text] {
  float: left;
  width: calc(100% - 110px);
  border-radius: 10px 0 0;
}

.error404 #searchform input[type=submit] {
  border: none;
  background: #d81f0f;
  color: white;
  text-transform: uppercase;
  border-radius: 0 10px 0 0;
  padding: 9px 12px;
}

.post-type-archive-arte .arts-repo {
  margin-top: -10px;
}

.post-type-archive-arte .art-card, .post-type-archive-arte .art-card a {
  color: #222;
}

#modal-art {
  width: 100%;
  padding: 20px;
  border: none;
  box-shadow: 0 0 90px 1px rgba(0, 0, 0, 0.26);
  border-radius: 10px 10px 0 0;
}

.petition-title, .petition-title * {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .petition-title, .petition-title * {
    font-size: 35px;
  }
}

.petition-header {
  width: 100%;
  padding: 50px;
  background-color: #E63D55;
  background: linear-gradient(90deg, #E63D55 0%, #581B64 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: white;
}

@media (max-width: 767px) {
  .petition-header {
    padding: 50px 20px;
  }
}

.petition-header img {
  float: left;
  margin-right: 20px;
  width: 38px;
  margin-top: 5px;
}

.petition-header--title {
  font-size: 38px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .petition-header--title {
    font-size: 30px;
  }
}

.petition-header--description {
  font-size: 14px;
}

@media (max-width: 767px) {
  .petition-header--description {
    margin-top: 30px;
  }
}

.petition-header--description p {
  margin: 0;
}

.petition-header--image {
  display: block;
  margin: 0 auto;
}

.petition-widget {
  background-color: #15294B;
  color: white;
  padding: 60px 20px;
  text-align: center;
  border-radius: 0 0 15px 15px;
}

@media (max-width: 767px) {
  .petition-widget {
    padding: 20px;
  }
  .petition-widget .petition-widget--form {
    padding: 0 10px;
  }
  .petition-widget .column, .petition-widget .columns {
    padding: 0;
  }
}

.petition-widget--counter {
  margin-bottom: 40px;
}

.petition-widget--counter h3 {
  color: #E63D55;
  margin-bottom: 0;
}

.petition-widget--counter p {
  font-size: 16px;
}

.petition-widget--share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.petition-widget--share a {
  color: white;
  margin: 0 15px;
  font-size: 28px;
}

#modal-petition-wrapper {
  background-color: rgba(21, 41, 75, 0.8);
}

#modal-petition-wrapper, #modal-petition, #modal-stf {
  display: block !important;
  pointer-events: none;
  opacity: 0;
  transition: all .6s;
}

#modal-petition-wrapper.show, #modal-petition.show, #modal-stf.show {
  pointer-events: all;
  opacity: 1;
}

#modal-petition, #modal-stf {
  border-radius: 15px;
  max-height: 80%;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  border: none;
  top: 10%;
  overflow: initial;
}

@media (max-width: 767px) {
  #modal-petition, #modal-stf {
    width: calc(100vw - 40px);
    left: 20px;
    transform: none;
  }
}

#modal-petition .modal-petition-content, #modal-stf .modal-petition-content {
  overflow-y: auto;
  height: calc(80vh - 20px);
  padding: 40px;
}

#modal-petition .petition-widget--share a, #modal-stf .petition-widget--share a {
  color: #15294B;
  font-size: 50px;
  margin: 0 20px 40px 20px;
}

#modal-petition .close-button, #modal-stf .close-button {
  position: absolute;
  right: -22px;
  background: white;
  border-radius: 50%;
  padding: 1px 5px 2px 6px;
  top: -18px;
}

.single-petition .banner-small {
  min-height: 180px;
}

.modal-content-stf + .modal-content-stf {
  display: none !important;
}

@media (max-width: 767px) {
  h1.petition-title {
    padding: 0 20px;
  }
}

.languages-tab {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.languages-tab li.active a {
  font-weight: bold;
  background: linear-gradient(45deg, #dd3b55, #5d1c63);
}

.languages-tab li a {
  color: white;
  background: #15294b;
  padding: 10px 25px;
  border-radius: 5px;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
}

body {
  background-color: #F5F5F5;
}

@media (max-width: 767px) {
  .column, .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

.iframe-wrapper {
  padding-top: 56%;
  width: 100%;
  position: relative;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
