@charset "UTF-8";
body,
html {
    width: 100%;
    height: 100%
}
body {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-align: center
}
.section {
    z-index: 10;
    position: relative
}
#instafeed {
    width: 100%;
    max-width: 1500px;
    margin: 30px auto
}
#instafeed img {
    max-width: 250px;
    max-height: 250px;
    height: 100%;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
#instafeed img:hover {
    opacity: .25;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999999
}
.spinner {
    margin: 20% auto 0;
    width: 150px;
    height: 150px;
    position: relative
}
.application-divider{
    max-width: 62.5rem;
    margin:auto;
    margin-bottom: 25px;
}
.container1>div,
.container2>div,
.container3>div {
    width: 10px;
    height: 10px;
    background-color: #f39620;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 2s infinite ease-in-out;
    animation: bouncedelay 2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%
}
.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}
.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}
.circle1 {
    top: 0;
    left: 0
}
.circle2 {
    top: 0;
    right: 0
}
.circle3 {
    right: 0;
    bottom: 0
}
.circle4 {
    left: 0;
    bottom: 0
}
.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}
.container3 .circle1 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
.container1 .circle2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}
.container2 .circle2 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}
.container3 .circle2 {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}
.container1 .circle3 {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}
.container2 .circle3 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}
.container3 .circle3 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}
.container1 .circle4 {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}
.container2 .circle4 {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}
.container3 .circle4 {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}
#email.pad {
	margin-top: 200px;
}
@-webkit-keyframes bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}
@keyframes bouncedelay {
    0%, 100%, 80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
[class*=column]+[class*=column]:last-child {
    float: left
}
.space {
    margin-top: 30px
}
.space-max {
    margin-top: 50px
}
.medium-block-grid-3.space-max {
    margin: 30px 0
}
#hero {
    background-image: url(/assets/img/hero.png);
    height: 493px;
    background-size: cover
}
ul.inline-list {
    margin-left: 0
}
ul.inline-list li {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 5px
}
ul.inline-list.social li {
    margin: 30px 0
}
ul.inline-list.social a {
    display: block;
    padding: 0 20px
}
ul.clean {
    list-style: none;
    margin: 0;
    padding: 0
}
ul.clean li {
    margin: 0;
    padding: 0
}
ul.contact-info {
    margin-bottom: 50px;
    margin-top: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.button {
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #f39620;
    border: 1px solid #f39620;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 18px
}
.button:focus,
.button:hover {
    background-color: #f39620;
    color: #fff;
    outline: 0
}
.button.secondary {
    background-color: #46BE98;
    font-family: Montserrat, sans-serif;
    color: #fff;
    border: 0;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 18px
}
.button.secondary:focus,
.button.secondary:hover {
    background-color: #2a9d78;
    color: #fff;
    outline: 0
}
.chip {
    background-color: rgba(0, 0, 0, .71);
    border-bottom: 6px solid rgba(255, 255, 255, .71);
    height: 170px;
    padding: 15px;
    margin-bottom: 30px
}
.chip--tall {
    height: auto !important;
    min-height: 360px;
}
.chip p {
    font-size: 14px
}
.chip:hover {
    border-bottom: 6px solid #f39620;
    cursor: default
}
.chip:hover h2 {
    color: #f39620
}
.contact-info img {
    margin-bottom: 15px
}
#about p.small {
    font-size: 18px
}
#about p strong {
    font-family: Montserrat, sans-serif
}
a,
a:active,
a:visited {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a {
    color: #fff;
}
a:hover {
    color: #f39620;
    text-decoration: none;
    outline: 0
}
h1 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 72px;
    font-weight: 400;
    line-height: 80px
}
h2 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}
h3 {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 24px
}
p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 300
}
p.small {
    font-size: 14px
}
p.watchnow {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700
}
#email p {
    font-size: 18px;
    font-weight: 300
}
#email p a {
    color: #f39620
}
#send-email {
    text-align: left
}
header {
    position: fixed;
    top: 0;
    z-index: 999;
    height: 80px;
    width: 100%;
    background-color: rgba(0, 0, 0, .71)
}
header .logo {
    max-height: 50px;
    margin-top: 15px;
}
header ul {
    margin: 0;
    padding: 0
}
header ul li {
    margin: 0;
    padding: 0;
    height: 80px;
    line-height: 80px
}
header ul li a {
    color: #fff;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 10px;
    letter-spacing: .5px
}
header ul li a:focus,
header ul li a:hover,
header ul li.active a {
    color: #f39620
}
footer {
    position: absolute;
    bottom: 0!important;
    left: 0;
    z-index: 999;
    padding: 25px 0;
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, .71)
}
footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}
footer p {
    font-size: 12px;
    font-weight: 300;
    margin: 0
}
footer span.copyright {
    font-size: 10px;
    opacity: .25;
    margin-top: -10px
}
footer ul.inline-list.social {
    margin: 20px 0 5px
}
footer ul.inline-list.social li {
    margin: 0!important
}
footer ul.inline-list.social li a {
    padding: 0 10px
}
footer ul.inline-list.social img {
    max-height: 30px
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border: 1px solid #fff;
    background: #fff;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    border: 1px solid #f39620;
    background: #f39620
}
#fp-nav ul li .fp-tooltip {
    top: -3px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif
}
span.blur {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover
}
span.blur-0 {
    background-image: url(/assets/img/bg.png);
    opacity: 1
}
span.blur-1 {
    background-image: url(/assets/img/bg-6.jpg);
    opacity: 0
}
span.blur-2 {
    background-image: url(/assets/img/bg-5.jpg);
    opacity: 0
}
span.blur-3 {
    background-image: url(/assets/img/bg-4.jpg);
    opacity: 0
}
span.blur-4 {
    background-image: url(/assets/img/bg-3.jpg);
    opacity: 0
}
span.blur-5 {
    background-image: url(/assets/img/bg-2.jpg);
    opacity: 0
}
span.blur-6 {
    background-image: url(/assets/img/bg-1.jpg);
    opacity: 0
}
.reveal-modal-bg {
    top: 0;
    background: #000
}
.reveal-modal .close-reveal-modal {
    z-index: 800;
    font-size: 22px;
    top: 4px;
    color: #fff;
    background-color: rgba(0, 0, 0, .71);
    padding: 5px 10px;
    border-radius: 3px
}
#video.reveal-modal {
    top: 0!important;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}
