/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

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

button,
input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: #000;
    background: #fff
}

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

a {
    text-decoration: none
}

@font-face {
    font-family: 'FoundersGroteskLight';
    src: url("../fonts/FoundersGroteskMonoWeb-Light.woff2") format("woff2"), url("../fonts/FoundersGroteskMonoWeb-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FoundersGroteskMedium';
    src: url("../fonts/FoundersGroteskMonoWeb-Medium.woff2") format("woff2"), url("../fonts/FoundersGroteskMonoWeb-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'LiveWirePark';
    src: url("../fonts/lwp_regular-webfont.woff2") format("woff2"), url("../fonts/lwp_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html.noscroll,
body.noscroll {
    overflow: hidden !important
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #000;
    font-family: "FoundersGroteskLight";
    font-size: 16px;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.6s ease;
    width: 100%
}

body.show {
    opacity: 1;
    overflow: auto
}

img,
svg {
    display: block;
    height: auto;
    max-width: 100%
}

.container {
    margin: 0 auto;
    max-width: 1026px;
    padding: 0 30px
}

#wrap {
    background-color: #000
}

.home #wrap {
    margin-top: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.animate img:last-child {
    display: none !important
}

.animate.do-animation img:first-child {
    display: none
}

.animate.do-animation img:last-child {
    display: block !important
}

.mobile {
    display: none !important
}

.ease {
    opacity: 0;
    position: relative;
    top: 120px;
    transition: opacity 1.2s ease, top 1.2s ease
}

.ease.show {
    opacity: 1;
    top: 0px
}

body:not(.home) #wrap {
    padding-top: 100px
}

iframe#book-now-iframe {
    display: block;
    height: 995px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .desktop {
        display: none !important
    }
    .mobile {
        display: block !important
    }
    .container {
        padding: 0 10px
    }
    body:not(.home) #wrap {
        padding-top: 65px
    }
    iframe#book-now-iframe {
        height: 1171px
    }
}

a {
    background-image: linear-gradient(#1fea1e, #1fea1e);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    position: relative;
    text-decoration: none
}

p {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin-bottom: 22px
}

p a {
    transition: color 0.3s ease
}

p a:hover {
    color: #05e805 !important
}

p:last-child {
    margin-bottom: 0
}

h1 {
    font-family: "LiveWirePark";
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    line-height: 3.5rem
}

h2 {
    font-family: "LiveWirePark";
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    line-height: 3.5375rem
}

h2 p {
    font-family: "LiveWirePark";
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    line-height: 3.5375rem
}

h3 {
    font-family: "LiveWirePark";
    font-size: 1.875rem;
    letter-spacing: 0.15em;
    line-height: 2.1875rem
}

h4 {
    font-family: "FoundersGroteskMedium";
    font-size: 1.5625rem;
    line-height: 1.875rem
}

h5,
strong {
    font-family: "FoundersGroteskMedium"
}

h6 {
    font-family: "LiveWirePark";
    font-size: 1.625rem;
    letter-spacing: 0.15em;
    line-height: 1.95rem
}

.green {
    color: #1fea1e
}

.green a {
    background-image: none;
    color: #1fea1e !important
}

.white {
    color: #fff
}

body .content-area section.sm {
    margin-bottom: 100px
}

a {
    color: #000
}

.do-book-link {
    background-image: none
}

.do-book-link.hover-over {
    animation: bgChange 1s linear infinite
}

@keyframes bgChange {
    0% {
        background-color: #1fea1e;
        color: #000
    }
    50% {
        background-color: #000;
        color: #1fea1e
    }
    100% {
        background-color: #1fea1e;
        color: #000
    }
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 1rem;
        line-height: 1.2rem
    }
    h1 {
        font-size: 1.5625rem;
        line-height: 1.875rem
    }
    h2 {
        font-size: 1.1875rem;
        line-height: 1.425rem
    }
    h2 p {
        font-size: 1.1875rem;
        line-height: 2rem
    }
    h3 {
        font-size: 1.1875rem;
        line-height: 1.425rem
    }
    h4 {
        font-size: 1.125rem;
        line-height: 1.375rem
    }
    h5 {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
    h6 {
        font-size: 1rem;
        line-height: 1.2rem
    }
}

.col {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top
}

.col.col-6 {
    width: calc(50% - (40px / 2))
}

.col.col-4 {
    width: calc(33% - (80px / 3))
}

.col.col-3 {
    width: calc(25% - (120px / 4))
}

.col:last-child {
    margin-right: 0
}

.row.no-gap .col {
    margin-right: 0
}

.row.no-gap .col.col-6:first-child {
    width: 47.9%
}

.row.no-gap .col.col-6:last-child {
    width: 52.1%
}

.row.no-gap.block {
    background-color: #fff
}

@media only screen and (max-width: 767px) {
    .col {
        display: block !important;
        margin-right: 0;
        width: 100% !important
    }
}

footer {
    background-color: #000;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 200px;
    padding-top: 100px
}

footer .validation_error,
footer .validation_message {
    display: none
}

footer .gform_confirmation_message {
    margin-bottom: 20px
}

footer p {
    font-size: 1rem;
    line-height: 1.5rem
}

footer a {
    color: #fff
}

footer .footer__title {
    margin-bottom: 42px
}

footer .mailto {
    background-image: none;
    color: #1fea1e;
    position: relative;
    text-decoration: none
}

footer .mailto:after {
    background-color: #1fea1e;
    bottom: -5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

footer #footer__logo {
    margin-top: 71px
}

footer #footer__logo a {
    background-image: none;
    display: block;
    height: 100%;
    width: 100%
}

