/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 * 
 * Released on: February 22, 2019
 */
/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-3d {
  perspective: 1200px;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-button-lock {
  display: none;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

/* line 14, src/scss/vendors/_swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-pagination-lock {
  display: none;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-scrollbar-lock {
  display: none;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-slide-zoomed {
  cursor: move;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-cube {
  overflow: visible;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-flip {
  overflow: visible;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 14, src/scss/vendors/_swiper.scss */
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/* line 2, src/scss/components/_slider.scss */
.swiper-container {
  margin-bottom: -25px;
  padding-bottom: 25px;
}

/* line 7, src/scss/components/_slider.scss */
.swiper-container .hero--container.hero--video {
  background: #000;
  overflow: hidden;
  position: relative;
}

/* line 12, src/scss/components/_slider.scss */
.swiper-container .hero--container.hero--video:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin-top: 68.5px;
  padding-bottom: 56.25%;
}

/* line 21, src/scss/components/_slider.scss */
.swiper-container .hero--container.hero--video video {
  position: absolute;
  top: 68.5px;
  transform: none;
}

/* line 27, src/scss/components/_slider.scss */
.swiper-container .hero--container.hero--video .playpause {
  background-image: url(/images/pause-play-button.png);
  background-repeat: no-repeat;
  width: 15%;
  height: 15%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 18%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

/* line 42, src/scss/components/_slider.scss */
.swiper-container .hero--container.hero--video .all-video-link {
  top: auto !important;
  bottom: 52px !important;
  padding-top: 3px;
  padding-bottom: 3px;
  transform: translateY(50%) !important;
}

@media screen and (min-width: 480px) {
  /* line 42, src/scss/components/_slider.scss */
  .swiper-container .hero--container.hero--video .all-video-link {
    top: auto !important;
    bottom: 20% !important;
    transform: translateY(50%) !important;
  }
}

@media screen and (min-width: 767px) {
  /* line 57, src/scss/components/_slider.scss */
  .swiper-container .hero--container.hero--video:before {
    margin-top: 138px;
  }
  /* line 60, src/scss/components/_slider.scss */
  .swiper-container .hero--container.hero--video video {
    top: 138px;
  }
}

@media screen and (min-width: 1280px) {
  /* line 66, src/scss/components/_slider.scss */
  .swiper-container .hero--container.hero--video:before {
    margin-top: 0;
  }
  /* line 69, src/scss/components/_slider.scss */
  .swiper-container .hero--container.hero--video video {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1280px) {
  /* line 77, src/scss/components/_slider.scss */
  .swiper-container .hero--container.hero--image img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* line 86, src/scss/components/_slider.scss */
.swiper-container .inner-container:after {
  content: "";
  clear: both;
  display: table;
}

/* line 92, src/scss/components/_slider.scss */
.swiper-container .inner-container video {
  display: block;
}

/* line 96, src/scss/components/_slider.scss */
.swiper-container .inner-container .headline {
  position: relative;
  bottom: 24px !important;
}

/* Slider's arrows sizing */
/* line 104, src/scss/components/_slider.scss */
.swiper-button-next, .swiper-button-prev {
  top: 50%;
  margin-top: -25px;
  background-size: contain;
  width: 35px;
  height: 35px;
  opacity: .5;
}

@media (max-width: 480px) {
  /* line 104, src/scss/components/_slider.scss */
  .swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

/* line 118, src/scss/components/_slider.scss */
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 1;
}

/* Changing Arrow Color */
/* line 124, src/scss/components/_slider.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../../images/previous_arrow-white.png);
}

/* line 127, src/scss/components/_slider.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../../images/forward_arrow-white.png);
}

/* Pagination bullets sizing and color */
/* line 132, src/scss/components/_slider.scss */
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

/* line 136, src/scss/components/_slider.scss */
.swiper-pagination-bullet-active {
  background: #C9006C;
}

/* Custom CSS for individual slides */
/* line 144, src/scss/components/_slider.scss */
.swiper-container .swiper-wrapper .swiper-slide {
  /* Slider 1 */
  /* Slider 1 end  */
  /* Slider 2 */
  /* Slider 2 end  */
  /* Slider 3 */
  /* Slider 3 end  */
}

/* line 147, src/scss/components/_slider.scss */
.swiper-container .swiper-wrapper .swiper-slide--1 .hero--container.hero--video {
  height: auto !important;
  max-height: none !important;
}

@media screen and (min-width: 480px) {
  /* line 151, src/scss/components/_slider.scss */
  .swiper-container .swiper-wrapper .swiper-slide--1 .hero--container.hero--video:before {
    padding-bottom: 42.1875%;
  }
}

@media screen and (min-width: 1280px) {
  /* line 151, src/scss/components/_slider.scss */
  .swiper-container .swiper-wrapper .swiper-slide--1 .hero--container.hero--video:before {
    margin-top: 138px;
  }
}

/* line 161, src/scss/components/_slider.scss */
.swiper-container .swiper-wrapper .swiper-slide--1 .hero--container.hero--video video {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1280px) {
  /* line 161, src/scss/components/_slider.scss */
  .swiper-container .swiper-wrapper .swiper-slide--1 .hero--container.hero--video video {
    top: 138px;
    transform: none;
  }
}

/* line 170, src/scss/components/_slider.scss */
.swiper-container .swiper-wrapper .swiper-slide--1 .hero--container.hero--video .all-video-link {
  bottom: 14% !important;
}

/* line 175, src/scss/components/_slider.scss */
.swiper-container .swiper-wrapper .swiper-slide--1 .inner-container .headline {
  bottom: 13px !important;
}

/* line 189, src/scss/components/_slider.scss */
.swiper-container .swiper-wrapper .swiper-slide--3 .hero--container {
  max-height: 750px;
}

@media screen and (min-width: 1280px) {
  /* line 193, src/scss/components/_slider.scss */
  .swiper-container .swiper-wrapper .swiper-slide--3 .hero--container {
    height: 750px;
  }
  /* line 197, src/scss/components/_slider.scss */
  .swiper-container .swiper-wrapper .swiper-slide--3 video {
    top: 52%;
  }
  /* line 201, src/scss/components/_slider.scss */
  .swiper-container .swiper-wrapper .swiper-slide--3:after {
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,1+30,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, black 30%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    width: 100%;
    height: 138px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* line 4, src/scss/main.scss */
body {
  color: #322f31;
  font-family: 'Lato';
}

/* line 9, src/scss/main.scss */
a:active,
a:focus,
a:hover,
a:visited {
  border: none;
  color: #000;
  outline: none;
  text-decoration: none;
}

/* line 19, src/scss/main.scss */
input,
select:active,
input,
select:focus,
input,
select:hover,
input,
select:visited {
  border: none;
  outline: none;
  text-decoration: none;
}

/* line 32, src/scss/main.scss */
.content-header {
  font-size: 20px;
}

/* line 36, src/scss/main.scss */
.sub-header {
  font-weight: 400;
  text-transform: uppercase;
}

/* line 41, src/scss/main.scss */
section {
  clear: both;
}

/* line 45, src/scss/main.scss */
.clear {
  clear: both;
}

/* line 49, src/scss/main.scss */
.video {
  cursor: pointer;
}

/* line 53, src/scss/main.scss */
.audio {
  cursor: pointer;
}

/* line 57, src/scss/main.scss */
.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/* line 62, src/scss/main.scss */
.inner-container {
  margin: 0 auto;
  padding: 0 35px;
}

/* line 67, src/scss/main.scss */
div#navbar-collapse {
  min-width: 750px;
}

/* line 71, src/scss/main.scss */
.nowrap {
  white-space: nowrap;
}

/*HEADER*/
/* line 78, src/scss/main.scss */
div#header {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 5px #B3B2B2;
  float: left;
  padding: 0 0 10px 0;
  width: 100%;
  transition: all 0.5s ease;
}

/* line 89, src/scss/main.scss */
.pushmenu-header-fixed {
  left: -342px;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.5s ease;
}

/* line 99, src/scss/main.scss */
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

/* line 104, src/scss/main.scss */
.pushmenu {
  /*this is the nav*/
  background: #322f31;
  width: 355px;
  height: 100%;
  top: 0;
  z-index: 1000;
  padding: 38px 0px 0px 29px;
  position: fixed;
}

/* line 115, src/scss/main.scss */
.pushmenu ul {
  padding: 0;
}

/* line 120, src/scss/main.scss */
.pushmenu h3 {
  color: #cbbfad;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  margin: 0;
  background: #282522;
  height: 16px;
}

/* line 130, src/scss/main.scss */
.pushmenu a {
  display: block;
  /* drops the nav vertically*/
  color: #fff;
  font-size: 21.5px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
}

/* line 142, src/scss/main.scss */
.pushmenu-right {
  right: -356px;
}

/* line 146, src/scss/main.scss */
.pushmenu-right.pushmenu-open {
  right: 0;
  z-index: 9999;
  overflow: auto;
}

/* line 152, src/scss/main.scss */
.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  right: 0;
}

/* line 158, src/scss/main.scss */
.pushmenu-push-toleft {
  right: 240px;
  transition: all 0.5s ease;
}

/*Transition*/
/* line 167, src/scss/main.scss */
.pushmenu,
.pushmenu-push {
  transition: all 0.5s ease;
}

/* line 174, src/scss/main.scss */
.pushmenu-screen {
  width: 100%;
  height: 100%;
  left: -101%;
  position: fixed;
  z-index: 999;
  cursor: pointer;
}

/* line 183, src/scss/main.scss */
.pushmenu-screen-toleft {
  left: 0px;
  transition: all 0.5s ease;
}

/* line 190, src/scss/main.scss */
.push-page {
  position: absolute;
  left: -109px;
  width: 100%;
  z-index: 1;
}

/* line 197, src/scss/main.scss */
.close-btn {
  cursor: pointer;
  margin-bottom: 35px;
}

/* line 202, src/scss/main.scss */
.buttonset {
  background: #00A287;
  height: 16px;
  padding: 10px 20px 20px;
}

/* line 208, src/scss/main.scss */
.right-header {
  width: 380px;
  float: right;
}

/* line 213, src/scss/main.scss */
.top-links {
  cursor: pointer;
  width: 100%;
}

/* line 218, src/scss/main.scss */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* line 222, src/scss/main.scss */
.social-links li {
  display: inline-block;
}

/* line 227, src/scss/main.scss */
.pushmenu ul.social-links li a {
  padding: 0;
}

/* line 231, src/scss/main.scss */
.pushmenu .social-box {
  height: 62px;
}

/* line 235, src/scss/main.scss */
.pushmenu .social-links a .icon {
  background: url(/images/social-icons-sprite-mobile.png) no-repeat;
  height: 37px;
}

/* line 240, src/scss/main.scss */
.pushmenu a.fb-link .icon {
  width: 39px;
  background-position: 0px;
}

/* line 245, src/scss/main.scss */
.pushmenu a.tw-link .icon {
  width: 46px;
  background-position: -43px;
}

/* line 250, src/scss/main.scss */
.pushmenu a.ig-link .icon {
  width: 48px;
  background-position: -92px;
}

/* line 255, src/scss/main.scss */
.pushmenu a.lin-link .icon {
  width: 48px;
  background-position: -143px;
}

/* line 260, src/scss/main.scss */
.pushmenu a.ytube-link .icon {
  width: 34px;
  background-position: -194px;
}

/* line 265, src/scss/main.scss */
.pushmenu li.active a {
  color: black !important;
  background: none !important;
}

/* line 270, src/scss/main.scss */
.pushmenu a.ytube-link {
  padding-right: 0;
}

/* line 275, src/scss/main.scss */
#page {
  /*footer*/
}

/* line 276, src/scss/main.scss */
#page .social-box {
  height: 62px;
  padding: 44px 25px 0px 56px;
}

/* line 281, src/scss/main.scss */
#page .social-links a .icon {
  background: url(/images/social-icons-sprite.png) no-repeat;
  height: 37px;
}

