/* COLORS */
.white-color {
  color: #fff;
}

.base-color {
  color: #000;
}

.brand-color {
  color: #FCC002;
}

.accent-color {
  color: #2CB0F0;
}

.secondary-color {
  color: #218739;
}

.tertiary-color {
  color: #046735;
}

.background-brand-color {
  background-color: #FCC002;
}

.background-accent-color {
  background-color: #2CB0F0;
}

.background-secondary-color {
  background-color: #218739;
}

.background-tertiary-color {
  background-color: #046735;
}

body {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #000 !important;
}

.pricing-item .price .strikethrough {
  text-decoration: line-through;
}

.ticketBox ul {
  color: white;
}

.highlighted-paragraph-text {
  font-size: 1rem;
}

.pricing .pricing-item p {
  font-size: 1.2rem;
}

.multi-pack-ticket-button {
  background: linear-gradient(#86FC81, #2CB34C);
  display: block;
  max-width: 50vw;
  margin: 0 auto;
  color: black;
  border-radius: 12px;
}

.ticketBtn a {
  display: block;
  line-height: 1;
}

.cd-hero-slider p {
  margin-top: 0;
}
.cd-hero-slider .bottom-radius {
  border-radius: 0 0 30px 30px !important;
}
.cd-hero-slider .ticketBtn a {
  display: inline;
}

.cd-hero-slider h2 {
  border-radius: 0;
}

.button-vide-tickets {
  display: block;
  max-width: 24rem;
  margin: 0 auto;
}

#about {
  background: url("../img/blue-green-exposure-background.jpg") center/cover no-repeat;
}

#hotel {
  background: url("../img/yellow-orange-exposure-background.jpg") center/cover no-repeat;
  color: #000;
}
#hotel .hotelSlideHead {
  color: #000;
}

#pricing {
  background: url("../img/cloud-background-blues.jpg") center/cover no-repeat;
  color: #000;
}

#schedule {
  background: url("../img/cloud-background-pinks.jpg") center/cover no-repeat;
  color: #000;
}

#speakers {
  background: url("../img/speaker-bg.jpg") center/cover no-repeat;
  color: #000;
}

.aboutContent, .aboutTag, .hotelSlideHead a, .hotelTitle2, .hotelTitle, .hotelContent, .hotelSectionHead,
.featuredTitle, .bestValue {
  color: #000;
}

.ticketBtn a {
  background: #FCC002;
  color: #000;
}

.aboutPageBG, #speakers {
  background: url("../img/iStock-950966594.jpg") center/cover no-repeat !important;
}

.nav-logo {
  max-height: 100px;
}

.livestream-nav-item {
  background: #FCC002 !important;
}
.livestream-nav-item a {
  color: #000 !important;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #2CB0F0;
}

footer.footer a {
  color: #FCC002;
}

.speakersRow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 15px;
  align-items: start;
  justify-items: center;
}
.speakersRow .gridBlock {
  margin-top: 15px;
}
.speakersRow .gridBlock img {
  width: 100%;
}
.speakersRow .bioBlock {
  min-height: 160px;
  padding: 20px;
}
.speakersRow .bioBlock h5 {
  font-size: 16px;
}
.speakersRow .bioBlock .titles {
  font-size: 16px;
}

.bioContentBox {
  color: #fff;
}
.bioContentBox .ticketBtn a {
  display: inline;
}

.website-link {
  color: #FCC002;
  font-weight: bolder;
}

.mfp-close-btn-in .mfp-close {
  color: white;
  opacity: 0;
  display: none;
}

.modal-body {
  background: rgba(0, 0, 0, 0.8);
}
.modal-body .featuredTitle {
  color: #fff;
}
.modal-body .close {
  font-size: 4rem;
  color: #fff;
  opacity: 1;
}

.pricing-item .ticketBtn a {
  display: inline-block;
}

.col-scholar p {
  color: #fff;
}

.primary-title {
  color: #218739;
}

.about-content h3, .about-content p, .about-content a, .about-content i {
  color: #000;
}
.about-content.gold-background h3, .about-content.gold-background p, .about-content.gold-background a, .about-content.gold-background i {
  color: #fff;
}

.black-opacity-background {
  background-color: rgba(0, 0, 0, 0.2);
}

.white-opacity-background {
  background-color: rgba(255, 255, 255, 0.2);
}

/*# sourceMappingURL=new-css.css.map */