footer form {
    margin-bottom: 67px;
    position: relative
}

footer form label {
    display: none
}

footer form input[type=email] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1fea1e;
    border-radius: 0;
    color: #1fea1e;
    max-width: 90%;
    padding-left: 0;
    padding-bottom: 4px;
    width: 100%
}

footer form input[type=email]::-webkit-input-placeholder {
    color: #1fea1e;
    opacity: 1
}

footer form input[type=email]:-moz-placeholder {
    color: #1fea1e;
    opacity: 1
}

footer form input[type=email]::-moz-placeholder {
    color: #1fea1e;
    opacity: 1
}

footer form input[type=email]:-ms-input-placeholder {
    color: #1fea1e;
    opacity: 1
}

footer form input[type=email]:placeholder-shown {
    color: #1fea1e;
    opacity: 1
}

footer form .gform_footer {
    left: 0;
    pointer-events: none;
    position: absolute;
    text-align: right;
    top: 0;
    width: 90%
}

footer form .gform_footer input {
    background-color: transparent;
    background-image: url(../img/Right_Arrow.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: right 7px;
    border: none;
    display: inline-block;
    pointer-events: auto
}

footer ul {
    line-height: 1.5rem
}

footer ul a {
    background-image: none;
    text-decoration: none;
    transition: color 0.3s ease
}

footer ul a:hover {
    color: #1fea1e
}

footer #footer__social-icons {
    margin-bottom: 38px
}

footer #footer__social-icons a {
    background-image: none;
    display: inline-block;
    height: 50px;
    width: 50px
}

footer #footer__social-icons a:first-child {
    margin-right: 20px
}

footer #footer__social-icons svg path,
footer #footer__social-icons svg ellipse {
    transition: fill 0.3s ease
}

footer #footer__social-icons svg:hover path,
footer #footer__social-icons svg:hover ellipse {
    fill: #1fea1e
}

footer .col:last-child ul {
    display: none
}

footer .col:last-child a {
    background-image: none
}

body img.gform_ajax_spinner {
    display: none !important
}

