/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */

.ui-select-highlight {
  font-weight: 700;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0)!important;
  width: 1px!important;
  height: 1px!important;
  border: 0!important;
  margin: 0!important;
  padding: 0!important;
  overflow: hidden!important;
  position: absolute!important;
  outline: 0!important;
  left: 0!important;
  top: 0!important;
}

.selectize-control.single>.selectize-input>input,
.selectize-control>.selectize-dropdown {
  width: 100%;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

.ng-dirty.ng-invalid>a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select-locked>.ui-select-match-close,
.select2-locked>.select2-search-choice-close {
  display: none;
}

body>.select2-container.open {
  z-index: 9999;
}

.ui-select-container.select2.direction-up .ui-select-match,
.ui-select-container[theme=select2].direction-up .ui-select-match {
  border-radius: 0 0 4px 4px;
}

.ui-select-container.select2.direction-up .ui-select-dropdown,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0,0,0,.25);
  margin-top: -4px;
}

.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
}

.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.selectize-input.selectize-focus {
  border-color: #007FBB!important;
}

.selectize-control.multi>.selectize-input>input {
  margin: 0!important;
}

.ng-dirty.ng-invalid>div.selectize-input {
  border-color: #D44950;
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0,0,0,.25);
  margin-top: -2px;
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle>.caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

