/*
notes:

-  add links
- phil vid won't play on iphone -- tried adding touchstart/check it

- poster pics for autoplay vids
-smaller version of hero image for small screens

        --- nice to have
        - smaller video for mobile
      secound derone vid bigger
*/
.calloutGroup {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  75% {
    opacity: 65%;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  75% {
    opacity: 65%;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideInFrombottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  75% {
    opacity: 65%;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInFrombottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  75% {
    opacity: 65%;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes headerOrangebar {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}

@keyframes headerOrangebar {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}

@-webkit-keyframes headerOrangebarFromBottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  75% {
    opacity: 65%;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes headerOrangebarFromBottom {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  75% {
    opacity: 65%;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  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;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

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

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

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

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

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

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

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

.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% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.swiper-container {
  width: 100%;
  height: 80vh;
  margin: 150px 0;
}

.swiper-slide {
  background-repeat: none;
  background-position: center;
  background-size: cover;
}

.swiper-slide1 {
  background-image: url("../img/slider/1.jpg");
}

.swiper-slide2 {
  background-image: url("../img/slider/2.jpg");
}

.swiper-slide3 {
  background-image: url("../img/slider/3.jpg");
}

.swiper-slide4 {
  background-image: url("../img/slider/4.jpg");
}

.swiper-slide5 {
  background-image: url("../img/slider/5.jpg");
}

.swiper-slide6 {
  background-image: url("../img/slider/6.jpg");
}

.swiper-slide7 {
  background-image: url("../img/slider/7.jpg");
}

.swiper-pagination-bullet {
  max-width: 100px;
  width: 8%;
  height: 6px;
  display: inline-block;
  border-radius: 1px;
  background: white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #EDA833;
}

.swiper-scrollbar {
  display: none;
}

section {
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: essonnes-display, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #171717;
}

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

h1 {
  font-family: essonnes-display, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 55px;
}

h2 {
  font-family: kulturista-web, sans-serif;
  font-size: 40px;
  color: #e06417;
}

h3 {
  font-family: kulturista-web;
  font-weight: 400;
  color: #e06417;
  font-size: 30px;
  margin-bottom: 15px;
}

.subhead {
  font-family: essonnes-display, sans-serif;
  font-size: 28px;
}

p {
  line-height: 22px;
  margin-bottom: 20px;
}

.bold {
  font-weight: 700;
}

a {
  color: #37bfed;
  text-decoration: none;
}

.header {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  background-image: url("../img/hero_image.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color: #bedcf6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 8px solid #e06417;
}

.header__sponsoredText {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 8px;
  font-size: 13px;
}

.header__title {
  width: 47%;
  position: absolute;
  left: 5%;
  top: 25%;
  line-height: 57px;
  padding: 0 5px;
}

.header__title__copy {
  -webkit-animation: 1s ease-out 0s 1 slideInFromLeft;
          animation: 1s ease-out 0s 1 slideInFromLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.header__title__underline {
  margin-top: 10px;
  width: 200px;
  height: 100%;
  background-color: #e06417;
  height: 6px;
  -webkit-animation: 1s ease-out 0s 1 headerOrangebar;
          animation: 1s ease-out 0s 1 headerOrangebar;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.header__logo {
  width: 144px;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 5%;
}

.header__logo img {
  width: 100%;
}

.header__downarrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
}

.header__downarrow img {
  width: 100%;
  height: auto;
}

.moreStories_link {
  background-color: #e06417;
  padding: 8px;
  color: white;
  position: absolute;
  display: inline;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
  z-index: 100;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: scale 0.7s ease;
  transition: scale 0.7s ease;
}

.moreStories_link:hover {
  -webkit-transform: translate(-50%, 0) scale(1.06);
          transform: translate(-50%, 0) scale(1.06);
}

.header__downarrow {
  bottom: 35px;
}

.intro {
  width: 100%;
  padding: 0 15px;
}

.intro h2 {
  text-align: center;
  margin: 80px auto 10px auto;
  display: block;
  width: 100%;
}

.intro__subhead {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.intro__twocol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: thin solid #dfdfdf;
  max-width: 1100px;
  margin: -25px auto 0 auto;
  width: 100%;
}

.intro__twocol__left {
  width: 50%;
  min-width: 325px;
  padding: 50px 50px 20px 50px;
}

.intro__twocol__right {
  background-color: #dfdfdf;
  width: 50%;
  padding: 50px 50px 20px 50px;
  background-image: url("../img/mountian_silhouette.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.philVideo {
  max-width: 1100px;
  margin: 150px auto 0 auto;
  text-align: center;
  margin-bottom: 150px;
}

.philVideo__player {
  width: 100%;
}

.philVideo__vidContainer {
  position: relative;
  margin-bottom: 8px;
}

.philVideo__idPlayIcon {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  opacity: 0.8;
}

.section2 {
  width: 100vw;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-top: thin gray solid;
  border-bottom: thin gray solid;
}

.section2__left {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 30%;
}

.section2__left__copy {
  width: 80%;
}

.section2__ranch {
  position: absolute;
  left: 30%;
  top: 0px;
  width: 70%;
  height: 100vh;
  overflow: hidden;
  z-index: -10;
}

.section2__ranch__video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}

.section2__ranch__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  height: 100%;
}

.picture_2_1 {
  background-image: url("../img/picture_2_1.jpg");
  background-position: right;
  background-size: cover;
}

.picture_2_2 {
  background-image: url("../img/picture_2_2.jpg");
  background-position: right;
}

.picture_3_1 {
  background-image: url("../img/picture_3_1.png");
  background-position: center;
}

.picture_3_2 {
  background-image: url("../img/picture_3_2.jpg");
  background-position: center;
}

.picture_4_1 {
  background-image: url("../img/picture_4_1.jpg");
  background-position: center;
}

.section3 {
  width: 100vw;
  max-width: 100%;
  position: relative;
  margin-bottom: 150px;
}

.section3__copy {
  max-width: 470px;
  padding-left: 18.75px;
  padding-right: 18.75px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.photoCeredit {
  position: absolute;
  z-index: 1000;
  top: 50px;
  left: 5%;
  font-family: kulturista-web, sans-serif;
  color: white;
}

.photoCeredit__phil {
  font-size: 43px;
  margin-top: 4px;
}

.section4 {
  width: 100vw;
  max-width: 100%;
  background-color: #e06417;
}

.section4__quote {
  max-width: 650px;
  margin: 75px auto;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: white;
  padding-left: 18.75px;
  padding-right: 18.75px;
}

.section4__video {
  width: 100%;
}

.footer {
  padding: 0 18.75px 0 18.75px;
  margin-top: 150px;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}

.footer__header {
  margin-bottom: -50px;
}

.footer__h3 {
  margin-bottom: 4px;
}

.footer__flex {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__flex__content {
  margin-top: 100px;
  min-width: 300px;
  max-width: 375px;
  padding: 0 18.75px;
  text-align: left;
}

.footer__flex__content__pic {
  border: 2px #eda833 solid;
  margin-bottom: 15px;
}

.footer__flex__content__header {
  color: #e06417;
  margin-bottom: 8px;
}

.footer__brooks {
  margin: 75px 0;
}

.footer__logo {
  margin-top: 50px;
}

#line-footer {
  margin-top: 75px;
}

.articleCallout {
  max-width: 560px;
  border-left: 2px #eda833 solid;
  border-right: 2px #eda833 solid;
  padding: 0 30px;
  margin: 55px auto 0 auto;
}

.articleCallout__header {
  margin-top: 15px;
}

.articleCallout h3 {
  margin-bottom: 4px;
}

.mapAll {
  position: absolute;
  left: 30%;
  top: 100vh;
  width: 70%;
  height: 100vh;
  overflow: hidden;
  z-index: -10;
}

.map {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.map__image {
  -o-object-fit: cover;
     object-fit: cover;
}

#mapImageNoPin {
  top: 0;
}

li {
  margin-bottom: 15px;
  line-height: 22px;
}

.centeredLine {
  margin: 35px auto 0 auto;
  width: 200px;
  height: 100%;
  background-color: #c9c9c9;
  height: 6px;
}

.circleImg {
  width: 250px;
  height: 250px;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 10;
  background-image: url("../img/phil_circle.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 250px 250px;
  border-radius: 500px;
  border: 2px solid #e06417;
  overflow: hidden;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.circleImg:hover {
  background-size: 275px 275px;
}

.scale_one {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.switch_off1 {
  display: none;
}

.blue_text {
  color: #37bfed;
}

.blueButton {
  color: white;
  background-color: #37bfed;
  padding: 8px;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(25, 33, 36, 0.28);
          box-shadow: 0px 3px 4px 0px rgba(25, 33, 36, 0.28);
}

.bold_text {
  font-weight: 700;
}

.noWrap {
  white-space: nowrap;
}

.genaricResposiveImg {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.noBottomBorder {
  border-bottom: none;
}

@media screen and (min-width: 1950px) {
  h1 {
    font-size: 75px;
    line-height: 73px;
  }
}

@media screen and (max-width: 1263px) {
  .header__title {
    width: 35%;
  }
  h1 {
    font-size: 48px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1050px) {
  .section3__content__flexGroup {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1056px) {
  .section2__left {
    width: 40%;
  }
  .section2__left__copy {
    width: 90%;
  }
  .section3__content {
    width: 100%;
  }
}

@media screen and (max-width: 880px) {
  .section3__content {
    width: 100%;
  }
  .section3__content__flexGroup {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section3__content__image {
    width: 100%;
  }
  .section3__content img {
    width: 100%;
  }
  .section3__content__text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 55px auto;
    padding: 25px 10px 0 10px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .swiper-container {
    margin-top: 90px;
  }
}

@media screen and (max-width: 1375px) {
  .responsive_break_title {
    display: none;
  }
}

@media screen and (max-width: 1375px) {
  .responsive_break_title {
    display: none;
  }
}

@media screen and (max-width: 1056px) {
  .section2__left {
    width: 40%;
  }
  .section2__left__copy {
    width: 90%;
  }
}

@media screen and (max-width: 1060px) {
  .header {
    background-size: cover;
    background-position: 100% 100px;
  }
  .header__sponsoredText {
    width: 100%;
    text-align: center;
    position: static;
    left: 50%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 8px;
    font-size: 13px;
    padding: 0 5px;
  }
  .header__title {
    width: 100%;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    line-height: 40px;
  }
  .header__title__copy {
    opacity: 0;
    -webkit-animation: 1s ease-out 0s 1 slideInFrombottom;
            animation: 1s ease-out 0s 1 slideInFrombottom;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .header__title__underline {
    opacity: 0;
    margin: 10px auto 0 auto;
    -webkit-animation: 1s ease-out 0s 1 headerOrangebarFromBottom;
            animation: 1s ease-out 0s 1 headerOrangebarFromBottom;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 700px) {
  .header__logo {
    width: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 55px;
  }
  .header__downarrow {
    bottom: 5px;
  }
  .intro {
    padding: 0 5px;
  }
  .intro__twocol {
    display: block;
  }
  .intro__twocol__left {
    width: 100%;
  }
  .intro__twocol__right {
    width: 100%;
  }
}

@media screen and (max-width: 900px), (max-height: 760px) {
  .section2__ranch {
    width: 100%;
    display: block;
    position: static;
    width: 100%;
  }
  .section2__ranch__video {
    display: block;
    left: 0;
    width: 100%;
  }
  .section2__left__copy {
    width: 50%;
    margin: 75px auto 75px auto;
  }
  .section2 .mapAll {
    display: block;
    position: static;
    width: 100%;
  }
  .section2 .switch_off1 {
    display: block;
  }
  .section2 .switch_off2 {
    display: none;
  }
  .section2 .section2__left {
    display: none;
  }
}

@media screen and (max-width: 900px) and (max-width: 675px), screen and (max-height: 760px) and (max-width: 675px) {
  .header {
    background-image: url("../img/hero_image_675.jpg");
  }
  .footer {
    margin-top: 125px;
  }
  .vidArrow {
    display: none;
  }
  .section2__left__copy {
    width: 90%;
  }
  .section4__quote {
    font-size: 33px;
  }
}

@media screen and (max-width: 900px) and (max-width: 475px), screen and (max-height: 760px) and (max-width: 475px) {
  .footer__logo img {
    width: 60%;
  }
  .picture_3_1 {
    background-size: 200%;
  }
  h1 {
    font-size: 35px;
    line-height: 34px;
  }
  .philVideo {
    margin: 75px auto 0 auto;
  }
  .intro__twocol {
    display: block;
  }
  .intro__twocol__left {
    width: 100%;
    padding: 50px 10px 20px 10px;
    min-width: 0;
  }
  .intro__twocol__right {
    padding: 50px 10px 20px 10px;
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .blueButton {
    margin-bottom: 5px;
  }
}

.S_header {
  text-align: center;
  max-width: 475px;
  width: 100%;
  margin: 15px auto;
  padding: 0 18.75px;
}

.arrowCircle {
  margin-bottom: 5px;
}

.pic_section {
  background-color: #e0e0e0;
  margin-top: 50px;
  width: 100vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s_pic_container {
  max-width: 300px;
  min-width: 150;
  padding: 15px;
}

.s_copy {
  max-width: 900px;
  margin: auto;
  margin-top: 50px;
}

.s_copyContainer {
  margin-top: 25px;
  width: 100vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s_copyblock {
  width: 300px;
  padding: 15px;
}

.s_h4Padding {
  margin-bottom: 5px;
}

.s_bottom_nav {
  width: 100vw;
  max-width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blackLink {
  color: black;
}
/*# sourceMappingURL=main.css.map */