@media only screen and (max-width: 1140px) {
    footer .mailto {
        word-break: break-all
    }
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 0 20px;
        padding-bottom: 45px;
        padding-top: 121px;
        position: relative
    }
    footer #footer__social-icons {
        margin-bottom: 42px
    }
    footer #footer__social-icons a {
        height: 33px;
        width: 33px
    }
    footer .footer__title {
        margin-bottom: 15px
    }
    footer .col:first-child {
        margin-bottom: 38px
    }
    footer .col:nth-child(2)>ul {
        display: none
    }
    footer .col:last-child .footer__title {
        margin-bottom: 25px
    }
    footer .col:last-child p {
        line-height: 1.5rem
    }
    footer .col:last-child ul {
        display: block;
        line-height: 1.575rem;
        margin-bottom: 22px
    }
}

#nav-wrapper {
    height: 100px
}

nav {
    background-color: #000;
    font-family: "LiveWirePark";
    font-size: 1.375rem;
    height: 100px;
    letter-spacing: 0.15em;
    line-height: 1.65rem;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}

nav #nav__logo {
    height: 58px;
    left: 25px;
    position: absolute;
    top: 21px;
    width: 58px
}

nav #nav__logo a {
    background-image: none;
    display: block;
    height: 100%;
    width: 100%
}

nav ul {
    display: inline-block;
    left: -45px;
    padding-top: 37px;
    position: relative;
}

nav ul:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

nav ul li {
    float: left;
    margin-right: 46px
}

nav ul li a {
    background-image: none;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease
}

nav ul li a:hover {
    color: #1fea1e
}

nav ul li.current-menu-item a {
    color: #1fea1e !important
}

nav ul li:last-child {
    margin-right: 0
}

nav #nav__book {
    background-color: #1fea1e;
    color: #000;
    display: block;
    height: 100px;
    line-height: 100px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 228px
}

nav.fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10
}

body:not(.home) #nav-wrapper {
    height: auto
}

body:not(.home) nav {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10
}

@media only screen and (max-width: 1380px) {
    nav {
        font-size: 1rem;
    }
    nav ul {
        left: -20px;
    }
    nav ul li {
        margin-right: 25px
    }
    nav #nav__book {
        width: 150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    nav {
        font-size: 0.65rem;
    }
    nav ul li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #nav-wrapper {
        height: 65px
    }
    nav {
        background-color: #000;
        height: auto;
        min-height: 65px;
        position: relative
    }
    nav #nav__logo {
        height: 24px;
        left: 30px;
        width: 24px
    }
    nav #nav__els {
        background-color: #000;
        font-family: "FoundersGroteskMedium";
        height: 0;
        left: 0;
        letter-spacing: 0;
        overflow: hidden;
        position: absolute;
        text-transform: uppercase;
        top: 65px;
        transition: height 0.6s ease;
        width: 100%
    }
    nav #nav__els ul {
        padding-top: 60px
    }
    nav #nav__els ul li {
        float: none;
        font-size: 1.375rem;
        line-height: 1.5625rem;
        margin-bottom: 27px;
        margin-right: 0
    }
    nav #nav__els ul li a {
        transition: none
    }
    nav #nav__els ul li:last-child {
        margin-bottom: 0
    }
    nav #nav__book {
        background-color: transparent;
        background-image: none;
        color: #1fea1e;
        display: inline-block;
        height: auto;
        line-height: 65px;
        padding: 0 20px;
        position: static;
        width: auto
    }
    nav #hamburger {
        cursor: pointer;
        height: 16px;
        position: absolute;
        top: 25px;
        right: 30px;
        width: 22px
    }
    nav #hamburger span {
        background-color: #fff;
        border-radius: 1000px;
        display: block;
        height: 2px;
        left: 0;
        position: absolute;
        top: 0;
        transform-origin: right center;
        -webkit-transform-origin: right center;
        transition: opacity 0.3s ease, transform 0.3s ease;
        -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
        width: 100%
    }
    nav #hamburger span:nth-child(2) {
        top: 7px
    }
    nav #hamburger span:nth-child(3) {
        top: 14px
    }
    nav #hamburger.active span:nth-child(1) {
        top: -1px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    nav #hamburger.active span:nth-child(2) {
        opacity: 0
    }
    nav #hamburger.active span:nth-child(3) {
        top: 15px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }
    nav.active #nav__els {
        height: calc(100vh - 65px)
    }
}

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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