.input-group>.ui-select-bootstrap.dropdown {
  position: static;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
  border-radius: 4px 0 0 4px;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up {
  border-radius: 4px 0 0 4px!important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap>.ui-select-match>.btn {
  text-align: left!important;
}

.ui-select-bootstrap>.ui-select-match>.caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

.ui-select-bootstrap>.ui-select-choices,
.ui-select-bootstrap>.ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body>.ui-select-bootstrap.open {
  z-index: 1000;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent!important;
  border: none;
  outline: 0;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: .75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:focus,
.ui-select-bootstrap .ui-select-choices-row>span:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none!important;
}

.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
  border-color: #D44950;
}

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0,0,0,.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

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

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

/*# sourceMappingURL=select.min.css.map */
video-background {
  overflow: hidden;
}

.video-background,
video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-background {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  transition: opacity 1s;
}

.video-controls {
  position: absolute;
  width: 50%;
  display: block;
  height: 50px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  left: 0;
  text-align: center;
  padding-bottom: 20px;
  transition: 15ms;
}

.video-controls span {
  font-size: 2.8em;
  color: #f5f5f5;
  font-family: sans-serif;
  font-weight: 600;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9hbmd1bGFyLXZpZGVvLWJhY2tncm91bmQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGlCQUNFLGVBQWdCLENBQ2pCLEFBRUQsbUNBQ0Usa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsUUFBUyxBQUNULFFBQVMsQ0FDVixBQUVELGtCQUNFLGVBQWdCLEFBQ2hCLGdCQUFpQixBQUNqQixXQUFZLEFBQ1osWUFBYSxBQUNiLGFBQWMsQUFDZCxzQkFBdUIsQUFDdkIscUJBQXNCLENBQ3ZCLEFBRUQsZ0JBQ0Usa0JBQW1CLEFBQ25CLFVBQVcsQUFDWCxjQUFlLEFBQ2YsWUFBYSxBQUNiLFNBQVUsQUFDVixRQUFTLEFBQ1QsY0FBZSxBQUNmLE9BQVEsQUFDUixrQkFBbUIsQUFDbkIsb0JBQXFCLEFBQ3JCLGVBQWdCLENBQ2pCLEFBRUQscUJBQ0UsZ0JBQWlCLEFBQ2pCLGNBQWUsQUFDZix1QkFBd0IsQUFDeEIsZUFBZ0IsQ0FDakIiLCJmaWxlIjoiYW5ndWxhci12aWRlby1iYWNrZ3JvdW5kLm1pbi5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyJ2aWRlby1iYWNrZ3JvdW5kIHtcclxuICBvdmVyZmxvdzogaGlkZGVuXHJcbn1cclxuXHJcbi52aWRlby1iYWNrZ3JvdW5kLCB2aWRlby1iYWNrZ3JvdW5kIHtcclxuICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgdG9wOiAwO1xyXG4gIGxlZnQ6IDA7XHJcbiAgcmlnaHQ6IDA7XHJcbiAgYm90dG9tOiAwXHJcbn1cclxuXHJcbi52aWRlby1iYWNrZ3JvdW5kIHtcclxuICBtaW4td2lkdGg6IDEwMCU7XHJcbiAgbWluLWhlaWdodDogMTAwJTtcclxuICB3aWR0aDogYXV0bztcclxuICBoZWlnaHQ6IGF1dG87XHJcbiAgei1pbmRleDogLTEwMDtcclxuICBiYWNrZ3JvdW5kLXNpemU6IGNvdmVyO1xyXG4gIHRyYW5zaXRpb246IG9wYWNpdHkgMXNcclxufVxyXG5cclxuLnZpZGVvLWNvbnRyb2xzIHtcclxuICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgd2lkdGg6IDUwJTtcclxuICBkaXNwbGF5OiBibG9jaztcclxuICBoZWlnaHQ6IDUwcHg7XHJcbiAgYm90dG9tOiAwO1xyXG4gIHJpZ2h0OiAwO1xyXG4gIG1hcmdpbjogMCBhdXRvO1xyXG4gIGxlZnQ6IDA7XHJcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gIHBhZGRpbmctYm90dG9tOiAyMHB4O1xyXG4gIHRyYW5zaXRpb246IDE1bXNcclxufVxyXG5cclxuLnZpZGVvLWNvbnRyb2xzIHNwYW4ge1xyXG4gIGZvbnQtc2l6ZTogMi44ZW07XHJcbiAgY29sb3I6ICNmNWY1ZjU7XHJcbiAgZm9udC1mYW1pbHk6IHNhbnMtc2VyaWY7XHJcbiAgZm9udC13ZWlnaHQ6IDYwMFxyXG59XHJcbiJdfQ== */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%, 43% {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }

  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
  }

  70% {
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%, 43% {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
  }

  40%, 43%, 70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
  }

  70% {
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }

  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }

  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }

  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }

  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1);
  }

  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1);
  }

  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1);
  }

  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1);
  }

  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
    transform: translate3d(-25%,0,0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%,0,0) rotate(3deg);
    transform: translate3d(20%,0,0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
    transform: translate3d(-15%,0,0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%,0,0) rotate(2deg);
    transform: translate3d(10%,0,0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
    transform: translate3d(-5%,0,0) rotate(-1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
    transform: translate3d(-25%,0,0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%,0,0) rotate(3deg);
    transform: translate3d(20%,0,0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
    transform: translate3d(-15%,0,0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%,0,0) rotate(2deg);
    transform: translate3d(10%,0,0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
    transform: translate3d(-5%,0,0) rotate(-1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03);
  }

  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }

  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }

  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
  }

  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }

  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }

  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
  }

  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }

  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }

  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }

  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
  }

  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }

  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }

  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }

  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }

  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }

  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }

  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }

  50%, 80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  0%, 40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }

  60%, 80% {
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }

  60%, 80% {
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  0%, to {
    -webkit-transform-origin: center;
  }

  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  0%, to {
    -webkit-transform-origin: center;
  }

  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }

  0%, to {
    -webkit-transform-origin: left bottom;
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }

  0%, to {
    -webkit-transform-origin: left bottom;
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  0%, to {
    -webkit-transform-origin: right bottom;
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  0%, to {
    -webkit-transform-origin: right bottom;
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  0%, to {
    -webkit-transform-origin: left bottom;
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }

  0%, to {
    -webkit-transform-origin: left bottom;
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  0%, to {
    -webkit-transform-origin: right bottom;
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  0%, to {
    -webkit-transform-origin: right bottom;
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  0%, to {
    -webkit-transform-origin: center;
  }

  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  0%, to {
    -webkit-transform-origin: center;
  }

  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  0%, to {
    -webkit-transform-origin: left bottom;
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  0%, to {
    -webkit-transform-origin: left bottom;
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  0%, to {
    -webkit-transform-origin: right bottom;
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  0%, to {
    -webkit-transform-origin: right bottom;
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  0%, to {
    -webkit-transform-origin: left bottom;
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  0%, to {
    -webkit-transform-origin: left bottom;
  }

  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  0%, to {
    -webkit-transform-origin: right bottom;
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  0%, to {
    -webkit-transform-origin: right bottom;
  }

  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }

  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }

  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
  }

  0%, 20%, 60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }

  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
    transform: translate3d(-100%,0,0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
    transform: translate3d(-100%,0,0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate(120deg);
    transform: translate3d(100%,0,0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate(120deg);
    transform: translate3d(100%,0,0) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  50%, to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  50%, to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@charset "UTF-8";

/*
------------------------------------------------------------------------------------------------
	OBS: JAMAIS ALTERAR A ORDEM DOS BLOCOS,
	FOUNDATION PRIMEIRO, BASE, COMPONENTES E POR FIM AS PÁGINAS
------------------------------------------------------------------------------------------------
*/

/* ---------------- FOUNDATION FRAMEWORK ---------------------- */

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

/* Document
       ========================================================================== */

/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */

/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

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

/* Grouping content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */

figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */

main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

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

/* Links
       ========================================================================== */

/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */

/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

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

/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */

/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

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

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

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

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

/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

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

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */

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

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */

textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */

/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}

/* Scripting
       ========================================================================== */

/**
     * Add the correct display in IE 9-.
     */

canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */

template {
  display: none;
}

/* Hidden
       ========================================================================== */

/**
     * Add the correct display in IE 10-.
     */

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto;
}

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

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

.row {
  max-width: 75rem;
  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: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

.flex-container {
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.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.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

.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: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .medium-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

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

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .medium-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

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

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .medium-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

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

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .medium-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

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

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

  .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: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

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

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

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

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .large-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

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

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .large-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

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

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .large-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

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

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .large-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

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

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

  .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: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

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

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

@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

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

a:hover,
a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

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

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

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

cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

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

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

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

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

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

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

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button:hover,
.button:focus {
  background-color: #14679e;
  color: #fefefe;
}

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

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

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

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

.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}

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

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

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

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

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

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

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

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

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

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

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

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

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

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

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

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

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

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

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

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

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

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

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

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

.breadcrumbs a {
  color: #1779ba;
}

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

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

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

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

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

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

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

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

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

.button-group.expanded .button {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}

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

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

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

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

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

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

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

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

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

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

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

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

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

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

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

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

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

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

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

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

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

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

.card-divider {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

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

.card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

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

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

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

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

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

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

.menu {
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.menu > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

.menu > li > a {
  display: -ms-flexbox;
  display: flex;
}

.menu > li > a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

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

.menu,
.menu.horizontal {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu > li,
.menu.horizontal > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu.expanded > li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

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

.menu.vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu.vertical > li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.menu.vertical > li > a {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu.medium-horizontal > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu.medium-expanded > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

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

  .menu.medium-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu.medium-vertical > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu.medium-vertical > li > a {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu.large-horizontal > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu.large-expanded > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

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

  .menu.large-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu.large-vertical > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu.large-vertical > li > a {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

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

.menu.simple a {
  padding: 0;
}

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

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

.menu.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.icon-top > li > a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

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

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

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-drilldown li {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

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

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

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

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

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

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

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

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

.media-object-section.main-section {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

.orbit {
  position: relative;
}

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

.orbit-slide {
  width: 100%;
}

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

.orbit-figure {
  margin: 0;
}

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

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

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

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

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

.orbit-previous {
  left: 0;
}

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

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

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

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

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

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

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

.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.progress.primary .progress-meter {
  background-color: #1779ba;
}

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

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

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

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

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

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

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

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

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

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

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

.slider-handle:hover {
  background-color: #14679e;
}

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

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

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

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

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

.sticky-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reveal.collapse {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

input:checked ~ .switch-paddle {
  background: #1779ba;
}

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

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

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

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

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

.switch-inactive {
  right: 15%;
}

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

.switch.tiny {
  height: 1.5rem;
}

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

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

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

.switch.small {
  height: 1.75rem;
}

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

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

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

.switch.large {
  height: 2.5rem;
}

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

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

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

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

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

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

table thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

table tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

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

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

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

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

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

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

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

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

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

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

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

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

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

.table-scroll table {
  width: auto;
}

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

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #1779ba;
}

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

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

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

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

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

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

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

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

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

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

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

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

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

/* ---------------- FOUNDATION FRAMEWORK ---------------------- */

/* ---------------- BASE ---------------------- */

/* --------------------- Raleway Family ---------------------- */

@font-face {
  font-family: 'Raleway Thin';
  src: url("../fonts/raleway-100.woff2") format("woff2"), url("../fonts/raleway-100.woff") format("woff"), url("../fonts/raleway-100.ttf") format("truetype");
}

@font-face {
  font-family: 'Raleway Extrathin';
  src: url("../fonts/raleway-200.woff2") format("woff2"), url("../fonts/raleway-200.woff") format("woff"), url("../fonts/raleway-200.ttf") format("truetype");
}

@font-face {
  font-family: 'Raleway Light';
  src: url("../fonts/raleway-300.woff2") format("woff2"), url("../fonts/raleway-300.woff") format("woff"), url("../fonts/raleway-300.ttf") format("truetype");
}

@font-face {
  font-family: 'Raleway Regular';
  src: url("../fonts/raleway-400.woff2") format("woff2"), url("../fonts/raleway-400.woff") format("woff"), url("../fonts/raleway-400.ttf") format("truetype");
}

@font-face {
  font-family: 'Raleway Medium';
  src: url("../fonts/raleway-500.woff2") format("woff2"), url("../fonts/raleway-500.woff") format("woff"), url("../fonts/raleway-500.ttf") format("truetype");
}

@font-face {
  font-family: 'Raleway Semibold';
  src: url("../fonts/raleway-600.woff2") format("woff2"), url("../fonts/raleway-600.woff") format("woff"), url("../fonts/raleway-600.ttf") format("truetype");
}

@font-face {
  font-family: 'Raleway Bold';
  src: url("../fonts/raleway-700.woff2") format("woff2"), url("../fonts/raleway-700.woff") format("woff"), url("../fonts/raleway-700.ttf") format("truetype");
}

@font-face {
  font-family: 'Raleway Extrabold';
  src: url("../fonts/raleway-800.woff2") format("woff2"), url("../fonts/raleway-800.woff") format("woff"), url("../fonts/raleway-800.ttf") format("truetype");
}

@font-face {
  font-family: 'Raleway Heavy';
  src: url("../fonts/raleway-900.woff2") format("woff2"), url("../fonts/raleway-900.woff") format("woff"), url("../fonts/raleway-900.ttf") format("truetype");
}

/* --------------------- Raleway Family ---------------------- */

/* --------------------- Arial Family ---------------------- */

.arial-regular {
  font-family: Arial, Sans-Serif;
  font-weight: 400;
}

.arial-bold {
  font-family: Arial, Sans-Serif;
  font-weight: 700;
}

/* --------------------- Montserrat Family ---------------------- */

.container {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}

.container.size-1400 {
  max-width: 1400px;
}

.container.size-900 {
  max-width: 930px;
}

.row {
  max-width: 100%;
  margin: auto;
}

@media (max-width: 1430px) {
  .container.size-1400 {
    max-width: 1260px;
  }
}

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

.horizontal-align {
  display: table;
  margin: 0 auto;
}

/* ---------------- BASE ---------------------- */

/* ---------------- COMPONENTES ---------------------- */

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* Select2 theme */

/* Mark invalid Select2 */

.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */

.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.slider-control-prev,
.slider-control-next {
  cursor: pointer;
}

.slick-slider {
  position: relative;
  width: 100%;
  padding: 0;
}

.slick-slider .slick-slide {
  outline: 0;
}

.slick-slider .slick-slide a {
  outline: 0;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 8;
  position: absolute;
  top: 50%;
  width: 35px;
  outline: 0;
  border: none;
  background-color: transparent;
  text-indent: -99999px;
  overflow: hidden;
}

.slick-slider .slick-prev {
  left: 30px;
}

.slick-slider .slick-next {
  right: 30px;
}

.slick-slider .slick-dots {
  display: table;
  margin: 30px auto;
  padding: 0;
  list-style: none;
}

.slick-slider .slick-dots li {
  position: relative;
  float: left;
  margin: 0 25px;
}

.slick-slider .slick-dots li:after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 0;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 100%;
}

.slick-slider .slick-dots li:first-child {
  margin-left: 0;
}

.slick-slider .slick-dots li:last-child {
  margin-right: 0;
}

.slick-slider .slick-dots li:last-child:after {
  display: none;
}

.modal {
  visibility: hidden;
  z-index: 999999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  opacity: 0;
  transition: all 0.5s ease;
}

.modal .modal-opacity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.modal .modal-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 900px;
  max-height: 100%;
  overflow: auto;
  margin: 0 auto;
  background-color: #FFF;
  border: 1px solid #e0dfdf;
  border-radius: 5px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.modal .modal-container .modal-close {
  z-index: 10;
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal .modal-container .modal-close .btn-close {
  outline: 0;
  cursor: pointer;
}

.modal .modal-container .modal-content {
  position: relative;
  display: block;
  width: 100%;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.menu-icone-container {
  display: table;
  position: relative;
  width: 115px;
  height: 100%;
  margin: 0 auto;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  transition: all 0.5s ease;
  cursor: pointer;
}

.menu-icone-container:hover {
  background-color: #e20613;
  border-color: #FFF;
}

.menu-icone-container:hover .menu-text {
  color: #FFF;
}

.menu-icone-container:hover #menu-icon span {
  background-color: #FFF;
}

.menu-icone-container.open {
  background-color: #e20613;
  border-color: #FFF;
}

.menu-icone-container.open .menu-text {
  color: #FFF;
}

.menu-icone-container.open #menu-icon span {
  background-color: #FFF;
}

.menu-icone-container.open #menu-icon span:nth-child(1) {
  top: 15px;
  left: 10%;
  width: 80%;
  transform: rotate(135deg);
}

.menu-icone-container.open #menu-icon span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

.menu-icone-container.open #menu-icon span:nth-child(3) {
  top: 15px;
  left: 10%;
  width: 80%;
  transform: rotate(-135deg);
}

.menu-icone-container .menu-text {
  clear: both;
  display: table;
  width: 55px;
  margin: 15px auto 0 auto;
  padding: 0;
  font-family: 'Raleway Medium';
  font-size: 12px;
  color: #5b5b5b;
  letter-spacing: 2px;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s ease;
}

.menu-icone-container #menu-icon {
  z-index: 10;
  display: table;
  width: 55px;
  height: 32px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}

.menu-icone-container #menu-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #5b5b5b;
  border-radius: 10px;
  opacity: 1;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu-icone-container #menu-icon span:nth-child(1) {
  top: 0px;
  width: 60%;
  left: 20%;
}

.menu-icone-container #menu-icon span:nth-child(2) {
  top: 15px;
}

.menu-icone-container #menu-icon span:nth-child(3) {
  top: 30px;
  width: 60%;
  left: 20%;
}

@media (max-width: 1023px) {
  .menu-icone-container {
    float: right;
    border-right: 0;
  }
}

.menu-container {
  visibility: hidden;
  z-index: 99;
  position: absolute;
  top: -420px;
  left: 0;
  right: 0;
  display: table;
  float: left;
  width: 100%;
  height: 520px;
  background-color: #e20613;
  transition: all 0.5s ease;
  outline: 0;
}

.menu-container.open {
  visibility: visible;
  top: 100px;
}

.menu-container ul {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.menu-container .list-menu li {
  display: block;
  margin: 15px 0;
}

.menu-container .list-menu li a {
  position: relative;
  display: table;
  padding-bottom: 5px;
  font-family: 'Raleway Semibold';
  font-size: 20px;
  color: #FFF;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu-container .list-menu li a:hover:after {
  width: 100%;
}

.menu-container .list-menu li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: all 0.5s ease;
}

.menu-container .list-menu li:first-child {
  margin-top: 0;
}

.menu-container .list-menu li:last-child {
  margin-bottom: 0;
}

.menu-container .list-menu li.lista-accordion {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #FFF;
}

.menu-container .list-menu li accordion {
  display: table;
}

.menu-container .list-menu li accordion .accordion {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
}

.menu-container .list-menu li accordion .accordion .accordion-item {
  display: table;
}

.menu-container .list-menu li accordion .accordion .accordion-item .accordion-title {
  float: left;
  width: 100%;
  padding: 0 0 5px 0;
  border: 0;
}

.menu-container .list-menu li accordion .accordion .accordion-item .accordion-title:before {
  display: none;
}

.menu-container .list-menu li accordion .accordion .accordion-item .accordion-title:hover,
.menu-container .list-menu li accordion .accordion .accordion-item .accordion-title:focus {
  background-color: transparent;
}

.menu-container .list-menu li accordion .accordion .accordion-item .accordion-content {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.menu-container .list-menu li accordion .accordion .accordion-item .accordion-content ul {
  padding: 20px 0 20px 30px;
}

.menu-container .list-menu li accordion .accordion .accordion-item .accordion-content ul li {
  margin: 7.5px 0;
}

.menu-container .list-menu li accordion .accordion .accordion-item .accordion-content ul li a {
  font-size: 16px;
  padding: 0;
}

.menu-container .list-menu li accordion .accordion .accordion-item .accordion-content ul li a:after {
  display: none;
}

.menu-container .list-menu li accordion .accordion .accordion-item .accordion-content ul li:first-child {
  margin-top: 0;
}

.menu-container .list-menu li accordion .accordion .accordion-item .accordion-content ul li:last-child {
  margin-bottom: 0;
}

.menu-container .list-menu li accordion .accordion .accordion-item.is-active .accordion-title:after {
  width: 100%;
}

.menu-container .list-social {
  height: 100px;
}

.menu-container .list-social:before {
  content: '';
  position: absolute;
  top: 0;
  left: -70px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #dadada;
}

.menu-container .list-social li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

.menu-container .list-social li a {
  float: left;
  padding: 10px;
}

.menu-container .list-social li:first-child {
  padding-left: 0;
}

.menu-container .list-social li:last-child {
  padding-right: 0;
}

@media (max-width: 1023px) {
  .menu-container {
    top: -520px;
    height: 620px;
  }
}

@media (max-width: 639px) {
  .menu-container {
    height: 400px;
  }

  .menu-container .list-menu {
    float: left;
    margin-top: 30px;
  }

  .menu-container .list-menu li {
    margin: 10px 0;
  }

  .menu-container .list-menu li a {
    font-size: 16px;
    line-height: 16px;
  }

  .menu-container .list-menu li accordion .accordion .accordion-item .accordion-content ul li a {
    font-size: 13px;
  }

  .menu-container .list-social {
    height: 80px;
  }

  .menu-container .list-social:before {
    display: none;
  }
}

.opacidade {
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transition: 0.3s all ease;
}

.opacidade.open {
  visibility: visible;
  opacity: 0.9;
  background-color: #6f6f6f;
}

.control {
  display: block;
  float: left;
  width: 100%;
  padding-top: 40px;
}

.control dir-pagination-controls {
  display: table;
  float: right;
}

.control dir-pagination-controls .pagination {
  display: initial;
  float: right;
  margin: 0 auto;
}

.control dir-pagination-controls .pagination li {
  display: block;
  float: left;
  width: 30px;
  height: 35px;
  margin: 0;
}

.control dir-pagination-controls .pagination li a {
  float: left;
  width: 100%;
  padding: 0;
  font-size: 18px;
  color: #565656;
  line-height: 35px;
  text-align: center;
  transition: all 0.5s ease;
}

.control dir-pagination-controls .pagination li a:hover {
  background-color: transparent;
  color: #e20613;
}

.control dir-pagination-controls .pagination li:first-child a,
.control dir-pagination-controls .pagination li:last-child a {
  text-indent: -999999999px;
  overflow: hidden;
  background: url("../img/icone-paginacao.svg") no-repeat center center;
}

.control dir-pagination-controls .pagination li:first-child {
  margin-right: 10px;
}

.control dir-pagination-controls .pagination li:last-child {
  margin-left: 10px;
}

.control dir-pagination-controls .pagination li:last-child a {
  transform: rotate(180deg);
}

.control dir-pagination-controls .pagination li.active a {
  background-color: transparent;
  color: #e20613;
  cursor: no-drop;
}

.control dir-pagination-controls .pagination li.disabled {
  padding: 0;
}

.control dir-pagination-controls .pagination li.disabled a {
  cursor: no-drop;
}

.control dir-pagination-controls .pagination li.disabled a:hover {
  color: #565656;
}

#fountainTextG {
  margin: auto;
}

.fountainTextG {
  color: white;
  font-family: "Raleway Bold";
  font-size: 22px;
  float: left;
  animation-name: bounce_fountainTextG;
  -o-animation-name: bounce_fountainTextG;
  -ms-animation-name: bounce_fountainTextG;
  -webkit-animation-name: bounce_fountainTextG;
  -moz-animation-name: bounce_fountainTextG;
  animation-duration: 1.271s;
  -o-animation-duration: 1.271s;
  -ms-animation-duration: 1.271s;
  -webkit-animation-duration: 1.271s;
  -moz-animation-duration: 1.271s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
}

#fountainTextG_1 {
  animation-delay: 0.4525s;
  -o-animation-delay: 0.4525s;
  -ms-animation-delay: 0.4525s;
  -webkit-animation-delay: 0.4525s;
  -moz-animation-delay: 0.4525s;
}

#fountainTextG_2 {
  animation-delay: 0.549s;
  -o-animation-delay: 0.549s;
  -ms-animation-delay: 0.549s;
  -webkit-animation-delay: 0.549s;
  -moz-animation-delay: 0.549s;
}

#fountainTextG_3 {
  animation-delay: 0.6355s;
  -o-animation-delay: 0.6355s;
  -ms-animation-delay: 0.6355s;
  -webkit-animation-delay: 0.6355s;
  -moz-animation-delay: 0.6355s;
}

#fountainTextG_4 {
  animation-delay: 0.732s;
  -o-animation-delay: 0.732s;
  -ms-animation-delay: 0.732s;
  -webkit-animation-delay: 0.732s;
  -moz-animation-delay: 0.732s;
}

#fountainTextG_5 {
  animation-delay: 0.8185s;
  -o-animation-delay: 0.8185s;
  -ms-animation-delay: 0.8185s;
  -webkit-animation-delay: 0.8185s;
  -moz-animation-delay: 0.8185s;
}

#fountainTextG_6 {
  animation-delay: 0.905s;
  -o-animation-delay: 0.905s;
  -ms-animation-delay: 0.905s;
  -webkit-animation-delay: 0.905s;
  -moz-animation-delay: 0.905s;
}

#fountainTextG_7 {
  animation-delay: 1.0015s;
  -o-animation-delay: 1.0015s;
  -ms-animation-delay: 1.0015s;
  -webkit-animation-delay: 1.0015s;
  -moz-animation-delay: 1.0015s;
}

#fountainTextG_8 {
  animation-delay: 1.088s;
  -o-animation-delay: 1.088s;
  -ms-animation-delay: 1.088s;
  -webkit-animation-delay: 1.088s;
  -moz-animation-delay: 1.088s;
}

#fountainTextG_9 {
  animation-delay: 1.1845s;
  -o-animation-delay: 1.1845s;
  -ms-animation-delay: 1.1845s;
  -webkit-animation-delay: 1.1845s;
  -moz-animation-delay: 1.1845s;
}

#fountainTextG_10 {
  animation-delay: 1.271s;
  -o-animation-delay: 1.271s;
  -ms-animation-delay: 1.271s;
  -webkit-animation-delay: 1.271s;
  -moz-animation-delay: 1.271s;
}

@keyframes bounce_fountainTextG {
  0% {
    transform: scale(1);
    color: red;
  }

  100% {
    transform: scale(0.5);
    color: black;
  }
}

/* White */

@keyframes bounce_fountainTextGWhite {
  0% {
    transform: scale(1);
    color: white;
  }

  100% {
    transform: scale(0.5);
    color: white;
  }
}

[falcom-checkbox] {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

[falcom-checkbox] input {
  display: none;
}

[falcom-checkbox] label {
  float: none;
  margin: 0;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #5b5b5b;
  line-height: 1.6;
  text-align: left;
}

[falcom-checkbox] label [checkbox] {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 20px 0 0;
  border: 1px solid #d1cfd7;
  outline: 0;
  cursor: pointer;
  transition: all 0.5s ease;
}

[falcom-checkbox] label [checkbox] .checkbox-icon {
  opacity: 0;
  position: absolute;
  top: -4px;
  left: 3px;
  max-width: inherit;
  animation-duration: 0.3s;
}

[falcom-checkbox] label:hover [checkbox] {
  border-color: #d01820;
}

[falcom-checkbox][is-checked] label [checkbox] .checkbox-icon {
  opacity: 1;
}

[falcom-checkbox][is-checked] label:hover [checkbox] {
  border-color: #e6e6e6;
}

@media (max-width: 639px) {
  [falcom-checkbox] label {
    font-size: 14px;
  }

  [falcom-checkbox] label [checkbox] {
    margin-right: 15px;
  }
}

@media (max-width: 380px) {
  [falcom-checkbox] label {
    font-size: 12px;
    line-height: 1.8;
  }

  [falcom-checkbox] label [checkbox] {
    width: 15px;
    height: 15px;
  }
}

/* ---------------- COMPONENTES ---------------------- */

/* ---------------- PAGES ---------------------- */

html {
  position: relative;
}

html body {
  position: relative;
  float: left;
  width: 100%;
}

html body header {
  position: relative;
  display: table;
  float: left;
  width: 100%;
}

html body main {
  position: relative;
  float: left;
  width: 100%;
}

html body main article {
  float: left;
  width: 100%;
}

html body main article .article-title {
  position: relative;
  display: table;
  float: left;
  width: 100%;
  height: 270px;
  background: url("../img/banner-article-title.jpg") no-repeat center center;
  background-size: cover;
}

html body main article .article-title h1 {
  position: relative;
  float: left;
  margin-bottom: 0;
  font-family: 'Raleway Semibold';
  font-size: 34px;
  color: #FFF;
  line-height: 34px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}

html body main article .article-title h1:after {
  content: '';
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  display: table;
  margin: 0 auto;
  width: 15px;
  height: 8px;
  background: url("../img/arrow-roll.svg") no-repeat center center;
  background-size: 100%;
}

html body main article .article-content {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 120px 0;
}

html body main article section {
  position: relative;
  float: left;
  width: 100%;
}

@media (max-width: 1023px) {
  html body main article .article-content {
    padding: 80px 0;
  }
}

@media (max-width: 639px) {
  html body main article .article-title {
    height: 200px;
  }

  html body main article .article-title h1 {
    font-size: 29px;
    line-height: 29px;
  }

  html body main article .article-title h1:after {
    bottom: -40px;
  }

  html body main article .article-content {
    padding: 50px 0 80px 0;
  }
}

@media (max-width: 480px) {
  html body main article .article-title h1 {
    font-size: 24px;
    line-height: 24px;
  }

  html body main article .article-title h1:after {
    bottom: -40px;
  }
}

@media (max-width: 380px) {
  html body main article .article-title {
    height: 150px;
  }

  html body main article .article-title h1 {
    font-size: 19px;
    line-height: 19px;
  }

  html body main article .article-title h1:after {
    bottom: -30px;
  }
}

html body footer {
  position: relative;
  float: left;
  width: 100%;
}

/* ------------------------------ PADRÃO -------------------------- */

.form-control {
  box-shadow: none !important;
}

.has-error .form-control {
  margin-bottom: 7px;
  border: 1px solid #ec0928 !important;
  transition: border 0.5s ease;
}

.has-error .errors {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.has-error .errors .help-block {
  margin-bottom: 5px;
  font-style: italic;
  font-size: 13px;
  color: #ec0928;
  line-height: 13px;
}

.has-error .errors .help-block:last-child {
  margin-bottom: 0;
}

*[type=submit] {
  cursor: pointer;
}

*[type=submit][disabled] {
  cursor: not-allowed;
}

.result-mesage {
  font-family: Raleway Bold;
  font-size: 20px;
  color: #e5251c;
  letter-spacing: 3px;
}

.button-style-1 {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 15px 90px 15px 25px;
  background-image: url("../img/icone-button-arrow-gray.svg");
  background-position: center right 25px;
  background-repeat: no-repeat;
  background-color: #FFF;
  border: 1px solid #a7a7a7;
  box-shadow: none;
  border-radius: 3px;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #e5251c;
  line-height: 17px;
  letter-spacing: 0.5px;
  text-align: left;
  transition: all 0.5s ease;
  outline: 0;
  cursor: pointer;
}

.button-style-1:hover {
  background-image: url("../img/icone-button-arrow-white.svg");
  background-color: #e5251c;
  border-color: #e5251c;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  color: #FFF;
}

.button-style-1[disabled] {
  opacity: 0.5;
  background-image: url("../img/icone-button-arrow-gray.svg");
  background-color: #FFF;
  border-color: #a7a7a7;
  box-shadow: none;
  color: #e5251c;
  cursor: not-allowed;
}

@media (max-width: 639px) {
  .button-style-1 {
    padding: 10px 50px 10px 15px;
    background-position: center right 15px;
    font-size: 14px;
  }
}

load {
  float: right;
  display: table;
  clear: both;
}

.login-formulario {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: table;
  height: 100%;
}

.login-formulario .box-formulario {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
}

.login-formulario .box-formulario .formulario-body {
  float: left;
  width: 100%;
  padding: 35px 40px;
  background-color: rgba(142, 141, 146, 0.96);
}

.login-formulario .box-formulario .formulario-body p {
  float: left;
  width: 100%;
  margin: 0;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #FFF;
}

.login-formulario .box-formulario .formulario-body .formulario {
  float: left;
  width: 100%;
  padding-top: 30px;
}

.login-formulario .box-formulario .formulario-body .formulario .input-text {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: transparent;
  border: 1px solid #b0afb4;
  border-radius: 5px;
  font-family: 'Raleway Regular';
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0.5px;
  text-align: left;
  outline: 0;
}

.login-formulario .box-formulario .formulario-body .formulario .btn-enviar {
  display: table;
  margin: 15px auto 0 auto;
  padding: 10px 35px 10px 10px;
  background: url("../img/icone-home-btn-enviar.svg") no-repeat center right 7px;
  background-size: 10px 15px;
  border: 0;
  border-radius: 0;
  font-family: 'Raleway Bold';
  font-size: 15px;
  color: #FFF;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
}

.login-formulario .box-formulario .formulario-body .formulario .input-text::-webkit-input-placeholder {
  font-family: 'Raleway Regular';
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0.5px;
  text-align: left;
  opacity: 1;
}

.login-formulario .box-formulario .formulario-body .formulario-links {
  position: relative;
  margin-top: 25px;
  padding: 10px 0 0 0;
  border-top: 1px solid #b0afb4;
}

.login-formulario .box-formulario .formulario-body .formulario-links:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  display: table;
  margin: 0 auto;
  background-color: #b0afb4;
}

.login-formulario .box-formulario .formulario-body .formulario-links a {
  font-family: 'Raleway Regular';
  font-size: 13px;
  color: #FFF;
  letter-spacing: 0;
}

.login-formulario .box-formulario .formulario-footer {
  float: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
}

.login-formulario .box-formulario .formulario-footer ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.login-formulario .box-formulario .formulario-footer ul li {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.login-formulario .box-formulario .formulario-footer ul li:last-child {
  border: 0;
}

.login-formulario .box-formulario .formulario-footer ul li a {
  display: block;
  padding: 25px 40px;
  background-image: url("../img/icone-home-form-menu-item-red.png");
  background-repeat: no-repeat;
  background-size: 7px 13px;
  background-position: center right 40px;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #a82626;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.5s ease;
}

.login-formulario .box-formulario .formulario-footer ul li a:hover {
  background-image: url("../img/icone-home-form-menu-item-white.png");
  background-color: #a82626;
  color: #FFF;
}

@media (max-width: 1350px) {
  .login-formulario .box-formulario {
    max-width: 280px;
  }

  .login-formulario .box-formulario .formulario-body {
    padding: 30px 20px 15px 20px;
  }

  .login-formulario .box-formulario .formulario-body p {
    font-size: 14px;
    line-height: 14px;
  }

  .login-formulario .box-formulario .formulario-body .formulario {
    padding-top: 20px;
  }

  .login-formulario .box-formulario .formulario-body .formulario .input-text {
    height: 35px;
    font-size: 14px;
  }

  .login-formulario .box-formulario .formulario-body .formulario .input-text::-webkit-input-placeholder {
    font-size: 14px;
  }

  .login-formulario .box-formulario .formulario-body .formulario .btn-enviar {
    margin-top: 0;
    font-size: 13px;
  }

  .login-formulario .box-formulario .formulario-body .formulario-links {
    margin-top: 20px;
  }

  .login-formulario .box-formulario .formulario-body .formulario-links:before {
    display: none;
  }

  .login-formulario .box-formulario .formulario-body .formulario-links a {
    display: table;
    font-size: 11px;
    line-height: 20px;
  }

  .login-formulario .box-formulario .formulario-footer ul li a {
    padding: 15px 30px 15px 15px;
    background-position: center right 20px;
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .login-formulario {
    width: 100%;
  }

  .login-formulario .box-formulario {
    margin: 0 auto;
  }

  .login-formulario .box-formulario .formulario-footer {
    display: none;
  }
}

@media (max-width: 639px) {
  .login-formulario .box-formulario {
    width: 290px;
  }

  .login-formulario .box-formulario .formulario-body {
    padding: 20px 10px;
  }

  .login-formulario .box-formulario .formulario-body .formulario .input-text {
    height: 35px;
  }

  .login-formulario .box-formulario .formulario-body .formulario-links:before {
    display: none;
  }
}

.box-search {
  display: block;
  float: left;
  width: 100%;
  margin-top: -150px;
}

.box-search .input-search {
  width: 100%;
  height: 65px;
  margin: 0 auto;
  padding: 0 80px 0 30px;
  background-image: url("../img/icone-input-red.svg");
  background-position: center right 30px;
  background-repeat: no-repeat;
  border: 1px solid #ededed;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #8b8a8f;
  letter-spacing: 0.5px;
  line-height: 65px;
  text-align: left;
}

.box-search .input-search::-webkit-input-placeholder {
  opacity: 1;
  visibility: visible;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #8b8a8f;
  letter-spacing: 0.5px;
  line-height: 65px;
  text-align: left;
}

@media (max-width: 1023px) {
  .box-search {
    margin-top: -115px;
  }
}

@media (max-width: 639px) {
  .box-search {
    margin-top: -80px;
  }

  .box-search .input-search {
    height: 50px;
    font-size: 15px;
  }

  .box-search .input-search::-webkit-input-placeholder {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .box-search .input-search {
    padding: 0 60px 0 15px;
    background-position: center right 15px;
    font-size: 14px;
  }

  .box-search .input-search::-webkit-input-placeholder {
    font-size: 14px;
  }
}

.box-search-letter {
  display: block;
  float: left;
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #dadada;
}

.box-search-letter ul {
  display: table;
  max-width: 100%; /*TODO adicionado direto no css*/
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

.box-search-letter ul li {
  display: inline-table;
}

.box-search-letter ul li a {
  padding: 5px 10px;
  border-radius: 5px;
  font-family: 'Raleway Semibold';
  font-size: 22px;
  color: #565656;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.box-search-letter ul li a:hover,
.box-search-letter ul li a.active {
  background-color: #ec0928;
  color: #FFF;
}

.box-search-letter ul li:first-child {
  padding-left: 0;
}

.box-search-letter ul li:last-child {
  padding-right: 0;
}

@media (max-width: 1023px) {
  .box-search-letter ul li a {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .box-search-letter ul li a {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .box-search-letter ul li a {
    font-size: 14px;
  }
}

.box-table {
  float: left;
  width: 100%;
  padding: 70px 0.9375rem;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  overflow: auto;
}

.box-table table {
  margin: 0;
}

.box-table table thead,
.box-table table tbody {
  border: 0;
}

.box-table table thead tr,
.box-table table tbody tr {
  background-color: #FFF;
}

.box-table table thead tr th,
.box-table table thead tr td,
.box-table table tbody tr th,
.box-table table tbody tr td {
  display: table-cell;
  width: 18%;
  border-right: 1px solid #dadada;
  padding: 0 30px;
}

.box-table table thead tr th span,
.box-table table thead tr td span,
.box-table table tbody tr th span,
.box-table table tbody tr td span {
  float: left;
  border-radius: 5px;
  padding: 7.5px 15px;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #565656;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.box-table table thead tr th:first-child,
.box-table table thead tr td:first-child,
.box-table table tbody tr th:first-child,
.box-table table tbody tr td:first-child {
  width: 46%;
  padding-left: 0;
}

.box-table table thead tr th:last-child,
.box-table table thead tr td:last-child,
.box-table table tbody tr th:last-child,
.box-table table tbody tr td:last-child {
  border: 0;
  padding-right: 0;
}

.box-table table thead tr th,
.box-table table tbody tr th {
  padding-bottom: 40px;
}

.box-table table thead tr:hover td span,
.box-table table tbody tr:hover td span {
  background-color: #ec0928;
  color: #FFF;
}

@media (max-width: 1023px) {
  .box-table table {
    min-width: 700px;
  }

  .box-table table tbody tr td span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 639px) {
  .box-table {
    padding: 50px 0.625rem;
  }

  .box-table table tbody tr td span {
    font-size: 12px;
    line-height: 14px;
  }
}

exame {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

exame .remover {
  float: right;
  padding-right: 60px;
  color: #565656;
  background-image: url("../img/icone-remover-red.png");
}

exame .remover:hover {
  background-image: url("../img/icone-remover-white.png");
}

exame span {
  float: left;
  width: 100%;
  padding-right: 15px;
  font-family: 'Raleway Medium';
  font-size: 15px;
  color: #565656;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

exame p {
  float: left;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #dadada;
  font-family: 'Raleway Medium';
  font-size: 16px;
  color: #565656;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: left;
}

exame p.red {
  color: #ec0928;
}

exame .row {
  padding: 30px 15px 30px 15px;
  border-bottom: 1px solid #dadada;
}

exame .row.hover {
  background: #FFF;
  transition: all 0.7s ease;
}

exame .row.hover:hover {
  background-color: #f6f5f7;
}

exame .row.nome {
  padding: 0 0 40px 0;
  border-bottom: 2px solid #dadada;
}

exame .row.nome .column,
exame .row.nome .columns {
  padding: 0;
}

exame .row.nome h2 {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #565656;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

exame .row.publicado {
  padding: 50px 15px;
}

exame .row.publicado p {
  padding-left: 0;
  border: 0;
}

exame .row.info-paciente p {
  white-space: pre-line;
}

@media (max-width: 1199px) {
  exame .row.nome .column,
  exame .row.nome .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  exame .row.nome .column h2,
  exame .row.nome .columns h2 {
    padding-left: 0.9375rem;
  }
}

@media (max-width: 1023px) {
  exame .row.nome h2 {
    font-size: 20px;
  }

  exame span,
  exame p {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  exame .row.nome {
    padding: 0 0 30px 0;
  }

  exame .row.nome .column,
  exame .row.nome .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  exame .row.nome .column h2,
  exame .row.nome .columns h2 {
    padding-left: 0.625rem;
    font-size: 18px;
  }

  exame .row.publicado {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  exame span {
    font-size: 12px;
  }

  exame p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  exame .row.nome h2 {
    font-size: 16px;
  }
}

.formulario.contato .input-text,
.formulario.contato .input-area {
  display: block;
  float: left;
  width: 100%;
  height: 55px;
  padding: 20px;
  background-color: #f6f5f7;
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 5px;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #8b8a8f;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-align: left;
  outline: 0;
}

.formulario.contato .input-area {
  height: 170px;
  resize: none;
}

.formulario.contato .btn-enviar {
  float: right;
  outline: 0;
}

.formulario.contato .btn-enviar:hover {
  background-image: url("../img/icone-button-arrow-gray.svg");
  background-color: transparent;
  border-color: #a7a7a7;
  color: #e20613;
}

.formulario.contato .btn-enviar.btn-success {
  background-image: url("../img/icone-button-arrow-white.svg");
  background-color: #ec0928;
  border-color: #ec0928;
  color: #FFF;
}

.formulario.contato .btn-enviar load .fountainTextG {
  animation-name: bounce_fountainTextGWhite;
}

.formulario.contato .input-text::-webkit-input-placeholder,
.formulario.contato .input-area::-webkit-input-placeholder {
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #8b8a8f;
  letter-spacing: 0.5px;
  text-align: left;
  outline: 1;
  visibility: visible;
}

@media (max-width: 639px) {
  .formulario.contato .input-text,
  .formulario.contato .input-area {
    font-size: 14px;
  }

  .formulario.contato .input-text {
    height: 35px;
    padding: 0 15px;
    line-height: 14px;
  }

  .formulario.contato .input-area {
    height: 100px;
    padding: 10px 15px;
  }

  .formulario.contato .input-text::-webkit-input-placeholder,
  .formulario.contato .input-area::-webkit-input-placeholder {
    font-size: 14px;
  }
}

.buttons-fixed-mobile {
  z-index: 99999;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  background-color: #ededed;
}

.buttons-fixed-mobile .btn-resultado-exames,
.buttons-fixed-mobile .btn-pre-cadastro, .btn-highlight-red {
  padding: 10px 30px 10px 10px;
  background: url("../img/icone-button-arrow-white.svg") no-repeat right 10px center;
  background-size: 7px;
  background-color: #ea0029;
  border-radius: 5px;
  font-family: 'Raleway Medium';
  font-size: 12px;
  color: #FFF;
  line-height: 12px;
  text-align: center;
  text-transform: lowercase;
  outline: 0;
}

.buttons-fixed-mobile .btn-resultado-exames:hover,
.buttons-fixed-mobile .btn-resultado-exames:visited,
.buttons-fixed-mobile .btn-resultado-exames:focus,
.buttons-fixed-mobile .btn-pre-cadastro:hover,
.buttons-fixed-mobile .btn-pre-cadastro:visited,
.buttons-fixed-mobile .btn-pre-cadastro:focus,
.btn-highlight-red:hover,
.btn-highlight-red:visited,
.btn-highlight-red:focus{
  color: #FFF;
}

.buttons-fixed-mobile .btn-resultado-exames {
  float: right;
}

.buttons-fixed-mobile .btn-pre-cadastro {
  float: left;
  background-color: #8b8a8f;
}

.modal#acesso,
.modal#news,
.modal#information,
.modal#exam-results{
  z-index: 99999999999;
}

.modal#acesso .modal-opacity,
.modal#news .modal-opacity {
  background-color: #8b8a8f;
  opacity: 0.95;
}

.modal#information .modal-opacity,
.modal#exam-results .modal-opacity {
  background-color: #e9e9e9;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.modal#information .modal-container .modal-content,
.modal#exam-results .modal-container .modal-content {
  background: #8E8C90;
}

.modal#acesso .modal-container,
.modal#news .modal-container,
.modal#information .modal-container,
.modal#exam-results .modal-container {
  max-width: 550px;
}

.modal#acesso .modal-container .modal-content,
.modal#news .modal-container .modal-content,
.modal#information .modal-container .modal-content,
.modal#exam-results .modal-container .modal-content {
  padding: 70px 50px;
}

.modal#acesso .modal-container .modal-content h4,
.modal#acesso .modal-container .modal-content p,
.modal#news .modal-container .modal-content h4,
.modal#news .modal-container .modal-content p,
.modal#information .modal-container .modal-content h4,
.modal#information .modal-container .modal-content p,
.modal#exam-results .modal-container .modal-content h4,
.modal#exam-results .modal-container .modal-content p{
  display: table;
  float: left;
  width: 100%;
  margin: 0;
  font-family: 'Raleway Medium';
  font-size: 15px;
  color: #565656;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.modal#acesso .modal-container .modal-content h4,
.modal#news .modal-container .modal-content h4,
.modal#information .modal-container .modal-content h4,
.modal#exam-results .modal-container .modal-content h4 {
  text-transform: uppercase;
  text-align: left;
}

.modal#acesso .modal-container .modal-content p,
.modal#news .modal-container .modal-content p,
.modal#information .modal-container .modal-content p,
.modal#exam-results .modal-container .modal-content p {
  float: left;
  width: 100%;
  margin: 0;
  text-align: justify;
}

.modal#acesso .modal-container .modal-content .header,
.modal#news .modal-container .modal-content .header,
.modal#information .modal-container .modal-content .header,
.modal#exam-results .modal-container .modal-content .header{
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

.modal#acesso .modal-container .modal-content .header h3,
.modal#news .modal-container .modal-content .header h3,
.modal#information .modal-container .modal-content .header h3 ,
.modal#exam-results .modal-container .modal-content .header h3 {
  float: left;
  width: 100%;
  margin: 0;
  font-family: 'Raleway Semibold';
  font-size: 22px;
  color: #e5251c;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;
}

.modal#information .modal-container .modal-content .header,
.modal#exam-results .modal-container .modal-content .header{
  margin-bottom: 1.5rem;
}

.btn-highlight-red {
  font-size: .875rem
}

.modal#acesso .modal-container .modal-content .main,
.modal#news .modal-container .modal-content .main,
.modal#information .modal-container .modal-content .main ,
.modal#exam-results .modal-container .modal-content .main {
  display: block;
  width: 100%;
}

.modal#acesso .modal-container .modal-content .main .row,
.modal#news .modal-container .modal-content .main .row,
.modal#information .modal-container .modal-content .main .row,
.modal#exam-results .modal-container .modal-content .main .row{
  margin-bottom: 50px;
}

.modal#acesso .modal-container .modal-content .main .row:last-child,
.modal#news .modal-container .modal-content .main .row:last-child,
.modal#information .modal-container .modal-content .main .row:last-child ,
.modal#exam-results .modal-container .modal-content .main .row:last-child {
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .modal#acesso .modal-container .modal-close .btn-close img,
  .modal#news .modal-container .modal-close .btn-close img,
  .modal#information .modal-container .modal-close .btn-close img ,
  .modal#exam-results .modal-container .modal-close .btn-close img {
    width: 25px;
  }

  .modal#acesso .modal-container .modal-content,
  .modal#news .modal-container .modal-content,
  .modal#information .modal-container .modal-content{
    padding: 48px 10px;
  }

  .modal#acesso .modal-container .modal-content .header,
  .modal#news .modal-container .modal-content .header,
  .modal#information .modal-container .modal-content .header,
  .modal#exam-results .modal-container .modal-content .header{
    margin-bottom: 30px;
  }

  .modal#acesso .modal-container .modal-content .header h3,
  .modal#news .modal-container .modal-content .header h3,
  .modal#information .modal-container .modal-content .header h3,
  .modal#exam-results .modal-container .modal-content .header h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .modal#acesso .modal-container .modal-content .main .row,
  .modal#news .modal-container .modal-content .main .row,
  .modal#information .modal-container .modal-content .main .row,
  .modal#exam-results .modal-container .modal-content .main .row{
    margin-bottom: 30px;
  }

  .modal#acesso .modal-container .modal-content .main h4,
  .modal#acesso .modal-container .modal-content .main p,
  .modal#news .modal-container .modal-content .main h4,
  .modal#news .modal-container .modal-content .main p,
  .modal#information .modal-container .modal-content .main h4,
  .modal#information .modal-container .modal-content .main p,
  .modal#exam-results .modal-container .modal-content .main h4,
  .modal#exam-results .modal-container .modal-content .main p{
    font-size: 12px;
    height: 18px;
  }
}