/* line 286, src/scss/main.scss */
#page ul.social-links li a {
  padding: 0 28px 0 0;
}

/* line 290, src/scss/main.scss */
#page a.ytube-link {
  padding-right: 0;
}

/* line 294, src/scss/main.scss */
#page a.fb-link .icon {
  width: 21px;
  background-position: 0px;
}

/* line 299, src/scss/main.scss */
#page a.tw-link .icon {
  width: 22px;
  background-position: -46px;
}

/* line 304, src/scss/main.scss */
#page a.ig-link .icon {
  width: 25px;
  background-position: -94px;
}

/* line 309, src/scss/main.scss */
#page a.lin-link .icon {
  width: 23px;
  background-position: -145px;
}

/* line 314, src/scss/main.scss */
#page a.ytube-link .icon {
  width: 24px;
  background-position: -195px;
}

/* line 319, src/scss/main.scss */
#page li.active a {
  color: black !important;
  background: none !important;
}

/* line 324, src/scss/main.scss */
#page a.ytube-link {
  padding-right: 0;
}

/* line 330, src/scss/main.scss */
#page a#fb-link2 .icon {
  width: 21px;
  background-position: 0px;
}

/* line 335, src/scss/main.scss */
#page a#tw-link2 .icon {
  width: 22px;
  background-position: -46px;
}

/* line 340, src/scss/main.scss */
#page a#ig-link2 .icon {
  width: 25px;
  background-position: -94px;
}

/* line 345, src/scss/main.scss */
#page a#lin-link2 .icon {
  width: 23px;
  background-position: -145px;
}

/* line 350, src/scss/main.scss */
#page a#ytube-link2 .icon {
  width: 24px;
  background-position: -195px;
}

/* line 355, src/scss/main.scss */
#page li.active a {
  color: black !important;
  background: none !important;
}

/* line 360, src/scss/main.scss */
#page a#ytube-link2 {
  padding-right: 0;
}

/* line 365, src/scss/main.scss */
.fa-2 {
  font-size: 1.7em !important;
}

/* line 369, src/scss/main.scss */
.scroll-menu {
  position: fixed;
  z-index: 9;
}

/* line 374, src/scss/main.scss */
nav.navbar.navbar-default {
  background-color: #fff !important;
  padding-bottom: 15px;
  padding-top: 10px;
}

/* line 380, src/scss/main.scss */
a#nav6 {
  padding-right: 0;
}

/* line 384, src/scss/main.scss */
div#brand-logo {
  padding-bottom: 15px;
  padding-top: 24px;
  text-align: center;
}

/* line 390, src/scss/main.scss */
.site-title-block {
  border-bottom: 1px solid black;
  float: left;
  width: 100%;
}

/* line 396, src/scss/main.scss */
.site-title {
  font-size: 36px;
}

/* line 400, src/scss/main.scss */
.navbar-nav.external-links > li > a:after {
  content: "|";
  padding-left: 6px;
}

