.top-bar {
  width: 100%;
}

.top-menu {
  float: right;
  clear: both;
  list-style: none;
  margin: 40px 0px 60px 0px;
}
.top-menu li {
  float: left;
}
.top-menu li > a {
  padding: 5px 34px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}
.top-menu li > a:hover {
  text-decoration: underline;
}
.top-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  clear: both;
}

.menu-bg {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 0px;
  -webkit-box-shadow: 0px 3px 16px 0px black;
  box-shadow: 0px 3px 16px 0px black;
}

.custom-logo {
  padding: 9px 0px;
}

.join-button {
  float: right;
  clear: both;
  display: inline-block;
  padding: 16px 45px;
  background-color: #F15A22;
}
.join-button__text {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
}
.join-button__icon {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  overflow: hidden;
  text-align: center;
}
.join-button__icon rect {
  fill: #F15A22;
}
.join-button:hover .join-button__text {
  text-decoration: underline;
}

.title {
  padding-left: 50px;
  padding-right: 15px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 48px;
  font-weight: 400;
  color: #fff;
}

.hero-section {
  padding-top: 200px;
  height: 100%;
  min-height: 801px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 40% 50%;
}
.hero-section > .row {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 20px;
}
.hero-section--min {
  min-height: auto;
  padding-bottom: 10px;
}
.hero-section__content {
  margin-top: 80px;
  padding-right: 170px;
  position: relative;
  top: 30px;
}
.hero-section__content p {
  font-size: 41px;
  line-height: 1.4;
  color: #fff;
}
.hero-section__button {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 75px;
  padding: 15px 20px;
  background-color: #F9D10B;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}
.hero-section__button:hover {
  background-color: #FFD66E;
}
.hero-section__title {
  margin-right: 120px;
  text-align: right;
  font-size: 90px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.menu-1st-header-container {
  display: inline-block;
}

.insta-slider {
  padding-top: 42px;
  padding-bottom: 30%;
  background-color: #0C0B1B;
  background-position: 50% 170px;
  background-repeat: no-repeat;
  background-size: cover;
}
.insta-slider .instagram-slider .title {
  margin-bottom: 60px;
}

#inst-slider {
  position: relative;
  top: 0;
  left: 0;
  min-height: 1px;
  width: 100%;
  z-index: 1;
  padding-right: 110px;
  padding-left: 110px;
}
#inst-slider::after {
  content: '';
  display: table;
  clear: both;
}
#inst-slider .slick-slide {
  position: relative;
  width: 100%;
  height: 217px;
  /*define the height of slide*/
  background-size: cover;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#inst-slider .slick-prev, #inst-slider .slick-next {
  height: 115px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
#inst-slider .slick-prev {
  background: url("../images/arrow-prev.png");
  left: 25px;
}
#inst-slider .slick-next {
  right: 25px;
  background: url("../images/arrow-prev.png");
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}
#inst-slider .slick-prev:before, #inst-slider .slick-next:before {
  content: none;
}

.events-slider {
  padding-top: 42px;
  background-size: cover;
}
.events-slider .title {
  margin-bottom: 42px;
}
.events-slider .slick-track {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.events-slider .event-item {
  position: relative;
  padding: 50px 70px;
}
.events-slider .event-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: #002e4d;
}
.events-slider .event-item__dates {
  margin-bottom: 65px;
  text-transform: uppercase;
  font-size: 73px;
  font-weight: 900;
  line-height: 1;
  color: #7BC1EB;
  font-family: 'ARB66', sans-serif;
}
.events-slider .event-item__title {
  margin-bottom: 0px;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}
.events-slider .event-item__location {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.2;
}
.events-slider .event-item__excerpt {
  font-size: 24px;
  line-height: 1.6;
}
.events-slider .slick-prev, .events-slider .slick-next {
  height: 115px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
.events-slider .slick-prev {
  background: url("../images/arrow_dark.png");
  left: 25px;
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
}
.events-slider .slick-next {
  right: 25px;
  background: url("../images/arrow_dark.png");
}
.events-slider .slick-prev:before, .events-slider .slick-next:before {
  content: none;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-size: contain;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

.bottom-block {
  background-color: #002E4D;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}
.bottom-block__logo {
  display: inline-block;
  vertical-align: top;
  max-width: 110px;
}
.bottom-block__text {
  display: inline-block;
  padding-left: 30px;
  max-width: 265px;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
}
.bottom-block .footer-middle {
  padding-left: 50px;
  padding-right: 50px;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.bottom-block .footer-menu-top,
.bottom-block .footer-menu-bottom {
  list-style: none;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bottom-block .footer-menu-top li,
.bottom-block .footer-menu-bottom li {
  display: inline-block;
}
.bottom-block .footer-menu-top li:first-child a,
.bottom-block .footer-menu-bottom li:first-child a {
  padding-left: 0;
}
.bottom-block .footer-menu-top li:last-child a,
.bottom-block .footer-menu-bottom li:last-child a {
  padding-right: 0;
}
.bottom-block .footer-menu-top li > a,
.bottom-block .footer-menu-bottom li > a {
  padding: 5px 27px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.bottom-block .footer-menu-top li > a:hover,
.bottom-block .footer-menu-bottom li > a:hover {
  text-decoration: underline;
}
.bottom-block .footer-menu-top {
  padding-bottom: 50px;
  border-bottom: 2px solid #fff;
  margin-bottom: 25px;
}
.bottom-block .footer-menu-bottom {
  margin-top: 45px;
  margin-bottom: 40px;
}
.bottom-block__form {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.bottom-block__form .gform_body {
  width: 50%;
  float: right;
}
.bottom-block__form .gform_footer {
  width: 50%;
  float: left;
  text-align: left;
}
.bottom-block__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-block__form input {
  height: 70px;
  padding: 20px 25px;
  letter-spacing: 3px;
  background-color: #C1C2C5;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
}
.bottom-block__form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.bottom-block__form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.bottom-block__form input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.bottom-block__form input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.bottom-block__form-title {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  letter-spacing: 3px;
}
.bottom-block .stay-tuned-wrap {
  padding-top: 80px;
  padding-bottom: 70px;
}
.bottom-block .stay-tuned {
  position: relative;
  list-style: none;
  margin: 0px 0px 60px 0px;
  text-align: center;
}
.bottom-block .stay-tuned li {
  display: inline-block;
  margin-left: 84px;
}
.bottom-block .stay-tuned li:first-child {
  margin-left: 0px;
}
.bottom-block .stay-tuned li > a {
  font-size: 68px;
  color: #fff;
}
.bottom-block .stay-tuned li > a i {
  font-weight: 400;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.bottom-block .stay-tuned li > a:hover i {
  opacity: 0.6;
}
.bottom-block .join-wrap__icon {
  position: relative;
  display: inline-block;
  max-width: 81px;
  max-height: 81px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.bottom-block .join-wrap a:hover .join-wrap__icon {
  opacity: 0.6;
}
