@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Merriweather:300,400,700,900");
html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
  background-color: #fff !important;
}

.cubicFriends {
  background-image: url(../../assets/images/cubicLogo.png);
  width: 80px;
  height: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fas {
  font-family: "fontawesome";
  font-style: normal;
}

.dashicons-admin-post:before, .dashicons-format-standard:before {
  content: "\f497" !important;
}

.flexHeight {
  display: block;
  min-height: 100vh;
  flex-direction: column;
}

.flexForce {
  flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}

#mainNav {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 9;
}

ul#menu-header-menu, ul#menu-header-menu-1 {
  display: flex;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0rem;
}

/*ul#menu-header-menu-2 {
    display: flex;
    list-style-type: none;
    height: 600px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}*/
ul#menu-header-menu-2 li.menu-item a {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 900px;
  list-style: none;
  display: inline-block;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

ul#menu-header-menu-1 > li.menu-item {
  margin-top: 30px;
}

li.menu-item a {
  font-family: "Lato", sans-serif;
  height: 40px;
  font-size: 14px;
  font-weight: 900px;
  list-style: none;
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  li.menu-item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  li.menu-item a {
    letter-spacing: initial;
  }
}

.menuBorderLeft {
  background-image: url(../svg/OrnamentBar_Top_Left.svg);
  width: 100%;
  height: 15px;
  background-repeat: no-repeat;
  margin: 20px 0px;
}

.menuBorderRight {
  background-image: url(../svg/OrnamentBar_Top_Right.svg);
  width: 100%;
  height: 15px;
  background-repeat: no-repeat;
  margin: 20px 0px 15px 0px;
}

.headerMenuIcons {
  list-style-type: none;
  display: flex;
  margin: 0 auto;
  padding: 2px 3px;
  width: 90%;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: space-around;
}

.wraLogo_header {
  height: 4rem;
  padding: 0.25rem 0;
}

.headerLink {
  list-style-type: none;
  display: block;
  flex: 0 1 auto; /* Default */
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  transition: 0.25s;
}

.headerIcon {
  color: #fff;
  font-size: 24px;
  transition: 0.25s;
}
@media screen and (max-width: 1180px) {
  .headerIcon {
    font-size: 20px;
  }
}

.searchBox {
  border: 1px solid #ffffff;
  font-family: Lato;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 2px;
  background-color: rgba(235, 235, 235, 0.4);
  padding: 5px;
}
.searchBox::-moz-placeholder {
  color: white;
}
.searchBox::-webkit-input-placeholder {
  color: white;
}
.searchBox::placeholder {
  color: white;
}

ul#menu-header-menu-1 .menu-item-has-children, ul#menu-header-menu .menu-item-has-children {
  position: relative;
}
ul#menu-header-menu-1 .menu-item-has-children:hover > .sub-menu, ul#menu-header-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
  opacity: 1;
}

ul#menu-header-menu-1 .menu-item-has-children .sub-menu, ul#menu-header-menu .menu-item-has-children .sub-menu {
  background-color: #fff;
  display: inline-block;
  list-style-type: none;
  text-align: left;
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 200px;
  padding: 15px;
  top: 40px;
}

ul#menu-header-menu-1 .menu-item-has-children .sub-menu > .menu-item a, ul#menu-header-menu .menu-item-has-children .sub-menu > .menu-item a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #8a8a8a;
  font-size: 12px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: solid 1px #ebebeb;
  text-transform: none;
  width: 100%;
  height: auto;
  line-height: 16px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

ul#menu-header-menu-1 .menu-item-has-children .sub-menu:before, ul#menu-header-menu .menu-item-has-children .sub-menu:before {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 9999;
}

.fixedMenu {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 83px;
  background-color: #000;
  color: #FFFFFF;
  z-index: 9999;
  display: none;
}

.centerFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}

#fixedSearch {
  display: none;
}

#fixedX {
  display: none;
}

@media screen and (max-width: 1200px) {
  #responsiveMenuLine {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .fixedMenu, #mainNav {
    display: none;
  }
}

.mobileMenuFixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 83px;
  background-color: rgb(0, 0, 0);
  color: #FFFFFF;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 991px) {
  .mobileMenuFixed {
    display: block;
  }
}

.mobileMenu {
  position: fixed;
  top: -91%;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #282829;
  border-bottom: solid 10px #bfab75;
  z-index: 9998;
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .mobileMenu {
    display: none;
  }
}

.arrow-down {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #bfab75;
  display: block;
  margin: 0 auto;
  bottom: -30px;
  left: 45%;
}

.parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.parent div ul li {
  width: 100%;
  height: auto;
}

.logoSpace {
  margin-top: 90px;
}

.accordion-menu {
  width: 100%;
  max-width: 350px;
  margin: 60px auto 20px;
  background: #fff;
  border-radius: 4px;
}

.accordion-menu li.open .dropdownlink {
  color: #CDDC39;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  transition: all 0.4s ease-out;
}
.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
  display: none;
  background: #C8E6C9;
}
.submenuItems li {
  border-bottom: 1px solid #B6B6B6;
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 45px;
  transition: all 0.4s ease-out;
}
.submenuItems a:hover {
  background-color: #CDDC39;
  color: #fff;
}

#featuredEventBackground {
  padding-top: 95px;
  background-repeat: repeat;
  background-position: center;
  height: auto;
}

.eventFeaturedTitle {
  font-family: Merriweather;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -3px;
  color: #bfab75;
  border-bottom: 10px solid #fff;
  text-align: left;
  padding-bottom: 25px;
  margin-left: 20px;
}