/* line 405, src/scss/main.scss */
.navbar-nav.external-links > li > a {
  color: #fff;
  padding-left: 0px;
  padding-right: 5px;
}

/* line 411, src/scss/main.scss */
ul.nav.navbar-nav.external-links {
  left: 20px;
  position: absolute;
  top: 0;
}

/* line 417, src/scss/main.scss */
ul.nav.navbar-nav.page-links {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: .6px;
  margin-left: 83px;
  margin-top: 5px;
  min-width: 750px;
  width: 100%;
}

/* line 427, src/scss/main.scss */
ul.nav.navbar-nav.page-links a {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 432, src/scss/main.scss */
ul.nav.navbar-nav.page-links li {
  font-size: 17px;
}

/* line 436, src/scss/main.scss */
ul.nav.navbar-nav.page-links li:last-child a {
  padding-right: 0px;
}

/* line 440, src/scss/main.scss */
.main-nav {
  padding-left: 0;
  position: relative;
}

/* line 445, src/scss/main.scss */
a#facebook {
  background: url(assets/images/global/fb-icon.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 68% 53%;
}

/* line 452, src/scss/main.scss */
a#twitter {
  background: url(assets/images/global/fb-icon.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 68% 53%;
}

/* line 459, src/scss/main.scss */
.more-links a {
  padding-left: 15px;
}

/*GLOBAL*/
/* line 465, src/scss/main.scss */
.normal-weight {
  font-weight: normal;
}

/* line 469, src/scss/main.scss */
.link-style {
  color: #000000;
  text-decoration: underline;
}

/* line 474, src/scss/main.scss */
.link-style:hover {
  color: #000000;
}

/* line 478, src/scss/main.scss */
.list-style {
  padding-left: 24px;
}

/* line 482, src/scss/main.scss */
.alignment-margin {
  margin-top: -8px;
}

/* line 486, src/scss/main.scss */
.no-padding-left {
  padding-left: 0;
}

/* line 490, src/scss/main.scss */
.extra-margin-top {
  margin-top: 25px;
}

/* line 494, src/scss/main.scss */
.reduced-margin-top {
  margin-top: 15px;
}

/* line 498, src/scss/main.scss */
.extra-margin-bottom {
  margin-bottom: 25px;
}

/* line 502, src/scss/main.scss */
.no-margin-bottom {
  margin-bottom: 0;
}

/* line 506, src/scss/main.scss */
.extra-margin-tb {
  margin: 25px 0;
}

/*HOME*/
/* line 512, src/scss/main.scss */
.billboard1 {
  margin-bottom: 40px;
  margin-top: 108px;
  max-width: 1280px;
  margin: auto;
  position: relative;
}

/* line 520, src/scss/main.scss */
.billboard1-box {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: -20px;
  padding: 20px 0px;
  width: 100%;
}

/* line 531, src/scss/main.scss */
.headline-thumbs h5:last-child {
  margin-top: 5px;
}

/* line 535, src/scss/main.scss */
span.thumbnail-title.text-uppercase {
  font-size: 14px;
  font-weight: 500;
}

/*HEART*/
/*CHILDREN*/
/* line 543, src/scss/main.scss */
#nav-icon {
  cursor: pointer;
  float: left;
  height: 79px;
  margin-top: 38px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  width: 43px;
  cursor: pointer;
}

/* line 561, src/scss/main.scss */
#nav-icon span {
  color: #c9006c;
  display: block;
  font-size: 12px;
  position: absolute;
  height: 2px;
  border-radius: 9px;
  opacity: 1;
  left: 4px;
  text-transform: uppercase;
  width: 40px;
  transform: rotate(0);
  transition: .25s ease-in-out;
}

/* line 578, src/scss/main.scss */
#nav-icon {
  margin-bottom: 0px;
}

/* line 582, src/scss/main.scss */
.hero {
  margin-bottom: 110px;
  position: relative;
}

/* line 586, src/scss/main.scss */
.hero .breadcrumbs {
  left: 34px;
  top: 110px;
  position: absolute;
  z-index: 100;
}

/* line 593, src/scss/main.scss */
.hero .hero--container {
  max-height: 720px;
  overflow: hidden;
}

/* line 598, src/scss/main.scss */
.hero img {
  width: 100%;
}

/* line 602, src/scss/main.scss */
.hero .headline {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 31px 0 #dbdbdb;
  /* margin-top: -10%; */
  padding: 18px 30px 36px;
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: -62px;
  left: 0;
}

/* line 615, src/scss/main.scss */
.hero .headline .headline-txt .break-desktop {
  display: none;
}

@media (min-width: 1200px) {
  /* line 615, src/scss/main.scss */
  .hero .headline .headline-txt .break-desktop {
    display: block;
  }
}

/* line 624, src/scss/main.scss */
.hero .inner-container a {
  color: inherit;
}

/* line 627, src/scss/main.scss */
.hero .inner-container a span.glyphicon {
  position: relative;
  top: 0.15em;
}

/* line 634, src/scss/main.scss */
h3.headline {
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 639, src/scss/main.scss */
.content {
  font-size: 20px;
  font-weight: 300;
}

/* line 643, src/scss/main.scss */
.content p {
  clear: both;
}

/* line 647, src/scss/main.scss */
.content .top-content {
  /* float: left;*/
}

/* line 651, src/scss/main.scss */
.content .bottom-content {
  float: left;
}

/* line 655, src/scss/main.scss */
.content .content-thumbnail {
  float: left;
  width: 100%;
  margin: 0 30px 16px 0;
}

/* line 660, src/scss/main.scss */
.content .content-thumbnail.top {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 665, src/scss/main.scss */
.content .content-thumbnail img {
  width: 100%;
}

/* line 671, src/scss/main.scss */
.callout-main-block {
  box-shadow: 0px 6px 31px 0px #dbdbdb;
}

/* line 674, src/scss/main.scss */
.callout-main-block .callout-headline {
  margin-top: 25px;
}

/* line 680, src/scss/main.scss */
.callout-main-block .top-sect-callout .callout-img img {
  width: 100%;
}

/* line 686, src/scss/main.scss */
.callout-main-block .bot-sect-callout {
  padding: 0 22px 22px;
}

/* line 690, src/scss/main.scss */
.callout-main-block .callout-link {
  border: 2px solid #e6e6e6;
  color: initial;
  display: table;
  height: 62px;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 34px 0px 75px;
  position: relative;
}

/* line 700, src/scss/main.scss */
.callout-main-block .callout-link .glyphicon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #BCBABA;
}

/* line 708, src/scss/main.scss */
.callout-main-block .callout-link span.link-icon {
  background: #e6e6e6;
  height: 100%;
  width: 59px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 719, src/scss/main.scss */
.callout-main-block .callout-link span.link-icon img {
  width: 35px;
  height: 35px;
}

/* line 725, src/scss/main.scss */
.callout-main-block .callout-link span.link-text {
  color: #474646;
  display: table-cell;
  vertical-align: middle;
}

/* line 732, src/scss/main.scss */
.callout-main-block .view-firsts {
  margin-bottom: 25px;
}

/* line 733, src/scss/main.scss */
.callout-main-block .view-firsts .callout-link {
  padding: 0 29px 0 15px;
}

/* line 741, src/scss/main.scss */
.scroll-down {
  color: #939393;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 10px;
}

/*Other-Specialties*/
/* line 750, src/scss/main.scss */
.list-sides {
  /*    float: left;
    width: 46%;*/
}

/* line 757, src/scss/main.scss */
.list-sides ul {
  list-style: none;
  padding: 0;
}

/* line 762, src/scss/main.scss */
.list-sides a {
  color: #322f31;
  border-bottom: 1px solid #322f31;
}

/* line 767, src/scss/main.scss */
.list-sides .tabs {
  border: 2px solid #e6e6e6;
  margin-top: 25px;
  padding: 12px;
  position: relative;
}

/* line 773, src/scss/main.scss */
.list-sides .tabs a {
  border: none;
}

/* line 779, src/scss/main.scss */
.open {
  display: block !important;
}

/* line 783, src/scss/main.scss */
.caption {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
}

/* line 789, src/scss/main.scss */
.caption__img {
  padding-bottom: 5px;
}

/*LOCATION*/
/* line 795, src/scss/main.scss */
#map {
  width: 100%;
  height: 720px;
  margin-bottom: 35px;
}

/* line 801, src/scss/main.scss */
.location-thumbnail {
  width: 100%;
}

/* line 805, src/scss/main.scss */
.locations-single {
  border-top: 1px solid #eee;
  clear: both;
  float: left;
  margin-bottom: 25px;
  width: 100%;
  padding-top: 20px;
}

/* line 813, src/scss/main.scss */
.locations-single.location1 {
  margin-top: 20px;
}

/* line 817, src/scss/main.scss */
.locations-single:last-child {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

/* line 823, src/scss/main.scss */
.location-title {
  text-transform: uppercase;
}

/* line 827, src/scss/main.scss */
.location-content {
  font-size: 14px;
  padding-left: 15px;
}

/* line 832, src/scss/main.scss */
.search-box {
  padding: 15px;
  position: absolute;
  top: 126px;
  left: 40px;
  background-color: white;
}

/* line 839, src/scss/main.scss */
.search-box .search-label {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}

/* line 846, src/scss/main.scss */
.search-box input#inputTextAddress {
  float: left;
  font-weight: 300;
  width: 100%;
}

/* line 852, src/scss/main.scss */
.search-box div#inputButtonGeocode {
  color: #474646;
  cursor: pointer;
  float: left;
  font-weight: 300;
  padding: 7px 32px 7px 16px;
  position: relative;
  border: 1px solid #e6e6e6;
  width: 100%;
}