.modal#galeria .modal-opacity {
  background-color: #8b8a8f;
  opacity: 0.95;
}

.modal#galeria .modal-container {
  border-radius: 0px;
  border: none;
}

.modal#galeria .modal-container .modal-close {
  display: none;
}

.modal#galeria .modal-container .modal-content .column,
.modal#galeria .modal-container .modal-content .columns {
  padding: 0;
}

.modal#galeria .modal-container .modal-content .slick-slide img {
  margin: 0 auto;
}

.modal#galeria .modal-container .modal-content .slider-control {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 195px;
  background-color: #FFF;
}

.modal#galeria .modal-container .modal-content .slider-control .slider-control-prev,
.modal#galeria .modal-container .modal-content .slider-control .slider-control-next {
  display: block;
  float: left;
  width: 65px;
  height: 55px;
  background: url("../img/icone-paginacao.svg") no-repeat center center;
  outline: 0;
}

.modal#galeria .modal-container .modal-content .slider-control .slider-control-next {
  transform: rotate(180deg);
}

.modal#galeria .modal-container .modal-content .slider-control .slider-control-next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  margin-top: -7.5px;
  background-color: #c4c3ca;
}

.modal#galeria .modal-container .modal-content .slider-control .slider-control-close {
  display: block;
  float: left;
  width: 65px;
  height: 55px;
  outline: 0;
}