.eventFeaturedDateTime {
  font-family: Merriweather;
  font-size: 28px;
  color: #bfab75;
  font-style: italic;
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.eventFeaturedDesc {
  font-family: Lato;
  font-size: 20px;
  color: #fcfcfc;
  margin-left: 20px;
}

.eventFeaturedImage {
  width: 100%;
  height: auto;
  border: 2px solid #bfab75;
}

@media (min-width: 576px) {
  .eventFeaturedTitle {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  .eventFeaturedTitle {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -4px;
  }
}
@media (min-width: 992px) {
  .eventFeaturedTitle {
    font-size: 65px;
    line-height: 65px;
  }
  #featuredEventBackground {
    padding-top: 14%;
  }
}
@media (min-width: 1200px) {
  .eventFeaturedTitle {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -5px;
  }
}
.eventImage, .tribe-events-calendar-list__event-featured-image {
  width: 100%;
  height: 360px;
  background-color: #333366;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .eventImage, .tribe-events-calendar-list__event-featured-image {
    height: 295px;
  }
}

.eventTitle,
.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-list__event-title-link:visited {
  font-family: Merriweather;
  font-size: 28px;
  color: #bfab75;
  line-height: 28px;
  padding: 20px 0px 20px 0;
}

.eventTitle {
  padding: 20px 0px 20px 20px;
}

.eventDateTime, .tribe-events .tribe-events-calendar-list__event-datetime {
  font-family: Merriweather;
  font-size: 20px;
  font-style: italic;
  color: #bfab75;
  line-height: 20px;
  padding: 0px 0px 20px 0;
}

.eventDateTime {
  padding: 0px 0px 20px 20px;
}

.eventDetailsContainer, .tribe-events-calendar-list__event-details {
  background-repeat: repeat;
  background-color: #282829;
  background-image: url(../../assets/images/loginBG.jpg);
}

.eventContainer {
  width: 415px;
  height: 480px;
  display: block;
  margin: 20px auto;
}

section.tribe-common-l-container.tribe-events-l-container {
  width: 100%;
  max-width: none;
  padding: 2rem !important;
  margin: 0;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  border: none;
}
@media (max-width: 991px) {
  .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
    display: block;
  }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search-container {
  height: fit-content;
  width: 50%;
  margin-left: 4rem;
}
@media (max-width: 991px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar__search-container {
    width: 100%;
    margin: 0;
  }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
  width: 18rem;
  margin-left: 20rem;
}
@media (max-width: 991px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    width: 10rem;
  }
}
@media (max-width: 1200px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    width: 10rem;
    margin-left: 20rem;
  }
}
@media (max-width: 1600px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    margin-left: 10%;
  }
}

.tribe-common-form-control-text.tribe-events-c-search__input-control.tribe-events-c-search__input-control--keyword {
  margin: 4px;
}

input#tribe-events-events-bar-keyword {
  border-bottom: 1px dashed #b9b9b9;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  font-size: 1rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
  padding: 1rem;
  height: fit-content;
  border-bottom: 1px dashed #b9b9b9;
}
@media (max-width: 991px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}

button.tribe-common-c-btn__clear.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
  font-size: 16px;
}

#tribe-bar-form label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 5px;
  padding: 0;
  text-transform: uppercase;
}

button.tribe-common-c-btn.tribe-events-c-search__button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-appearance: button;
  background: #666;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  height: auto;
  letter-spacing: 0;
  line-height: 2;
  padding: 10px;
  width: 100%;
}
button.tribe-common-c-btn.tribe-events-c-search__button:hover {
  background: #777;
  border-radius: 0;
  font-size: 13px;
}

@media (max-width: 991px) {
  .tribe-events .tribe-events-c-events-bar__views {
    display: block;
  }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
  width: 100%;
  width: 14rem;
  margin: 0 2rem;
  margin-top: -8px;
}
@media (max-width: 1200px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
    width: 8rem;
    height: 48px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
  }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
  height: 3rem;
  padding: 0;
}

button.tribe-events-c-view-selector__button.tribe-common-c-btn__clear {
  background-color: #bfab75 !important;
  color: #282829 !important;
}

svg.tribe-common-c-svgicon.tribe-common-c-svgicon--caret-down.tribe-events-c-view-selector__button-icon-caret-svg {
  height: 14px !important;
  width: 14px !important;
}

div#tribe-events-view-selector-content {
  width: 100%;
  background-color: #aaa;
  margin-top: -8px;
  border: none;
  border-radius: 0;
  border-top: 3px solid #ccc;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar {
  display: block;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  padding: 6px 15px;
  width: 6rem;
}

nav.tribe-events-c-top-bar__nav {
  margin-top: 2rem;
}

.tribe-events .tribe-events-c-top-bar__nav-list {
  display: flex;
  justify-content: space-between;
}

a.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev,
a.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next {
  display: block;
  color: white;
  background: #bfab75;
  font-family: Lato, sans-serif;
  margin: 8px;
  align-items: unset;
  width: auto;
  height: auto;
  line-height: normal;
  padding: 8px 26px;
}

.tribe-events-calendar thead th,
th.tribe-events-calendar-month__header-column,
.tribe-events-calendar-month__header-column-title,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #bfab75;
  font-weight: 700;
  padding: 1em 0;
  white-space: nowrap;
  border-left: none;
  border-right: none;
}

.tribe-common--breakpoint-medium.tribe-events td.tribe-events-calendar-month__day {
  border: solid 1px #bfab75;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  border-color: #bfab75;
}

svg.tribe-common-c-svgicon.tribe-common-c-svgicon--caret-down.tribe-events-c-subscribe-dropdown__button-icon {
  color: #bfab75;
  stroke: #bfab75;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
  color: #bfab75;
}