/* line 863, src/scss/main.scss */
.search-box input#inputTextAddress {
  border: 1px solid #e6e6e6;
  padding: 7px;
}

/* line 868, src/scss/main.scss */
.search-box .glyphicon.glyphicon-menu-right {
  position: absolute;
  right: 7px;
  top: 10.5px;
  color: #a1a0a0;
}

/* line 875, src/scss/main.scss */
.search-box .search-action-area {
  margin: 0 auto;
}

/* line 879, src/scss/main.scss */
.search-box select#distance-miles {
  background-color: white;
  border-radius: 0;
  border: 1px solid #eee;
  font-weight: 300;
  height: 36px;
  width: 100%;
}

/* line 889, src/scss/main.scss */
.category-icons {
  margin-bottom: 10px;
}

/* line 892, src/scss/main.scss */
.category-icons img {
  max-width: 25px;
}

/* line 897, src/scss/main.scss */
.icon-keys {
  padding: 0 22px;
}

/* line 901, src/scss/main.scss */
.icon-keys img {
  max-width: 25px;
}

/* line 905, src/scss/main.scss */
.top-keys {
  border-bottom: 4px solid #eee;
  margin: 0px 0 15px;
  padding-bottom: 15px;
}

/* line 911, src/scss/main.scss */
.top-keys div {
  padding: 0;
  float: left;
  margin-right: 20px;
  margin-bottom: 8px;
}

/* line 918, src/scss/main.scss */
.page-1 {
  /*.video { margin-bottom: 20px; }*/
}

/* line 919, src/scss/main.scss */
.page-1 .video-thumbs {
  padding: 0;
  margin: 0;
}

/* line 924, src/scss/main.scss */
.page-1 .video-thumbs .thumb {
  cursor: pointer;
  padding: 1% 0;
}

/* line 929, src/scss/main.scss */
.page-1 .video-thumbs .thumb img {
  width: 100%;
  padding: 0 7%;
}

/* line 934, src/scss/main.scss */
.page-1 .video-thumbs .thumb span {
  padding: 0 7%;
  display: block;
}

/* line 939, src/scss/main.scss */
.page-1 .video-thumbs .thumb .on {
  display: none;
}

/* line 946, src/scss/main.scss */
.page-1 .video-thumbs .thumb.active .on {
  display: block;
}

/* line 950, src/scss/main.scss */
.page-1 .video-thumbs .thumb.active .off {
  display: none;
}

/* line 956, src/scss/main.scss */
.page-1 .video-row2 .thumb:first-child {
  margin-left: 15%;
}

/* line 960, src/scss/main.scss */
.page-1 .video img {
  width: 100%;
  display: none;
}

/* line 965, src/scss/main.scss */
.page-1 .video .active {
  display: block;
}

/* line 969, src/scss/main.scss */
.page-1 .scroller {
  display: block !important;
  margin-top: 54px;
}

/* line 974, src/scss/main.scss */
.page-1 .secondary-callout-block {
  display: block !important;
  margin-top: 20px;
}

/* line 979, src/scss/main.scss */
.page-1 section {
  margin-top: -11px !important;
}

/* line 983, src/scss/main.scss */
.page-1 .tab {
  margin-bottom: 25px;
}

/* line 987, src/scss/main.scss */
.page-1 .callout-main-block .callout-link {
  padding: 0 20px;
}

/* line 991, src/scss/main.scss */
.page-1 .callouts {
  margin-top: 60px;
}

/* line 995, src/scss/main.scss */
.page-1 .callout-content {
  padding-bottom: 10px;
}

/* line 999, src/scss/main.scss */
.page-1 footer {
  margin-top: 70px;
}

/* line 1006, src/scss/main.scss */
.page-3 .hero h3 {
  color: #fff;
}

/* line 1012, src/scss/main.scss */
.hero.swiper {
  margin-bottom: 0 !important;
}

/* line 1015, src/scss/main.scss */
.hero.swiper .hero--container {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1024px) {
  /* line 1015, src/scss/main.scss */
  .hero.swiper .hero--container {
    height: 720px;
  }
  /* line 1022, src/scss/main.scss */
  .hero.swiper .hero--container #homepage_heroimage {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* line 1032, src/scss/main.scss */
.hero.swiper .hero--container.video:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 480px) {
  /* line 1032, src/scss/main.scss */
  .hero.swiper .hero--container.video:before {
    padding-bottom: 94%;
  }
}

/* line 1043, src/scss/main.scss */
.hero.swiper .hero--container.video video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1049, src/scss/main.scss */
.hero.swiper .hero--container.video #homepage_heroimage {
  width: 100%;
  height: auto;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-40%);
}

@media screen and (max-width: 480px) {
  /* line 1060, src/scss/main.scss */
  .hero.swiper .hero--container.video.videoplaying:before {
    margin: 68px 0 54px;
    padding-bottom: 56.25%;
  }
  /* line 1064, src/scss/main.scss */
  .hero.swiper .hero--container.video.videoplaying video {
    top: 68px;
    transform: none;
  }
}

/* line 1070, src/scss/main.scss */
.hero.swiper .hero--container.video.videoplaying #homepage_heroimage {
  display: none;
}