.modal#galeria .modal-container .modal-content .slider-control .slider-control-close img {
  width: 25px;
}

.modal#enviar-exames .modal-opacity {
  background-color: #8b8a8f;
  opacity: 0.95;
}

.modal#enviar-exames .modal-container {
  max-width: 500px;
  padding: 70px 30px;
}

.modal#enviar-exames .modal-container .modal-close .btn-close img {
  width: 25px;
}

.modal#enviar-exames .modal-container .modal-content .header {
  display: block;
  float: left;
  width: 100%;
}

.modal#enviar-exames .modal-container .modal-content .header h3 {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  font-family: Raleway Bold;
  font-size: 18px;
  color: #8b8a8f;
  letter-spacing: 1px;
}

.modal#enviar-exames .modal-container .modal-content .main {
  display: block;
  float: left;
  width: 100%;
}

.modal#login-mobile {
  z-index: 99999999;
}

.modal#login-mobile .modal-opacity {
  background-color: #FFF;
  opacity: 0.95;
}

.modal#login-mobile .modal-container {
  max-width: 500px;
  min-height: 315px;
  padding: 0;
  background-color: rgba(142, 141, 146, 0.96);
}

.modal#login-mobile .modal-container .modal-close .btn-close img {
  width: 25px;
}

.modal#login-mobile .modal-container .modal-content .login-formulario {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  height: auto;
}

.modal#login-mobile .modal-container .modal-content .login-formulario .box-formulario .formulario-body {
  background-color: transparent;
}

@media (max-width: 639px) {
  .modal#login-mobile .modal-container .modal-content .login-formulario .box-formulario {
    max-width: 270px;
  }
}

/* ------------------------------ PADRÃO -------------------------- */

header .z-index {
  z-index: 100;
  position: relative;
  float: left;
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #DEDEDE;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}

header .header-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 100%;
  height: 100px;
}

header .header-container .box {
  height: 100%;
}

header .header-container .box .align {
  display: table;
  height: 100%;
}

header .header-container .logo img {
  width: 200px;
}

header .header-container .telefone .align {
  float: right;
}

header .header-container .telefone a {
  float: right;
  padding-left: 40px;
  font-family: 'Raleway Bold';
  font-size: 16px;
  color: #e5251c;
  line-height: 25px;
  letter-spacing: 2px;
  text-decoration: none;
  background: url("../img/icone-tell.svg") no-repeat left center;
}

header .header-container .slider-menu {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

header .header-container .slider-menu li {
  display: table;
  float: left;
  padding-right: 30px;
}

header .header-container .slider-menu li a {
  float: left;
  font-family: 'Raleway Semibold';
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  text-transform: uppercase;
}

header .header-container .slider-menu li[data-active=true] a {
  color: #e20613;
}

header .header-container .slider-menu li[data-active=false] a {
  color: #8b8a8f;
}

header .header-container .slider-menu li:last-child {
  padding-right: 0;
}

@media (max-width: 1200px) {
  header .large-5 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  header .telefone {
    display: none;
  }
}

@media (max-width: 1023px) {
  header .large-6 {
    display: none;
  }

  header .medium-2 {
    padding-right: 0;
  }
}

footer {
  padding: 65px 0;
  background-color: #8b8a8f;
}

footer .logo {
  float: left;
}

footer .formulario .enviar {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 55px;
  padding-left: 30px;
}

footer .formulario .enviar .input-text {
  height: 100%;
  margin: 0;
  padding: 20px 70px 20px 20px;
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 3px;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #FFF;
  text-align: left;
}

footer .formulario .enviar .input-text::-webkit-input-placeholder {
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #FFF;
  text-align: left;
}

footer .formulario .enviar .btn-enviar {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  text-indent: -9999999px;
  overflow: hidden;
  background: url("../img/icone-button-arrow-white.svg") no-repeat center center;
  outline: 0;
}

footer .formulario .enviar load .fountainTextG {
  animation-name: bounce_fountainTextGWhite;
}

footer .formulario .enviar .news-msg {
  float: right;
  display: table;
  clear: both;
  font-family: "Raleway Regular";
  font-size: 22px;
  color: #FFF;
  letter-spacing: 3px;
}

footer .formulario .has-error .errors .help-block {
  margin-top: 7px;
  padding-left: 30px;
  text-align: left;
}

footer .column.assinatura p,
footer .assinatura.columns p {
  float: right;
  margin: 0;
  padding-right: 40px;
  font-family: 'Raleway Regular';
  font-size: 12px;
  color: #FFF;
  text-align: right;
  line-height: 18px;
  letter-spacing: 0.5px;
}

footer .column.assinatura p a,
footer .assinatura.columns p a {
  color: #FFF;
}

footer .column.telefone,
footer .telefone.columns {
  position: relative;
}

footer .column.telefone a,
footer .telefone.columns a {
  float: left;
  margin: 0;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  font-family: 'Raleway Regular';
  font-size: 20px;
  color: #FFF;
  line-height: 25px;
  letter-spacing: 1.8px;
}

footer .column.telefone a.icone-whats,
footer .telefone.columns a.icone-whats {
  margin-left: 40px;
  background-image: url("../img/icone-footer-whats.svg");
}

footer .column.telefone a.icone-telefone,
footer .telefone.columns a.icone-telefone {
  margin-left: 20px;
  background-image: url("../img/icone-footer-telefone.svg");
}

footer .column.telefone:after,
footer .telefone.columns:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 55px;
  margin-top: -27.5px;
  background-color: #FFF;
}