.slick-arrow.slick-hidden {
    display: none
}

.play {
    cursor: pointer;
    height: 89px;
    left: 50%;
    margin-left: -44.5px;
    margin-top: -44.5px;
    position: absolute;
    top: 50%;
    width: 89px
}

@media only screen and (max-width: 767px) {
    .play {
        height: 55px;
        margin-left: -27.5px;
        margin-top: -27.5px;
        width: 55px
    }
}

#intro-video {
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background-image: none;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%
}

#intro-video video {
    height: 100vh;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#intro-video #intro-video__logo {
    cursor: pointer;
    position: relative;
    z-index: 2
}

#intro-video #intro-video__logo svg {
    height: 216px;
    width: 219px
}

@media only screen and (max-width: 767px) {
    #intro-video {
        background-position: top center;
        background-size: cover
    }
    #intro-video video {
        display: none
    }
    #intro-video #intro-video__logo svg {
        height: 144px;
        width: 145px
    }
}

#main-video {
    height: 630px;
    overflow: hidden;
    position: relative;
    width: 100%
}

#main-video video {
    background-position: top center;
    background-size: cover;
    height: 630px;
    object-fit: cover;
    width: 100%
}

@media only screen and (max-width: 767px) {
    #main-video {
        height: 320px
    }
    #main-video video {
        height: 320px
    }
}

.content-area {
    padding: 200px 0;
    text-align: center
}

.content-area section {
    margin-bottom: 200px
}

.content-area section:last-child {
    margin-bottom: 0
}

.content-area h1 {
    margin-bottom: 125px
}

.content-area h2 {
    padding-bottom: 40px
}

.content-area .row {
    margin-bottom: 100px
}

.content-area .row:last-child {
    margin-bottom: 0
}

.content-area .full-width-image {
    padding-top: 5px
}

.content-area .two-column {
    color: #fff
}

.content-area.bg {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.content-area.white-bg {
    background-color: #fff
}

.content-area.default .two-column {
    color: #000
}

body.is-touch .content-area.bg {
    background-attachment: scroll;
    background-size: cover
}

@media only screen and (max-width: 767px) {
    .content-area {
        padding-bottom: 80px;
        padding-top: 100px
    }
    .content-area h1 {
        margin-bottom: 80px
    }
    .content-area h2 {
        padding-bottom: 0
    }
    .content-area section {
        margin-bottom: 115px
    }
    .content-area section:first-child .container h2:first-child {
        font-size: 1.125rem;
        line-height: 2.0375rem
    }
    .content-area .row {
        margin-bottom: 80px
    }
    .content-area.white-bg {
        padding-bottom: 105px;
        padding-top: 80px
    }
    .content-area.white-bg h1 {
        margin-bottom: 60px
    }
    .content-area.white-bg section {
        margin-bottom: 80px
    }
    .content-area.white-bg section:last-child {
        margin-bottom: 0
    }
    .content-area.about section {
        margin-bottom: 70px
    }
    .content-area.about section:last-child {
        margin-bottom: 0
    }
    .content-area.groups {
        padding-bottom: 105px
    }
}

#social h1 {
    margin-bottom: 30px
}

#social__icons {
    margin-bottom: 63px
}

#social__icons a {
    background-image: none;
    display: inline-block;
    width: 50px
}

#social__icons a:first-child {
    margin-right: 20px
}

#social__icons a svg ellipse,
#social__icons a svg path {
    fill: #000;
    transition: fill 0.3s ease
}