/* line 1077, src/scss/main.scss */
.hero.swiper .all-video-link {
  background: rgba(0, 0, 0, 0.7);
  display: table;
  padding-left: 57px;
  padding-right: 24px;
  top: 64%;
}

/* line 1084, src/scss/main.scss */
.hero.swiper .all-video-link .glyphicon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.8;
}

/* line 1093, src/scss/main.scss */
.hero.swiper span.link-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1099, src/scss/main.scss */
.hero.swiper span.link-icon img {
  width: auto;
  height: 23px;
}

/* line 1105, src/scss/main.scss */
.hero.swiper span.link-text {
  display: table-cell;
  font-weight: 300;
  vertical-align: middle;
  opacity: 1;
  padding-right: 35px;
  text-transform: uppercase;
  position: relative;
}

/* line 1117, src/scss/main.scss */
.page-0 .headline {
  display: none;
}

/* line 1121, src/scss/main.scss */
.page-0 .scroller {
  display: block !important;
}

/*FOOTER*/
/* line 1128, src/scss/main.scss */
footer {
  clear: both;
  padding-top: 18px;
  margin-top: 20px;
}

/* line 1134, src/scss/main.scss */
footer ul li {
  display: inline-block;
}

/* line 1138, src/scss/main.scss */
ul.footer-external-links {
  float: left;
  padding: 0 0 0 32px;
}

/* line 1142, src/scss/main.scss */
ul.footer-external-links li a {
  color: #4d4b4c;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 24px;
}

/* line 1152, src/scss/main.scss */
.footer-box {
  max-width: 881px;
  margin: 0 auto;
}

/* line 1157, src/scss/main.scss */
ul.footer-social-links {
  margin: -4px 0 0 0px;
  padding: 0;
}

/* line 1161, src/scss/main.scss */
ul.footer-social-links a {
  color: #4d4b4c;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 24px;
}

/* line 1170, src/scss/main.scss */
ul.footer-social-links a .icon {
  background: url(/images/social-icons-sprite.png) no-repeat;
  height: 37px;
}

/* line 1176, src/scss/main.scss */
.callout-link {
  padding: 10px 15px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 1182, src/scss/main.scss */
  .page-4 .hero img {
    margin-top: 127px;
  }
}

/* line 1189, src/scss/main.scss */
.page-6 .hero .breadcrumbs {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0 12px 0 0 !important;
}

/* line 1196, src/scss/main.scss */
.page-7 .breadcrumbs {
  display: none;
}

/* line 1200, src/scss/main.scss */
.page-7 .hero {
  margin-bottom: 55px !important;
  padding-top: 116px !important;
}

/* line 1207, src/scss/main.scss */
.page-8 .findDr.tab {
  padding-top: 35px;
}

/* line 1213, src/scss/main.scss */
.page-14 section {
  margin-top: 140px;
}

/* line 1217, src/scss/main.scss */
.page-14 section .media-wrapper h1 {
  margin-bottom: 25px;
}

/* line 1225, src/scss/main.scss */
.page-14 .hero {
  display: none !important;
}

/* line 1229, src/scss/main.scss */
.page-14 .callout-main-block.body-right {
  margin-top: 104px;
}

@media screen and (min-width: 768px) {
  /* line 1235, src/scss/main.scss */
  .page-25 .breadcrumbs {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 359px) {
  /* line 1241, src/scss/main.scss */
  .page-25 .breadcrumbs h3 {
    font-size: 21px;
  }
}

/* line 1247, src/scss/main.scss */
.page-25 .hero {
  /*.video { margin-bottom: 20px; }*/
}

/* line 1248, src/scss/main.scss */
.page-25 .hero .video-thumbs {
  padding: 0;
  margin: 0;
}

/* line 1253, src/scss/main.scss */
.page-25 .hero .video-thumbs .thumb {
  cursor: pointer;
  padding: 1% 0;
}

/* line 1258, src/scss/main.scss */
.page-25 .hero .video-thumbs .thumb img {
  width: 100%;
  padding: 0 7%;
}

/* line 1263, src/scss/main.scss */
.page-25 .hero .video-thumbs .thumb span {
  padding: 0 7%;
  display: block;
}

/* line 1268, src/scss/main.scss */
.page-25 .hero .video-thumbs .thumb .on {
  display: none;
}

/* line 1275, src/scss/main.scss */
.page-25 .hero .video-thumbs .thumb.active .on {
  display: block;
}

/* line 1279, src/scss/main.scss */
.page-25 .hero .video-thumbs .thumb.active .off {
  display: none;
}

/* line 1285, src/scss/main.scss */
.page-25 .hero .video-row2 .thumb:first-child {
  margin-left: 15%;
}

/* line 1289, src/scss/main.scss */
.page-25 .hero .video img {
  width: 100%;
  display: none;
}

/* line 1294, src/scss/main.scss */
.page-25 .hero .video .active {
  display: block;
}

/* line 1299, src/scss/main.scss */
.page-25 .scroller {
  display: block !important;
  margin-top: 54px;
}

/* line 1345, src/scss/main.scss */
.page-28 section {
  margin-top: -11px !important;
}

/* line 1349, src/scss/main.scss */
.page-28 .hero.swiper {
  margin-bottom: 2em !important;
}

/* line 1354, src/scss/main.scss */
.page-28 .top-content img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 1361, src/scss/main.scss */
.page-28 .top-content p a {
  color: #003769;
  font-weight: bold;
}

/* line 1365, src/scss/main.scss */
.page-28 .top-content p a:hover {
  color: #026EAC;
}

/* line 1372, src/scss/main.scss */
.page-28 .top-content .read-more {
  display: none;
}

/* line 1377, src/scss/main.scss */
.page-28 .top-content .menu-up {
  display: none;
}

/* line 1382, src/scss/main.scss */
.page-28 .top-content .scroller--lp {
  display: block !important;
  cursor: pointer;
}

/* line 1386, src/scss/main.scss */
.page-28 .top-content .scroller--lp .show-text {
  color: #939393;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 10px;
  font-size: 14px;
}

/* line 1395, src/scss/main.scss */
.page-28 .top-content .scroller--lp .show-text.active .menu-down {
  display: none;
}

/* line 1399, src/scss/main.scss */
.page-28 .top-content .scroller--lp .show-text.active .menu-up {
  display: block;
}

/* line 1411, src/scss/main.scss */
.page-29 .hero h3 {
  color: #fff;
}

@media (max-width: 768px) {
  /* line 1411, src/scss/main.scss */
  .page-29 .hero h3 {
    color: inherit;
  }
}

@media (max-width: 767px) {
  /* line 1423, src/scss/main.scss */
  .page-31 .hero {
    padding-top: 17px;
  }
}

/* line 1428, src/scss/main.scss */
.page-31 .hero .hero--container {
  height: auto !important;
  max-height: none !important;
}

/* line 1432, src/scss/main.scss */
.page-31 .hero .hero--container video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  /* line 1432, src/scss/main.scss */
  .page-31 .hero .hero--container video {
    margin-top: 127px;
  }
}