.tribe-common ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}
.tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row {
  flex: 0 0 32%;
  margin: 1rem 0;
  padding: 0;
}
@media (max-width: 991px) {
  .tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row {
    flex: 0 0 49%;
  }
}
@media (max-width: 767px) {
  .tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row {
    flex: 100%;
  }
}
.tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
  margin: 0;
  padding: 0;
}
.tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper.tribe-common-g-col article.tribe-events-calendar-list__event {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper.tribe-common-g-col article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper {
  padding: 0;
  margin: 0;
}
.tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper.tribe-common-g-col article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-details {
  padding: 1.5rem;
  margin: 0;
  width: auto;
}
.tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper.tribe-common-g-col article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-actions {
  display: flex;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
  gap: 2rem;
}
.tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper.tribe-common-g-col article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-actions .column {
  flex: 1;
}
.tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper.tribe-common-g-col article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-actions .eventContainer__button {
  border: solid 1px #fff;
  padding: 10px;
}
.tribe-common ul li.tribe-common-g-row.tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper.tribe-common-g-col article.tribe-events-calendar-list__event .tribe-events-calendar-list__event-venue {
  font-family: Merriweather;
  font-size: 20px;
  color: #bfab75;
  line-height: 20px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
  flex-direction: row;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
  width: 100%;
}

#tribe-bar-form {
  background: #fff !important;
}

.tribe-events-list-separator-month span {
  font-family: "Merriweather", serif;
  color: #bfab75;
  font-size: 28px;
}

.tribe-bar-views-inner {
  background-color: #bfab75 !important;
  color: #282829 !important;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: #bfab75;
  color: #282829 !important;
}

#tribe-events-bar {
  margin-bottom: -10px !important;
}

.tribe-events-calendar thead th {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #bfab75;
  font-weight: 700;
  padding: 1em 0;
  white-space: nowrap;
  border-left: none;
  border-right: none;
}

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: #fff;
  color: #bfab75;
  font-famiy: "Lato", sans-serif;
  font-size: 16px;
}

#tribe-events-content .tribe-events-calendar td {
  border: solid 2px #bfab75;
}

.tribe-events-month-event-title {
  font-size: 16px !important;
  font-weight: 900 !important;
  color: #bfab75 !important;
  font-family: "Lato", sans-serif !important;
}

.tribe-events-month-event-title a {
  font-size: 16px !important;
  color: #bfab75 !important;
  font-family: "Lato", sans-serif !important;
}

.tribe-events-month-event-title a:hover {
  font-size: 16px !important;
  color: #282829 !important;
  font-family: "Merriweather", serif !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #282829;
  color: #bfab75;
}

.eventShowtime {
  font-family: Merriweather;
  font-size: 16px;
  color: #282829;
  font-style: italic;
  text-align: left;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 10px;
}

.tribe-events-notices,
.tribe-events-c-messages__message.tribe-events-c-messages__message--notice {
  font-family: "Merriweather", serif;
  color: #bfab75;
  font-size: 24px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #bfab75;
  background-color: #282829;
  margin: 10px 0 18px;
  padding: 40px 35px 40px 14px;
  text-shadow: none;
}

svg.tribe-common-c-svgicon.tribe-common-c-svgicon--messages-not-found.tribe-events-c-messages__message-icon-svg {
  display: none;
}

#tribe-events-header-month {
  text-align: center;
}
#tribe-events-header-month h2 {
  color: #bfab75;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  margin: 0 !important;
}

.tribe-events-nav-next a, .tribe-events-nav-previous a {
  display: inline-block;
  color: white;
  padding: 8px 26px;
  background: #bfab75;
  font-family: Lato, sans-serif;
  margin: 8px;
}

@media (max-width: 767px) {
  #tribe-events-footer:before,
  #tribe-events-footer:after {
    display: none;
  }
}

#tribe-events-footer li.tribe-events-nav-previous.tribe-events-nav-left.tribe-events-past {
  float: none;
  text-align: center;
}

.tribe-events .tribe-events-c-nav__list {
  justify-content: center;
}

.tribe-events-nav-pagination .page-numbers,
.tribe-events-c-nav__list .page-numbers {
  color: #000;
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #ccc;
}
.tribe-events-nav-pagination .page-numbers:not(.current):hover,
.tribe-events-c-nav__list .page-numbers:not(.current):hover {
  border-color: #bfab75;
  color: #bfab75;
}
.tribe-events-nav-pagination .page-numbers.current,
.tribe-events-c-nav__list .page-numbers.current {
  border-color: #bfab75;
  color: #bfab75;
}

.tribe-events-event-image img {
  max-width: 100%;
  height: auto;
}

.wrongtext {
  font-family: "Merriweather", serif;
  font-size: 80px;
  color: #bfab75;
  line-height: 80px;
  letter-spacing: -5px;
  text-align: center;
  padding-bottom: 25px;
  margin-left: 15px;
  display: flex;
  align-self: center;
  justify-self: center;
}

.imageGalleryHeader {
  font-family: "Merriweather", serif;
  font-size: 48px;
  text-align: center;
  color: #bfab75;
  letter-spacing: -2px;
  padding-bottom: 10px;
  border-bottom: solid 7px #282829;
  width: 40%;
  margin-left: 30%;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1480px) {
  .imageGalleryHeader {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  .imageGalleryHeader {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .imageGalleryHeader {
    width: 100%;
    margin-left: 0px;
  }
}

.galleryTitle {
  font-family: Merriweather;
  font-size: 42px;
  color: #bfab75;
  line-height: 28px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.imageGalleryImg {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.25s;
}
.imageGalleryImg:hover {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.featherlight .featherlight-content {
  background-image: url(../images/loginBG.jpg) !important;
  background-repeat: repeat !important;
}

#galleryHeader {
  text-align: center;
  margin-left: 20%;
  margin-top: 0px;
  width: 60%;
  margin-top: 0px;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  #galleryHeader {
    width: 100%;
    margin-left: 0px;
  }
}

#galleryCopy {
  width: 60%;
  margin-left: 20%;
  margin-top: 0px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #galleryCopy {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    margin-left: 0%;
  }
}