#social__icons a:hover svg ellipse,
#social__icons a:hover svg path,
#social__icons a.active svg ellipse,
#social__icons a.active svg path {
    fill: #1fea1e
}

#social__more a {
    background-color: #000;
    background-image: none;
    color: #1fea1e;
    display: block;
    height: 100px;
    line-height: 100px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

#social .social__row {
    margin-bottom: 40px;
    text-align: left
}

#social .social__row img {
    width: 100%
}

#social .social__row-inner {
    margin-bottom: 40px
}

#social .social__row-inner .col {
    position: relative
}

#social .social__row-inner:last-child {
    margin-bottom: 0
}

#social .social__row .social__el {
    background-size: cover;
    padding-bottom: 100%;
    position: relative
}

#social .social__row .social__el .overlay {
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background-color: rgba(5, 232, 5, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%
}

#social .social__row .social__el .overlay svg {
    height: 47px;
    width: 47px
}

#social .social__row .social__el .overlay svg ellipse,
#social .social__row .social__el .overlay svg path {
    fill: #fff
}

#social .social__row .social__el:hover .overlay {
    opacity: 1
}

#social .social__row:last-child {
    margin-bottom: 0
}

#social .social__block {
    margin-bottom: 40px;
    opacity: 1;
    transition: opacity 0.6s ease
}

#social .social__block.hidden {
    opacity: 0
}

@media only screen and (max-width: 767px) {
    #social h1 {
        margin-bottom: 20px
    }
    #social__icons {
        margin-bottom: 40px
    }
    #social__icons a {
        width: 33px
    }
    #social .social__block {
        margin-bottom: 0
    }
    #social .col {
        display: inline-block !important;
        margin-bottom: 20px;
        margin-right: 20px;
        width: calc(50% - 10px) !important
    }
    #social .col:nth-child(2n+2) {
        margin-right: 0
    }
    #social .col:last-child {
        display: none !important
    }
    #social__more a {
        height: 65px;
        line-height: 65px
    }
}

.carousel .slick-slide {
    background-position: top center;
    background-size: cover;
    height: 630px
}

.carousel .slick-arrow {
    background: none;
    background-size: cover;
    border: none;
    bottom: 56px;
    display: inline-block;
    height: 33px;
    left: 50%;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 24px;
    z-index: 2
}

.carousel .slick-arrow.slick-prev {
    background-image: url(../img/Left_Arrow.svg);
    margin-left: -55px
}

.carousel .slick-arrow.slick-next {
    background-image: url(../img/Right_Arrow.svg);
    margin-left: 30px
}

@media only screen and (max-width: 767px) {
    .carousel .slick-slide {
        height: 320px
    }
    .carousel .slick-arrow {
        bottom: auto;
        height: 25px;
        top: 140px;
        width: 18px
    }
    .carousel .slick-arrow.slick-prev {
        left: 30px;
        margin-left: 0
    }
    .carousel .slick-arrow.slick-next {
        left: auto;
        margin-left: 0;
        right: 30px
    }
}

.full-width-image {
    margin-bottom: 125px !important
}

.full-width-image img {
    width: 100%
}

.full-width-image:last-child {
    margin-bottom: 0 !important
}

@media only screen and (max-width: 767px) {
    .full-width-image {
        margin-bottom: 60px !important
    }
    #pagination .container {
        padding: 0 30px;
    }
}

.two-column {
    text-align: left
}

.two-column h1 {
    margin-bottom: 70px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .two-column {
        padding: 0 20px
    }
    .two-column h1 {
        margin-bottom: 55px
    }
    .two-column .col-6:first-child {
        margin-bottom: 25px
    }
}

.faqs {
    background-color: #fff;
    padding: 190px 0
}

.faqs h1 {
    margin-bottom: 80px;
    text-align: center
}

.faqs .faq__title {
    border-bottom: 2px solid #1fea1e;
    cursor: pointer;
    height: 40px;
    padding-right: 40px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase
}