/* line 1441, src/scss/main.scss */
.page-31 .hero .hero--container .playpause {
  background-image: url(/images/pause-play-button.png);
  background-repeat: no-repeat;
  width: 15%;
  height: 15%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 18%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

@media (max-width: 767px) {
  /* line 1441, src/scss/main.scss */
  .page-31 .hero .hero--container .playpause {
    top: 0;
  }
}

/* line 1461, src/scss/main.scss */
.page-31 .hero .headline {
  bottom: -97px;
}

@media screen and (min-width: 1280px) {
  /* line 1461, src/scss/main.scss */
  .page-31 .hero .headline {
    bottom: -85px;
  }
}

/*Bootstrap Override*/
/* line 1472, src/scss/main.scss */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 1478, src/scss/main.scss */
.no-padding {
  padding: 0;
}

/* line 1482, src/scss/main.scss */
.modal-backdrop.in {
  opacity: .9 !important;
}

/* line 1486, src/scss/main.scss */
.modal-backdrop {
  background-color: #fff;
}

/* line 1490, src/scss/main.scss */
.modal-body {
  padding: 0 !important;
}

/* line 1494, src/scss/main.scss */
.modal {
  text-align: center;
  padding: 0 !important;
}

/* line 1499, src/scss/main.scss */
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

/* line 1507, src/scss/main.scss */
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* line 1513, src/scss/main.scss */
.modal-close {
  border: none !important;
  background-color: transparent !important;
  position: absolute !important;
  right: 0;
  top: -63px;
}

/* line 1521, src/scss/main.scss */
.media-body {
  vertical-align: middle !important;
}

/* line 1525, src/scss/main.scss */
.media-left {
  padding-right: 40px !important;
}

/* line 1529, src/scss/main.scss */
.gm-style-iw {
  font-family: 'Lato';
}

/* line 1533, src/scss/main.scss */
.gm-style img.icon {
  max-width: 25px !important;
  margin-right: 3px;
}

/* line 1538, src/scss/main.scss */
.media {
  margin-bottom: 20px;
  padding-right: 100px;
}

/* line 1543, src/scss/main.scss */
.media img {
  width: 100%;
}

/* line 1547, src/scss/main.scss */
.thumb-video {
  margin-bottom: 30px;
}

/* line 1551, src/scss/main.scss */
.thumb-audio {
  margin-bottom: 30px;
}

/* line 1555, src/scss/main.scss */
.thumbnail-title {
  font-size: 14px;
  font-weight: 500;
}

/*iframe {
    width: 100%;
}*/
/* line 1563, src/scss/main.scss */
img#menu-callout-img {
  max-width: 125px;
}

/* line 1567, src/scss/main.scss */
.see-more {
  display: table;
  margin-bottom: 25px;
  width: 100%;
}