.galleryThumb {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.featherlight-previous span svg path {
  border: 2px solid #282829;
}

.featherlight-next span svg path {
  border: 2px solid #282829;
}

.eventLongDesc {
  font-family: Lato;
  font-size: 18px;
  color: #282829;
  text-decoration: none solid rgb(40, 40, 41);
  line-height: 32px;
}

.relatedEventsHeader {
  font-family: Merriweather;
  font-size: 24px;
  color: #ccbc93;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: 20px;
  text-transform: uppercase;
  text-align: center;
}

.eventGallery {
  width: 100%;
  height: auto;
}

.post-wrapper {
  width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1680px) {
  .post-wrapper {
    width: 1400px;
  }
}
@media screen and (max-width: 1480px) {
  .post-wrapper {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .post-wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 1080px) {
  .post-wrapper {
    width: 800px;
  }
}
@media screen and (max-width: 991px) {
  .post-wrapper {
    width: 711px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrapper {
    width: 100%;
  }
}

.pressReleasePageHeader {
  font-family: "Merriweather", serif;
  font-size: 48px;
  color: #bfab75;
  letter-spacing: -2px;
  padding-bottom: 0px;
  width: 40%;
  margin-top: 40px;
  margin-left: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1480px) {
  .pressReleasePageHeader {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  .pressReleasePageHeader {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .pressReleasePageHeader {
    width: 100%;
    margin-left: 0px;
  }
}

.pressRelease {
  margin: 25px 0px 75px 30px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pressRelease {
    margin: 35px 0px 35px 10px;
  }
}
.pressRelease__date {
  font-family: Lato;
  font-size: 18px;
  color: #282829;
  font-style: italic;
  line-height: 32px;
  width: 80%;
}
.pressRelease__title {
  font-family: Merriweather;
  font-size: 28px;
  color: #bfab75;
  line-height: 42px;
  margin-top: 10px;
  width: 80%;
}
.pressRelease__excerpt {
  font-family: Lato;
  font-size: 16px;
  color: #282829;
  line-height: 32px;
  margin-top: 10px;
  width: 80%;
}
.pressRelease__button {
  width: 25%;
  padding: 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #282829;
  letter-spacing: 2px;
}
@media screen and (max-width: 1180px) {
  .pressRelease__button {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pressRelease__button {
    width: 50%;
  }
}
.pressRelease__button--white {
  background-color: #fff;
  color: #282829;
  border: solid 1px #282829;
  transition: 0.25s;
}
.pressRelease__button--white:hover {
  background-color: #282829;
  color: #bfab75;
  border: solid 1px #bfab75;
  cursor: pointer;
}

#sidebarBG {
  background-color: #282829;
  padding: 15px;
}

.sidebarBorder {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.sidebarHeader {
  font-family: "Merriweather", serif;
  font-size: 24px;
  color: #bfab75;
  padding: 15px;
}

ul.archive, ul.archive li, ul.archive li a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

ul.archive li {
  margin-left: 15px;
}

#postsContainer {
  max-width: 1600px;
  margin: 0 auto;
  margin-bottom: 10%;
}
@media screen and (max-width: 1600px) {
  #postsContainer {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  #postsContainer {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  #postsContainer {
    max-width: 1000px;
  }
}

.pressReleaseTitle {
  font-family: Merriweather;
  font-size: 48px;
  color: #bfab75;
  letter-spacing: -2px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.pressReleaseSubtitle {
  font-family: Merriweather;
  font-size: 28px;
  color: #bfab75;
  font-style: italic;
  text-align: left;
  margin-left: 15px;
  margin-bottom: 40px;
  text-align: center;
}

.pressReleaseCopy p {
  font-family: Lato;
  font-size: 16px;
  color: #282829;
  line-height: 32px;
}

.pressReleaseContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.pressReleaseContainer__background {
  position: absolute;
  bottom: 0px;
  background-image: url(../../assets/images/archPattern.png);
  background-position: top;
  background-repeat: repeat-x;
  height: 200px;
  width: 100%;
}

#bwVid {
  position: relative;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  max-height: 100vh;
}

#bwVid iframe {
  width: 100%;
  height: 100%;
}

video {
  z-index: 0;
}

#featured-event-carousel {
  background-color: #000;
}
@media screen and (max-width: 600px) {
  #featured-event-carousel {
    margin-top: 83px;
  }
}

video.fillWidth {
  width: 100%;
}
@media screen and (max-width: 767px) {
  video.fillWidth {
    height: 100vh;
    left: -75%;
    width: auto;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mainHeader {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 2vw;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .mainHeader {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
}

.subHeader {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 6vw;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .subHeader {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 42px;
  }
}

.featured-event-image-slide {
  width: 100%;
  height: 55vw;
  max-height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.featured-event-slider-title {
  font-family: "Merriweather", serif;
  font-size: 42px;
  color: #ffffff;
  font-weight: 900;
  text-align: left;
  padding-bottom: 0px;
  border-bottom: solid 1px #fff;
  padding-top: 20px;
  margin-left: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .featured-event-slider-title {
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }
}

.featured-event-slider-desc {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .featured-event-slider-desc {
    text-align: center;
  }
}

.featured-event-slider-button {
  width: 60% !important;
  margin-left: 20%;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .featured-event-slider-button {
    width: 95% !important;
    margin-left: 0%;
  }
}

.featured-event-info-box {
  height: auto;
  min-height: 150px;
  background-color: #282829;
  background-image: url(../../assets/images/pattern_squares_tileable.png);
  background-repeat: repeat;
  border-top: 1px #fff solid;
  border-bottom: 10px #bfab75 solid;
  padding: 0px 25px;
}

#mainNav {
  background: -moz-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.74) 50%, rgba(229, 229, 229, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.74) 65%, rgba(229, 229, 229, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.74) 65%, rgba(229, 229, 229, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00e5e5e5',GradientType=0 ); /* IE6-9 */
}

@media (min-width: 992px) {
  .ls-l .feature-image-ls {
    padding-top: 0px !important;
  }
}
@media (max-width: 1100px) {
  .ls-inner, div#featured-event-carousel, .ls-slide.ls-slide-1.ls-animating, img.ls-bg {
    height: 725px !important;
  }
}
@media (max-width: 1600px) {
  .ls-inner, div#featured-event-carousel, .ls-slide.ls-slide-1.ls-animating, img.ls-bg {
    height: 1000px !important;
  }
  .featured-event-image-slide {
    margin-top: 30px !important;
  }
  .info-box {
    margin-top: 25px !important;
  }
}
@media (max-width: 700px) {
  .ls-inner, div#featured-event-carousel, .ls-slide.ls-slide-1.ls-animating, img.ls-bg {
    height: 700px !important;
  }
  .featured-event-image-slide {
    margin-top: 81px !important;
  }
  .info-box {
    margin-top: 75px !important;
  }
  .ls-v6 .ls-nav-prev, .ls-v6 .ls-nav-next {
    top: 25% !important;
  }
}
#cardsBg {
  background: #bfab75; /* Old browsers */
  background: -moz-linear-gradient(to bottom, rgba(191, 171, 117, 0.2) 0%, rgba(191, 171, 117, 0.2) 25%, #fff 25%, #fff 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(top, rgba(191, 171, 117, 0.2) 0%, rgba(191, 171, 117, 0.2) 25%, #fff 25%, #fff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(191, 171, 117, 0.2) 0%, rgba(191, 171, 117, 0.2) 25%, #fff 25%, #fff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(191, 171, 117, 0.2) 0%, rgba(191, 171, 117, 0.2) 25%, #fff 25%, #fff 100%); /* IE10+ */
}

@media screen and (max-width: 767px) {
  .cardColumnResponse {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-right: 1px dotted #ccbc93;
    border-top: 1px dotted #ccbc93;
  }
}

.infoCard {
  background-color: #fff;
  width: auto;
  height: 480px;
  padding: 15px;
  padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .infoCard {
    border-bottom: solid 1px #bfab75;
  }
}
@media screen and (max-width: 767px) {
  .infoCard {
    height: 160px;
    border-bottom: none;
  }
}
.infoCard__careers_title {
  font-family: "Merriweather", serif;
  font-size: 32px;
  color: #bfab75;
  letter-spacing: -2px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.infoCard__title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #bfab75;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .infoCard__title {
    margin-bottom: 20px;
    font-size: 14px !important;
  }
}
.infoCard__icon svg {
  width: 80px;
  height: 80px;
  color: #282829;
  font-size: 72px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .infoCard__icon svg {
    width: 60px;
    height: 60px;
  }
}
.infoCard__copy {
  font-family: "Merriweather", serif;
  color: #282829;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  width: 70%;
  margin: 25px auto;
}
@media screen and (max-width: 1180px) {
  .infoCard__copy {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .infoCard__copy {
    display: none;
    width: 100%;
  }
}
.infoCard__copy--careers {
  display: block;
  width: 100%;
}
.infoCard__copy--button {
  margin-top: 50px;
}
.infoCard__button {
  width: 55%;
  margin: 25px auto;
  padding: 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #282829;
  letter-spacing: 2px;
}
.infoCard__button--careers {
  padding: 17px 28px;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1180px) {
  .infoCard__button {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
  }
}
.infoCard__button--black {
  background-color: #282829;
  color: #fff;
  border: solid 1px #fff;
  transition: 0.25s;
}
.infoCard__button--black:hover {
  background-color: #fff;
  color: #bfab75;
  border: solid 1px #bfab75;
  cursor: pointer;
}
.infoCard__button--white {
  background-color: #fff;
  color: #282829;
  border: solid 1px #282829;
  transition: 0.25s;
}
.infoCard__button--white:hover {
  background-color: #282829;
  color: #bfab75;
  border: solid 1px #bfab75;
  cursor: pointer;
}
.infoCard__arrow {
  display: block;
  height: 15px;
  width: 115px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.infoCard__arrow:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .infoCard__arrow {
    display: none;
  }
}

.eventsContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.eventsContainer__background {
  position: absolute;
  bottom: 0px;
  background-image: url(../../assets/images/bgpattern1.png);
  background-position: center;
  background-repeat: repeat-x;
  height: 0;
  width: 100%;
  padding-top: 56.8%;
  background-size: 50%;
  opacity: 0.75;
  background-position-y: bottom;
}

.eventContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.eventContainer__image--right {
  width: 100%;
  height: auto;
}
.eventContainer__image--left {
  width: 100%;
  height: auto;
}
.eventContainer__textBox {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 25px;
  border: 2px solid #ccbc93;
  background-color: #ffffff;
  z-index: 99;
}
.eventContainer__textBox--left {
  bottom: -40px;
  left: 100px;
}
.eventContainer__textBox--right {
  bottom: -40px;
  right: 100px;
}
@media screen and (max-width: 991px) {
  .eventContainer__textBox {
    display: none;
  }
}
.eventContainer__title {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 48px;
  color: #282829;
  padding-bottom: 5px;
  border-bottom: 4px solid #282829;
}
@media screen and (max-width: 1420px) {
  .eventContainer__title {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-size: 42px;
  }
}
@media screen and (max-width: 1180px) {
  .eventContainer__title {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-size: 32px;
  }
}
.eventContainer__date, .eventContainer__date--small {
  font-family: "Merriweather", serif;
  font-size: 72px;
  color: #282829;
  letter-spacing: -5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1496px) {
  .eventContainer__date, .eventContainer__date--small {
    font-size: 64px;
  }
}
@media screen and (max-width: 1420px) {
  .eventContainer__date, .eventContainer__date--small {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1338px) {
  .eventContainer__date, .eventContainer__date--small {
    font-size: 56px;
  }
}
@media screen and (max-width: 1280px) {
  .eventContainer__date, .eventContainer__date--small {
    font-size: 48px;
  }
}
@media screen and (max-width: 1189px) {
  .eventContainer__date, .eventContainer__date--small {
    font-size: 42px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1067px) {
  .eventContainer__date, .eventContainer__date--small {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .eventContainer__date, .eventContainer__date--small {
    font-size: 48px;
  }
}
@media screen and (max-width: 434px) {
  .eventContainer__date, .eventContainer__date--small {
    font-size: 48px;
  }
}
.eventContainer__date--small {
  font-size: 42px;
  letter-spacing: -2px;
}
@media screen and (max-width: 1830px) {
  .eventContainer__date--small {
    font-size: 36px;
  }
}
@media screen and (max-width: 1579px) {
  .eventContainer__date--small {
    font-size: 28px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1496px) {
  .eventContainer__date--small {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .eventContainer__date--small {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .eventContainer__date--small {
    font-size: 36px;
  }
}
.eventContainer__desc p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 26px;
}
@media screen and (max-width: 1180px) {
  .eventContainer__desc p {
    font-size: 14px;
    line-height: 22px;
  }
}
.eventContainer__button {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #282829;
  letter-spacing: 2px;
}
@media screen and (max-width: 1180px) {
  .eventContainer__button {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
  }
}
.eventContainer__button--black {
  background-color: #282829;
  color: #fff;
  border: solid 1px #fff;
  transition: 0.25s;
}
.eventContainer__button--black:hover {
  background-color: #fff;
  color: #bfab75;
  border: solid 1px #bfab75;
  cursor: pointer;
}
.eventContainer__button--white {
  background-color: #fff;
  color: #282829;
  border: solid 1px #282829;
  transition: 0.25s;
}
.eventContainer__button--white:hover {
  background-color: #282829;
  color: #bfab75;
  border: solid 1px #bfab75;
  cursor: pointer;
}

.eventTextBoxMobile {
  width: 95%;
  height: auto;
  padding: 25px;
  border: 2px solid #ccbc93;
  background-color: #ffffff;
  z-index: 99;
  margin-left: 2.5%;
  margin-top: -25px;
}

.eventTitleMobile {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 32px;
  color: #282829;
  width: 100%;
  border-bottom: 4px solid #282829;
  padding-bottom: 15px;
}

.eventDateMobile {
  font-family: "Merriweather", serif;
  font-size: 42px;
  color: #282829;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

.eventDescMobile {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 22px;
  margin-bottom: 20px;
  padding-top: 15px;
  width: 100%;
  text-align: center;
}

.eventButtonMobileBlack {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #282829;
  letter-spacing: 2px;
  background-color: #282829;
  color: #fff;
  border: solid 1px #fff;
  transition: 0.25s;
  margin-bottom: 20px;
  margin-top: 40px;
}

.eventButtonMobileBlack:hover {
  background-color: #fff;
  color: #bfab75;
  border: solid 1px #282829;
  cursor: pointer;
}

.eventButtonMobileWhite {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #282829;
  letter-spacing: 2px;
  background-color: #fff;
  color: #282829;
  border: solid 1px #282829;
  transition: 0.25s;
  margin-top: 40px;
}

.eventButtonMobileWhite:hover {
  background-color: #282829;
  color: #bfab75;
  border: solid 1px #fff;
  cursor: pointer;
}

.eventsListingButton {
  width: 650px;
  height: auto;
  background-color: #282829;
  display: block;
  margin: 110px auto 60px auto;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .eventsListingButton {
    width: auto;
  }
}

#arenaConGalLink {
  border: 1px solid #fff;
}
#arenaConGalLink:hover {
  border: 1px solid #bfab75;
}

#arenaConGalLink:hover > .blackRowBorder {
  border: 1px solid #bfab75;
  transition: 0.25s;
}

#arenaConGalLink:hover > div > div > .eventsListingButtonText {
  color: #bfab75;
}

.eventsListingButtonText {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  line-height: 72px;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .eventsListingButtonText {
    line-height: 42px;
  }
}

.blackcard {
  background-color: #282829;
  padding: 10px;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .blackcard {
    height: auto;
  }
}
.blackcard__border {
  border: 1px solid #ccbc93;
  padding: 5px;
}
.blackcard__header {
  text-align: center;
  width: 50%;
  margin-left: 25%;
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-size: 36px;
  color: #fff;
  font-style: italic;
  padding-bottom: 10px;
  margin-top: 15px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1600px) {
  .blackcard__header {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-size: 28px;
  }
}
@media screen and (max-width: 1140px) {
  .blackcard__header {
    font-family: "Merriweather", serif;
    font-weight: 900;
    font-size: 24px;
  }
}
.blackcard__copy p {
  font-weight: 300;
  font-family: "Merriweather", serif;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: 25px;
  margin-bottom: 15px;
  width: 70%;
  margin-left: 15%;
  text-transform: capitalize;
}
@media screen and (max-width: 1600px) {
  .blackcard__copy p {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1140px) {
  .blackcard__copy p {
    font-size: 16px;
    margin-top: 20px;
  }
}
.blackcard__arrow {
  display: block;
  height: 15px;
  width: 115px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
.blackcard__arrow:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .blackcard__arrow {
    display: none;
  }
}
.blackcard__image {
  width: 90%;
  display: block;
  margin: 10px auto;
  height: 340px;
}
@media screen and (max-width: 991px) {
  .blackcard__image {
    width: 100%;
    height: auto;
  }
}

#blackCardImageSize {
  height: 360px;
}
@media screen and (max-width: 991px) {
  #blackCardImageSize {
    height: auto;
  }
}

.imageSectionHeader {
  width: 100%;
  font-family: "Merriweather", serif;
  font-weight: 300;
  color: #bfab75;
  font-size: 54px;
  text-align: center;
  text-transform: capitalize;
  width: 80%;
  margin-left: 10%;
  margin-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1190px) {
  .imageSectionHeader {
    font-size: 36px;
    margin-top: 30px;
    padding-bottom: 20px;
  }
}

.imageSectionCopy {
  font-size: 32px;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 300;
  color: #8a8a8d;
  text-transform: capitalize;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
  width: 60%;
  margin-left: 20%;
}
@media screen and (max-width: 1190px) {
  .imageSectionCopy {
    font-size: 18px;
    width: 80%;
    margin-left: 10%;
  }
}

.sponsorFooterHeader {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 24px;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 20px;
  line-height: 72px;
  color: #ccbc93;
}

.featuredSponsorContainer {
  width: 100%;
}

.featuredSponsor {
  display: block;
  margin: 0 auto;
}

img.desaturate {
  filter: grayscale(100%);
  transition: 0.15s;
}

img.desaturate:hover {
  filter: grayscale(0%);
}

.slick-next {
  float: right;
}

.sideTicket {
  position: fixed;
  width: 416px;
  height: 224px;
  top: 40%;
  right: -375px;
  background-image: url(../images/SideTab.png);
  z-index: 9995;
  transition: 0.5s;
}
.sideTicket:hover {
  cursor: pointer;
  right: 0px;
}

.ticketImage {
  width: 360px;
  height: 210px;
  background-image: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50px;
  top: 5px;
  border: solid 5px #fff;
}

.ticketImageButton {
  position: absolute;
  bottom: 0;
  width: 300px;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: center;
  left: 25px;
  padding-top: 5px;
  font-weight: 900;
  color: #811C2F;
  letter-spacing: 2px;
}

.copyImage {
  margin-top: 40px;
  position: relative;
  height: auto;
}
.copyImage__background {
  position: absolute;
  bottom: 0px;
  background-image: url(../../assets/images/archPattern.png);
  background-position: top;
  background-repeat: repeat-x;
  height: 200px;
  width: 100%;
}
.copyImage__header {
  font-family: "Merriweather", serif;
  font-size: 48px;
  color: #bfab75;
  letter-spacing: -2px;
  padding-bottom: 15px;
  border-bottom: solid 7px #282829;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .copyImage__header {
    text-align: center;
  }
}
.copyImage__header--center {
  font-family: "Merriweather", serif;
  font-size: 48px;
  color: #bfab75;
  letter-spacing: -2px;
  padding-bottom: 25px;
  border-bottom: solid 7px #282829;
  width: 60%;
  margin-left: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copyImage__header--center {
    margin-left: 0;
    width: 100%;
  }
}
.copyImage__copy {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #282829;
  line-height: 32px;
  margin-top: 25px;
}
.copyImage__image {
  border: 4px solid #bfab75;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.paddLeft {
  padding-left: 60px !important;
}
@media screen and (max-width: 767px) {
  .paddLeft {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.paddRight {
  padding-right: 60px !important;
}
@media screen and (max-width: 767px) {
  .paddRight {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

#blackRowBG {
  background-color: #282829;
  padding: 30px;
}

.blackRowBorder {
  border: 1px solid #ffffff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.columnHeader {
  font-size: 24px;
  font-family: "Merriweather", serif;
  color: #bfab75;
  margin-bottom: 20px;
  text-align: left;
}

.columnText {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}

ul {
  padding-left: 15px;
}

.pageTitle {
  font-family: "Merriweather", serif;
  font-size: 3rem;
  line-height: 1.25;
  color: #000000;
  letter-spacing: -2px;
  padding-bottom: 15px;
  border-bottom: solid 7px #282829;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    text-align: center;
  }
}
.pageTitle--center {
  font-family: "Merriweather", serif;
  font-size: 3rem;
  line-height: 1.25;
  color: #000000;
  letter-spacing: -2px;
  padding-bottom: 25px;
  border-bottom: solid 7px #282829;
  width: 60%;
  margin-left: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTitle--center {
    font-size: 3rem;
    width: 100%;
    margin-left: 0;
  }
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 5%;
  height: 0;
}

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

@media screen and (max-width: 767px) {
  .iframe-container-jobs {
    position: relative;
    left: -1.5rem;
  }
}
.infoCardSectionHeader {
  font-family: "Merriweather", serif;
  font-size: 30px;
  color: #bfab75;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
}

.cardShadow {
  background-color: #ffffff;
  width: auto;
  height: 463px;
  transition: 0.15s;
}
.generalContentGalleryImage {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.generalContentGalleryImage:hover {
  cursor: pointer;
}

.generalContentSeatingGalleryImage {
  width: 100%;
  height: 930px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.generalContentSeatingGalleryImage:hover {
  cursor: pointer;
}

.generalContentGallery .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
}

.generalContentGallery .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
}

.generalPrevArrow {
  background-image: url(../svg/leftArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 64px;
  height: 64px;
  opacity: 0.75;
  fill: #ffffff;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.8));
}
.generalPrevArrow:hover {
  cursor: pointer;
}

.generalNextArrow {
  background-image: url(../svg/rightArrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 64px;
  height: 64px;
  opacity: 0.75;
  fill: #ffffff;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.8));
}
.generalNextArrow:hover {
  cursor: pointer;
}

.featuredSponsors .slick-prev {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 9;
}

.featuredSponsors .slick-next {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 9;
}

.sponsorPrevArrow {
  background-image: url(../images/ARROW_SHORT.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 115px;
  height: 15px;
  transform: rotate(180deg);
}
.sponsorPrevArrow:hover {
  cursor: pointer;
}

.sponsorNextArrow {
  background-image: url(../images/ARROW_SHORT.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 115px;
  height: 15px;
}
.sponsorNextArrow:hover {
  cursor: pointer;
}

.gfield_label {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #bfab75 !important;
  letter-spacing: 2px !important;
  text-transform: capitalize !important;
}

#input_1_2, #input_1_3, #input_1_4, #input_1_5 {
  border: 1px solid #bfab75 !important;
  color: #282829 !important;
  font-size: 16px !important;
  font-family: "Lato", sans-serif !important;
}

.gform_wrapper textarea.large {
  max-height: 216px !important;
}

.gform_button.button {
  float: right;
  margin-right: 40px !important;
  width: 222px !important;
  height: 44px;
  font-family: "Lato", sans-serif;
  font-size: 16px !important;
  color: #bfab75;
  background-color: #fff !important;
  -webkit-appearance: none;
  transition: 0.2s;
}
.gform_button.button:hover {
  color: #fff;
  background-color: #bfab75 !important;
  cursor: pointer;
}

.accordionSectionHeader {
  font-family: "Merriweather", serif;
  font-size: 48px;
  color: #bfab75;
  letter-spacing: -2px;
  padding-bottom: 15px;
  border-bottom: solid 7px #282829;
}

.accordionSectionDesc {
  font-family: Lato;
  font-size: 16px;
  color: #282829;
  line-height: 32px;
  margin-top: 25px;
}

ul.accordion {
  list-style: none;
  padding: 0;
}

ul.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  background-color: #fff;
}

ul.accordion .inner p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding-top: 20px;
}

ul.accordion .inner.show {
  /*display: block;*/
}

ul.accordion li {
  border-bottom: solid 1px #bfab75;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  background: #ebebeb;
  color: #282829;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  text-transform: uppercase;
}

ul.accordion li a.toggle:hover {
  background: #ebebeb;
}

.adImage {
  width: 728px;
  height: 90px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adImage {
    width: 100%;
    height: auto;
  }
}

.fancyBar {
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#footer {
  min-height: 145px;
  height: auto;
}

#footerBg {
  background-color: #282829;
  background-image: url(../../assets/images/pattern_squares_tileable.png);
  background-repeat: repeat;
  margin-top: 40px;
}

.footerLogo {
  width: 148px;
  height: 137px;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .footerLogo {
    display: none;
  }
}

.menu-footer-menu-container {
  height: 100%;
  width: 100%;
}

ul#menu-footer-menu {
  list-style-type: none;
  display: flex;
  margin: 0 auto;
  padding: 0px;
  width: 90%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  ul#menu-footer-menu {
    display: block;
  }
}

.footerMenuIcons {
  list-style-type: none;
  display: flex;
  margin: 0 auto;
  padding: 0px;
  width: 90%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

ul#menu-footer-menu li.menu-item a {
  list-style-type: none;
  display: block;
  flex: 0 1 auto; /* Default */
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.25s;
}
ul#menu-footer-menu li.menu-item a:hover {
  color: #bfab75;
  text-decoration: none;
}
@media screen and (max-width: 1120px) {
  ul#menu-footer-menu li.menu-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  ul#menu-footer-menu li.menu-item a {
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #bfab75;
  }
}

a {
  text-decoration: none !important;
}

.footerMenu a .footerLink:last-child {
  border: none;
}

.footerMenu a .footerLink {
  border-right: 1px solid #fff;
}

.footerIcon {
  color: #fff;
  font-size: 32px;
  transition: 0.25s;
}
.footerIcon:hover {
  color: #bfab75;
}

.menu-footer-menu-container {
  width: 100%;
  /* line-height: 10rem; */
  margin: 4rem 0 0 0;
  height: auto !important;
  overflow: hidden;
}

.Footer_socialicons {
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0;
  clear: both;
  margin: -50px 0 0 0;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Footer_socialicons {
    width: 100%;
    list-style: none;
    display: flex;
    padding: 0;
    clear: both;
    margin: auto;
    text-align: center;
    float: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
  }
}

.footerLink {
  float: left;
  margin: 10px 11px;
}

#generalHeader {
  height: 240px;
  border-top: 10px solid #BFAB75;
  border-bottom: 10px solid #BFAB75;
}

#generalHeaderBG {
  background-repeat: repeat;
  background-position: center;
}

/*# sourceMappingURL=main.css.map */