.faqs .faq__title:before,
.faqs .faq__title:after {
    background-color: #000;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 0.3s ease;
    width: 16px
}

.faqs .faq__title:after {
    transform: rotate(90deg);
    transition-delay: 0.5s
}

.faqs .faq__title.active:before {
    opacity: 0
}

.faqs .faq__title.active:after {
    transform: rotate(0deg)
}

.faqs .faq__content {
    display: none;
    max-width: 715px
}

.faqs .faq__content-inner {
    padding-bottom: 18px;
    padding-top: 27px
}

.faqs .faq:last-child .faq__content .faq__content-inner {
    padding-bottom: 85px
}

.faqs .faqs__wrapper {
    margin-bottom: 35px
}

@media only screen and (max-width: 767px) {
    .faqs {
        padding: 80px 20px 105px 20px
    }
    .faqs h1 {
        margin-bottom: 50px
    }
    .faqs .faq__title {
        font-size: 1rem;
        height: auto;
        line-height: 1.2rem;
        padding-bottom: 8px
    }
    .faqs .faq__title:before,
    .faqs .faq__title:after {
        height: 2px;
        top: 10px;
        width: 11px
    }
    .faqs .faq__content-inner {
        padding-bottom: 8px;
        padding-top: 22px
    }
    .faqs #faqs__other a {
        background-image: none;
        display: block;
        text-decoration: underline;
        text-decoration-color: #1fea1e
    }
}

.header-image {
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background-color: #1fea1e;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    height: 515px;
    text-align: center
}

.header-image h1 {
    font-size: 3.4375rem;
    line-height: 4.0625rem
}

@media only screen and (max-width: 767px) {
    .header-image {
        background-size: cover;
        display: block;
        height: 320px;
        padding-top: 210px
    }
    .header-image h1 {
        font-size: 1.5625rem;
        line-height: 1.875rem
    }
}

#experiences-header {
    color: #fff;
    margin-bottom: 125px
}

#experiences-header .inner {
    color: #1fea1e;
    cursor: pointer;
    display: inline-block;
    font-family: "LiveWirePark";
    font-size: 1.375rem;
    letter-spacing: 0.15em;
    line-height: 1.65rem;
    text-align: center
}

#experiences-header .inner .img {
    display: inline-block;
    margin-bottom: 30px
}

#experiences-header .inner img {
    display: inline-block;
    height: 61px;
    width: 79px
}

@media only screen and (max-width: 767px) {
    #experiences-header {
        margin-bottom: 31px
    }
    #experiences-header .col-3 {
        display: inline-block !important;
        margin-bottom: 36px;
        width: 50% !important
    }
    #experiences-header .inner {
        font-size: .8125rem;
        line-height: 1rem
    }
    #experiences-header .inner .img {
        margin-bottom: 17px
    }
    #experiences-header .inner img {
        height: 45px;
        width: 58px
    }
}

.experience-block {
    text-align: left
}

.experience-block__title-wrapper {
    background-color: #fff;
    height: 100px
}

.experience-block__title-wrapper .experience-block__title {
    display: inline-block;
    height: 100px;
    padding-left: 50px;
    vertical-align: top;
    width: 71.5%
}

.experience-block__title-wrapper .experience-block__title h3 {
    line-height: 100px
}

.experience-block .experience-block__button {
    display: inline-block;
    height: 100px;
    vertical-align: top;
    width: 28.5%
}