/* line 1576, src/scss/main.scss */
.see-text {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

/* line 1582, src/scss/main.scss */
.scroller {
  display: none;
}

/* line 1586, src/scss/main.scss */
.caption--fb {
  padding: 20px;
}

/* line 1594, src/scss/main.scss */
img[title]:hover {
  content: attr(title);
  text-transform: uppercase;
}

/*VIDEO STAND-ALONE PAGE*/
/* line 1600, src/scss/main.scss */
.media-page-block {
  margin-top: 140px;
  margin-bottom: 85px;
}

/* line 1607, src/scss/main.scss */
.single-media-wrapper h1 {
  margin-bottom: 50px;
}

/* line 1611, src/scss/main.scss */
.single-media-wrapper .media {
  padding-right: 140px;
}

/* line 1615, src/scss/main.scss */
.single-media-wrapper .share-block {
  float: right;
  font-size: 20px;
  padding-top: 20px;
}

/* line 1620, src/scss/main.scss */
.single-media-wrapper .share-block .share-label {
  line-height: 35px;
  margin-right: 25px;
}

/* line 1625, src/scss/main.scss */
.single-media-wrapper .share-block img {
  cursor: pointer;
  margin: 0 15px;
  width: 70px;
}

/* line 1631, src/scss/main.scss */
.single-media-wrapper .share-block img:last-child {
  margin-right: 0;
}

/* line 1639, src/scss/main.scss */
.page-14 .media a {
  color: #000 !important;
}

/* line 1647, src/scss/main.scss */
.media-page .callout-main-block.body-right {
  margin-top: 14px;
}

/* line 1650, src/scss/main.scss */
.media-page .callout-main-block.body-right .callout-link--just-txt {
  padding: 10px 34px 10px 15px !important;
}

/* line 1655, src/scss/main.scss */
.media-page .bot-sect-callout {
  padding: 22px 22px 22px;
}

/* line 1660, src/scss/main.scss */
.single-video {
  padding: 0 35px;
  width: 100%;
}

/* line 1664, src/scss/main.scss */
.single-video .video--container {
  max-width: 820px;
  margin: 0 auto;
  width: 100%;
}

/* line 1670, src/scss/main.scss */
.single-video .video {
  margin: auto;
}

/* line 1674, src/scss/main.scss */
.single-video .video--headline {
  margin: 165px auto 35px;
}

/* line 1678, src/scss/main.scss */
.single-video .video--social {
  color: #fff;
  margin: 40px auto;
  max-width: 468px;
  text-transform: uppercase;
}

/* line 1684, src/scss/main.scss */
.single-video .video--social .social-button:first-child {
  margin-right: 18px;
}

/* line 1688, src/scss/main.scss */
.single-video .video--social .social-button {
  cursor: pointer;
  float: left;
  font-size: 16px;
  max-width: 225px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

/* line 1698, src/scss/main.scss */
.single-video .video--social .facebook-button {
  background-color: #3d599a;
}

/* line 1702, src/scss/main.scss */
.single-video .video--social .twitter-button {
  background-color: #1bb2eb;
}

/* line 1706, src/scss/main.scss */
.single-video .video--social i.fa {
  padding-right: 4px;
}

/* line 1712, src/scss/main.scss */
.all-video-link {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid white;
  color: white;
  padding: 10px;
  position: absolute;
  right: 35px;
  top: 50%;
}

@media (max-width: 767px) {
  /* line 2, src/scss/_mobile.scss */
  section {
    margin-top: 52px;
  }
  /* line 5, src/scss/_mobile.scss */
  .content {
    margin-left: 0 !important;
  }
  /* line 8, src/scss/_mobile.scss */
  .container-fluid {
    min-width: 0 !important;
  }
  /* line 11, src/scss/_mobile.scss */
  .inner-container {
    padding: 0 10px !important;
  }
  /* line 14, src/scss/_mobile.scss */
  .navbar-toggle:hover {
    background-color: #525052 !important;
  }
  /* line 17, src/scss/_mobile.scss */
  nav.navbar.navbar-default {
    box-shadow: 2px 2px 5px #8D8F93;
    max-height: 67px;
    padding-bottom: 0px !important;
    padding-top: 0 !important;
  }
  /* line 23, src/scss/_mobile.scss */
  .mobile-button {
    margin-left: -9px;
    border: none;
    z-index: 9;
  }
  /* line 28, src/scss/_mobile.scss */
  .mobile-button span.icon-bar {
    height: 3px;
    width: 34px;
    margin-bottom: 5px;
  }
  /* line 33, src/scss/_mobile.scss */
  .collapsed {
    margin-left: 0px !important;
    margin-top: 20px !important;
  }
  /* line 37, src/scss/_mobile.scss */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important;
  }
  /* line 40, src/scss/_mobile.scss */
  div#navbar-collapse {
    border-bottom: 1px solid #000;
    background: rgba(64, 61, 64, 0.9);
    max-height: 500px;
    min-width: 419px;
    background-color: #fff;
    border: none;
    left: 0;
    overflow-x: hidden;
    padding-left: 0;
    top: 2px;
    width: 100%;
    z-index: 9;
  }
  /* line 54, src/scss/_mobile.scss */
  #header {
    box-shadow: 0px 3px 5px #888888;
  }
  /* line 57, src/scss/_mobile.scss */
  .right-header {
    width: 90px !important;
  }
  /* line 61, src/scss/_mobile.scss */
  div#brand-logo {
    padding: 8px 0px 6px 0px !important;
    text-align: left !important;
  }
  /* line 65, src/scss/_mobile.scss */
  div#brand-logo img {
    width: 175px;
  }
  /* line 68, src/scss/_mobile.scss */
  .social-box {
    margin-top: 5px;
  }
  /* line 71, src/scss/_mobile.scss */
  div#nav-icon {
    float: right;
    height: 50px !important;
    margin: 1px 0 0 14px !important;
  }
  /* line 75, src/scss/_mobile.scss */
  div#nav-icon span {
    width: 36px !important;
  }
  /* line 78, src/scss/_mobile.scss */
  div#nav-icon span:nth-child(1) {
    top: 19px !important;
  }
  /* line 81, src/scss/_mobile.scss */
  div#nav-icon span:nth-child(3) {
    top: 45px !important;
  }
  /* line 84, src/scss/_mobile.scss */
  div#nav-icon span:nth-child(4) {
    display: none;
  }
  /* line 88, src/scss/_mobile.scss */
  .site-title-block {
    border-bottom: 0;
    left: -12px;
    position: absolute;
    top: 0;
  }
  /* line 94, src/scss/_mobile.scss */
  .site-title {
    font-size: 20px;
    padding-top: 15px;
  }
  /* line 98, src/scss/_mobile.scss */
  ul.nav.navbar-nav.external-links li {
    font-size: 18px;
  }
  /* line 101, src/scss/_mobile.scss */
  ul.nav.navbar-nav.page-links li {
    display: block !important;
  }
  /* line 104, src/scss/_mobile.scss */
  ul.nav.navbar-nav.page-links a {
    color: #fff;
    font-size: 23.5px;
    line-height: 40px;
    margin-top: -6px;
    padding-bottom: 2px !important;
    padding-top: 10px;
  }
  /* line 112, src/scss/_mobile.scss */
  ul.nav.navbar-nav.external-links {
    position: initial;
    margin-left: 0px;
  }
  /* line 116, src/scss/_mobile.scss */
  .navbar-nav.external-links > li > a:after {
    content: "";
    padding-left: 6px;
  }
  /* line 120, src/scss/_mobile.scss */
  ul.nav.navbar-nav.page-links {
    color: #fff;
    font-weight: 100;
    margin-left: 0 !important;
    min-width: 320px;
    padding-top: 12px;
    text-align: left;
  }
  /* line 128, src/scss/_mobile.scss */
  ul.nav.navbar-nav.external-links {
    padding-left: 20px;
  }
  /* line 131, src/scss/_mobile.scss */
  ul.nav.navbar-nav.external-links {
    padding-left: 20px;
  }
  /* line 134, src/scss/_mobile.scss */
  div#navbar-collapse {
    border-bottom: 1px solid black;
    background: rgba(64, 61, 64, 0.9);
  }
  /* line 138, src/scss/_mobile.scss */
  .pushmenu {
    padding: 12px 0 0 16px !important;
  }
  /* line 140, src/scss/_mobile.scss */
  .pushmenu a {
    font-size: 18px !important;
    padding: 0 0 3px !important;
  }
  /* line 144, src/scss/_mobile.scss */
  .pushmenu ul.nav.navbar-nav.social-links {
    padding: 6px 12px 0px 12px;
  }
  /* line 148, src/scss/_mobile.scss */
  .push-page {
    margin: 0 15px 0 0;
    padding-right: 15px;
    position: inherit !important;
  }
  /* line 152, src/scss/_mobile.scss */
  .push-page .pushmenu-header-fixed {
    left: -240px !important;
    padding-right: 15px !important;
  }
  /* line 157, src/scss/_mobile.scss */
  .pushmenu-right.pushmenu-open {
    right: -100px !important;
  }
  /* line 161, src/scss/_mobile.scss */
  .close-btn img {
    width: 39px !important;
  }
  /* line 165, src/scss/_mobile.scss */
  .scroll-down {
    margin-bottom: 10px !important;
  }
  /* line 168, src/scss/_mobile.scss */
  .hero {
    margin-bottom: 65px !important;
  }
  /* line 170, src/scss/_mobile.scss */
  .hero .headline {
    box-shadow: 0 4px 3px 0 #dbdbdb !important;
    bottom: -24px !important;
    padding: 1px 6px !important;
  }
  /* line 174, src/scss/_mobile.scss */
  .hero .headline .headline-txt {
    font-size: 18px;
    margin-top: 10px;
  }
  /* line 180, src/scss/_mobile.scss */
  .callout-main-block {
    box-shadow: none !important;
    margin-bottom: 40px;
  }
  /* line 183, src/scss/_mobile.scss */
  .callout-main-block .bot-sect-callout {
    padding: 0 !important;
  }
  /* line 185, src/scss/_mobile.scss */
  .callout-main-block .bot-sect-callout .callout-content {
    height: auto !important;
  }
  /* line 189, src/scss/_mobile.scss */
  .callout-main-block .tab {
    margin-bottom: 25px !important;
  }
  /* line 193, src/scss/_mobile.scss */
  .callout-img {
    height: initial !important;
  }
  /* line 196, src/scss/_mobile.scss */
  .content {
    padding-bottom: 35px;
  }
  /* line 200, src/scss/_mobile.scss */
  .list-sides a {
    border: none !important;
  }
  /* line 204, src/scss/_mobile.scss */
  .list-sides.list-right {
    margin-bottom: 29px;
  }
  /* line 207, src/scss/_mobile.scss */
  .inner-alpha {
    background: #e6e6e6;
    margin: 0px 0 25px;
    padding: 20px 15px;
    display: none;
  }
  /* line 213, src/scss/_mobile.scss */
  .arrows {
    position: absolute;
    right: 4px;
    top: 23px;
    width: 40px;
    height: 12px;
    background: url(/images/arrows.jpg) no-repeat;
    background-size: 50%;
  }
  /* line 223, src/scss/_mobile.scss */
  .slide-open .arrows {
    background-position: 0px -13px;
  }
  /*GLOBAL*/
  /* line 229, src/scss/_mobile.scss */
  .hero {
    padding-top: 52px;
  }
  /* line 231, src/scss/_mobile.scss */
  .hero .breadcrumbs {
    left: 8px !important;
    top: 3px !important;
  }
  /* line 236, src/scss/_mobile.scss */
  .mobile-extra-margin-bottom {
    padding-bottom: 25px;
  }
  /* line 240, src/scss/_mobile.scss */
  .search-box {
    padding: 15px 0px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }
  /* line 245, src/scss/_mobile.scss */
  .search-box .search-label {
    font-size: 18px !important;
    text-align: left !important;
    padding-left: 15px !important;
  }
  /* line 251, src/scss/_mobile.scss */
  div#inputButtonGeocode {
    margin-top: 12px !important;
  }
  /* line 254, src/scss/_mobile.scss */
  #map {
    height: 300px !important;
    margin-bottom: 0 !important;
  }
  /* line 258, src/scss/_mobile.scss */
  .location-title {
    font-size: 12px !important;
    margin-top: 0 !important;
  }
  /*FOOTER BEGIN*/
  /* line 264, src/scss/_mobile.scss */
  footer {
    border-top: 2px solid #eee;
  }
  /*FOOTER END*/
  /* line 269, src/scss/_mobile.scss */
  ul.footer-external-links {
    float: none !important;
    text-align: center;
    padding: 0 !important;
  }
  /* line 273, src/scss/_mobile.scss */
  ul.footer-external-links li a {
    font-size: 10px !important;
  }
  /* line 276, src/scss/_mobile.scss */
  ul.footer-external-links a#contact {
    padding-right: 0;
  }
  /* line 281, src/scss/_mobile.scss */
  .page-1 .hero, .page-28 .hero {
    padding-top: 10px !important;
  }
  /* line 283, src/scss/_mobile.scss */
  .page-1 .hero .hero--container, .page-28 .hero .hero--container {
    height: auto !important;
    margin-top: 0 !important;
  }
  /* line 289, src/scss/_mobile.scss */
  .page-1 .content, .page-28 .content {
    padding-bottom: 0px !important;
  }
  /* line 293, src/scss/_mobile.scss */
  .page-1 footer, .page-28 footer {
    margin-top: 0 !important;
  }
  /* line 298, src/scss/_mobile.scss */
  .page-6 .breadcrumbs h3 {
    color: inherit !important;
  }
  /* line 302, src/scss/_mobile.scss */
  .page-6 .hero .headline {
    bottom: -44px !important;
  }
  /* line 307, src/scss/_mobile.scss */
  .page-7 .hero {
    margin-bottom: 5px !important;
    padding-top: 149px !important;
  }
  /*Bootstrap Override*/
  /* line 313, src/scss/_mobile.scss */
  .mobile-padding-none {
    padding: 0 !important;
  }
  /*Bootstrap Override END*/
  /* line 318, src/scss/_mobile.scss */
  div#contentModal {
    padding-right: 0 !important;
  }
  /* line 321, src/scss/_mobile.scss */
  #fb-embed {
    height: 100% !important;
  }
  /* line 324, src/scss/_mobile.scss */
  .media {
    padding-right: 0px !important;
  }
  /* line 327, src/scss/_mobile.scss */
  .single-video {
    padding: 0 10px !important;
  }
  /* line 329, src/scss/_mobile.scss */
  .single-video .social-button:first-child {
    margin-bottom: 12px !important;
  }
  /* line 332, src/scss/_mobile.scss */
  .single-video .video--headline {
    margin: 0 auto 20px !important;
  }
  /* line 334, src/scss/_mobile.scss */
  .single-video .video--headline .title {
    font-size: 24px !important;
  }
  /* line 337, src/scss/_mobile.scss */
  .single-video .video--headline .description {
    font-size: 16px !important;
  }
  /* line 341, src/scss/_mobile.scss */
  .single-video .video--social {
    margin: 24px auto !important;
  }
  /* line 344, src/scss/_mobile.scss */
  .single-video .social-button {
    max-width: none !important;
  }
  /* line 348, src/scss/_mobile.scss */
  iframe {
    height: 100%;
  }
  /* line 353, src/scss/_mobile.scss */
  .page-14 section {
    margin-top: 60px !important;
  }
  /* line 356, src/scss/_mobile.scss */
  .page-14 .callout-main-block {
    margin-top: 0px !important;
  }
  /* line 366, src/scss/_mobile.scss */
  .media-page-block .media {
    margin-bottom: 30px;
  }
  /* line 370, src/scss/_mobile.scss */
  .callout-main-block {
    margin-top: 0px !important;
  }
  /* line 378, src/scss/_mobile.scss */
  .media-page-block {
    margin-top: 70px !important;
  }
  /* line 381, src/scss/_mobile.scss */
  .single-media-wrapper h1 {
    margin-bottom: 0px !important;
  }
  /* line 386, src/scss/_mobile.scss */
  .single-media-wrapper h1 {
    margin-bottom: 50px;
  }
  /* line 390, src/scss/_mobile.scss */
  .single-media-wrapper .share-block {
    font-size: 16px;
  }
  /* line 392, src/scss/_mobile.scss */
  .single-media-wrapper .share-block .share-label {
    line-height: 30px;
    margin-right: 5px !important;
  }
  /* line 396, src/scss/_mobile.scss */
  .single-media-wrapper .share-block img {
    margin: 0 9px !important;
    width: 55px !important;
  }
}

