@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; }

.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: .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: black;
  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: 15px; }

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

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

.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 {
  width: 100%;
  height: 360px;
  background-color: #333366;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 1180px) {
    .eventImage {
      height: 295px; } }

.eventTitle {
  font-family: Merriweather;
  font-size: 28px;
  color: #bfab75;
  line-height: 28px;
  padding: 20px 0px 20px 15px; }

.eventDateTime {
  font-family: Merriweather;
  font-size: 20px;
  font-style: italic;
  color: #bfab75;
  line-height: 20px;
  padding: 0px 0px 20px 15px; }

.eventDetailsContainer {
  background-repeat: repeat;
  background-color: #282829;
  background-image: url(../../assets/images/loginBG.jpg); }

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

.tribe-bar-views-select {
  display: none; }

#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 {
  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; }

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

.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-nav-pagination .page-numbers {
  color: #000;
  display: inline-block;
  padding: 10px 14px;
  border: 1px solid #ccc; }
  .tribe-events-nav-pagination .page-numbers:not(.current):hover {
    border-color: #bfab75;
    color: #bfab75; }
  .tribe-events-nav-pagination .page-numbers.current {
    border-color: #bfab75;
    color: #bfab75; }

.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 #282829;
  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, black 0%, black 40%, rgba(0, 0, 0, 0.74) 50%, rgba(229, 229, 229, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, black 40%, rgba(0, 0, 0, 0.74) 65%, rgba(229, 229, 229, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, black 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 .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 .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: .75em;
  border-radius: 0.15em;
  transition: background .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 */