footer .container-roll {
  z-index: 9;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

footer .container-roll .roll {
  float: right;
  width: 55px;
  height: 75px;
  margin: 0 auto;
  background-color: #e20613;
  border-radius: 5px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

footer .container-roll .roll img {
  position: relative;
  top: 55px;
  display: table;
  margin: 0 auto;
  animation: arrowtop 1s ease-out 0s infinite;
}

@keyframes arrowtop {
  from {
    top: 55px;
  }

  to {
    top: 15px;
  }
}

@media (max-width: 1430px) {
  footer .semilarge-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer .logo {
    padding-bottom: 30px;
  }

  footer .formulario {
    padding-bottom: 30px;
  }

  footer .news .row {
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .news .row .column,
  footer .news .row .columns {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }

  footer .ass {
    padding-top: 30px;
  }

  footer .ass .row {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 799px) {
  footer .container-roll {
    top: -30px;
  }

  footer .formulario .has-error .enviar {
    margin-bottom: 5px;
  }

  footer .formulario .has-error .errors {
    float: none;
    margin-bottom: 0;
  }

  footer .formulario .has-error .errors .help-block {
    margin-top: 7px;
    padding-left: 30px;
    text-align: left;
  }

  footer .ass .column,
  footer .ass .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  footer .ass .column.assinatura,
  footer .ass .assinatura.columns {
    -ms-flex-order: 2;
    order: 2;
  }

  footer .ass .column.assinatura p,
  footer .ass .assinatura.columns p {
    display: table;
    float: none;
    padding-right: 0;
    margin: 50px auto 0 auto;
    text-align: center;
  }

  footer .ass .column.telefone,
  footer .ass .telefone.columns {
    -ms-flex-order: 1;
    order: 1;
  }

  footer .ass .column.telefone:after,
  footer .ass .telefone.columns:after {
    display: none;
  }

  footer .ass .column.telefone a,
  footer .ass .telefone.columns a {
    display: table;
    float: none;
    margin: 0 auto 15px auto;
  }

  footer .ass .column.telefone a:last-child,
  footer .ass .telefone.columns a:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 438px) {
  footer .formulario .enviar {
    padding-left: 0;
  }
}

article.home section .section-title {
  margin: 0 auto 20px auto;
  font-family: 'Raleway Bold';
  font-size: 34px;
  color: #8b8a8f;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  article.home section .section-title {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (max-width: 639px) {
  article.home section .section-title {
    font-size: 20px;
    line-height: 20px;
  }
}

article.home section.container-slider {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  /*height: 850px;*/
}

article.home section.container-slider .slider-home {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

article.home section.container-slider .slider-home .slick-list {
  height: 100%;
}

article.home section.container-slider .slider-home .slick-list .slick-track {
  height: 100%;
}

article.home section.container-slider .slider-home .slick-list .slick-track .slider-item {
  height: 100%;
}

article.home section.container-slider .slider-home .slick-list .slick-track .slider-item a {
  display: block;
  width: 100%;
  height: 100%;
}

article.home section.container-slider .slider-home .slick-list .slick-track .slider-item a .slider-banner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

article.home section.container-slider .slider-home .slick-list .slick-track .slider-item picture {
  /*display: none;*/
}

article.home section.container-slider .slider-control {
  z-index: 9;
  position: absolute;
  top: 50%;
  right: 0;
  display: table;
  width: 80px;
  height: 230px;
  margin-top: -115px;
  background-color: rgba(139, 138, 143, 0.4);
}

article.home section.container-slider .slider-control .slider-control-prev {
  display: table;
  margin: 0 auto;
  outline: 0;
  transform: rotate(180deg);
}

article.home section.container-slider .slider-control .slider-control-next {
  display: table;
  margin: 50px auto 0 auto;
  outline: 0;
}

article.home section.container-slider .roll {
  z-index: 9;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  display: table;
  width: 55px;
  height: 75px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

article.home section.container-slider .roll img {
  position: relative;
  top: 15px;
  display: table;
  margin: 0 auto;
  animation: arrowroll 1s ease-out 0s infinite;
}

@keyframes arrowroll {
  from {
    top: 15px;
  }

  to {
    top: 55px;
  }
}

@media (max-width: 1023px) {
  article.home section.container-slider {
    height: auto;
  }

  article.home section.container-slider .slider-home .slick-list .slick-track .slider-item picture {
    display: block;
  }

  article.home section.container-slider .slider-control {
    display: none;
  }

  article.home section.container-slider .roll {
    display: none;
  }
}

article.home section.chamada {
  padding: 100px 0;
  background-color: #ededed;
}

article.home section.chamada h1 {
  margin: 0 auto 15px auto;
  font-family: 'Raleway Bold';
  font-size: 34px;
  color: #e5251c;
  letter-spacing: 0.8px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}

article.home section.chamada p {
  margin: 0 auto;
  font-family: 'Raleway Regular';
  font-size: 24px;
  color: #8b8a8f;
  line-height: 24px;
  letter-spacing: 2.8px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  article.home section.chamada {
    padding: 80px 0 70px 0;
  }

  article.home section.chamada h1 {
    font-size: 28px;
    line-height: 28px;
  }

  article.home section.chamada p {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 639px) {
  article.home section.chamada h1 {
    font-size: 20px;
    line-height: 20px;
  }

  article.home section.chamada p {
    font-size: 16px;
    line-height: 16px;
  }
}

article.home section.servicos {
  padding: 100px 0;
  background-color: #FFF;
}

article.home section.servicos .column,
article.home section.servicos .columns {
  position: relative;
  padding: 30px 0;
}

article.home section.servicos .column:after,
article.home section.servicos .columns:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #dadada;
}

article.home section.servicos .column:last-child:after,
article.home section.servicos .columns:last-child:after {
  display: none;
}

article.home section.servicos .box {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 40px 70px 40px;
}

article.home section.servicos .box h3 {
  margin-bottom: 30px;
  font-family: 'Raleway Semibold';
  font-size: 22px;
  color: #8b8a8f;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

article.home section.servicos .box p {
  margin-bottom: 30px;
  font-family: 'Raleway Medium';
  font-size: 16px;
  color: #565656;
  letter-spacing: 0.5px;
  text-align: left;
}

article.home section.servicos .box .button-style-1 {
  position: absolute;
  bottom: 0;
  float: left;
}

@media (max-width: 1199px) {
  article.home section.servicos .column:nth-child(2):after,
  article.home section.servicos .columns:nth-child(2):after {
    display: none;
  }

  article.home section.servicos .box h3 {
    font-size: 20px;
  }

  article.home section.servicos .box p {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  article.home section.servicos {
    padding: 70px 0;
  }
}

@media (max-width: 639px) {
  article.home section.servicos .column:after,
  article.home section.servicos .columns:after {
    display: none;
  }

  article.home section.servicos .column:first-child,
  article.home section.servicos .columns:first-child {
    padding-top: 0;
  }

  article.home section.servicos .column:last-child,
  article.home section.servicos .columns:last-child {
    padding-bottom: 0;
  }

  article.home section.servicos .box {
    padding: 0 15px;
  }

  article.home section.servicos .box h3 {
    font-size: 18px;
  }

  article.home section.servicos .box p {
    font-size: 12px;
  }

  article.home section.servicos .box .button-style-1 {
    position: relative;
    bottom: auto;
  }
}

article.home section.noticias {
  padding: 100px 0;
  background-color: #8b8a8f;
}

article.home section.noticias .column,
article.home section.noticias .columns {
  position: relative;
  padding: 30px 0;
}

article.home section.noticias .box {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 40px 110px 40px;
}

article.home section.noticias .box span {
  font-family: 'Raleway Regular';
  font-size: 14px;
  color: #b2b0bb;
  letter-spacing: 2.4px;
  text-align: left;
  text-transform: uppercase;
}

article.home section.noticias .box p {
  margin: 0;
  font-family: 'Raleway Medium';
  font-size: 16px;
  color: #FFF;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: left;
}

article.home section.noticias .box p.title {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: 'Raleway Semibold';
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

article.home section.noticias .box .button-style-1 {
  position: absolute;
  bottom: 0;
  float: left;
  background-image: url("../img/icone-button-arrow-white.svg");
  background-color: transparent;
  border-color: #c5c4ca;
  color: #e5e5e6;
}

article.home section.noticias .box .button-style-1:hover {
  background-color: #939293;
}

@media (max-width: 1199px) {
  article.home section.noticias .box p {
    font-size: 14px;
  }

  article.home section.noticias .box p.title {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  article.home section.noticias {
    padding: 70px 0;
  }
}

@media (max-width: 639px) {
  article.home section.noticias .column:first-child,
  article.home section.noticias .columns:first-child {
    padding-top: 0;
  }

  article.home section.noticias .column:last-child,
  article.home section.noticias .columns:last-child {
    padding-bottom: 0;
  }

  article.home section.noticias .box {
    padding: 0 15px;
  }

  article.home section.noticias .box p {
    font-size: 12px;
  }

  article.home section.noticias .box p.title {
    font-size: 18px;
  }

  article.home section.noticias .box .button-style-1 {
    position: relative;
    bottom: auto;
    margin-top: 30px;
  }
}

article.home section.design .parallax {
  position: relative;
  float: left;
  width: 100%;
  height: 700px;
}

article.home section.design .parallax .parallax-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

article.home section.design .parallax .parallax-image .image {
  display: block;
  float: left;
  width: 100%;
  height: 1920px;
  margin-top: -24%;
  background: url("../img/banner-parallax.jpg") no-repeat center center;
  background-size: cover;
}

article.home section.design .parallax .parallax-content {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
}

article.home section.design .parallax .parallax-content h2 {
  display: table;
  margin: 0 auto 60px auto;
  font-family: 'Raleway Bold';
  font-size: 34px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}

article.home section.design .parallax .parallax-content .button-style-1 {
  background-image: url("../img/icone-button-arrow-white.svg");
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}

article.home section.design .parallax .parallax-content .button-style-1:hover {
  background-color: #e5251c;
  border-color: #e5251c;
}

@media (max-width: 1400px) {
  article.home section.design .parallax .parallax-image .image {
    margin-top: -35%;
  }
}

@media (max-width: 1190px) {
  article.home section.design {
    display: none;
  }
}

article.home section.unidades {
  padding: 100px 0;
  background-color: #FFF;
}

article.home section.unidades .content .column,
article.home section.unidades .content .columns {
  position: relative;
  padding: 30px 0;
}

article.home section.unidades .box {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 40px 100px 40px;
}

article.home section.unidades .box span {
  float: left;
  width: 100%;
  font-family: 'Raleway Medium';
  font-size: 14px;
  color: #8b8a8f;
  letter-spacing: 0.5px;
  text-align: left;
}

article.home section.unidades .box p {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Raleway Medium';
  font-size: 15px;
  color: #565656;
  line-height: 25px;
  text-align: left;
}

article.home section.unidades .box p.title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

article.home section.unidades .box .button-style-1 {
  position: absolute;
  bottom: 0;
  float: left;
}

@media (max-width: 1023px) {
  article.home section.unidades {
    padding: 70px 0;
  }
}

@media (max-width: 639px) {
  article.home section.unidades .section-title {
    margin-bottom: 40px;
  }

  article.home section.unidades .content .column:first-child,
  article.home section.unidades .content .columns:first-child {
    padding-top: 0;
  }

  article.home section.unidades .content .column:last-child,
  article.home section.unidades .content .columns:last-child {
    padding-bottom: 0;
  }

  article.home section.unidades .box {
    padding: 0 15px;
  }

  article.home section.unidades .box p {
    font-size: 14px;
  }

  article.home section.unidades .box p.title {
    font-size: 16px;
  }

  article.home section.unidades .box span {
    font-size: 12px;
  }

  article.home section.unidades .box .button-style-1 {
    position: relative;
    bottom: auto;
    margin-top: 30px;
  }
}

article.home section.social {
  padding: 50px 0 130px 0;
  background-color: #FFF;
}

article.home section.social .section-title {
  margin-bottom: 100px;
}

article.home section.social .list-social {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

article.home section.social .list-social li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

article.home section.social .list-social a {
  float: left;
  padding: 10px;
}

article.home section.social .list-social:before,
article.home section.social .list-social:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #dadada;
}

article.home section.social .list-social:before {
  left: -180px;
}

article.home section.social .list-social:after {
  right: -180px;
}

@media (max-width: 1023px) {
  article.home section.social {
    padding: 70px 0;
  }
}

@media (max-width: 639px) {
  article.home section.social .section-title {
    margin-bottom: 60px;
  }

  article.home section.social .list-social:after,
  article.home section.social .list-social:before {
    display: none;
  }
}

article.contato .article-content {
  padding-bottom: 0;
}

article.contato .article-content .telefone {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 40px;
}

article.contato .article-content .telefone a {
  display: table;
  font-family: 'Raleway Regular';
  font-size: 25px;
  color: #8b8a8f;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: left;
}

article.contato .article-content .descricao {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-right: 40px;
  padding-bottom: 60px;
  font-family: 'Raleway Regular';
  font-size: 17px;
  color: #565656;
  line-height: 20px;
  text-align: left;
}

article.contato .article-content .descricao:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #dadada;
}

article.contato .article-content .mapa {
  position: relative;
  float: left;
  width: 100%;
  height: 650px;
  margin-top: 120px;
}

article.contato .article-content .mapa #map {
  float: left;
  width: 100%;
  height: 100%;
}

article.contato .article-content .mapa #map .box {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  max-width: 400px;
  padding: 60px 40px;
}

article.contato .article-content .mapa #map .box span {
  float: left;
  width: 100%;
  font-family: 'Raleway Medium';
  font-size: 14px;
  color: #8b8a8f;
  letter-spacing: 0.5px;
  text-align: left;
}

article.contato .article-content .mapa #map .box p {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Raleway Medium';
  font-size: 15px;
  color: #565656;
  line-height: 25px;
  text-align: left;
}

article.contato .article-content .mapa #map .box p.title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

article.contato .article-content .mapa #map .box .button-style-1 {
  float: left;
  margin-top: 50px;
}

@media (max-width: 1023px) {
  article.contato .article-content .telefone {
    padding-right: 20px;
  }

  article.contato .article-content .telefone a {
    font-size: 20px;
  }

  article.contato .article-content .descricao {
    padding-right: 20px;
    font-size: 14px;
  }

  article.contato .article-content .mapa {
    height: 450px;
  }

  article.contato .article-content .mapa #map .box {
    padding: 15px;
  }

  article.contato .article-content .mapa #map .box span {
    font-size: 12px;
    line-height: 16px;
  }

  article.contato .article-content .mapa #map .box p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  article.contato .article-content .mapa #map .box p.title {
    margin: 10px 0;
    font-size: 14px;
    line-height: 16px;
  }

  article.contato .article-content .mapa #map .box .button-style-1 {
    margin-top: 20px;
  }
}

@media (max-width: 639px) {
  article.contato .article-content .telefone {
    padding-right: 0;
  }

  article.contato .article-content .telefone a {
    font-size: 18px;
  }

  article.contato .article-content .descricao {
    padding-right: 0;
    padding-bottom: 30px;
    font-size: 14px;
  }

  article.contato .article-content .descricao:after {
    display: none;
  }

  article.contato .article-content .mapa {
    height: 350px;
    margin-top: 70px;
  }
}

@media (max-width: 380px) {
  article.contato .article-content .telefone {
    margin-bottom: 20px;
  }

  article.contato .article-content .telefone a {
    font-size: 16px;
  }

  article.contato .article-content .descricao {
    font-size: 12px;
  }

  article.contato .article-content .mapa {
    height: 300px;
  }
}