@media only screen and (max-width: 480px) {
  /* line 407, src/scss/_mobile.scss */
  .page-1 .hero .hero--container .all-video-link, .page-28 .hero .hero--container .all-video-link {
    top: auto;
    bottom: 58px;
  }
  /* line 413, src/scss/_mobile.scss */
  .headline-txt br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 419, src/scss/_mobile.scss */
  h1.headline-txt {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 424, src/scss/_mobile.scss */
  h1.headline-txt {
    font-size: 36px !important;
  }
}

@media (max-width: 1200px) {
  /* line 429, src/scss/_mobile.scss */
  .callout-headline {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  /* line 435, src/scss/_mobile.scss */
  .media-page .media {
    padding-right: 0px !important;
  }
  /* line 438, src/scss/_mobile.scss */
  .media-page footer {
    position: initial !important;
  }
  /* line 442, src/scss/_mobile.scss */
  ul.footer-external-links {
    float: none !important;
    padding: 0 !important;
    text-align: center !important;
  }
  /* line 448, src/scss/_mobile.scss */
  ul.footer-social-links {
    float: none !important;
    margin: 0 auto !important;
    width: 221px !important;
    text-align: center;
  }
  /* line 455, src/scss/_mobile.scss */
  ul.footer-social-links a {
    padding-right: 16px !important;
  }
}

/* line 2, src/scss/components/_alertbanner.scss */
body.alertbanner .alert-banner .alert-inner {
  margin-bottom: 0;
}

/* line 6, src/scss/components/_alertbanner.scss */
body.alertbanner #header {
  position: relative;
  margin-bottom: -68.05px;
}

@media (min-width: 768px) {
  /* line 6, src/scss/components/_alertbanner.scss */
  body.alertbanner #header {
    margin-bottom: -127px;
  }
}

/* line 14, src/scss/components/_alertbanner.scss */
body.alertbanner #header.pushmenu-header-fixed {
  left: -0px !important;
}

/* line 19, src/scss/components/_alertbanner.scss */
body.alertbanner.page-14 section {
  margin-top: 0 !important;
  padding-top: 140px;
}

@media (max-width: 767px) {
  /* line 19, src/scss/components/_alertbanner.scss */
  body.alertbanner.page-14 section {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  /* line 29, src/scss/components/_alertbanner.scss */
  body.alertbanner.page-1 .hero, body.alertbanner.page-28 .hero {
    padding-top: 0px !important;
  }
  /* line 32, src/scss/components/_alertbanner.scss */
  body.alertbanner.page-31 .hero {
    padding-top: 68px;
  }
}

@media screen and (min-width: 768px) {
  /* line 42, src/scss/components/_alertbanner.scss */
  body.alertbanner .swiper-container .swiper-wrapper .swiper-slide--1 .hero--container.hero--video:before {
    margin-top: 127px;
  }
}

@media screen and (min-width: 768px) {
  /* line 48, src/scss/components/_alertbanner.scss */
  body.alertbanner .swiper-container .swiper-wrapper .swiper-slide--1 .hero--container.hero--video video {
    top: 127px;
  }
}

@media screen and (min-width: 1280px) {
  /* line 57, src/scss/components/_alertbanner.scss */
  body.alertbanner .swiper-container .swiper-wrapper .swiper-slide--3:after {
    height: 127px;
  }
}

/*# sourceMappingURL=../maps/main.min.css.map */