.experience-block .experience-block__button a {
    background-color: #1fea1e;
    background-image: none;
    color: #000;
    display: block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.experience-block__content {
    background-color: #000;
    color: #fff;
    padding: 50px
}

.experience-block__content .icon {
    height: 80px;
    margin-bottom: 42px;
    width: 107px
}

@media only screen and (max-width: 767px) {
    .experience-block {
        margin-bottom: 80px !important
    }
    .experience-block__title-wrapper {
        height: 65px
    }
    .experience-block__title-wrapper .experience-block__title {
        height: 65px;
        padding: 0 20px;
        width: 100%
    }
    .experience-block__title-wrapper .experience-block__title h3 {
        font-size: 1.1875rem;
        line-height: 65px
    }
    .experience-block__content {
        padding: 35px 20px
    }
    .experience-block__content .icon {
        height: 43px;
        margin-bottom: 30px;
        width: 58px
    }
    .experience-block__content .col-6:first-child {
        margin-bottom: 25px
    }
    .experience-block .experience-block__button {
        height: auto;
        width: 100%
    }
    .experience-block .experience-block__button a {
        font-size: 1.1875rem;
        line-height: 1.425rem;
        height: 65px;
        line-height: 65px;
        text-align: left;
        padding-left: 20px
    }
    .experience-block:last-child {
        margin-bottom: 25px !important
    }
}

.popup-video {
    position: relative
}

.popup-video img {
    width: 100%
}

.image-content {
    color: #fff
}

.image-content .col {
    text-align: left
}

.image-content a {
    color: #fff
}

.image-content img {
    margin-bottom: 120px;
    width: 100%
}
.blog .image-content img, .single-post .image-content img {
    margin-bottom: 80px;
}

.blog p.date, .single-post p.date {
    text-align: left;
}
.image-content h1 {
    margin-bottom: 70px
}

@media only screen and (max-width: 767px) {
    .image-content {
        margin-bottom: 80px !important
    }
    .image-content img {
        margin-bottom: 60px
    }
    .image-content h1 {
        margin-bottom: 60px
    }
    .image-content .row {
        padding: 0px 20px
    }
    .image-content:last-child {
        margin-bottom: 0 !important
    }
    .blog .image-content img, .single-post .image-content img {
    margin-bottom: 60px;
}
    .blog .image-content .row .col:last-child, .single-post .image-content .row .col:last-child {
        margin-top: 22px;
    }
}

#map {
    height: 730px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    #map {
        height: 320px
    }
}

.options {
    background-color: #fff;
    padding: 200px 0
}

.options h1 {
    margin-bottom: 110px;
    text-align: center
}

.options .option {
    margin-bottom: 120px
}

.options .option h4 {
    margin-bottom: 45px
}

.options .option .img {
    display: inline-block
}

.options .option .img img {
    height: 104px;
    width: 121px
}

.options .option:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .options {
        padding: 80px 20px 105px 20px
    }
    .options h1 {
        margin-bottom: 60px
    }
    .options .option {
        margin-bottom: 80px
    }
    .options .option .img {
        margin-bottom: 30px
    }
    .options .option .img img {
        height: auto;
        width: 70px
    }
    .options .option .img.mobile {
        display: inline-block !important
    }
    .options .option h4 {
        margin-bottom: 30px
    }
}

.block {
    display: flex;
    position: relative;
    text-align: left
}

.block .content .content-inner {
    padding: 50px 50px 0 90px;
    padding-top: 45px
}

.block .content .content-inner h4 {
    font-family: "LiveWirePark";
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    text-transform: uppercase
}

.block .content .btn {
    background-color: #1fea1e;
    bottom: 0;
    color: #000;
    display: block;
    font-family: "LiveWirePark";
    height: 100px;
    line-height: 100px;
    padding-left: 90px;
    position: absolute;
    right: 0;
    text-decoration: none;
    width: 52.1%
}

.block .content a:not(.btn) {
    color: #fff;
    position: relative
}

.block img {
    width: 100%
}

.block.black .content p:not(:last-child) {
    margin-bottom: 95px
}

.block .book {
    background-color: #1fea1e;
    bottom: 0;
    color: #000 !important;
    display: block;
    height: 100px;
    line-height: 100px;
    padding-left: 50px;
    position: absolute !important;
    width: 100%
}

.block .col {
    flex: 1
}

.block.main {
    display: flex
}