#video.reveal-modal iframe {
    max-height: 100%;
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: block
}
.reveal-modal {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    height: auto;
    max-height: 892px
}
#join-team {
    display: none
}
#join-team label {
    text-align: left
}
select,
select:focus,
select:hover {
    -webkit-appearance: none!important;
    -webkit-border-radius: 0;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…J2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, .71);
    padding: .5rem;
    font-size: .875rem;
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem;
    box-shadow: none
}
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}
#join-team-toggle,
[type=checkbox]:not(:checked)+label {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .71);
    padding: 10px;
    width: 100%;
    display: block;
    margin: 0 0 15px;
    color: #fff
}
#join-team-toggle,
[type=checkbox]:checked+label {
    position: relative;
    border: 1px solid rgba(243, 150, 32, 1);
    padding: 10px;
    width: 100%;
    display: block;
    margin: 0 0 15px;
    color: #f39620
}
#join-team-toggle:hover,
[type=checkbox]+label.selected {
    position: relative;
    border: 1px solid #46BE98;
    background-color: #46BE98;
    padding: 10px;
    width: 100%;
    display: block;
    margin: 0 0 15px;
    color: #fff
}
#join-team-toggle,
label {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 400
}
#about label {
    color: #757575
}
input[type=text],
input[type=email] {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, .71);
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
    font-family: Montserrat, sans-serif
}
input[type=text]:focus,
input[type=email]:focus {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #f39620;
    margin-bottom: 30px
}
#about input[type=text],
#about input[type=email],
#about textarea {
    background-color: #BFBFBF;
    box-shadow: none;
    border: 0;
    margin-bottom: 30px;
    color: #000;
    font-weight: 400;
    padding: 15px;
    height: auto;
    font-family: Montserrat, sans-serif
}
#mobile-menu {
    background-color: rgba(0, 0, 0, .71);
    padding: 15px 0;
    display: none
}
#mobile-menu li a {
    display: block;
    padding: 5px 0
}

.show-mobile {
  	display: none;
}

@media only screen and (max-width: 425px) {
  	.show-mobile {
      display: block;
    }
  	a.hours {
		pointer-events: none !important;
	}
  	a.hours  {
		pointer-events: none !important;
	}
	.contact-info li {
		display: block;
		width: 100%;
	}
}




@media only screen and (max-width: 40em) {
    body {
        padding-top: 80px
    }
    .logo {
        width: 75px
    }
    header {
        height: auto;
        line-height: 80px;
        background-color: #000
    }
    h1 {
        font-size: 40px
    }
    p {
        font-size: 18px
    }
    .chip {
        height: auto
    }
    .medium-block-grid-3.space-max li, .medium-block-grid-4.space-max li {
        width: 100%;
        margin-bottom: 30px
    }
    footer {
        display: none
    }
    header .logo {
	    margin-top: 0px;
	}
	#menu-toggle {
		font-size: 16px;
	}
}