article.atendimento .article-content h2 {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
  font-family: 'Raleway Semibold';
  font-size: 22px;
  color: #565656;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

article.atendimento .article-content p {
  float: left;
  width: 100%;
  margin: 0;
  font-family: 'Raleway Regular';
  font-size: 17px;
  color: #565656;
  line-height: 29px;
  letter-spacing: 0.5px;
  text-align: justify;
}

article.atendimento .article-content hr {
  float: left;
  width: 100%;
  margin: 80px 0;
}

@media (max-width: 1023px) {
  article.atendimento .article-content h2 {
    font-size: 20px;
    line-height: 20px;
  }

  article.atendimento .article-content p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 639px) {
  article.atendimento .article-content hr {
    margin: 50px 0;
  }

  article.atendimento .article-content h2 {
    font-size: 18px;
    line-height: 18px;
  }

  article.atendimento .article-content p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 380px) {
  article.atendimento .article-content h2 {
    font-size: 16px;
    line-height: 16px;
  }

  article.atendimento .article-content p {
    font-size: 12px;
    line-height: 18px;
  }
}

article.sobre .article-title {
  background: url("../img/sobre-banner.jpg") no-repeat center center;
  background-size: cover;
  height: 700px;
}

article.sobre .article-title h1 {
  margin-top: 300px;
  font-family: 'Raleway Bold';
}

article.sobre .article-content h2 {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
  font-family: 'Raleway Semibold';
  font-size: 22px;
  color: #565656;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

article.sobre .article-content p {
  float: left;
  width: 100%;
  margin: 0;
  font-family: 'Raleway Regular';
  font-size: 17px;
  color: #565656;
  line-height: 29px;
  letter-spacing: 0.5px;
  text-align: justify;
}

article.sobre .article-content hr {
  float: left;
  width: 100%;
  margin: 80px 0;
}

article.sobre .article-content .galeria {
  padding: 0 7.5px;
}

article.sobre .article-content .galeria .column,
article.sobre .article-content .galeria .columns {
  padding: 0 7.5px;
}

article.sobre .article-content .galeria img {
  display: table;
  margin: 0 auto;
}

article.sobre .article-content .btn-open-form {
  float: left;
  margin-top: 30px;
}

article.sobre .article-content .formulario {
  display: block;
  float: left;
  width: 100%;
  height: 0;
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 1.5s ease;
  overflow: hidden;
}

article.sobre .article-content .formulario .button-style-1 {
  width: 100%;
  padding-right: 60px;
}

article.sobre .article-content .formulario .file {
  margin-top: 10px;
  line-height: 22px;
}

article.sobre .article-content .formulario .input-text,
article.sobre .article-content .formulario .input-area {
  display: block;
  float: left;
  width: 100%;
  height: 55px;
  padding: 20px;
  background-color: #f6f5f7;
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 5px;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #8b8a8f;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-align: left;
  outline: 0;
}

article.sobre .article-content .formulario .input-area {
  height: 170px;
  resize: none;
}

article.sobre .article-content .formulario .btn-enviar {
  float: right;
  outline: 0;
}

article.sobre .article-content .formulario .btn-enviar:hover {
  background-image: url("../img/icone-button-arrow-gray.svg");
  background-color: transparent;
  border-color: #a7a7a7;
  color: #e20613;
}

article.sobre .article-content .formulario .btn-enviar.btn-success {
  background-image: url("../img/icone-button-arrow-white.svg");
  background-color: #ec0928;
  border-color: #ec0928;
  color: #FFF;
}

article.sobre .article-content .formulario .btn-enviar load .fountainTextG {
  animation-name: bounce_fountainTextGWhite;
}

article.sobre .article-content .formulario .input-text::-webkit-input-placeholder,
article.sobre .article-content .formulario .input-area::-webkit-input-placeholder {
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #8b8a8f;
  letter-spacing: 0.5px;
  text-align: left;
  outline: 1;
  visibility: visible;
}

article.sobre .article-content .formulario .btn-enviar-curriculo {
  position: relative;
  display: table;
  float: left;
  width: 100%;
}

article.sobre .article-content .formulario .btn-enviar-curriculo .btn-curriculo {
  z-index: 99999999999999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  text-indent: -999999999999999px;
  overflow: hidden;
  color: transparent;
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  outline: 0;
  cursor: pointer;
}

article.sobre .article-content .formulario .btn-enviar-curriculo .button-style-1 {
  float: left;
  width: 100%;
  background-image: url("../img/icone-button-arrow-white.svg");
  background-color: #d1cfd7;
  border-color: #d1cfd7;
  color: #FFF;
}

article.sobre .article-content .formulario .btn-enviar-curriculo:hover .button-style-1,
article.sobre .article-content .formulario .btn-enviar-curriculo.btn-success .button-style-1 {
  background-color: #006e1a;
  border-color: #006e1a;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

article.sobre .article-content .formulario .btn-enviar-curriculo.btn-success .button-style-1 {
  box-shadow: none;
}

article.sobre .article-content .formulario.form-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: initial;
}

article.sobre .article-content .formulario .row.actions {
  padding: 0 15px;
}

article.sobre .article-content .formulario .row.actions .column,
article.sobre .article-content .formulario .row.actions .columns {
  padding: 0 5px;
}

article.sobre .article-content .formulario .row.actions .column:first-child,
article.sobre .article-content .formulario .row.actions .columns:first-child {
  padding-left: 0;
}

article.sobre .article-content .formulario .row.actions .column:last-child,
article.sobre .article-content .formulario .row.actions .columns:last-child {
  padding-right: 0;
}

article.sobre .article-content .video {
  position: relative;
  display: table;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background-color: #747375;
}

article.sobre .article-content .video.mobile {
  display: none;
  padding: 50px 0.625rem;
  height: auto;
}

article.sobre .article-content .video.mobile .video-title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

article.sobre .article-content .video.mobile .video-title h2 {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-family: 'Raleway Medium';
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
}

article.sobre .article-content .video.mobile .video-title p {
  float: left;
  width: 100%;
  margin: 0;
  font-family: 'Raleway Medium';
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
}

article.sobre .article-content .video.mobile .video-content {
  float: left;
  width: 100%;
}

article.sobre .article-content .video.mobile .video-content iframe {
  width: 100%;
  height: 250px;
}

article.sobre .article-content .video .oculto {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 700px;
  opacity: 0;
}

article.sobre .article-content .video .icone-play {
  z-index: 2;
  position: relative;
  display: table;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  cursor: pointer;
}

article.sobre .article-content .video .icone-play img {
  width: 100%;
  transition: width 0.3s ease;
}

article.sobre .article-content .video .icone-play:hover img {
  width: 90%;
}

article.sobre .article-content .video .thumb {
  position: relative;
  z-index: 2;
  display: table;
  margin: 0 auto;
}

article.sobre .article-content .video .container-video {
  width: 100%;
  height: 100%;
}

article.sobre .article-content .video video-background .video-background {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  opacity: 0.3;
}

article.sobre .article-content .video video-background .video-controls {
  display: none !important;
}

@media (max-width: 639px) {
  article.sobre .article-content .video.desktop {
    display: none;
  }

  article.sobre .article-content .video.mobile {
    display: table;
  }
}

@media (max-width: 1350px) {
  article.sobre .article-title h1 {
    margin-top: 220px;
  }
}

@media (max-width: 1023px) {
  article.sobre .article-title {
    height: 400px;
  }

  article.sobre .article-title h1 {
    margin-top: 0;
  }

  article.sobre .article-content h2 {
    font-size: 20px;
    line-height: 20px;
  }

  article.sobre .article-content p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 639px) {
  article.sobre .article-title {
    height: 300px;
  }

  article.sobre .article-content hr {
    margin: 50px 0;
  }

  article.sobre .article-content h2 {
    font-size: 18px;
    line-height: 18px;
  }

  article.sobre .article-content p {
    font-size: 13px;
    line-height: 20px;
  }

  article.sobre .article-content .galeria .column,
  article.sobre .article-content .galeria .columns {
    padding-bottom: 15px;
  }

  article.sobre .article-content .formulario .input-text,
  article.sobre .article-content .formulario .input-area {
    font-size: 14px;
  }

  article.sobre .article-content .formulario .input-text {
    height: 35px;
    padding: 0 15px;
    line-height: 14px;
  }

  article.sobre .article-content .formulario .input-area {
    height: 100px;
    padding: 10px 15px;
  }

  article.sobre .article-content .formulario .input-text::-webkit-input-placeholder,
  article.sobre .article-content .formulario .input-area::-webkit-input-placeholder {
    font-size: 14px;
  }

  article.sobre .article-content .formulario .row.actions {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (max-width: 480px) {
  article.sobre .article-content .formulario .row.actions .column,
  article.sobre .article-content .formulario .row.actions .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  article.sobre .article-content .formulario .btn-enviar-curriculo {
    margin-bottom: 30px;
  }
}

@media (max-width: 380px) {
  article.sobre .article-title {
    height: 200px;
  }

  article.sobre .article-content h2 {
    font-size: 16px;
    line-height: 16px;
  }

  article.sobre .article-content p {
    font-size: 12px;
    line-height: 18px;
  }

  article.sobre .article-content .galeria .column,
  article.sobre .article-content .galeria .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  article.sobre .article-content .galeria .column:last-child,
  article.sobre .article-content .galeria .columns:last-child {
    padding-bottom: 0;
  }
}

article.assessoria-medica .article-content h2 {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-right: 40px;
  font-family: 'Raleway Semibold';
  font-size: 22px;
  color: #565656;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

article.assessoria-medica .article-content .telefone {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 40px;
  padding-right: 40px;
}

article.assessoria-medica .article-content .telefone a {
  display: table;
  font-family: 'Raleway Regular';
  font-size: 25px;
  color: #8b8a8f;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: left;
}

article.assessoria-medica .article-content .telefone:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #dadada;
}

article.assessoria-medica .article-content .descricao {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 40px;
  font-family: 'Raleway Regular';
  font-size: 17px;
  color: #565656;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 1023px) {
  article.assessoria-medica .article-content h2 {
    padding-right: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  article.assessoria-medica .article-content .telefone {
    padding-right: 20px;
  }

  article.assessoria-medica .article-content .telefone a {
    font-size: 20px;
  }

  article.assessoria-medica .article-content .descricao {
    padding-right: 20px;
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  article.assessoria-medica .article-content h2 {
    padding-right: 0;
    font-size: 18px;
    line-height: 18px;
  }

  article.assessoria-medica .article-content .telefone {
    padding-right: 0;
    padding-bottom: 30px;
  }

  article.assessoria-medica .article-content .telefone a {
    font-size: 18px;
  }

  article.assessoria-medica .article-content .telefone:after {
    display: none;
  }

  article.assessoria-medica .article-content .descricao {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  article.assessoria-medica .article-content .telefone a {
    font-size: 16px;
  }

  article.assessoria-medica .article-content .descricao {
    font-size: 12px;
  }
}

article.qualidade .article-content h2 {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
  font-family: 'Raleway Semibold';
  font-size: 22px;
  color: #565656;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

article.qualidade .article-content p,
article.qualidade .article-content .box-certificado ul li a {
  float: left;
  width: 100%;
  margin: 0;
  font-family: 'Raleway Regular';
  font-size: 17px;
  color: #565656;
  line-height: 29px;
  letter-spacing: 0.5px;
  text-align: justify;
}

article.qualidade .article-content hr {
  float: left;
  width: 100%;
  margin: 80px 0;
}

article.qualidade .article-content .box-certificado {
  float: left;
  width: 100%;
}

article.qualidade .article-content .box-certificado ul {
  display: block;
  float: left;
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 0;
  list-style: none;
}

article.qualidade .article-content .box-certificado ul li {
  float: left;
  width: 100%;
}

article.qualidade .article-content .box-certificado ul li a {
  width: auto;
  padding-left: 0;
  transition: 0.5s all ease;
}

article.qualidade .article-content .box-certificado ul li a:hover {
  padding-left: 15px;
  background: url("../img/qualidades-icone-list.svg") no-repeat left center;
  color: #ec0928;
}

@media (max-width: 1023px) {
  article.qualidade .article-content h2 {
    font-size: 20px;
    line-height: 20px;
  }

  article.qualidade .article-content p {
    font-size: 15px;
    line-height: 25px;
  }

  article.qualidade .article-content .box-certificado ul li a {
    font-size: 14px;
    line-height: 28px;
  }
}

@media (max-width: 639px) {
  article.qualidade .article-content {
    padding-bottom: 30px;
  }

  article.qualidade .article-content hr {
    margin: 50px 0;
  }

  article.qualidade .article-content h2 {
    font-size: 18px;
    line-height: 18px;
  }

  article.qualidade .article-content p {
    font-size: 13px;
    line-height: 20px;
  }

  article.qualidade .article-content .box-certificado {
    margin-bottom: 50px;
  }

  article.qualidade .article-content .box-certificado p {
    font-size: 15px;
  }

  article.qualidade .article-content .box-certificado ul {
    margin-top: 15px;
  }

  article.qualidade .article-content .box-certificado ul li a {
    font-size: 14px;
    line-height: 28px;
  }
}

@media (max-width: 380px) {
  article.qualidade .article-content h2 {
    font-size: 16px;
    line-height: 16px;
  }

  article.qualidade .article-content p {
    font-size: 12px;
    line-height: 18px;
  }
}

article.duvidas-frequentes .article-content h2 {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 70px;
  font-family: 'Raleway Semibold';
  font-size: 22px;
  color: #565656;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

article.duvidas-frequentes .article-content .accordion .accordion-item {
  border-left: 1px solid #dadada;
  transition: border-left 0.5s ease;
}

article.duvidas-frequentes .article-content .accordion .accordion-item .accordion-title {
  padding: 20px 30px;
  background-color: #FFF;
  border: 0;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #565656;
  line-height: 17px;
  letter-spacing: 0.5px;
  text-align: justify;
  transition: color 0.5s ease;
}

article.duvidas-frequentes .article-content .accordion .accordion-item .accordion-title:before {
  display: none;
}

article.duvidas-frequentes .article-content .accordion .accordion-item .accordion-content {
  padding: 20px 30px;
  background-color: #f6f5f7;
  border: 0;
  font-family: 'Raleway Regular';
  font-size: 16px;
  color: #565656;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: justify;
}

article.duvidas-frequentes .article-content .accordion .accordion-item .accordion-content p {
  margin-bottom: 0;
}

article.duvidas-frequentes .article-content .accordion .accordion-item.is-active {
  border-left-color: #ec0928;
}

article.duvidas-frequentes .article-content .accordion .accordion-item.is-active .accordion-title {
  color: #ec0928;
}

article.duvidas-frequentes .article-content .accordion .accordion-item:hover {
  border-left-color: #ec0928;
}

article.duvidas-frequentes .article-content .accordion .accordion-item:hover .accordion-title {
  color: #ec0928;
}

@media (max-width: 1023px) {
  article.duvidas-frequentes .article-content h2 {
    font-size: 20px;
    line-height: 20px;
  }

  article.duvidas-frequentes .article-content .accordion .accordion-item .accordion-title {
    font-size: 16px;
    line-height: 16px;
  }

  article.duvidas-frequentes .article-content .accordion .accordion-item .accordion-content {
    font-size: 15px;
    line-height: 15px;
  }
}

@media (max-width: 639px) {
  article.duvidas-frequentes .article-content h2 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 18px;
  }

  article.duvidas-frequentes .article-content .accordion .accordion-item .accordion-title {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 14px;
  }

  article.duvidas-frequentes .article-content .accordion .accordion-item .accordion-content {
    padding: 15px 20px;
    font-size: 13px;
    line-height: 13px;
  }
}

@media (max-width: 380px) {
  article.duvidas-frequentes .article-content h2 {
    font-size: 16px;
    line-height: 16px;
  }

  article.duvidas-frequentes .article-content .accordion .accordion-item .accordion-title {
    font-size: 13px;
    line-height: 13px;
  }

  article.duvidas-frequentes .article-content .accordion .accordion-item .accordion-content {
    font-size: 12px;
    line-height: 12px;
  }
}

article.convenios .article-content .box-table table thead tr th,
article.convenios .article-content .box-table table thead tr td,
article.convenios .article-content .box-table table tbody tr th,
article.convenios .article-content .box-table table tbody tr td {
  float: left;
}

article.convenios .article-content .box-table table thead tr th:first-child,
article.convenios .article-content .box-table table thead tr td:first-child,
article.convenios .article-content .box-table table tbody tr th:first-child,
article.convenios .article-content .box-table table tbody tr td:first-child {
  width: 50%;
  max-width: 170px;
}

article.convenios .article-content .box-table table thead tr th:last-child,
article.convenios .article-content .box-table table thead tr td:last-child,
article.convenios .article-content .box-table table tbody tr th:last-child,
article.convenios .article-content .box-table table tbody tr td:last-child {
  width: 50%;
}

article.noticias .article-content .index {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #FFF;
  border-bottom: 1px solid #dadada;
  transition: all 0.7s ease;
}

article.noticias .article-content .index .image {
  display: table;
  margin: 0 auto;
}

article.noticias .article-content .index .infos {
  float: left;
  width: 100%;
  padding-left: 50px;
}

article.noticias .article-content .index .infos span {
  display: block;
  margin: 0;
  font-family: 'Raleway Regular';
  font-size: 14px;
  color: #b2b0bb;
  line-height: 14px;
  letter-spacing: 2.5px;
  text-align: left;
  text-transform: uppercase;
}

article.noticias .article-content .index .infos h2 {
  display: block;
  margin: 20px 0 30px 0;
  font-family: 'Raleway Semibold';
  font-size: 25px;
  color: #565656;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

article.noticias .article-content .index .infos p {
  display: block;
  margin: 0;
  font-family: 'Raleway Medium';
  font-size: 16px;
  color: #565656;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
}

article.noticias .article-content .index .infos .button-style-1 {
  float: left;
  margin-top: 70px;
}

article.noticias .article-content .index:hover {
  background-color: #f6f5f7;
}

article.noticias .article-content .mensagem {
  float: left;
  width: 100%;
}

@media (max-width: 1023px) {
  article.noticias .article-content .index .infos span {
    font-size: 12px;
    line-height: 12px;
  }

  article.noticias .article-content .index .infos h2 {
    margin: 15px 0;
    font-size: 16px;
    line-height: 16px;
  }

  article.noticias .article-content .index .infos p {
    font-size: 12px;
    line-height: 20px;
  }

  article.noticias .article-content .index .infos .button-style-1 {
    margin-top: 25px;
  }
}

@media (max-width: 639px) {
  article.noticias .article-content .index .infos {
    padding-top: 30px;
    padding-left: 0;
  }
}

article.noticia .article-content {
  border-top: 4px solid #c4c3ca;
}

article.noticia .article-content .title h1 {
  display: block;
  margin: 20px 0 40px 0;
  font-family: 'Raleway Semibold';
  font-size: 25px;
  color: #565656;
  line-height: 25px;
  letter-spacing: 2.5px;
  text-align: left;
  text-transform: uppercase;
}

article.noticia .article-content .title span {
  display: block;
  font-family: 'Raleway Regular';
  font-size: 14px;
  color: #b2b0bb;
  line-height: 14px;
  letter-spacing: 2.5px;
  text-align: left;
  text-transform: uppercase;
}

article.noticia .article-content .imagem img {
  width: 100%;
}

article.noticia .article-content .social {
  padding: 30px 0;
}

article.noticia .article-content .descricao {
  display: block;
  font-family: 'Raleway Regular';
  font-size: 17px;
  color: #565656;
  line-height: 17px;
  letter-spacing: 0.5px;
  text-align: justify;
}

article.noticia .article-content .descricao p {
  margin-bottom: 30px;
}

article.noticia .article-content .descricao p:last-child {
  margin-bottom: 0;
}

article.noticia .article-content .galeria {
  padding: 60px 0;
}

article.noticia .article-content .galeria .column,
article.noticia .article-content .galeria .columns {
  padding: 15px;
}

article.noticia .article-content .voltar {
  float: left;
  width: 100%;
  padding-top: 60px;
  border-top: 1px solid #dadada;
}

article.noticia .article-content .voltar a {
  position: relative;
  display: table;
  float: left;
  width: 75px;
  height: 55px;
  background-color: #e20613;
  border-radius: 5px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

article.noticia .article-content .voltar a img {
  position: absolute;
  top: 50%;
  left: 15px;
  display: table;
  margin-top: -7px;
  animation: arrowleft 1s ease-out 0s infinite;
}

@keyframes arrowleft {
  from {
    left: 55px;
  }

  to {
    left: 15px;
  }
}

article.noticia .article-content .voltar span {
  float: left;
  margin-left: 40px;
  font-family: 'Raleway Regular';
  font-size: 16px;
  color: #565656;
  line-height: 55px;
  letter-spacing: 0.5px;
  text-align: left;
}

@media (max-width: 1023px) {
  article.noticia .article-content .title h1 {
    font-size: 22px;
    line-height: 22px;
  }

  article.noticia .article-content .descricao p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 639px) {
  article.noticia .article-content .title span {
    font-size: 12px;
    line-height: 12px;
  }

  article.noticia .article-content .title h1 {
    margin: 10px 0 30px 0;
    font-size: 16px;
    line-height: 16px;
  }

  article.noticia .article-content .descricao p {
    font-size: 12px;
  }

  article.noticia .article-content .galeria {
    padding: 30px 0;
  }

  article.noticia .article-content .galeria .column,
  article.noticia .article-content .galeria .columns {
    padding: 0.625rem;
  }
}

article.tuss .article-title h1:after {
  display: none;
}

article.exames .article-title h1:after {
  display: none;
}

article.exames .article-content .box-table table thead tr th a,
article.exames .article-content .box-table table thead tr td a,
article.exames .article-content .box-table table tbody tr th a,
article.exames .article-content .box-table table tbody tr td a {
  display: table;
  width: 100%;
}

article.exames .article-content .box-table table thead tr th:first-child,
article.exames .article-content .box-table table thead tr td:first-child,
article.exames .article-content .box-table table tbody tr th:first-child,
article.exames .article-content .box-table table tbody tr td:first-child {
  width: 70%;
}

article.exames .article-content .box-table table thead tr th:last-child,
article.exames .article-content .box-table table thead tr td:last-child,
article.exames .article-content .box-table table tbody tr th:last-child,
article.exames .article-content .box-table table tbody tr td:last-child {
  width: 30%;
}

@media (max-width: 1023px) {
  article.exames .article-content .box-table table thead tr th:first-child,
  article.exames .article-content .box-table table thead tr td:first-child,
  article.exames .article-content .box-table table tbody tr th:first-child,
  article.exames .article-content .box-table table tbody tr td:first-child {
    width: 60%;
  }

  article.exames .article-content .box-table table thead tr th:last-child,
  article.exames .article-content .box-table table thead tr td:last-child,
  article.exames .article-content .box-table table tbody tr th:last-child,
  article.exames .article-content .box-table table tbody tr td:last-child {
    width: 40%;
  }
}

article.exame .article-title h1:after {
  display: none;
}

article.exame .row.actions {
  padding: 80px 0;
}

article.exame .row.actions .column:first-child,
article.exame .row.actions .columns:first-child {
  padding-left: 0;
}

article.exame .row.actions .column:last-child,
article.exame .row.actions .columns:last-child {
  padding-right: 0;
}

article.exame .row.actions .button-style-1.pesquisa {
  float: left;
  padding: 15px 25px 15px 90px;
  background-image: url("../img/icone-button-arrow-left-gray.svg");
  background-position: center left 25px;
  text-align: right;
}

article.exame .row.actions .button-style-1.pesquisa:hover {
  background-image: url("../img/icone-button-arrow-left-white.svg");
}

article.exame .row.actions .adicionar {
  float: right;
  background-image: url("../img/icone-button-arrow-white.svg");
  background-color: #e5251c;
  border-color: #e5251c;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  color: #FFF;
}

@media (max-width: 1199px) {
  article.exame .row.actions .column:first-child,
  article.exame .row.actions .columns:first-child {
    padding-left: 0.625rem;
  }

  article.exame .row.actions .column:last-child,
  article.exame .row.actions .columns:last-child {
    padding-right: 0.625rem;
  }
}

@media (max-width: 639px) {
  article.exame .row.actions {
    padding: 50px 0 0 0;
  }

  article.exame .row.actions .column:first-child,
  article.exame .row.actions .columns:first-child {
    -ms-flex-order: 2;
    order: 2;
  }

  article.exame .row.actions .column:last-child,
  article.exame .row.actions .columns:last-child {
    -ms-flex-order: 1;
    order: 1;
  }

  article.exame .row.actions .button-style-1.pesquisa {
    margin-top: 30px;
    padding: 10px 15px 10px 50px;
    background-position: center left 15px;
    font-size: 14px;
  }

  article.exame .row.actions .button-style-1,
  article.exame .row.actions .button-style-1.pesquisa {
    float: none;
  }
}

article.carrinho .article-title {
  height: 150px;
  background-image: none;
  background-color: #c4c3ca;
}

article.carrinho .article-title h1:after {
  display: none;
}

article.carrinho .article-content .lista-exames {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

article.carrinho .article-content .lista-exames li {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 100px;
}

article.carrinho .article-content .lista-exames li:last-child {
  margin-bottom: 0;
}

article.carrinho .article-content .row.actions {
  padding: 100px 0;
}

article.carrinho .article-content .row.actions .column.large-6:first-child,
article.carrinho .article-content .row.actions .large-6.columns:first-child {
  padding-left: 0;
}

article.carrinho .article-content .row.actions .column.large-6:last-child,
article.carrinho .article-content .row.actions .large-6.columns:last-child {
  padding-right: 0;
}

article.carrinho .article-content .row.actions .button-style-1.pesquisa {
  float: left;
  padding: 15px 25px 15px 90px;
  background-image: url("../img/icone-button-arrow-left-gray.svg");
  background-position: center left 25px;
  text-align: right;
}

article.carrinho .article-content .row.actions .button-style-1.pesquisa:hover {
  background-image: url("../img/icone-button-arrow-left-white.svg");
}

article.carrinho .article-content .row.actions .adicionar {
  float: right;
}

article.carrinho .article-content .row.actions .imprimir,
article.carrinho .article-content .row.actions .email {
  float: right;
  display: inline-block;
  width: 80px;
  height: 49px;
  margin: 0 10px;
  padding: 0;
  background-image: url("../img/icone-imprimir-red.png");
  background-position: center;
  text-indent: -999999999px;
  overflow: hidden;
}

article.carrinho .article-content .row.actions .imprimir:hover,
article.carrinho .article-content .row.actions .email:hover {
  background-image: url("../img/icone-imprimir-white.png");
}

article.carrinho .article-content .row.actions .imprimir {
  margin-right: 0;
}

article.carrinho .article-content .row.actions .email {
  margin-left: 0;
  background-image: url("../img/icone-enviar-msg-red.png");
}

article.carrinho .article-content .row.actions .email:hover {
  background-image: url("../img/icone-enviar-msg-white.png");
}

@media (max-width: 1199px) {
  article.carrinho .article-content .row.actions .column.large-6:first-child,
  article.carrinho .article-content .row.actions .large-6.columns:first-child {
    padding-left: 0.625rem;
  }

  article.carrinho .article-content .row.actions .column.large-6:last-child,
  article.carrinho .article-content .row.actions .large-6.columns:last-child {
    padding-right: 0.625rem;
  }
}

@media (max-width: 639px) {
  article.carrinho .article-content .row.actions {
    padding: 50px 0 30px 0;
  }

  article.carrinho .article-content .row.actions .column.large-6:first-child,
  article.carrinho .article-content .row.actions .large-6.columns:first-child,
  article.carrinho .article-content .row.actions .column.large-6:last-child,
  article.carrinho .article-content .row.actions .large-6.columns:last-child {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: initial;
    margin: 0 auto;
  }

  article.carrinho .article-content .row.actions .column.large-6:first-child,
  article.carrinho .article-content .row.actions .large-6.columns:first-child {
    -ms-flex-order: 2;
    order: 2;
  }

  article.carrinho .article-content .row.actions .column.large-6:last-child,
  article.carrinho .article-content .row.actions .large-6.columns:last-child {
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 30px;
  }

  article.carrinho .article-content .lista-exames li {
    margin-bottom: 70px;
  }

  article.carrinho .article-content .lista-exames li exame .remover {
    text-indent: -9999999px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 0;
    background-position: center center;
  }
}

@media print {
  header {
    display: none !important;
  }

  .article-title {
    height: 50px !important;
  }

  .article-title .column,
  .article-title .columns {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }

  .article-title h1 {
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    font-size: 25px !important;
    text-align: center !important;
  }

  .article-title .cart {
    display: none !important;
  }

  .article-content {
    padding: 50px 30px !important;
  }

  .article-content .lista-exames li {
    margin-bottom: 70px !important;
  }

  .article-content .lista-exames li:last-child {
    margin-bottom: 0 !important;
  }

  .article-content .lista-exames li exame strong {
    font-weight: 400 !important;
  }

  .article-content .lista-exames li exame .row {
    padding: 15px 0 !important;
  }

  .article-content .lista-exames li exame .row:first-child {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
  }

  .article-content .lista-exames li exame .row.nome .column,
  .article-content .lista-exames li exame .row.nome .columns {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .article-content .lista-exames li exame .row.nome h2 {
    font-size: 18px !important;
  }

  .article-content .lista-exames li exame .row .column,
  .article-content .lista-exames li exame .row .columns {
    -ms-flex: none !important;
    flex: none !important;
  }

  .article-content .lista-exames li exame .row .column.large-2,
  .article-content .lista-exames li exame .row .large-2.columns {
    width: 16%;
  }

  .article-content .lista-exames li exame .row .column.large-10,
  .article-content .lista-exames li exame .row .large-10.columns {
    width: 83%;
  }

  .article-content .lista-exames li exame button {
    display: none !important;
  }

  .article-content .actions {
    display: none !important;
  }

  footer {
    display: none !important;
  }
}

.cart {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  max-width: 220px;
}

.cart[cart-active="false"] {
  width: auto;
  max-width: inherit;
}

.cart[cart-active="false"] .header {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.cart[cart-open="false"] .body {
  visibility: hidden;
  opacity: 0;
}

.cart .header {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.cart .header span,
.cart .header p,
.cart .header a {
  display: table;
  margin: 0;
  font-family: 'Raleway Regular';
  font-size: 16px;
  color: #565656;
  line-height: 16px;
  letter-spacing: -0.5px;
}

.cart .header p.title {
  float: left;
}

.cart .header a.icon {
  float: right;
}

.cart .body {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 100%;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}

@media (max-width: 1023px) {
  .cart .header {
    padding: 10px;
  }

  .cart .header span,
  .cart .header p,
  .cart .header a {
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 380px) {
  .cart .header span,
  .cart .header p,
  .cart .header a {
    font-size: 12px;
    line-height: 12px;
  }
}

article.orcamento .article-title h1:after {
  display: none;
}

article.orcamento .article-content h2 {
  float: left;
  width: 100%;
  margin-bottom: 50px;
  padding-right: 40px;
  font-family: 'Raleway Semibold';
  font-size: 22px;
  color: #565656;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

article.orcamento .article-content p {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 30px;
  font-family: 'Raleway Regular';
  font-size: 17px;
  color: #565656;
  line-height: 29px;
  text-align: left;
}

article.orcamento .article-content p.result-mesage {
  margin: 0;
  padding: 0;
  font-family: Raleway Bold;
  font-size: 18px;
  color: #e5251c;
  letter-spacing: 3px;
}

article.orcamento .article-content .box-search {
  position: relative;
  margin-bottom: 50px;
}

article.orcamento .article-content .box-search .input-search {
  background-image: none;
  padding-right: 160px;
}

article.orcamento .article-content .box-search .search-add {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  width: 160px;
  height: 100%;
  outline: 0;
  font-family: 'Raleway Regular';
  font-size: 17px;
  color: #565656;
  transition: all 0.5s ease;
}

article.orcamento .article-content .box-search .search-add img {
  margin-left: 25px;
}

article.orcamento .article-content .box-search .search-add:hover {
  color: #ec0928;
}

article.orcamento .article-content .box-search .search-result {
  z-index: 99999999999;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  display: block;
  width: 100%;
  height: 200px;
  overflow: auto;
  margin-top: 10px;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #ededed;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  outline: 0;
}

article.orcamento .article-content .box-search .search-result ul {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

article.orcamento .article-content .box-search .search-result ul li {
  display: block;
  float: left;
  width: 100%;
}

article.orcamento .article-content .box-search .search-result ul li:last-child {
  margin-bottom: 0;
}

article.orcamento .article-content .box-search .search-result ul li p {
  margin: 0;
  padding: 7.5px 15px;
  border-radius: 5px;
  font-family: 'Raleway Medium';
  color: #8b8a8f;
  line-height: 17px;
  cursor: pointer;
  transition: all 0.5s ease;
}

article.orcamento .article-content .box-search .search-result ul li p:hover {
  background-color: #e20613;
  color: #FFF;
}

article.orcamento .article-content .box-exames-selecionados {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 65px 0;
  border-top: 1px solid #dadada;
}

article.orcamento .article-content .box-exames-selecionados h2 {
  padding: 0;
}

article.orcamento .article-content .box-exames-selecionados .exames-selecionados {
  position: relative;
  display: block;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

article.orcamento .article-content .box-exames-selecionados .exames-selecionados li {
  display: inline-block;
  margin: 5px 10px;
}

article.orcamento .article-content .box-exames-selecionados .exames-selecionados li .exame {
  padding: 5px 20px;
  background-color: #f6f5f7;
  border-radius: 5px;
}

article.orcamento .article-content .box-exames-selecionados .exames-selecionados li .exame span {
  font-family: 'Raleway Regular';
  font-size: 15px;
  color: #565656;
  letter-spacing: 0.5px;
  line-height: 20px;
}

article.orcamento .article-content .box-exames-selecionados .exames-selecionados li .exame .remover {
  margin-left: 15px;
  outline: 0;
}

article.orcamento .article-content .box-contato {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 65px 0 80px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

article.orcamento .article-content .box-contato p {
  padding-left: 0;
  padding-right: 40px;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  article.orcamento .article-content .box-contato h2 {
    padding-right: 0;
  }

  article.orcamento .article-content .box-contato p {
    padding-right: 0;
  }

  article.orcamento .article-content h2 {
    margin-bottom: 30px;
    font-size: 18px;
  }

  article.orcamento .article-content p.result-mesage {
    font-size: 14px;
    line-height: 20px;
  }

  article.orcamento .article-content p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 639px) {
  article.orcamento .article-content .box-search .input-search {
    padding-right: 140px;
  }

  article.orcamento .article-content .box-search .search-add {
    width: 140px;
    font-size: 14px;
  }

  article.orcamento .article-content .box-search .search-add img {
    margin-left: 15px;
  }

  article.orcamento .article-content .box-exames-selecionados {
    padding: 40px 0;
  }

  article.orcamento .article-content .box-exames-selecionados .exames-selecionados li .exame {
    padding: 5px 10px;
  }

  article.orcamento .article-content .box-exames-selecionados .exames-selecionados li .exame span {
    font-size: 12px;
  }

  article.orcamento .article-content .box-contato {
    padding: 40px 0;
  }
}

@media (max-width: 380px) {
  article.orcamento .article-content h2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  article.orcamento .article-content p {
    font-size: 12px;
    line-height: 20px;
  }

  article.orcamento .article-content p.result-mesage {
    font-size: 12px;
  }

  article.orcamento .article-content .box-search .input-search {
    padding-right: 110px;
    font-size: 12px;
  }

  article.orcamento .article-content .box-search .search-add {
    width: 95px;
    font-size: 12px;
  }

  article.orcamento .article-content .box-search .search-add img {
    margin-left: 10px;
  }

  article.orcamento .article-content .box-search .input-search::-webkit-input-placeholder {
    font-size: 12px;
  }
}

article.pre-cadastro .article-content p {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #5b5b5b;
  line-height: 29px;
  letter-spacing: 0.5px;
  text-align: justify;
}

article.pre-cadastro .article-content p:last-child {
  margin-bottom: 0;
}

article.pre-cadastro .article-content .formulario {
  display: block;
  float: left;
  width: 100%;
  margin-top: 80px;
}

article.pre-cadastro .article-content .formulario .button-style-1 {
  width: 100%;
  padding-right: 60px;
}

article.pre-cadastro .article-content .formulario .file {
  margin-top: 10px;
  line-height: 22px;
  text-align: left;
}

article.pre-cadastro .article-content .formulario .input-text,
article.pre-cadastro .article-content .formulario .input-area {
  display: block;
  float: left;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  background-color: #f6f5f7;
  border: 1px solid transparent;
  box-shadow: none;
  border-radius: 5px;
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #5b5b5b;
  letter-spacing: 0.5px;
  text-align: left;
  outline: 0;
}

article.pre-cadastro .article-content .formulario .input-area {
  height: 170px;
  resize: none;
}

article.pre-cadastro .article-content .formulario .btn-enviar {
  float: right;
  margin: 0;
  outline: 0;
}

article.pre-cadastro .article-content .formulario .btn-enviar:hover {
  background-image: url("../img/icone-button-arrow-gray.svg");
  background-color: transparent;
  border-color: #a7a7a7;
  color: #e20613;
}

article.pre-cadastro .article-content .formulario .btn-enviar.btn-success {
  background-image: url("../img/icone-button-arrow-white.svg");
  background-color: #ec0928;
  border-color: #ec0928;
  color: #FFF;
}

article.pre-cadastro .article-content .formulario .btn-enviar load .fountainTextG {
  animation-name: bounce_fountainTextGWhite;
}

article.pre-cadastro .article-content .formulario .input-text::-webkit-input-placeholder,
article.pre-cadastro .article-content .formulario .input-area::-webkit-input-placeholder {
  font-family: 'Raleway Medium';
  font-size: 17px;
  color: #5b5b5b;
  letter-spacing: 0.5px;
  text-align: left;
  outline: 1;
  visibility: visible;
}

article.pre-cadastro .article-content .formulario .btn-enviar-curriculo {
  position: relative;
  display: table;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

article.pre-cadastro .article-content .formulario .btn-enviar-curriculo .btn-curriculo {
  z-index: 99999999999999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
  text-indent: -999999999999999px;
  overflow: hidden;
  color: transparent;
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
  outline: 0;
  cursor: pointer;
  opacity: 0;
}

article.pre-cadastro .article-content .formulario .btn-enviar-curriculo .button-style-1 {
  float: left;
  width: 100%;
  background-image: url("../img/icone-button-arrow-white.svg");
  background-color: #d1cfd7;
  border-color: #d1cfd7;
  font-family: 'Raleway Bold';
  color: #FFF;
}

article.pre-cadastro .article-content .formulario .btn-enviar-curriculo:hover .button-style-1,
article.pre-cadastro .article-content .formulario .btn-enviar-curriculo.btn-success .button-style-1 {
  background-color: #006e1a;
  border-color: #006e1a;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

article.pre-cadastro .article-content .formulario .btn-enviar-curriculo.btn-success .button-style-1 {
  box-shadow: none;
}

article.pre-cadastro .article-content .formulario .btn-enviar-curriculo.rg {
  margin-bottom: 20px;
}

article.pre-cadastro .article-content .formulario .btn-enviar-curriculo.rg .button-style-1 {
  padding-right: 45px;
}

article.pre-cadastro .article-content .formulario .row.actions {
  padding: 0 15px;
}

article.pre-cadastro .article-content .formulario .row.actions .column,
article.pre-cadastro .article-content .formulario .row.actions .columns {
  padding: 0 5px;
}

article.pre-cadastro .article-content .formulario .row.actions .column:first-child,
article.pre-cadastro .article-content .formulario .row.actions .columns:first-child {
  padding-left: 0;
}

article.pre-cadastro .article-content .formulario .row.actions .column:last-child,
article.pre-cadastro .article-content .formulario .row.actions .columns:last-child {
  padding-right: 0;
}

article.pre-cadastro .article-content .modal#acesso .modal-container .modal-content .header {
  margin-bottom: 30px;
}

article.pre-cadastro .article-content .modal#acesso .modal-container .modal-content .main .row {
  margin-bottom: 30px;
}

article.pre-cadastro .article-content .modal#acesso .modal-container .modal-content .main .row:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  article.pre-cadastro .article-content p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media (max-width: 639px) {
  article.pre-cadastro .article-content p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  article.pre-cadastro .article-content .formulario {
    margin-top: 30px;
  }

  article.pre-cadastro .article-content .formulario .input-text,
  article.pre-cadastro .article-content .formulario .input-area {
    font-size: 14px;
  }

  article.pre-cadastro .article-content .formulario .input-text {
    height: 35px;
    padding: 0 15px;
    line-height: 14px;
  }

  article.pre-cadastro .article-content .formulario .input-area {
    height: 100px;
    padding: 10px 15px;
  }

  article.pre-cadastro .article-content .formulario .input-text::-webkit-input-placeholder,
  article.pre-cadastro .article-content .formulario .input-area::-webkit-input-placeholder {
    font-size: 14px;
  }

  article.pre-cadastro .article-content .formulario .row.actions {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (max-width: 480px) {
  article.pre-cadastro .article-content .formulario .row.actions .column,
  article.pre-cadastro .article-content .formulario .row.actions .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  article.pre-cadastro .article-content .formulario .btn-enviar-curriculo {
    margin-bottom: 15px;
  }

  article.pre-cadastro .article-content .formulario .btn-enviar {
    margin-top: 0;
  }
}

@media (max-width: 380px) {
  article.pre-cadastro .article-content p {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 18px;
  }
}

.d-flex{
  display: flex;
}

.w-100 {
  width: 100%;
}

.mb-1hq{
  margin-bottom: 1.5rem !important;
}

.p-2{
  padding: 2rem
}

.text-white{
  color: white !important;
}
/* ---------------- PAGES ---------------------- */


/* ---------------- F&MD ---------------------- */

header .header-container .slider-menu li {
  padding: 0;
}

header .header-container .slider-menu li a {
  line-height: 20px;
  font-size: 14px;
  padding: 40px 30px 40px 0;
}

header .header-container .slider-menu li:last-child a {
  padding-right: 0;
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown-toggle + .dropdown-menu {

  display: block;
  left: 50%;
  transform: translate(-50%, 100px);
}

.dropdown-menu {
  display: none;
  position: absolute;
  min-width: 15rem;
  padding: 1.75rem 1.5rem;
  margin: 0;
  font-size: 1rem;
  color: #8B8A8F;
  text-align: left;
  list-style: none;
  background-color: #EDEDED;
  background-clip: padding-box;
  border-radius: 0 0 10px 10px;
}

.dropdown-menu::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #EDEDED;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.dropdown-menu li {
  float: none !important;
  width: 100%;
  padding-top: 1.25rem !important;
}

.dropdown-menu li:first-child {
  padding-top: 0 !important;
}

.dropdown-item {
  padding: 0 !important;
  font-family: 'Raleway Bold', sans-serif !important;
  background-image: url(../img/ic-arrow-red.png);
  background-repeat: no-repeat;
  background-size: 6px 13px;
  background-position: center right;
  width: 100%;
  transition: all 0.5s ease;
}

.dropdown-item:hover {
  color: #FF010B !important;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-cover-width {
  width: 100%;
  object-fit: cover;
}

.img-sanitize {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.fmd-btn {
  border-radius: .25rem !important;
  font-weight: 400 !important;
  font-family: 'Raleway Regular', serif !important;
  margin: 0 !important;
  display: inline-flex !important;
  padding: .625rem !important;
  justify-content: space-between;
  align-items: center;
  background: none !important;
  line-height: 1;
}

.fmd-btn-primary {
  background: #EB0029 !important;
  color: #ffffff !important;
}

.fmd-btn-block {
  width: 100% !important;
}

.fmd-text-lowercase {
  text-transform: lowercase !important;
}

.fmd-text-secondary {
  color: #8B8A8F !important;
}

.fmd-p-0 {
  padding: 0 !important;
}

.fmd-mt-2 {
  margin-top: 2rem !important;
}

.fmd-mb-2 {
  margin-bottom: 2rem !important;
}

.fmd-pb-2 {
  padding-bottom: 2rem !important;
}

.fmd-pb-1 {
  padding-bottom: 1rem !important;
}

.fmd-my-1 {
  margin: 1rem 0 !important;
}

.fmd-m-0 {
  margin: 0 !important;
}

.fmd-h-100 {
  height: 100% !important;
}

.fmd-vertical-hr {
  height: 100% !important;
  width: 1px !important;
  background: #cacaca;
  margin: auto !important;
  float: unset !important;
}

.fmd-d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .fmd-d-md-none {
    display: none !important;
  }

  .fmd-d-md-block {
    display: block !important;
  }

  .fmd-m-md-0 {
    margin: 0 !important;
  }
}

/* ---------------- END F&MD ---------------------- */