.block.main .col {
    flex: 1;
    padding-bottom: 100px;
    position: relative
}

.block.main .content p {
    margin-bottom: 22px !important
}

.block.main .content p:last-child {
    margin-bottom: 0 !important
}

.block.main.two .content {
    padding-bottom: 100px
}

.block.two .content {
    background-color: #fff
}

.block.two .content .content-inner {
    padding: 50px;
    padding-top: 45px
}

.block.two .content .btn {
    padding-left: 50px;
    position: static;
    width: 100%
}

.block.two.black .content {
    background-color: #000;
    color: #fff
}

.block.no-gap {
    display: block
}

.homepage-experience .block {
    background-color: #000 !important;
    color: #fff
}

.homepage-experience .block .content .content-inner h4 {
    color: #1fea1e;
    font-family: "LiveWirePark";
    letter-spacing: 0.15em
}

.homepage-experience .block .content .content-inner h4 a {
    background-image: none;
    color: #1fea1e
}

.homepage-experience .block .content .content-inner p a {
    color: #fff
}

.homepage-experience .block .content .content-inner p a:hover {
    color: #1fea1e
}

.homepage-experience .block .content .content-inner p:not(:last-child) {
    margin-bottom: 75px
}

.homepage-experience .block .img-link {
    display: block;
    position: relative
}

.homepage-experience .block .img-link .overlay {
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background-color: rgba(5, 232, 5, 0.9);
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: opacity 0.3s ease;
    width: 100%
}

.homepage-experience .block .img-link .overlay img {
    height: 150px;
    width: auto
}

.homepage-experience .block .img-link:hover .overlay {
    opacity: 1
}

.homepage-experience .block.two {
    background-color: transparent !important
}

.homepage-experience .block.two .content {
    background-color: #000
}

@media only screen and (max-width: 1140px) {
    .block .content .content-inner {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 25px
    }
    .block .content .content-inner h4 {
        margin-bottom: 20px
    }
    .block .content .btn {
        font-size: 1rem;
        height: 50px;
        line-height: 50px;
        padding-left: 25px
    }
    .block.two .content {
        padding-bottom: 80px;
        position: relative
    }
    .block.two .content .btn {
        position: absolute
    }
}

@media only screen and (max-width: 767px) {
    .block {
        display: block
    }
    .block .content .content-inner {
        padding: 36px 20px 43px 20px
    }
    .block .content .content-inner h4 br {
        display: none
    }
    .block .content .btn {
        font-size: 1.1875rem;
        height: 65px;
        line-height: 65px;
        padding-left: 20px;
        position: static;
        width: 100%
    }
    .block.black .content p:not(:last-child) {
        margin-bottom: 75px
    }
    .block.two .content {
        margin-bottom: 80px;
        padding-bottom: 0
    }
    .block.two .content .content-inner {
        padding: 36px 20px 43px 20px
    }
    .block.two .content .btn {
        padding-left: 20px;
        position: static
    }
    .block.two .content:last-child {
        margin-bottom: 0
    }
    .block.main {
        display: block
    }
    .block.main .content {
        padding-bottom: 0 !important
    }
    .block.main .content .content-inner {
        padding-bottom: 35px;
        padding-top: 32px
    }
    .block.main .content .content-inner h4 {
        margin-bottom: 23px
    }
    .block.main .book {
        font-size: 1.1875rem;
        height: 65px;
        line-height: 65px;
        padding-left: 20px;
        position: static !important
    }
}

.video-lightbox {
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.video-lightbox .container {
    position: relative;
    width: 100%
}

.video-lightbox__inner {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.video-lightbox__inner iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-lightbox__close {
    background-image: url(../img/Video_Close_Button.svg);
    background-size: cover;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    z-index: 20
}

@media only screen and (max-width: 767px) {
    .video-lightbox__close {
        height: 15px;
        right: 15px;
        top: 15px;
        width: 15px
    }
}