body {
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}

li {
  margin-bottom: 5px;
  font-size: 18px;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #464646;
  background-image: -webkit-linear-gradient(180deg, #242424 55%, #4d4d4d);
  background-image: linear-gradient(270deg, #242424 55%, #4d4d4d);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .1);
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  position: absolute;
  top: -31px;
  width: 400px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.logo:hover {
  -webkit-transform: rotate(-3deg) scale(1.05);
  -ms-transform: rotate(-3deg) scale(1.05);
  transform: rotate(-3deg) scale(1.05);
}

.nav-link {
  padding-right: 10px;
  font-family: Halloween, sans-serif;
  color: #fff;
  font-size: 25px;
  letter-spacing: 3px;
  text-shadow: 1px 1px 6px #000;
}

.nav-link:hover {
  color: #72ee57;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.background-1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .76), hsla(0, 0%, 8%, .01) 23%), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/bg_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .76), hsla(0, 0%, 8%, .01) 23%), linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/bg_3.jpg');
  background-position: 0px 0px, 0px 0px, 50% 95%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.hero-button-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 25px;
  text-align: center;
}

.button {
  padding-right: 30px;
  padding-left: 30px;
  background-color: orange;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.button.large {
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 2px;
  background-color: red;
  font-family: Halloween, sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}

.button.large:hover {
  background-color: #fff;
  color: #000;
}

.button.large.submit {
  border-radius: 40px;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.large-paragraph {
  color: #dadada;
  font-size: 24px;
  line-height: 30px;
}

.info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-block._0-left-padding {
  padding-left: 0px;
}

.info-block._0-top-padding {
  padding-top: 0px;
}

.info-text-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #dadada;
}

.info-block-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Halloween, sans-serif;
  color: #ff9700;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 1px 1px 6px #000;
}

.info-block-title.small {
  font-size: 28px;
}

.info-block-content {
  margin-bottom: 0px;
  color: #dadada;
  font-size: 18px;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-margin {
  margin-top: 50px;
}

.column-right-padding {
  padding-right: 40px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.slide {
  width: 25%;
}

.slide-image {
  width: 500px;
}

.section-title {
  margin-top: 0px;
  font-family: Halloween, sans-serif;
  color: #6fe457;
  font-size: 75px;
  line-height: 75px;
  font-weight: 400;
  text-shadow: 1px 1px 6px #000;
}

.section-title.alt-color {
  margin-bottom: 0px;
  color: #000;
  text-shadow: none;
}

.section-sub-title {
  margin-bottom: 30px;
  font-family: Halloween, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 1px 1px 6px #000;
}

.section-sub-title.alt-color {
  margin-bottom: 0px;
  font-size: 30px;
  text-align: center;
  text-shadow: none;
}

.flex-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.half-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff9700;
}

.half-section.dark {
  position: relative;
  width: 70%;
  padding: 50px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #000;
  color: #fff;
}

.locations-row {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.disclaimer-row {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #af0000;
  color: #fff;
}

.disclaimer-text-1 {
  margin-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 11px;
  text-transform: uppercase;
}

.disclaimer-text-2 {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  border-left: 1px solid #8d0000;
  font-size: 11px;
  text-transform: uppercase;
}

.list1 {
  margin-bottom: 12px;
  font-size: 18px;
  cursor: pointer;
}

.list1:hover {
  color: #a5a5a5;
}

.toggle-wrapper {
  margin-bottom: 25px;
}

.col-left-padding {
  padding-left: 30px;
}

.toggle-icon {
  position: relative;
  right: 10px;
  width: 20px;
  height: 20px;
  float: right;
  background-image: url('../images/arrow.svg');
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.toggle-header {
  width: 100%;
  padding: 20px 14px 18px 40px;
  border-radius: 5px;
  background-color: #6fe457;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.toggle-header:hover {
  background-color: #ff9700;
}

.toggle-header.red {
  border-style: none;
  background-color: red;
  font-family: Halloween, sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
}

.toggle-space {
  padding: 30px 40px;
}

.top-margin-2 {
  margin-top: 25px;
}

.col-right-padding {
  padding-right: 30px;
}

.toggle-content {
  overflow: hidden;
}

.toggle-title {
  display: inline-block;
}

.input {
  position: static;
  height: 50px;
  margin-bottom: 25px;
  border: 0px solid #000;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.input:hover {
  background-color: #d8d8d8;
}

.input::-webkit-input-placeholder {
  color: #000;
  font-weight: 600;
}

.input:-ms-input-placeholder {
  color: #000;
  font-weight: 600;
}

.input::placeholder {
  color: #000;
  font-weight: 600;
}

.input.text-area {
  height: 80px;
}

.link {
  color: #f4cf49;
  text-decoration: none;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

.align-center {
  text-align: center;
}

.white-font-wrapper {
  color: #fff;
}

.copyright-text {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  float: right;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #ff9700;
}

.icon-facebook {
  height: 15px;
}

.icon-facebook:hover {
  opacity: 0.7;
}

.video-title {
  margin-bottom: 10px;
  font-family: Halloween, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1px;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 175px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: url('../images/bg_02.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.lightbox-link:hover {
  opacity: 0.7;
}

.play-button {
  height: 30px;
  margin-right: 13px;
}

.bar-text {
  margin-bottom: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.bar-text:hover {
  color: #d5b880;
}

.header-wrapper {
  margin-bottom: 25px;
}

.container-2 {
  max-width: 1200px;
}

.section-2 {
  position: relative;
  padding: 50px 5%;
}

.section-2.red {
  position: relative;
  background-color: #142129;
}

.button-2 {
  margin-right: 0px;
  padding: 20px 40px;
  border-radius: 40px;
  background-color: #ea3324;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #000;
}

.disclaimer {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #acacac;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.date {
  margin-bottom: 18px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="toggle-content-initial-appe"] {
  height: 0px;
}

@media (max-width: 991px) {
  .banner {
    height: 400px;
    margin-top: 100px;
  }
  .nav-link {
    background-color: #ff9700;
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-right-padding {
    padding-right: 35px;
    padding-left: 35px;
  }
  .flex-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .half-section {
    width: 100%;
  }
  .half-section.dark {
    width: 100%;
  }
  .col-left-padding {
    padding-left: 10px;
  }
  .toggle-icon {
    right: -8px;
  }
  .toggle-header {
    padding-left: 15px;
  }
  .col-right-padding {
    padding-right: 10px;
  }
  .menu-button {
    padding: 8px;
    border-radius: 10px;
    background-color: #ff9700;
    color: #fff;
  }
  .nav-menu {
    background-color: #ff9700;
  }
  .nav-social-wrapper {
    display: none;
  }
  .section-2 {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .slide {
    width: 50%;
  }
  .col-left-padding {
    padding-top: 20px;
  }
  .section-2 {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (max-width: 479px) {
  .banner {
    height: 300px;
  }
  .button.large {
    font-size: 30px;
  }
  .slide {
    width: auto;
  }
  .slide-image {
    width: auto;
  }
}

@font-face {
  font-family: 'Halloween';
  src: url('../fonts/halloween.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}